@charset "UTF-8";
/*
  LIVED marketing site — v2 design system.
  Tokens: design_handoff_lived/tokens.json (repo root). Logo: owner-supplied gradient wordmark.
  Calm, photo-first surfaces with a whimsical layer: tilted stickers, polaroids,
  rotated icon tiles, springy press feedback and gradient checks.
*/

:root {
  color-scheme: dark;

  /* Color */
  --canvas: #090a0d;
  --surface: #121318;
  --surface-self: #1a1b21;
  --raised: #181a20;
  --control: #22242b;
  --selected: #2c2e36;
  --text: #f7f7f5;
  --muted: #a6a6ad;
  --tertiary: #72727c;
  --on-light: #090a0d;
  --polaroid-caption: #4a4b50;
  --hairline: rgba(255, 255, 255, 0.08);
  --field-border: rgba(255, 255, 255, 0.12);
  --outline: rgba(247, 247, 245, 0.85);
  --dashed: rgba(247, 247, 245, 0.22);
  --accent: #b8a4ff;
  --tab-active: #c58bff;
  --focus: #c9b9ff;
  --blue: #4c8dff;
  --violet: #956bff;
  --pink: #f66bce;
  --peach: #ffc28f;
  --src-photos: #ffc28f;
  --src-steps: #f66bce;
  --src-location: #4c8dff;
  --src-music: #956bff;
  --src-weather: #ebc485;
  --dot-empty: rgba(255, 255, 255, 0.16);
  --frosted: rgba(10, 10, 12, 0.38);

  /* Gradients */
  --g-pop: linear-gradient(90deg, #956bff, #f66bce);
  --g-pop-135: linear-gradient(135deg, #956bff, #f66bce);
  --g-ring: linear-gradient(135deg, #4c8dff 0%, #956bff 40%, #f66bce 75%, #ffc28f 100%);
  --g-brand: linear-gradient(90deg, #4c8dff 0%, #956bff 34%, #f66bce 68%, #ffc28f 100%);
  --g-logo: linear-gradient(90deg, #3383fd 0%, #8072fd 20%, #c560f5 40%, #fc55ca 57%, #fe6b94 75%, #fb8b68 90%, #fca056 100%);
  --g-scrim: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 62%, rgba(0, 0, 0, 0.8) 100%);
  --g-tile-scrim: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.72) 100%);
  --g-ambient: radial-gradient(60% 50% at 95% 0%, rgba(149, 107, 255, 0.14), transparent 70%), radial-gradient(50% 45% at 0% 100%, rgba(255, 194, 143, 0.08), transparent 70%);

  /* Type */
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Radius */
  --r-thumb: 8px; --r-segment: 9px; --r-control: 12px; --r-tile: 14px; --r-media: 16px; --r-card: 20px; --r-sheet: 24px; --r-pill: 999px; --r-polaroid: 12px;

  /* Shadow */
  --lift: 0 8px 24px rgba(0, 0, 0, 0.28);

  /* Motion */
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --spring-big: cubic-bezier(0.34, 1.8, 0.64, 1);
  --sheet: cubic-bezier(0.3, 1.18, 0.5, 1);
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);

  /* Layout */
  --max: 1240px;
  --gutter: 56px;
  --section: 128px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; background: var(--canvas); color: var(--text); font-family: var(--font); font-size: 17px; line-height: 24px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1, h2, h3, p, figure, dl, dd, ol, ul { margin: 0; }
ol, ul { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
img { object-fit: cover; height: auto; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button:disabled { cursor: default; opacity: 0.32; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 6px; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.nowrap { white-space: nowrap; }

.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.wrap { width: min(var(--max), calc(100% - 2 * var(--gutter))); margin-inline: auto; }
.section { padding-block: var(--section); }
.skip { position: absolute; left: 20px; top: -80px; z-index: 50; padding: 12px 16px; background: var(--text); color: var(--on-light); border-radius: var(--r-control); font-weight: 600; }
.skip:focus { top: 12px; }

/* ---------- Type ---------- */
h1, h2, h3 { font-weight: 800; letter-spacing: -0.03em; line-height: 1.02; text-wrap: balance; overflow-wrap: break-word; }
h2, .h2-size { font-size: clamp(2.5rem, 4.6vw, 4.25rem); }
h3 { font-size: clamp(2rem, 3.2vw, 2.75rem); line-height: 1.05; }
.overline { font-size: 13px; line-height: 18px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); }
.lede { font-size: 20px; line-height: 30px; color: #c9c9ce; max-width: 31em; }
.fine { font-size: 13px; line-height: 18px; color: var(--muted); }
.wm-text { background: var(--g-logo); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-box-decoration-break: clone; box-decoration-break: clone; padding-right: 0.03em; }
.sample-tag { font-size: 12px; line-height: 16px; color: var(--muted); margin-top: 16px; }
.sample-tag::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--g-pop); vertical-align: 1px; }

.wordmark { display: block; width: auto; height: 1em; aspect-ratio: 1006 / 206; overflow: visible; }
.frame .wordmark { align-self: flex-start; }

/* ---------- Press feedback (spring) ---------- */
.press { transition: transform 260ms var(--spring), background-color 160ms var(--ease), opacity 160ms var(--ease), box-shadow 160ms var(--ease); }
.press:active { transform: scale(0.97); }
.button.press:active, .segmented .press:active, .try-item.press:active { transform: scale(0.96); }
.icon-btn.press:active, .play-link.press:active .play-ring { transform: scale(0.88); }

/* ---------- Buttons ---------- */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 56px; padding: 0 28px; border-radius: 16px; font-size: 17px; line-height: 22px; font-weight: 700; white-space: nowrap; }
.button.small { min-height: 44px; padding: 0 18px; border-radius: 12px; font-size: 15px; }
.white { background: var(--text); color: var(--on-light); }
.white:hover { background: #fff; }
.pop { background: var(--g-pop); color: var(--on-light); }
.pop:hover { box-shadow: 0 8px 24px rgba(246, 107, 206, 0.22); }
.ghost { color: var(--text); box-shadow: inset 0 0 0 1.5px var(--outline); }
.ghost:hover { background: rgba(255, 255, 255, 0.06); }

.play-link { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; font-size: 17px; font-weight: 600; }
.play-ring { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; box-shadow: inset 0 0 0 1.5px var(--outline); background: rgba(10, 10, 12, 0.28); transition: transform 260ms var(--spring), background-color 160ms var(--ease); }
.play-ring .icon { width: 20px; height: 20px; margin-left: 2px; }
.play-link:hover .play-ring { background: rgba(255, 255, 255, 0.08); }

.icon-btn { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--surface); }
.icon-btn.frosted { background: var(--frosted); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: inset 0 0 0 1.5px rgba(247, 247, 245, 0.7); }
.icon-btn.outline { background: transparent; box-shadow: inset 0 0 0 1.5px var(--outline); }
.icon-btn.outline:not(:disabled):hover { background: rgba(255, 255, 255, 0.06); }

/* ---------- Stickers, polaroids, tiles ---------- */
.sticker { display: inline-flex; align-items: center; height: 32px; padding: 0 14px; border-radius: var(--r-pill); background: var(--g-pop); color: var(--on-light); font-size: 14px; font-weight: 800; white-space: nowrap; box-shadow: var(--lift); }
.polaroid { position: absolute; padding: 10px 10px 0; border-radius: var(--r-polaroid); background: var(--text); box-shadow: var(--lift); }
.polaroid img { width: 100%; aspect-ratio: 1; border-radius: 4px; }
.polaroid figcaption { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 2px 12px; color: var(--on-light); font-size: 14px; }
.polaroid figcaption span { color: var(--polaroid-caption); font-size: 12px; }

.tile { width: 44px; height: 44px; display: grid; place-items: center; border-radius: var(--r-tile); color: var(--on-light); transform: rotate(-4deg); flex: none; }
.tile .icon { width: 22px; height: 22px; stroke-width: 1.8; }
.t-photos { background: var(--src-photos); } .t-steps { background: var(--src-steps); } .t-location { background: var(--src-location); } .t-music { background: var(--src-music); } .t-weather { background: var(--src-weather); }

.dots { display: inline-flex; align-items: center; gap: 6px; }
.dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--dot-empty); }
.dots i.done { background: var(--g-pop-135); }
.dots i.today { transform: scale(1.35); }
.dots.big { gap: 10px; }
.dots.big i { width: 14px; height: 14px; }
.dots.big i.today { transform: scale(1.2); }

