/* Space Grotesk, self-hosted.

   The brand book asks for this family; we serve it from our own origin rather
   than fonts.gstatic.com. Three reasons, in order: a visitor's IP never
   reaches a third party just to read a marketing page (the same standard the
   product's own privacy guardrail is held to); one render-blocking
   cross-origin round trip disappears from the critical path; and the page
   cannot lose its typography because someone else's CDN had a bad minute.

   One file per subset, not one per weight: Space Grotesk is a variable font,
   and Google's css2 endpoint serves the *same* woff2 for 300, 400 and 500 —
   verified by checksum, which is why the range below is declared once.

   Space Grotesk (c) 2020 The Space Grotesk Project Authors, Florian Karsten.
   SIL Open Font License 1.1 — full text in /assets/fonts/OFL.txt. */
@font-face{
  font-family:'Space Grotesk';font-style:normal;font-weight:300 700;font-display:swap;
  src:url('/assets/fonts/space-grotesk-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face{
  font-family:'Space Grotesk';font-style:normal;font-weight:300 700;font-display:swap;
  src:url('/assets/fonts/space-grotesk-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* The Cognitive Lab — one stylesheet for every page.

   Aligned to the family brand book (v1, 2026). Three rules from it drive
   everything below:

     Space Grotesk, always lowercase.  Light 300 for display and names,
       Regular 400 for body, Medium 500 for labels. No bold in a brand name.
     The five brand colours, no new hues.  Cloud Dancer, ameixa, magenta,
       coral, carvao — plus the book's derived scales for interface states.
     80% silence, 20% event.  The page is mostly Cloud and typography; the
       symbol and the saturated colour occupy one place, never the whole page.

   Light only, by decision: a dark theme that nobody tunes is a version of the
   site nobody designed. Two text greys only — a third step always drifts
   below the contrast floor, which is how an earlier palette failed.

   Every colour used for type below was measured, not assumed:
     carvao   #242024 on paper 16.07:1 · on cloud 13.86:1
     neutro600#5D5560 on paper  7.16:1 · on cloud  6.17:1
     ameixa   #451A4A on paper 14.00:1
     magenta  #B5126B on paper  6.43:1 · on cloud  5.55:1
     coral800 #C74E3C on paper  4.58:1  (labels only)
     coral600 #FF735E on paper  2.67:1  — SURFACE ONLY, never type.
                                          Behind it, ameixa reads 5.25:1. */

:root{
  --paper:#FFFFFF;
  --cloud:#F0EEE9;      /* neutro 100 — the brand base, not a neutral grey */
  --cloud-2:#E4E0D8;    /* neutro 200 — cards and hairlines on paper */
  --ink:#242024;        /* carvao */
  --ink-2:#5D5560;      /* neutro 600 */
  --line:#E4E0D8;       /* lines on paper, never text */
  --line-2:#CFC9BE;     /* neutro 300 — lines on cloud */
  --plum:#451A4A;       /* ameixa 600 — the solid field */
  --plum-800:#2E1132;
  --plum-100:#E9DFE9;
  --magenta:#B5126B;    /* first echo — relation. Links and labels. */
  --magenta-100:#F6DCE9;
  --coral:#FF735E;      /* second echo — possibility. Surface only. */
  --coral-800:#C74E3C;  /* the type-safe coral, as the book itself uses it */
  --coral-100:#FFE3DD;
  --on-plum:#F0EEE9;
  --sans:'Space Grotesk',ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  --mono:ui-monospace,SFMono-Regular,'SF Mono',Menlo,Consolas,monospace;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);
  font-weight:400;font-size:18px;line-height:1.62;letter-spacing:-.006em;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
p{margin:0}
img{max-width:100%}
::selection{background:rgba(181,18,107,.14)}

/* ---------------- nav ---------------- */
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.84);backdrop-filter:saturate(170%) blur(16px);-webkit-backdrop-filter:saturate(170%) blur(16px);border-bottom:1px solid var(--line)}
.nav .in{max-width:1120px;margin:0 auto;padding:13px 26px;display:flex;align-items:center;gap:18px}
/* The name is one weight, lowercase, never bold — the symbol carries
   recognition, not a bold syllable. */
.nav .mark{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-size:16px;font-weight:400;letter-spacing:-.008em}
.nav .mark svg,.nav .mark img{width:21px;height:21px;flex:none;display:block}
.nav ul{list-style:none;display:flex;gap:22px;margin:0 0 0 auto;padding:0;flex-wrap:wrap}
.nav a.lnk{color:var(--ink-2);text-decoration:none;font-size:15px;letter-spacing:-.006em}
.nav a.lnk:hover{color:var(--ink)}
.nav a.lnk[aria-current="page"]{color:var(--ink);font-weight:500}
.nav a:focus-visible,.cta:focus-visible,.link:focus-visible,.chan a:focus-visible,.team a:focus-visible,.mode a:focus-visible{outline:2px solid var(--magenta);outline-offset:3px;border-radius:3px}
/* Four link labels plus the name do not fit one row on a phone, so give the
   links their own row rather than letting them wrap around the mark. */
@media (max-width:620px){
  .nav .in{padding:9px 20px 0;gap:0;flex-wrap:wrap}
  .nav .mark{width:100%}
  .nav ul{margin:0;width:100%;justify-content:space-between;gap:10px;border-top:1px solid var(--line)}
  .nav a.lnk{font-size:14px;min-height:40px}
}

/* ---------------- layout ---------------- */
.sec{padding:132px 26px}
.sec.tight{padding:92px 26px}
.band{background:var(--cloud)}
.band .cta.ghost{border-color:var(--line-2)}
.col{max-width:1120px;margin:0 auto}
.mid{max-width:760px;margin:0 auto}
/* A display line wants more room than a reading measure does. `.wide` gives
   the headline the width it needs while the prose under it keeps its own. */
.mid.wide{max-width:1010px}
.mid.wide .lead,.mid.wide .crumb{max-width:720px;margin-left:auto;margin-right:auto}
.center{text-align:center}

/* ---------------- type ---------------- */
.h1{font-size:clamp(36px,5.9vw,78px);line-height:1.04;font-weight:300;letter-spacing:-.034em;margin:0;text-wrap:balance}
.h2{font-size:clamp(29px,4.2vw,50px);line-height:1.08;font-weight:300;letter-spacing:-.03em;margin:0;text-wrap:balance}
.h3{font-size:clamp(21px,2.2vw,27px);line-height:1.2;font-weight:400;letter-spacing:-.022em;margin:0;text-wrap:balance}
.lead{font-size:clamp(19px,2vw,24px);line-height:1.5;font-weight:300;color:var(--ink-2);letter-spacing:-.012em;margin:0;text-wrap:pretty}
.say{font-size:17px;line-height:1.62;color:var(--ink-2);margin:0}
.tiny{font-size:15px;line-height:1.55;color:var(--ink-2);margin:0}
.q{color:var(--magenta)}
.crumb{font-size:15px;color:var(--ink-2);margin:0 0 22px;letter-spacing:-.006em}
.crumb a{color:var(--ink-2)}
/* The book's own label style: 500, wide tracking, magenta. It is how the
   brand announces which altitude the conversation is at. */
.eyebrow{font-size:12px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--magenta);margin:0 0 20px}
.eyebrow.plum{color:var(--plum)}
.center .eyebrow{text-align:center}

