:root{--color-bg:#f3f2f2;--color-surface:#eae9e9;--color-text:#201e1d;--color-accent:#0088b0;--color-accent-2:#d6006c;--color-divider:#201e1d29;--color-neutral-100:#f8f4f4;--color-neutral-200:#eae7e7;--color-neutral-300:#d7d3d3;--color-neutral-400:#bab6b6;--color-neutral-500:#9b9797;--color-neutral-600:#7d7979;--color-neutral-700:#605d5d;--color-neutral-800:#444141;--color-neutral-900:#2d2b2b;--color-accent-100:#e9f8ff;--color-accent-200:#cbeeff;--color-accent-300:#99e0ff;--color-accent-400:#62c5ee;--color-accent-500:#38a6cf;--color-accent-600:#1186ac;--color-accent-700:#006786;--color-accent-800:#004961;--color-accent-900:#0a303e;--color-accent-2-100:#fff1f4;--color-accent-2-200:#ffdee6;--color-accent-2-300:#ffc0d0;--color-accent-2-400:#ff90b1;--color-accent-2-500:#ff458e;--color-accent-2-600:#d82071;--color-accent-2-700:#aa0b56;--color-accent-2-800:#790e3d;--color-accent-2-900:#4b1528;--color-process-yellow:#edbb00;--font-heading:var(--font-source-serif-4,"Source Serif 4"), Georgia, "Times New Roman", serif;--font-heading-weight:600;--font-body:var(--font-heading);--space-1:5px;--space-2:10px;--space-3:15px;--space-4:20px;--space-6:30px;--space-8:40px;--radius-sm:1px;--radius-md:2px;--radius-lg:4px;--shadow-sm:0 1px 2px #2d2b2b24;--shadow-md:0 3px 10px #2d2b2b29;--shadow-lg:0 12px 32px #2d2b2b38;--ink-78:color-mix(in srgb, var(--color-text) 78%, transparent);--ink-70:color-mix(in srgb, var(--color-text) 70%, transparent);--ink-45:color-mix(in srgb, var(--color-text) 45%, transparent)}*,:before,:after{box-sizing:border-box}html{background:var(--color-bg);scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);text-wrap:pretty;-webkit-font-smoothing:antialiased;margin:0;font-size:15px;font-weight:400;line-height:1.55}h1,h2,h3,h4,h5,h6{margin:0 0 var(--space-2);font-family:var(--font-heading);font-weight:var(--font-heading-weight);letter-spacing:-.015em;line-height:1.12}p{margin:0 0 var(--space-3)}a{color:var(--color-accent-700);text-underline-offset:3px}a:hover{color:var(--color-accent-600)}img{max-width:100%;display:block}figure{margin:0}button,input{font:inherit;color:inherit}:focus{outline:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}::selection{background:color-mix(in srgb, var(--color-accent) 30%, transparent)}.text-muted{color:var(--ink-70)}.skip-link{z-index:10;padding:var(--space-2) var(--space-3);background:var(--color-text);color:var(--color-bg);position:absolute;top:0;left:-9999px}.skip-link:focus{left:var(--space-3);top:var(--space-3);color:var(--color-bg)}.cmyk-head{position:relative}.cmyk-head .paper{color:var(--color-bg);text-shadow:.027em .0185em 0 var(--color-bg), -.0245em -.0175em 0 var(--color-bg)}.cmyk-head .plate{mix-blend-mode:multiply;pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;inset:0}.cmyk-head .plate-c{color:var(--color-accent)}.cmyk-head .plate-m{color:var(--color-accent-2);translate:.018em .0125em}.cmyk-head .plate-y{color:var(--color-process-yellow);translate:-.0155em -.0115em}.cmyk{background:var(--color-bg);position:relative;overflow:hidden}.cmyk .print{filter:url(#sep-all);width:100%;position:relative}.cmyk .print img{object-fit:cover;width:100%;height:100%}.cmyk:after{content:"";pointer-events:none;mix-blend-mode:multiply;background-image:radial-gradient(circle,#00000038 30%,#0000 32%);background-size:3px 3px;position:absolute;inset:0}@media (hover:hover){.cmyk .print:hover{filter:none}}.btn{padding:var(--space-2) calc(var(--space-3) * 1.2);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;font-family:var(--font-heading);font-size:14px;font-weight:var(--font-heading-weight);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:6px;line-height:1.2;text-decoration:none;transition:background .14s,color .14s,border-color .14s;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--color-accent-700);color:var(--color-bg)}.btn-primary:hover{background:var(--color-accent-800);color:var(--color-bg)}.btn-primary:active{background:var(--color-accent-900)}.btn-secondary{border-color:var(--color-divider)}.btn-secondary:hover{background:color-mix(in srgb, var(--color-text) 7%, transparent)}.btn-ghost{padding-inline:var(--space-1);color:var(--color-accent-700)}.btn-ghost:hover{background:color-mix(in srgb, var(--color-accent) 10%, transparent);color:var(--color-accent-700)}.btn-ghost:active{background:color-mix(in srgb, var(--color-accent) 18%, transparent)}.input{border:1px solid var(--color-divider);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:36px;color:var(--color-text);caret-color:var(--color-accent);padding:6px 10px;font-size:14px}.input::placeholder{color:color-mix(in srgb, var(--color-text) 65%, transparent);opacity:1}.input:hover{border-color:var(--ink-45)}.input:focus-visible{border-color:var(--color-accent);outline-offset:0}.card{gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);background:var(--color-surface);flex-direction:column;display:flex}.elev-sm{box-shadow:var(--shadow-sm)}.elev-md{box-shadow:var(--shadow-md)}.tag{border-radius:calc(var(--radius-md) * .75);letter-spacing:.02em;align-items:center;padding:3px 10px;font-size:11px;display:inline-flex}.tag-accent{background:var(--color-accent-100);color:var(--color-accent-800)}.tag-accent-2{background:var(--color-accent-2-100);color:var(--color-accent-2-800)}.tag-neutral{background:var(--color-neutral-100);color:var(--color-neutral-800)}.tag-outline{border:1px solid var(--color-accent);color:var(--color-accent-700)}.ph{vertical-align:-.125em;flex:none;width:1em;height:1em;display:inline-block}.nav{align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);flex-wrap:wrap;padding-inline:max(clamp(20px,5vw,72px),50% - 600px + clamp(20px,5vw,72px));display:flex}.nav-brand{font-family:var(--font-heading);font-size:18px;font-weight:var(--font-heading-weight);color:inherit;align-items:center;gap:8px;margin-right:auto;text-decoration:none;display:inline-flex}.nav-brand img{width:28px;height:28px}.nav a{color:inherit;font-size:14px;text-decoration:none}.nav a:hover,.nav a[aria-current=page]{color:var(--color-accent-700)}.nav .btn-primary{color:var(--color-bg)}.shell{max-width:1200px;margin:0 auto;padding:0 clamp(20px,5vw,72px)}.shell--narrow{max-width:760px}.eyebrow{margin-bottom:var(--space-3);color:var(--ink-70);letter-spacing:.08em;text-transform:uppercase;font-size:13px;line-height:14px;display:block}.rule-thick{border:0;border-top:2px solid var(--color-text);border-bottom:1px solid var(--color-text);height:5px;margin:0}.rule-hair{border:0;border-top:1px solid var(--color-text);height:0;margin:0}.dateline{color:var(--ink-70);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;gap:14px 28px;margin:0;padding:14px 0;font-size:13px;line-height:14px;display:flex}.pub-footer{color:var(--ink-70);flex-wrap:wrap;gap:28px;padding:56px 0;font-size:13px;line-height:28px;display:flex}.pub-footer--ruled{border-top:1px solid var(--color-divider);padding:28px 0 56px}.prose{max-width:58ch;color:var(--ink-78);margin:18px 0 0;font-size:15.5px;line-height:28px}.prose--justified{text-align:justify;-webkit-hyphens:auto;hyphens:auto}.split{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));align-items:center;gap:56px clamp(28px,5vw,80px);display:grid}.hero{padding:112px 0 84px}.hero__title{letter-spacing:-.02em;margin:0 0 0 -.035em;font-size:clamp(42px,6vw,80px);line-height:1.08}.hero__title .cmyk-head{display:block}.hero__lede{max-width:58ch;margin:40px 0 0;font-size:17px;line-height:28px}.hero__actions{gap:var(--space-3);flex-wrap:wrap;margin-top:28px;display:flex}.hero__stack{flex-direction:column;justify-self:end;gap:20px;width:100%;max-width:440px;display:flex}.hero__stack-note{color:var(--color-neutral-700);text-align:right;margin:0;font-size:13px;font-style:italic}.clipping{transform:rotate(-1.6deg)}.clipping--second{opacity:.75;margin-left:32px;transform:rotate(1.2deg)}.clipping--third{opacity:.4;margin-right:24px;transform:rotate(-.8deg)}.clipping__head{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.clipping__alias{align-items:center;gap:5px;font-size:14px;display:inline-flex}.clipping__alias .ph{color:var(--color-neutral-700);font-size:15px}.clipping__expiry{color:var(--color-neutral-700);margin-left:auto;font-size:12px;font-style:italic}.clipping__body{margin:10px 0 8px;font-size:15px;line-height:1.55}.clipping__body--last{margin-bottom:0}.clipping__reactions{flex-wrap:wrap;gap:6px;display:flex}.numbers{padding:56px 0 70px}.facts{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px 70px;padding:14px 0 28px;display:grid}.fact{align-items:baseline;gap:8px;margin:0;font-size:15.5px;line-height:28px;display:flex}.fact__leader{border-bottom:1px dotted var(--ink-45);flex:1;align-self:flex-end;min-width:28px;margin-bottom:.34em}.fact__value{font-family:var(--font-heading);font-size:17px;font-weight:var(--font-heading-weight)}.fact__value--accent{color:var(--color-accent-700)}.how{padding:84px 0 70px}.how__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:42px clamp(28px,4vw,64px);margin-top:14px;display:grid}.how h2{letter-spacing:-.01em;margin:0;font-size:24px;line-height:28px}.reactions{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px clamp(24px,5vw,96px);padding:56px 0 84px}.reactions h2{letter-spacing:-.015em;margin:0;font-size:32px;line-height:42px}.reactions .prose{max-width:48ch}.reactions__tags{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.reactions__figure{overflow:visible}.reactions__figure .print{aspect-ratio:986/660}.testimony{padding:70px 0 98px}.pullquote{max-width:34ch;font-family:var(--font-heading);letter-spacing:-.01em;margin:0;font-size:clamp(24px,2.6vw,34px);font-style:italic;font-weight:400;line-height:1.35}.pullquote+figcaption{color:var(--ink-70);margin:42px 0 0;font-size:15.5px;line-height:28px}.testimony__art,.start__art{justify-self:center;width:min(100%,520px)}.editorial-illustration{width:100%;height:auto;display:block;overflow:visible}.editorial-illustration .paper{fill:var(--color-neutral-100)}.editorial-illustration__registration{stroke:var(--ink-45);stroke-width:1.5px}.editorial-illustration__kicker{fill:var(--color-text);font-family:var(--font-heading);letter-spacing:.16em;font-size:12px;font-weight:600}.response-sheet--shadow{fill:color-mix(in srgb, var(--color-accent) 26%, transparent)}.response-sheet>.paper,.response-sheet__rule{stroke:var(--color-text);stroke-width:2px}.response-sheet__quote{stroke:var(--color-text);stroke-linecap:round;stroke-width:7px}.response-sheet__quote--short{stroke:var(--color-accent-2-700)}.response-sheet__fade{stroke:var(--color-neutral-400);stroke-dasharray:3 7;stroke-linecap:round;stroke-width:3px}.response-sheet__corner{stroke:var(--color-accent);stroke-width:3px}.reaction-slip{filter:drop-shadow(0 3px 3px #2d2b2b1f)}.reaction-slip .paper{stroke:var(--color-text);stroke-width:2px}.reaction-slip text{fill:var(--color-text);font-family:var(--font-heading);letter-spacing:.08em;font-size:13px;font-weight:600}.reaction-slip text:last-child{font-size:18px}.reaction-slip__edge{stroke-width:5px}.reaction-slip--same .reaction-slip__edge{stroke:var(--color-accent)}.reaction-slip--rough .reaction-slip__edge{stroke:var(--color-accent-2)}.expiry-stamp{color:var(--color-accent-2-700)}.expiry-stamp circle{stroke:currentColor;stroke-width:2px}.expiry-stamp circle:first-child{stroke-width:4px}.expiry-stamp text{fill:currentColor;font-family:var(--font-heading);letter-spacing:.08em;font-size:18px;font-weight:600}.expiry-stamp text:last-child{letter-spacing:.12em;font-size:9px}.start{padding:70px 0 56px}.start h2{margin:0;font-size:24px;line-height:28px}.start__form{align-items:stretch;gap:var(--space-3);max-width:520px;margin-top:28px;display:flex}.start__form .input{flex:1}.start__form .btn{white-space:nowrap}.start__note{color:var(--ink-70);margin:12px 0 0;font-size:13px}.press-sheet--cyan{fill:color-mix(in srgb, var(--color-accent) 32%, transparent)}.press-sheet--magenta{fill:color-mix(in srgb, var(--color-accent-2) 24%, transparent)}.press-sheet>.paper,.press-sheet__mast-rule{stroke:var(--color-text);stroke-width:2px}.press-sheet__headline{fill:var(--color-text);font-family:var(--font-heading);letter-spacing:.04em;font-size:18px;font-weight:600}.press-sheet__copy{stroke:var(--ink-70);stroke-linecap:round;stroke-width:3px}.press-sheet__halftone{fill:url(#press-halftone)}.editorial-illustration--press pattern circle{fill:var(--color-accent)}.press-sheet__fade{stroke:var(--color-neutral-400);stroke-dasharray:4 9;stroke-linecap:round;stroke-width:3px}.compose-strip{filter:drop-shadow(0 4px 4px #2d2b2b24)}.compose-strip .paper{stroke:var(--color-text);stroke-width:2px}.compose-strip text{fill:var(--ink-70);font-family:var(--font-heading);letter-spacing:.1em;font-size:10px}.compose-strip>path:not(.paper,.compose-strip__shadow){stroke:var(--color-text);stroke-width:2px}.compose-strip__shadow{stroke:var(--color-accent);stroke-width:4px}.compose-strip__arrow{stroke-linecap:round;stroke-linejoin:round;stroke:var(--color-accent-2)!important;stroke-width:3px!important}.expiry-stamp--press{color:var(--color-accent-700)}.doc__header{padding:84px 0 42px}.doc__title{letter-spacing:-.02em;margin:0 0 0 -.035em;font-size:clamp(38px,5vw,56px);line-height:1.1}.doc__lede{max-width:58ch;margin:28px 0 0;font-size:17px;line-height:28px}.doc__rail,.doc section{margin-bottom:56px}.doc section h2{letter-spacing:-.01em;margin:0;font-size:24px;line-height:28px}.doc section p{color:var(--ink-78);margin:18px 0 0;font-size:15.5px;line-height:28px}.doc section p+p{margin-top:var(--space-3)}@media (width<=720px){.nav__jump{display:none}.hero{padding:56px 0 42px}.hero__stack{justify-self:stretch;max-width:none}.clipping,.clipping--second,.clipping--third{margin:0;transform:none}.how,.testimony,.start,.reactions{padding:42px 0}.doc__header{padding:42px 0 28px}.start__form{flex-direction:column}.testimony__art,.start__art{width:min(100%,420px)}.prose--justified{text-align:left}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