/* ---------- Header ---------- */
.header { display: flex; align-items: center; gap: 32px; padding-block: 24px; }
.brand { display: block; padding: 10px 0; }
.brand .wordmark { font-size: 26px; }
.nav { display: flex; gap: 28px; margin-left: auto; font-size: 15px; color: var(--muted); }
.nav a { padding: 12px 0; transition: color 160ms var(--ease); }
.nav a:hover { color: var(--text); }

/* ---------- Hero ---------- */
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 48px; align-items: center; padding-top: 32px; padding-bottom: 96px; }
.hero::before { content: ""; position: absolute; inset: -80px 0 0; z-index: -1; background: var(--g-ambient); pointer-events: none; }
.hero h1 { margin: 20px 0 24px; font-size: clamp(3.3rem, 6.1vw, 5.75rem); line-height: 0.98; letter-spacing: -0.04em; font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 36px; }
.hero .fine { margin-top: 20px; }

.hero-visual { position: relative; display: flex; flex-direction: column; align-items: center; padding-top: 12px; }
.pol-a { width: 172px; left: -24px; top: 70px; transform: rotate(-9deg); z-index: 1; }
.pol-b { width: 180px; right: -8px; bottom: 120px; transform: rotate(8deg); z-index: 3; }
.sticker-hero { position: absolute; right: 28px; top: 36px; z-index: 4; transform: rotate(6deg); }

