/* ============================================================
   kin-nect — A daily call. A quiet kind of love.
   Brand V5 tokens · EB Garamond + Noto Sans
   ============================================================ */

@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/EBGaramond-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/EBGaramond-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Variable.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Italic-Variable.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

:root {
  /* Neutrals — warm paper, never pure white */
  --parchment: #F4EFE7; --cream: #FBF7F0; --oat: #EFE7DB;
  --blush: #F6E7DD; --hairline: #E2DACE;
  --warm-cream: #FCF6E8; --warm-oat: #F2EBD9; --warm-parchment: #F2F0EC;
  --deep-wine: #5C3842;
  /* Text */
  --ink: #241E1A; --taupe: #6E645B; --subtle: #A89C8E;
  /* Warm accents — rose leads */
  --rose: #B5737A; --rose-deep: #9C5F66;
  --amber: #D4965A; --gold: #E8C98A;
  /* Calm green — support only */
  --sage: #7A9E8E; --sage-deep: #3E5C4B;
  /* On dark */
  --on-dark: #F3EEE4; --on-dark-2: #CDBDB9;
  /* Type */
  --serif: "EB Garamond", Georgia, serif;
  --sans: "Noto Sans", system-ui, sans-serif;
  /* Radius + shadow */
  --r-card: 20px; --r-tile: 24px; --r-pill: 999px;
  --sh-sm: 0 6px 18px -10px rgba(43, 37, 32, 0.28);
  --sh-md: 0 16px 40px -20px rgba(43, 37, 32, 0.40);
  /* Layout */
  --gutter: clamp(1.5rem, 4.5vw, 5.5rem);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  /* Signature warm wash — 135deg, rose-led, never radial */
  --warm-wash: linear-gradient(135deg,
    #B5737A 0%, #B6747A 12%, #BB7877 28%, #C28072 46%,
    #CA8970 64%, #D2926C 82%, #DA9A68 100%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--sans);
  background: var(--warm-cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::selection { background: var(--rose); color: var(--cream); }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.rose { color: var(--rose); }

/* ---------- paper grain ---------- */
.grain {
  position: fixed; inset: -100%;
  pointer-events: none; z-index: 200;
  opacity: 0.04; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 11s steps(6) infinite;
}
@keyframes grain {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(-5%, 4%); }
  40% { transform: translate(4%, -6%); }
  60% { transform: translate(-3%, 5%); }
  80% { transform: translate(5%, -3%); }
}

/* ---------- preloader: the splash moment ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 300;
  background: var(--warm-wash);
  display: flex; align-items: center; justify-content: center;
}
.preloader__circle {
  width: 132px; height: 132px;
  border-radius: 50%;
  background: rgba(252, 246, 232, 0.16);
  border: 1px solid rgba(252, 246, 232, 0.45);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
}
.preloader__circle img { width: 56px; height: auto; }

/* ---------- shared type ---------- */
.kicker {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--sans);
  font-size: clamp(0.66rem, 0.78vw, 0.74rem);
  font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--rose);
}
.kicker__dash { width: 28px; height: 1.5px; background: currentColor; flex-shrink: 0; transform-origin: left; }
.kicker--gold { color: var(--gold); }
.kicker--white { color: rgba(252, 246, 232, 0.95); }

.h2 {
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4.4vw, 4rem);
  font-weight: 400; line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.body-copy {
  color: var(--taupe);
  font-size: clamp(0.97rem, 1.1vw, 1.1rem);
  line-height: 1.65;
  max-width: 36ch;
}
.line { display: block; overflow: hidden; }
.line__inner { display: inline-block; will-change: transform; }

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem var(--gutter);
  transition: background 0.5s, box-shadow 0.5s;
}
.nav.is-scrolled {
  background: rgba(252, 246, 232, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--hairline);
}
.nav__logo { display: inline-flex; align-items: center; gap: 11px; }
.logo-tile {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--warm-wash);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--sh-sm);
}
.logo-tile img { width: 17px; height: auto; }
.logo-word {
  font-family: var(--serif);
  font-size: 1.45rem; font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
  display: inline-flex; align-items: center;
}
.logo-dash {
  display: inline-block;
  width: 0.44em; height: 0.13em;
  border-radius: 99px;
  background: var(--rose);
  margin: 0 0.13em;
  vertical-align: middle;
  transform: translateY(0.18em) rotate(-14deg);
}
.nav__links { display: flex; align-items: center; gap: 1.6rem; position: absolute; left: 50%; transform: translateX(-50%); }
.nav__links a {
  font-size: 0.86rem; font-weight: 500; color: var(--ink);
  position: relative; opacity: 0.85;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -5px;
  width: 100%; height: 1.5px; background: var(--rose);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.4s var(--ease-out);
}
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }

/* the two links that leave the page (sample call / week) — subtle rose cue */
.nav__sep { width: 1px; height: 14px; background: var(--hairline); flex-shrink: 0; }
.nav__sample {
  display: inline-flex; align-items: center; gap: 0.4rem;
  color: var(--rose-deep); opacity: 0.95; white-space: nowrap;
}
.nav__sample-ico { color: var(--rose); flex-shrink: 0; }
.nav__samples { display: none; }   /* mobile-only row; shown under 980px */
.nav__actions { display: flex; align-items: center; gap: 1.4rem; }
.nav__signin {
  font-size: 0.84rem; font-weight: 500; color: var(--ink);
  position: relative; white-space: nowrap;
  transition: color 0.3s;
}
.nav__signin::after {
  content: ""; position: absolute; left: 0; bottom: -4px;
  width: 100%; height: 1.5px; background: var(--rose);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.4s var(--ease-out);
}
.nav__signin:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__cta { font-size: 0.8rem; padding: 0.62rem 1.3rem; white-space: nowrap; }
.nav__cta-short { display: none; }   /* short CTA label swaps in on small screens */

