/* ============================================================
   Pip — sweetlittleeggs.com
   A calm little friend for the 4-to-10 year old in your life.
   Aesthetic: refined minimalism with organic warmth.
   Typography: Fraunces (variable, soft axis).
   ============================================================ */

/* -- Variable font: Fraunces (self-hosted, no third parties) -- */
/* Vietnamese */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('/static/fonts/fraunces-italic-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* Latin Extended */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('/static/fonts/fraunces-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Latin */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('/static/fonts/fraunces-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Vietnamese */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/static/fonts/fraunces-normal-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* Latin Extended */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/static/fonts/fraunces-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Latin */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/static/fonts/fraunces-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* Pip's SwiftUI palette, ported */
  --peachy-coral:   #FFBFAD;
  --peachy-shadow:  #D98870;
  --peachy-deep:    #C96F58;
  /* Darker variant for text on peach-soft background (WCAG AA at ~4.7:1) */
  --peachy-ink:     #9E4532;
  --sage:           #D9EBE0;
  --sage-deep:      #C8DFD0;
  --sage-shadow:    rgba(51, 38, 26, 0.06);
  --cream-surface:  rgba(255, 253, 250, 0.62);
  --cream-solid:    #FFFDF8;
  --peach-soft:     #FFF5F0;
  --ink:            #2B1E12;
  --ink-soft:       #5A4A3A;
  --label:          #8A7560;
  --blush:          #F9A8A8;
  --line:           rgba(51, 38, 26, 0.14);
  --line-soft:      rgba(51, 38, 26, 0.08);

  /* Typography */
  --font: 'Fraunces', ui-serif, Georgia, 'Times New Roman', serif;

  /* Spacing tokens */
  --gutter:   clamp(20px, 4vw, 40px);
  --section:  clamp(64px, 9vw, 120px);
  --content:  min(100% - var(--gutter) * 2, 1120px);
}

/* -- Reset + defaults -- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  font-variation-settings: 'opsz' 14, 'SOFT' 30, 'wght' 420;
  font-feature-settings: 'kern', 'liga', 'ss01';
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft);
  background: var(--sage);
  background-image:
    radial-gradient(ellipse at top, rgba(255, 191, 173, 0.12), transparent 60%),
    radial-gradient(ellipse at bottom, rgba(200, 223, 208, 0.4), transparent 55%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='1'/%3E%3CfeColorMatrix values='0 0 0 0 0.17 0 0 0 0 0.12 0 0 0 0 0.07 0 0 0 0.07 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--peachy-deep);
  outline-offset: 3px;
  border-radius: 6px;
}

/* -- Headings -- */
h1, h2, h3, h4 {
  font-family: var(--font);
  color: var(--ink);
  margin: 0;
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'wght' 600;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

h1 {
  font-size: clamp(2.2rem, 5.4vw, 4.2rem);
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'wght' 580;
}

h2 {
  font-size: clamp(1.85rem, 3.8vw, 3rem);
  font-variation-settings: 'opsz' 120, 'SOFT' 80, 'wght' 560;
}

h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
h4 { font-size: 1.05rem; font-variation-settings: 'opsz' 20, 'SOFT' 40, 'wght' 620; }

p { margin: 0 0 1em; max-width: 58ch; }
p:last-child { margin-bottom: 0; }

/* -- Small label -- */
.label {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--label);
  margin-bottom: 1.1rem;
  font-variation-settings: 'opsz' 9, 'SOFT' 0, 'wght' 500;
}

/* -- Layout -- */
.wrap {
  width: var(--content);
  margin-inline: auto;
}

main { display: block; }

section {
  padding-block: var(--section);
  position: relative;
}

section + section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(80%, 880px);
  border-top: 1px dashed var(--line);
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  background: rgba(217, 235, 224, 0.72);
  border-bottom: 1px solid var(--line-soft);
}
.nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 16px;
}
.nav .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.08rem;
  color: var(--ink);
  font-variation-settings: 'opsz' 20, 'SOFT' 60, 'wght' 620;
  letter-spacing: -0.01em;
}
.nav .brand .brandmark {
  width: 22px;
  height: 26px;
  display: inline-block;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: clamp(18px, 3vw, 36px);
}
.nav ul a {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-variation-settings: 'opsz' 9, 'SOFT' 0, 'wght' 520;
  transition: color 0.3s ease;
}
.nav ul a:hover { color: var(--peachy-deep); }

/* ============================================================
   PIP CHARACTER
   ============================================================ */