.phone { position: relative; z-index: 2; width: 312px; aspect-ratio: 402 / 874; border-radius: 52px; padding: 10px; background: #1b1c22; box-shadow: 0 0 0 1px #34353d, 0 40px 90px rgba(0, 0, 0, 0.6); }
.screen { position: relative; height: 100%; overflow: hidden; border-radius: 43px; background: var(--canvas); padding: 0 14px; font-size: 13px; }
.status { display: flex; align-items: center; justify-content: space-between; height: 44px; padding: 0 12px; font-size: 13px; font-weight: 700; }
.island { width: 84px; height: 24px; border-radius: 14px; background: #000; }
.status-icons { display: flex; gap: 3px; }
.status-icons i { width: 14px; height: 8px; border-radius: 2px; background: var(--text); }
.status-icons i:first-child { width: 12px; clip-path: polygon(0 100%, 100% 0, 100% 100%); border-radius: 0; }
.app-head { display: flex; align-items: center; justify-content: space-between; margin: 6px 0 12px; }
.app-head .wordmark { font-size: 22px; }
.app-head .gear { width: 22px; height: 22px; }
.cover-card { position: relative; overflow: hidden; aspect-ratio: 6 / 5; border-radius: 16px; }
.cover-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-position: 50% 62%; }
.cover-card::after { content: ""; position: absolute; inset: 0; background: var(--g-scrim); }
.sticker-card { position: absolute; left: 8px; top: 8px; z-index: 1; height: 22px; padding: 0 9px; font-size: 10px; box-shadow: none; }
.cover-text { position: absolute; z-index: 1; left: 12px; bottom: 10px; display: flex; flex-direction: column; font-size: 11px; line-height: 14px; }
.cover-text strong { font-size: 16px; line-height: 19px; font-weight: 800; }
.play-ring.big { position: absolute; z-index: 1; right: 10px; bottom: 10px; width: 34px; height: 34px; }
.play-ring.big .icon { width: 14px; height: 14px; }
.so-far { margin: 14px 0 4px; font-size: 15px; }
.mini-stats { display: flex; align-items: stretch; gap: 12px; }
.mini-stats > div:first-child { flex: 1; }
.mini-stats strong { display: block; font-size: 36px; line-height: 38px; font-weight: 800; letter-spacing: -0.035em; font-variant-numeric: tabular-nums; }
.mini-stats > div:first-child span { font-size: 18px; font-weight: 700; }
.until { width: 96px; padding-left: 12px; border-left: 1px solid var(--hairline); display: flex; flex-direction: column; gap: 4px; font-size: 12px; line-height: 15px; font-weight: 600; }
.until .icon { width: 18px; height: 18px; }
.until .dots { gap: 3px; }
.until .dots i { width: 6px; height: 6px; }
.mini-latest { display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 8px; border-radius: 14px; background: var(--surface); }
.mini-latest img { width: 44px; height: 44px; border-radius: 8px; flex: none; }
.mini-latest > span { flex: 1; display: flex; flex-direction: column; font-size: 10px; line-height: 13px; color: var(--muted); }
.mini-latest strong { font-size: 12px; line-height: 15px; color: var(--text); }
.mini-latest .icon { width: 16px; height: 16px; color: var(--muted); }
.tabbar { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-around; padding: 8px 6px 22px; background: rgba(12, 13, 17, 0.96); border-top: 1px solid rgba(255, 255, 255, 0.07); }
.tab { display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 9px; color: var(--muted); }
.tab .icon { width: 20px; height: 20px; }
.tab.active { color: var(--tab-active); font-weight: 700; }
.tab.active .icon { fill: url(#g-pop); stroke: url(#g-pop); }
.visual-caption { margin-top: 32px; font-size: 12px; color: var(--muted); }

/* ---------- Sources ---------- */
.sources { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.6fr); gap: 24px 48px; align-items: center; padding-block: 36px; border-block: 1px solid var(--hairline); }
.sources-title { font-size: 26px; line-height: 30px; letter-spacing: -0.02em; }
.source-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.source-list li { display: flex; flex-direction: column; gap: 4px; }
.source-list .tile { margin-bottom: 10px; }
.source-list li:nth-child(2n) .tile { transform: rotate(5deg); }
.source-list strong { font-size: 17px; line-height: 22px; font-weight: 600; }
.source-list li > span:last-child { font-size: 13px; line-height: 18px; color: var(--muted); }
.sources-note { grid-column: 2; }

/* ---------- Section heads & chapters ---------- */
.section-head { max-width: 760px; margin-bottom: 80px; }
.section-head h2 { margin-top: 16px; }
.section-head > p:not(.overline) { margin-top: 24px; font-size: 19px; line-height: 28px; color: var(--muted); }
.section-head.center { margin-inline: auto; text-align: center; display: flex; flex-direction: column; align-items: center; }

.chapter { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 48px 96px; align-items: center; padding-block: 64px; }
.chapter + .chapter { border-top: 1px solid var(--hairline); }
.chapter-flip .chapter-copy { order: 2; }
.chapter-copy { max-width: 440px; }
.chapter-copy h3 { margin: 20px 0 20px; }
.chapter-copy > p { font-size: 18px; line-height: 28px; color: var(--muted); }
.step-tile { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: var(--r-tile); color: var(--on-light); font-size: 15px; font-weight: 800; transform: rotate(-4deg); font-variant-numeric: tabular-nums; }

/* 01 — So far */
.so-far-panel { max-width: 460px; }
.so-far-lead { font-size: 22px; line-height: 28px; }
.stats-row { display: flex; flex-wrap: wrap; align-items: stretch; gap: 16px 20px; margin-top: 12px; }
.stats-main { flex: 1 1 200px; min-width: 0; }
.metric { overflow-wrap: anywhere; font-size: clamp(3.5rem, 7vw, 5rem); line-height: 1; font-weight: 800; letter-spacing: -0.035em; font-variant-numeric: tabular-nums; }
.metric-unit { font-size: 28px; line-height: 30px; font-weight: 700; letter-spacing: -0.01em; }
.metric-delta { margin-top: 6px; font-size: 19px; color: var(--muted); }
.stats-side { width: 118px; padding-left: 20px; border-left: 1px solid var(--hairline); display: flex; flex-direction: column; gap: 8px; }
.stats-side p { font-size: 20px; line-height: 23px; font-weight: 600; }
.stats-support { margin: 18px 0 20px; font-size: 19px; color: var(--muted); font-variant-numeric: tabular-nums; }
.latest { display: block; overflow: hidden; border-radius: var(--r-card); background: var(--surface); }
.latest img { width: 100%; aspect-ratio: 4 / 3; }
.latest-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px 16px; }
.latest-row strong { display: block; font-size: 19px; line-height: 24px; font-weight: 600; }
.latest-row span span { font-size: 15px; color: var(--muted); }
.latest:hover .latest-row .icon { transform: translateX(3px); }
.latest-row .icon { transition: transform 260ms var(--spring); color: var(--muted); }

/* 02 — Moments feed */
.feed { max-width: 460px; }
.feed-day { margin: 8px 0 12px; font-size: 20px; line-height: 26px; font-weight: 700; }
.moment { margin-bottom: 28px; }
.pair { display: grid; grid-template-columns: 1.25fr 1fr; gap: 8px; }
.pair img { width: 100%; height: 220px; border-radius: var(--r-media); }
.single { width: 100%; aspect-ratio: 3 / 2; border-radius: var(--r-media); }
.moment-title { margin-top: 12px; font-size: 20px; line-height: 26px; font-weight: 600; }
.moment-meta { font-size: 15px; line-height: 20px; color: var(--muted); }
.no-photo { padding: 18px 20px 14px; border-radius: var(--r-media); background: var(--surface); }
.np-label { font-size: 13px; color: var(--muted); }
.np-note { margin-top: 4px; font-size: 22px; line-height: 28px; font-weight: 700; }
.squiggle { width: 100%; height: 40px; margin-top: 8px; }

/* ---------- Replay section ---------- */
.replay-section { position: relative; background: radial-gradient(50% 40% at 50% 0%, rgba(149, 107, 255, 0.12), transparent 70%), radial-gradient(40% 40% at 100% 100%, rgba(246, 107, 206, 0.06), transparent 70%), #0b0c10; border-block: 1px solid var(--hairline); }
.sticker-section { transform: rotate(-4deg); margin-bottom: 8px; }
.frame-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: center; }
.frame-card { position: relative; overflow: hidden; width: 100%; aspect-ratio: 9 / 16; border-radius: var(--r-card); background: var(--canvas); text-align: left; box-shadow: var(--lift), inset 0 0 0 1px var(--hairline); display: flex; flex-direction: column; padding: 22px; }
.frame-strip li:nth-child(1) .frame-card { transform: rotate(-3deg); }
.frame-strip li:nth-child(2) .frame-card { transform: rotate(2deg) translateY(18px); }
.frame-strip li:nth-child(3) .frame-card { transform: rotate(-1.5deg); }
.frame-strip li:nth-child(4) .frame-card { transform: rotate(3deg) translateY(14px); }
.frame-strip .frame-card:hover { transform: rotate(0) translateY(-6px) scale(1.02); }
.frame-strip .frame-card:active { transform: scale(0.97); }
.fc-cover { justify-content: flex-end; }
.fc-cover img, .fc-motion img { position: absolute; left: 0; width: 100%; }
.fc-cover img { top: 0; height: 100%; }
.fc-scrim { position: absolute; inset: 0; background: var(--g-scrim); }
.fc-text { position: relative; display: flex; flex-direction: column; font-size: 15px; }
.fc-text strong { font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1; font-weight: 900; letter-spacing: -0.035em; }
.fc-over { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); }
.fc-numbers { justify-content: center; background: radial-gradient(80% 50% at 50% 40%, rgba(149, 107, 255, 0.22), transparent 70%), var(--canvas); }
.fc-big { font-size: clamp(4rem, 8vw, 6.5rem); line-height: 0.95; font-weight: 900; letter-spacing: -0.04em; margin-top: 10px; }
.fc-numbers > span:last-child { font-size: 20px; font-weight: 700; }
.fc-motion { padding-top: 28px; }
.fc-statement { position: relative; margin-top: 10px; font-size: clamp(1.4rem, 2.2vw, 1.9rem); line-height: 1; font-weight: 900; letter-spacing: -0.035em; }
.fc-rule { display: block; width: 70%; height: 4px; margin-top: 14px; border-radius: 4px; background: var(--g-brand); }
.fc-motion img { bottom: 0; height: 50%; -webkit-mask-image: linear-gradient(180deg, transparent, #000 35%); mask-image: linear-gradient(180deg, transparent, #000 35%); }
.fc-insight { justify-content: space-between; background: radial-gradient(90% 60% at 100% 100%, rgba(255, 194, 143, 0.16), transparent 65%), var(--canvas); }
.mini-pol { align-self: flex-end; width: 56%; padding: 6px 6px 22px; background: var(--text); border-radius: 8px; transform: rotate(6deg); box-shadow: var(--lift); }
.mini-pol img { width: 100%; aspect-ratio: 4 / 5; border-radius: 3px; }
.center-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 72px; }

/* ---------- Weeks ---------- */
.weeks-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px 96px; align-items: end; margin-bottom: 48px; }
.weeks-head h2 { margin-top: 16px; }
.weeks-head > p { font-size: 18px; line-height: 28px; color: var(--muted); max-width: 30em; }
.week-scroller { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-block: 8px 12px; }
.week-scroller::-webkit-scrollbar { display: none; }
.week-scroller ul { display: flex; gap: 14px; width: max-content; padding-inline: max(var(--gutter), calc((100vw - var(--max)) / 2)); }
.week-card { position: relative; overflow: hidden; width: 340px; aspect-ratio: 6 / 5; border-radius: var(--r-card); scroll-snap-align: start; scroll-margin-left: max(var(--gutter), calc((100vw - var(--max)) / 2)); }
.week-card img { position: absolute; inset: 0; width: 100%; height: 100%; }
.wk-scrim { position: absolute; inset: 0; background: var(--g-scrim); }
.wk-text { position: absolute; left: 18px; right: 18px; bottom: 16px; display: flex; flex-direction: column; font-size: 15px; line-height: 20px; }
.wk-text strong { font-size: 22px; line-height: 26px; font-weight: 800; }
.week-card:first-child::after { content: "Replay"; position: absolute; top: 14px; left: 14px; height: 26px; padding: 0 11px; display: grid; place-items: center; border-radius: var(--r-pill); background: var(--g-pop); color: var(--on-light); font-size: 12px; font-weight: 800; transform: rotate(-4deg); }
.weeks .sample-tag { margin-top: 20px; }