/* ---------- signature warm-wash button ---------- */
.btn-wash {
  display: inline-flex; align-items: center; gap: 0.6rem;
  position: relative;
  border-radius: var(--r-pill);
  padding: 0.95rem 1.9rem;
  font-family: var(--sans);
  font-size: 0.92rem; font-weight: 600; letter-spacing: 0.01em;
  color: var(--warm-cream);
  background: linear-gradient(135deg,
    #B5737A 0%, #BA7777 20%, #C18071 40%,
    #C98870 60%, #D1916D 80%, #DA9A68 100%);
  background-size: 190% 190%;
  background-position: 12% 50%;
  box-shadow: 0 10px 26px -12px rgba(156, 95, 102, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: background-position 0.7s var(--ease-out), transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}
.btn-wash:hover {
  background-position: 88% 50%;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -14px rgba(156, 95, 102, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.btn-wash__arrow {
  font-style: normal;
  display: inline-block;
  transition: transform 0.45s var(--ease-out);
}
.btn-wash:hover .btn-wash__arrow { transform: translateX(5px); }

/* ---------- buttons & links ---------- */
.btn-pill {
  display: inline-block; position: relative; overflow: hidden;
  border-radius: var(--r-pill);
  padding: 0.95rem 2.1rem;
  font-family: var(--sans);
  font-size: 0.92rem; font-weight: 600; letter-spacing: 0.01em;
  box-shadow: var(--sh-sm);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
}
.btn-pill:hover { box-shadow: var(--sh-md); }
.btn-pill span { position: relative; z-index: 1; }
.btn-pill::before {
  content: ""; position: absolute; inset: 0;
  border-radius: var(--r-pill);
  transform: translateY(101%);
  transition: transform 0.45s var(--ease-out);
}
.btn-pill--rose { background: var(--rose); color: var(--cream); }
.btn-pill--rose::before { background: var(--rose-deep); }
.btn-pill--rose:hover::before { transform: translateY(0); }
.btn-pill--cream { background: var(--cream); color: var(--ink); }
.btn-pill--cream::before { background: var(--warm-oat); }
.btn-pill--cream:hover::before { transform: translateY(0); }

.btn-ghost {
  display: inline-block; align-self: flex-start;
  border: 1.5px solid var(--taupe);
  border-radius: var(--r-pill);
  padding: 0.85rem 1.9rem;
  font-size: 0.88rem; font-weight: 500; color: var(--ink);
  position: relative; overflow: hidden;
  transition: color 0.4s var(--ease-out), border-color 0.4s;
}
.btn-ghost::before {
  content: ""; position: absolute; inset: 0;
  background: var(--ink);
  transform: translateY(101%);
  transition: transform 0.45s var(--ease-out);
}
.btn-ghost:hover::before { transform: translateY(0); }
.btn-ghost:hover { color: var(--cream); border-color: var(--ink); }
.btn-ghost span { position: relative; z-index: 1; }

.link-quiet {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.9rem; font-weight: 500; color: var(--ink);
  border-bottom: 1px solid rgba(36, 30, 26, 0.35);
  padding-bottom: 3px;
  transition: border-color 0.35s;
}
.link-quiet:hover { border-color: var(--rose); }
.link-quiet--light, .link-quiet--white { color: var(--on-dark); border-color: rgba(243, 238, 228, 0.5); }
.link-quiet--light:hover, .link-quiet--white:hover { border-color: var(--on-dark); }

/* soundwave icon */
.soundwave { display: inline-flex; align-items: center; gap: 2.5px; height: 14px; }
.soundwave i {
  width: 2.5px; border-radius: 2px; background: var(--rose);
  animation: wave 1.15s ease-in-out infinite;
}
.link-quiet--light .soundwave i, .link-quiet--white .soundwave i { background: var(--gold); }
.soundwave i:nth-child(1) { height: 6px; animation-delay: 0s; }
.soundwave i:nth-child(2) { height: 12px; animation-delay: 0.15s; }
.soundwave i:nth-child(3) { height: 8px; animation-delay: 0.3s; }
.soundwave i:nth-child(4) { height: 11px; animation-delay: 0.45s; }
@keyframes wave {
  0%, 100% { transform: scaleY(0.55); }
  50% { transform: scaleY(1); }
}

/* ---------- chips & cards ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  border-radius: var(--r-pill);
  padding: 0.42rem 0.95rem;
  font-size: 0.76rem; font-weight: 600;
}
.chip--sage { background: rgba(122, 158, 142, 0.18); color: var(--sage-deep); }
.chip--sage::before { content: "✓"; font-size: 0.7rem; }
.chip--note { background: var(--oat); color: var(--ink); font-weight: 500; }
.dot-rose {
  display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: var(--rose); margin-right: 8px; flex-shrink: 0;
  animation: pulse 2.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(181, 115, 122, 0.35); }
  50% { box-shadow: 0 0 0 6px rgba(181, 115, 122, 0); }
}

.ui-card {
  background: var(--cream);
  border-radius: var(--r-card);
  box-shadow: var(--sh-sm);
  padding: 1.5rem 1.7rem;
}
.ui-card__label {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--subtle);
  margin-bottom: 0.8rem;
}
.ui-card__serif {
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  line-height: 1.45; color: var(--ink);
  display: flex; align-items: baseline;
}
.ui-card__serif--lg { font-size: clamp(1.2rem, 1.55vw, 1.55rem); display: block; }
.ui-card__meta { display: flex; align-items: center; gap: 0.9rem; margin-top: 1rem; flex-wrap: wrap; }
.ui-card__time { font-size: 0.78rem; color: var(--subtle); }

.img-mask { overflow: hidden; border-radius: var(--r-card); }
.img-mask img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }

/* ============================================================
   01 · HERO — image as canvas, text bottom-left
   ============================================================ */
.hero {
  position: relative;
  height: 100svh; min-height: 640px;
  overflow: hidden;
  background: var(--deep-wine);
}
.hero__media { position: absolute; inset: 0; }
.hero__media img {
  width: 100%; height: 112%;
  object-fit: cover; object-position: 47% 32%;
  will-change: transform;
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(46, 27, 33, 0.74) 0%, rgba(46, 27, 33, 0.22) 38%, transparent 62%),
    linear-gradient(105deg, rgba(46, 27, 33, 0.42) 0%, transparent 52%),
    linear-gradient(to bottom, rgba(46, 27, 33, 0.28) 0%, transparent 18%);
}
.hero__content {
  position: absolute;
  left: var(--gutter); bottom: clamp(3rem, 8vh, 5.5rem);
  z-index: 2;
  display: flex; flex-direction: column; gap: 1.5rem;
  max-width: min(92vw, 880px);
}
.hero__title {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6.4vw, 6rem);
  font-weight: 400; line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--warm-cream);
}
.hero__sub {
  color: rgba(252, 246, 232, 0.85);
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.6;
  max-width: 52ch;
}
.hero__actions { display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; margin-top: 0.4rem; }
.hero__note {
  position: absolute;
  right: clamp(1.5rem, 4vw, 5rem); bottom: clamp(4.5rem, 11vh, 8rem);
  z-index: 2;
  width: min(320px, 72vw);
}
.ui-card--floating { box-shadow: var(--sh-md); }
.ui-card--floating .chip { margin-top: 0.9rem; }
.hero__scrollhint {
  position: absolute; left: 50%; bottom: 1.4rem;
  width: 1px; height: 52px; overflow: hidden; z-index: 2;
}
.hero__scrollhint span {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(252, 246, 232, 0.9));
  animation: scrollhint 2.4s var(--ease-out) infinite;
}
@keyframes scrollhint {
  0% { transform: translateY(-100%); }
  60%, 100% { transform: translateY(100%); }
}

