/* LANDING PAGE STYLESHEET - loaded ONLY by frontend/root/index.html (served at
   the root domain "/"). The class names here are deliberately short and generic
   (.wrap, .glass, .btn, .split); that is safe only because nothing else links
   this file. If you ever need these styles on a second page, scope them first.

   Material and type come from the app's hub theme (frontend/hub-dark.css) so
   the marketing page and the product are visibly the same product: arctic
   ground, Plus Jakarta Sans + JetBrains Mono, liquid glass with a four-edge
   inset rim over a drifting sky. Rule kept from the app: glass never stacks
   on glass. */

/* Skip link - visible only when focused. */
.skip{position:absolute;left:-9999px;top:0;z-index:200;padding:12px 18px;
  border-radius:0 0 14px 0;background:#fff;color:#10182A;font-family:var(--mono);
  font-size:14px;font-weight:600}
.skip:focus{left:0}
:focus-visible{outline:2px solid var(--acc);outline-offset:3px;border-radius:6px}

/* ============================================================
   LANDING MOCKUP 6 - the ENGINE, not one game.
   Same material as the app (tokens from hub-dark.css:
   arctic ground, Plus Jakarta Sans + JetBrains Mono, liquid
   glass with a four-edge rim over a drifting sky).
   What changed is the ARGUMENT: the hero shows the multi-game
   hub, section 01 puts two REAL reports from two unrelated
   games side by side, and the report shape is explained as a
   game-neutral diagram rather than a football example.
   ============================================================ */
