:root {
  --navy: #071729;
  --navy-soft: #10253b;
  --navy-card: #142b42;
  --green: #72dc35;
  --green-dark: #35ae22;
  --green-pale: #e7f9de;
  --ink: #10263b;
  --muted: #687d90;
  --paper: #f4f7f7;
  --white: #ffffff;
  --line: #d8e2e6;
  --amber: #ffb71b;
  --shell: min(1240px, calc(100% - 48px));
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body, button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.15em; height: 1.15em; stroke-width: 2.2; }

.marketing-site { overflow: hidden; min-height: 100vh; }
.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: var(--shell);
  min-height: 76px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.site-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); white-space: nowrap; }
.site-brand img { width: 40px; height: 40px; object-fit: contain; }
.site-brand strong { font-size: 18px; letter-spacing: .115em; font-weight: 900; }
.site-brand strong b { color: var(--green-dark); }
.site-brand.light { color: white; }
.site-brand.light strong b { color: var(--green); }
.site-header nav { display: flex; align-items: center; gap: 29px; color: #b9c7d5; font-size: 14px; font-weight: 750; }
.site-header nav > a:hover, .site-header nav > a:focus-visible { color: white; }
.site-header .header-signin { color: white; }
.header-cta, .primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  gap: 10px;
  border-radius: 9px;
  padding: 0 21px;
  color: var(--navy) !important;
  background: var(--green);
  box-shadow: 0 12px 32px rgba(70,216,37,.18);
  font-weight: 900;
  transition: transform .18s ease, background .18s ease;
}
.header-cta { min-height: 42px; padding-inline: 17px; }
.header-cta:hover, .primary-cta:hover { transform: translateY(-2px); background: #82e849; }
.mobile-nav { display: none; position: relative; color: white; }
.mobile-nav summary { width: 46px; height: 46px; display: grid; place-items: center; list-style: none; cursor: pointer; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav > div { position: absolute; right: 0; top: 53px; width: min(280px, calc(100vw - 32px)); padding: 12px; display: grid; gap: 4px; background: #10253bf5; border: 1px solid #30465c; border-radius: 12px; box-shadow: 0 20px 50px #0008; }
.mobile-nav a { min-height: 46px; display: flex; align-items: center; padding: 0 14px; border-radius: 8px; font-weight: 800; }
.mobile-nav a:last-child { justify-content: center; margin-top: 5px; color: var(--navy); background: var(--green); }

.hero {
  position: relative;
  min-height: 790px;
  padding: 150px max(24px, calc((100vw - 1240px) / 2)) 100px;
  display: grid;
  grid-template-columns: minmax(390px, .78fr) minmax(610px, 1.22fr);
  gap: 68px;
  align-items: center;
  color: white;
  background: radial-gradient(circle at 76% 43%, #163c4f 0, #0d2a3d 26%, transparent 50%), linear-gradient(142deg, #071729 20%, #0b2338 100%);
}
.hero-grid, .cta-lines { position: absolute; inset: 0; opacity: .15; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-copy, .hero-product { position: relative; z-index: 1; }
.beta-pill { display: inline-flex; align-items: center; gap: 9px; color: #b8ccd9; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.beta-pill span { width: 9px; height: 9px; border-radius: 99px; background: var(--green); box-shadow: 0 0 0 6px rgba(114,220,53,.12); }
.hero h1 { max-width: 680px; margin: 24px 0 24px; font-size: clamp(51px, 5.5vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 950; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0; color: #b9c8d5; font-size: clamp(17px, 1.65vw, 21px); line-height: 1.65; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 24px; }
.text-cta, .inline-cta { display: inline-flex; align-items: center; gap: 5px; font-weight: 900; }
.text-cta { min-height: 48px; color: white; }
.text-cta:hover svg, .inline-cta:hover svg { transform: translateX(3px); }
.text-cta svg, .inline-cta svg { transition: transform .16s ease; }
.hero-proof { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 18px; color: #91a9bb; font-size: 12px; font-weight: 750; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof svg { color: var(--green); }
.hero-product { min-width: 0; padding: 44px 0 30px; }
.dashboard-frame { overflow: hidden; border: 7px solid #e8eff3; border-radius: 19px; background: #e8eff3; box-shadow: 0 45px 85px #0008, 0 0 0 1px #ffffff40; transform: perspective(1600px) rotateY(-2.5deg) rotateX(1deg); }
.window-bar { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 10px; color: #65788a; background: #edf2f5; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #bcc7cf; }
.window-bar i:first-child { background: #ff7168; }.window-bar i:nth-child(2) { background: #ffc552; }.window-bar i:nth-child(3) { background: #5ad46b; }
.window-bar span { margin-left: auto; margin-right: auto; }
.dashboard-frame img { width: 100%; aspect-ratio: 1.42/1; object-fit: cover; object-position: top; }
.hero-product .phone-frame { position: absolute; width: 26%; min-width: 170px; right: -15px; bottom: 0; z-index: 2; }
.phone-frame { padding: 8px; overflow: hidden; border: 3px solid #dfe9ee; border-radius: 28px; background: #071729; box-shadow: 0 25px 60px #0006; }
.phone-frame img { width: 100%; height: auto; border-radius: 19px; }
.hero-product .phone-frame img { aspect-ratio: .48; object-fit: cover; object-position: top; }
.product-note { position: absolute; z-index: 3; left: 32px; bottom: 5px; display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 14px; border: 1px solid #ffffff2f; border-radius: 8px; color: #dce7ef; background: #0e2538e8; backdrop-filter: blur(10px); font-size: 11px; font-weight: 850; letter-spacing: .04em; }
.product-note svg { color: var(--green); }

.section-shell { width: var(--shell); margin-inline: auto; }
.availability { position: relative; z-index: 2; padding: 48px 0; background: white; border-bottom: 1px solid var(--line); }
.availability .section-shell { display: grid; grid-template-columns: .65fr 1.35fr; gap: 55px; align-items: center; }
.section-kicker { display: inline-block; color: var(--green-dark); font-size: 11px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.availability h2 { margin: 7px 0 4px; font-size: 29px; letter-spacing: -.03em; }
.availability p { margin: 0; color: var(--muted); line-height: 1.55; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.platform-card { min-height: 84px; padding: 13px 14px; display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: #f8fafb; }
.platform-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--muted); background: #e7edef; border-radius: 10px; }
.platform-card strong, .platform-card small { display: block; }
.platform-card strong { color: var(--ink); font-size: 14px; }
.platform-card small { margin-top: 4px; color: #7c8c99; font-size: 10px; line-height: 1.3; }
.platform-card.available { border-color: #b6eaa1; background: var(--green-pale); }
.platform-card.available .platform-icon { color: var(--navy); background: var(--green); }
.platform-card.available > svg { color: var(--green-dark); }
.platform-card.coming { filter: grayscale(.7); }
.platform-card b { padding: 5px 6px; border-radius: 5px; color: #76838d; background: #e6ecef; font-size: 8px; letter-spacing: .1em; }

.loop-section, .feature-editor, .gameday-section, .responsible-ai { padding: 120px 0; }
.section-heading { max-width: 700px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .feature-copy h2, .ai-card h2, .beta-cta h2 { margin: 12px 0 16px; font-size: clamp(39px, 4.7vw, 61px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading p { max-width: 560px; margin: 0 auto; color: var(--muted); font-size: 18px; line-height: 1.6; }
.loop-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: white; box-shadow: 0 14px 45px rgba(20,38,58,.06); }
.loop-grid article { position: relative; min-height: 270px; padding: 32px; border-right: 1px solid var(--line); }
.loop-grid article:last-child { border-right: 0; }
.loop-number { color: #b5c1c9; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.loop-icon { width: 53px; height: 53px; margin: 46px 0 23px; display: grid; place-items: center; color: var(--navy); border-radius: 13px; background: var(--green-pale); }
.loop-grid h3 { margin: 0 0 10px; font-size: 24px; }
.loop-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.loop-grid article:not(:last-child)::after { content: ""; position: absolute; top: 83px; right: -7px; z-index: 1; width: 12px; height: 12px; border-top: 2px solid #96a9b7; border-right: 2px solid #96a9b7; transform: rotate(45deg); background: white; }

.feature-editor { background: white; }
.feature-split { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(55px, 8vw, 115px); }
.feature-phone-wrap { position: relative; min-height: 650px; display: grid; place-items: center; border-radius: 30px; background: radial-gradient(circle at 50% 45%, #dff8d1, #edf2f1 65%); }
.phone-frame.large { width: min(360px, 72%); max-height: 660px; padding: 10px; border-width: 4px; box-shadow: 0 32px 70px rgba(16,38,59,.28); }
.phone-frame.large img { max-height: 632px; object-fit: cover; object-position: top; }
.gesture-card { position: absolute; right: 3%; bottom: 13%; display: flex; gap: 12px; align-items: center; padding: 16px 18px; color: white; border-radius: 11px; background: var(--navy); box-shadow: 0 18px 40px #07172950; font-size: 12px; line-height: 1.45; }
.gesture-card svg { width: 28px; height: 28px; color: var(--green); }
.feature-copy > p { max-width: 600px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.feature-copy ul { list-style: none; margin: 30px 0; padding: 0; display: grid; gap: 15px; }
.feature-copy li { display: grid; grid-template-columns: 24px 1fr; gap: 9px; align-items: start; color: #40566a; line-height: 1.5; }
.feature-copy li svg { color: var(--green-dark); }
.inline-cta { color: var(--ink); border-bottom: 2px solid var(--green); padding: 7px 0; }

.system-section { padding: 120px 0; color: white; background: var(--navy); }
.section-heading.light h2 { color: white; }
.section-heading.light p { color: #9eb0c0; }
.system-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.system-card { position: relative; min-height: 320px; padding: 38px; border: 1px solid #2c4054; border-radius: 17px; background: linear-gradient(142deg, #142b42, #0e2236); overflow: hidden; }
.system-card.wide { grid-column: 1 / -1; min-height: 355px; display: grid; grid-template-columns: auto 1fr .9fr; gap: 25px; align-items: center; }
.system-card > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 11px; color: var(--navy); background: var(--green); }
.system-card > small, .system-card div > small { display: block; margin-top: 38px; color: var(--green); font-size: 10px; font-weight: 950; letter-spacing: .16em; }
.system-card.wide div > small { margin-top: 0; }
.system-card h3 { margin: 11px 0 13px; max-width: 550px; font-size: clamp(25px, 2.8vw, 39px); line-height: 1.08; letter-spacing: -.04em; }
.system-card p { max-width: 550px; margin: 0; color: #a8b9c6; line-height: 1.7; }
.mini-practice { padding: 23px; display: grid; gap: 16px; border: 1px solid #354d62; border-radius: 13px; background: #08192a; }
.mini-practice b { font-size: 15px; }
.mini-practice span { display: grid; grid-template-columns: 90px 1fr; gap: 11px; align-items: center; color: #94a8b8; font-size: 10px; }
.mini-practice i { grid-column: 2; grid-row: 1; height: 5px; border-radius: 9px; background: var(--green); }

.gameday-section { background: #edf3f3; }
.feature-split.reverse { grid-template-columns: 1.08fr .92fr; }
.evidence-list { margin-top: 31px; display: grid; gap: 12px; }
.evidence-list > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 14px; }
.evidence-list > div > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--navy); border-radius: 10px; background: white; }
.evidence-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.evidence-list b { display: block; color: var(--ink); font-size: 14px; }
.game-phone-stage { position: relative; min-height: 680px; display: grid; place-items: center; border-radius: 30px; background: linear-gradient(155deg, #0e2940, #071729); }
.phone-frame.game { width: min(365px, 74%); max-height: 630px; }
.phone-frame.game img { max-height: 602px; object-fit: cover; object-position: top; }
.call-card { position: absolute; left: 3%; bottom: 13%; width: 205px; padding: 16px; display: grid; grid-template-columns: 1fr auto; gap: 5px; color: var(--ink); border-radius: 11px; background: white; box-shadow: 0 20px 45px #0005; }
.call-card small { grid-column: 1 / -1; color: var(--green-dark); font-size: 9px; font-weight: 950; letter-spacing: .13em; }
.call-card b { font-size: 14px; }.call-card i { color: var(--green-dark); font-size: 12px; font-style: normal; font-weight: 850; }

.responsible-ai { background: white; }
.ai-card { position: relative; min-height: 350px; padding: 62px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; color: white; border-radius: 24px; background: linear-gradient(125deg, #102d3f, #071729); overflow: hidden; }
.ai-card::after { content: ""; position: absolute; right: -180px; top: -280px; width: 560px; height: 560px; border: 1px solid #72dc3538; border-radius: 50%; box-shadow: 0 0 0 70px #72dc350b, 0 0 0 140px #72dc3507; }
.ai-card > div, .ai-card > ul { position: relative; z-index: 1; }
.ai-card h2 { max-width: 680px; font-size: clamp(37px, 4vw, 53px); }
.ai-card p { color: #a8bac6; line-height: 1.7; }
.ai-card > ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.ai-card > ul li { display: grid; grid-template-columns: 45px 1fr; gap: 14px; align-items: center; padding: 15px; border: 1px solid #2c4658; border-radius: 11px; background: #0d2638c9; }
.ai-card > ul svg { width: 25px; height: 25px; color: var(--green); }
.ai-card > ul b, .ai-card > ul span { display: block; }
.ai-card > ul b { font-size: 13px; }.ai-card > ul span { color: #99adbb; font-size: 11px; line-height: 1.45; }
.ai-card > ul span b { color: white; }
.ai-orbit { position: absolute; right: 41%; top: 24px; z-index: 0; width: 64px; height: 64px; display: grid; place-items: center; color: var(--navy); border-radius: 50%; background: var(--green); transform: rotate(-7deg); }
.ai-orbit svg { width: 31px; height: 31px; }

.beta-cta { position: relative; padding: 90px max(24px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; color: white; background: var(--navy); overflow: hidden; }
.beta-cta > *:not(.cta-lines) { position: relative; z-index: 1; }
.beta-cta h2 { max-width: 720px; margin-bottom: 11px; }
.beta-cta p { margin: 0 0 30px; color: #a5b6c4; font-size: 18px; }
.beta-device { min-width: 310px; padding: 25px; display: flex; align-items: center; gap: 19px; border: 1px solid #30475b; border-radius: 16px; background: #10273b; }
.beta-device > svg { width: 62px; height: 62px; color: var(--green); }
.beta-device b, .beta-device small { display: block; }
.beta-device b { letter-spacing: .13em; }.beta-device small { margin-top: 7px; color: #96a9b8; }

.site-footer { position: relative; padding: 72px max(24px, calc((100vw - 1240px) / 2)) 30px; display: grid; grid-template-columns: 1.5fr .7fr .9fr .8fr; gap: 55px; color: #98abba; background: #050f1a; }
.site-footer > div:first-child p { max-width: 315px; margin-top: 18px; line-height: 1.6; }
.site-footer > div { display: grid; align-content: start; gap: 12px; font-size: 13px; }
.site-footer > div > strong { margin-bottom: 7px; color: white; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.site-footer a:hover { color: white; }
.footer-status { padding: 20px; border: 1px solid #263a4c; border-radius: 12px; background: #0c1d2c; }
.footer-status span { color: white; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.footer-status i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--green); }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 25px; border-top: 1px solid #1a2a38; font-size: 11px; }

/* Legal routes */
.legal-page, .delete-request-page { min-height: 100vh; background: #f5f7f7; }
.legal-header, .delete-request-page > header { min-height: 82px; padding: 0 max(24px, calc((100vw - 1060px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: white; }
.legal-header nav, .delete-request-page > header nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 13px; font-weight: 800; }
.legal-return { padding: 10px 15px; color: white; border-radius: 8px; background: var(--navy); }
.legal-document { width: min(920px, calc(100% - 40px)); margin: 54px auto 90px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 18px 55px rgba(14,35,53,.06); }
.legal-title { padding: 56px clamp(28px, 7vw, 78px) 46px; color: white; background: linear-gradient(135deg, #102a3e, #071729); }
.legal-title h1 { margin: 12px 0 16px; font-size: clamp(42px, 7vw, 67px); line-height: 1; letter-spacing: -.055em; }
.legal-title > p { max-width: 700px; color: #b4c4cf; font-size: 17px; line-height: 1.65; }
.legal-title dl { margin: 30px 0 0; display: flex; gap: 45px; }
.legal-title dl div { display: grid; gap: 4px; }
.legal-title dt { color: #7f98aa; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.legal-title dd { margin: 0; font-size: 13px; font-weight: 850; }
.eyebrow { color: var(--green); font-size: 10px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.legal-content { padding: 18px clamp(28px, 7vw, 78px) 65px; }
.legal-content section { padding-top: 42px; scroll-margin-top: 25px; }
.legal-content section + section { margin-top: 8px; border-top: 1px solid #e7ecee; }
.legal-content h2 { margin: 0 0 17px; color: var(--ink); font-size: 23px; letter-spacing: -.025em; }
.legal-content h3 { margin: 28px 0 8px; font-size: 16px; }
.legal-content p, .legal-content li { color: #52677a; font-size: 15px; line-height: 1.78; }
.legal-content p { margin: 0 0 14px; }
.legal-content ul { padding-left: 23px; }
.legal-content a { color: #2e971f; text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { padding: 45px max(24px, calc((100vw - 1060px) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; color: #93a5b4; background: var(--navy); font-size: 12px; }
.legal-footer > p { grid-column: 1; }
.legal-footer nav { grid-column: 2; grid-row: 1 / span 2; display: grid; gap: 10px; text-align: right; }
.delete-request-page > section { width: min(760px, calc(100% - 40px)); margin: 65px auto 90px; padding: clamp(30px, 7vw, 65px); border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 18px 55px rgba(14,35,53,.06); }
.delete-request-icon { width: 63px; height: 63px; margin-bottom: 25px; display: grid; place-items: center; color: #8f201e; border-radius: 15px; background: #fee6e4; }
.delete-request-icon svg { width: 30px; height: 30px; }
.delete-request-page h1 { max-width: 650px; margin: 12px 0 17px; font-size: clamp(39px, 6vw, 57px); line-height: 1.03; letter-spacing: -.055em; }
.delete-request-page section > p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.delete-request-primary { margin-top: 23px; min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; gap: 9px; color: var(--navy); border-radius: 9px; background: var(--green); font-weight: 900; }
.delete-request-details, .delete-request-help { margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--line); }
.delete-request-details h2 { font-size: 21px; }
.delete-request-details li, .delete-request-details p, .delete-request-help p { color: var(--muted); line-height: 1.7; }
.delete-request-help { display: grid; grid-template-columns: 42px 1fr auto; gap: 15px; align-items: center; }
.delete-request-help > svg { color: var(--green-dark); }
.delete-request-help strong { color: var(--ink); }.delete-request-help p { margin: 3px 0 0; font-size: 13px; }.delete-request-help a { font-size: 13px; font-weight: 850; text-decoration: underline; }
.delete-request-page > footer { padding: 28px max(24px, calc((100vw - 1060px) / 2)); display: flex; justify-content: space-between; color: #91a5b4; background: var(--navy); font-size: 12px; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 960px); }
  .site-header nav { gap: 18px; }
  .hero { min-height: 730px; padding-top: 130px; grid-template-columns: .8fr 1.2fr; gap: 42px; }
  .hero h1 { font-size: clamp(48px, 6vw, 66px); }
  .hero-product .phone-frame { right: -5px; }
  .availability .section-shell { grid-template-columns: 1fr; gap: 24px; }
  .feature-split, .feature-split.reverse { gap: 50px; }
  .site-footer { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 860px) {
  .site-header nav { display: none; }
  .mobile-nav { display: block; }
  .hero { padding-top: 125px; padding-bottom: 85px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-product { width: min(760px, 100%); margin-inline: auto; }
  .product-note { left: 20px; }
  .platform-grid { grid-template-columns: 1fr; }
  .loop-grid { grid-template-columns: repeat(2, 1fr); }
  .loop-grid article:nth-child(2) { border-right: 0; }
  .loop-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .loop-grid article:nth-child(2)::after { display: none; }
  .feature-split, .feature-split.reverse { grid-template-columns: 1fr; }
  .feature-phone-wrap { min-height: 620px; }
  .feature-copy { max-width: 680px; }
  .feature-split.reverse .feature-copy { order: 2; }
  .feature-split.reverse .game-phone-stage { order: 1; }
  .system-card.wide { grid-template-columns: auto 1fr; }
  .system-card.wide .mini-practice { grid-column: 1 / -1; }
  .ai-card { grid-template-columns: 1fr; gap: 32px; padding: 48px; }
  .ai-orbit { right: 30px; }
  .beta-cta { grid-template-columns: 1fr; }
  .beta-device { width: min(400px, 100%); }
  .site-footer { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-status { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 30px); }
  .site-header { min-height: 68px; }
  .site-brand img { width: 36px; height: 36px; }
  .site-brand strong { font-size: 16px; }
  .hero { min-height: auto; padding: 112px 15px 70px; gap: 30px; }
  .hero h1 { margin-top: 18px; font-size: clamp(43px, 13.3vw, 58px); }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .text-cta { justify-content: center; }
  .hero-proof { gap: 10px 15px; }
  .hero-product { padding-bottom: 45px; }
  .dashboard-frame { border-width: 4px; border-radius: 13px; }
  .dashboard-frame img { aspect-ratio: 1.1/1; }
  .hero-product .phone-frame { width: 32%; min-width: 115px; right: -3px; }
  .phone-frame { padding: 5px; border-width: 2px; border-radius: 19px; }
  .phone-frame img { border-radius: 13px; }
  .product-note { left: 8px; bottom: 0; min-height: 36px; font-size: 9px; }
  .availability { padding: 42px 0; }
  .loop-section, .feature-editor, .gameday-section, .responsible-ai, .system-section { padding: 78px 0; }
  .section-heading { margin-bottom: 35px; text-align: left; }
  .section-heading h2, .feature-copy h2, .ai-card h2, .beta-cta h2 { font-size: 40px; }
  .section-heading p, .feature-copy > p { font-size: 16px; }
  .loop-grid { grid-template-columns: 1fr; }
  .loop-grid article { min-height: 210px; padding: 27px; border-right: 0; border-bottom: 1px solid var(--line); }
  .loop-grid article:last-child { border-bottom: 0; }
  .loop-grid article::after { display: none; }
  .loop-icon { margin: 28px 0 18px; }
  .feature-phone-wrap { min-height: 520px; }
  .phone-frame.large { width: min(305px, 74%); max-height: 535px; }
  .phone-frame.large img { max-height: 510px; }
  .gesture-card { right: 1%; bottom: 8%; padding: 12px; }
  .system-grid { grid-template-columns: 1fr; }
  .system-card, .system-card.wide { grid-column: auto; min-height: auto; padding: 28px; display: block; }
  .system-card > span { margin-bottom: 30px; }
  .system-card > small, .system-card div > small { margin-top: 0; }
  .system-card.wide .mini-practice { margin-top: 25px; }
  .game-phone-stage { min-height: 570px; }
  .phone-frame.game { max-height: 530px; }
  .phone-frame.game img { max-height: 510px; }
  .call-card { left: 1%; bottom: 7%; }
  .ai-card { padding: 34px 25px; border-radius: 18px; }
  .ai-orbit { width: 50px; height: 50px; right: 20px; top: 20px; }
  .beta-cta { padding: 70px 20px; gap: 36px; }
  .beta-device { min-width: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; padding-top: 55px; }
  .site-footer > div:first-child, .footer-status, .copyright { grid-column: 1 / -1; }
  .legal-header, .delete-request-page > header { min-height: 72px; padding-inline: 18px; }
  .legal-header nav a:not(.legal-return), .delete-request-page > header nav a:first-child { display: none; }
  .legal-document { width: calc(100% - 24px); margin-top: 24px; border-radius: 16px; }
  .legal-title { padding: 40px 25px 36px; }
  .legal-title dl { gap: 25px; }
  .legal-content { padding: 8px 25px 48px; }
  .legal-content p, .legal-content li { font-size: 14px; }
  .legal-footer { grid-template-columns: 1fr; }
  .legal-footer nav { grid-column: 1; grid-row: auto; text-align: left; }
  .delete-request-page > section { width: calc(100% - 24px); margin-top: 24px; padding: 30px 24px; }
  .delete-request-help { grid-template-columns: 34px 1fr; }
  .delete-request-help a { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