/* ============================================================
   02 · THE FEELING — before / after, phones on cinematic scenes
   ============================================================ */
.feeling {
  position: relative;
  background:
    radial-gradient(120% 80% at 50% 0%, #2E1D19 0%, #1E1411 55%, #18100D 100%);
  color: var(--on-dark);
  display: flex; flex-direction: column; align-items: center;
  gap: clamp(2.8rem, 6vh, 4.5rem);
  padding: clamp(6rem, 13vh, 10rem) var(--gutter) clamp(6rem, 13vh, 10rem);
  /* clip, NOT hidden: overflow:hidden makes this a scroll container, which
     kills position:sticky on the stage inside (sticky's nearest scrollport
     would become this never-scrolling section). clip only clips paint. */
  overflow: clip;
}

/* header */
.feeling__head {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center;
  gap: 1.3rem;
  text-align: center;
  max-width: 720px;
}
.feeling__statement {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  font-weight: 400; line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--on-dark);
}
.feeling__statement em { color: var(--rose); font-style: italic; }
.feeling__sub {
  font-family: var(--sans);
  font-size: clamp(0.98rem, 1.5vw, 1.15rem);
  line-height: 1.6;
  color: var(--on-dark-2);
  max-width: 44ch;
}

/* ---------- sticky scroll stage ---------- */
/* runway: the extra scroll length IS the story's duration */
.feeling__scroll {
  position: relative; z-index: 1;
  width: calc(100% + 2 * var(--gutter));
  margin-inline: calc(-1 * var(--gutter));
  height: 270vh;
}
.feeling__stage {
  position: sticky; top: 0;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

/* mood washes — transparent-edged glows over the section's own brown, so
   there is never a visible seam where the stage starts/ends */
.feeling__bg {
  position: absolute; inset: 0; z-index: -1;
  pointer-events: none;
}
.feeling__bg--cool {
  background: radial-gradient(70% 58% at 28% 46%, rgba(56,72,94,0.34) 0%, transparent 72%);
}
.feeling__bg--warm {
  opacity: 0;
  background:
    radial-gradient(72% 58% at 68% 44%, rgba(212,150,90,0.30) 0%, transparent 70%),
    radial-gradient(48% 42% at 74% 58%, rgba(181,115,122,0.20) 0%, transparent 75%);
}

/* ---------- the 3D phone ---------- */
.feeling__phone3d {
  position: absolute;
  left: clamp(3rem, 12vw, 14rem);
  top: 50%;
  transform: translateY(-50%);
  perspective: 1400px;
  z-index: 2;
  will-change: transform;
}
.feeling__device {
  width: clamp(300px, 25vw, 360px);
  border-radius: 40px;
  background: #0C0C10;
  border: 1.5px solid rgba(255,255,255,0.16);
  box-shadow:
    0 60px 110px -40px rgba(0,0,0,0.85),
    0 24px 48px -20px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.08);
  padding: 0.9rem 0.85rem 1.2rem;
  transform: rotateY(14deg) rotateX(3deg);
  will-change: transform;
}
.feeling__device-notch {
  width: 34%; height: 20px; border-radius: 99px;
  background: #000;
  border: 1px solid rgba(255,255,255,0.05);
  margin: 0 auto 0.55rem;
}
.feeling__device-head {
  display: flex; flex-direction: column; align-items: center; gap: 0.32rem;
  padding-bottom: 0.65rem; margin-bottom: 0.3rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.feeling__ava {
  position: relative;
  width: 50px; height: 50px; border-radius: 50%;
  background: linear-gradient(160deg, #C58A8F, #8E565C);
  overflow: hidden; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.feeling__ava-init {
  font-family: var(--sans);
  font-size: 1rem; font-weight: 600;
  color: rgba(255,255,255,0.9);
}
.feeling__ava img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.feeling__ava-name {
  font-family: var(--sans);
  font-size: 0.8rem; font-weight: 600;
  color: rgba(255,255,255,0.88);
}

/* two conversations stacked in the same phone — GSAP swaps them */
.feeling__threads { position: relative; height: 348px; }
.feeling__thread {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; gap: 0.42rem;
  padding: 0.55rem 0.15rem 0;
}
.feeling__thread--after { opacity: 0; visibility: hidden; }
.feeling__stamp {
  font-family: var(--sans);
  font-size: 0.55rem; font-weight: 500;
  color: rgba(255,255,255,0.32);
  text-align: center; margin-bottom: 0.15rem;
}
.feeling__delivered {
  font-family: var(--sans);
  font-size: 0.55rem; font-weight: 500;
  color: rgba(255,255,255,0.3);
  align-self: flex-end;
  padding-right: 0.2rem; margin-top: -0.15rem;
}
.feeling__bub {
  max-width: 82%;
  padding: 0.52rem 0.85rem;
  border-radius: 17px;
  font-family: var(--sans);
  font-size: 0.85rem; line-height: 1.45;
}
.feeling__bub--you {
  align-self: flex-end;
  background: linear-gradient(180deg, #3D8BFF, #2E6FE0);
  color: #fff;
  border-bottom-right-radius: 5px;
}
.feeling__bub--her {
  align-self: flex-start;
  background: #26262E;
  color: rgba(255,255,255,0.86);
  border-bottom-left-radius: 5px;
}

/* ---------- side copy (problem right, answer left) ---------- */
.feeling__copy {
  position: absolute; top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: min(520px, 40%);
  display: flex; flex-direction: column; gap: 1.2rem;
}
.feeling__copy--problem { right: clamp(3rem, 12vw, 14rem); }
.feeling__copy--answer  { left: clamp(3rem, 12vw, 14rem); opacity: 0; visibility: hidden; }
.feeling__copy-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  font-weight: 400; line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--on-dark);
}
.feeling__copy-title em { color: var(--rose); font-style: italic; }
.feeling__copy--answer .feeling__copy-title em { color: var(--gold); }
.feeling__copy-body {
  font-family: var(--sans);
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
  line-height: 1.65;
  color: var(--on-dark-2);
  max-width: 44ch;
}

/* reduced-motion fallback: warm end-state, phone parked right, no scroll story */
.feeling__scroll--static { height: auto; }
.feeling__stage--static { position: relative; height: auto; min-height: 74vh; }
.feeling__stage--static .feeling__phone3d { left: auto; right: clamp(3rem, 12vw, 14rem); }
.feeling__stage--static .feeling__device { transform: rotateY(-10deg) rotateX(2deg); }

/* bottom caption */
.feeling__caption {
  position: relative; z-index: 1;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.8vw, 2.3rem);
  line-height: 1.32;
  color: rgba(243,238,228,0.7);
  max-width: 30ch;
  text-align: center;
}
.feeling__caption em { color: var(--rose); font-style: italic; }

/* ============================================================
   03 · HOW IT WORKS
   ============================================================ */
.how {
  background: var(--warm-oat);
  padding: clamp(5.5rem, 13vh, 9.5rem) var(--gutter);
}
.how__head { display: flex; flex-direction: column; gap: 1.1rem; margin-bottom: clamp(3.2rem, 7vh, 5.5rem); }
.how__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
}
.how__col { display: flex; flex-direction: column; gap: 1rem; }
.how__col--mid { margin-top: clamp(1.5rem, 4vh, 3rem); }
.how__num {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 3.6vw, 3.6rem);
  color: var(--rose);
  line-height: 1;
}
.how__name { font-family: var(--serif); font-size: clamp(1.25rem, 1.5vw, 1.5rem); font-weight: 500; }
.how__media .img-mask { aspect-ratio: 4 / 3; }
.how__media .img-mask img { transition: transform 0.9s var(--ease-out); }
.how__media:hover .img-mask img { transform: scale(1.05); }
.how__card { margin-top: 0.2rem; }
.how__caption { color: var(--taupe); font-size: 0.9rem; line-height: 1.6; max-width: 30ch; }

