/* Site styles. Tokens on :root are shared with the editor (web/editor.css). */

@font-face { font-family: "Big Shoulders Display"; src: url("/fonts/big-shoulders-display.698f996092.woff2") format("woff2"); font-weight: 800 900; font-style: normal; font-display: swap; 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; }
@font-face { font-family: Barlow; src: url("/fonts/barlow-400.b0a8ad37ac.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; 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; }
@font-face { font-family: Barlow; src: url("/fonts/barlow-500.cd759df8ef.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; 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; }
@font-face { font-family: Barlow; src: url("/fonts/barlow-600.4b52ddd483.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; 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; }
@font-face { font-family: Barlow; src: url("/fonts/barlow-700.2d797dd8b3.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; 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; }
@font-face { font-family: "Barlow Semi Condensed"; src: url("/fonts/barlow-semi-condensed-600.f158417e92.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; 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; }
@font-face { font-family: "Barlow Semi Condensed"; src: url("/fonts/barlow-semi-condensed-700.fb958c8c20.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; 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; }
@font-face { font-family: DotGothic16; src: url("/fonts/dotgothic16.d29abf8174.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; 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; }

:root {
  --ink: #0B1D33;
  --body: #34465C;
  --soft: #5B6B7F;
  --muted: #8C99AB;
  --paper: #FBFCFE;
  --mist: #F4F7FB;
  --fog: #EDF1F6;
  --rule: #DCE3EC;
  --line: #C9D3DF;
  --card: #FFFFFF;
  --orange: #F2561D;
  --orange-deep: #B93A0A;
  --orange-tint: #FFF1EA;
  --blue: #1F4FD1;
  --amber: #FFB81C;
  --night: #06111F;
  --display: "Big Shoulders Display", "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --sans: Barlow, "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
  --cond: "Barlow Semi Condensed", Barlow, "Arial Narrow", "Segoe UI", sans-serif;
  --led: DotGothic16, ui-monospace, "Cascadia Mono", Consolas, monospace;
  --radius: 14px;
  --shadow-card: 0 8px 18px -14px rgba(11,29,51,.35);
  --edge: #D5DDE7;
  --hairline: #E3E9F0;
  --gutter: clamp(16px, 7.2vw, 104px);
  --band: clamp(16px, 4.45vw, 64px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; background: var(--paper); color: var(--ink); font: 400 16px/1.5 var(--sans); -webkit-font-smoothing: antialiased; }
main { flex: 1 0 auto; }
a { color: var(--blue); }
a:hover { color: var(--ink); }
button { font: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -120px; z-index: 100; padding: 12px 16px; border-radius: 10px; background: var(--ink); color: #fff; font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 12px; color: #fff; }
.wrap { width: min(1232px, 100% - 2 * var(--gutter)); margin-inline: auto; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 0 20px; border: 0; border-radius: var(--radius); font: 700 16px/1 var(--sans); text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform .2s, box-shadow .2s, background-color .2s; }
.btn svg { flex: none; }
.btn-orange { background: var(--orange); color: var(--ink); box-shadow: 0 12px 24px -12px rgba(242,86,29,.9); }
.btn-orange:hover { color: var(--ink); transform: translateY(-2px); box-shadow: 0 16px 28px -12px rgba(242,86,29,1); }
.btn-navy { background: var(--ink); color: #fff; }
.btn-navy:hover { color: #fff; background: #13294a; }
.btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--edge); }
.btn-ghost:hover { color: var(--ink); background: var(--fog); }

/* Header */
.site-header { position: relative; z-index: 30; flex: none; background: #fff; border-bottom: 1px solid var(--hairline); }
.header-inner { max-width: 1440px; height: 75px; margin: 0 auto; padding: 0 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.logo-mark { flex: none; width: 34px; height: 34px; }
.brand-name { font: 900 28px/1 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; font: 600 16px/1 var(--sans); }
.nav-link { padding: 14px 0; color: var(--body); text-decoration: none; }
.nav-link.is-primary, .nav-link:hover, .nav-link[aria-current="page"] { color: var(--ink); }
.nav-link[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--orange); }
.nav-cta { height: 44px; padding: 0 18px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 12px; background: var(--fog); color: var(--ink); place-items: center; cursor: pointer; }
.menu-close, .menu-toggle[aria-expanded="true"] .menu-bars { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close { display: inline; }
.site-header.is-app .header-inner { max-width: none; height: 56px; padding: 0 20px 0 24px; }
.site-header.is-app .logo-mark { width: 28px; height: 28px; }
.site-header.is-app .brand-name { font-size: 22px; }
.site-header.is-app .site-nav { gap: 24px; font-size: 15px; }

@media (max-width: 1080px) {
  .header-inner, .site-header.is-app .header-inner { height: 64px; padding: 0 16px; }
  .brand { gap: 8px; }
  .logo-mark, .site-header.is-app .logo-mark { width: 30px; height: 30px; }
  .brand-name, .site-header.is-app .brand-name { font-size: 24px; letter-spacing: 0; }
  .menu-toggle { display: grid; }
  .site-nav, .site-header.is-app .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 16px 20px; background: #fff; border-bottom: 1px solid var(--hairline); box-shadow: 0 28px 40px -28px rgba(11,29,51,.45); font-size: 18px; }
  .site-header.is-open .site-nav { display: flex; }
  .site-nav .nav-link { padding: 15px 4px; border-bottom: 1px solid var(--fog); color: var(--ink); }
  .nav-link[aria-current="page"] { box-shadow: inset 3px 0 0 var(--orange); padding-left: 12px; }
  .nav-cta { margin-top: 16px; height: 52px; font-size: 17px; }
}

/* Footer */
.site-footer { flex: none; background: var(--ink); color: var(--line); }
.footer-inner { width: min(1232px, 100% - 2 * var(--gutter)); margin: 0 auto; padding: 72px 0 48px; display: flex; flex-direction: column; gap: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 4fr; gap: 40px; }
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-name { align-self: flex-start; font: 900 30px/1 var(--display); text-transform: uppercase; color: #fff; text-decoration: none; }
.footer-name:hover { color: #fff; }
.footer-brand p { max-width: 280px; margin: 0; font: 500 15px/1.55 var(--sans); }
.footer-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-title { margin: 0; font: 700 13px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: #fff; }
.footer-col ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; font: 500 15px/1.3 var(--sans); }
.footer-col a { color: var(--line); text-decoration: none; }
.footer-col a:hover, .footer-col a[aria-current="page"] { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font: 500 14px/1.4 var(--sans); }
.app-footer { flex: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 18px; padding: 14px 16px; border-top: 1px solid var(--hairline); background: #fff; font: 500 13px/1.4 var(--sans); color: var(--soft); }
.app-footer a { color: var(--body); padding: 12px 0; margin: -12px 0; }

/* Shared animation */
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes draw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@keyframes slide { from { opacity: 0; transform: translateX(-10px); } to { opacity: 1; transform: none; } }
@keyframes pop { 0% { opacity: 0; transform: scale(.4); } 70% { opacity: 1; transform: scale(1.18); } 100% { transform: scale(1); } }
@keyframes ring { 0% { box-shadow: 0 0 0 0 rgba(242,86,29,.55); } 100% { box-shadow: 0 0 0 calc(14 * var(--u, 1px)) rgba(242,86,29,0); } }
@keyframes crown { 0% { opacity: 0; transform: translateY(12px) scale(.86); } 60% { opacity: 1; transform: translateY(-3px) scale(1.04); } 100% { transform: none; } }
@keyframes burst { 0% { opacity: 1; transform: translate(0, 0) rotate(0); } 100% { opacity: 0; transform: translate(var(--dx), var(--dy)) rotate(var(--r)); } }
@keyframes blink { 50% { opacity: .25; } }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes toast { 0%, 18% { opacity: 0; transform: translateY(12px); } 24%, 78% { opacity: 1; transform: none; } 86%, 100% { opacity: 0; transform: translateY(6px); } }
@keyframes tap { 0%, 30% { opacity: 0; transform: scale(.4); } 40% { opacity: .9; transform: scale(1); } 60%, 100% { opacity: 0; transform: scale(1.7); } }
.rise { animation: rise .7s cubic-bezier(.2,.7,.2,1) both; }
.rise-1 { animation-delay: .08s; }
.rise-2 { animation-delay: .16s; }
.rise-3 { animation-delay: .24s; }
.rise-4 { animation-delay: .34s; }
.rise-5 { animation-delay: .44s; }
.live-dot { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); animation: blink 1.4s infinite; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 56px 0 64px; background: var(--mist); }
.court { position: absolute; color: var(--ink); opacity: .07; pointer-events: none; }
.court-left { left: 0; top: 330px; width: 342px; height: 382px; }
.court-right { right: 0; top: 330px; width: 342px; height: 382px; }
.court-center { left: 50%; top: 0; width: 342px; height: 960px; transform: translateX(-50%); }
.court-phone { display: none; }
.hero-inner { position: relative; display: flex; flex-direction: column; align-items: center; padding: 0 32px; }
.eyebrow { margin: 0; display: flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid var(--edge); border-radius: 999px; background: #fff; font: 600 14px/1 var(--sans); color: var(--body); }
.eyebrow-short { display: none; }
.hero-title { margin: 22px 0 0; text-align: center; font: 900 clamp(60px, 6.4vw, 92px)/.9 var(--display); letter-spacing: .005em; text-transform: uppercase; color: var(--ink); }
.u-wide { position: relative; display: inline-block; }
.underline { position: absolute; overflow: visible; pointer-events: none; }
.underline path { stroke: var(--orange); stroke-linecap: round; stroke-dasharray: 1 2; stroke-dashoffset: 0; animation: draw .9s .55s cubic-bezier(.6,0,.2,1) both; }
.underline-wide { left: calc(8em / 92); bottom: calc(-18em / 92); width: calc(560em / 92); height: calc(26em / 92); }
.underline-wide path { stroke-width: 7; }
.underline-narrow { display: none; }
.hero-sub { margin: 34px 0 0; max-width: 620px; text-align: center; font: 500 20px/1.5 var(--sans); color: var(--body); }

.builder { margin-top: 30px; display: flex; align-items: center; gap: 10px; padding: 8px; border: 1px solid var(--edge); border-radius: 20px; background: #fff; box-shadow: 0 18px 40px -26px rgba(11,29,51,.45); }
.builder-teams { display: flex; align-items: center; gap: 6px; padding-left: 10px; }
.builder-label { margin-right: 4px; font: 600 14px/1 var(--sans); color: var(--soft); }
.stepper { display: flex; align-items: center; gap: 6px; }
.step { width: 44px; height: 44px; padding: 0; border: 0; border-radius: 12px; background: var(--fog); color: var(--ink); display: grid; place-items: center; cursor: pointer; }
.step:hover { background: var(--hairline); }
.step[aria-disabled="true"] { color: var(--muted); cursor: default; }
.step[aria-disabled="true"]:hover { background: var(--fog); }
.step-count { width: 44px; text-align: center; font: 900 26px/1 var(--display); font-variant-numeric: tabular-nums; }
.builder-rule { width: 1px; height: 32px; background: var(--hairline); }
.segs { display: flex; gap: 4px; }
.seg { height: 44px; padding: 0 16px; border: 0; border-radius: 12px; background: transparent; color: var(--body); font: 600 15px/1 var(--sans); white-space: nowrap; cursor: pointer; transition: background-color .2s, color .2s; }
.seg:hover { background: var(--fog); }
.seg.is-on { background: var(--ink); color: #fff; }
.seg.is-soon { color: var(--soft); cursor: not-allowed; }
.seg.is-soon:hover { background: transparent; }
.soon { margin-left: 4px; padding: 3px 6px; border-radius: 6px; background: var(--orange-tint); color: var(--orange-deep); font: 700 11px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; vertical-align: 1px; }
.btn-create { height: 56px; padding: 0 26px; font-size: 18px; }

/* Hero demo bracket: every size inside the canvas is a multiple of --u so the drawing scales as one piece. */
.demo { position: relative; width: min(1236px, 100%); margin-top: 44px; padding: 22px 28px 26px; border: 1px solid var(--rule); border-radius: 26px; background: #fff; box-shadow: 0 40px 80px -48px rgba(11,29,51,.55); }
.stamp { position: absolute; right: -28px; top: -34px; z-index: 2; width: 108px; height: 108px; margin: 0; border: 3px solid #fff; border-radius: 50%; background: var(--amber); color: var(--ink); display: grid; place-content: center; text-align: center; font: 900 19px/.92 var(--display); text-transform: uppercase; transform: rotate(12deg); box-shadow: 0 14px 26px -14px rgba(11,29,51,.6); }
.stamp span { display: block; }
.demo-body { container: demo / inline-size; }
.demo-head { min-height: 36px; margin-bottom: 4px; padding-right: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.demo-title { margin: 0; display: flex; align-items: center; gap: 10px; font: 700 13px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--soft); }
.demo-title .live-dot { animation-duration: 1.2s; }
.demo-title-narrow { display: none; }
.demo-controls { display: flex; gap: 8px; }
.ctl { position: relative; height: 36px; padding: 0 14px; border: 1px solid var(--edge); border-radius: 10px; background: #fff; color: var(--body); display: flex; align-items: center; gap: 8px; font: 600 14px/1 var(--sans); cursor: pointer; }
.ctl::after { content: ""; position: absolute; inset: -5px -1px; }
.ctl:hover { background: var(--fog); }
.ctl .icon-play, .ctl.is-paused .icon-pause, .ctl[data-demo-pause] svg { display: none; }
.ctl.is-paused .icon-play { display: inline; }
.demo-stage { container-type: inline-size; }
.demo-narrow { display: none; }
.demo-canvas { position: relative; margin: 0 auto; width: calc(var(--w) * var(--u)); height: calc(var(--h) * var(--u)); }
.demo-wide .demo-canvas { --u: min(1px, 100cqw / 1180); --w: 1180; --h: 384; --px: 174; --py: 36; --y0: 44; --cw: 136; --ch: 56; }
.demo-narrow .demo-canvas { --u: min(1.4px, 100cqw / 330); --w: 330; --h: 380; --px: 116; --py: 34; --y0: 2; --cw: 98; --ch: 52; }
.c0 { --col: 0; } .c1 { --col: 1; } .c2 { --col: 2; } .c3 { --col: 3; } .c4 { --col: 4; } .c5 { --col: 5; } .c6 { --col: 6; }
.y1 { --row: 1; } .y2 { --row: 2; } .y3 { --row: 3; } .y4 { --row: 4; } .y5 { --row: 5; } .y6 { --row: 6; } .y7 { --row: 7; }
.rl { position: absolute; top: calc(40 * var(--u)); left: calc(var(--col) * var(--px) * var(--u)); width: calc(var(--cw) * var(--u)); text-align: center; font: 700 calc(11 * var(--u))/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--soft); white-space: nowrap; }
.demo-narrow .rl { top: calc(6 * var(--u)); font-size: calc(10 * var(--u)); letter-spacing: .1em; }
.demo-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.ln { fill: none; stroke: var(--line); stroke-width: 2; }
.lit { fill: none; stroke: var(--orange); stroke-width: 3; stroke-linecap: round; transition: stroke-dashoffset .55s cubic-bezier(.6,0,.2,1); }
.demo-narrow .lit { transition-duration: .5s; }
.lit.is-lit { stroke-dashoffset: 0; }
.lit.is-glow { filter: drop-shadow(0 0 5px rgba(242,86,29,.8)); }
.demo-narrow .lit.is-glow { filter: drop-shadow(0 0 4px rgba(242,86,29,.8)); }
.bk-card { position: absolute; left: calc(var(--col) * var(--px) * var(--u)); top: calc((var(--y0) + var(--row) * var(--py)) * var(--u)); width: calc(var(--cw) * var(--u)); height: calc(var(--ch) * var(--u)); overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--edge); border-radius: calc(9 * var(--u)); background: #fff; box-shadow: 0 1px 2px rgba(11,29,51,.06), 0 calc(8 * var(--u)) calc(18 * var(--u)) calc(-12 * var(--u)) rgba(11,29,51,.3); transition: border-color .3s; }
.demo-narrow .bk-card { border-radius: calc(8 * var(--u)); box-shadow: 0 calc(6 * var(--u)) calc(14 * var(--u)) calc(-10 * var(--u)) rgba(11,29,51,.35); }
.bk-card.is-hot { border-color: var(--orange); animation: ring .9s ease-out; }
.bk-row { flex: 1; min-height: 0; display: flex; align-items: center; gap: calc(6 * var(--u)); padding: 0 calc(9 * var(--u)); font: 600 calc(14 * var(--u))/1 var(--cond); color: var(--ink); transition: background-color .35s, opacity .35s; }
.demo-narrow .bk-row { gap: calc(4 * var(--u)); padding: 0 calc(7 * var(--u)); font-size: calc(13 * var(--u)); }
.bk-row + .bk-row { border-top: 1px solid var(--fog); }
.bk-row.is-win { background: var(--orange-tint); }
.bk-row.is-win .nm { font-weight: 700; }
.bk-row.is-lose { opacity: .4; }
.seed { flex: none; width: calc(15 * var(--u)); font: 600 calc(11 * var(--u))/1 var(--sans); color: var(--soft); }
.demo-narrow .seed { width: calc(10 * var(--u)); font-size: calc(10 * var(--u)); }
.nm { flex: 1; min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; animation: slide .45s ease both; }
.tbd { flex: 1; color: var(--muted); }
.sc { display: none; min-width: calc(14 * var(--u)); text-align: right; font: 900 calc(17 * var(--u))/1 var(--display); animation: pop .4s ease both; }
.demo-narrow .sc { min-width: calc(12 * var(--u)); font-size: calc(15 * var(--u)); }
.bk-card.is-done .sc { display: block; }
.bk-row.is-win .sc { color: var(--orange-deep); }
.bk-row:not(.is-known) .seed, .bk-row:not(.is-known) .nm, .bk-row.is-known .tbd { display: none; }
.champ { position: absolute; left: calc(492 * var(--u)); top: calc(86 * var(--u)); width: calc(196 * var(--u)); height: calc(72 * var(--u)); display: flex; align-items: center; justify-content: center; gap: calc(10 * var(--u)); border: 2px dashed var(--line); border-radius: calc(14 * var(--u)); color: var(--soft); font: 800 calc(15 * var(--u))/1 var(--display); letter-spacing: .08em; text-transform: uppercase; transition: all .4s; }
.demo-narrow .champ { left: 0; top: calc(312 * var(--u)); width: calc(330 * var(--u)); height: calc(68 * var(--u)); gap: calc(12 * var(--u)); }
.champ.is-on { border: 2px solid var(--orange); background: var(--orange); color: var(--ink); box-shadow: 0 calc(18 * var(--u)) calc(34 * var(--u)) calc(-14 * var(--u)) rgba(242,86,29,.7); animation: crown .7s cubic-bezier(.2,.8,.2,1) both; }
.demo-narrow .champ.is-on { box-shadow: none; }
.champ > svg { flex: none; width: calc(30 * var(--u)); height: calc(30 * var(--u)); }
.demo-narrow .champ > svg { width: calc(28 * var(--u)); height: calc(28 * var(--u)); }
.champ-text { display: flex; flex-direction: column; gap: calc(4 * var(--u)); }
.demo-narrow .champ-text { flex-direction: row; align-items: center; gap: calc(12 * var(--u)); }
.champ-name { display: none; font: 900 calc(30 * var(--u))/1 var(--display); letter-spacing: .02em; }
.demo-narrow .champ-name { font-size: calc(28 * var(--u)); letter-spacing: 0; }
.champ.is-on .champ-name { display: block; }
.bits { position: absolute; inset: 0; pointer-events: none; }
.bit { display: none; position: absolute; left: 50%; top: 50%; width: calc(7 * var(--u)); height: calc(12 * var(--u)); border-radius: 2px; animation: burst 1.3s cubic-bezier(.1,.7,.3,1) both; }
.demo-narrow .bit { width: calc(6 * var(--u)); height: calc(11 * var(--u)); animation-duration: 1.2s; }
.champ.is-burst .bit { display: block; }
.demo-wide .bit:nth-child(6n+1), .demo-wide .bit:nth-child(6n+5), .demo-narrow .bit:nth-child(4n+1) { background: var(--ink); }
.demo-wide .bit:nth-child(6n+2), .demo-wide .bit:nth-child(6n+6), .demo-narrow .bit:nth-child(4n+2) { background: var(--amber); }
.demo-wide .bit:nth-child(6n+3), .demo-narrow .bit:nth-child(4n+3) { background: var(--blue); }
.demo-wide .bit:nth-child(6n+4), .demo-narrow .bit:nth-child(4n+4) { background: #fff; }
.demo-stage.is-instant *, .demo-stage.is-instant *::before, .demo-stage.is-instant *::after { transition: none !important; animation: none !important; }
@container demo (max-width: 899px) {
  .demo-wide, .demo-title-wide { display: none; }
  .demo-narrow { display: block; }
  .demo-title-narrow { display: inline; }
}

.chips { margin: 28px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 22px; font: 600 15px/1 var(--sans); color: var(--body); }
.chips li { display: flex; align-items: center; gap: 8px; }
.chips svg { color: var(--orange); }

/* Section heads */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.section-head h2, .sideline h2, .cta-band h2, .faq h2 { margin: 0; font: 900 60px/.95 var(--display); text-transform: uppercase; }
.section-head p { margin: 0; max-width: 430px; font: 500 18px/1.55 var(--sans); color: var(--body); }
.section-title { display: flex; flex-direction: column; gap: 16px; }
.section-title p { max-width: 520px; }

/* Formats */
.formats { padding: 104px 0 96px; }
.format-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.format-card { position: relative; display: flex; flex-direction: column; gap: 14px; padding: 24px; border: 1px solid var(--rule); border-radius: 22px; background: #fff; color: var(--ink); transition: transform .25s, box-shadow .25s; }
.format-card:not(.is-soon):hover { transform: translateY(-4px); box-shadow: 0 22px 40px -24px rgba(11,29,51,.45); }
.format-card:has(a:focus-visible) { outline: 3px solid var(--blue); outline-offset: 3px; }
.format-art svg { display: block; width: 220px; height: 110px; }
.format-icon, .format-go { display: none; }
.format-text { display: flex; flex-direction: column; gap: 14px; }
.tag { margin: 0; font: 700 12px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--orange-deep); }
.tag-soon { align-self: flex-start; margin: -5px 0; padding: 5px 8px; border-radius: 6px; background: var(--amber); color: var(--ink); }
.format-name { margin: 0; font: 800 28px/1 var(--display); text-transform: uppercase; }
.format-name a { color: inherit; text-decoration: none; }
.format-name a:focus-visible { outline: none; }
.format-name a::after { content: ""; position: absolute; inset: 0; border-radius: 22px; }
.format-desc { margin: 0; font: 500 16px/1.45 var(--sans); color: var(--body); }

/* Printable grid (landing and hub) */
.printable { padding: 96px 0; background: var(--fog); }
.printable .section-head { margin-bottom: 36px; }
.picks { display: flex; gap: 8px; }
.pick { position: relative; height: 40px; padding: 0 16px; border: 1px solid var(--edge); border-radius: 999px; background: #fff; color: var(--body); font: 600 14px/1 var(--sans); cursor: pointer; }
.pick::after { content: ""; position: absolute; inset: -3px 0; }
.pick:hover { border-color: var(--line); }
.pick.is-on { background: var(--ink); border-color: var(--ink); color: #fff; }
.tile-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.tile { height: 100%; display: flex; flex-direction: column; gap: 14px; padding: 18px; border-radius: 16px; background: #fff; color: var(--ink); text-decoration: none; box-shadow: 0 1px 2px rgba(11,29,51,.08); transition: transform .25s, box-shadow .25s; }
.tile:hover { color: var(--ink); transform: translateY(-4px) rotate(-.6deg); box-shadow: 0 20px 34px -20px rgba(11,29,51,.5); }
.tile.is-star, .tile.is-star:hover { background: var(--ink); color: #fff; }
.tile-art { display: block; overflow: hidden; aspect-ratio: 206 / 104; color: #9AA8BA; }
.tile.is-star .tile-art { color: #5E7391; }
.tile-art img, .tile-art svg, .tile-art > span { display: block; width: 100%; height: 100%; }
.tile-art.is-paper { padding: 6px; border-radius: 8px; background: #fff; box-shadow: inset 0 0 0 1px var(--rule); }
.tile-row { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.tile-n { font: 900 26px/1 var(--display); text-transform: uppercase; }
.tile-tag { font: 600 13px/1 var(--sans); color: var(--blue); }
.tile.is-star .tile-tag { color: var(--amber); }
.tile-sub { font: 500 14px/1.3 var(--sans); color: var(--soft); }
.tile.is-star .tile-sub { color: var(--line); }
.tile-grid .art-double, .tile-grid .sub-double, .tile-grid[data-format="double"] .art-single, .tile-grid[data-format="double"] .sub-single { display: none; }
.tile-grid[data-format="double"] .art-double { display: block; }
.tile-grid[data-format="double"] .sub-double { display: inline; }
.all-sizes { display: none; margin: 28px 0 0; font: 700 16px/1 var(--sans); }
.all-sizes a { display: inline-block; padding: 14px 0; margin: -14px 0; }

/* Sideline */
.sideline { position: relative; overflow: hidden; width: min(1312px, 100% - 2 * var(--band)); margin: 96px auto; padding: 88px 80px; border-radius: 32px; background: var(--ink); color: #fff; display: grid; grid-template-columns: 420px minmax(0, 1fr); gap: 80px; align-items: center; }
.sideline-circle { position: absolute; left: -170px; top: -80px; width: 760px; height: 760px; max-width: none; color: #fff; opacity: .06; pointer-events: none; }
.phone-mock { position: relative; justify-self: center; width: 340px; height: 640px; padding: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 48px; background: #1B3150; box-shadow: 0 40px 70px -30px rgba(0,0,0,.6); }
.bubble { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-radius: 14px; background: #fff; color: var(--ink); font: 700 15px/1.2 var(--sans); white-space: nowrap; box-shadow: 0 18px 30px -16px rgba(0,0,0,.65); }
.bubble svg { color: var(--orange); }
.bubble-left { left: -84px; top: 150px; transform: rotate(-4deg); }
.bubble-right { right: -118px; bottom: 150px; transform: rotate(3deg); }
.pm-screen { position: relative; width: 100%; height: 100%; overflow: hidden; display: flex; flex-direction: column; gap: 12px; padding: 22px 16px; border-radius: 36px; background: var(--mist); color: var(--ink); }
.pm-top { display: flex; align-items: center; justify-content: space-between; }
.pm-top strong { font: 800 22px/1 var(--display); text-transform: uppercase; }
.pm-live { display: flex; align-items: center; gap: 6px; font: 700 12px/1 var(--sans); color: var(--orange-deep); }
.pm-live .live-dot { width: 7px; height: 7px; animation-duration: 1.2s; }
.pm-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; padding: 4px; border-radius: 12px; background: var(--hairline); font: 700 13px/1 var(--sans); text-align: center; }
.pm-tabs span { padding: 10px 0; color: var(--soft); }
.pm-tabs .is-on { border-radius: 9px; background: #fff; color: var(--ink); }
.pm-game { position: relative; overflow: hidden; border: 1px solid var(--rule); border-radius: 14px; background: #fff; }
.pm-meta { display: flex; justify-content: space-between; padding: 9px 12px 0; font: 600 12px/1 var(--sans); color: var(--soft); }
.pm-team { position: relative; display: flex; align-items: center; gap: 8px; height: 46px; padding: 0 12px; font: 600 17px/1 var(--cond); color: var(--soft); }
.pm-team > span:first-child { flex: 1; }
.pm-team + .pm-team { border-top: 1px solid var(--fog); }
.pm-team.is-lead { font-weight: 700; color: var(--ink); }
.pm-score { font: 900 22px/1 var(--display); }
.pm-team.is-lead .pm-score { color: var(--orange-deep); }
.pm-share { flex: none; height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 14px; background: var(--ink); color: #fff; font: 700 16px/1 var(--sans); }
.pm-toast { position: absolute; left: 16px; right: 16px; bottom: 82px; padding: 12px 14px; border-radius: 12px; background: var(--ink); color: #fff; font: 600 14px/1.3 var(--sans); animation: toast 4.8s infinite; }
.tap { position: absolute; width: 44px; height: 44px; border-radius: 50%; background: rgba(242,86,29,.45); pointer-events: none; animation: tap 4.8s infinite; }
.tap-mock { left: 136px; top: 130px; }
.sideline-copy { position: relative; display: flex; flex-direction: column; gap: 34px; }
.sideline-card { display: none; }
.benefits { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 22px; }
.benefit { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; align-items: start; }
.benefit-n { width: 48px; height: 48px; border-radius: 14px; background: var(--orange-tint); color: var(--orange-deep); display: grid; place-items: center; font: 900 22px/1 var(--display); }
.benefit h3 { margin: 0 0 6px; font: 700 21px/1.2 var(--sans); }
.benefit p { margin: 0; font: 500 17px/1.5 var(--sans); color: var(--line); }
.ticker { display: flex; align-items: center; overflow: hidden; border-radius: 18px; background: var(--night); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.ticker-label { flex: none; padding: 18px 20px; background: var(--amber); color: var(--ink); font: 400 20px/1 var(--led); }
.ticker-window { flex: 1; min-width: 0; overflow: hidden; contain: inline-size; }
.ticker-track { width: max-content; display: flex; gap: 48px; padding: 0 24px; font: 400 22px/1 var(--led); letter-spacing: .06em; color: var(--amber); white-space: nowrap; animation: ticker 16s linear infinite; }

/* Closing band */
.cta-band { position: relative; overflow: hidden; width: min(1312px, 100% - 2 * var(--band)); margin: 0 auto; padding: 72px 80px; border-radius: 32px; background: var(--orange); color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.cta-circle { position: absolute; right: -120px; top: -160px; width: 520px; height: 520px; max-width: none; color: var(--ink); opacity: .12; pointer-events: none; }
.cta-copy { position: relative; display: flex; flex-direction: column; gap: 14px; }
.cta-band h2 { font-size: 64px; line-height: .92; }
.cta-copy p { margin: 0; font: 600 18px/1.4 var(--sans); }
.btn-band { position: relative; height: 64px; padding: 0 32px; gap: 12px; border-radius: 16px; font-size: 20px; }

/* FAQ */
.faq { padding: 104px 0 96px; }
.faq-grid { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 80px; }
.faq details { padding: 22px 0; border-top: 1px solid var(--rule); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; margin: -8px 0; font: 700 21px/1.3 var(--sans); list-style: none; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { flex: none; color: var(--soft); }
.faq details[open] .expand-v { display: none; }
.faq details p { max-width: 680px; margin: 12px 0 0; font: 500 17px/1.55 var(--sans); color: var(--body); }

/* Printable pages, hub and text pages */
.printable-page, .hub, .prose-page { padding: 28px 0 88px; }
.crumbs ol { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 4px 8px; font: 600 14px/1.4 var(--sans); color: var(--soft); }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: var(--muted); }
.crumbs a { display: inline-block; padding: 12px 0; margin: -12px 0; color: var(--body); }
.print-head, .hub-head, .prose-head { max-width: 880px; margin: 26px 0 36px; display: flex; flex-direction: column; gap: 18px; }
.print-head h1, .hub-head h1, .prose-head h1 { margin: 0; font: 900 clamp(44px, 5.6vw, 76px)/.92 var(--display); text-transform: uppercase; }
.answer { margin: 0; max-width: 780px; font: 500 20px/1.5 var(--sans); color: var(--body); }
.print-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.print-actions .btn { height: 52px; padding: 0 22px; font-size: 17px; }
.sheet { margin: 0 0 64px; }
.sheet-scroll { overflow-x: auto; padding: clamp(12px, 2.4vw, 32px); border-radius: 24px; background: var(--fog); }
.sheet-paper { width: 100%; max-width: 1100px; margin: 0 auto; aspect-ratio: 11 / 8.5; padding: 3.2%; display: flex; flex-direction: column; border-radius: 6px; background: #fff; box-shadow: 0 1px 2px rgba(11,29,51,.1), 0 30px 60px -40px rgba(11,29,51,.55); }
.sheet-paper.is-sm { min-width: 480px; }
.sheet-paper.is-md { min-width: 620px; }
.sheet-paper.is-lg { min-width: 820px; }
.sheet-paper.is-xl { min-width: 1060px; }
.sheet-paper > svg { display: block; flex: 1; width: 100%; min-height: 0; height: auto; }
.sheet-title, .sheet-foot { display: none; }
.sheet figcaption { margin-top: 12px; font: 500 14px/1.4 var(--sans); color: var(--soft); }
.qa { max-width: 880px; margin: 0 0 56px; }
.qa > h2 { margin: 0 0 18px; font: 900 40px/1 var(--display); text-transform: uppercase; }
.qa-item { padding: 22px 0; border-top: 1px solid var(--rule); }
.qa-item h3 { margin: 0 0 8px; font: 700 21px/1.3 var(--sans); }
.qa-item p { margin: 0; font: 500 17px/1.6 var(--sans); color: var(--body); }
.size-nav { display: flex; flex-direction: column; gap: 22px; padding-top: 28px; border-top: 1px solid var(--rule); }
.size-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.step-link { min-height: 64px; display: flex; align-items: center; gap: 12px; padding: 12px 18px; border: 1px solid var(--rule); border-radius: var(--radius); background: #fff; color: var(--ink); font: 700 17px/1.2 var(--sans); text-decoration: none; }
.step-link:hover { color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-card); }
.step-link span { display: flex; flex-direction: column; gap: 4px; }
.step-link small { font: 600 12px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; color: var(--soft); }
.size-steps.is-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.size-steps.is-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.step-link.is-next { justify-content: flex-end; text-align: right; }
.step-link.is-other { justify-content: center; text-align: center; background: var(--orange-tint); border-color: #F8D5C6; }
.step-link.is-empty { visibility: hidden; }
.step-link svg { flex: none; color: var(--orange-deep); }
.size-chips { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.size-chips a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 16px; border: 1px solid var(--edge); border-radius: 999px; background: #fff; color: var(--body); font: 600 15px/1 var(--sans); text-decoration: none; }
.size-chips a:hover { color: var(--ink); border-color: var(--line); }
.size-chips a[aria-current="page"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.size-more, .hub-more { margin: 0; font: 700 16px/1 var(--sans); }
.size-more a, .hub-more { display: inline-flex; align-items: center; gap: 8px; padding: 14px 0; margin: -14px 0; }
.size-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 10px; }
.size-cell { min-height: 100px; height: 100%; display: flex; flex-direction: column; gap: 3px; padding: 14px 16px; border: 1px solid var(--rule); border-radius: var(--radius); background: #fff; color: var(--ink); text-decoration: none; transition: transform .2s, box-shadow .2s, border-color .2s; }
.size-cell:hover { color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-card); transform: translateY(-2px); }
.size-cell strong { font: 900 36px/1 var(--display); }
.size-cell span { font: 600 12px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; color: var(--soft); }
.size-cell small { margin-top: 8px; font: 600 14px/1.2 var(--sans); color: var(--blue); white-space: nowrap; }
.hub-section { margin: 0 0 56px; }
.hub-section-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 24px; margin: 0 0 8px; }
.hub-section h2 { margin: 0; font: 900 44px/1 var(--display); text-transform: uppercase; }
.hub-section > p { max-width: 720px; margin: 0 0 24px; font: 500 18px/1.55 var(--sans); color: var(--body); }
.hub .tile-grid { gap: 16px; }
.hub .tile { border: 1px solid var(--rule); box-shadow: none; }
.hub .tile.is-star { border-color: var(--ink); }
.hub-note { max-width: 880px; padding: 24px 28px; border-radius: 20px; background: var(--fog); font: 500 18px/1.55 var(--sans); color: var(--body); }
.hub-note p { margin: 0; }
.format-page { padding: 28px 0 88px; }
.format-head { max-width: 880px; margin: 26px 0 36px; display: flex; flex-direction: column; gap: 18px; }
.format-head h1 { margin: 0; font: 900 clamp(44px, 5.6vw, 76px)/.92 var(--display); text-transform: uppercase; }
.format-figure { margin: 0 0 40px; }
.format-diagram { overflow-x: auto; padding: clamp(14px, 2.4vw, 32px); border: 1px solid var(--rule); border-radius: 24px; background: #fff; box-shadow: 0 30px 60px -44px rgba(11,29,51,.55); }
.format-diagram svg { display: block; width: 100%; height: auto; max-height: 400px; margin: 0 auto; }
.format-diagram .bs-line, .format-diagram .bs-slot, .format-diagram .bs-grid, .format-diagram .bs-card { stroke: #7A889B; }
.format-figure figcaption { margin-top: 12px; font: 500 14px/1.4 var(--sans); color: var(--soft); }
.format-points { margin: 0 0 56px; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.format-points li { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: start; gap: 14px; padding: 22px; border-radius: 20px; background: var(--fog); }
.point-n { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--ink); color: #fff; font: 900 22px/1 var(--display); }
.format-points h3 { margin: 4px 0 6px; font: 800 24px/1 var(--display); text-transform: uppercase; }
.format-points p { margin: 0; font: 500 16px/1.5 var(--sans); color: var(--body); }
.format-sizes h2 { margin: 0 0 18px; font: 900 40px/1 var(--display); text-transform: uppercase; }
.prose { max-width: 740px; font: 500 18px/1.65 var(--sans); color: var(--body); }
.prose h2 { margin: 40px 0 10px; font: 800 32px/1 var(--display); text-transform: uppercase; color: var(--ink); }
.prose h2:first-child { margin-top: 0; }
.prose p { margin: 0 0 14px; }
.prose code { padding: 2px 6px; border-radius: 6px; background: var(--fog); font-size: .9em; }
.eyebrow-code { margin: 0; font: 400 28px/1 var(--led); color: var(--orange-deep); }
.nf-links { display: flex; flex-wrap: wrap; gap: 12px; }
.nf-links .btn { height: 52px; }

/* Wide tablets and small laptops */
@media (max-width: 1180px) {
  .format-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tile-grid { gap: 14px; }
  .tile { gap: 10px; padding: 14px; }
  .tile-n { font-size: 22px; }
  .tile-tag { display: none; }
  .sideline { grid-template-columns: 1fr; gap: 56px; padding: 72px 56px; justify-items: center; }
  .sideline-copy { max-width: 640px; }
}
@media (max-width: 900px) {
  .tile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1000px) {
  .section-head { flex-direction: column; align-items: flex-start; gap: 20px; }
  .builder { flex-wrap: wrap; justify-content: center; }
  .builder-rule { display: none; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .size-steps, .size-steps.is-2, .size-steps.is-4 { grid-template-columns: 1fr 1fr; }
  .step-link.is-empty { display: none; }
  .format-points { grid-template-columns: 1fr; }
}

/* Phones */
@media (max-width: 760px) {
  .hero { padding: 28px 0 36px; }
  .court-left, .court-right, .court-center { display: none; }
  .court-phone { display: block; left: 0; top: 0; width: 100%; height: auto; }
  .hero-inner { align-items: stretch; gap: 18px; padding: 0 16px; }
  .eyebrow { align-self: flex-start; gap: 8px; padding: 7px 12px; font-size: 13px; }
  .eyebrow .live-dot { width: 7px; height: 7px; }
  .eyebrow-long { display: none; }
  .eyebrow-short { display: inline; }
  .hero-title { margin: 0; text-align: left; font-size: 58px; }
  .br-wide, .underline-wide { display: none; }
  .u-wide { position: static; display: inline; }
  .u-narrow { position: relative; display: inline-block; }
  .hero-sub { margin: 6px 0 0; text-align: left; font-size: 18px; }
  .builder { margin: 0; flex-direction: column; align-items: stretch; gap: 10px; padding: 12px; }
  .builder-teams { justify-content: space-between; padding: 0; }
  .builder-label { margin: 0; font-size: 15px; color: var(--body); }
  .segs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .seg, .seg:hover { padding: 0 8px; border: 1px solid var(--edge); background: #fff; }
  .seg.is-on, .seg.is-on:hover { border-color: var(--ink); background: var(--ink); }
  .seg.is-soon { padding: 0 6px; font-size: 13px; }
  .seg.is-soon .soon { margin-left: 2px; padding: 2px 4px; font-size: 9px; }
  .btn-create { width: 100%; }
  .demo { width: auto; margin: 0; padding: 14px 14px 16px; border-radius: 22px; box-shadow: 0 30px 60px -40px rgba(11,29,51,.55); }
  .stamp { right: -8px; top: -30px; width: 84px; height: 84px; font-size: 15px; box-shadow: 0 12px 22px -12px rgba(11,29,51,.6); }
  .demo-head { min-height: 44px; margin-bottom: 6px; padding-right: 68px; gap: 8px; }
  .demo-title { gap: 8px; font-size: 12px; }
  .demo-title .live-dot { width: 7px; height: 7px; }
  .demo-controls { gap: 6px; }
  .ctl { width: 44px; height: 44px; padding: 0; justify-content: center; }
  .ctl::after { display: none; }
  .ctl-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .ctl[data-demo-pause] .icon-pause { display: inline; }
  .ctl[data-demo-pause] svg { display: block; }
  .ctl[data-demo-pause].is-paused .icon-pause { display: none; }
  .chips { display: none; }

  .formats { padding: 56px 0 48px; }
  .section-head { gap: 22px; margin-bottom: 22px; }
  .section-head h2, .sideline h2, .faq h2 { font-size: 44px; line-height: .92; }
  .section-head p { font-size: 17px; line-height: 1.5; }
  .format-grid { grid-template-columns: 1fr; gap: 12px; }
  .format-card { display: grid; grid-template-columns: 56px minmax(0, 1fr) 20px; align-items: center; gap: 14px; padding: 16px; border-radius: 18px; }
  .format-card:not(.is-soon):hover { transform: none; box-shadow: none; }
  .format-name a::after { border-radius: 18px; }
  .format-art { display: none; }
  .format-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 14px; background: var(--fog); color: var(--ink); }
  .format-go { display: block; color: var(--soft); }
  .format-text { gap: 5px; }
  .tag { font-size: 11px; }
  .tag-soon { margin: 0; padding: 4px 6px; }
  .format-name { font-size: 23px; }
  .format-desc { font-size: 15px; line-height: 1.35; }

  .printable { padding: 56px 0; }
  .printable .section-head { margin-bottom: 22px; }
  .picks .pick { height: 44px; }
  .tile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .tile { gap: 10px; padding: 14px; border-radius: 14px; box-shadow: none; }
  .tile:hover { transform: none; box-shadow: none; }
  .tile-n { font-size: 22px; }
  .tile-tag { display: none; }
  .tile-sub, .tile.is-star .tile-sub { font: 600 13px/1.25 var(--sans); color: var(--blue); }
  .tile.is-star .tile-sub { color: var(--amber); }
  .sub-tail, .tile.is-star .sub-sep, .tile.is-star .sub-single, .tile.is-star .sub-double { display: none !important; }
  .all-sizes { display: flex; flex-wrap: wrap; gap: 28px 20px; margin-top: 22px; }

  .sideline { width: auto; margin: 40px 16px; padding: 40px 20px; display: block; justify-items: normal; border-radius: 26px; }
  .sideline-circle { left: auto; right: -210px; top: -150px; width: 420px; height: 420px; }
  .phone-mock { display: none; }
  .sideline-copy { gap: 24px; }
  .sideline-card { position: relative; display: block; margin: 8px 0 18px; border-radius: 16px; background: #fff; color: var(--ink); }
  .sideline-card .pm-meta { padding: 10px 14px 0; }
  .sideline-card .pm-team { height: 48px; padding: 0 14px; font-size: 18px; }
  .sideline-card .pm-team.is-win { background: var(--orange-tint); }
  .sideline-card .pm-team:last-of-type { border-radius: 0 0 16px 16px; }
  .tap-card { left: 60px; top: 2px; }
  .bubble-card { right: 10px; bottom: -22px; padding: 10px 14px; border-radius: 12px; font-size: 14px; transform: rotate(-3deg); box-shadow: 0 16px 26px -14px rgba(0,0,0,.65); }
  .benefits { gap: 24px; }
  .benefit { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; }
  .benefit-n { width: 44px; height: 44px; border-radius: 12px; font-size: 20px; }
  .benefit h3 { margin-bottom: 5px; font-size: 19px; line-height: 1.25; }
  .benefit p { font-size: 16px; line-height: 1.45; }
  .ticker { border-radius: 16px; }
  .ticker-label { padding: 16px 14px; font-size: 17px; }
  .ticker-track { gap: 36px; padding: 0 18px; font-size: 18px; letter-spacing: .05em; animation-duration: 14s; }

  .cta-band { width: auto; margin: 0 16px; padding: 40px 24px; flex-direction: column; align-items: stretch; gap: 18px; border-radius: 26px; }
  .cta-circle { right: -120px; top: -110px; width: 300px; height: 300px; }
  .cta-copy { gap: 18px; }
  .cta-band h2 { font-size: 46px; }
  .cta-copy p { font-size: 17px; }
  .btn-band { height: 56px; border-radius: 14px; font-size: 18px; }
  .btn-band svg { display: none; }

  .faq { padding: 56px 0 48px; }
  .faq-grid { gap: 12px; }
  .faq h2 { margin-bottom: 8px; }
  .faq details { padding: 18px 0; }
  .faq summary { gap: 16px; font-size: 18px; }
  .faq summary svg { width: 18px; height: 18px; }
  .faq details p { margin-top: 10px; font-size: 16px; line-height: 1.5; }

  .footer-inner { padding: 44px 0 36px; gap: 28px; }
  .footer-grid { gap: 28px; }
  .footer-name { font-size: 28px; }
  .footer-brand p { display: none; }
  .footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 16px; }
  .footer-col { gap: 6px; }
  .footer-title { font-size: 12px; }
  .footer-col ul { gap: 0; }
  .footer-col a { display: flex; align-items: center; min-height: 40px; }
  .footer-bottom { display: block; padding-top: 0; border-top: 0; font-size: 13px; }
  .footer-bottom span + span::before { content: " · "; }

  .printable-page, .hub, .prose-page { padding: 18px 0 64px; }
  .print-head, .hub-head, .prose-head { margin: 18px 0 26px; gap: 14px; }
  .answer { font-size: 18px; }
  .print-actions .btn { flex: 1 1 100%; }
  .sheet { margin-bottom: 44px; }
  .sheet-scroll { margin: 0 -16px; border-radius: 0; }
  .qa > h2, .hub-section h2 { font-size: 34px; }
  .qa-item h3 { font-size: 19px; }
  .qa-item p { font-size: 16px; }
  .size-steps, .size-steps.is-2, .size-steps.is-4 { grid-template-columns: 1fr; }
  .format-page { padding: 18px 0 64px; }
  .format-head { margin: 18px 0 26px; gap: 14px; }
  .format-figure { margin-bottom: 32px; }
  .format-diagram { margin: 0 -16px; padding: 14px 16px; border-width: 1px 0; border-radius: 0; }
  .format-diagram svg { max-height: none; }
  .format-diagram.is-single svg { min-width: 620px; }
  .format-diagram.is-double svg { min-width: 720px; }
  .format-diagram.is-roundrobin svg { min-width: 460px; }
  .format-points { margin-bottom: 44px; }
  .format-points li { padding: 18px; }
  .format-sizes h2 { font-size: 34px; }
  .hub-section-head { flex-direction: column; align-items: flex-start; gap: 6px; }
  .size-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .size-cell { min-height: 88px; padding: 12px; }
  .size-cell strong { font-size: 30px; }
  .size-cell small { font-size: 12.5px; }
  .prose { font-size: 17px; }
  .prose h2 { font-size: 28px; }
}

@media (pointer: coarse) {
  .ctl { height: 44px; }
  .ctl::after { display: none; }
  .pick { height: 44px; }
  .footer-col a { display: flex; align-items: center; min-height: 40px; }
  .footer-col ul { gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .bit { display: none !important; }
}

@media print {
  @page { size: letter landscape; margin: .4in; }
  html, body { background: #fff; }
  body { display: block; min-height: 0; }
  .site-header, .site-footer, .app-footer, .skip-link { display: none !important; }
  .printable-page { width: auto; padding: 0; }
  .printable-page > :not(.sheet), .sheet figcaption { display: none !important; }
  .sheet { margin: 0; }
  .sheet-scroll { overflow: visible; margin: 0; padding: 0; border-radius: 0; background: none; }
  .sheet-paper, .sheet-paper.is-sm, .sheet-paper.is-md, .sheet-paper.is-lg, .sheet-paper.is-xl { width: 100%; min-width: 0; max-width: none; height: 7.55in; aspect-ratio: auto; padding: 0; border-radius: 0; box-shadow: none; break-inside: avoid; }
  .sheet-title { display: block; margin: 0 0 .1in; font: 900 20pt/1 var(--display); text-transform: uppercase; color: #000; }
  .sheet-foot { display: block; margin: .06in 0 0; font: 500 8pt/1 var(--sans); color: #444; text-align: right; }
}
