/* Snow Kitten — Archetype K: THE WEATHER REPORT (a quiet alpine forecast: readouts, a hot/cold split, a five-day row).
   Colours measured from the renders: snow #f4f7fb, pale sky #cbdaef, glacier #467cb8 (text-safe #2f5f96, 6.6:1),
   rosette greys #454446 / #8c8f93; a warm desert accent only on the Sand Kitten half (#d9a066, text #8a4f18).
   Reduced motion = html.rm (boot.js). Hide-until-seen styles are gated on html.js:not(.rm). */
:root {
  --paper: #f4f7fb;
  --paper-2: #e8eef6;
  --card: #ffffff;
  --ice: #cbdaef;
  --glacier: #2f5f96;
  --glacier-2: #467cb8;
  --ink: #1f2a37;
  --ink-2: #4d5b6c;
  --night: #121a24;
  --sand: #d9a066;
  --sand-ink: #7e4716;
  --rule: rgba(31, 42, 55, .13);
  --gutter: clamp(16px, 4vw, 56px);
  --maxw: 1240px;
  --nav-h: 64px;
  --disp: 'Gilda Display', Georgia, serif;
  --sans: 'Lexend Deca', 'Segoe UI', system-ui, sans-serif;
  --cond: 'Saira Condensed', 'Arial Narrow', sans-serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 8px); -webkit-text-size-adjust: 100%; }
html.rm { scroll-behavior: auto; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 300 17px/1.6 var(--sans); overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--disp); font-weight: 400; line-height: 1.06; margin: 0; letter-spacing: -.005em; text-wrap: balance; }
p { margin: 0; }
b, strong { font-weight: 600; }
.lede, .d-note, .steps p { text-wrap: pretty; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--ink); color: var(--paper); padding: 10px 14px; border-radius: 6px; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--glacier); outline-offset: 3px; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.wm { font-family: var(--disp); letter-spacing: .01em; }