/* ============================================================
   04 · SEE IT IN ACTION — deep forest calm
   ============================================================ */
.demo {
  position: relative;
  background: var(--warm-wash);
  padding: clamp(5.5rem, 13vh, 9rem) var(--gutter) clamp(5rem, 11vh, 8rem);
  display: flex; flex-direction: column;
  align-items: center;
}
.demo__head {
  display: flex; flex-direction: column; gap: 1.1rem;
  align-self: flex-start;
  max-width: 720px;
  margin-bottom: clamp(2.6rem, 6vh, 4.5rem);
}
.demo__title {
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4.4vw, 4rem);
  font-weight: 400; line-height: 1.1;
  color: var(--on-dark);
}
.demo__sub { color: rgba(252, 246, 232, 0.85); font-size: clamp(0.95rem, 1.08vw, 1.06rem); }
.demo__player {
  position: relative;
  width: min(960px, 100%);
  border-radius: var(--r-tile);
  overflow: hidden;
  box-shadow: 0 30px 70px -28px rgba(78, 48, 56, 0.75);
}
.demo__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--deep-wine);
}
.demo__play {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 92px; height: 92px;
  border: none; border-radius: 50%;
  background: var(--cream);
  color: var(--rose-deep);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 18px 40px -14px rgba(46, 27, 33, 0.6);
  transition: transform 0.4s var(--ease-out);
}
.demo__play:hover { transform: translate(-50%, -50%) scale(1.07); }
.demo__play svg { width: 34px; height: 34px; margin-left: 4px; }
.demo__missing {
  position: absolute; left: 50%; bottom: 1.2rem;
  transform: translateX(-50%);
  background: rgba(78, 48, 56, 0.94);
  color: var(--on-dark);
  font-size: 0.8rem;
  padding: 0.55rem 1.1rem;
  border-radius: var(--r-pill);
  white-space: nowrap;
}
.demo__missing code { font-family: monospace; color: var(--gold); }
.demo__alt { margin-top: 2rem; color: rgba(252, 246, 232, 0.85); font-size: 0.9rem; }

/* ============================================================
   05 · THE CALL — editorial side-image + transcript
   ============================================================ */