.pip {
  display: inline-block;
  position: relative;
  --pip-scale: 1;
  transform: scale(var(--pip-scale));
  transform-origin: center;
}
.pip svg { overflow: visible; }

.pip .body {
  transform-origin: center;
  animation: pip-breathe 3.4s ease-in-out infinite;
}
.pip .eye-left, .pip .eye-right {
  transform-origin: center;
  animation: pip-blink 5.8s ease-in-out infinite;
}
.pip .eye-right { animation-delay: 0.04s; }

.pip:hover .body {
  animation: pip-breathe 3.4s ease-in-out infinite, pip-wiggle 0.8s ease-out;
}

@keyframes pip-breathe {
  0%, 100% { transform: scaleY(1)    scaleX(1);    }
  50%      { transform: scaleY(1.02) scaleX(1.005);}
}

@keyframes pip-blink {
  0%, 92%, 100% { transform: scaleY(1); }
  94%, 96%      { transform: scaleY(0.08); }
}

@keyframes pip-wiggle {
  0%   { rotate: 0deg; }
  25%  { rotate: -2deg; }
  50%  { rotate: 3deg; }
  75%  { rotate: -1.5deg; }
  100% { rotate: 0deg; }
}

/* Floating particles around Pip */
.pip-with-particles {
  position: relative;
  display: inline-block;
}
.pip-with-particles .particle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  filter: blur(2px);
  opacity: 0;
  animation: particle-drift 22s linear infinite;
}
.pip-with-particles .particle:nth-child(1) { top: 12%;   left: 8%;    animation-delay: 0s;   width: 10px; height: 10px; }
.pip-with-particles .particle:nth-child(2) { top: 72%;   right: 6%;   animation-delay: 3s;   width: 6px;  height: 6px;  }
.pip-with-particles .particle:nth-child(3) { top: 34%;   right: -4%;  animation-delay: 6s;   width: 8px;  height: 8px;  }
.pip-with-particles .particle:nth-child(4) { bottom: 4%; left: 18%;   animation-delay: 9s;   width: 7px;  height: 7px;  }
.pip-with-particles .particle:nth-child(5) { top: 2%;    left: 66%;   animation-delay: 12s;  width: 9px;  height: 9px;  }

@keyframes particle-drift {
  0%   { transform: translate(0, 0)        scale(1);    opacity: 0;    }
  10%  { opacity: 0.55; }
  50%  { transform: translate(-8px, -18px) scale(1.2);  opacity: 0.75; }
  90%  { opacity: 0.3; }
  100% { transform: translate(6px, 20px)   scale(0.9);  opacity: 0;    }
}

/* ============================================================
   HERO
   ============================================================ */
.hero { padding-top: clamp(60px, 10vw, 120px); padding-bottom: clamp(40px, 7vw, 90px); }
.hero::before { display: none; }

.hero .wrap {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.hero-copy { max-width: 30ch; }
.hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.6rem);
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'wght' 560;
  margin-bottom: 1rem;
  color: var(--ink);
}
.hero h1 em {
  font-style: italic;
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'wght' 380;
  color: var(--peachy-deep);
}
.hero .lede {
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 2rem;
  max-width: 36ch;
}

.hero-art {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 4vw, 50px);
  min-height: 300px;
}

.hero-pull {
  margin-top: clamp(50px, 7vw, 90px);
  text-align: center;
  position: relative;
}
.hero-pull::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--peachy-shadow);
  margin: 0 auto 1.8rem;
}
.hero-pull blockquote {
  margin: 0 auto;
  font-size: clamp(1.5rem, 3.2vw, 2.3rem);
  font-style: italic;
  font-variation-settings: 'opsz' 96, 'SOFT' 100, 'wght' 400;
  color: var(--ink);
  max-width: 22ch;
  line-height: 1.25;
  letter-spacing: -0.008em;
}
.hero-pull cite {
  display: block;
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--peachy-deep);
  font-variation-settings: 'opsz' 9, 'SOFT' 20, 'wght' 560;
  margin-top: 1.5rem;
}

/* ============================================================
   APP STORE BUTTON
   ============================================================ */
.as-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ink);
  color: var(--cream-solid);
  padding: 14px 22px 14px 18px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-variation-settings: 'opsz' 14, 'SOFT' 20, 'wght' 520;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset,
              0 8px 24px -12px rgba(43, 30, 18, 0.4);
}
.as-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -10px rgba(43, 30, 18, 0.45);
  background: #1d140a;
}
.as-btn:active { transform: translateY(0); }