:root{
  --font:"Plus Jakarta Sans",ui-sans-serif,system-ui,sans-serif;
  --mono:"JetBrains Mono",ui-monospace,SFMono-Regular,monospace;
  --bg:#E9EEF7; --ink:#10182A; --ink-2:#44536F; --ink-3:#6E7E9C;
  --acc:#2F7DF6; --acc-2:#5C9DFF; --acc-deep:#2361C4;
  --acc-soft:rgba(47,125,246,.12); --acc-line:rgba(47,125,246,.34);
  --lq-bg:rgba(247,251,255,.44);
  --lq-border:rgba(255,255,255,.6);
  --lq-blur:blur(28px) saturate(180%);
  --lq-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -1px 0 rgba(255,255,255,.3),
    inset 1px 0 0 rgba(255,255,255,.45),
    inset -1px 0 0 rgba(255,255,255,.45),
    0 18px 48px rgba(24,44,86,.15);
  --fill:rgba(250,253,255,.55);
  --fill-line:rgba(255,255,255,.7);
  --line:rgba(120,150,200,.18);
  --r:26px; --spring:cubic-bezier(.34,1.56,.64,1);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
html { background: #E9EEF7; }


body{background:var(--bg);color:var(--ink);font-family:var(--font);
  -webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
::selection{background:rgba(47,125,246,.2)}

.sky{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.sky i{position:absolute;display:block;border-radius:50%;filter:blur(40px);opacity:.5}
.sky i:nth-child(1){top:-22vh;left:-14vw;width:70vw;height:70vw;
  background:radial-gradient(circle at 42% 42%,#2F7DF6 0%,rgba(47,125,246,0) 63%);animation:d1 26s ease-in-out infinite}
.sky i:nth-child(2){top:-10vh;right:-18vw;width:62vw;height:62vw;
  background:radial-gradient(circle at 50% 50%,#7C5CFF 0%,rgba(124,92,255,0) 63%);animation:d2 32s ease-in-out infinite}
.sky i:nth-child(3){top:38vh;left:30vw;width:56vw;height:56vw;
  background:radial-gradient(circle at 50% 50%,#35C8E8 0%,rgba(53,200,232,0) 64%);animation:d1 38s ease-in-out infinite}
.sky i:nth-child(4){bottom:-26vh;right:-10vw;width:66vw;height:66vw;
  background:radial-gradient(circle at 50% 50%,#5C9DFF 0%,rgba(92,157,255,0) 63%);animation:d2 30s ease-in-out infinite}
@keyframes d1{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(5%,-4%,0) scale(1.1)}}
@keyframes d2{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-6%,5%,0) scale(1.14)}}
@media (prefers-reduced-motion:reduce){.sky i{animation:none!important}}

.page{position:relative;z-index:1}
/* padding-INLINE only: .wrap sits on the same elements as `section`, so a
   `padding` shorthand here would silently eat every section's vertical rhythm. */
.wrap{width:100%;max-width:1800px;margin:0 auto;padding-inline:clamp(20px,3.4vw,68px)}
.glass{background:var(--lq-bg);border:1px solid var(--lq-border);
  -webkit-backdrop-filter:var(--lq-blur);backdrop-filter:var(--lq-blur);
  box-shadow:var(--lq-shadow);border-radius:var(--r)}

/* ---- nav ---- */
.nav{position:sticky;top:14px;z-index:60;padding:0 clamp(20px,3.4vw,68px);margin-top:14px}
.nav__in{width:100%;max-width:1800px;margin:0 auto;display:grid;
  grid-template-columns:1fr auto 1fr;align-items:center;gap:26px;
  padding:10px 10px 10px 18px;border-radius:20px}
.brand{display:flex;align-items:center;gap:10px;font-family:var(--mono);
  font-weight:700;font-size:16.5px;letter-spacing:-.02em}
.brand .mk{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;
  background:linear-gradient(150deg,var(--acc),var(--acc-2));color:#fff;
  box-shadow:0 6px 14px -5px rgba(47,125,246,.7)}
.brand .mk span{font-size:17px}
.nav__links{display:flex;gap:26px;justify-content:center;font-size:14px;font-weight:500;color:var(--ink-2)}
.nav__links a:hover{color:var(--ink)}
.nav__end{display:flex;align-items:center;gap:8px;justify-self:end}
.btn{display:inline-flex;align-items:center;gap:8px;border-radius:999px;
  font-family:var(--mono);font-weight:600;font-size:14px;letter-spacing:-.01em;
  padding:11px 20px;transition:transform .3s var(--spring),background-color .2s,box-shadow .25s,filter .2s;
  border:1px solid transparent;white-space:nowrap}
.btn span{font-size:17px}
.btn:hover{transform:translateY(-1px)}
/* Press feedback on BOTH, so the click itself lands. */
.btn:active{transform:translateY(0) scale(.985);transition-duration:.06s}
.btn--pri{background:linear-gradient(150deg,var(--acc),#4A6FEA);color:#fff;
  box-shadow:0 10px 24px -8px rgba(47,125,246,.75),inset 0 1px 0 rgba(255,255,255,.35)}
.btn--pri:hover{filter:brightness(1.07);
  box-shadow:0 16px 34px -8px rgba(47,125,246,.9),inset 0 1px 0 rgba(255,255,255,.42)}
.btn--ghost{background:var(--fill);border-color:var(--fill-line);color:var(--ink);
  -webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}
.btn--ghost:hover{background:rgba(255,255,255,.78)}
.btn--lg{padding:15px 26px;font-size:15px}

/* ---- type ---- */
.eyebrow{font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;color:var(--ink-3);display:flex;align-items:center;gap:9px}
.eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--acc);
  box-shadow:0 0 0 4px rgba(47,125,246,.18);flex:none}
h1{font-family:var(--mono);font-weight:700;letter-spacing:-.055em;line-height:.96;
  font-size:clamp(36px,4.3vw,66px);text-wrap:balance}
h2{font-family:var(--mono);font-weight:700;letter-spacing:-.045em;line-height:1.04;
  font-size:clamp(27px,2.5vw,42px);text-wrap:balance}
h3{font-family:var(--mono);font-weight:700;letter-spacing:-.03em;font-size:18px}
.grad{background:linear-gradient(104deg,var(--acc) 6%,#6D6BF2 46%,#35C8E8);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.lede{font-size:17px;line-height:1.6;color:var(--ink-2);text-wrap:pretty}
.body{font-size:15.5px;line-height:1.62;color:var(--ink-2);text-wrap:pretty}

/* ---- hero ---- */
.vh{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;
  clip-path:inset(50%);white-space:nowrap;border:0}
/* The hero owns the first screen: nothing from section 01 should be visible
   before the first scroll. min-height (not height) so it can still grow on a
   short or zoomed viewport instead of clipping. 78px is the sticky nav's own
   block size, which sits above this in normal flow. */
.hero{padding-block:24px 28px;min-height:calc(100vh - 78px);min-height:calc(100svh - 78px);
  text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.hero .eyebrow{justify-content:center}
.hero h1{margin:16px 0 0;max-width:18ch}
.hero .lede{margin:18px 0 0;max-width:58ch}
.hero__cta{margin:38px 0 0;display:flex;gap:11px;flex-wrap:wrap;justify-content:center}
.hero__games{margin:22px 0 0;display:flex;gap:8px;flex-wrap:wrap;justify-content:center;
  font-family:var(--mono);font-size:11.5px;letter-spacing:.04em;color:var(--ink-2)}
.hero__games b{padding:7px 13px;border-radius:999px;background:rgba(252,254,255,.62);
  border:1px solid rgba(255,255,255,.85);font-weight:600}
.hero__games i{font-style:normal;padding:7px 13px;border-radius:999px;
  border:1px dashed rgba(120,150,200,.42);color:var(--ink-3)}

/* Sized by BOTH constraints: never wider than 1180, and never taller than the
   space the hero has left. 2.1 is the shot's aspect ratio (2400x1140), so the
   height cap is expressed as a width. */
.frame{position:relative;margin:24px auto 0;padding:10px;border-radius:26px;
  max-width:min(1280px, calc((100svh - 320px) * 2.1))}
.frame__in{position:relative;border-radius:18px;overflow:hidden;background:#fff;
  box-shadow:0 26px 60px -30px rgba(16,30,66,.55),0 2px 6px rgba(16,30,66,.08)}

/* ---- hover overlay on the product shot ----------------------------------
   Glass over an IMAGE, which is the one place it is allowed to sit on top of
   something - the rule the app follows is that glass never stacks on glass.
   `visibility` (not just opacity) is what keeps the hidden links out of the
   tab order and the a11y tree; it is transitioned with a 0s delay so it flips
   after the fade out and instantly on the way in. */
.shot-ov{position:absolute;inset:0;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:16px;
  background:linear-gradient(180deg,rgba(8,16,36,.34),rgba(8,16,36,.58));
  -webkit-backdrop-filter:blur(7px) saturate(150%);backdrop-filter:blur(7px) saturate(150%);
  opacity:0;pointer-events:none;transition:opacity .26s ease}
.frame:hover .shot-ov,
.frame:focus-within .shot-ov{opacity:1;pointer-events:auto}
.shot-ov p{font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.15em;
  text-transform:uppercase;color:rgba(255,255,255,.86)}
.shot-ov__row{display:flex;gap:11px;flex-wrap:wrap;justify-content:center}
.shot-ov .btn--ghost{background:rgba(255,255,255,.92);border-color:rgba(255,255,255,.96);
  color:#10182A;-webkit-backdrop-filter:none;backdrop-filter:none}
.shot-ov .btn--ghost:hover{background:#fff}
.shot-ov .btn--pri:hover{filter:brightness(1.1);
  box-shadow:0 18px 38px -8px rgba(47,125,246,1),inset 0 1px 0 rgba(255,255,255,.45)}
.frame__in img{transition:transform .5s var(--spring)}
.frame:hover .frame__in img{transform:scale(1.012)}

/* The buttons live in ONE place per device, never two:
   - hover device  -> in the overlay on the shot; the row below is removed.
   - touch device  -> no hover exists, so the overlay is removed and the row
                      below is the hero's CTA. Dropping both would leave a
                      touch visitor with no hero action at all. */
@media(hover:hover){ .hero__cta{display:none} }
@media(hover:none){ .shot-ov{display:none} }
@media(prefers-reduced-motion:reduce){
  .shot-ov,.frame:hover .shot-ov,.frame:focus-within .shot-ov{transition:opacity .01s linear}
  .frame__in img,.frame:hover .frame__in img{transition:none;transform:none}
}
.frame img{width:100%}
.chip{position:absolute;display:flex;align-items:center;gap:11px;padding:12px 16px;
  border-radius:16px;background:rgba(252,254,255,.72);border:1px solid rgba(255,255,255,.92);
  -webkit-backdrop-filter:blur(22px) saturate(180%);backdrop-filter:blur(22px) saturate(180%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 20px 44px -18px rgba(16,30,66,.5);text-align:left}
.chip b{display:block;font-family:var(--mono);font-size:18px;letter-spacing:-.03em;line-height:1}
.chip small{display:block;font-family:var(--mono);font-size:9.5px;letter-spacing:.13em;
  text-transform:uppercase;color:var(--ink-3);margin-top:5px}
.chip .ic{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;
  background:var(--acc-soft);color:var(--acc-deep);flex:none}
/* vertical break only - the page gutter is a clamp() and can be 20px */
.chip--a{top:-28px;left:clamp(16px,2vw,40px)}
.chip--b{bottom:-28px;right:clamp(16px,2vw,40px)}
@media(max-width:820px){.chip{display:none}}

/* ---- facts ---- */
.facts{margin:48px 0 0;display:grid;grid-template-columns:repeat(4,1fr);
  padding:6px;border-radius:22px;overflow:hidden}
.fact{padding:19px clamp(20px,1.8vw,30px)}
.fact+.fact{box-shadow:inset 1px 0 0 var(--line)}
.fact b{display:block;font-family:var(--mono);font-size:15px;letter-spacing:-.02em}
.fact span{display:block;font-size:13.5px;color:var(--ink-3);margin-top:5px;line-height:1.45}
@media(max-width:900px){.facts{grid-template-columns:repeat(2,1fr)}
  .fact:nth-child(3),.fact:nth-child(4){box-shadow:inset 0 1px 0 var(--line)}
  .fact:nth-child(4){box-shadow:inset 1px 0 0 var(--line),inset 0 1px 0 var(--line)}}

/* ---- sections ---- */
section{padding-block:56px 0;scroll-margin-top:92px}
.shead{max-width:70ch}
.shead h2{margin:13px 0 0}
.shead .body{margin:14px 0 0;font-size:16.5px}
.split{display:grid;grid-template-columns:1fr 1.32fr;gap:clamp(40px,4.4vw,88px);align-items:center}
.split--flip{grid-template-columns:1.32fr 1fr}
.split--flip .split__copy{order:2}
@media(max-width:960px){.split,.split--flip,.split--coach{grid-template-columns:1fr;gap:34px}
  .split--flip .split__copy{order:0}}
.split__copy h2{margin:16px 0 0}
.split__copy .body{margin:18px 0 0;max-width:52ch}
.shot{padding:12px;border-radius:26px}
.shot__in{border-radius:16px;overflow:hidden;background:#fff;
  box-shadow:0 22px 50px -26px rgba(16,30,66,.5)}

.plist{margin:24px 0 0;display:flex;flex-direction:column;gap:2px}
.plist li{list-style:none;display:flex;gap:13px;padding:11px 0;font-size:14.5px;
  line-height:1.5;color:var(--ink-2);border-top:1px solid var(--line)}
.plist li:first-child{border-top:0}
.plist li b{color:var(--ink);font-weight:600}
.plist .k{font-family:var(--mono);font-size:11px;color:var(--acc-deep);padding-top:3px;flex:none;letter-spacing:.06em}

/* ---- 01: two real reports, two unrelated games ---- */
.pair{margin:32px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:clamp(18px,2vw,30px)}
@media(max-width:960px){.pair{grid-template-columns:1fr}}
.pane{padding:12px;border-radius:24px}
.pane__tag{display:flex;align-items:center;gap:9px;padding:4px 8px 12px;
  font-family:var(--mono);font-size:10.5px;font-weight:600;letter-spacing:.13em;
  text-transform:uppercase;color:var(--ink-3)}
.pane__tag em{font-style:normal;margin-left:auto;color:var(--acc-deep);letter-spacing:.06em}
.pane__tag s{width:8px;height:8px;border-radius:50%;text-decoration:none;flex:none}
.pane__in{border-radius:15px;overflow:hidden;background:#fff;
  box-shadow:0 18px 44px -24px rgba(16,30,66,.5)}
.pairnote{margin:20px 0 0;display:flex;gap:14px;align-items:flex-start;
  padding:16px 20px;border-radius:18px;
  background:linear-gradient(140deg,rgba(47,125,246,.11),rgba(92,157,255,.05));
  border:1px solid var(--acc-line);max-width:96ch}
.pairnote .ic{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;
  background:rgba(255,255,255,.72);color:var(--acc-deep);flex:none}
.pairnote p{font-size:15px;line-height:1.55;color:var(--ink)}

/* ---- 02: the game-neutral anatomy of one coaching moment ---- */
/* Six answers as a 3x2 grid, not six stacked rows - same content, a third
   of the height. Separators are explicit per position so the rule never has
   to fight another one on specificity. */
.anat{margin:34px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;
  padding:6px;border-radius:24px}
.anat__i{padding:20px clamp(18px,1.6vw,24px) 22px}
.anat__i:not(:nth-child(3n+1)){box-shadow:inset 1px 0 0 var(--line)}
.anat__i:nth-child(n+4){box-shadow:inset 0 1px 0 var(--line)}
.anat__i:nth-child(n+4):not(:nth-child(3n+1)){box-shadow:inset 1px 0 0 var(--line),inset 0 1px 0 var(--line)}
.anat__i b{display:block;font-family:var(--mono);font-size:10.5px;font-weight:600;
  letter-spacing:.12em;text-transform:uppercase;color:var(--acc-deep)}
.anat__i p{margin:9px 0 0;font-size:14px;line-height:1.5;color:var(--ink-2)}
.anat__i p em{font-style:normal;color:var(--ink);font-weight:600}
@media(max-width:900px){.anat{grid-template-columns:1fr}
  .anat__i{box-shadow:none!important}
  .anat__i+.anat__i{box-shadow:inset 0 1px 0 var(--line)!important}}

/* ---- 03: the track (no container - see the note in root/index.html) ---- */
.shead--c{max-width:none;text-align:center}
.shead--c .eyebrow{justify-content:center}
.track{margin:44px 0 0;list-style:none;position:relative;
  display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(24px,3vw,56px)}
/* The connector runs behind the numerals, from the centre of the first column
   to the centre of the last; each numeral paints the page ground over it so
   the line appears to pass through. */
.track::before{content:"";position:absolute;top:23px;left:16.66%;right:16.66%;height:1px;
  background:linear-gradient(90deg,transparent,var(--acc-line) 18%,var(--acc-line) 82%,transparent)}
.track__i{text-align:center;position:relative}
.track__n{position:relative;z-index:1;display:inline-grid;place-items:center;
  width:46px;height:46px;border-radius:50%;background:var(--bg);
  border:1px solid var(--acc-line);font-family:var(--mono);font-size:13px;
  font-weight:700;letter-spacing:.04em;color:var(--acc-deep)}
.track__i h3{margin:18px 0 0}
.track__i p{margin:10px auto 0;max-width:34ch;font-size:14.5px;line-height:1.58;color:var(--ink-2)}
@media(max-width:900px){
  .track{grid-template-columns:1fr;gap:30px}
  .track::before{display:none}
}

/* ---- 04: the ladder (vertical, copy on the right) ---------------------- */
.split--coach{grid-template-columns:1.15fr 1fr}
.ladder{list-style:none;padding:6px clamp(18px,1.8vw,28px)}
.ladder li{display:grid;grid-template-columns:38px 1fr;gap:16px;align-items:start;padding:18px 0}
.ladder li+li{border-top:1px solid var(--line)}
.ladder__ic{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;
  background:var(--acc-soft);color:var(--acc-deep)}
.ladder b{display:block;font-family:var(--mono);font-size:14.5px;letter-spacing:-.02em}
.ladder p{margin:6px 0 0;font-size:14px;line-height:1.55;color:var(--ink-2)}

/* ---- why ---- */
.eviGrid{margin:30px 0 0;display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(20px,2.2vw,34px)}
@media(max-width:900px){.eviGrid{grid-template-columns:1fr}}
.panel{padding:clamp(24px,2vw,32px)}
.panel h3{margin-bottom:4px}
.tier{display:grid;grid-template-columns:96px 1fr;gap:14px;padding:10px 0;
  border-top:1px solid var(--line);font-size:14px;line-height:1.5;color:var(--ink-2)}
.tier:first-of-type{border-top:0}
.tag{font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.12em;padding:5px 0;color:var(--acc-deep)}
.tag--u{color:#9A6A1F}
.src{display:block;font-family:var(--mono);font-size:9.5px;letter-spacing:.06em;
  color:var(--ink-3);margin-top:5px;text-transform:none;font-weight:500}
.vs{display:flex;flex-direction:column;gap:11px;margin-top:16px}
.vs__i{padding:13px 16px;border-radius:14px;background:rgba(250,253,255,.6);border:1px solid rgba(255,255,255,.8)}
.vs__i small{display:block;font-family:var(--mono);font-size:9.5px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--ink-3);margin-bottom:7px}
.vs__i p{font-size:14.5px;line-height:1.5}
.vs__i--them p{color:var(--ink-3)}
.vs__i--us{background:linear-gradient(150deg,rgba(47,125,246,.13),rgba(92,157,255,.07));border-color:var(--acc-line)}
.vs__i--us p{color:var(--ink);font-weight:500}

/* ---- cta / footer ---- */
.cta{margin:56px 0 0;padding:clamp(48px,4vw,72px) 40px;text-align:center;border-radius:32px}
.cta h2{max-width:22ch;margin:0 auto}
.cta .body{margin:16px auto 0;max-width:52ch;font-size:17px}
.cta__row{margin:26px 0 0;display:flex;gap:11px;justify-content:center;flex-wrap:wrap}
footer.glass{margin:56px 0 0;padding:0;border-radius:0;
  border-width:1px 0 0;box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}
footer > .wrap{padding-block:32px 26px}
.foot{display:flex;gap:30px;align-items:flex-start;flex-wrap:wrap}
.foot__l{max-width:34ch}
.foot__l p{margin:14px 0 0;font-size:13.5px;line-height:1.55;color:var(--ink-3)}
.foot__cols{display:flex;gap:56px;margin-left:auto;flex-wrap:wrap}
.foot__c b{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--ink-3);margin-bottom:12px}
.foot__c a{display:block;font-size:14px;color:var(--ink-2);padding:4px 0}
.foot__c a:hover{color:var(--acc-deep)}
.foot__bar{margin-top:22px;padding-top:16px;border-top:1px solid rgba(120,150,200,.2);
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12.5px;color:var(--ink-3)}
.material-symbols-outlined{font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24}

@media(max-width:900px){.nav__links{display:none}
  .anat__row{grid-template-columns:1fr;gap:6px}}
@media(max-width:560px){
  .nav__in{gap:10px;padding:8px 8px 8px 14px}
  .btn{padding:10px 15px;font-size:13px}
  .btn--lg{padding:13px 20px;font-size:14px}
  .brand{font-size:15px}
  .cta{padding-inline:22px} footer{padding:26px 22px} .foot__cols{gap:32px}
}
/* Below ~400px (the narrowest phones still in use) "Sign in" + "Get started"
   together don't fit - body's overflow-x:hidden means the overflow doesn't
   even show as a scrollbar to reveal the clipped button, it just disappears.
   Sign in stays reachable via the hero's own CTA and at /signin/ directly. */
@media(max-width:400px){.nav__end .btn--ghost{display:none}}