.call {
  background: var(--cream);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2.5rem, 5.5vw, 6.5rem);
  align-items: center;
  padding: clamp(5.5rem, 13vh, 9.5rem) var(--gutter);
}
.call__media .img-mask {
  aspect-ratio: 4 / 5;
  box-shadow: var(--sh-md);
}
.call__caption {
  margin-top: 0.9rem;
  font-family: var(--serif); font-style: italic;
  font-size: 0.92rem; color: var(--subtle);
}
.call__copy {
  display: flex; flex-direction: column; gap: 1.6rem;
  max-width: 600px;
}
.call__title {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.6vw, 4.2rem);
  font-weight: 400; line-height: 1.08;
  color: var(--ink);
}
.call__transcript {
  display: flex; flex-direction: column; gap: 0.85rem;
  max-width: 480px;
  margin: 0.4rem 0;
}
.bubble {
  border-radius: 18px;
  box-shadow: var(--sh-sm);
  padding: 0.95rem 1.25rem;
  font-family: var(--serif);
  font-size: clamp(0.98rem, 1.12vw, 1.12rem);
  line-height: 1.4;
  color: var(--ink);
  max-width: 88%;
  will-change: transform;
}
.bubble--k {
  background: var(--oat);
  border-bottom-left-radius: 6px;
  align-self: flex-start;
}
.bubble--r {
  background: var(--blush);
  border-bottom-right-radius: 6px;
  align-self: flex-end;
}
.call__sub { color: var(--taupe); font-size: clamp(0.95rem, 1.05vw, 1.05rem); max-width: 48ch; }
.call__link { align-self: flex-start; }

/* ============================================================
   05 · THE DASHBOARD (pinned)
   ============================================================ */
.dash { background: var(--parchment); position: relative; }
.dash__pin {
  height: 100svh; min-height: 660px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
  padding: 0 var(--gutter);
  overflow: hidden;
}
.dash__stage { position: relative; height: min(72vh, 620px); }
.dash__card { position: absolute; will-change: transform, opacity; }
.dash__card--checkin {
  top: 6%; left: 2%;
  width: min(420px, 78%);
  z-index: 3;
}
.dash__card--mood {
  top: 38%; left: 18%;
  width: min(440px, 82%);
  z-index: 2;
}
.dash__card--chips {
  top: 76%; left: 36%;
  display: flex; gap: 0.8rem; flex-wrap: wrap;
  z-index: 4;
  padding: 1.1rem 1.3rem;
}
.mood-chart { width: 100%; height: auto; margin-top: 0.4rem; }
.mood-chart__days {
  display: flex; justify-content: space-between;
  font-size: 0.74rem; color: var(--subtle);
  padding: 0.45rem 0.2rem 0;
}
.dash__copy { display: flex; flex-direction: column; gap: 1.5rem; max-width: 430px; }

/* ============================================================
   06 · FOR YOUR DAD
   ============================================================ */
.fordad {
  position: relative;
  background: linear-gradient(135deg, #4E3038, #2E1B21);
  min-height: 96vh;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(5rem, 12vh, 8rem) var(--gutter);
  overflow: hidden;
}
.fordad__copy { display: flex; flex-direction: column; gap: 1.6rem; z-index: 2; order: 1; }
.fordad__media { order: 2; }
.fordad__title {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.7vw, 4.3rem);
  font-weight: 400; line-height: 1.1;
  color: var(--on-dark);
}
.fordad__sub { color: var(--on-dark-2); font-size: clamp(0.97rem, 1.1vw, 1.08rem); line-height: 1.65; max-width: 42ch; }
.fordad__needs { list-style: none; margin-top: 0.8rem; display: flex; flex-direction: column; }
.fordad__needs li {
  display: flex; align-items: center; gap: 0.95rem;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(243, 238, 228, 0.16);
  color: var(--on-dark);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
}
.fordad__needs li:last-child { border-bottom: 1px solid rgba(243, 238, 228, 0.16); }
.fordad__needs-dash {
  width: 18px; height: 2px; border-radius: 99px;
  background: var(--gold); flex-shrink: 0;
  transform: rotate(-14deg);
}
.fordad__media { position: relative; height: 100%; min-height: 380px; }
.fordad__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: var(--r-tile);
  mask-image: radial-gradient(ellipse 92% 92% at 50% 50%, black 55%, transparent 98%);
  -webkit-mask-image: radial-gradient(ellipse 92% 92% at 50% 50%, black 55%, transparent 98%);
  will-change: transform;
}

/* ============================================================
   07 · OUR STORY
   ============================================================ */
.story {
  background: var(--cream);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: center;
  padding: clamp(5.5rem, 13vh, 9.5rem) var(--gutter);
}
.story__media .img-mask { aspect-ratio: 4 / 5; box-shadow: var(--sh-md); }
.story__copy { display: flex; flex-direction: column; gap: 1.7rem; max-width: 620px; }
.story__quote {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.2vw, 2.9rem);
  font-weight: 400; line-height: 1.25;
  color: var(--ink);
}
.story__quote .w { display: inline-block; }
.story__dash { width: 44px; height: 2px; background: var(--rose); transform-origin: left; }
.story__sig { font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: var(--taupe); }

/* ============================================================
   09 · PRICING
   ============================================================ */