.as-btn .apple-logo {
  width: 18px;
  height: 22px;
  fill: currentColor;
  flex-shrink: 0;
  margin-right: 4px;
}
.as-btn .btn-label { display: flex; flex-direction: column; }
.as-btn .label-top {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
  line-height: 1.1;
  margin-bottom: 2px;
}
.as-btn .label-main {
  display: block;
  font-size: 1.08rem;
  font-variation-settings: 'opsz' 20, 'SOFT' 40, 'wght' 620;
  line-height: 1.1;
}
.as-btn .price {
  margin-left: 10px;
  padding: 6px 12px 7px;
  border-radius: 14px;
  background: var(--peachy-coral);
  color: var(--ink);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.05;
}
.as-btn .price .dollar {
  font-size: 0.98rem;
  font-variation-settings: 'opsz' 14, 'SOFT' 40, 'wght' 640;
  letter-spacing: -0.01em;
}
.as-btn .price .pay-once-tag {
  font-size: 0.58rem;
  font-variation-settings: 'opsz' 9, 'SOFT' 20, 'wght' 540;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.78;
  margin-top: 2px;
}

.fineprint {
  font-size: 0.78rem;
  color: var(--label);
  margin-top: 14px;
  max-width: 34ch;
  line-height: 1.5;
}

/* Hero snippet — a whispered moment from the full transcript */
.hero-snippet {
  margin: 1.6rem 0 2rem;
  padding: 0 0 0 18px;
  border-left: 2px solid var(--peachy-coral);
  max-width: 36ch;
}
.hero-snippet .line {
  margin: 0;
  line-height: 1.45;
  font-size: 0.98rem;
}
.hero-snippet .line.kid { color: var(--label); font-style: normal; }
.hero-snippet .line.kid::before {
  content: "Kid: ";
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--label);
  font-variation-settings: 'opsz' 9, 'SOFT' 0, 'wght' 560;
}
.hero-snippet .line.pip {
  color: var(--ink);
  font-style: italic;
  font-variation-settings: 'opsz' 20, 'SOFT' 60, 'wght' 480;
  margin-top: 0.15em;
}
.hero-snippet .line.pip::before {
  content: "Pip: ";
  font-style: normal;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--peachy-deep);
  font-variation-settings: 'opsz' 9, 'SOFT' 0, 'wght' 600;
}

/* ============================================================
   TRANSCRIPT (Section 3)
   ============================================================ */
.transcript-section { text-align: center; }
.transcript-section h2 { margin-bottom: 0.8rem; }
.transcript-section .intro {
  margin: 0 auto 3rem;
  font-size: 1.04rem;
  color: var(--ink-soft);
  max-width: 46ch;
}

.transcript {
  max-width: 560px;
  margin: 0 auto;
  background: var(--cream-surface);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  padding: clamp(28px, 4vw, 44px);
  text-align: left;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.8) inset,
    0 30px 60px -30px rgba(43, 30, 18, 0.18);
  position: relative;
}

.transcript .line {
  display: flex;
  gap: 12px;
  margin-bottom: 1rem;
  line-height: 1.55;
  font-size: 1.02rem;
}
.transcript .line:last-child { margin-bottom: 0; }

.transcript .who {
  flex-shrink: 0;
  width: 42px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--label);
  padding-top: 4px;
  font-variation-settings: 'opsz' 9, 'SOFT' 0, 'wght' 560;
}
.transcript .line.kid .text { color: var(--ink-soft); }
.transcript .line.pip .text {
  color: var(--ink);
  font-variation-settings: 'opsz' 20, 'SOFT' 60, 'wght' 500;
  font-style: italic;
}
.transcript .line.pip .who { color: var(--peachy-deep); }

/* ============================================================
   THREE PROMISES (Section 4)
   ============================================================ */
.promises-section { text-align: left; }
.promises-section .wrap { max-width: 1000px; }
.promises-section header { margin-bottom: 3.5rem; max-width: 42ch; }

