:root {
  --page: #000;
  --raised: #0a0c07;
  --inset: #141810;
  --line: #23281b;
  --text: #fff;
  --secondary: #a8ae9b;
  --muted: #8d9480;
  --accent: #d6ff21;
  --accent-on: #162800;
  --danger: #ffb4b8;
  --font: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--page);
  color: var(--text);
  font-family: var(--font);
  font-synthesis: none;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--page);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.shell { width: min(100% - 32px, 1160px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: var(--accent-on); background: var(--accent); font-weight: 700; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; text-decoration: none; }
.brand img { display: block; width: auto; height: 27px; filter: invert(1); }
.brand > span { width: 1px; height: 24px; flex: none; background: var(--text); }
.brand strong { font-size: 17px; font-weight: 500; letter-spacing: -.02em; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.header-actions nav a { color: var(--secondary); font-size: 14px; font-weight: 600; text-decoration: none; }
.header-actions nav a:hover { color: var(--text); }
.language { position: relative; }
.language select { min-width: 66px; height: 44px; padding: 0 28px 0 12px; border: 1px solid var(--line); border-radius: 0; color: var(--text); background: var(--raised); font-size: 13px; font-weight: 700; cursor: pointer; }
.language select:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(48px, 8vw, 116px); align-items: center; min-height: 690px; padding-block: 96px; }
.eyebrow { margin: 0 0 22px; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 6.2vw, 82px); line-height: .98; letter-spacing: -.055em; }
.hero-lede { max-width: 600px; margin: 30px 0 0; color: var(--secondary); font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.store-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.store-badge { min-width: 166px; padding: 12px 15px; border: 1px solid var(--line); background: var(--raised); }
.store-label { display: block; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.store-badge strong { display: block; margin-top: 3px; font-size: 15px; font-weight: 600; }

.product-frame { border: 1px solid var(--line); background: var(--raised); }
.product-topline { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 20px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.live-dot { display: inline-flex; align-items: center; gap: 7px; color: var(--accent); }
.live-dot::before { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); content: ""; }
.rink { position: relative; height: 260px; overflow: hidden; border-bottom: 1px solid var(--line); background: #10130c; }
.rink::before { position: absolute; inset: 22px; border: 1px solid #343b29; content: ""; }
.rink-line { position: absolute; left: 50%; top: 22px; bottom: 22px; width: 1px; background: #343b29; }
.rink-circle { position: absolute; top: 50%; width: 72px; height: 72px; margin-top: -36px; border: 1px solid #343b29; border-radius: 50%; }
.rink-circle-left { left: 42px; }
.rink-circle-right { right: 42px; }
.player-marker { position: absolute; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent-on); background: var(--accent); font-size: 13px; font-weight: 800; }
.marker-f { left: 50%; top: 40px; margin-left: -23px; }
.marker-d { left: 88px; bottom: 48px; }
.marker-g { right: 70px; bottom: 48px; color: var(--text); background: var(--inset); }
.position-list { padding: 7px 20px; }
.position-list > div { min-height: 48px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); color: var(--secondary); font-size: 14px; }
.position-list > div:last-child { border: 0; }
.position-code { display: grid; width: 24px; height: 24px; place-items: center; color: var(--accent); background: var(--inset); font-size: 10px; font-weight: 800; }

/* Public marketing page — approved Seventi Fantasy visual direction. */
.marketing-main { overflow: hidden; }
.marketing-header { position: sticky; z-index: 20; top: 0; background: rgba(0,0,0,.9); backdrop-filter: blur(10px); }
.marketing-header .header-inner { min-height: 68px; }
.marketing-header .brand img { height: 22px; }
.marketing-header .brand > span { height: 18px; background: #3a3a34; }
.marketing-header .brand strong { color: var(--accent); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.marketing-header .header-actions { gap: 14px; }
.marketing-header .language select { min-width: 58px; height: 36px; padding-left: 10px; font-family: "DM Mono", monospace; font-size: 11px; }
.header-download { display: inline-flex; min-height: 38px; align-items: center; padding: 0 17px; color: #000; background: var(--accent); font-size: 13px; font-weight: 800; text-decoration: none; }
.locale-status { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.mkt-hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr); gap: clamp(34px, 5vw, 72px); align-items: center; height: 500px; min-height: 500px; padding-block: 38px 78px; }
.mkt-hero-copy { position: relative; z-index: 2; }
.mkt-hero .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.mkt-hero .eyebrow::before { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--accent); content: ""; }
.mkt-hero h1 { max-width: 10.5ch; margin: 0; font-size: clamp(58px, 6.5vw, 88px); font-weight: 700; line-height: .88; letter-spacing: -.05em; text-transform: uppercase; text-wrap: balance; }
.mkt-hero-lede { max-width: 27ch; margin: 20px 0 0; color: #c9d3b8; font-size: clamp(17px, 1.45vw, 21px); font-weight: 500; line-height: 1.32; letter-spacing: -.012em; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.mkt-cta { display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 28px; margin-top: 0; padding: 0 22px; font-size: 15px; font-weight: 800; text-decoration: none; transition: transform 180ms ease, background-color 180ms ease; }
.mkt-cta:hover { transform: translateY(-2px); }
.mkt-cta-primary { min-width: 170px; color: #000; background: var(--accent); }
.mkt-cta-secondary { color: #fff; border: 1px solid #3a3a34; background: transparent; font-weight: 500; }
.mkt-support { margin: 16px 0 0; color: #7a8468; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.phone-stage { position: relative; height: 390px; min-height: 390px; }
.phone { position: absolute; overflow: hidden; margin: 0; border: 8px solid #171914; border-radius: 28px; background: #000; box-shadow: 0 28px 70px rgba(0,0,0,.62); }
.phone img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.phone-back { left: 5%; bottom: 8px; width: 205px; height: 365px; transform: rotate(-2deg); opacity: .84; }
.phone-front { right: 4%; top: 0; z-index: 1; width: 230px; height: 390px; transform: rotate(1deg); animation: phone-float 5.5s ease-in-out infinite; }
.ticker { overflow: hidden; color: #000; background: var(--accent); }
.ticker-track { display: flex; width: max-content; animation: ticker-move 36s linear infinite; }
.ticker-track span { padding: 14px 14px 14px 0; font-family: "DM Mono", monospace; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.mkt-section { padding-block: 70px; }
.mkt-section h2, .league-section h2, .final-cta h2 { margin: 0; font-size: clamp(44px, 5vw, 68px); font-weight: 700; line-height: .92; letter-spacing: -.045em; text-transform: uppercase; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; border: 1px solid #1f1f1f; }
.steps article { display: flex; flex-direction: column; justify-content: space-between; gap: 34px; min-height: 230px; padding: 30px; border-right: 1px solid #1f1f1f; background: #050505; transition: background-color 180ms ease, color 180ms ease; }
.steps article:last-child { border-right: 0; }
.steps article:hover { color: #000; background: var(--accent); }
.steps article:hover > span, .steps article:hover p { color: #1f2a10; }
.steps article > span { color: var(--accent); font-family: "DM Mono", monospace; font-size: 12px; letter-spacing: .14em; }
.steps h3 { margin: 0 0 10px; font-size: clamp(22px, 2vw, 29px); line-height: 1.05; letter-spacing: -.025em; }
.steps p { max-width: 30ch; margin: 0; color: #9aa28c; font-size: 14px; line-height: 1.45; }
.league-section { overflow: hidden; background: #162800; }
.league-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, .72fr); gap: clamp(48px, 8vw, 112px); align-items: center; height: 472px; min-height: 472px; padding-block: 56px; }
.league-copy > p:last-child, .download-copy > p:last-child { max-width: 34ch; margin: 24px 0 0; color: #a9b893; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.45; }
.league-product { align-self: end; width: 310px; height: 400px; margin: 0 auto -120px; overflow: hidden; border: 8px solid #11140e; border-radius: 28px 28px 0 0; box-shadow: 0 28px 70px rgba(0,0,0,.45); }
.league-product img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.download-section { display: grid; grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); gap: clamp(48px, 8vw, 104px); align-items: center; min-height: 435px; padding-block: 64px; }
#download { scroll-margin-top: 78px; }
.store-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.store-card { padding: 18px; border: 1px solid #2a2a26; background: #0f0f0f; transition: transform 180ms ease, border-color 180ms ease; }
.store-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.qr-code { display: block; aspect-ratio: 1; background: #fff; }
.qr-code img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.store-mark { aspect-ratio: 1; display: grid; place-content: center; gap: 7px; padding: 18px; border: 1px solid #30342c; background: #171914; text-align: center; }
.store-mark span { color: var(--muted); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.store-mark strong { font-size: clamp(18px, 2vw, 24px); line-height: 1.05; }
.store-card > div:last-child { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 14px; }
.store-card h3 { margin: 0; font-size: 15px; }
.scan-copy { margin: 5px 0 0; color: var(--muted); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.store-link { display: inline-flex; min-height: 32px; align-items: center; padding: 0 9px; border: 1px solid #394129; color: var(--accent); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.store-link[data-pending="true"] { color: var(--muted); cursor: not-allowed; }
.final-cta { color: #000; background: var(--accent); }
.final-cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; min-height: 392px; padding-block: 70px; }
.final-cta h2 { max-width: 9ch; font-size: clamp(62px, 7vw, 96px); }
.final-cta p { margin: 18px 0 0; font-size: clamp(16px, 1.45vw, 20px); font-weight: 600; }
.mkt-cta-dark { flex: none; min-width: 210px; margin: 0; color: var(--accent); background: #000; }
.marketing-footer .footer-grid { min-height: 74px; grid-template-columns: 1.1fr 1.5fr auto; align-items: center; padding-block: 15px; }
.marketing-footer .footer-grid > div p { margin-top: 4px; font-size: 10px; }
.marketing-footer .footer-brand { font-size: 12px; }
.marketing-footer .footer-grid nav { display: flex; justify-content: center; gap: 26px; }
.marketing-footer .footer-grid nav a, .marketing-footer .copyright { font-size: 10px; }

@keyframes ticker-move { to { transform: translateX(-50%); } }
@keyframes phone-float { 50% { transform: rotate(2deg) translateY(-10px); } }

.benefits { padding-block: 110px 130px; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 30px; align-items: start; margin-bottom: 58px; }
.section-heading h2 { max-width: 640px; margin: 0; font-size: clamp(36px, 5vw, 60px); line-height: 1.04; letter-spacing: -.045em; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid article { min-height: 250px; padding: 24px; border-right: 1px solid var(--line); }
.benefit-grid article:last-child { border: 0; }
.benefit-grid article > span, .support-grid article > span { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.benefit-grid h3, .support-grid h2 { margin: 80px 0 10px; font-size: 20px; line-height: 1.15; }
.benefit-grid p, .support-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.page-main { min-height: 70vh; padding-block: 92px 130px; overflow-wrap: anywhere; }
.page-heading { max-width: 820px; padding-bottom: 68px; }
.page-heading h1 { margin: 0; font-size: clamp(48px, 7vw, 78px); line-height: 1; letter-spacing: -.05em; }
.page-heading > p:last-child { max-width: 690px; margin: 28px 0 0; color: var(--secondary); font-size: 19px; line-height: 1.6; }
.effective-date { max-width: 850px; margin: -28px 0 58px; color: var(--secondary); font-size: 14px; font-weight: 600; }
.notice { display: grid; grid-template-columns: 34px 1fr; gap: 18px; max-width: 850px; margin-bottom: 58px; padding: 22px; border: 1px solid var(--line); background: var(--raised); }
.notice-warning { border-color: #4d562b; }
.notice-mark { display: grid; width: 34px; height: 34px; place-items: center; color: var(--accent-on); background: var(--accent); font-weight: 800; }
.notice h2 { margin: 1px 0 7px; font-size: 16px; }
.notice p { margin: 0; color: var(--secondary); font-size: 14px; line-height: 1.55; }
.prose-list { max-width: 850px; border-top: 1px solid var(--line); }
.prose-section { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 28px; max-width: 850px; padding: 36px 0 40px; border-bottom: 1px solid var(--line); }
.section-number { margin: 3px 0 0; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.prose-section h2 { margin: 0 0 13px; font-size: 22px; letter-spacing: -.02em; }
.prose-section div > p { margin: 0; color: var(--secondary); font-size: 16px; line-height: 1.72; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1000px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-grid article { min-height: 260px; padding: 24px; border-right: 1px solid var(--line); }
.support-grid article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
.support-grid article:nth-child(3n) { border-right: 0; }
.text-link { color: var(--text); font-weight: 700; text-underline-offset: 3px; }
.request-section { max-width: 850px; padding: 42px 0 52px; border-bottom: 1px solid var(--line); }
.request-copy { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 28px; margin-bottom: 34px; }
.request-copy h2 { margin: 0 0 13px; font-size: 22px; letter-spacing: -.02em; }
.request-copy div > p { margin: 0; color: var(--secondary); font-size: 16px; line-height: 1.72; }
.request-email { max-width: 610px; margin-left: 124px; padding: 24px; border: 1px solid var(--line); background: var(--raised); }
.request-email p { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.email-cta { display: inline-flex; min-height: 48px; align-items: center; padding: 0 18px; color: var(--accent-on); background: var(--accent); font-size: 14px; font-weight: 800; text-decoration: none; }
.email-cta:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.support-request { border-top: 0; }

.site-footer { border-top: 1px solid var(--line); }
.footer-grid { min-height: 220px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: start; padding-block: 44px; }
.footer-brand { font-size: 18px; font-weight: 700; text-decoration: none; }
.footer-grid > div p, .copyright { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, minmax(110px, 1fr)); gap: 14px 24px; }
.footer-grid nav a { color: var(--secondary); font-size: 14px; text-decoration: none; }
.footer-grid nav a:hover { color: var(--text); }
.copyright { margin: 3px 0 0; white-space: nowrap; }

@media (min-width: 901px) {
  html:is([lang="en"], [lang="fr"]) .mkt-hero h1 { max-width: none; font-size: clamp(48px, 4.5vw, 64px); }
}

@media (max-width: 900px) {
  .mkt-hero { grid-template-columns: 1fr; height: auto; min-height: 0; padding-block: 60px; }
  .mkt-hero-copy { max-width: 760px; }
  .phone-stage { width: min(100%, 620px); height: 500px; min-height: 500px; margin-inline: auto; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps article:last-child { border-bottom: 0; }
  .league-grid { grid-template-columns: 1fr; height: auto; min-height: 720px; padding-block: 70px; }
  .league-product { justify-self: center; margin-bottom: -240px; }
  .download-section { grid-template-columns: 1fr; min-height: 0; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 76px 90px; }
  .product-frame { width: min(100%, 540px); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .support-grid { grid-template-columns: 1fr; }
  .support-grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .support-grid article:last-child { border-bottom: 0; }
  .support-grid h2 { margin-top: 58px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 70px; }
  .brand { gap: 9px; }
  .brand img { height: 21px; }
  .brand > span { height: 19px; }
  .brand strong { font-size: 14px; }
  .header-actions { gap: 10px; }
  .header-actions nav { display: none; }
  .language select { min-width: 62px; }
  .hero { gap: 58px; padding-block: 64px 72px; }
  .locale-status { margin-top: 10px; font-size: 11px; text-align: left; }
  .mkt-hero { gap: 38px; min-height: 0; padding-block: 48px 54px; }
  .mkt-hero h1 { font-size: clamp(51px, 16vw, 76px); }
  .mkt-hero-lede { margin-top: 23px; font-size: 18px; }
  .mkt-cta { width: 100%; min-width: 0; }
  .mkt-support { font-size: 9px; letter-spacing: .07em; }
  .phone-stage { height: 470px; min-height: 470px; }
  .phone { border-width: 7px; border-radius: 23px; }
  .phone-back { width: 45%; }
  .phone-front { width: 57%; }
  .ticker-track span { padding-block: 12px; font-size: 11px; }
  .mkt-section { padding-block: 58px; }
  .mkt-section h2, .league-section h2 { font-size: clamp(46px, 14vw, 66px); }
  .steps { margin-top: 32px; }
  .steps article { gap: 34px; min-height: 180px; padding: 24px; }
  .league-grid { min-height: 0; padding-block: 58px 0; }
  .league-product { width: min(88%, 320px); height: 480px; margin-top: 20px; margin-bottom: -180px; }
  .download-section { padding-block: 58px; }
  .store-grid { grid-template-columns: 1fr; }
  .store-card { display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: center; }
  .store-card > div:last-child { display: block; margin: 0; }
  .store-link { margin-top: 10px; }
  .final-cta-inner { display: block; min-height: 410px; padding-block: 58px; }
  .final-cta h2 { font-size: clamp(62px, 19vw, 92px); }
  .mkt-cta-dark { margin-top: 44px; }
  .hero h1 { font-size: clamp(43px, 14vw, 64px); }
  .hero-lede { margin-top: 24px; font-size: 17px; }
  .store-row { display: grid; grid-template-columns: 1fr 1fr; margin-top: 34px; }
  .store-badge { min-width: 0; padding: 11px; }
  .store-badge strong { font-size: 14px; }
  .rink { height: 220px; }
  .rink-circle-left { left: 30px; }
  .rink-circle-right { right: 30px; }
  .marker-d { left: 57px; }
  .marker-g { right: 49px; }
  .benefits { padding-block: 76px 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 8px; margin-bottom: 42px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 205px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-grid article:last-child { border-bottom: 0; }
  .benefit-grid h3 { margin-top: 54px; }
  .page-main { padding-block: 64px 90px; }
  .page-heading { padding-bottom: 48px; }
  .page-heading h1 { font-size: clamp(44px, 15vw, 64px); }
  .page-heading > p:last-child { margin-top: 22px; font-size: 17px; }
  .effective-date { margin: -20px 0 42px; }
  .notice { grid-template-columns: 28px 1fr; gap: 14px; margin-bottom: 42px; padding: 16px; }
  .notice-mark { width: 28px; height: 28px; }
  .prose-section { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 30px 0 34px; }
  .prose-section h2 { font-size: 19px; }
  .prose-section div > p { font-size: 15px; line-height: 1.7; }
  .request-copy { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; }
  .request-copy h2 { font-size: 19px; }
  .request-copy div > p { font-size: 15px; line-height: 1.7; }
  .request-email { margin-left: 0; padding: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; min-height: 0; }
  .footer-grid nav { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: auto; }
  .marketing-footer .footer-grid { grid-template-columns: 1fr auto; gap: 18px; min-height: 0; padding-block: 24px; }
  .marketing-footer .footer-grid nav { grid-column: 1 / -1; justify-content: flex-start; flex-wrap: wrap; gap: 10px 18px; }
  .marketing-footer .copyright { grid-column: 1 / -1; }
}

@media (max-width: 350px) {
  .shell { width: min(100% - 24px, 1160px); }
  .brand img { height: 18px; }
  .marketing-header .brand > span,
  .marketing-header .brand strong { display: none; }
  .brand strong { font-size: 13px; }
  .hero h1 { font-size: 41px; }
  .mkt-hero h1 { font-size: 47px; }
  .phone-stage { min-height: 430px; }
  .store-card { grid-template-columns: 98px 1fr; }
  .store-row { grid-template-columns: 1fr; }
  .rink-circle { width: 60px; height: 60px; margin-top: -30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .ticker-track, .phone-front { animation: none !important; }
}