.pricing {
  background: var(--warm-parchment);
  display: flex; flex-direction: column;
  padding: clamp(5.5rem, 13vh, 9.5rem) var(--gutter);
}
.pricing__head {
  display: flex; flex-direction: column; gap: 1.3rem;
  max-width: 640px;
  margin-bottom: clamp(2.8rem, 6vh, 4.5rem);
}
.pricing__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2.4vw, 2.2rem);
  align-items: stretch;
}
.pricing__reassure-line {
  text-align: center;
  margin-top: clamp(2.4rem, 5vh, 3.6rem);
  color: var(--taupe); font-size: 0.92rem;
}
.chip--wash {
  background: var(--warm-wash);
  color: var(--warm-cream);
}
.plan-card {
  background: var(--cream);
  border: 1px solid var(--hairline);
  border-radius: var(--r-tile);
  box-shadow: var(--sh-sm);
  padding: clamp(1.6rem, 2.2vw, 2.3rem);
  display: flex; flex-direction: column; gap: 1.05rem;
  position: relative;
  overflow: hidden;
}
.plan-card--featured {
  border: none;
  box-shadow: var(--sh-md);
  transform: translateY(-14px);
}
.plan-card--featured::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: 5px; background: var(--warm-wash);
}
.plan-card__head { display: flex; align-items: center; justify-content: space-between; }
.plan-card__name { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; }
.plan-card__price { display: flex; align-items: baseline; gap: 0.6rem; }
.plan-card__amount {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 3.6vw, 3.6rem);
  line-height: 1; color: var(--ink);
}
.plan-card__per { color: var(--taupe); font-size: 0.95rem; }
.plan-card__frame { font-family: var(--serif); color: var(--rose); font-size: 1.15rem; margin-top: -0.5rem; }
.plan-card__list { list-style: none; }
.plan-card__list li {
  padding: 0.78rem 0;
  border-top: 1px solid var(--hairline);
  color: var(--taupe); font-size: 0.93rem; line-height: 1.5;
}
.plan-card__list li:last-child { border-bottom: 1px solid var(--hairline); }
.plan-card__list { flex: 1; }
.plan-card__cta { justify-content: center; text-align: center; margin-top: 0.5rem; }

/* ============================================================
   10 · CLOSING CTA + FOOTER
   ============================================================ */
.cta {
  position: relative;
  background: var(--warm-wash);
  background-size: 160% 160%;
  background-position: 0% 50%;
  min-height: 100svh;
  display: flex; flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 11vh, 8rem) var(--gutter) 0;
  overflow: hidden;
}
.cta__content {
  flex: 1;
  display: flex; flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  max-width: 760px;
}
.cta__circle {
  width: 92px; height: 92px;
  border-radius: 50%;
  background: rgba(252, 246, 232, 0.16);
  border: 1px solid rgba(252, 246, 232, 0.45);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.6rem;
}
.cta__circle img { width: 38px; height: auto; }
.cta__title {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 6.2vw, 5.8rem);
  font-weight: 400; line-height: 1.06;
  color: var(--warm-cream);
}
.cta__sub { color: rgba(252, 246, 232, 0.88); font-size: clamp(0.98rem, 1.12vw, 1.12rem); }
.cta__actions { display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; margin-top: 0.6rem; }

.footer { position: relative; z-index: 2; padding: 2.2rem 0 2.4rem; }
.footer__rule {
  display: block; height: 1px;
  background: rgba(252, 246, 232, 0.4);
  margin-bottom: 1.9rem;
  transform-origin: left;
}
.footer__row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem;
  color: rgba(252, 246, 232, 0.92);
  font-size: 0.82rem;
}
.footer__logo { height: 26px; width: auto; }
.footer__links { display: flex; gap: 1.7rem; }
.footer__row a { transition: opacity 0.3s; opacity: 0.9; }
.footer__row a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .nav__links { display: none; }
  /* surface the two sample links on their own centered row under the logo/CTA */
  .nav { flex-wrap: wrap; }
  .nav__samples {
    display: flex; flex-basis: 100%; justify-content: center;
    gap: 1.8rem; padding-top: 0.55rem;
  }
  .nav__samples .nav__sample { font-size: 0.82rem; font-weight: 500; }
  .logo-tile { width: 32px; height: 32px; border-radius: 8px; }
  .logo-tile img { width: 14px; }
  .logo-word { font-size: 1.2rem; }
  .nav__actions { gap: 1rem; }
  .nav__cta { font-size: 0.74rem; padding: 0.55rem 1.05rem; }
  .hero__note { display: none; }
  .hero__content { bottom: clamp(2.5rem, 7vh, 4rem); right: var(--gutter); }
  .hero__scrollhint { display: none; }
  .demo__head { align-self: stretch; }
  .demo__play { width: 70px; height: 70px; }
  .demo__play svg { width: 26px; height: 26px; }
  .pricing { grid-template-columns: 1fr; gap: 3rem; }
  .plan-card { max-width: 520px; }
  .how__row { grid-template-columns: 1fr; gap: 3rem; }
  .how__col--mid { margin-top: 0; }
  .call { grid-template-columns: 1fr; gap: 2.5rem; }
  .call__media .img-mask { aspect-ratio: 16 / 11; }
  .feeling { gap: clamp(2rem, 5vh, 3.2rem); }
  /* runway collapses, stage unsticks: stack copy → phone → copy in flow */
  .feeling__scroll { width: 100%; margin-inline: 0; height: auto; }
  .feeling__stage {
    position: relative;
    height: auto; overflow: visible;
    display: flex; flex-direction: column; align-items: center;
    gap: 2.4rem;
    padding: 0.5rem 0;
  }
  .feeling__bg { display: none; } /* section gradient carries the mood */
  .feeling__phone3d { position: static; transform: none; perspective: none; order: 2; }
  .feeling__device { transform: none; width: min(320px, 84vw); }
  .feeling__copy {
    position: static; transform: none;
    width: 100%; max-width: 480px;
    align-items: center; text-align: center;
  }
  .feeling__copy--problem { order: 1; }
  .feeling__copy--answer  { order: 3; }
  .pricing__row { grid-template-columns: 1fr; gap: 1.6rem; }
  .plan-card--featured { transform: none; }
  /* dashboard: drop the pinned collage, become a calm vertical stack
     (the JS skips the pin below 981px to match — see main.js) */
  .dash__pin {
    grid-template-columns: 1fr;
    height: auto; min-height: 0;
    padding: 5.5rem var(--gutter) clamp(3rem, 8vh, 5rem);
    gap: 1.8rem;
  }
  .dash__copy { max-width: none; order: -1; }
  .dash__stage { position: static; height: auto; display: flex; flex-direction: column; gap: 1.1rem; }
  .dash__card { position: static; }
  .dash__card--checkin, .dash__card--mood, .dash__card--chips { top: auto; left: auto; width: 100%; }
  .fordad { grid-template-columns: 1fr; }
  .fordad__media { min-height: 300px; }
  .story { grid-template-columns: 1fr; }
  .story__media .img-mask { aspect-ratio: 16 / 10; }
  .footer__row { flex-direction: column; gap: 1.3rem; text-align: center; }
  .footer__links { flex-wrap: wrap; justify-content: center; gap: 1rem 1.4rem; }
  .footer__links a { white-space: nowrap; }
}