.promises {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 24px);
}
.promise {
  background: var(--cream-surface);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  padding: clamp(22px, 2.6vw, 30px);
  position: relative;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.3, 1), box-shadow 0.35s ease;
}
.promise:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -24px rgba(43, 30, 18, 0.22);
}
.promise--anchor {
  background: linear-gradient(155deg, var(--peach-soft) 0%, var(--cream-surface) 100%);
  border: 1px solid rgba(217, 136, 112, 0.28);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset,
              0 14px 36px -20px rgba(217, 136, 112, 0.3);
}
.promise--anchor .num { color: var(--peachy-deep); }
.promise .num {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: var(--peachy-deep);
  margin-bottom: 1.4rem;
  font-variation-settings: 'opsz' 9, 'SOFT' 0, 'wght' 620;
}
.promise h3 {
  font-size: 1.18rem;
  color: var(--ink);
  margin-bottom: 0.7rem;
  font-variation-settings: 'opsz' 20, 'SOFT' 60, 'wght' 600;
  line-height: 1.2;
}
.promise p {
  font-size: 0.94rem;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 0;
}

/* ============================================================
   PAY ONCE (Section 5)
   ============================================================ */
.pay-once {
  background: var(--sage-deep);
  padding-block: clamp(100px, 14vw, 180px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pay-once::before { display: none; }
.pay-once::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 191, 173, 0.12), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(249, 168, 168, 0.1), transparent 45%);
  pointer-events: none;
}
.pay-once .wrap { max-width: 760px; position: relative; z-index: 1; }

.pay-once h2 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'wght' 520;
  color: var(--ink);
  margin-bottom: 2rem;
  line-height: 1.04;
  letter-spacing: -0.02em;
}
.pay-once h2 .once {
  display: block;
  font-style: italic;
  color: var(--peachy-deep);
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'wght' 380;
}

.pay-once .reason {
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-style: italic;
  font-variation-settings: 'opsz' 60, 'SOFT' 80, 'wght' 420;
  max-width: 32ch;
  margin: 0 auto 2rem;
  color: var(--ink);
  line-height: 1.4;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 2px solid var(--peachy-coral);
  text-align: left;
  display: inline-block;
}

.pay-once .support {
  font-size: 1rem;
  max-width: 52ch;
  margin: 0 auto 2.6rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

/* ============================================================
   PERSONALITY (Section 6)
   ============================================================ */
.personality-section { text-align: center; }
.personality-section .wrap { max-width: 780px; }

.personality-section .pullquote {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-style: italic;
  font-variation-settings: 'opsz' 96, 'SOFT' 100, 'wght' 420;
  color: var(--ink);
  max-width: 20ch;
  margin: 0 auto 2rem;
  line-height: 1.25;
  padding-left: 22px;
  padding-right: 22px;
  border-left: 2px solid var(--peachy-coral);
  text-align: left;
  display: inline-block;
}

.personality-section .support {
  font-size: 1.04rem;
  max-width: 52ch;
  margin: 0 auto 2.6rem;
  color: var(--ink-soft);
  line-height: 1.65;
}

.states {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
}
.state-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--cream-surface);
  border: 1px solid var(--line-soft);
  color: var(--ink-soft);
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-variation-settings: 'opsz' 14, 'SOFT' 40, 'wght' 500;
  transition: all 0.3s ease;
}
.state-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--peachy-coral);
}
.state-chip:nth-child(even)::before { background: var(--blush); }
.state-chip:hover {
  background: var(--peach-soft);
  color: var(--ink);
  transform: translateY(-2px);
}

/* ============================================================
   TESTED BY AMOR (Section 7)
   ============================================================ */
.amor-section .wrap { max-width: 760px; }

.amor-card {
  background: var(--peach-soft);
  border: 2px dashed rgba(217, 136, 112, 0.5);
  border-radius: 22px;
  padding: clamp(44px, 5vw, 68px) clamp(36px, 5vw, 60px);
  position: relative;
  text-align: center;
}

.amor-star {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 1.6rem;
  color: var(--peachy-deep);
}

.amor-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-variation-settings: 'opsz' 96, 'SOFT' 100, 'wght' 560;
  color: var(--ink);
  margin-bottom: 0.3rem;
}

.amor-card .opinion-label {
  display: block;
  font-size: 0.9rem;
  font-style: italic;
  color: var(--peachy-ink);
  margin-bottom: 1.8rem;
  font-variation-settings: 'opsz' 14, 'SOFT' 60, 'wght' 520;
  letter-spacing: 0.02em;
}

.amor-card blockquote {
  margin: 0;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.55;
  color: var(--ink);
  font-variation-settings: 'opsz' 20, 'SOFT' 60, 'wght' 440;
  font-style: italic;
  max-width: 44ch;
  margin-inline: auto;
}
.amor-card blockquote strong {
  font-style: normal;
  font-variation-settings: 'opsz' 20, 'SOFT' 60, 'wght' 700;
  letter-spacing: 0.04em;
  color: var(--peachy-ink);
}