/* ---------- Big Picture ---------- */
.bigpic { padding-top: 32px; }
.bigpic-inner { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: 48px 80px; align-items: start; }
.bigpic .chapter-copy { position: sticky; top: 40px; }
.range-chip { display: inline-block; margin-top: 24px; padding: 8px 14px; border-radius: var(--r-control); background: var(--surface); box-shadow: inset 0 0 0 1px var(--hairline); font-size: 15px; font-weight: 600; color: var(--text) !important; }
.bp-grid { display: grid; grid-template-columns: 0.9fr 1fr 1fr; grid-auto-rows: 64px; gap: 10px; }
.bp { position: relative; overflow: hidden; border-radius: var(--r-media); background: var(--surface); }
.bp img { position: absolute; inset: 0; width: 100%; height: 100%; }
.bp figcaption { position: absolute; left: 14px; right: 14px; bottom: 12px; z-index: 1; display: flex; flex-direction: column; font-size: 13px; line-height: 17px; color: rgba(247, 247, 245, 0.8); }
.bp figcaption strong { font-size: 17px; line-height: 21px; color: var(--text); font-weight: 700; }
figure.bp::after { content: ""; position: absolute; inset: 0; background: var(--g-tile-scrim); }
.bp-tall { grid-column: 1; grid-row: 1 / 8; }
.bp-dinner { grid-column: 2; grid-row: 1 / 5; }
.bp-steps { grid-column: 3; grid-row: 1 / 5; padding: 18px; display: flex; flex-direction: column; }
.bp-big { font-size: 34px; line-height: 36px; font-weight: 800; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.bp-unit { font-size: 15px; color: var(--muted); }
.bp-route { margin-top: auto; width: 100%; height: auto; }
.bp-caption { margin-top: 8px; font-size: 13px; color: var(--muted); }
.bp-venice { grid-column: 2; grid-row: 5 / 8; }
.bp-sound { grid-column: 3; grid-row: 5 / 8; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(160deg, #221d2c, var(--surface) 70%); }
.bp-sound .bp-art { position: static; width: 72px; height: 72px; border-radius: var(--r-thumb); transform: rotate(-4deg); box-shadow: var(--lift); }
.bp-sound-text { display: flex; flex-direction: column; font-size: 13px; color: var(--muted); }
.bp-sound-text strong { font-size: 17px; line-height: 22px; color: var(--text); }
.play-chip { width: 28px; height: 28px; margin-bottom: 8px; display: grid; place-items: center; border-radius: 50%; background: var(--g-pop); color: var(--on-light); }
.play-chip .icon { width: 13px; height: 13px; margin-left: 1px; }
.bp-wide { grid-column: 1 / 4; grid-row: 8 / 12; }
.bp-obs { grid-column: 1 / 4; grid-row: 12 / 14; display: flex; align-items: center; padding: 0 24px; background: transparent; box-shadow: inset 0 0 0 1.5px transparent; border: 1.5px solid transparent; background: linear-gradient(var(--canvas), var(--canvas)) padding-box, var(--g-ring) border-box; font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.15; font-weight: 800; letter-spacing: -0.02em; }
.bp-note { margin-top: 28px; }

/* ---------- Friends ---------- */
.friends { background: linear-gradient(180deg, var(--canvas), #0c0d11 30%, #0c0d11 70%, var(--canvas)); }
.friends-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px 96px; align-items: center; }
.friends-copy h2 { margin: 16px 0 24px; }
.friends-copy > p:not(.overline) { font-size: 19px; line-height: 28px; color: var(--muted); max-width: 30em; }
.friends-promise { display: flex; gap: 12px; align-items: flex-start; margin-top: 28px; padding: 16px 18px; border-radius: var(--r-tile); background: var(--surface); color: var(--text) !important; font-size: 16px !important; line-height: 22px !important; }
.friends-promise .icon { color: var(--accent); }

.board { width: 100%; max-width: 440px; justify-self: end; padding: 24px 20px 20px; border-radius: var(--r-sheet); background: #0e0f13; box-shadow: inset 0 0 0 1px var(--hairline), 0 30px 80px rgba(0, 0, 0, 0.45); }
.board-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.board-title { font-size: 28px; line-height: 32px; font-weight: 800; letter-spacing: -0.02em; }
.board-title span { display: block; font-size: 12px; line-height: 16px; letter-spacing: 0.3em; font-weight: 400; color: var(--muted); }
.board-head .icon-btn { transform: rotate(-6deg); }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; margin-bottom: 12px; border-radius: var(--r-control); background: var(--surface); box-shadow: inset 0 0 0 1px var(--hairline); }
.segmented button { min-height: 40px; border-radius: var(--r-segment); font-size: 15px; font-weight: 600; color: var(--muted); }
.segmented button[aria-selected="true"] { background: var(--selected); color: var(--text); }
.rows li { display: grid; grid-template-columns: 22px 52px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 66px; padding: 0 12px; border-radius: var(--r-tile); }
.rows li.self { background: var(--surface-self); }
.rank { font-size: 18px; color: var(--muted); font-variant-numeric: tabular-nums; }
.av { width: 52px; height: 52px; padding: 2px; border-radius: 50%; background: rgba(255, 255, 255, 0.16); }
.av.ring { background: var(--g-ring); }
.av img { width: 100%; height: 100%; border-radius: 50%; border: 2px solid var(--canvas); }
.name { font-size: 19px; line-height: 24px; }
.val { font-size: 19px; font-weight: 600; font-variant-numeric: tabular-nums; }
.rows.swap li { animation: row-in 420ms var(--spring) both; }
.rows.swap li:nth-child(2) { animation-delay: 40ms; } .rows.swap li:nth-child(3) { animation-delay: 80ms; } .rows.swap li:nth-child(4) { animation-delay: 120ms; }
@keyframes row-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.add-row { display: flex; align-items: center; gap: 14px; margin-top: 10px; min-height: 66px; padding: 0 12px; border: 1.5px dashed var(--dashed); border-radius: var(--r-tile); }
.add-row strong { display: block; font-size: 17px; line-height: 22px; }
.add-row span span { font-size: 13px; color: var(--muted); }
.add-av { width: 44px; height: 44px; display: grid; place-items: center; margin-left: 4px; border-radius: 50%; background: var(--g-pop); color: var(--on-light); font-size: 24px; font-weight: 700; transform: rotate(-8deg); }
.shared { position: relative; overflow: hidden; margin-top: 16px; aspect-ratio: 3 / 1.5; border-radius: var(--r-media); }
.shared img { position: absolute; inset: 0; width: 100%; height: 100%; }
.shared-scrim { position: absolute; inset: 0; background: var(--g-scrim); }
.shared-text { position: absolute; left: 14px; right: 14px; bottom: 12px; display: flex; flex-direction: column; align-items: flex-start; font-size: 13px; color: rgba(247, 247, 245, 0.85); }
.shared-text strong { font-size: 17px; line-height: 22px; color: var(--text); }
.chip { margin-bottom: 6px; padding: 3px 9px; border-radius: var(--r-pill); background: var(--frosted); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-size: 11px; font-weight: 600; }

/* ---------- Trial ---------- */
.trial .section-head { margin-bottom: 56px; }
.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 18px; right: calc((100% - 72px) / 4 - 18px); top: 17px; height: 2px; background: var(--hairline); z-index: -1; }
.timeline li { display: flex; flex-direction: column; }
.node { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--surface); box-shadow: inset 0 0 0 1px var(--hairline); font-size: 13px; font-weight: 700; color: var(--muted); font-variant-numeric: tabular-nums; }
.tl-first .node { background: var(--g-pop-135); color: var(--on-light); transform: rotate(-8deg); box-shadow: none; }
.tl-first .node .icon { width: 18px; height: 18px; stroke-width: 2.4; }
.tl-day { margin-top: 18px; font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); }
.timeline strong { margin-top: 6px; font-size: 19px; line-height: 24px; font-weight: 700; }
.timeline li > span:last-child { margin-top: 4px; font-size: 15px; line-height: 21px; color: var(--muted); }
.center-text { margin-top: 40px; text-align: center; }

/* ---------- Privacy ---------- */
.privacy { background: var(--g-ambient), var(--canvas); border-block: 1px solid var(--hairline); }
.privacy-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px 96px; align-items: center; }
.privacy h2 { font-size: clamp(3.3rem, 6.4vw, 6rem); margin-top: 16px; letter-spacing: -0.04em; font-weight: 900; }
.checks li { display: flex; gap: 16px; padding-bottom: 22px; }
.gcheck { width: 26px; height: 26px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--g-pop-135); color: var(--on-light); margin-top: -1px; }
.checks li:nth-child(odd) .gcheck { transform: rotate(-8deg); }
.gcheck .icon { width: 16px; height: 16px; stroke-width: 2.6; }
.checks strong { display: block; font-size: 17px; line-height: 24px; font-weight: 600; }
.checks li > span > span { display: block; font-size: 15px; line-height: 22px; color: var(--muted); }
.privacy-foot { margin-top: 8px; font-size: 13px; line-height: 20px; color: var(--muted); max-width: 34em; }