@media (max-width: 540px) {
  .nav__signin { display: none; }
  /* shorten + tighten the nav CTA so it stops crowding the logo on phones */
  .nav__cta-full { display: none; }
  .nav__cta-short { display: inline; }
  .nav__cta { font-size: 0.72rem; padding: 0.5rem 0.95rem; gap: 0.4rem; }
}

/* ============================================================
   Big hero logo → header handoff
   ============================================================ */
.nav--hidden {
  transform: translateY(-110%);
  opacity: 0;
  transition: transform 0.55s var(--ease-out), opacity 0.45s;
}
.nav--hidden.nav--visible { transform: translateY(0); opacity: 1; }
.nav--page { background: rgba(252, 246, 232, 0.88); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--hairline); }
.nav__back { font-size: 0.86rem; font-weight: 500; color: var(--taupe); display: inline-flex; align-items: center; gap: 0.45rem; transition: color 0.3s; }
.nav__back:hover { color: var(--ink); }

.hero__biglogo {
  position: absolute;
  left: 50%; top: 18%;
  transform: translate(-50%, -50%);
  width: clamp(260px, 36vw, 540px);
  z-index: 3;
  pointer-events: none;
  will-change: transform, opacity;
}
.hero__biglogo img {
  width: 100%; height: auto;
  filter: drop-shadow(0 10px 36px rgba(46, 27, 33, 0.5));
}

/* ============================================================
   Sample pages — shared
   ============================================================ */
.page { background: var(--warm-cream); }
.page-hero {
  padding: clamp(8rem, 16vh, 11rem) var(--gutter) clamp(2.5rem, 5vh, 4rem);
  display: flex; flex-direction: column; gap: 1.3rem;
  max-width: 980px;
}
.page-hero__title {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
  font-weight: 400; line-height: 1.08;
  color: var(--ink);
}
.page-hero__sub { color: var(--taupe); font-size: clamp(0.98rem, 1.12vw, 1.1rem); line-height: 1.6; max-width: 56ch; }

.page-cta {
  background: var(--warm-wash);
  padding: clamp(3.5rem, 8vh, 5.5rem) var(--gutter);
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.page-cta__title {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  color: var(--warm-cream); line-height: 1.15;
}
.page-cta__actions { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }

/* ============================================================
   Sample week page — pinned horizontal journey
   ============================================================ */
.journey { background: var(--parchment); overflow: hidden; }
.journey__pin {
  height: 100svh; min-height: 620px;
  display: flex; flex-direction: column;
  justify-content: center;
  gap: clamp(1.6rem, 4vh, 3rem);
  padding-top: clamp(4.5rem, 9vh, 6rem);
}
.journey__head {
  padding: 0 var(--gutter);
  display: flex; flex-direction: column; gap: 0.9rem;
  flex-shrink: 0;
}
.journey__title {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  font-weight: 400; line-height: 1.08;
  color: var(--ink);
}
.journey__hint {
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--subtle);
}
.journey__track {
  display: flex; align-items: center;
  gap: clamp(1.1rem, 2vw, 1.8rem);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  will-change: transform;
  width: max-content;
}
.jcard {
  flex-shrink: 0;
  border-radius: var(--r-card);
  will-change: transform;
}
.jcard--note {
  position: relative;
  width: clamp(250px, 22vw, 320px);
  min-height: clamp(300px, 42vh, 380px);
  background: var(--cream);
  box-shadow: var(--sh-sm);
  padding: 1.5rem 1.6rem 1.4rem;
  display: flex; flex-direction: column; gap: 0.85rem;
  overflow: hidden;
}
.jcard__day {
  position: absolute; top: -0.32em; right: 0.06em;
  font-family: var(--serif);
  font-size: 5.2rem; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(181, 115, 122, 0.22);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  user-select: none; pointer-events: none;
}
.jcard__day--rose { -webkit-text-stroke-color: rgba(181, 115, 122, 0.45); }
.jcard__day--gold { -webkit-text-stroke-color: rgba(212, 150, 90, 0.5); }
.jcard__when {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--subtle);
  margin-top: 2.6rem;
}
.jcard__note {
  font-family: var(--serif);
  font-size: clamp(1.02rem, 1.15vw, 1.18rem);
  line-height: 1.45; color: var(--ink);
  flex: 1;
}
.jcard--nudge { box-shadow: var(--sh-md); border: 1px solid rgba(181, 115, 122, 0.25); }
.jcard--photo {
  position: relative;
  width: clamp(210px, 18vw, 270px);
  overflow: hidden;
  box-shadow: var(--sh-md);
  transform: translateY(-4%);
}
.jcard--photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  transition: transform 0.9s var(--ease-out);
}
.jcard--photo:hover img { transform: scale(1.05); }
.jcard--photo figcaption {
  position: absolute; left: 0.9rem; bottom: 0.8rem;
  font-family: var(--serif); font-style: italic;
  font-size: 0.88rem; color: var(--warm-cream);
  text-shadow: 0 2px 10px rgba(46, 27, 33, 0.55);
}
.jcard--low { transform: translateY(5%); }
.journey__progress {
  padding: 0 var(--gutter);
  display: flex; flex-direction: column; gap: 0.7rem;
  flex-shrink: 0;
}
.journey__bar {
  display: block; height: 1.5px;
  background: var(--hairline);
  position: relative; overflow: hidden;
}
.journey__bar i {
  position: absolute; inset: 0;
  background: var(--rose);
  transform: scaleX(0); transform-origin: left;
}
.journey__dots { display: flex; justify-content: space-between; }
.journey__dots span {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--hairline);
  transition: background 0.4s;
}
.journey__dots span.is-rose { background: rgba(181, 115, 122, 0.45); }
.journey__dots span.is-active { background: var(--rose); }