/* ---------------- hero ---------------- */
.hero{position:relative;padding:154px 30px 122px;overflow:hidden}
.hero canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;
  -webkit-mask-image:radial-gradient(120% 88% at 50% 46%,transparent 0,transparent 40%,#000 78%);
  mask-image:radial-gradient(120% 88% at 50% 46%,transparent 0,transparent 40%,#000 78%)}
.hero .form{position:absolute;pointer-events:none;filter:blur(58px)}
.hero .form.a{width:560px;height:500px;right:-170px;top:-160px;background:var(--magenta);opacity:.06;border-radius:52% 48% 50% 50%/54% 52% 48% 46%}
.hero .form.b{width:420px;height:380px;left:-140px;bottom:-140px;background:var(--coral);opacity:.07;border-radius:46% 54% 58% 42%/50% 46% 54% 50%}
@media (max-width:700px){.hero .form.a{width:340px;height:300px;right:-120px}.hero .form.b{width:260px;height:240px;left:-100px}}
.hero .in{position:relative;max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:30px;align-items:center;text-align:center}
.hero .lead{max-width:640px}
.hero .eyebrow{margin:0}

/* ---------------- actions ---------------- */
.acts{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:8px}
.cta{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:500;letter-spacing:-.008em;text-decoration:none;padding:13px 26px;border-radius:100px;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}
.cta.solid{background:var(--coral);color:var(--plum)}
.cta.solid:hover{background:#FF8F7C;transform:translateY(-1px)}
.cta.ghost{color:var(--ink);border:1px solid var(--line)}
.cta.ghost:hover{border-color:var(--ink);transform:translateY(-1px)}
.link{display:inline-flex;align-items:center;gap:6px;color:var(--magenta);text-decoration:none;font-size:16px;font-weight:500;letter-spacing:-.008em;width:fit-content}
.link:hover{text-decoration:underline;text-underline-offset:4px}
@media (prefers-reduced-motion:reduce){.cta:hover,.chan a:hover,.mode:hover{transform:none}}

/* ---------------- the three layers ----------------
   The mother mark is the diagram: three fields in a rosette around a centre
   that belongs to no one. Colour-to-layer mapping is the book's, not ours. */
.layers{display:grid;grid-template-columns:300px 1fr;gap:72px;align-items:center;margin-top:64px}
.layers .art{display:flex;justify-content:center}
.layers .art img{width:100%;max-width:270px;height:auto}
.layers .list{display:flex;flex-direction:column;gap:0}
.layer{display:grid;grid-template-columns:44px 1fr;gap:20px;align-items:start;padding:26px 0;border-top:1px solid var(--line)}
.layers .list .layer:last-child{border-bottom:1px solid var(--line)}
.band .layer{border-color:var(--line-2)}
.layer svg{width:44px;height:44px;display:block;margin-top:3px}
.layer .t{font-size:19px;font-weight:500;letter-spacing:-.016em;margin:0}
.layer .d{font-size:16.5px;line-height:1.55;color:var(--ink-2);margin:5px 0 0}

/* ---------------- the two modes ---------------- */
.modes{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;margin-top:60px}
.mode{display:flex;flex-direction:column;gap:14px;padding:38px 36px 34px;background:var(--paper);border:1px solid var(--line);border-radius:16px;transition:transform .18s ease,border-color .18s ease}
.band .mode{background:#FBFAF7;border-color:var(--line-2)}
.mode:hover{border-color:var(--magenta);transform:translateY(-2px)}
.mode img.sym{width:46px;height:46px;display:block}
.mode .eyebrow{margin:2px 0 0}
/* Product names are lowercase and unbolded, per the family rule. */
.mode .nm{font-size:clamp(27px,3vw,34px);font-weight:300;letter-spacing:-.03em;line-height:1.05;margin:0}
.mode .nm .dot{color:var(--magenta)}
.mode .claim{font-size:19px;line-height:1.35;font-weight:400;letter-spacing:-.018em;margin:0}
.mode .say{flex:1}
.mode .link{margin-top:4px}
.under{margin-top:26px;border:1px solid var(--line);border-radius:16px;padding:30px 36px;display:grid;grid-template-columns:1fr 1.55fr;gap:26px 48px;align-items:start}
.band .under{border-color:var(--line-2)}
.under .t{font-size:20px;font-weight:500;letter-spacing:-.02em;margin:0}
.under .link{margin-top:14px}

/* ---------------- the grammar of the mark ---------------- */
.gram{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:56px;max-width:760px;margin-left:auto;margin-right:auto}
.gcard{border:1px solid var(--line);border-radius:16px;padding:34px 32px;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center;background:var(--paper)}
.band .gcard{border-color:var(--line-2);background:#FBFAF7}
.gcard svg{width:88px;height:88px;display:block}
.gcard .t{font-size:18px;font-weight:500;letter-spacing:-.016em;margin:0}
.gcard .d{font-size:16px;line-height:1.5;color:var(--ink-2);margin:0}

/* ---------------- what we never say ---------------- */
.never{margin-top:56px;display:flex;flex-direction:column}
.never .r{padding:26px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:280px 1fr;gap:20px 44px;align-items:baseline}
.never .r:last-child{border-bottom:1px solid var(--line)}
.band .never .r{border-color:var(--line-2)}
.never .no{font-size:19px;font-weight:400;letter-spacing:-.016em;margin:0;color:var(--ink-2);text-decoration:line-through;text-decoration-color:var(--coral-800);text-decoration-thickness:1.5px}
.never .yes{font-size:16.5px;line-height:1.55;color:var(--ink-2);margin:0}
.never .yes b{color:var(--ink);font-weight:500}

/* ---------------- product blocks (legacy layout, still used) ------------- */
.prods{display:flex;flex-direction:column}
.prod{padding:96px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.prods .prod:first-child{border-top:0;padding-top:64px}
.prod .nm{font-size:clamp(30px,3.6vw,42px);font-weight:300;letter-spacing:-.03em;line-height:1.05;margin:0}
.prod .for{font-size:15.5px;color:var(--ink-2);margin:10px 0 0}
.prod .rt{min-width:0;display:flex;flex-direction:column;gap:20px}
.prod .claim{font-size:clamp(22px,2.4vw,27px);line-height:1.28;font-weight:400;letter-spacing:-.02em;margin:0}

/* ---------------- three points ---------------- */
.three{display:grid;grid-template-columns:repeat(3,1fr);gap:56px;margin-top:64px}
.three.two{grid-template-columns:repeat(2,1fr)}
.three .p{min-width:0}
.three .p .h3{margin-bottom:12px}

/* ---------------- figures ---------------- */
.figs{display:grid;grid-template-columns:repeat(3,1fr);gap:56px;margin-top:66px}
.fig{min-width:0}
.fig .n{font-size:clamp(46px,5.4vw,64px);font-weight:300;letter-spacing:-.04em;line-height:1;color:var(--plum);font-variant-numeric:tabular-nums}
.fig .k{font-size:16.5px;font-weight:500;margin-top:14px;letter-spacing:-.012em}
.fig .s{font-size:15px;line-height:1.5;color:var(--ink-2);margin-top:6px}

/* ---------------- rows ---------------- */
.rows{margin-top:56px;display:flex;flex-direction:column}
.row{padding:30px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:300px 1fr;gap:48px;align-items:baseline}
.rows .row:last-child{border-bottom:1px solid var(--line)}
.band .row{border-color:var(--line-2)}
.row .t{font-size:19.5px;font-weight:500;letter-spacing:-.016em;margin:0;min-width:0}
.row .d{font-size:16.5px;line-height:1.55;color:var(--ink-2);margin:0;min-width:0}

/* ---------------- ladder (a real sequence, so it earns its numbers) ------- */
.ladder{margin-top:56px;display:flex;flex-direction:column}
.step{padding:26px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:44px 1fr 130px;gap:28px;align-items:baseline}
.ladder .step:last-child{border-bottom:1px solid var(--line)}
.band .step{border-color:var(--line-2)}
.step .lv{font-size:24px;font-weight:300;color:var(--plum);font-variant-numeric:tabular-nums;letter-spacing:-.03em}
.step .b{min-width:0}
.step .t{font-size:19px;font-weight:500;letter-spacing:-.016em;margin:0}
.step .d{font-size:16px;line-height:1.55;color:var(--ink-2);margin:6px 0 0}
.step .st{font-size:14.5px;color:var(--ink-2);text-align:right}
.step.here .t{color:var(--magenta)}

/* ---------------- quadrant ---------------- */
.quad{margin-top:56px;display:grid;grid-template-columns:190px 1fr 1fr;gap:0;border-top:1px solid var(--line)}
.quad>div{padding:22px 22px;border-bottom:1px solid var(--line);font-size:16.5px;line-height:1.5;color:var(--ink-2)}
.band .quad,.band .quad>div{border-color:var(--line-2)}
.quad .hd,.quad .rl{font-size:15px;color:var(--ink-2);font-weight:500}
.quad .us{color:var(--ink);font-weight:500}
.quad .us b{color:var(--magenta);font-weight:500}

/* ---------------- code ---------------- */
pre{margin:0;overflow-x:auto;background:var(--cloud);border-radius:12px;padding:22px 24px}
.band pre{background:#FBFAF7;border:1px solid var(--line-2)}
pre code{font-family:var(--mono);font-size:13.5px;line-height:1.65;color:var(--ink);white-space:pre}

/* ---------------- team ---------------- */
.team{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:56px;max-width:760px;margin:64px auto 0}
.team a{min-width:0;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:14px}
.team img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;display:block}
.team .nm2{font-size:20px;font-weight:500;letter-spacing:-.018em}
.team .rl{font-size:15px;color:var(--ink-2);margin-top:2px}
.team .li{font-size:15px;color:var(--magenta);margin-top:4px}

/* ---------------- the closing band: the one deep brand moment ---------- */
.deep{position:relative;overflow:hidden;background:var(--plum);color:var(--on-plum)}
.deep .h2,.deep .h3{color:#fff}
.deep .lead{color:rgba(240,238,233,.8)}
.deep .eyebrow{color:var(--coral)}
.deep .form{position:absolute;pointer-events:none;opacity:.24;filter:blur(64px)}
.deep .form.a{width:520px;height:460px;left:-150px;bottom:-190px;background:var(--magenta);border-radius:52% 48% 50% 50%/54% 52% 48% 46%}
.deep .form.b{width:380px;height:330px;right:-120px;top:-130px;background:var(--coral);border-radius:46% 54% 58% 42%/50% 46% 54% 50%;opacity:.13}
.deep .in{position:relative}
@media (max-width:700px){
  .deep .form.a{width:320px;height:290px;left:-110px;bottom:-120px}
  .deep .form.b{width:230px;height:200px;right:-80px;top:-80px}
}

/* ---------------- signature: product on stage, mother as endorsement ----
   The book is explicit — a product signs with its own symbol and the mother
   returns as text, never as a second symbol competing for the same stage. */
.sig{display:flex;flex-direction:column;align-items:center;gap:16px;margin:0 auto 30px}
.sig img{width:62px;height:62px;display:block}
.sig .nm{font-size:clamp(30px,4vw,44px);font-weight:300;letter-spacing:-.032em;line-height:1;margin:0}
.sig .nm .dot{color:var(--magenta)}
.sig .by{font-size:12px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-2);margin:0}
.deep .sig .nm .dot{color:var(--coral)}
.deep .sig .by{color:rgba(240,238,233,.7)}

/* ---------------- contact ---------------- */
.chan{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:40px}
.chan a{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink);border:1px solid var(--line);border-radius:14px;padding:15px 22px;background:var(--paper);transition:border-color .16s ease,transform .16s ease}
.chan a:hover{border-color:var(--coral);transform:translateY(-1px)}
.chan svg{width:19px;height:19px;fill:var(--plum);flex:none}
.chan .lb{font-size:13.5px;color:var(--ink-2);display:block}
.chan .vl{font-size:16px;font-weight:500;letter-spacing:-.012em}

/* ---------------- footer ---------------- */
.foot{padding:64px 26px 90px;border-top:1px solid var(--line)}
.foot .in{max-width:1120px;margin:0 auto;display:flex;flex-wrap:wrap;gap:22px 44px;align-items:baseline;justify-content:space-between}
.foot .mono{font-family:var(--mono);font-size:12.5px;color:var(--ink-2);letter-spacing:.02em}
.foot nav{display:flex;gap:24px;flex-wrap:wrap}
.foot nav a{color:var(--ink-2);text-decoration:none;font-size:15px}
.foot nav a:hover{color:var(--ink)}

/* ---------------- narrow ---------------- */
@media (max-width:900px){
  .sec{padding:88px 22px}
  .sec.tight{padding:66px 22px}
  .hero{padding:96px 24px 82px}
  .prod{grid-template-columns:1fr;gap:22px;padding:64px 0}
  .three,.three.two,.figs{grid-template-columns:1fr;gap:44px}
  .row{grid-template-columns:1fr;gap:8px}
  .never .r{grid-template-columns:1fr;gap:8px}
  .step{grid-template-columns:34px 1fr;gap:16px}
  .step .st{text-align:left;grid-column:2;margin-top:8px}
  .quad{grid-template-columns:1fr}
  .quad .hd{display:none}
  .layers{grid-template-columns:1fr;gap:36px;margin-top:44px}
  .layers .art img{max-width:190px}
  .modes{grid-template-columns:1fr;gap:18px;margin-top:44px}
  .mode{padding:32px 28px 30px}
  .under{grid-template-columns:1fr;gap:10px;padding:28px}
  .under .link{margin-top:6px}
  .gram{grid-template-columns:1fr;gap:16px;margin-top:40px}
  /* In one column the card would be wider than the photo's fixed 560px
     height, turning it landscape: object-fit:cover would start cropping
     vertically and eat the heads. The cap keeps the frame in portrait. */
  .team{grid-template-columns:1fr;gap:44px}
  .team a{max-width:352px;margin-left:auto;margin-right:auto}
}


/* ---------------- stage: one idea, one image, a lot of air --------------
   The Apple-page grammar: a display line, one sentence under it, and the
   product itself at full width. Everything that is not those three things
   belongs on a deeper page, not here. */
.stage{padding:126px 26px 0}
.stage.close{padding-bottom:126px}
.stage .mid{max-width:1010px}
.hxl{font-size:clamp(34px,5.8vw,72px);line-height:1.05;font-weight:300;letter-spacing:-.034em;margin:0;text-wrap:balance}
.sub{font-size:clamp(19px,2.05vw,25px);line-height:1.42;font-weight:300;color:var(--ink-2);letter-spacing:-.014em;margin:22px auto 0;max-width:660px;text-wrap:pretty}
.stage .acts{margin-top:34px}

/* The product shot. A hairline and one soft shadow — the screen is the
   event, the frame must not be. */
.shot{margin:70px auto 0;max-width:1180px}
.shot img{width:100%;height:auto;display:block;border-radius:20px;border:1px solid var(--line);
  box-shadow:0 40px 90px -46px rgba(36,26,40,.42)}
.band .shot img{border-color:var(--line-2)}
.shot figcaption{margin-top:16px;text-align:center;font-size:14px;color:var(--ink-2)}
.hero .shot{margin-top:60px;position:relative}

/* A symbol standing in where a screen would be. Used only where we do not
   have a real one to show — never a drawing of a product that does not exist. */
.emblem{margin:74px auto 0;display:flex;justify-content:center}
.emblem img{width:min(230px,46vw);height:auto;display:block}

/* Numbers at display size. The measured ones, and only those. */
.figs.xl{gap:48px;margin-top:74px}
.figs.xl .n{font-size:clamp(56px,7.6vw,104px);letter-spacing:-.05em}
.figs.xl .k{font-size:17px;margin-top:18px}
.after{margin:52px auto 0;text-align:center}

@media (max-width:900px){
  .stage{padding:80px 22px 0}
  .stage.close{padding-bottom:80px}
  .shot{margin-top:44px}
  .shot img{border-radius:14px}
  .emblem{margin-top:48px}
  .figs.xl{gap:44px;margin-top:52px}
}

/* ---------------- chart: real measurement, not decoration -------------- */
.chart{margin:66px 0 0;padding:0}
.chart svg{display:block;width:100%;height:auto;overflow:visible}
.chart figcaption{display:flex;flex-wrap:wrap;gap:10px 28px;margin-top:14px;font-size:15px;color:var(--ink-2)}
.chart .key{display:inline-flex;align-items:center;gap:9px}
.chart .dot{width:11px;height:11px;border-radius:50%;flex:none}
.chart .dot.on{background:var(--magenta);opacity:.82}
.chart .dot.off{border:1.5px solid #8E8794}
.fig .n .of{font-size:.42em;font-weight:400;letter-spacing:-.01em;color:var(--ink-2);margin-left:2px}
@media (max-width:700px){
  /* The strip needs width to stay readable, so it scrolls inside its own box.
     max-width + contain keep that scroll from reaching the page. */
  .chart{margin-top:44px;overflow-x:auto;max-width:100%;contain:paint}
  .chart svg{min-width:560px}
}

/* Line breaks in display type are art direction for a wide screen. On a phone
   the line is already short, and an extra forced break just ruins the rag. */
@media (max-width:620px){.h1 br,.h2 br{display:none}}

/* The sticky header would otherwise cover an anchored section's heading. */
[id]{scroll-margin-top:86px}

/* ---------------- skip link ---------------- */
.skip{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.skip:focus{position:fixed;left:0;top:0;z-index:100;width:auto;height:auto;margin:0;
  padding:12px 18px;clip:auto;clip-path:none;background:var(--ink);color:#fff;
  border-radius:0 0 8px 0;font-size:15px;text-decoration:none}

/* Touch targets: the nav is the only place where the text is smaller than the
   44px minimum, so the padding does the reaching rather than the glyph. */
.nav a.lnk{display:inline-flex;align-items:center;min-height:44px}
.nav .mark{min-height:44px}
.foot nav a{display:inline-flex;align-items:center;min-height:44px}
.nav ul{gap:22px}
@media (max-width:620px){.nav ul{gap:14px}}

/* Inline links sit in running text, so the padding reaches the 44px target
   without moving the type off its baseline grid. */
.link{padding:10px 0;margin:-10px 0}
.crumb a{display:inline-block;padding:13px 0;margin:-13px 0}

/* ---------------- contact form (home page, .deep #contact section) */
.icf{max-width:520px;margin:36px auto 0;text-align:left}
.icf .row2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.icf .field{display:flex;flex-direction:column;gap:7px;margin-top:16px}
.icf .row2 .field{margin-top:0}
.icf label{font-size:13px;font-weight:500;letter-spacing:.01em;color:rgba(240,238,233,.78)}
.icf input,.icf textarea{font:inherit;font-size:16px;color:#fff;background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:13px 16px;transition:border-color .16s ease,background-color .16s ease}
.icf input::placeholder,.icf textarea::placeholder{color:rgba(240,238,233,.4)}
.icf input:hover,.icf textarea:hover{border-color:rgba(255,255,255,.3)}
.icf input:focus-visible,.icf textarea:focus-visible{outline:2px solid var(--coral);outline-offset:2px;border-color:var(--coral)}
.icf textarea{min-height:128px;resize:vertical}
.icf .err{font-size:13px;color:var(--coral);min-height:1em}
.icf .hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.icf button[type="submit"]{margin-top:22px;border:0;cursor:pointer;font-family:inherit}
.icf button[type="submit"]:disabled{opacity:.6;cursor:default;transform:none}
.icf .status{margin-top:16px;font-size:15px}
.icf .status.ok{color:#fff}
.icf .status.error{color:var(--coral)}
.icf .fallback{margin-top:22px;font-size:14px;color:rgba(240,238,233,.6)}
.icf .fallback a{color:rgba(240,238,233,.85)}
@media (max-width:560px){
  .icf .row2{grid-template-columns:1fr}
  .icf .row2 .field{margin-top:16px}
  .icf .row2 .field:first-child{margin-top:0}
}
