:root {
  --pink: #ec0059;
  --pink-dark: #b90045;
  --coral: #ff5b37;
  --orange: #ff7a1a;
  --cream: #fff8ef;
  --paper: #fffdf9;
  --ink: #17120f;
  --espresso: #2a1813;
  --muted: #685c55;
  --line: rgba(44, 25, 15, .14);
  --rose: #f6dfe6;
  --apricot: #ffe6bf;
  --soft-pink: #fff0f5;
  --shadow: 0 26px 70px rgba(91, 36, 8, .15);
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --script: "Segoe Script", "Bradley Hand", cursive;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 18px; line-height: 1.62; }
img { display: block; width: 100%; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(3.35rem, 6.2vw, 6.35rem); font-weight: 900; line-height: .9; text-transform: uppercase; }
h1 em { display: inline-block; color: var(--pink); font-family: var(--script); font-size: .76em; font-style: normal; text-transform: none; transform: rotate(-2deg); }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4.8vw, 4.8rem); font-weight: 900; line-height: 1; }
h2 em { color: var(--pink); font-family: var(--script); font-size: .8em; font-style: normal; }
p { margin-bottom: 20px; }

.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 13px; color: var(--pink); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 15px 24px; border: 0; border-radius: 999px; font-weight: 900; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--pink); box-shadow: 0 14px 34px rgba(236, 0, 89, .25); }

