/* Centric HYROX — yellow-accent theme.
   Integral CF headings + Oakes Grotesk body (Archivo / Manrope are free stand-ins), #1F1F1F ink, #FCD302 accent. */
:root {
  --ink: #1F1F1F; --ink2: #444444; --muted: #666666; --line: #D9D9D9; --line2: #EFEFEF;
  --soft: #F2F2F2; --paper: #FFFFFF; --accent: #FCD302; --beige: #E8E1D8; --err: #B00020;
  --head: 'Integral CF', 'Archivo', sans-serif;
  --body: 'Oakes-Grotesk', 'Oakes Grotesk', 'Manrope', system-ui, sans-serif;
  --gutter: 52px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.5 var(--body); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--ink); }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.h { font-family: var(--head); font-stretch: 125%; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; line-height: 1.05; margin: 0; text-wrap: balance; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.muted { color: var(--muted); font-size: 13px; margin: 0; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding-inline: var(--gutter); }
.stack { display: flex; flex-direction: column; gap: 16px; }

/* ---------- site chrome ---------- */
.bar { background: var(--ink); color: #fff; display: flex; justify-content: center; gap: 72px; padding: 11px 16px; font-size: 12px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; }
.bar span:not(:first-child) { display: inline; }
.site-header { height: 76px; padding-inline: 30px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line2); background: #fff; position: sticky; top: 0; z-index: 20; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo b { font-family: var(--head); font-stretch: 125%; font-size: 21px; letter-spacing: .5px; }
.nav { display: flex; gap: 28px; font-size: 13px; font-weight: 600; letter-spacing: .52px; text-transform: uppercase; }
.nav a { text-decoration: none; }
.header-icons { display: flex; justify-content: flex-end; gap: 4px; }
.icon-btn { width: 44px; height: 44px; display: grid; place-items: center; border: 0; background: none; cursor: pointer; text-decoration: none; }
.crumbs { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 20px; font-size: 12px; font-weight: 500; letter-spacing: .5px; text-transform: uppercase; color: var(--muted); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs span:last-child { color: var(--ink); font-weight: 600; }
.site-footer { background: var(--ink); color: #fff; margin-top: 64px; }
.site-footer .wrap { padding-block: 56px 28px; display: flex; flex-direction: column; gap: 40px; }
.footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; font-size: 14px; }
.footer-cols h3 { margin: 0 0 12px; font-size: 13px; font-weight: 700; letter-spacing: 1px; color: var(--accent); }
.footer-cols a { display: block; color: #fff; text-decoration: none; padding: 5px 0; }
.footer-cols a[aria-current] { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.footer-legal { display: flex; justify-content: space-between; border-top: 1px solid #444; padding-top: 22px; font-size: 12px; color: #D9D9D9; }

/* ---------- buttons, tags, chips ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 26px; border: 0; border-radius: 2px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; cursor: pointer; white-space: nowrap; }
.btn:hover { opacity: .9; }
.btn.y { background: var(--accent); color: var(--ink); }
.btn.w { background: #fff; color: var(--ink); }
.btn.o { background: #fff; color: var(--ink); border: 1px solid var(--ink); }
.btn.block { width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .45; cursor: not-allowed; }
.tag { display: inline-flex; align-items: center; padding: 3px 8px; background: var(--accent); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.tag.head { font-family: var(--head); font-stretch: 125%; font-weight: 800; font-size: 12px; padding: 6px 10px; }
.tag.outline { background: transparent; border: 1px solid currentColor; }
.chip { min-height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: 2px; background: #fff; font-size: 13px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; cursor: pointer; }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.toggle-row { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.toggle-row::-webkit-scrollbar { display: none; }
.toggle-row .chip { flex-shrink: 0; }

/* ---------- forms ---------- */
label.f { display: flex; flex-direction: column; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--ink2); }
.input, input[type=text], input[type=email], input[type=search], select, textarea { width: 100%; height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 2px; background: #fff; color: var(--ink); font-size: 16px; font-weight: 400; letter-spacing: 0; text-transform: none; }
textarea { height: 84px; padding: 12px 14px; resize: vertical; }
.dark input { background: transparent; color: #fff; border-color: #666; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.5; color: var(--ink2); font-weight: 400; text-transform: none; letter-spacing: 0; }
.consent input { width: 20px; height: 20px; margin: 1px 0 0; flex-shrink: 0; accent-color: var(--ink); }
.dark .consent { color: #D9D9D9; }
.dark .consent input { accent-color: var(--accent); }
.err { color: var(--err); font-weight: 600; font-size: 14px; margin: 0; min-height: 0; }
.dark .err { color: #FF9C9C; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 520px; border-radius: 6px; overflow: hidden; background: #C9CBCB; color: #fff; display: flex; }
.hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,16,16,.78) 0%, rgba(16,16,16,.55) 38%, rgba(16,16,16,0) 62%); }
.hero-copy { position: relative; max-width: 660px; padding: 44px 44px 170px; display: flex; flex-direction: column; gap: 20px; }
.hero h1 { font-size: clamp(34px, 3.6vw, 52px); color: #fff; }
.hero p { margin: 0; max-width: 470px; font-size: 17px; line-height: 1.55; }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.hero-cta a.link { color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; text-underline-offset: 4px; }
.next-card { position: absolute; left: 44px; bottom: 28px; width: 300px; padding: 16px 20px; background: var(--accent); color: var(--ink); border-radius: 4px; display: flex; flex-direction: column; gap: 4px; }
.next-card .h { font-size: 24px; line-height: 1.1; }
.next-card a { font-size: 13px; font-weight: 700; margin-top: 4px; text-underline-offset: 3px; }

/* ---------- calendar ---------- */
.season-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 36px; }
.season-tools { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.season-tools input[type=search] { width: 240px; border-color: var(--ink); }
.legend { display: flex; gap: 20px; font-size: 12px; color: var(--ink2); margin: 14px 0; flex-wrap: wrap; }
.legend span { display: flex; gap: 6px; align-items: center; }
.cal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 28px; align-items: start; }
.months { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.month { min-height: 200px; padding: 18px; background: var(--soft); border-radius: 6px; display: flex; flex-direction: column; gap: 8px; }
.month.empty { opacity: .7; }
.month-head { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 10px; border-bottom: 2px solid var(--ink); }
.month-head .h { font-size: 24px; }
.month-head small { font-size: 13px; color: var(--muted); margin-left: 6px; }
.month-head .count { font-size: 12px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--muted); }
.month-empty { flex: 1; display: grid; place-items: center; text-align: center; font-size: 13px; color: var(--muted); }
.race-row { display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; gap: 10px; align-items: center; min-height: 60px; padding: 8px 12px; border: 1px solid #fff; border-radius: 4px; background: #fff; color: var(--ink); text-align: left; cursor: pointer; width: 100%; }
.race-row:hover { border-color: var(--ink); }
.race-row[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.race-row.past { opacity: .5; }
.race-row .day { font-family: var(--head); font-stretch: 125%; font-weight: 800; font-size: 22px; line-height: 1; }
.race-row[aria-pressed="true"] .day { color: var(--accent); }
.race-row .to { display: block; margin-top: 3px; font-size: 11px; font-weight: 600; letter-spacing: .5px; opacity: .7; }
.race-row .city { font-size: 14px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; line-height: 1.2; }
.race-row .meta { display: flex; align-items: center; gap: 6px; font-size: 12px; opacity: .75; margin-top: 3px; }
.race-row .days { font-size: 12px; font-weight: 600; opacity: .75; display: flex; gap: 6px; align-items: center; }
.tba-row { margin-top: 14px; display: flex; justify-content: space-between; align-items: center; min-height: 64px; padding: 0 20px; border: 1px dashed #999; border-radius: 6px; background: #fff; cursor: pointer; width: 100%; text-align: left; }
.tba-row[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }

/* focus panel (desktop: sticky side panel; mobile: full-screen sheet) */
.panel { position: sticky; top: 96px; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fff; }
.panel-top { padding: 24px; background: var(--ink); color: #fff; display: flex; flex-direction: column; gap: 8px; }
.panel-top .row { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.panel-top .h { font-size: 36px; }
.panel-top .dates { font-size: 13px; color: #D9D9D9; }
.status { padding: 3px 8px; border: 1px solid var(--accent); color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.status.live { background: var(--accent); color: var(--ink); }
.panel-close { display: none; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.stats > div { padding: 16px 20px; border-right: 1px solid var(--line); }
.stats > div:last-child { border-right: 0; background: var(--accent); }
.stats b { display: block; font-family: var(--head); font-stretch: 125%; font-size: 28px; line-height: 1; font-variant-numeric: tabular-nums; }
.stats b.sm { font-size: 16px; line-height: 1.25; }
.stats span { font-size: 12px; color: var(--muted); }
.stats > div:last-child span { color: var(--ink); }
.panel-body { padding: 20px 24px 24px; display: flex; flex-direction: column; gap: 14px; }
.panel-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.plan-card { padding: 20px; background: var(--ink); color: #fff; border-radius: 4px; display: flex; flex-direction: column; gap: 10px; }
.plan-card .eyebrow { color: var(--accent); }
.plan-card .h { font-size: 20px; line-height: 1.1; }
.plan-card p { margin: 0; font-size: 13px; line-height: 1.5; color: #D9D9D9; }
.locks { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: 13px; line-height: 1.4; }
.locks li { display: flex; gap: 10px; align-items: flex-start; }
.locks svg { flex-shrink: 0; margin-top: 2px; }
.plan-card .small { font-size: 12px; color: #D9D9D9; }
.kit-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px; border: 1px solid var(--ink); border-radius: 4px; text-decoration: none; }
.kit-link b { display: block; font-size: 12px; letter-spacing: .5px; }

/* ---------- race kit ---------- */
.kit { margin-top: 48px; padding: 36px; background: var(--ink); color: #fff; border-radius: 6px; display: flex; flex-direction: column; gap: 24px; }
.kit-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.kit-head .eyebrow { color: var(--accent); }
.kit-head .h { font-size: clamp(24px, 3vw, 36px); margin-top: 8px; }
.kit-head p { margin: 8px 0 0; max-width: 640px; color: #D9D9D9; font-size: 15px; }
.kit-head .links { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.kit-head .links a { color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 1px; }
.kit-head .links a.acc { color: var(--accent); }
.kit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product { background: #fff; color: var(--ink); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; }
.product .ph { position: relative; aspect-ratio: 4 / 5; background: var(--beige); display: grid; place-items: center; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .5px; text-decoration: none; }
.product .ph img { width: 100%; height: 100%; object-fit: cover; }
.product .ph .tag { position: absolute; top: 12px; left: 12px; }
.product .pb { padding: 16px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.product .name { display: flex; justify-content: space-between; gap: 10px; font-size: 15px; font-weight: 700; line-height: 1.3; }
.product .name a { text-decoration: none; }
.product .why { font-size: 13px; line-height: 1.45; color: var(--ink2); flex: 1; margin: 0; }
.sizes { display: flex; gap: 4px; }
.sizes button { flex: 1; height: 40px; border: 1px solid var(--ink); border-radius: 2px; background: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.sizes button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.sizes button { min-width: 0; padding: 0; }
.sizes button.oos { color: #9a9a9a; border-color: #cfcfcf; text-decoration: line-through; }
.sizes button.oos[aria-pressed="true"] { background: #e9e9e9; color: #777; border-color: #9a9a9a; }
.color-row { display: flex; flex-direction: column; gap: 6px; }
.color-name { font-size: 12px; font-weight: 600; color: var(--ink2); }
.swatches { display: flex; flex-wrap: wrap; gap: 6px; }
.swatches .sw { width: 28px; height: 28px; padding: 2px; border: 1px solid #cfcfcf; border-radius: 2px; background: #fff; cursor: pointer; }
.swatches .sw img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 1px; }
.swatches .sw[aria-pressed="true"] { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.product .add.is-off { background: #e9e9e9; color: #777; border-color: #e9e9e9; cursor: default; pointer-events: none; }
.kit-foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 20px; border-top: 1px solid #444; flex-wrap: wrap; }
.kit-foot span { font-size: 14px; color: #D9D9D9; }

/* ---------- builder ---------- */
.builder { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 40px; align-items: start; }
.step { padding: 24px; background: var(--soft); border-radius: 6px; display: flex; flex-direction: column; gap: 16px; border: 0; margin: 0; min-width: 0; }
.step h2 { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: 1px; }
.step.dark { background: var(--ink); color: #fff; }
.step.dark h2 { color: var(--accent); }
.step.dark label.f { color: #D9D9D9; }
.grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.grid2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.days-pick { display: flex; gap: 6px; }
.days-pick .chip { width: 64px; font-size: 16px; }
.ticket-box { display: flex; gap: 10px; align-items: flex-start; padding: 14px; border: 1px solid var(--accent); border-radius: 2px; font-size: 13px; line-height: 1.5; }
.ticket-box b { color: var(--accent); }
.quick { padding: 24px; background: var(--ink); color: #fff; border-radius: 6px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: end; }
.quick .eyebrow { color: var(--accent); }
.quick p { margin: 6px 0 0; color: #D9D9D9; font-size: 14px; }
.divider { display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--muted); }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.side-race { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.side-race .top { padding: 20px; background: var(--ink); color: #fff; display: flex; flex-direction: column; gap: 6px; }
.side-race .two { display: grid; grid-template-columns: 1fr 1fr; }
.side-race .two div { padding: 14px 20px; border-right: 1px solid var(--line); }
.side-race .two div:last-child { border-right: 0; background: var(--accent); }
.side-race .two b { display: block; font-family: var(--head); font-stretch: 125%; font-size: 24px; }
.side-race a { display: block; padding: 14px 20px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.get { padding: 22px; background: var(--soft); border-radius: 6px; }
.get ol { margin: 14px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; counter-reset: g; }
.get li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; font-size: 14px; line-height: 1.45; counter-increment: g; }
.get li::before { content: counter(g); width: 28px; height: 28px; background: var(--ink); color: var(--accent); display: grid; place-items: center; font-size: 13px; font-weight: 700; }

/* ---------- plan page ---------- */
.banner { padding: 14px 18px; background: var(--accent); border-radius: 2px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 14px; font-weight: 600; }
.plan-layout { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 32px; align-items: start; margin-top: 24px; }
.plan-hero { padding: 28px; background: var(--ink); color: #fff; border-radius: 6px; display: flex; flex-direction: column; gap: 8px; }
.plan-hero .eyebrow { color: var(--accent); }
.plan-hero .h { font-size: clamp(30px, 4vw, 44px); }
.plan-hero span.sub { font-size: 14px; color: #D9D9D9; }
.stats4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.stats4 > div { padding: 16px 20px; border-right: 1px solid var(--line); }
.stats4 > div:last-child { border-right: 0; background: var(--accent); }
.stats4 b { display: block; font-family: var(--head); font-stretch: 125%; font-size: 24px; line-height: 1.2; }
.stats4 span { font-size: 12px; color: var(--muted); }
.stats4 > div:last-child span { color: var(--ink); }
.note { border: 1px solid var(--ink); padding: 14px 16px; border-radius: 2px; font-size: 14px; }
.week { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.week > button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 20px; border: 0; background: var(--soft); text-align: left; cursor: pointer; }
.week.open > button { background: var(--accent); border-bottom: 2px solid var(--ink); }
.week .wk { font-family: var(--head); font-stretch: 125%; font-weight: 800; font-size: 14px; letter-spacing: .5px; text-transform: uppercase; }
.sess { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; gap: 16px; padding: 14px 20px; border-bottom: 1px solid var(--line2); }
.sess:last-child { border-bottom: 0; }
.sess .when { font-size: 12px; font-weight: 700; text-transform: uppercase; }
.sess .what b { display: block; font-size: 15px; }
.sess .what span { font-size: 14px; line-height: 1.5; color: var(--ink2); }
.pill { align-self: start; padding: 2px 6px; border: 1px solid var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; white-space: nowrap; }
.pill.hard { background: var(--ink); color: #fff; }
.pill.race { background: var(--accent); border-color: var(--accent); }
.box { padding: 20px; background: var(--soft); border-radius: 6px; display: flex; flex-direction: column; gap: 4px; }
.box.line { background: #fff; border: 1px solid var(--line); gap: 10px; }
.dl { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.dl:last-of-type { border-bottom: 0; }
.dl b { font-size: 14px; }
.dl small { display: block; font-size: 12px; color: var(--muted); }
.dl .d { font-size: 12px; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.toast { position: fixed; left: 50%; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); transform: translateX(-50%); z-index: 60; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 2px; font-size: 14px; max-width: calc(100% - 32px); }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .cal-layout, .builder, .plan-layout { grid-template-columns: minmax(0, 1fr) 380px; }
  .months { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav { gap: 18px; }
}
@media (max-width: 900px) {
  :root { --gutter: 16px; }
  .bar { gap: 0; } .bar span:not(:first-child) { display: none; }
  .site-header { height: 56px; padding-inline: 6px 2px; grid-template-columns: 1fr auto; }
  .hero-cta .btn.w { background: var(--ink); color: #fff; }
  .nav { display: none; }
  .logo b { font-size: 17px; }
  .hero { min-height: 0; flex-direction: column; background: #fff; color: var(--ink); border-radius: 0; margin-inline: calc(var(--gutter) * -1); }
  .hero::before { display: none; }
  .hero img.bg { position: static; height: 240px; object-position: 84% center; }
  .hero-copy { padding: 20px var(--gutter) 0; gap: 14px; max-width: none; }
  .hero h1 { color: var(--ink); font-size: 28px; }
  .hero p { font-size: 15px; color: var(--ink2); }
  .hero-cta a.link { color: var(--ink); }
  .next-card { position: static; width: auto; margin: 16px var(--gutter) 0; }
  .season-tools, .season-tools input[type=search] { width: 100%; }
  .cal-layout, .builder, .plan-layout { grid-template-columns: 1fr; }
  .months { grid-template-columns: 1fr; }
  .panel { position: fixed; inset: 0; top: 0; z-index: 50; border: 0; border-radius: 0; overflow-y: auto; display: none; padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)); }
  .panel.open { display: block; }
  .panel-top { padding-top: calc(16px + env(safe-area-inset-top, 0px)); }
  .panel-close { display: inline-flex; align-self: flex-start; background: none; border: 0; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 1px; padding: 10px 0; cursor: pointer; }
  .panel-sticky { position: fixed; left: 0; right: 0; bottom: 0; padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)); background: #fff; border-top: 1px solid var(--line); }
  .kit { padding: 20px 0; margin-inline: calc(var(--gutter) * -1); border-radius: 0; }
  .kit-head, .kit-foot { padding-inline: var(--gutter); }
  .kit-head .links { align-items: flex-start; }
  .kit-grid { display: flex; overflow-x: auto; padding-inline: var(--gutter); scroll-snap-type: x mandatory; }
  .product { flex: 0 0 250px; scroll-snap-align: start; }
  .sizes button { height: 44px; }
  .grid3, .grid2 { grid-template-columns: 1fr; }
  .quick { grid-template-columns: 1fr; }
  .sess { grid-template-columns: 1fr; gap: 4px; }
  .stats4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats4 > div:nth-child(2) { border-right: 0; }
  .stats4 > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .banner { flex-direction: column; align-items: flex-start; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-cols > :first-child { grid-column: 1 / -1; }
  .kit-foot .btn { width: 100%; }
}
@media (min-width: 901px) { .panel-sticky { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