/* ---------- FAQ ---------- */
.faq { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 56px 96px; }
.faq h2 { margin-top: 16px; font-size: clamp(2.4rem, 4vw, 3.5rem); }
.faq-items details { border-bottom: 1px solid var(--hairline); }
.faq-items details:first-child { border-top: 1px solid var(--hairline); }
.faq-items summary { position: relative; display: flex; align-items: center; min-height: 64px; padding: 16px 48px 16px 0; list-style: none; cursor: pointer; font-size: 18px; line-height: 24px; font-weight: 600; }
.faq-items summary::-webkit-details-marker { display: none; }
.faq-items summary::after { content: "+"; position: absolute; right: 0; top: 50%; width: 30px; height: 30px; margin-top: -15px; display: grid; place-items: center; border-radius: 50%; background: var(--surface); color: var(--text); font-size: 20px; font-weight: 400; transition: transform 320ms var(--spring-big), background 160ms var(--ease); }
.faq-items details[open] summary::after { transform: rotate(135deg); background: var(--g-pop); color: var(--on-light); }
.faq-items details p { padding: 0 48px 24px 0; font-size: 16px; line-height: 25px; color: var(--muted); }

/* ---------- Download ---------- */
.download { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; border-top: 1px solid var(--hairline); }
.download::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(40% 50% at 50% 30%, rgba(149, 107, 255, 0.12), transparent 70%); pointer-events: none; }
.week-one { margin: 20px 0 8px; font-size: min(16vw, 12rem); line-height: 0.86; font-weight: 900; letter-spacing: -0.045em; }
.week-one .wm-text { background: linear-gradient(90deg, #f7f7f5 0%, #f7f7f5 34%, #956bff 56%, #f66bce 78%, #ffc28f 100%); -webkit-background-clip: text; background-clip: text; }
.download-lead { margin-top: 16px; font-size: clamp(1.6rem, 3vw, 2.25rem); line-height: 1.15; font-weight: 800; letter-spacing: -0.025em; }
.download .dots { margin: 28px 0; }
.download-copy { margin-bottom: 24px; font-size: 18px; color: var(--muted); }

.try { width: min(460px, 100%); margin-top: 72px; padding: 20px; border-radius: var(--r-card); background: var(--surface); text-align: left; }
.try-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.try-head strong { font-size: 20px; line-height: 26px; }
.try-head span { font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.try-item { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 56px; text-align: left; font-size: 16px; line-height: 22px; }
.try li + li .try-item { border-top: 1px solid var(--hairline); }
.box { width: 26px; height: 26px; flex: none; display: grid; place-items: center; border-radius: 8px; box-shadow: inset 0 0 0 1.5px var(--dashed); color: transparent; transition: transform 320ms var(--spring-big), background 160ms var(--ease); }
.box .icon { width: 16px; height: 16px; stroke-width: 2.6; }
.try-item[aria-checked="true"] .box { background: var(--g-pop-135); color: var(--on-light); box-shadow: none; transform: scale(1.08) rotate(-8deg); }
.try-item[aria-checked="true"] > span:last-child { color: var(--muted); text-decoration: line-through; }

.qr { margin-top: 32px; }
.qr img { margin: 0 auto; padding: 8px; background: #fff; border-radius: var(--r-thumb); }
.qr p { margin-top: 8px; font-size: 13px; color: var(--muted); }

/* ---------- Footer ---------- */
.footer { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; padding-block: 36px; border-top: 1px solid var(--hairline); }
.footer .wordmark { font-size: 22px; }
.footer-tag { font-size: 13px; color: var(--muted); }
.footer-links { display: flex; gap: 24px; margin-left: auto; font-size: 13px; }
.footer-links a { padding-block: 12px; }
.footer-links a:hover { color: #fff; }
.made { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: var(--muted); }
.heart { width: 14px; height: 14px; fill: var(--pink); transform: rotate(-8deg); }
.copyright { font-size: 12px; color: var(--muted); }

/* ---------- Waitlist ---------- */
.waitlist-inline { width: min(520px, 100%); text-align: left; }
.waitlist-form { margin-top: 20px; }
.field-label { display: block; margin-bottom: 8px; font-size: 13px; line-height: 18px; color: var(--muted); }
.field-row { display: flex; gap: 10px; }
.field { flex: 1; min-width: 0; height: 56px; padding: 0 18px; border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 16px; background: var(--surface); color: var(--text); font: inherit; font-size: 17px; font-weight: 500; transition: border-color 160ms var(--ease), box-shadow 160ms var(--ease); }
.field::placeholder { color: var(--tertiary); }
.field:focus { outline: none; border-color: var(--focus); box-shadow: 0 0 0 3px rgba(201, 185, 255, 0.22); }
.field[aria-invalid="true"] { border-color: #f58d99; box-shadow: 0 0 0 3px rgba(245, 141, 153, 0.18); }
.waitlist-form .button, .sheet .waitlist-form .button { flex: none; width: auto; margin-top: 0; padding: 0 22px; }
.field-error { display: flex; gap: 6px; align-items: center; margin-top: 10px; font-size: 14px; line-height: 20px; color: #f58d99; }
.field-error::before { content: "!"; width: 18px; height: 18px; flex: none; display: grid; place-items: center; border-radius: 50%; background: #f58d99; color: var(--on-light); font-size: 12px; font-weight: 800; }
.waitlist-note { margin-top: 12px; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.waitlist-done { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.waitlist-inline .waitlist-done { margin-top: 20px; padding: 20px; border-radius: var(--r-card); background: var(--surface); }
.waitlist-inline .waitlist-done .sticker { transform: rotate(-5deg); }
.waitlist-done p { font-size: 17px; line-height: 24px; color: var(--muted); }
.waitlist-done strong, .waitlist-done [data-waitlist-email] { color: var(--text); }
.waitlist-done:focus { outline: none; }
.sheet .waitlist-done h2 { margin: 0; }
.sheet .waitlist-done .button { margin-top: 8px; }
.gcheck.big { width: 48px; height: 48px; transform: rotate(-8deg); animation: pop-in 420ms var(--spring-big) both; }
.gcheck.big .icon { width: 26px; height: 26px; }
@keyframes pop-in { from { opacity: 0; transform: scale(0.6) rotate(-20deg); } to { opacity: 1; transform: scale(1) rotate(-8deg); } }
[data-waitlist="on"] #get-lived .download-copy { margin-bottom: 0; }

/* ---------- Legal page ---------- */
.wordmark-img { display: block; width: auto; height: 26px; }
.wordmark-img.small { height: 22px; }
.header .legal-nav { display: flex; }
.legal { max-width: 760px; padding-block: 40px 96px; }
.legal h1 { margin: 16px 0 12px; font-size: clamp(2.6rem, 6vw, 4.25rem); letter-spacing: -0.035em; font-weight: 900; }
.legal-meta { font-size: 15px; color: var(--muted); }
.legal h2 { margin: 48px 0 14px; font-size: 24px; line-height: 30px; letter-spacing: -0.015em; }
.legal h3 { margin: 24px 0 8px; font-size: 18px; line-height: 24px; letter-spacing: 0; }
.legal p, .legal-list li { font-size: 17px; line-height: 27px; color: #c9c9ce; }
.legal p + p { margin-top: 14px; }
.legal a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal a:hover { color: var(--focus); }
.legal-list { margin: 10px 0 14px; padding-left: 22px; list-style: disc; }
.legal-list li + li { margin-top: 6px; }
.legal-list li::marker { color: var(--pink); }
.legal strong { color: var(--text); }
.legal-summary { margin-top: 36px; padding: 24px 24px 6px; border-radius: var(--r-card); background: var(--surface); box-shadow: inset 0 0 0 1px var(--hairline); }
.legal-summary h2 { margin: 0 0 18px; }
.legal-summary .checks li > span > span { font-size: 15px; line-height: 22px; }
.waitlist-note a, .privacy-foot a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; bottom: 108px; z-index: 100; max-width: calc(100vw - 40px); padding: 12px 18px; border-radius: 12px; background: #22242b; box-shadow: var(--lift); font-size: 15px; font-weight: 600; transform: translateX(-50%); animation: toast-in 320ms var(--spring) both; }
@keyframes toast-in { from { opacity: 0; transform: translate(-50%, 12px) scale(0.96); } to { opacity: 1; transform: translate(-50%, 0); } }

/* ---------- Dialogs ---------- */
body.modal-open { overflow: hidden; }
dialog { color: var(--text); }
dialog::backdrop { background: rgba(0, 0, 0, 0.55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.sheet { width: min(480px, calc(100% - 32px)); padding: 40px 32px 32px; border: 0; border-radius: var(--r-sheet); background: var(--raised); background-image: var(--g-ambient); box-shadow: inset 0 0 0 1px var(--hairline), var(--lift); overflow: visible; }
.sheet[open] { animation: sheet-in 440ms var(--sheet) both; }
@keyframes sheet-in { from { opacity: 0; transform: translateY(40px) scale(0.96); } to { opacity: 1; transform: none; } }
.sheet .close { position: absolute; top: 14px; right: 14px; background: var(--control); }
.sticker-sheet { position: absolute; top: -14px; left: 28px; transform: rotate(-6deg); }
.sheet h2 { margin: 12px 0 14px; font-size: 34px; line-height: 38px; letter-spacing: -0.025em; }
.sheet > p:not(.overline) { font-size: 17px; color: var(--muted); }
.sheet .fine { margin-top: 12px; }
.sheet .button { width: 100%; margin-top: 28px; }

/* ---------- Replay player ---------- */
.player {
  --stage-w: min(420px, calc(100vw - 24px), calc((100dvh - 112px) * 402 / 874));
  width: var(--stage-w); max-width: none; max-height: none; padding: 0; border: 0; overflow: visible; background: transparent;
}
.player[open] { animation: player-in 360ms var(--ease) both; }
@keyframes player-in { from { opacity: 0; transform: scale(0.94); } to { opacity: 1; transform: none; } }
.stage { position: relative; overflow: hidden; isolation: isolate; width: 100%; aspect-ratio: 402 / 874; border-radius: 32px; background: var(--canvas); container-type: size; user-select: none; -webkit-user-select: none; }
.chrome { position: absolute; inset: 0 0 auto; z-index: 5; height: 42cqh; padding: 0 5cqw; background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0) 40%); pointer-events: none; }
.progress { display: flex; gap: 4px; padding-top: 4.4cqh; }
.progress i { position: relative; flex: 1; height: 4px; overflow: hidden; border-radius: 4px; background: rgba(255, 255, 255, 0.3); }
.progress i.past { background: var(--text); }
.progress i b { position: absolute; inset: 0; transform-origin: 0 50%; transform: scaleX(0); background: var(--g-pop); }
.progress i.current b { transform: scaleX(var(--p, 0)); }
.controls { display: flex; align-items: center; justify-content: space-between; margin-top: 1.4cqh; pointer-events: auto; }
.controls .icon { width: 20px; height: 20px; }
.status-chip { padding: 5px 12px; border-radius: var(--r-pill); background: var(--frosted); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); font-size: 12px; font-weight: 600; }
.tap { position: absolute; z-index: 3; top: 16cqh; bottom: 0; border: 0; background: transparent; }
.tap-prev { left: 0; width: 32%; }
.tap-next { right: 0; width: 68%; }
.tap:focus { outline: none; }
.at-end .tap { display: none; }

.frame { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; padding: 0 6cqw 7cqh; }
.frame.is-entering { animation: frame-in 450ms var(--ease) both; }
@keyframes frame-in { from { opacity: 0; } to { opacity: 1; } }
.frame > img.kb, .frame > .scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.frame > img.kb { z-index: -2; }
.frame > .scrim { z-index: -1; background: var(--g-scrim); }
.frame.is-entering .kb { animation: ken-burns 7s linear both; }
@keyframes ken-burns { from { transform: scale(1.02); } to { transform: scale(1.06); } }
.r-bottom { margin-top: auto; }
.r-over { font-size: max(11px, 3.2cqw); letter-spacing: 0.3em; text-transform: uppercase; color: rgba(247, 247, 245, 0.8); }
.r-week { font-size: 16.4cqw; line-height: 0.97; font-weight: 900; letter-spacing: -0.035em; }
.r-range { margin-top: 1.2cqh; font-size: max(14px, 5cqw); line-height: 1.25; color: rgba(247, 247, 245, 0.86); }
.r-title { font-size: max(14px, 5cqw); line-height: 1.25; }
.r-wm { font-size: 7.5cqw; margin-top: 2.4cqh; }
.r-headline { margin-top: 2cqh; font-size: 10cqw; line-height: 1.02; font-weight: 900; letter-spacing: -0.035em; }
.r-support { margin-top: 1.4cqh; font-size: max(13px, 4.2cqw); color: rgba(247, 247, 245, 0.8); }

.r-numbers { justify-content: center; background: radial-gradient(70% 40% at 50% 42%, rgba(149, 107, 255, 0.26), transparent 70%), var(--canvas); }
.r-number { margin-top: 2cqh; font-size: 40cqw; line-height: 0.94; font-weight: 900; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.r-unit { font-size: 9cqw; font-weight: 700; }

.r-motion { padding-top: 15cqh; }
.r-statement { margin-top: 1.6cqh; font-size: 11.4cqw; line-height: 1; font-weight: 900; letter-spacing: -0.035em; }
.r-statement.big { font-size: 11cqw; line-height: 1.09; }
.r-rule { display: block; width: 0; height: 4px; margin-top: 2.4cqh; border-radius: 4px; background: var(--g-brand); }
.r-motion .r-rule { width: 62cqw; }
.r-motion.is-entering .r-rule { animation: rule-grow 900ms var(--spring) 300ms both; }
@keyframes rule-grow { from { width: 0; } to { width: 62cqw; } }
.r-steps { margin-top: 1.6cqh; font-size: 15cqw; line-height: 1; font-weight: 900; letter-spacing: -0.035em; font-variant-numeric: tabular-nums; }
.r-steps span:last-child { font-size: 6.5cqw; font-weight: 700; letter-spacing: 0; }
.r-motion-photo { position: absolute; left: 0; right: 0; bottom: 0; z-index: -1; height: 56%; overflow: hidden; -webkit-mask-image: linear-gradient(180deg, transparent, #000 30%); mask-image: linear-gradient(180deg, transparent, #000 30%); }
.r-motion-photo img { width: 100%; height: 100%; object-position: 50% 60%; }
.r-sign { margin-top: auto; display: flex; flex-direction: column; gap: 6px; }
.r-sign .wordmark { font-size: 6.4cqw; }
.r-sign span { font-size: max(9px, 2.5cqw); letter-spacing: 0.3em; text-transform: uppercase; }

.r-map-art { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; }
.route { stroke-dasharray: 1000; stroke-dashoffset: 0; }
.r-map.is-entering .route { animation: draw 2200ms var(--ease) 250ms both; }
@keyframes draw { from { stroke-dashoffset: 1000; } to { stroke-dashoffset: 0; } }
.r-map::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 60%, rgba(9, 10, 13, 0.9) 90%); }

.r-moment { justify-content: center; align-items: center; text-align: center; background: var(--canvas); }
.r-moment-photo { width: 76cqw; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--r-media); box-shadow: var(--lift); }
.r-moment-photo img { width: 100%; height: 100%; }

.r-sound { justify-content: center; align-items: center; text-align: center; background: var(--canvas); overflow: hidden; }
.r-blur { position: absolute; inset: -10%; z-index: -2; width: 120%; height: 120%; filter: blur(40px) saturate(1.3); opacity: 0.55; }
.r-sound::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(9, 10, 13, 0.45); }
.r-art { width: 58cqw; aspect-ratio: 1; margin: 3cqh 0 4cqh; border-radius: var(--r-thumb); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
.r-track { font-size: 10cqw; line-height: 1; font-weight: 900; letter-spacing: -0.03em; }
.r-artist { margin-top: 1cqh; font-size: 5cqw; color: rgba(247, 247, 245, 0.8); }

.r-insight { justify-content: center; background: radial-gradient(90% 50% at 100% 100%, rgba(255, 194, 143, 0.16), transparent 65%), var(--canvas); }
.r-insight-photo { align-self: flex-end; width: 44cqw; margin-top: 5cqh; padding: 2cqw 2cqw 0; border-radius: 10px; background: var(--text); transform: rotate(5deg); box-shadow: var(--lift); color: var(--on-light); }
.r-insight-photo img { width: 100%; aspect-ratio: 4 / 5; border-radius: 3px; }
.r-insight-photo figcaption { display: flex; justify-content: space-between; padding: 1.2cqh 0.5cqw 1.4cqh; font-size: max(11px, 3.2cqw); }
.r-insight-photo figcaption span { color: var(--polaroid-caption); }

.r-collage { justify-content: center; background: var(--canvas); }
.mosaic { margin-top: 2cqh; display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: 1fr 1fr 1fr; gap: 8px; height: 62cqh; }
.mosaic img { width: 100%; height: 100%; border-radius: 10px; }
.mosaic img:nth-child(1) { grid-row: 1 / 3; }
.mosaic img:nth-child(2) { grid-row: 1 / 4; grid-column: 2; }
.mosaic img:nth-child(3) { grid-row: 3; grid-column: 1; }
.mosaic img:nth-child(4) { display: none; }
.r-collage.is-entering .mosaic img { animation: assemble 600ms var(--spring) both; }
.r-collage.is-entering .mosaic img:nth-child(2) { animation-delay: 90ms; } .r-collage.is-entering .mosaic img:nth-child(3) { animation-delay: 180ms; }
@keyframes assemble { from { opacity: 0; transform: scale(0.9) rotate(-3deg); } to { opacity: 1; transform: none; } }

.r-close { justify-content: center; background: var(--g-ambient), var(--canvas); }
.r-close .r-week { font-size: 16cqw; }
.r-close-photo { margin: 3cqh 0 2cqh; aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--r-media); transform: rotate(-2deg); box-shadow: var(--lift); }
.r-close-photo img { width: 100%; height: 100%; }
.r-close .r-wm { font-size: 7cqw; }
.r-close-actions { position: relative; z-index: 4; display: flex; gap: 10px; margin-top: 4cqh; }
.r-close-actions .button { flex: 1; min-height: 50px; padding: 0 12px; font-size: 16px; }

.replay-controls { display: flex; align-items: center; justify-content: space-between; padding: 12px 4px 0; }
.replay-controls .icon { width: 20px; height: 20px; }
#card-count { font-size: 14px; color: var(--muted); font-variant-numeric: tabular-nums; }
.demo-note { padding-top: 8px; text-align: center; font-size: 12px; color: var(--muted); }

/* ---------- Reveal (enhancement only) ---------- */
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity 600ms var(--ease), transform 700ms var(--spring); }
.js .reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  :root { --gutter: 32px; --section: 104px; }
  .nav { gap: 20px; }
  .hero { gap: 24px; }
  .pol-a { width: 140px; left: -10px; }
  .pol-b { width: 150px; right: -20px; }
  .sources { grid-template-columns: 1fr; }
  .sources-note { grid-column: 1; }
  .chapter { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px 56px; }
  .bigpic-inner { grid-template-columns: 1fr; }
  .bigpic .chapter-copy { position: static; }
  .friends-inner, .privacy-inner, .faq { gap: 48px 56px; }
}

@media (max-width: 860px) {
  .nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero { grid-template-columns: minmax(0, 1fr); padding-bottom: 72px; gap: 56px; }
  .hero-visual { max-width: 460px; width: 100%; margin-inline: auto; }
  .source-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 16px; }
  .chapter, .friends-inner, .privacy-inner, .faq, .weeks-head { grid-template-columns: minmax(0, 1fr); }
  .chapter-flip .chapter-copy { order: 0; }
  .frame-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .board { justify-self: stretch; max-width: none; }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; }
  .timeline::before { display: none; }
}

@media (max-width: 600px) {
  :root { --gutter: 20px; --section: 80px; }
  body { font-size: 16px; }
  .header { padding-block: 16px; }
  .brand .wordmark { font-size: 22px; }
  .hero { padding-top: 16px; }
  .hero h1 { font-size: clamp(2.9rem, 13.4vw, 4.2rem); }
  .lede { font-size: 18px; line-height: 27px; }
  .hero-actions { gap: 16px; margin-top: 28px; }
  .phone { width: min(280px, 72vw); border-radius: 46px; }
  .screen { border-radius: 38px; }
  .pol-a { width: 116px; left: -6px; top: 60px; }
  .pol-b { width: 122px; right: -6px; bottom: 110px; }
  .polaroid { padding: 6px 6px 0; }
  .polaroid figcaption { padding: 6px 2px 8px; font-size: 11px; }
  .polaroid figcaption span { display: none; }
  .sticker-hero { right: 4px; top: 20px; }
  .sources { padding-block: 32px; }
  .source-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-head { margin-bottom: 48px; }
  .section-head > p:not(.overline), .friends-copy > p:not(.overline) { font-size: 17px; line-height: 26px; }
  .chapter { padding-block: 48px; }
  .chapter-copy > p { font-size: 17px; line-height: 26px; }
  .metric { font-size: clamp(3.2rem, 17vw, 4.2rem); }
  .stats-side { width: 104px; padding-left: 14px; }
  .stats-side p { font-size: 17px; line-height: 21px; }
  .pair img { height: 160px; }
  .frame-strip { gap: 22px 14px; }
  .frame-card { padding: 14px; border-radius: 16px; }
  .fc-big { font-size: 20vw; }
  .fc-statement { font-size: 5.6vw; }
  .center-actions { margin-top: 56px; }
  .week-card { width: 78vw; }
  .bp-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 56px; }
  .bp-tall { grid-column: 1; grid-row: 1 / 7; }
  .bp-dinner { grid-column: 2; grid-row: 1 / 5; }
  .bp-steps { grid-column: 2; grid-row: 5 / 9; padding: 14px; }
  .bp-big { font-size: 26px; line-height: 30px; }
  .bp-venice { grid-column: 1; grid-row: 7 / 10; }
  .bp-sound { grid-column: 1; grid-row: 10 / 13; }
  .bp-wide { grid-column: 2; grid-row: 9 / 13; }
  .bp-obs { grid-column: 1 / 3; grid-row: 13 / 15; padding: 0 18px; }
  .board { padding: 18px 12px 14px; }
  .rows li { grid-template-columns: 18px 44px minmax(0, 1fr) auto; gap: 10px; padding: 0 8px; }
  .av { width: 44px; height: 44px; }
  .name, .val { font-size: 17px; }
  .timeline { grid-template-columns: minmax(0, 1fr); row-gap: 28px; }
  .faq-items summary { font-size: 17px; }
  .week-one { font-size: min(30vw, 8rem); }
  .footer-links { width: 100%; margin-left: 0; flex-wrap: wrap; gap: 0 20px; order: 3; }
  .made, .copyright { order: 4; }
  .sheet { padding: 36px 22px 22px; }
  .sheet h2 { font-size: 30px; line-height: 34px; }
  .field-row { flex-direction: column; }
  .waitlist-form .button, .sheet .waitlist-form .button { width: 100%; }
}

@media (max-width: 520px) {
  .player { --stage-w: 100vw; width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0; background: var(--canvas); display: none; flex-direction: column; }
  .player[open] { display: flex; }
  .stage { flex: 1; aspect-ratio: auto; border-radius: 0; }
  .progress { padding-top: calc(env(safe-area-inset-top) + 12px); }
  .replay-controls { padding: 8px 16px 0; }
  .demo-note { padding: 4px 16px calc(env(safe-area-inset-bottom) + 12px); }
}

@media (max-width: 359px) {
  :root { --gutter: 16px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .nav-cta { padding: 0 14px; }
  .stats-row { flex-direction: column; }
  .stats-side { width: auto; padding: 14px 0 0; border-left: 0; border-top: 1px solid var(--hairline); }
  .stats-side p br { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 1ms !important; animation-delay: 0ms !important; transition-duration: 180ms !important; transition-timing-function: ease !important; }
  .press:active, .button.press:active, .icon-btn.press:active { transform: none !important; opacity: 0.8; }
  .js .reveal { opacity: 1; transform: none; }
  .route { stroke-dashoffset: 0 !important; }
  .frame-strip .frame-card:hover { transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .icon-btn.frosted, .status-chip, .chip, .mini-latest { display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 8px; border-radius: 14px; background: var(--surface); }
.mini-latest img { width: 44px; height: 44px; border-radius: 8px; flex: none; }
.mini-latest > span { flex: 1; display: flex; flex-direction: column; font-size: 10px; line-height: 13px; color: var(--muted); }
.mini-latest strong { font-size: 12px; line-height: 15px; color: var(--text); }
.mini-latest .icon { width: 16px; height: 16px; color: var(--muted); }
.tabbar { background: #22242b; -webkit-backdrop-filter: none; backdrop-filter: none; }
}

@media (forced-colors: active) {
  .wm-text, .week-one .wm-text { background: none; color: CanvasText; -webkit-text-fill-color: CanvasText; }
  .button, .icon-btn, .segmented button { border: 1px solid ButtonText; }
}
