:root {
  --ink: #202629;
  --ink-soft: #30383a;
  --muted: #687375;
  --paper: #fbf6ef;
  --paper-deep: #f5ebe3;
  --surface: #fffdf9;
  --line: #e4d6cb;
  --coral: #c97878;
  --coral-dark: #9f5657;
  --coral-soft: #f2e3de;
  --sage: #647e6d;
  --sage-soft: #e8f1e9;
  --blue: #58778f;
  --blue-soft: #dceaf1;
  --gold: #d8b765;
  --gold-soft: #f5edcf;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 28px 70px rgba(61, 47, 42, .13);
  --radius: 34px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body::selection { color: var(--ink); background: #efcbc2; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }

a:focus-visible, button:focus-visible { outline: 3px solid var(--coral-dark); outline-offset: 5px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; border-radius: 12px; color: white; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 14px clamp(20px, 4.5vw, 72px); border-bottom: 1px solid rgba(91, 70, 63, .1); background: rgba(251, 246, 239, .86); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 850; letter-spacing: -.03em; }
.brand img { width: 38px; height: 38px; border-radius: 12px; box-shadow: 0 10px 24px rgba(159, 86, 87, .13); }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); color: var(--muted); font-size: 14px; font-weight: 760; }
.site-nav a { position: relative; }
.site-nav a:not(.nav-launch)::after { position: absolute; bottom: -8px; left: 0; width: 100%; height: 2px; content: ""; background: var(--coral); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-launch { padding: 11px 18px; border-radius: 99px; color: #fff; background: var(--ink); }
.menu-toggle { display: none; align-items: center; gap: 10px; min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); background: var(--surface); font-weight: 750; }
.menu-toggle i, .menu-toggle i::before { display: block; width: 16px; height: 2px; content: ""; background: currentColor; transition: transform .2s ease; }
.menu-toggle i::before { transform: translateY(-5px); }
.menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::before { transform: rotate(-90deg); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, .85fr); align-items: center; min-height: calc(100svh - 76px); padding: clamp(56px, 8vw, 118px) clamp(20px, 5.5vw, 94px) clamp(62px, 8vw, 112px); gap: clamp(40px, 7vw, 110px); isolation: isolate; }
.hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background: radial-gradient(circle at 82% 26%, rgba(201, 120, 120, .14), transparent 27rem), radial-gradient(circle at 65% 78%, rgba(100, 126, 109, .12), transparent 32rem), linear-gradient(135deg, #fffdf9, var(--paper)); }
.hero::after { position: absolute; z-index: -1; right: -9vw; bottom: -9vw; width: 37vw; aspect-ratio: 1; border: 1px solid rgba(201, 120, 120, .16); border-radius: 50%; content: ""; }
.hero-copy { max-width: 800px; justify-self: end; }
.kicker, .eyebrow, .chapter-label { color: var(--coral-dark); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.kicker span { color: var(--coral); font-size: 8px; vertical-align: 2px; }
h1 { max-width: 10.5ch; margin-bottom: 26px; font-size: clamp(56px, 7vw, 108px); font-weight: 810; line-height: .91; letter-spacing: -.067em; }
h1 em, h2 em { color: var(--coral-dark); font-family: var(--display); font-weight: 400; letter-spacing: -.045em; }
.hero-lede { max-width: 29em; margin-bottom: 0; color: var(--muted); font-size: clamp(18px, 1.7vw, 25px); font-weight: 560; line-height: 1.48; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 23px; border: 1px solid transparent; border-radius: 99px; font-size: 15px; font-weight: 820; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { color: #fff; background: var(--ink); box-shadow: 0 18px 36px rgba(32, 38, 41, .17); }
.button-dark:hover { box-shadow: 0 24px 45px rgba(32, 38, 41, .23); }
.button-coral { color: #fff; background: var(--coral-dark); }
.button-light { color: var(--ink); background: #fff; }
.text-link { display: inline-flex; gap: 6px; padding: 7px 0 5px; border-bottom: 1px solid rgba(32, 38, 41, .32); font-weight: 780; }
.trust-line { margin: 25px 0 0; color: var(--muted); font-size: 13px; font-weight: 670; line-height: 1.8; }
.trust-line span { color: var(--sage); }

.hero-scene { position: relative; min-height: clamp(610px, 48vw, 760px); }
.orbit { position: absolute; border: 1px solid rgba(159, 86, 87, .16); border-radius: 50%; }
.orbit-one { inset: 5% 0 2% 8%; }
.orbit-two { inset: 17% 11% 14% 20%; border-style: dashed; animation: orbit 45s linear infinite; }
.phone { position: relative; overflow: hidden; padding: 8px; border: 1px solid rgba(87, 67, 61, .15); border-radius: 34px; background: #171c1e; box-shadow: var(--shadow); }
.phone img { width: 100%; border-radius: 27px; }
.phone-speaker { position: absolute; z-index: 3; top: 15px; left: 50%; width: 25%; height: 5px; border-radius: 20px; background: #242a2c; transform: translateX(-50%); }
.phone-hero { position: absolute; z-index: 1; top: 9%; right: 5%; width: min(45%, 276px); transform: rotate(4deg); }
.mascot-hero { position: absolute; z-index: 3; bottom: 1%; left: 2%; width: min(46%, 280px); filter: drop-shadow(0 30px 22px rgba(74, 54, 47, .16)); animation: tami-breathe 5s ease-in-out infinite; transform-origin: 50% 95%; }
.speech { position: absolute; z-index: 5; padding: 17px 21px; border: 2px solid var(--ink); border-radius: 50%; background: var(--surface); font-size: 14px; line-height: 1.25; text-align: center; transform: rotate(-3deg); box-shadow: 4px 6px 0 rgba(32, 38, 41, .08); }
.speech::after { position: absolute; bottom: -15px; left: 32%; width: 20px; height: 20px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); content: ""; background: var(--surface); transform: skew(20deg) rotate(36deg); }
.speech-hero { top: 8%; left: 2%; }
.scene-note { position: absolute; z-index: 4; right: 0; bottom: 3%; max-width: 18em; margin: 0; padding: 14px 17px; border: 1px solid rgba(159, 86, 87, .18); border-radius: 15px; color: var(--coral-dark); background: rgba(255, 253, 249, .84); font-family: var(--display); font-size: 16px; font-style: italic; transform: rotate(2deg); }

.intro { padding: clamp(90px, 12vw, 180px) clamp(20px, 6vw, 100px); background: var(--surface); }
.chapter-label { margin-bottom: 28px; }
.intro-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; max-width: 1320px; margin: 0 auto clamp(70px, 9vw, 130px); gap: 40px; }
h2 { margin-bottom: 0; font-size: clamp(48px, 6.5vw, 94px); line-height: .98; letter-spacing: -.062em; }
.intro-heading > p, .rhythm-head > p, .memory-copy > p, .privacy-top > p { max-width: 32em; margin-bottom: 5px; color: var(--muted); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; }
.daily-moment { display: grid; grid-template-columns: minmax(320px, .7fr) minmax(520px, 1.3fr); max-width: 1320px; min-height: 760px; margin: auto; overflow: hidden; border: 1px solid var(--line); border-radius: 48px; background: var(--paper); box-shadow: 0 30px 90px rgba(79, 61, 54, .08); }
.moment-copy { align-self: center; padding: clamp(38px, 6vw, 90px); }
.moment-copy h3, .phase-copy h3, .boundary-copy h3, .honesty h3 { margin-bottom: 24px; font-size: clamp(36px, 4.5vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.moment-copy > p:not(.eyebrow), .phase-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.65; }
.plain-list { display: grid; gap: 0; margin: 35px 0 0; padding: 0; list-style: none; }
.plain-list li { display: grid; grid-template-columns: 38px 1fr; padding: 17px 0; border-top: 1px solid var(--line); color: var(--ink-soft); font-weight: 650; line-height: 1.45; }
.plain-list li span { color: var(--coral-dark); font-family: var(--display); font-style: italic; }
.moment-scene { position: relative; min-height: 760px; overflow: hidden; background: radial-gradient(circle at 50% 35%, #fff 0 17%, transparent 48%), linear-gradient(155deg, var(--coral-soft), var(--sage-soft)); }
.moment-scene::after { position: absolute; right: -12%; bottom: -22%; width: 72%; aspect-ratio: 1; border: 1px solid rgba(100, 126, 109, .2); border-radius: 50%; content: ""; }
.mascot-resting { position: absolute; z-index: 3; bottom: -3%; left: 6%; width: min(43%, 300px); filter: drop-shadow(0 25px 20px rgba(74, 54, 47, .15)); }
.phone-resting { position: absolute; z-index: 2; top: 8%; right: 8%; width: min(43%, 290px); transform: rotate(3deg); }
.hand-note { position: absolute; z-index: 5; right: 5%; bottom: 8%; margin: 0; color: var(--sage); font-family: var(--display); font-size: clamp(19px, 2.2vw, 30px); font-style: italic; line-height: 1.1; transform: rotate(-5deg); }
.steam { position: absolute; z-index: 4; left: 23%; bottom: 32%; width: 22px; height: 60px; border-left: 2px solid rgba(159, 86, 87, .42); border-radius: 50%; animation: steam 3s ease-in-out infinite; }
.steam-two { left: 26%; animation-delay: 1s; }

.rhythm { padding: clamp(90px, 12vw, 180px) clamp(20px, 6vw, 100px); background: var(--paper); }
.rhythm-head { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; max-width: 1320px; margin: 0 auto clamp(80px, 10vw, 150px); gap: 40px; }
.rhythm-head h2 { max-width: 12em; }
.phase { position: relative; display: grid; grid-template-columns: minmax(300px, .7fr) minmax(520px, 1.3fr); align-items: center; max-width: 1320px; min-height: 760px; margin: 0 auto 70px; overflow: hidden; border-radius: 48px; }
.phase:last-child { margin-bottom: 0; }
.phase-copy { z-index: 3; padding: clamp(40px, 6vw, 92px); }
.phase-copy h3 { max-width: 11em; }
.phase-stage { position: relative; align-self: stretch; min-height: 720px; overflow: hidden; }
.phase-number { position: absolute; z-index: 1; top: 24px; left: 32px; color: rgba(32, 38, 41, .1); font-family: var(--display); font-size: 120px; font-style: italic; line-height: 1; }
.phase-halo { position: absolute; inset: 10% 7%; border: 1px solid rgba(32, 38, 41, .12); border-radius: 50%; }
.phase-mascot { position: absolute; z-index: 3; bottom: -2%; right: 6%; width: min(44%, 285px); filter: drop-shadow(0 28px 22px rgba(67, 49, 44, .15)); transition: transform .5s ease; }
.phase:hover .phase-mascot { transform: translateY(-8px) rotate(1deg); }
.phase-phone { position: absolute; z-index: 2; top: 10%; width: min(42%, 270px); }
.phase-phone-left { left: 10%; transform: rotate(-4deg); }
.phase-phone-right { right: 8%; transform: rotate(4deg); }
.phase-prepare { border: 1px solid #c7dbe8; background: var(--blue-soft); }
.phase-period { grid-template-columns: minmax(520px, 1.3fr) minmax(300px, .7fr); border: 1px solid #e5c8c0; background: var(--coral-soft); }
.phase-period .phase-mascot { right: auto; left: 8%; }
.phase-period .phase-number { right: 32px; left: auto; }
.phase-fertility { border: 1px solid #e4d7a5; background: var(--gold-soft); }
.flower-dots i { position: absolute; z-index: 1; width: 13px; height: 13px; border-radius: 50%; background: rgba(216, 183, 101, .8); animation: flower-drift 5s ease-in-out infinite; }
.flower-dots i:nth-child(1) { top: 16%; right: 20%; }
.flower-dots i:nth-child(2) { top: 31%; right: 6%; width: 8px; height: 8px; animation-delay: 1.2s; }
.flower-dots i:nth-child(3) { right: 35%; bottom: 14%; width: 10px; height: 10px; animation-delay: 2.1s; }

.memory { display: grid; grid-template-columns: minmax(520px, 1.05fr) minmax(330px, .75fr); align-items: center; min-height: 950px; padding: clamp(85px, 11vw, 165px) clamp(20px, 6vw, 100px); gap: clamp(55px, 8vw, 120px); background: var(--surface); }
.memory-visual { justify-self: end; width: min(100%, 700px); }
.calendar-paper { position: relative; min-height: 730px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #f7f0e7; box-shadow: 18px 22px 0 #e9dcd0, var(--shadow); transform: rotate(-2deg); }
.calendar-paper::before { position: absolute; inset: 18px; border: 1px dashed rgba(159, 86, 87, .23); border-radius: 8px; content: ""; }
.paper-label { position: relative; z-index: 2; color: var(--coral-dark); font-family: var(--display); font-size: 23px; font-style: italic; }
.phone-calendar { position: absolute; z-index: 2; top: 90px; left: 50%; width: min(59%, 335px); transform: translateX(-50%) rotate(2deg); }
.paper-note { position: absolute; z-index: 3; bottom: 36px; left: 38px; max-width: 18em; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.memory-copy { max-width: 570px; }
.memory-copy h2 { margin-bottom: 32px; }
.memory-copy blockquote { margin: 40px 0 0; padding: 28px 0 0 30px; border-top: 1px solid var(--line); border-left: 3px solid var(--coral); color: var(--coral-dark); font-family: var(--display); font-size: clamp(20px, 2vw, 29px); font-style: italic; line-height: 1.35; }

.privacy { padding: clamp(90px, 12vw, 180px) clamp(20px, 6vw, 100px); color: #f8f3ed; background: var(--ink); }
.privacy-top { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; max-width: 1320px; margin: 0 auto clamp(70px, 9vw, 120px); gap: 50px; }
.privacy-top h2 { grid-row: 2; }
.privacy-top .chapter-label { grid-column: 1 / -1; }
.privacy-top > p:last-child { color: #aeb9b9; }
.privacy-top h2 em { color: #e8c4bc; }
.privacy-boundary { display: grid; grid-template-columns: minmax(350px, .9fr) minmax(470px, 1.1fr); max-width: 1320px; min-height: 830px; margin: auto; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 48px; background: #283133; }
.boundary-copy { align-self: center; padding: clamp(42px, 6vw, 88px); }
.boundary-label { color: #b9d0c0; font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.boundary-copy h3 { max-width: 10em; }
.proof-lines { margin: 36px 0 30px; }
.proof-lines p { display: grid; grid-template-columns: 28px 1fr; margin: 0; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); }
.proof-lines p > span { color: #b9d0c0; font-weight: 900; }
.proof-lines strong { font-size: 16px; }
.proof-lines small { grid-column: 2; margin-top: 4px; color: #aeb9b9; font-size: 13px; line-height: 1.45; }
.light-link { color: #fff; border-color: rgba(255,255,255,.4); }
.boundary-visual { position: relative; min-height: 830px; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(232, 241, 233, .18), transparent 32%), linear-gradient(145deg, #34413e, #242b2d); }
.boundary-visual::after { position: absolute; inset: 7%; border: 1px dashed rgba(185,208,192,.28); border-radius: 45%; content: ""; }
.shield-ring { position: absolute; top: 9%; left: 50%; width: 62%; aspect-ratio: 1; border: 1px solid rgba(185,208,192,.22); border-radius: 50%; transform: translateX(-50%); }
.phone-privacy { position: absolute; z-index: 2; bottom: -17%; left: 50%; width: min(52%, 340px); transform: translateX(-50%); }
.local-stamp { position: absolute; z-index: 4; top: 15%; right: 8%; width: 112px; height: 112px; display: grid; place-content: center; margin: 0; border: 2px solid #b9d0c0; border-radius: 50%; color: #b9d0c0; font-weight: 900; letter-spacing: .1em; text-align: center; transform: rotate(8deg); }
.local-stamp small { font-size: 10px; font-weight: 700; letter-spacing: .07em; }
.honesty { max-width: 1000px; margin: 110px auto 0; text-align: center; }
.honesty h3 { margin: 0 auto 24px; font-family: var(--display); font-weight: 400; line-height: 1.15; }
.honesty > p:not(.eyebrow) { color: #aeb9b9; font-size: 16px; }
.honesty > a { display: inline-block; margin-top: 12px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.45); font-weight: 760; }

.launch { position: relative; display: grid; grid-template-columns: minmax(390px, .8fr) minmax(430px, 1.2fr); min-height: 930px; padding: clamp(90px, 11vw, 165px) clamp(20px, 7vw, 120px); overflow: hidden; gap: clamp(50px, 9vw, 145px); background: linear-gradient(135deg, #f6e8e2, #edf3ea); }
.launch::after { position: absolute; right: -13vw; bottom: -20vw; width: 55vw; aspect-ratio: 1; border: 1px solid rgba(100,126,109,.2); border-radius: 50%; content: ""; }
.launch-mascot-wrap { position: relative; align-self: stretch; min-height: 630px; }
.launch-mascot-wrap > img { position: absolute; z-index: 3; bottom: 0; left: 50%; width: min(65%, 315px); filter: drop-shadow(0 30px 22px rgba(70,52,46,.14)); transform: translateX(-50%); }
.launch-sun { position: absolute; top: 17%; left: 50%; width: min(90%, 480px); aspect-ratio: 1; border-radius: 50%; background: rgba(255,253,249,.78); box-shadow: 0 0 0 35px rgba(255,253,249,.25); transform: translateX(-50%); }
.speech-launch { top: 2%; right: 0; }
.launch-copy { align-self: center; max-width: 720px; }
.launch-copy h2 { margin-bottom: 30px; }
.launch-copy > p:not(.chapter-label):not(.launch-fineprint) { max-width: 39em; color: var(--muted); font-size: 18px; line-height: 1.6; }
.countdown { margin-top: 40px; padding: 26px 0; border-top: 1px solid rgba(100,126,109,.23); border-bottom: 1px solid rgba(100,126,109,.23); }
.countdown-label { margin-bottom: 20px; color: var(--sage); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.countdown-numbers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.countdown-numbers span { display: grid; }
.countdown-numbers strong { font-family: var(--display); font-size: clamp(38px, 5vw, 72px); font-weight: 400; line-height: 1; }
.countdown-numbers small { margin-top: 6px; color: var(--muted); font-size: 12px; text-transform: uppercase; }
.countdown-status { margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.launch-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.launch-fineprint { margin: 17px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.final-note { padding: clamp(100px, 14vw, 210px) 20px; color: #fff; background: var(--coral-dark); text-align: center; }
.final-note .kicker { color: #f4d8d1; }
.final-note h2 { margin: 0 auto 42px; }
.final-note h2 em { color: #fff; }
.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; padding: 45px clamp(20px, 5vw, 80px); gap: 20px 40px; color: var(--muted); background: var(--surface); font-size: 13px; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; font-weight: 700; }
.copyright { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line); text-align: center; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 1; transform: translateY(18px); transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

@keyframes tami-breathe { 0%,100% { transform: scaleY(1) translateY(0); } 50% { transform: scaleY(1.012) translateY(-5px); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes steam { 0% { opacity: 0; transform: translateY(15px) scale(.7); } 50% { opacity: .7; } 100% { opacity: 0; transform: translateY(-25px) translateX(8px) scale(1.2); } }
@keyframes flower-drift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px) rotate(15deg); } }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr 1fr; padding-inline: 34px; }
  .hero-scene { min-height: 600px; }
  .daily-moment, .phase, .phase-period, .privacy-boundary { grid-template-columns: 1fr 1.15fr; }
  .moment-copy, .phase-copy, .boundary-copy { padding: 45px; }
  .memory { grid-template-columns: 1.05fr .95fr; gap: 50px; }
  .launch { padding-inline: 45px; gap: 55px; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 74px; }
  .site-header { min-height: 70px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: calc(100% + 8px); right: 16px; left: 16px; display: none; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,253,249,.98); box-shadow: var(--shadow); }
  .site-nav[data-open] { display: grid; }
  .site-nav a { padding: 13px 14px; }
  .nav-launch { text-align: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 64px 24px 80px; }
  .hero-copy { justify-self: start; }
  .hero-scene { width: min(100%, 580px); min-height: 620px; margin: 0 auto; }
  .intro, .rhythm, .privacy { padding-inline: 24px; }
  .intro-heading, .rhythm-head, .privacy-top { grid-template-columns: 1fr; }
  .privacy-top h2 { grid-row: auto; }
  .daily-moment, .phase, .phase-period, .privacy-boundary, .memory, .launch { grid-template-columns: 1fr; }
  .daily-moment, .phase, .privacy-boundary { border-radius: 34px; }
  .moment-scene { min-height: 680px; }
  .phase { min-height: auto; }
  .phase-stage { min-height: 660px; }
  .phase-period .phase-stage { order: 2; }
  .memory { padding-inline: 24px; }
  .memory-visual { order: 2; justify-self: center; }
  .calendar-paper { min-height: 680px; }
  .privacy-boundary { min-height: auto; }
  .boundary-visual { min-height: 720px; }
  .launch { padding-inline: 24px; }
  .launch-copy { order: -1; }
  .launch-mascot-wrap { min-height: 590px; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .site-footer nav { justify-content: center; }
}

@media (max-width: 540px) {
  h1 { font-size: clamp(52px, 16.5vw, 75px); }
  h2 { font-size: clamp(44px, 13vw, 64px); }
  .hero { padding-top: 48px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-line { max-width: 25em; }
  .hero-scene { min-height: 510px; }
  .phone-hero { top: 12%; right: 1%; width: 47%; }
  .mascot-hero { left: 0; width: 46%; }
  .speech-hero { top: 0; left: 0; padding: 13px 15px; font-size: 12px; }
  .scene-note { right: 0; bottom: 2%; max-width: 14em; font-size: 14px; }
  .intro, .rhythm, .privacy, .memory { padding-block: 86px; }
  .intro-heading { margin-bottom: 58px; }
  .daily-moment { min-height: auto; }
  .moment-copy, .phase-copy, .boundary-copy { padding: 34px 26px; }
  .moment-scene { min-height: 520px; }
  .phone-resting { top: 8%; right: 5%; width: 47%; }
  .mascot-resting { left: 2%; width: 45%; }
  .hand-note { bottom: 5%; font-size: 20px; }
  .rhythm-head { margin-bottom: 62px; }
  .phase { margin-bottom: 32px; }
  .phase-stage { min-height: 500px; }
  .phase-phone { width: 45%; }
  .phase-mascot { width: 46%; }
  .phase-number { top: 15px; left: 18px; font-size: 80px; }
  .phase-period .phase-number { right: 18px; }
  .calendar-paper { min-height: 590px; padding: 28px; }
  .phone-calendar { top: 85px; width: 66%; }
  .paper-note { right: 28px; bottom: 28px; left: 28px; }
  .privacy-top { margin-bottom: 58px; }
  .boundary-visual { min-height: 580px; }
  .phone-privacy { bottom: -10%; width: 65%; }
  .local-stamp { top: 8%; width: 90px; height: 90px; font-size: 13px; }
  .honesty { margin-top: 75px; }
  .launch { min-height: auto; padding-block: 90px; }
  .countdown-numbers { gap: 4px; }
  .countdown-numbers strong { font-size: 42px; }
  .launch-mascot-wrap { min-height: 500px; }
  .speech-launch { top: 0; right: 0; padding: 13px 15px; font-size: 12px; }
  .site-footer nav { flex-direction: column; gap: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (prefers-contrast: more) {
  :root { --muted: #4d5759; --line: #9b8b80; }
  .phone, .daily-moment, .phase, .privacy-boundary { border-width: 2px; }
}

/* Compact phone-led revision */
.compact-hero {
  min-height: 760px;
  padding-block: clamp(55px, 6vw, 86px);
}

.compact-hero-scene {
  min-height: 590px;
  overflow: clip;
}

.hero-phone-primary,
.hero-phone-secondary {
  position: absolute;
  z-index: 2;
  width: min(45%, 278px);
}

.hero-phone-primary {
  top: 4%;
  right: 8%;
  transform: rotate(3deg);
}

.hero-phone-secondary {
  z-index: 1;
  bottom: -20%;
  left: 3%;
  width: min(39%, 238px);
  opacity: .92;
  transform: rotate(-6deg);
}

.compact-hero-scene .scene-note {
  right: 1%;
  bottom: 2%;
  max-width: 20em;
}

.compact-story {
  padding: clamp(86px, 9vw, 132px) clamp(20px, 6vw, 100px) clamp(75px, 8vw, 112px);
  background: var(--surface);
}

.compact-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  align-items: end;
  max-width: 1320px;
  margin: 0 auto 64px;
  gap: 45px;
}

.compact-heading > p {
  max-width: 31em;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.phone-story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1320px;
  margin: auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 42px;
  background: var(--paper);
}

.phone-story-item {
  display: grid;
  grid-template-rows: 470px auto;
  min-width: 0;
  padding: 34px 34px 30px;
  border-right: 1px solid var(--line);
}

.phone-story-item:last-child { border-right: 0; }
.story-prepare { background: linear-gradient(180deg, var(--blue-soft), var(--paper) 70%); }
.story-period { background: linear-gradient(180deg, var(--coral-soft), var(--paper) 70%); }
.story-calendar { background: linear-gradient(180deg, var(--sage-soft), var(--paper) 70%); }

.story-phone {
  align-self: start;
  justify-self: center;
  width: min(78%, 235px);
  transform: rotate(-2deg);
  transition: transform .35s ease;
}

.phone-story-item:nth-child(2) .story-phone { transform: rotate(2deg); }
.phone-story-item:hover .story-phone { transform: translateY(-5px) rotate(0); }

.story-copy {
  position: relative;
  z-index: 3;
  align-self: end;
  padding-top: 26px;
}

.story-copy h3 {
  margin-bottom: 12px;
  font-size: clamp(25px, 2.3vw, 36px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.story-copy > p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.health-note,
.terms-note {
  max-width: 980px;
  margin: 34px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.health-note a,
.terms-note a {
  color: var(--ink);
  border-bottom: 1px solid currentColor;
  font-weight: 750;
}

.swipe-hint { display: none; }

.compact-privacy {
  padding-block: clamp(82px, 9vw, 130px);
}

.compact-privacy .privacy-top {
  margin-bottom: 62px;
}

.compact-boundary {
  min-height: 650px;
}

.compact-boundary .boundary-copy {
  padding-block: 52px;
}

.compact-boundary .boundary-copy h3 {
  font-size: clamp(34px, 3.7vw, 55px);
}

.compact-boundary .proof-lines {
  margin-block: 25px;
}

.compact-boundary .proof-lines p {
  padding: 13px 0;
}

.compact-boundary-visual {
  min-height: 650px;
}

.compact-boundary-visual .phone-privacy {
  bottom: -25%;
  width: min(48%, 310px);
}

.compact-privacy .terms-note {
  color: #aeb9b9;
}

.compact-privacy .terms-note a { color: #fff; }

.compact-launch {
  grid-template-columns: minmax(360px, .9fr) minmax(500px, 1.1fr);
  align-items: center;
  min-height: 680px;
  padding-block: clamp(80px, 9vw, 125px);
}

.compact-launch .launch-copy {
  align-self: center;
}

.compact-launch .launch-copy h2 {
  font-size: clamp(48px, 5.8vw, 82px);
}

.launch-panel {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid rgba(100,126,109,.22);
  border-radius: 34px;
  background: rgba(255,253,249,.72);
  box-shadow: 0 25px 70px rgba(67,49,44,.08);
}

.launch-panel .countdown { margin-top: 0; }

@media (max-width: 1040px) {
  .compact-hero { grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); }
  .phone-story-item { grid-template-rows: 420px auto; padding-inline: 24px; }
  .story-phone { width: min(88%, 220px); }
  .compact-launch { grid-template-columns: minmax(300px, .8fr) minmax(430px, 1.2fr); padding-inline: 34px; }
}

@media (max-width: 800px) {
  .compact-hero { grid-template-columns: 1fr; min-height: auto; }
  .compact-hero-scene { min-height: 510px; }
  .hero-phone-primary { right: 7%; width: min(48%, 245px); }
  .hero-phone-secondary { bottom: -18%; left: 5%; width: min(40%, 205px); }
  .compact-heading { grid-template-columns: 1fr; margin-bottom: 26px; gap: 24px; }
  .swipe-hint { display: block; max-width: 1320px; margin: 0 auto 16px; color: var(--coral-dark); font-size: 13px; font-weight: 750; }
  .phone-story {
    display: flex;
    overflow-x: auto;
    border-radius: 30px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--coral) transparent;
  }
  .phone-story-item {
    flex: 0 0 min(78vw, 390px);
    grid-template-rows: 420px auto;
    min-height: 610px;
    border-right: 1px solid var(--line);
    scroll-snap-align: start;
  }
  .phone-story-item:last-child { border-right: 0; }
  .story-phone { width: min(78%, 220px); }
  .compact-boundary { grid-template-columns: 1fr; }
  .compact-boundary-visual { min-height: 510px; }
  .compact-boundary-visual .phone-privacy { bottom: -32%; width: min(60%, 280px); }
  .compact-launch { grid-template-columns: 1fr; min-height: auto; padding-inline: 24px; }
  .compact-launch .launch-copy { order: initial; }
  .launch-panel { padding: 26px; }
}

@media (max-width: 540px) {
  .compact-hero { padding-bottom: 60px; }
  .compact-hero-scene { min-height: 430px; }
  .hero-phone-primary { top: 1%; right: 2%; width: 50%; }
  .hero-phone-secondary { bottom: -22%; left: 1%; width: 43%; }
  .compact-hero-scene .scene-note { bottom: 4%; max-width: 15em; }
  .compact-story { padding-block: 76px 70px; }
  .phone-story-item { flex-basis: 84vw; grid-template-rows: 390px auto; min-height: 580px; padding: 28px 24px; }
  .story-phone { width: min(76%, 205px); }
  .compact-privacy { padding-block: 76px; }
  .compact-privacy .privacy-top { margin-bottom: 45px; }
  .compact-boundary-visual { min-height: 470px; }
  .compact-launch { padding-block: 76px; gap: 38px; }
  .launch-panel { border-radius: 26px; }
}

/* Refined, phone-led product page */
:root {
  --ink: #24292a;
  --muted: #667071;
  --paper: #faf6f0;
  --paper-deep: #f3e9df;
  --surface: #fffdf9;
  --line: #e5dcd4;
  --coral: #c97b78;
  --coral-dark: #995b5b;
  --coral-soft: #f4e6e2;
  --sage: #647b69;
  --sage-soft: #e9f0e8;
  --blue-soft: #e4edf1;
  --gold-soft: #f4edda;
}

body { background: var(--paper); }
.site-header { min-height: 70px; padding-block: 11px; background: rgba(250,246,240,.92); }
.brand img { box-shadow: none; }
.hero::before { background: linear-gradient(135deg, #fffdf9, var(--paper)); }
.hero::after { display: none; }
.compact-hero {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  min-height: 720px;
  max-width: 1480px;
  margin: auto;
  padding-block: clamp(62px, 7vw, 96px);
  gap: clamp(40px, 6vw, 90px);
}
.compact-hero .hero-copy { max-width: 720px; }
.compact-hero h1 { margin-bottom: 22px; font-size: clamp(52px, 6.1vw, 86px); line-height: .94; letter-spacing: -.058em; }
.compact-hero .hero-lede { max-width: 28em; font-size: clamp(18px, 1.55vw, 22px); }
.compact-hero .button { min-height: 50px; box-shadow: none; }
.compact-hero-scene { min-height: 550px; overflow: visible; background: transparent; }
.compact-hero-scene::before,
.compact-hero-scene::after { display: none; }
.hero-phone-primary {
  top: 50%;
  right: 50%;
  width: min(72%, 292px);
  transform: translate(50%, -50%);
}
.hero-phone-secondary,
.compact-hero-scene .scene-note { display: none; }

.phone {
  padding: 6px;
  border-width: 1px;
  border-radius: 32px;
  box-shadow: 0 18px 44px rgba(38,33,31,.12);
}
.phone::before { display: none; }
.phone img { border-radius: 26px; }
.phone-speaker { top: 12px; height: 4px; }

.compact-story { padding: clamp(76px, 7vw, 104px) clamp(20px, 5.5vw, 90px); }
.compact-heading { max-width: 1240px; margin-bottom: 46px; gap: 48px; }
.compact-heading h2,
.privacy-top h2,
.compact-launch .launch-copy h2 { font-size: clamp(42px, 5vw, 68px); line-height: .98; }
.compact-heading > p { font-size: 17px; }
.phone-story {
  max-width: 1240px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  gap: clamp(22px, 3vw, 38px);
}
.phone-story:focus-visible { outline: 3px solid var(--coral-dark); outline-offset: 8px; border-radius: 18px; }
.phone-story-item {
  grid-template-rows: 410px auto;
  min-height: 0;
  padding: 30px 28px 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
}
.phone-story-item:last-child { border-right: 1px solid var(--line); }
.story-prepare { border-top: 4px solid #9db7c3; }
.story-period { border-top: 4px solid var(--coral); }
.story-fertility { border-top: 4px solid #d2ba72; }
.story-phone,
.phone-story-item:nth-child(2) .story-phone {
  width: min(76%, 210px);
  transform: none;
  transition: transform .25s ease;
}
.phone-story-item:hover .story-phone { transform: translateY(-3px); }
.story-copy { padding-top: 20px; }
.story-copy h3 { font-size: clamp(26px, 2.1vw, 32px); }
.story-copy > p:not(.eyebrow) { font-size: 15px; }

.history-example {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(320px, .75fr);
  align-items: center;
  max-width: 1120px;
  margin: 72px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #f7f1e9;
}
.history-screen { padding: 22px; background: var(--surface); }
.history-screen img { width: 100%; border: 1px solid #e7ded6; border-radius: 18px; }
.history-copy { padding: clamp(30px, 5vw, 62px); }
.history-copy h3 { margin-bottom: 16px; font-size: clamp(31px, 3.4vw, 48px); line-height: 1.02; letter-spacing: -.045em; }
.history-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.58; }
.history-key { display: grid; margin: 26px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); gap: 11px; list-style: none; color: var(--muted); font-size: 13px; font-weight: 720; }
.history-key li { display: flex; align-items: center; gap: 10px; }
.key-dot { width: 10px; height: 10px; border-radius: 50%; }
.key-spotting { border: 2px solid var(--coral); background: var(--surface); }
.key-period { background: var(--coral); }
.key-estimate { background: #d9bf68; }
.health-note { margin-top: 28px; }

.compact-privacy { padding-block: clamp(76px, 7vw, 104px); }
.compact-privacy .privacy-top { margin-bottom: 48px; }
.compact-boundary {
  grid-template-columns: minmax(380px, 1fr) minmax(390px, .9fr);
  min-height: 610px;
  max-width: 1240px;
  border-radius: 28px;
  box-shadow: none;
}
.compact-boundary .boundary-copy { padding: clamp(38px, 5vw, 64px); }
.compact-boundary .boundary-copy h3 { font-size: clamp(34px, 3.5vw, 50px); }
.compact-boundary .proof-lines p { padding: 11px 0; }
.compact-boundary .proof-lines small { line-height: 1.4; }
.compact-boundary-visual {
  min-height: 610px;
  background: #33403d;
}
.compact-boundary-visual::after { display: none; }
.compact-boundary-visual .phone-privacy {
  bottom: -19%;
  width: min(58%, 286px);
  transform: translateX(-50%);
}

.compact-launch {
  grid-template-columns: minmax(330px, .85fr) minmax(470px, 1.15fr);
  min-height: 610px;
  padding-block: clamp(74px, 7vw, 100px);
}
.launch-panel {
  padding: clamp(26px, 3.5vw, 42px);
  border-radius: 28px;
  background: rgba(255,253,249,.8);
  box-shadow: none;
}
.countdown { padding-block: 20px; }
.countdown-label { margin-bottom: 16px; }
.countdown-numbers { gap: 8px; }
.countdown-numbers strong { font-size: clamp(38px, 4vw, 58px); }

@media (max-width: 1040px) {
  .compact-hero { grid-template-columns: minmax(0, 1fr) minmax(310px, .65fr); }
  .phone-story-item { grid-template-rows: 380px auto; padding-inline: 20px; }
  .story-phone { width: min(82%, 200px); }
  .compact-launch { grid-template-columns: minmax(280px, .8fr) minmax(420px, 1.2fr); }
}

@media (max-width: 800px) {
  .compact-hero { grid-template-columns: 1fr; padding-top: 70px; }
  .compact-hero .hero-copy { justify-self: start; }
  .compact-hero-scene { min-height: 460px; }
  .hero-phone-primary { width: min(52%, 252px); }
  .compact-heading { margin-bottom: 24px; }
  .phone-story {
    display: flex;
    overflow-x: auto;
    padding: 2px 3px 14px;
    gap: 16px;
    scroll-padding-inline: 3px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
  }
  .phone-story-item,
  .phone-story-item:last-child {
    flex: 0 0 min(78vw, 365px);
    grid-template-rows: 385px auto;
    min-height: 565px;
    border: 1px solid var(--line);
    border-top-width: 4px;
    scroll-snap-align: start;
  }
  .history-example { grid-template-columns: 1fr; margin-top: 54px; }
  .history-screen { padding: 16px; }
  .history-copy { padding: 32px 28px 36px; }
  .compact-boundary { grid-template-columns: 1fr; }
  .compact-boundary-visual { min-height: 490px; }
  .compact-boundary-visual .phone-privacy { bottom: -25%; width: min(50%, 250px); }
  .compact-launch { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .site-header { min-height: 64px; }
  .compact-hero { min-height: auto; padding-top: 58px; padding-bottom: 52px; }
  .compact-hero h1 { font-size: clamp(46px, 14vw, 64px); }
  .compact-hero-scene { min-height: 400px; }
  .hero-phone-primary { width: min(58%, 228px); }
  .compact-story,
  .compact-privacy,
  .compact-launch { padding-block: 64px; }
  .phone-story-item,
  .phone-story-item:last-child {
    flex-basis: 84vw;
    grid-template-rows: 360px auto;
    min-height: 540px;
    padding: 24px 20px;
  }
  .story-phone { width: min(72%, 190px); }
  .history-example { margin-top: 44px; border-radius: 22px; }
  .history-copy h3 { font-size: 31px; }
  .compact-boundary { border-radius: 22px; }
  .compact-boundary-visual { min-height: 430px; }
  .compact-boundary-visual .phone-privacy { bottom: -27%; width: min(57%, 230px); }
  .launch-panel { border-radius: 22px; }
  .countdown-numbers strong { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .story-phone { transition: none; }
  .phone-story-item:hover .story-phone { transform: none; }
}