/* ============================================================
   HERITAGE (Section 8)
   ============================================================ */
.heritage-section .wrap { max-width: 880px; }
.heritage-section header { margin-bottom: 3rem; max-width: 50ch; }
.heritage-section p { font-size: 1.02rem; line-height: 1.7; }

.heritage-row {
  display: flex;
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
  justify-content: center;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.heritage-item { text-align: center; }
.heritage-item .then {
  width: 160px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px -20px rgba(43, 30, 18, 0.3);
  border: 1px solid var(--line-soft);
  background: #000;
}
.heritage-item .then img { width: 100%; height: 100%; object-fit: cover; }
.heritage-item .now {
  width: 160px;
  height: 120px;
  border-radius: 8px;
  background: var(--sage);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px -20px rgba(43, 30, 18, 0.22);
  border: 1px solid var(--line-soft);
}
.heritage-item .year {
  display: block;
  margin-top: 14px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--label);
  font-variation-settings: 'opsz' 9, 'SOFT' 0, 'wght' 520;
}
.heritage-item .title {
  display: block;
  margin-top: 4px;
  font-size: 0.96rem;
  font-style: italic;
  color: var(--ink);
  font-variation-settings: 'opsz' 20, 'SOFT' 60, 'wght' 460;
}
.heritage-arrow {
  font-size: 1.8rem;
  color: var(--peachy-deep);
  opacity: 0.55;
  font-variation-settings: 'opsz' 20, 'SOFT' 0, 'wght' 300;
  align-self: center;
}

.cocreator-line {
  text-align: center;
  margin-top: 3rem;
  font-size: 1rem;
  color: var(--ink-soft);
  font-style: italic;
  font-variation-settings: 'opsz' 20, 'SOFT' 60, 'wght' 460;
}

/* ============================================================
   FAQ (Section 9)
   ============================================================ */
.faq-section .wrap { max-width: 680px; }
.faq-section header { text-align: center; margin-bottom: 3rem; }

.faq-item {
  padding-block: 1.6rem;
  border-bottom: 1px solid var(--line-soft);
}
.faq-item:last-child { border-bottom: none; }
.faq-item h3 {
  font-size: 1.08rem;
  color: var(--ink);
  margin-bottom: 0.5rem;
  font-variation-settings: 'opsz' 20, 'SOFT' 60, 'wght' 600;
}
.faq-item p {
  font-size: 0.98rem;
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: none;
}

/* ============================================================
   FINAL CTA + FOOTER (Section 10)
   ============================================================ */
.final-cta {
  text-align: center;
  padding-block: clamp(80px, 12vw, 140px);
}
.final-cta .wrap { max-width: 520px; }
.final-cta h2 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'wght' 560;
}
.final-cta .subline {
  font-size: 1rem;
  color: var(--ink-soft);
  margin-bottom: 2.2rem;
  font-style: italic;
  font-variation-settings: 'opsz' 20, 'SOFT' 60, 'wght' 440;
}

footer.site-footer {
  background: var(--ink);
  color: var(--cream-solid);
  padding-block: 36px;
  font-size: 0.82rem;
}
footer.site-footer::before { display: none; }
footer.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
footer.site-footer a {
  color: var(--peachy-coral);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 191, 173, 0.55);
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
footer.site-footer a:hover {
  color: var(--cream-solid);
  text-decoration-color: var(--cream-solid);
}
footer.site-footer .right { opacity: 0.7; font-style: italic; }

/* ============================================================
   LEGAL + PRESS PAGES
   ============================================================ */
.legal-page {
  padding-top: clamp(60px, 10vw, 120px);
  padding-bottom: clamp(60px, 10vw, 120px);
}
.legal-page::before { display: none; }
.legal-page .wrap { max-width: 720px; }

.legal-backlink {
  display: inline-block;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--peachy-deep);
  margin-bottom: 2rem;
  font-variation-settings: 'opsz' 9, 'SOFT' 0, 'wght' 520;
  transition: color 0.2s ease, transform 0.2s ease;
}
.legal-backlink:hover { color: var(--ink); transform: translateX(-2px); }

.legal-header { margin-bottom: 3rem; }
.legal-header h1 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'wght' 560;
  line-height: 1.1;
  margin-bottom: 1.4rem;
}
.legal-header .legal-lede {
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--ink);
  margin-bottom: 1.2rem;
  max-width: 46ch;
  font-variation-settings: 'opsz' 20, 'SOFT' 60, 'wght' 420;
}
.legal-header .legal-updated {
  font-size: 0.82rem;
  color: var(--label);
  font-style: italic;
}