/* ---------- buttons, chips ---------- */
.btn { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 0 22px; border-radius: 999px; border: 1.5px solid var(--glacier); background: var(--glacier); color: #fff; font: 500 15px/1 var(--sans); text-decoration: none; cursor: pointer; transition: transform .25s var(--ease), background-color .25s, color .25s, box-shadow .25s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px -12px rgba(47, 95, 150, .7); }
.btn.buy { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn.buy img { background: #fff; border-radius: 50%; padding: 2px; }
.btn.ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn.sm { min-height: 38px; padding: 0 14px; font-size: 14px; }
.chip { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--rule); background: var(--card); color: var(--ink); font: 500 14px/1 var(--sans); text-decoration: none; cursor: pointer; transition: border-color .2s; }
.chip:hover { border-color: var(--glacier); }
.kicker { font: 600 14px/1.2 var(--cond); letter-spacing: .2em; text-transform: uppercase; color: var(--glacier); }
.lede { font-size: 19px; color: var(--ink-2); max-width: 36em; margin-top: 14px; }
.sec-head h2 { font-size: clamp(40px, 5.2vw, 76px); margin-top: 12px; }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; height: var(--nav-h); display: flex; align-items: center; gap: 18px; padding: 0 max(var(--gutter), env(safe-area-inset-right)) 0 max(var(--gutter), env(safe-area-inset-left)); background: rgba(244, 247, 251, .96); border-bottom: 1px solid var(--rule); }
@supports (backdrop-filter: blur(8px)) { .nav { background: rgba(244, 247, 251, .86); backdrop-filter: blur(12px) saturate(1.2); } }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; flex: none; }
.brand img { width: 36px; height: 36px; border-radius: 50%; box-shadow: 0 0 0 2px var(--ice); }
.brand .wm { font-size: 24px; }
.links { display: flex; gap: 2px; margin: 0 auto; }
.links a { font: 600 15px/1 var(--cond); letter-spacing: .14em; text-transform: uppercase; text-decoration: none; padding: 10px 13px; border-radius: 999px; color: var(--ink-2); transition: color .2s, background-color .2s; }
.links a:hover, .links a.on { color: var(--ink); background: rgba(203, 218, 239, .6); }
.nav-right { display: flex; align-items: center; gap: 8px; }
.ico { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--ink); border: 1px solid var(--rule); }
.motion-btn { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 12px; border-radius: 999px; border: 1px solid transparent; background: transparent; font: 600 13px/1 var(--cond); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); cursor: pointer; }
.motion-btn .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--glacier-2); }
.motion-btn[aria-pressed="false"] .dot { background: transparent; border: 1.5px solid var(--ink-2); }
.nav .catch-nav { background: transparent; color: var(--glacier); }
.nav-right .buy:not([hidden]) ~ .catch-nav { display: none; }
.burger { display: none; align-items: center; gap: 8px; min-height: 44px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font: 600 14px/1 var(--cond); letter-spacing: .1em; text-transform: uppercase; }
.bars { width: 16px; height: 10px; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); position: relative; }
.bars::after { content: ''; position: absolute; left: 0; right: 0; top: 2px; border-top: 2px solid var(--ink); }
.menu { position: fixed; left: 0; right: 0; top: var(--nav-h); bottom: 0; z-index: 49; background: var(--paper); padding: 18px var(--gutter) 32px; overflow-y: auto; }
.menu-close { display: flex; align-items: center; margin: 0 0 8px auto; min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--rule); background: transparent; font: 600 14px/1 var(--cond); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.menu nav { display: flex; flex-direction: column; }
.menu nav a { font: 400 30px/1.2 var(--disp); padding: 14px 0; border-bottom: 1px solid var(--rule); text-decoration: none; }
.menu-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: max(580px, min(calc(100svh - var(--nav-h)), 64vw)); display: flex; align-items: center; overflow: hidden; background: var(--paper-2); }
.hero-img { position: absolute; inset: 0; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; }
.hero-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(244, 247, 251, .78) 0%, rgba(244, 247, 251, .5) 32%, rgba(244, 247, 251, 0) 56%); pointer-events: none; }
/* gentle snowfall: two layers of tiny flakes drifting down (not over any single spot for long) */
.snowfall { position: absolute; inset: -10% 0 0; pointer-events: none; opacity: .85;
  background-image: radial-gradient(2px 2px at 20px 30px, #fff 60%, transparent 61%), radial-gradient(1.5px 1.5px at 90px 120px, #fff 60%, transparent 61%), radial-gradient(2.5px 2.5px at 160px 60px, #fff 60%, transparent 61%), radial-gradient(1.5px 1.5px at 230px 170px, #fff 60%, transparent 61%);
  background-size: 260px 220px; }
html.js:not(.rm) .snowfall { animation: fall 14s linear infinite; }
@keyframes fall { from { background-position: 0 0; } to { background-position: 60px 440px; } }
html.rm .snowfall { display: none; }
.hero-in { position: relative; z-index: 2; margin-left: max(var(--gutter), calc((100% - var(--maxw)) / 2 + var(--gutter))); padding: 40px 0 72px; width: min(600px, 48%); }
.hero-wm { margin-top: 8px; font-size: clamp(64px, 8vw, 128px); line-height: 1; color: var(--ink); white-space: nowrap; }
html.js:not(.rm) .hero-wm .wm { display: inline-block; animation: wmIn 1.2s .15s var(--ease) both; }
@keyframes wmIn { from { opacity: 0; transform: translateY(14px); filter: blur(8px); } to { opacity: 1; transform: none; filter: none; } }
.hero h1 { font: 300 clamp(24px, min(2.8vw, 4.8vh), 40px)/1.25 var(--sans); margin-top: 10px; }
.hero h1 .b1, .hero h1 .b2 { display: block; }
.hero h1 .b1 { color: var(--sand-ink); }
.hero h1 .b2 { color: var(--glacier); font-weight: 500; }
.readout { display: inline-flex; flex-wrap: wrap; margin: 24px 0 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.readout div { padding: 10px 24px 10px 0; margin-right: 24px; border-right: 1px solid var(--rule); }
.readout div:last-child { border-right: 0; margin-right: 0; }
.readout dt { font: 600 12px/1.2 var(--cond); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); }
.readout dd { margin: 2px 0 0; font: 600 28px/1 var(--cond); color: var(--ink); }
.cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.cta .buy:not([hidden]) ~ .catch-link { background: transparent; color: var(--glacier); }
.ca-row { margin-top: 16px; }
.ca-chip { display: inline-flex; align-items: center; gap: 10px; max-width: 100%; min-height: 44px; padding: 6px 8px 6px 14px; border-radius: 22px; border: 1px solid var(--rule); background: var(--card); color: var(--ink); cursor: pointer; text-align: left; }
.ca-k { font: 800 13px/1 var(--cond); letter-spacing: .14em; color: var(--glacier); }
.ca-v { font: 400 14px/1.3 var(--sans); white-space: normal; overflow-wrap: anywhere; min-width: 0; }
.ca-h { flex: none; font: 600 12px/1 var(--sans); background: var(--glacier); color: #fff; padding: 8px 11px; border-radius: 999px; }

/* ---------- catch snow (toy) ---------- */
.catch { padding: 88px 0 72px; background: var(--paper-2); }
.stage { position: relative; margin: 30px auto 0; aspect-ratio: 3 / 2; width: min(100% - 2 * var(--gutter), (100svh - var(--nav-h) - 32px) * 1.5); max-width: calc(var(--maxw) + 2 * var(--gutter)); overflow: hidden; border-radius: 10px; background: var(--ice); scroll-margin-top: 8px; touch-action: manipulation; user-select: none; -webkit-user-select: none; }
.stage-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#snow { position: absolute; inset: 0; width: 100%; height: 100%; }
.cub { position: absolute; left: 0; bottom: 2%; z-index: 3; width: clamp(110px, 17%, 220px); height: auto; margin-left: calc(clamp(110px, 17%, 220px) / -2); pointer-events: none; will-change: transform; filter: drop-shadow(0 10px 12px rgba(31, 42, 55, .25)); }
html.js:not(.rm) .cub { transition: transform .45s var(--ease); }
html.js:not(.rm) .cub.hop { animation: hop .35s var(--ease); }
@keyframes hop { 40% { translate: 0 -14px; } }
.hud { position: absolute; left: 0; right: 0; top: 0; z-index: 4; display: flex; justify-content: space-between; padding: 14px 18px; pointer-events: none; }
.hud p { display: flex; align-items: baseline; gap: 8px; }
.hud span { font: 600 12px/1 var(--cond); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); }
.hud b { font: 800 34px/1 var(--cond); color: var(--ink); font-variant-numeric: tabular-nums; min-width: 2.4ch; }
.start-btn { position: absolute; left: clamp(24px, 7%, 80px); top: 50%; z-index: 6; transform: translateY(-50%); display: grid; place-items: center; gap: 3px; width: min(260px, 40%); min-height: 80px; border-radius: 999px; border: 0; background: var(--glacier); color: #fff; cursor: pointer; box-shadow: 0 14px 30px -12px rgba(47, 95, 150, .8); -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.start-btn:active { transform: translateY(-50%) scale(.97); }
.start-btn:focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 7px var(--glacier); }
.s-big { font: 400 30px/1 var(--disp); }
.s-sm { font: 500 12px/1 var(--sans); opacity: .9; }
.result { position: absolute; left: clamp(20px, 5%, 64px); top: 50%; z-index: 7; transform: translateY(-50%); width: min(400px, calc(100% - 40px)); padding: 22px 24px; border-radius: 14px; background: rgba(255, 255, 255, .95); box-shadow: 0 20px 50px -20px rgba(31, 42, 55, .45); }
html.js:not(.rm) .result { animation: pop .4s var(--ease); }
@keyframes pop { from { opacity: 0; transform: translateY(-46%); } to { opacity: 1; transform: translateY(-50%); } }
.r-big { font: 400 32px/1.15 var(--disp); }
.r-big b { font: 800 44px/1 var(--cond); color: var(--glacier); }
.r-line { margin-top: 6px; color: var(--ink-2); }
.r-btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.tally { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 22px 0 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.tally div { padding: 14px 16px 14px 0; }
.tally dt { font: 600 12px/1.2 var(--cond); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); }
.tally dd { margin: 4px 0 0; font: 800 26px/1 var(--cond); font-variant-numeric: tabular-nums; }

/* ---------- the cousins ---------- */
.cousins { padding: 104px 0 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; margin-top: 40px; }
.half { position: relative; min-height: 520px; overflow: hidden; display: flex; align-items: flex-end; }
.half > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.half-in { position: relative; z-index: 2; margin: 28px; padding: 26px 28px; border-radius: 14px; width: min(420px, calc(100% - 56px)); background: rgba(255, 255, 255, .88); }
@supports (backdrop-filter: blur(8px)) { .half-in { background: rgba(255, 255, 255, .72); backdrop-filter: blur(10px); } }
.h-name { font: 400 32px/1 var(--disp); }
.h-temp { font: 800 64px/1 var(--cond); margin-top: 6px; }
.hot .h-temp { color: var(--sand-ink); }
.cold .h-temp { color: var(--glacier); }
.half dl { margin: 16px 0 0; }
.half dl div { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 12px; padding: 8px 0; border-top: 1px solid var(--rule); }
.half dt { font: 600 13px/1.5 var(--cond); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); }
.half dd { margin: 0; font-weight: 400; }
html.js:not(.rm) .split .half-in { transition: transform .9s var(--ease), opacity .9s; }
html.js:not(.rm) .split:not(.in) .hot .half-in { transform: translateX(-30px); opacity: 0; }
html.js:not(.rm) .split:not(.in) .cold .half-in { transform: translateX(30px); opacity: 0; }