.top-note { display: flex; justify-content: center; gap: clamp(14px, 4vw, 48px); padding: 8px 18px; color: #fff8e9; background: var(--espresso); font-size: .7rem; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.top-note strong { color: #ffd27b; }
.site-header { position: absolute; inset: 37px 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 14px max(20px, calc((100vw - 1180px) / 2)); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: white; background: var(--pink); font-weight: 950; box-shadow: 0 8px 24px rgba(236, 0, 89, .22); }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.header-link { color: #5a4840; font-size: .82rem; font-weight: 900; text-decoration: none; }
.header-link span { display: inline-grid; min-width: 42px; margin-left: 6px; place-items: center; padding: 4px 7px; border-radius: 999px; color: white; background: var(--pink); }

.hero { position: relative; min-height: calc(100svh - 36px); display: flex; align-items: center; overflow: hidden; padding: 112px max(20px, calc((100vw - 1180px) / 2)) 48px; background: var(--cream); isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -3; inset: 0 0 0 54%; background: var(--apricot); }
.hero::after { content: ""; position: absolute; z-index: -2; right: 0; bottom: 0; width: 44%; height: 26%; background: var(--rose); }
.hero-copy { position: relative; z-index: 5; width: min(56%, 660px); }
.hero-lead { max-width: 570px; margin-bottom: 16px; color: #4e3e37; font-size: clamp(1.2rem, 2vw, 1.48rem); font-weight: 750; }
.hero-text { max-width: 610px; color: var(--muted); font-size: 1.02rem; }
.hero-promises { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.hero-promises span { padding: 7px 11px; border: 1px solid rgba(236,0,89,.14); border-radius: 999px; color: #684f48; background: rgba(255,255,255,.7); font-size: .74rem; }
.hero-visual { position: absolute; z-index: 1; inset: 104px 1.5vw 26px 52%; }
.hero-photo { position: absolute; overflow: hidden; margin: 0; border: 7px solid white; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.hero-photo img { height: 100%; object-fit: cover; }
.hero-photo-main { inset: 0 7% 2% 8%; transform: rotate(1.5deg); }
.hero-photo-main img { object-position: center 36%; }
.hero-stamp { position: absolute; z-index: 4; top: 4%; right: 1%; display: flex; width: 132px; height: 132px; align-items: center; gap: 7px; padding: 21px; border: 4px solid white; border-radius: 50%; color: white; background: var(--coral); box-shadow: 0 20px 42px rgba(173,51,19,.28); transform: rotate(7deg); }
.hero-stamp strong { font-size: 3rem; line-height: 1; }
.hero-stamp span { font-size: .64rem; font-weight: 950; line-height: 1.2; letter-spacing: .05em; text-transform: uppercase; }

.welcome { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(42px, 7vw, 90px); padding-block: 110px; }
.welcome-heading h2 { max-width: 570px; }
.welcome-copy { color: var(--muted); font-size: 1.08rem; }
.welcome-copy strong { color: var(--pink-dark); font-size: 1.18em; }
.nadine-note { grid-column: 1 / -1; display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 30px; padding: 30px 36px; border-left: 5px solid var(--pink); background: var(--paper); box-shadow: 0 18px 50px rgba(76,28,7,.08); }
.nadine-note p { max-width: 800px; margin: 0; font-size: clamp(1.18rem, 2vw, 1.55rem); }
.note-label { color: var(--pink); font-family: var(--script); font-size: 1.35rem; font-weight: 700; }

.statement-band { padding: 78px 24px; color: white; background: var(--pink); text-align: center; }
.statement-band p { max-width: 1000px; margin: 0 auto 18px; font-size: clamp(2.4rem, 5.6vw, 5.5rem); font-weight: 900; line-height: .98; }
.statement-band span { font-family: var(--script); font-size: clamp(1.1rem, 2vw, 1.55rem); }

.moment { padding-block: 110px; border-bottom: 1px solid var(--line); }
.moment-energy { background: var(--paper); }
.moment-body { background: var(--rose); }
.moment-woman { background: var(--apricot); }
.moment-time { background: white; }
.moment-life { color: white; background: var(--espresso); }
.moment-help { background: var(--soft-pink); }
.moment-inner { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: clamp(34px, 6vw, 86px); align-items: start; }
.moment:has(.moment-photo) .moment-inner { grid-template-columns: 120px minmax(0, 1fr) minmax(270px, .75fr); }
.moment-side { position: sticky; top: 90px; }
.moment-number { display: block; color: var(--pink); font-size: clamp(4.7rem, 8vw, 8.5rem); font-weight: 950; line-height: .8; }
.moment-word { display: block; margin-top: 18px; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.moment-life .moment-word { color: #d7c7c0; }
.moment-copy { max-width: 700px; }
.moment-copy h2 { max-width: 770px; }
.moment-lead { color: #4f4039; font-size: clamp(1.16rem, 2vw, 1.4rem); font-weight: 750; }
.moment-life .moment-lead, .moment-life .moment-copy > p:not(.eyebrow) { color: #eaded8; }
.question { margin: 36px 0 26px; padding: 24px 0; border-top: 2px solid currentColor; border-bottom: 1px solid currentColor; }
.question span { display: block; margin-bottom: 9px; color: var(--pink); font-size: .72rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.question p { margin: 0; font-size: clamp(1.35rem, 2.5vw, 2rem); font-weight: 850; line-height: 1.24; }
.tiny-step { padding-left: 20px; border-left: 4px solid var(--pink); color: var(--muted); }
.moment-life .tiny-step { color: #d8c9c3; }
.hit-button { display: inline-flex; align-items: center; gap: 11px; margin-top: 28px; padding: 12px 0; border: 0; border-bottom: 2px solid currentColor; color: inherit; background: transparent; cursor: pointer; font-weight: 900; }
.hit-button span { width: 20px; height: 20px; border: 2px solid var(--pink); border-radius: 50%; transition: background .18s ease, box-shadow .18s ease; }
.hit-button[aria-pressed="true"] { color: var(--pink); }
.hit-button[aria-pressed="true"] span { background: var(--pink); box-shadow: inset 0 0 0 4px currentColor; }
.moment-photo { align-self: center; margin: 0; transform: rotate(2deg); }
.moment-photo img { aspect-ratio: .78; border: 7px solid white; border-radius: 24px; object-fit: cover; object-position: center 34%; box-shadow: var(--shadow); }
.moment-body .moment-inner { grid-template-columns: 100px minmax(0, 1fr) minmax(360px, .95fr); }
.before-after { transform: none; }
.before-after-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 12px; }
.comparison-shot { position: relative; }
.before-after .comparison-shot:first-child { transform: rotate(-2deg); }
.before-after .comparison-shot:last-child { transform: translateY(-12px) rotate(2deg); }
.before-after .comparison-shot img { aspect-ratio: .68; object-position: center; }
.comparison-label { position: absolute; right: 12px; bottom: 12px; padding: 5px 9px; border-radius: 999px; color: white; background: var(--pink); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.before-after figcaption { max-width: 390px; margin-top: 22px; color: var(--pink-dark); font-family: var(--sans); font-size: 1rem; font-weight: 850; line-height: 1.45; transform: none; }
.moment-life .moment-photo img { object-position: center; }
.moment-photo figcaption { max-width: 280px; margin: 16px auto 0; color: var(--muted); font-family: var(--script); font-size: 1rem; text-align: center; transform: rotate(-2deg); }
.moment-life .moment-photo figcaption { color: #eaded8; }

.life-break { display: grid; grid-template-columns: minmax(280px, .75fr) 1.25fr; align-items: center; gap: clamp(36px, 7vw, 88px); padding-block: 100px; }
.life-break figure { overflow: hidden; margin: 0; border: 7px solid white; border-radius: 24px; box-shadow: var(--shadow); transform: rotate(-2deg); }
.life-break img { aspect-ratio: .88; object-fit: cover; object-position: 58% center; }
.life-break blockquote { position: relative; margin: 0; }
.life-break blockquote span { position: absolute; top: -70px; left: -15px; color: var(--pink); font-family: Georgia, serif; font-size: 10rem; line-height: 1; opacity: .22; }
.life-break blockquote p { position: relative; margin: 0; font-size: clamp(2.2rem, 4.8vw, 4.8rem); font-weight: 900; line-height: 1.02; }

.result { padding-block: 120px; }
.result-intro { max-width: 780px; margin-bottom: 46px; }
.result-intro > p:last-child { color: var(--muted); font-size: 1.15rem; }
.result-panel { display: grid; grid-template-columns: 260px 1fr; overflow: hidden; color: white; background: var(--espresso); box-shadow: var(--shadow); }
.result-score { display: grid; place-content: center; padding: 50px 30px; background: var(--pink); text-align: center; }
.result-score span, .result-score small { font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.result-score strong { display: block; font-size: 7rem; line-height: 1; }
.result-copy { padding: clamp(36px, 6vw, 68px); }
.result-copy > p:first-child { font-size: clamp(1.2rem, 2vw, 1.55rem); font-weight: 750; }
.selected-points { margin: 20px 0; color: #ffd27b; font-weight: 900; }
.result-soft { color: #dfd1ca; }
.privacy-note { margin: 12px 0 0; color: #c4b2ab; font-size: .76rem; }

.closing { padding-block: 110px; background: var(--apricot); text-align: center; }
.closing-inner { max-width: 760px; }
.closing-script { margin-bottom: 0; color: var(--pink); font-family: var(--script); font-size: clamp(2rem, 5vw, 4.2rem); font-weight: 700; transform: rotate(-2deg); }
.closing h2 { margin-bottom: 24px; font-size: clamp(3.4rem, 7vw, 7rem); }
.closing-inner > p:not(.closing-script) { color: var(--muted); font-size: 1.12rem; }
.signature { margin: 35px 0 8px; }
.signature span, .signature strong { display: block; }
.signature span { color: var(--muted); font-size: .8rem; text-transform: uppercase; }
.signature strong { color: var(--pink); font-family: var(--script); font-size: 2.2rem; }
.closing a { font-weight: 900; text-underline-offset: 4px; }

.progress-dock { position: fixed; z-index: 50; right: 20px; bottom: 20px; display: grid; grid-template-columns: auto 88px auto; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid rgba(236,0,89,.15); border-radius: 999px; background: rgba(255,253,249,.93); box-shadow: 0 12px 36px rgba(42,24,19,.13); backdrop-filter: blur(12px); }
.progress-label { color: var(--muted); font-size: .7rem; font-weight: 850; }
.progress-track { overflow: hidden; height: 6px; border-radius: 999px; background: #ecdcd6; }
.progress-track span { display: block; width: 0; height: 100%; background: var(--pink); transition: width .25s ease; }
.progress-dock strong { color: var(--pink-dark); font-size: .78rem; }

.health-note { padding-block: 30px; color: var(--muted); background: var(--paper); font-size: .76rem; }
footer { padding-block: 36px; color: #decec6; background: var(--espresso); font-size: .8rem; }
.footer-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.footer-inner strong, .footer-inner span { display: block; }
.footer-inner strong { color: white; font-size: 1rem; }
.footer-inner nav { display: flex; gap: 20px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .hero { min-height: auto; display: block; padding-top: 116px; }
  .hero-copy { width: 58%; }
  .hero-visual { inset: 112px 0 24px 52%; }
  .hero-photo-main { inset: 0 4% 4% 2%; }
  .hero-stamp { width: 108px; height: 108px; }
  .hero-stamp strong { font-size: 2.4rem; }
  .moment:has(.moment-photo) .moment-inner { grid-template-columns: 100px minmax(0, 1fr); }
  .moment-body .moment-inner { grid-template-columns: 100px minmax(0, 1fr); }
  .moment:has(.moment-photo) .moment-photo { grid-column: 2; width: min(100%, 420px); }
}

@media (max-width: 720px) {
  body { font-size: 17px; }
  .section-shell { width: min(100% - 32px, 1180px); }
  .top-note { gap: 10px; font-size: .58rem; }
  .top-note span:last-child { display: none; }
  .site-header { inset: 31px 0 auto; padding-inline: 16px; }
  .header-link { font-size: 0; }
  .header-link span { margin: 0; font-size: .75rem; }
  .hero { min-height: 820px; display: flex; align-items: flex-end; padding: 110px 16px 38px; }
  .hero::before { inset: 0; background: var(--cream); }
  .hero::after { width: 100%; height: 28%; }
  .hero-copy { width: 100%; padding-top: 390px; }
  .hero-copy h1 { font-size: clamp(3.1rem, 15.5vw, 4.6rem); }
  .hero-text { font-size: .94rem; }
  .hero-visual { inset: 94px 10px auto; height: 370px; }
  .hero-photo-main { inset: 0 5% 1% 5%; }
  .hero-stamp { top: 0; right: 4px; width: 100px; height: 100px; justify-content: center; gap: 2px; padding: 10px 8px; }
  .hero-stamp strong { flex: 0 0 auto; font-size: 1.8rem; }
  .hero-stamp span { width: 36px; max-width: 36px; font-size: .41rem; line-height: 1.05; letter-spacing: 0; }
  .button { width: 100%; }
  .hero-promises { gap: 6px; }
  .hero-promises span { font-size: .64rem; }
  .welcome { grid-template-columns: 1fr; gap: 24px; padding-block: 74px; }
  .nadine-note { grid-column: auto; grid-template-columns: 1fr; gap: 10px; padding: 25px 22px; }
  .statement-band { padding: 58px 18px; }
  .moment { padding-block: 76px; }
  .moment-inner, .moment:has(.moment-photo) .moment-inner { grid-template-columns: 1fr; gap: 20px; }
  .moment-body .moment-inner { grid-template-columns: 1fr; }
  .moment-side { position: static; display: flex; align-items: flex-end; gap: 14px; }
  .moment-number { font-size: 4.2rem; }
  .moment-word { margin: 0 0 4px; }
  .moment:has(.moment-photo) .moment-photo { grid-column: auto; width: 100%; }
  .moment-photo img { max-height: 480px; }
  .life-break { grid-template-columns: 1fr; padding-block: 72px; }
  .life-break figure { width: 82%; }
  .result { padding-block: 78px; }
  .result-panel { grid-template-columns: 1fr; }
  .result-score { padding: 28px; }
  .result-score strong { font-size: 5rem; }
  .result-copy { padding: 30px 22px; }
  .closing { padding-block: 78px; }
  .progress-dock { right: 12px; bottom: 12px; grid-template-columns: 70px auto; }
  .progress-label { display: none; }
  .footer-inner { display: block; }
  .footer-inner nav { margin-top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .reveal, .progress-track span { transition: none; }
  .reveal { opacity: 1; transform: none; }
}