.legal-body { max-width: 62ch; }
.legal-body section { margin-bottom: 2.4rem; }
.legal-body h2 {
  font-size: 1.28rem;
  color: var(--ink);
  margin-bottom: 0.8rem;
  font-variation-settings: 'opsz' 20, 'SOFT' 60, 'wght' 620;
  letter-spacing: -0.005em;
}
.legal-body p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 0.9rem;
}
.legal-body p:last-child { margin-bottom: 0; }
.legal-body ul {
  padding-left: 1.2em;
  margin: 0.4rem 0;
}
.legal-body li {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 0.5rem;
}
.legal-body li::marker { color: var(--peachy-shadow); }
.legal-body code {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.88em;
  background: var(--cream-surface);
  padding: 2px 7px;
  border-radius: 5px;
  border: 1px solid var(--line-soft);
}
.legal-body a {
  color: var(--peachy-deep);
  border-bottom: 1px dashed var(--peachy-shadow);
  padding-bottom: 1px;
}
.legal-body a:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.legal-footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px dashed var(--line);
  text-align: center;
}
.legal-footer p {
  font-size: 0.88rem;
  color: var(--label);
  margin-bottom: 0.4rem;
}
.legal-footer .fineprint {
  font-size: 0.78rem;
  font-style: italic;
}
.legal-footer a {
  color: var(--peachy-deep);
  border-bottom: 1px dashed var(--peachy-shadow);
}

/* ============================================================
   PRESS PAGE
   ============================================================ */
.press-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 2rem 0 3rem;
}
.press-card {
  background: var(--cream-surface);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  padding: clamp(20px, 2.6vw, 28px);
}
.press-card h3 {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--label);
  font-variation-settings: 'opsz' 9, 'SOFT' 0, 'wght' 560;
  margin-bottom: 0.6rem;
}
.press-card p {
  font-size: 0.94rem;
  line-height: 1.55;
  margin-bottom: 0.6rem;
}
.press-card code {
  display: block;
  background: var(--sage);
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.84rem;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  color: var(--ink);
  white-space: pre-wrap;
  word-break: break-word;
  overflow-x: auto;
  line-height: 1.5;
}
.press-download-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.press-download-list li {
  padding: 10px 0;
  border-bottom: 1px dashed var(--line-soft);
  font-size: 0.94rem;
}
.press-download-list li:last-child { border-bottom: none; }
.press-download-list a {
  color: var(--peachy-deep);
  font-variation-settings: 'opsz' 14, 'SOFT' 40, 'wght' 560;
}

@media (max-width: 720px) {
  .press-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .promises { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .hero .wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-copy { max-width: none; margin-inline: auto; }
  .hero-art { order: -1; min-height: 260px; }
  .hero .lede { margin-inline: auto; }
  .hero-snippet { margin-inline: auto; text-align: left; }
  .nav ul { gap: 14px; }
  .nav ul a { font-size: 0.74rem; }
  .heritage-arrow { transform: rotate(90deg); }
  .transcript .line { font-size: 0.96rem; }
}

@media (max-width: 560px) {
  .promises { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 2.2rem; }
  .pay-once h2 { font-size: 2.2rem; }
  .as-btn { padding: 12px 18px 12px 16px; }
  .as-btn .label-main { font-size: 0.96rem; }
  .transcript { padding: 22px; }
  .amor-card { padding: 40px 26px; }
  .nav .brand { font-size: 0.96rem; }
  .nav ul a { font-size: 0.66rem; letter-spacing: 0.05em; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .pip .body, .pip .eye-left, .pip .eye-right { animation: none; }
  .pip-with-particles .particle { display: none; }
}

/* ============================================================
   ENTRY ANIMATIONS
   ============================================================ */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero h1, .hero .lede, .hero .as-btn, .hero .fineprint, .hero-art, .hero-pull {
  animation: fade-up 0.9s cubic-bezier(0.2, 0.8, 0.3, 1) backwards;
}
.hero h1       { animation-delay: 0.05s; }
.hero .lede    { animation-delay: 0.18s; }
.hero .as-btn  { animation-delay: 0.28s; }
.hero .fineprint { animation-delay: 0.38s; }
.hero-art      { animation-delay: 0.2s; }
.hero-pull     { animation-delay: 0.6s; }