/* ---------- forecast ---------- */
.forecast { padding: 104px 0; }
.days { list-style: none; margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.day { background: var(--card); border-radius: 14px; overflow: hidden; box-shadow: 0 1px 0 var(--rule), 0 18px 40px -26px rgba(31, 42, 55, .4); }
.day img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.d-name { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 16px 0; font: 600 16px/1 var(--cond); letter-spacing: .14em; text-transform: uppercase; }
.d-name b { font: 800 30px/1 var(--cond); letter-spacing: 0; color: var(--glacier); }
.d-cond { padding: 4px 16px 0; font-size: 14px; color: var(--ink-2); }
.d-note { padding: 8px 16px 16px; font: 400 18px/1.3 var(--disp); }
html.js:not(.rm) .day img { transition: transform .8s var(--ease); }
html.js:not(.rm) .day:hover img { transform: scale(1.03); }

/* ---------- join ---------- */
.join { padding: 104px 0; background: var(--paper-2); }
.steps { list-style: none; margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; counter-reset: st; }
.steps li { counter-increment: st; border-top: 1.5px solid var(--glacier); padding-top: 18px; display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 12px; align-items: center; align-content: start; }
.steps li::before { content: counter(st, decimal-leading-zero); grid-column: 1 / -1; font: 800 48px/1 var(--cond); color: var(--glacier); margin-bottom: 10px; }
.steps img { width: 28px; height: 28px; background: #fff; border-radius: 50%; padding: 3px; border: 1px solid var(--rule); }
.step-ic { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--glacier); color: #fff; font: 800 15px/1 var(--sans); }
.steps h3 { font-size: 24px; }
.steps p { grid-column: 1 / -1; margin-top: 8px; color: var(--ink-2); font-size: 16px; }
.ca-block { margin-top: 30px; }
.ca-lbl { font: 600 13px/1 var(--cond); letter-spacing: .16em; text-transform: uppercase; color: var(--glacier); margin-bottom: 10px; }
.ca-chip.big { width: 100%; justify-content: space-between; min-height: 58px; padding: 8px 8px 8px 20px; }
.ca-chip.big .ca-v { font-size: clamp(14px, 1.6vw, 18px); }
.ca-soon { margin-top: 30px; font: 400 21px/1.4 var(--disp); color: var(--ink-2); }
.plat { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.honest { margin-top: 26px; font-size: 15px; color: var(--ink-2); }

/* ---------- kit ---------- */
.kit { padding: 100px 0; }
.kit-grid { list-style: none; margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr); gap: 16px; }
.kit-card { display: flex; flex-direction: column; height: 100%; text-decoration: none; background: var(--card); border: 1px solid var(--rule); border-radius: 12px; overflow: hidden; transition: transform .3s var(--ease), border-color .2s; }
.kit-card:hover { transform: translateY(-3px); border-color: var(--glacier); }
.kit-card img { width: 100%; flex: 1; min-height: 0; aspect-ratio: 1; object-fit: cover; }
.kit-grid li:first-child .kit-card img { width: 64%; margin: 18% auto; border-radius: 50%; box-shadow: 0 0 0 3px var(--ice); flex: none; }
.kit-grid li:nth-child(2) .kit-card img { aspect-ratio: 2 / 1; }
.kit-card span { display: block; padding: 12px 14px; font: 600 13px/1 var(--cond); letter-spacing: .14em; text-transform: uppercase; }

/* ---------- footer ---------- */
.foot { position: relative; background: var(--night); color: #eef3f9; }
.foot-img { width: 100%; aspect-ratio: 3 / 1; object-fit: cover; -webkit-mask-image: linear-gradient(0deg, transparent 0, #000 35%); mask-image: linear-gradient(0deg, transparent 0, #000 35%); }
.foot-in { position: relative; padding-top: 0; padding-bottom: 44px; margin-top: -40px; }
.foot-line { font: 400 clamp(56px, 7.4vw, 112px)/1 var(--disp); }
.foot-wm { margin-top: 14px; display: flex; gap: 14px; align-items: baseline; }
.foot-wm .wm { font-size: 30px; }
.foot-wm .tk { font: 800 15px/1 var(--cond); letter-spacing: .16em; color: #b8c6d8; }
.foot .chip { background: rgba(255, 255, 255, .06); color: #eef3f9; border-color: rgba(238, 243, 249, .2); }
.foot-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.foot-idx { display: flex; flex-wrap: wrap; gap: 6px 22px; margin-top: 22px; padding-top: 14px; border-top: 1px solid rgba(238, 243, 249, .16); }
.foot-idx a { font: 600 13px/1 var(--cond); letter-spacing: .16em; text-transform: uppercase; color: #b8c6d8; text-decoration: none; padding: 12px 0; }
.foot-idx a:hover { color: #fff; }
.fine { margin-top: 22px; max-width: 46em; font-size: 14px; color: #b8c6d8; }
.foot :focus-visible { outline-color: #eef3f9; }

/* ---------- toast, click flakes, reveals ---------- */
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 60; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 999px; font-weight: 500; transition: opacity .25s, transform .35s var(--ease); max-width: calc(100vw - 32px); text-align: center; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.flake { position: fixed; z-index: 70; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: radial-gradient(circle, #fff 40%, rgba(203, 218, 239, .9) 70%, transparent 72%); pointer-events: none; animation: flake 1.1s var(--ease) forwards; }
@keyframes flake { from { opacity: 1; transform: translateY(0) scale(.6); } to { opacity: 0; transform: translateY(50px) translateX(14px) scale(1.2); } }
html.js:not(.rm) .reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s var(--ease), transform .8s var(--ease); }
html.js:not(.rm) .reveal.in { opacity: 1; transform: none; }
html.rm *, html.rm *::before, html.rm *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
html:not(.js) :is(.burger, .motion-btn, .start-btn, .catch-nav, .catch-link, .cub, #snow, .hud), html.broken :is(.burger, .motion-btn, .start-btn, .catch-nav, .catch-link, .cub, #snow, .hud) { display: none !important; }

/* ---------- 404 ---------- */
.nf { min-height: calc(100svh - var(--nav-h)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 40px; padding: 48px var(--gutter); max-width: var(--maxw); margin: 0 auto; }
.nf img { width: 100%; border-radius: 12px; }
.nf h1 { font-size: clamp(44px, 6vw, 84px); margin-top: 12px; }
.nf .lede { margin-bottom: 24px; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .links { display: none; }
  html:not(.js) .links, html.broken .links { display: flex; flex-wrap: wrap; margin: 0 auto; }
  .burger { display: inline-flex; }
  .nav-right { margin-left: auto; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .days { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1000px) {
  .hero { display: block; min-height: 0; }
  .hero-img { position: relative; height: min(70vw, 58svh); }
  .hero-img img { object-position: 70% 50%; }
  .hero-img::after { background: linear-gradient(0deg, var(--paper-2) 0%, rgba(232, 238, 246, 0) 20%); }
  .hero-in { width: auto; margin: -12px 0 0; padding: 0 var(--gutter) 48px; display: flex; flex-direction: column; }
  .hero-in .readout { order: 5; align-self: flex-start; }
  .hero-in .ca-row { order: 6; }
}
@media (max-width: 860px) {
  .split { grid-template-columns: minmax(0, 1fr); }
  .half { min-height: 440px; }
  .kit-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .kit-grid li:nth-child(2) { grid-column: 1 / -1; grid-row: 1; }
  .nf { grid-template-columns: minmax(0, 1fr); }
  .tally { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  :root { --nav-h: 58px; }
  body { font-size: 16px; }
  .nav { gap: 10px; }
  .brand .wm { font-size: 21px; }
  .nav .motion-btn, .nav-right .ico, .nav-right .catch-nav, .burger-lbl { display: none; }
  .menu .motion-btn { display: inline-flex; border: 1px solid var(--rule); }
  .hero-img { height: min(118vw, 54svh); }
  .hero-img img { object-position: 76% 50%; }
  .hero-wm { font-size: clamp(50px, 15vw, 76px); }
  .hero h1 { font-size: clamp(21px, 6vw, 28px); }
  .readout div { padding-right: 14px; margin-right: 14px; }
  .readout dd { font-size: 24px; }
  .catch, .cousins, .forecast, .join, .kit { padding-top: 72px; }
  .forecast, .join, .kit { padding-bottom: 72px; }
  /* the game: the picture, then the result, then the button, so nothing covers the play area */
  .stage { width: auto; border-radius: 0; aspect-ratio: 4 / 5; }
  .start-btn { left: 50%; top: 42%; bottom: auto; transform: translate(-50%, -50%); width: min(240px, 70%); min-height: 66px; }
  .start-btn:active { transform: translate(-50%, -50%) scale(.97); }
  .cub { width: 130px; margin-left: -65px; }
  .result { left: 12px; right: 12px; top: 58px; bottom: auto; width: auto; transform: none; padding: 14px 16px; }
  html.js:not(.rm) .result { animation: none; }
  .r-big { font-size: 24px; }
  .r-big b { font-size: 34px; }
  .r-btns { flex-wrap: nowrap; }
  .r-btns .btn { flex: 1; justify-content: center; padding: 0 12px; }
  .hud { padding: 10px 12px; }
  .hud b { font-size: 26px; }
  .days { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin-left: calc(-1 * var(--gutter)); margin-right: calc(-1 * var(--gutter)); padding: 0 var(--gutter) 10px; scrollbar-width: none; }
  .days::-webkit-scrollbar { display: none; }
  .day { flex: none; width: 70vw; scroll-snap-align: start; }
  .steps { grid-template-columns: minmax(0, 1fr); }
  .half-in { margin: 16px; width: calc(100% - 32px); padding: 20px; }
  .h-temp { font-size: 52px; }
}

/* ================= review fixes (token-site-review, 2026-09-27) ================= */
/* the cousins: an editorial diptych, photo over caption, no frosted card; the cold half shows her stretch (des-0, des-1) */
.cousins { padding: 104px 0 32px; }
.half { min-height: 0; display: flex; flex-direction: column; align-items: stretch; }
.half > img { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.half-in { margin: 0; width: auto; padding: 28px clamp(20px, 4vw, 56px) 0; border-radius: 0; background: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.h-temp { font: 400 clamp(96px, 11vw, 176px)/.9 var(--disp); letter-spacing: -.02em; margin-top: 6px; }
/* display numbers in the serif, not a dashboard face (des-3); Saira stays for the HUD and tally */
.readout dd { font: 400 32px/1 var(--disp); }
.d-name b { font: 400 32px/1 var(--disp); letter-spacing: -.01em; }
.steps li::before { font: 400 46px/1 var(--disp); }
/* one dark band after the pale hero: the game glows like a lit window (des-4) */
.catch { background: var(--night); color: #eef3f9; }
.catch .kicker { color: #9fbde0; }
.catch .lede, .catch .tally dt { color: #b8c6d8; }
.catch .tally { border-color: rgba(238, 243, 249, .16); }
.result { color: var(--ink); }
.kit .sec-head h2, .join .sec-head h2 { font-size: clamp(34px, 3.6vw, 52px); }
.kit { background: var(--paper-2); }
.join { background: var(--paper); }
/* forecast: photographs, not white cards (des-5) */
.day { background: none; border-radius: 0; box-shadow: none; overflow: visible; }
.day img { border-radius: 3px; }
.d-name { padding: 16px 0 0; }
.d-cond { padding: 4px 0 0; }
.d-note { padding: 8px 0 0; }
/* hero snow loops without a jump: a composited transform over exactly one tile height (des-6, mob-6) */
.snowfall { inset: -220px 0 0; }
html.js:not(.rm) .snowfall { animation: fall 7s linear infinite; will-change: transform; }
@keyframes fall { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(0, 220px, 0); } }
/* the idle game: a quiet white label, not a blue lozenge (des-7) */
.start-btn { left: 50%; top: 40%; transform: translate(-50%, -50%); width: auto; min-width: 240px; min-height: 0; padding: 20px 44px 18px; gap: 8px; border-radius: 4px; background: rgba(255, 255, 255, .94); color: var(--ink); box-shadow: 0 24px 50px -28px rgba(18, 26, 36, .55); }
.start-btn:active { transform: translate(-50%, -50%) scale(.97); }
.s-big { font: 400 46px/1 var(--disp); }
.s-sm { font: 600 12px/1 var(--cond); letter-spacing: .18em; text-transform: uppercase; color: var(--glacier); opacity: 1; }
.stage.playing { touch-action: none; overscroll-behavior: contain; }                      /* mob-2 */
.nojs-note { display: none; }
html:not(.js) .nojs-note, html.broken .nojs-note { display: block; margin-top: 14px; color: #b8c6d8; }
.hero-img img { object-position: 70% 20%; }                                                /* mob-4 */
.hero-in .ca-row { order: 4; }                                                              /* cod-1 */
@media (max-width: 1100px) {
  /* all five days in one sideways strip, not 3 + 2 (mob-0) */
  .days { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); gap: 14px; margin-inline: calc(-1 * var(--gutter)); padding: 0 var(--gutter) 12px; scrollbar-width: none; }
  .days::-webkit-scrollbar { display: none; }
  .day { flex: none; width: min(31vw, 300px); scroll-snap-align: start; }
  html.js:not(.rm) .days .day.reveal { opacity: 1; transform: none; }
}
@media (min-width: 701px) and (max-width: 1000px) and (max-height: 760px) { .hero-img { height: min(56vw, 44svh); } }
@media (max-width: 860px) { .half { min-height: 0; } }
@media (max-width: 700px) {
  .days { scroll-padding-inline: var(--gutter); }                                           /* des-8 */
  .day { width: 70vw; }
  .foot-img { aspect-ratio: 4 / 3; object-position: 79% 50%; }                           /* des-9 */
  .stage { width: min(100%, (100svh - var(--nav-h) - 16px) * .8); margin-inline: auto; }   /* mob-3 */
  .start-btn { width: auto; min-width: 200px; padding: 16px 30px 14px; }
  .start-btn:active { transform: translate(-50%, -50%) scale(.97); }
  .half-in { padding: 22px var(--gutter) 0; }
  .h-temp { font-size: 104px; }
  .steps li { grid-template-columns: auto auto minmax(0, 1fr); }
  .steps li::before { grid-column: auto; margin: 0; font-size: 30px; }
  .cta .buy:not([hidden]) ~ .catch-link { display: none; }
  html:not(.js) .links, html.broken .links { display: none !important; }                  /* mob-7 */
}
@media (max-width: 700px) and (orientation: landscape) { .stage { aspect-ratio: 3 / 2; width: min(100%, (100svh - var(--nav-h) - 16px) * 1.5); border-radius: 10px; } }