/* the week, summed up */
.weeksum {
  display: grid;
  grid-template-columns: 1fr minmax(340px, 560px);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: center;
  padding: clamp(5rem, 11vh, 8rem) var(--gutter);
  background: var(--warm-cream);
}
.weeksum__copy { display: flex; flex-direction: column; gap: 1.4rem; max-width: 480px; }

/* ============================================================
   Listen along + voice chips (sample call page)
   ============================================================ */
.listen {
  padding: 0 var(--gutter) clamp(2.5rem, 5vh, 4rem);
  max-width: 980px;
}
.voices {
  position: relative;
  display: flex; flex-direction: column; gap: 1rem;
  background: var(--cream);
  border-radius: var(--r-tile);
  box-shadow: var(--sh-sm);
  padding: clamp(1.6rem, 2.6vw, 2.4rem);
}
.voices__step {
  display: flex; align-items: center; gap: 0.7rem;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  color: var(--ink);
}
.voices__num {
  width: 30px; height: 30px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--warm-wash);
  color: var(--warm-cream);
  font-family: var(--sans); font-size: 0.85rem; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
}
.voices__label { font-family: var(--serif); font-style: italic; font-size: 1.02rem; color: var(--taupe); }
.voices__row { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-top: 0.3rem; }
.voices__nowplaying {
  font-size: 0.86rem; color: var(--rose-deep);
  display: flex; align-items: center; gap: 0.55rem;
}
.voices__nowplaying .soundwave i { background: var(--rose); }
.voices__hint {
  font-size: 0.8rem; color: var(--taupe);
  background: var(--oat);
  border-radius: var(--r-pill);
  padding: 0.5rem 1.05rem;
  align-self: flex-start;
}
.voices__hint code { font-family: monospace; color: var(--rose-deep); }

/* step 2 header */
.readhead {
  padding: clamp(1rem, 3vh, 2.5rem) var(--gutter) clamp(1.5rem, 3vh, 2rem);
  max-width: 980px;
  display: flex; flex-direction: column; gap: 0.9rem;
}
.readhead__sub { color: var(--taupe); font-size: clamp(0.95rem, 1.1vw, 1.06rem); line-height: 1.6; max-width: 60ch; }
.voice-chip {
  border: 1.5px solid var(--hairline);
  background: var(--cream);
  border-radius: var(--r-pill);
  padding: 0.55rem 1.25rem 0.55rem 1.05rem;
  font-family: var(--sans);
  font-size: 0.86rem; font-weight: 500; color: var(--ink);
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 0.55rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s var(--ease-out);
}
.voice-chip::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--sage);
  opacity: 0.55;
  transition: background 0.3s, opacity 0.3s;
}
.voice-chip:hover { border-color: var(--rose); box-shadow: var(--sh-sm); transform: translateY(-2px); }
.voice-chip.is-playing { border-color: var(--rose); box-shadow: var(--sh-sm); }
.voice-chip.is-playing::before {
  background: var(--rose);
  opacity: 1;
  animation: pulse 1.4s ease-in-out infinite;
}

/* ============================================================
   Sample call page
   ============================================================ */
.callpage {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: start;
  padding: 0 var(--gutter) clamp(5rem, 10vh, 8rem);
}
.callpage__transcript {
  display: flex; flex-direction: column; gap: 0.9rem;
  max-width: 560px;
}
.callpage__time {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--subtle);
  margin: 1rem 0 0.2rem;
}
.callpage__panel {
  position: sticky; top: 6.5rem;
  display: flex; flex-direction: column; gap: 1.1rem;
}
.signals { display: flex; flex-direction: column; gap: 0.95rem; margin-top: 0.4rem; }
.signal { display: grid; grid-template-columns: 92px 1fr auto; gap: 0.9rem; align-items: center; }
.signal__name { font-size: 0.82rem; font-weight: 600; color: var(--ink); }
.signal__bar {
  height: 7px; border-radius: 99px;
  background: var(--oat);
  overflow: hidden;
}
.signal__fill {
  display: block; height: 100%;
  border-radius: 99px;
  background: var(--sage);
  transform: scaleX(0); transform-origin: left;
}
.signal--soft .signal__fill { background: var(--amber); }
.signal__word { font-family: var(--serif); font-style: italic; font-size: 0.88rem; color: var(--taupe); white-space: nowrap; }

@media (max-width: 980px) {
  .hero__biglogo { width: min(72vw, 380px); top: 22%; }
  .callpage { grid-template-columns: 1fr; }
  .callpage__panel { position: static; }
  .page-cta { flex-direction: column; align-items: flex-start; }
  .listen__wave { display: none; }
  /* journey falls back to a vertical stroll */
  .journey__pin { height: auto; min-height: 0; padding: 5.5rem 0 3rem; gap: 2rem; }
  .journey__track {
    flex-direction: column; align-items: stretch;
    width: auto;
    padding: 0 var(--gutter);
    gap: 1.1rem;
  }
  .jcard--note { width: 100%; min-height: 0; }
  .jcard--photo { width: 100%; transform: none; }
  .jcard--photo img { aspect-ratio: 16 / 10; }
  .jcard--low { transform: none; }
  .journey__hint { display: none; }
  .journey__progress { display: none; }
  .weeksum { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .grain { animation: none; }
  .soundwave i { animation: none; }
  .dot-rose { animation: none; }
  .signal__fill { transform: scaleX(1); }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
