/* =========================================================
   THE BERKLEY TWINS — Birthday Experience v2
   BOLD + COLORFUL + KID-CATERED
   ========================================================= */

:root {
  /* Core palette */
  --cream: #fbf3e4;
  --paper: #fff8e9;
  --ink: #1a1530;
  --navy: #1e1846;
  --navy-deep: #0a0824;

  /* Bold candy palette for the girls */
  --hot-pink: #ff2d87;
  --pink-soft: #ffb8d4;
  --sunshine: #ffd93d;
  --sky: #4ec3ff;
  --mint: #7cf0c2;
  --lavender: #c89cff;
  --tangerine: #ff8d3a;
  --rose: #ff5a8a;
  --gold: #ffc14d;

  --kid-font: "Fredoka", sans-serif;
  --display-font: "Fraunces", "Playfair Display", serif;
  --hand-font: "Caveat", cursive;
  --body-font: "Nunito", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html, body { height: 100%; overscroll-behavior: none; }
body {
  font-family: var(--body-font);
  color: var(--ink);
  background: var(--navy-deep);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
}
img { display: block; user-select: none; -webkit-user-drag: none; }

/* ---------- Stage ---------- */
.stage {
  position: fixed; inset: 0;
  display: grid; place-items: center;
  background:
    radial-gradient(ellipse at 30% 0%, #1e1846 0%, #0a0824 60%, #050414 100%);
  overflow: hidden;
}
.phone {
  position: relative;
  width: 100vw; height: 100vh;
  max-width: 460px;
  background: var(--cream);
  overflow: hidden;
  box-shadow: 0 30px 120px rgba(0,0,0,0.6);
}
@media (min-width: 500px) {
  .phone {
    height: min(100vh, 940px);
    border-radius: 40px;
    border: 1px solid rgba(255,255,255,0.06);
  }
}

/* ---------- Scroll snap ---------- */
.scroller {
  position: absolute; inset: 0;
  overflow-y: auto; overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.scroller::-webkit-scrollbar { display: none; }

.chapter {
  position: relative;
  width: 100%; height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
  isolation: isolate;
}

/* ---------- Progress + UI ---------- */
.progress-dots {
  position: fixed;
  right: 14px; top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column;
  gap: 8px;
  z-index: 30;
  pointer-events: none;
}
.progress-dots .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  transition: all 0.3s;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}
.progress-dots .dot.dark-bg { background: rgba(30,24,70,0.35); }
.progress-dots .dot.on {
  background: var(--hot-pink);
  height: 22px;
  border-radius: 6px;
  box-shadow: 0 0 16px var(--hot-pink);
}

.swipe-hint {
  position: absolute;
  bottom: 22px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  opacity: 0.75;
  pointer-events: none;
  z-index: 5;
  font-family: var(--kid-font);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.swipe-hint .arrow {
  width: 18px; height: 18px;
  border-right: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: rotate(45deg);
  animation: bob 1.4s ease-in-out infinite;
}
@keyframes bob {
  0%,100% { transform: rotate(45deg) translate(0,0); opacity: 0.45; }
  50%     { transform: rotate(45deg) translate(4px,4px); opacity: 1; }
}

/* =========================================================
   CHAPTER 1 — POPPY OPENING (gift-box door + Miami photo)
   ========================================================= */
.cover {
  position: absolute; inset: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #1a0f2e 0%, #2a1838 35%, #3a2230 70%, #1a0f1e 100%);
}
.cover-photo {
  position: absolute; inset: 0;
  background-image: url("images/opt/dad-twins-miami-cover2.jpg");
  background-size: contain;
  background-position: center 58%;
  background-repeat: no-repeat;
  filter: saturate(1.2) contrast(1.03);
  -webkit-mask: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}
.cover-tint {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,12,36,0.96) 0%, rgba(20,12,36,0.55) 20%, transparent 38%, transparent 66%, rgba(16,8,24,0.55) 86%, rgba(16,8,24,0.88) 100%),
    radial-gradient(ellipse at 50% 48%, rgba(255,180,90,0.16) 0%, transparent 55%);
  pointer-events: none;
}

/* Floating balloons drifting up */
.balloon {
  position: absolute;
  bottom: -80px;
  width: 36px; height: 46px;
  border-radius: 50% 50% 48% 48% / 55% 55% 45% 45%;
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,0.35));
  animation: floatUp 14s linear infinite;
}
.balloon::after {
  content: "";
  position: absolute;
  bottom: -2px; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid currentColor;
  opacity: 0.85;
}
.balloon::before {
  content: "";
  position: absolute;
  bottom: -90px; left: calc(50% - 0.5px);
  width: 1px; height: 88px;
  background: rgba(255,255,255,0.5);
}
.balloon.b1 { background: var(--hot-pink); color: var(--hot-pink); left: 6%;  animation-delay: 0s; }
.balloon.b2 { background: var(--sunshine); color: var(--sunshine); left: 18%; animation-delay: 3s; animation-duration: 16s; }
.balloon.b3 { background: var(--sky); color: var(--sky); left: 78%; animation-delay: 1.5s; animation-duration: 13s; }
.balloon.b4 { background: var(--pink-soft); color: var(--pink-soft); left: 90%; animation-delay: 5s; animation-duration: 15s; }
.balloon.b5 { background: var(--mint); color: var(--mint); left: 50%; animation-delay: 7s; animation-duration: 17s; }
.balloon.b6 { background: var(--lavender); color: var(--lavender); left: 32%; animation-delay: 9s; animation-duration: 14s; }
@keyframes floatUp {
  0%   { transform: translateY(0) rotate(-6deg); opacity: 0; }
  10%  { opacity: 1; }
  50%  { transform: translateY(-55vh) rotate(8deg); }
  90%  { opacity: 1; }
  100% { transform: translateY(-110vh) rotate(-4deg); opacity: 0; }
}

/* Falling confetti */
.cover-confetti {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.cover-confetti i {
  position: absolute;
  top: -20px;
  width: 10px; height: 14px;
  border-radius: 2px;
  animation: confettiFall linear infinite;
}
@keyframes confettiFall {
  0%   { transform: translateY(0) rotate(0deg); opacity: 1; }
  100% { transform: translateY(110vh) rotate(720deg); opacity: 0.5; }
}

/* ===== REACH-OUT opening (a father reaching for his daughters) ===== */
.reach-screen {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: space-between; align-items: center;
  text-align: center;
  padding: 26px 18px 26px;
  z-index: 8;
}
.reach-top { display: flex; flex-direction: column; align-items: center; }
.reach-bottom { display: flex; flex-direction: column; align-items: center; }

.reach-eyebrow {
  font-family: var(--hand-font);
  font-weight: 700;
  font-size: 26px;
  color: var(--gold);
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.7);
  opacity: 0;
  animation: reachFade 1s 0.1s forwards;
}

.hello-names {
  display: flex; flex-direction: column; align-items: center;
  gap: 0;
  margin-bottom: 6px;
}
.name-line { display: flex; justify-content: center; flex-wrap: nowrap; }

.big-letter {
  font-family: var(--display-font);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(40px, 12.5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  filter: drop-shadow(0 2px 16px rgba(0,0,0,0.6));
  display: inline-block;
  opacity: 0;
  transform: translateY(16px);
  animation: reachRise 0.85s cubic-bezier(.2,.7,.3,1) forwards;
}
@keyframes reachRise { to { opacity: 1; transform: translateY(0); } }

.hello-amp {
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(26px, 7vw, 36px);
  color: var(--gold);
  line-height: 1.0;
  opacity: 0;
  animation: reachFade 0.8s 0.55s forwards;
}

.reach-message {
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 500;
  font-size: 29px;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0,0,0,0.85);
  margin-bottom: 22px;
  max-width: 360px;
  opacity: 0;
  animation: reachFade 1.1s 1.0s forwards;
}
.reach-soft {
  display: block;
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.45;
  color: rgba(255,255,255,0.94);
  margin-top: 12px;
}

.reach-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(180deg, #ffe0a0 0%, var(--gold) 100%);
  color: #2a1810;
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.01em;
  padding: 16px 30px;
  border-radius: 999px;
  border: none;
  box-shadow: 0 12px 30px rgba(0,0,0,0.45), 0 0 0 6px rgba(255,216,138,0.16);
  cursor: pointer;
  opacity: 0;
  animation: reachFade 1s 1.5s forwards, reachGlow 3s 2.6s ease-in-out infinite;
}
.reach-btn:active { transform: scale(0.97); }
.reach-arrow { font-size: 18px; }
@keyframes reachGlow {
  0%, 100% { box-shadow: 0 12px 30px rgba(0,0,0,0.45), 0 0 0 6px rgba(255,216,138,0.16); }
  50%      { box-shadow: 0 12px 36px rgba(0,0,0,0.5),  0 0 0 13px rgba(255,216,138,0.07); }
}

.reach-sig {
  font-family: var(--hand-font);
  font-weight: 700;
  font-size: 23px;
  color: var(--gold);
  margin-top: 14px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.7);
  opacity: 0;
  animation: reachFade 1s 1.95s forwards;
}

@keyframes reachFade {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   GENERIC: Chapter intro sticker
   ========================================================= */
.chapter-label {
  position: relative;
  display: inline-block;
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  transform: rotate(-2deg);
}
.chapter-label.pink   { background: var(--hot-pink); color: white; }
.chapter-label.yellow { background: var(--sunshine); color: var(--ink); }
.chapter-label.mint   { background: var(--mint); color: var(--ink); }
.chapter-label.sky    { background: var(--sky); color: var(--ink); }
.chapter-label.lavender { background: var(--lavender); color: var(--ink); }
.chapter-label.tangerine { background: var(--tangerine); color: white; }

/* =========================================================
   CHAPTER 2 — LETTER
   ========================================================= */
.letter-wrap {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 0%, #fff6e0 0%, #fff8e9 60%),
    var(--paper);
  padding: 36px 22px 90px;
  overflow-y: auto;
  scrollbar-width: none;
}
.letter-wrap::-webkit-scrollbar { display: none; }

/* Notebook-paper background lines */
.letter-wrap::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 50px;
  width: 1.5px;
  background: var(--pink-soft);
  opacity: 0.5;
}
.letter-head {
  text-align: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.letter-head h2 {
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  color: var(--navy);
  margin-top: 10px;
  line-height: 1.05;
}
.letter-head h2 .accent {
  color: var(--hot-pink);
  font-style: italic;
}
.letter-head .small {
  font-family: var(--kid-font);
  font-weight: 600;
  font-size: 14px;
  color: var(--hot-pink);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-top: 8px;
}

.letter-paper {
  background: white;
  border-radius: 6px;
  padding: 26px 22px 30px;
  box-shadow:
    0 1px 0 rgba(0,0,0,0.05),
    0 8px 22px rgba(30,21,48,0.10),
    0 30px 50px rgba(30,21,48,0.08);
  border: 1px solid rgba(30,24,70,0.06);
  position: relative;
  background-image:
    repeating-linear-gradient(transparent 0, transparent 27px, rgba(78,195,255,0.18) 28px);
  background-position: 0 4px;
}

/* tape pieces */
.tape {
  position: absolute;
  width: 60px; height: 22px;
  background: rgba(255,217,61,0.7);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 2;
}
.tape.tl { top: -10px; left: -8px; transform: rotate(-12deg); }
.tape.tr { top: -10px; right: -8px; transform: rotate(12deg); background: rgba(255,184,212,0.75); }
.tape.bl { bottom: -8px; left: 20%; transform: rotate(6deg); background: rgba(124,240,194,0.7); }

.letter-to {
  font-family: var(--hand-font);
  font-size: 26px;
  color: var(--hot-pink);
  margin-bottom: 2px;
  font-weight: 600;
}
.letter-date {
  font-family: var(--body-font);
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(30,24,70,0.55);
  margin-bottom: 16px;
}
.letter-text {
  font-family: var(--hand-font);
  color: var(--navy);
  font-size: 25px;
  line-height: 1.55;
  white-space: pre-wrap;
  min-height: 420px;
  font-weight: 500;
}
.letter-text .cursor {
  display: inline-block;
  width: 2px; height: 1em;
  background: var(--hot-pink);
  vertical-align: -0.15em;
  margin-left: 2px;
  animation: blink 0.7s steps(2) infinite;
}
@keyframes blink { 50% { opacity: 0; } }
.letter-signature {
  margin-top: 22px;
  text-align: right;
  font-family: var(--hand-font);
  font-size: 38px;
  color: var(--hot-pink);
  font-weight: 700;
  transform: rotate(-3deg);
  line-height: 1;
}
.letter-skip {
  display: block;
  margin: 14px auto 0;
  font-family: var(--kid-font);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(30,24,70,0.5);
  background: none;
  border: none;
  cursor: pointer;
}

.letter-doodles {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.letter-doodles.d1 { top: 70px; right: 8px; font-size: 38px; transform: rotate(15deg); }
.letter-doodles.d2 { bottom: 100px; left: 14px; font-size: 32px; transform: rotate(-20deg); }

/* =========================================================
   CHAPTER 3 — MOMENTS
   ========================================================= */
.moments-wrap {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 100%, rgba(255,45,135,0.18) 0%, transparent 50%),
    radial-gradient(circle at 20% 0%, rgba(78,195,255,0.18) 0%, transparent 50%),
    linear-gradient(180deg, #1e1846 0%, #0a0824 100%);
  color: var(--cream);
  padding: 38px 0 90px;
  overflow-y: auto;
  scrollbar-width: none;
}
.moments-wrap::-webkit-scrollbar { display: none; }

.moments-head {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 18px;
}
.moments-head h2 {
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.05;
  margin: 14px 0 10px;
}
.moments-head h2 .em {
  color: var(--sunshine);
  font-style: italic;
}
.moments-head .kid-sub {
  font-family: var(--kid-font);
  font-weight: 600;
  font-size: 17px;
  color: var(--pink-soft);
  margin-bottom: 4px;
}
.moments-head .adult-sub {
  font-family: var(--body-font);
  font-size: 14px;
  opacity: 0.65;
  line-height: 1.5;
  max-width: 320px;
  margin: 0 auto;
}

.polaroid-rail {
  display: flex;
  gap: 16px;
  padding: 20px 28px 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.polaroid-rail::-webkit-scrollbar { display: none; }

.polaroid {
  flex: 0 0 80%;
  scroll-snap-align: center;
  background: white;
  padding: 12px 12px 16px;
  border-radius: 4px;
  box-shadow:
    0 4px 0 rgba(0,0,0,0.4),
    0 22px 50px rgba(0,0,0,0.5);
  transform: rotate(var(--tilt, 0deg));
  position: relative;
  transition: transform 0.4s;
}
.polaroid:active { transform: rotate(0) scale(0.98); }
.polaroid .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background: #ddd;
}
.polaroid img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.polaroid .moment-sticker {
  position: absolute;
  top: -10px; right: -8px;
  background: var(--hot-pink);
  color: white;
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 14px;
  border: 2px solid var(--ink);
  transform: rotate(8deg);
  z-index: 2;
  box-shadow: 2px 2px 0 var(--ink);
}
.polaroid .moment-sticker.s2 { background: var(--sunshine); color: var(--ink); transform: rotate(-6deg); top: -10px; left: -10px; right: auto; }
.polaroid .moment-sticker.s3 { background: var(--mint); color: var(--ink); }
.polaroid .moment-sticker.s4 { background: var(--lavender); color: var(--ink); }
.polaroid .moment-sticker.s5 { background: var(--sky); color: var(--ink); }
.polaroid .moment-sticker.s6 { background: var(--tangerine); color: white; }

/* "Every memory" chapter — vivid, devoted, archive-of-love */
.moments-wrap.taken {
  background:
    radial-gradient(circle at 80% 100%, rgba(255,45,135,0.18) 0%, transparent 50%),
    radial-gradient(circle at 20% 0%, rgba(78,195,255,0.18) 0%, transparent 50%),
    linear-gradient(180deg, #1e1846 0%, #0e0a28 100%);
}
.moments-wrap.taken .moments-head h2 .em-rose {
  color: var(--hot-pink);
  font-style: italic;
  position: relative;
}
.moments-wrap.taken .moments-head h2 .em-rose::after {
  content: "";
  position: absolute;
  left: -2px; right: -2px;
  bottom: 6px;
  height: 3px;
  background: var(--sunshine);
  border-radius: 2px;
  opacity: 0.9;
}
.moments-wrap.taken .moments-head .kid-sub {
  color: var(--sunshine);
  font-weight: 700;
}
.polaroid.taken-frame {
  background: #fff8e9;
}
.polaroid.taken-frame .img-box {
  position: relative;
}
.taken-stamp {
  position: absolute;
  top: -8px; right: -8px;
  background: var(--sunshine);
  color: var(--ink);
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.16em;
  padding: 5px 10px;
  border-radius: 14px;
  border: 2px solid var(--ink);
  z-index: 3;
  text-transform: uppercase;
  transform: rotate(8deg);
  box-shadow: 2px 2px 0 var(--ink);
  white-space: nowrap;
}
.taken-kicker {
  color: var(--sunshine) !important;
  font-style: italic;
  text-shadow: 0 2px 12px rgba(255,217,61,0.5);
}

/* REBUILT chapter (AI with Dad — warm, hopeful) */
.moments-wrap.rebuilt {
  background:
    radial-gradient(circle at 30% 10%, rgba(255,217,61,0.18) 0%, transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(255,45,135,0.20) 0%, transparent 55%),
    linear-gradient(180deg, #2a1e5a 0%, #1e1846 100%);
}
.polaroid.rebuilt-frame {
  background: #fff8e9;
  box-shadow:
    0 4px 0 rgba(0,0,0,0.4),
    0 0 0 2px var(--sunshine),
    0 22px 50px rgba(255,193,77,0.25),
    0 22px 50px rgba(0,0,0,0.4);
}
.rebuilt-stamp {
  position: absolute;
  top: 10px; right: 10px;
  background: var(--sunshine);
  color: var(--ink);
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.18em;
  padding: 5px 9px;
  border-radius: 4px;
  border: 1.5px solid var(--ink);
  z-index: 3;
  text-transform: uppercase;
  transform: rotate(4deg);
  box-shadow: 2px 2px 0 var(--ink);
}

.polaroid .caption {
  margin-top: 14px;
  text-align: center;
  padding: 0 4px;
}
.polaroid .caption .kid {
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 19px;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 6px;
}
.polaroid .caption .kid .accent { color: var(--hot-pink); }
.polaroid .caption .adult {
  font-family: var(--hand-font);
  font-size: 17px;
  color: rgba(30,24,70,0.7);
  line-height: 1.25;
  font-weight: 500;
}

.moments-foot {
  text-align: center;
  padding: 0 32px;
  margin-top: 4px;
}
.moments-foot .kid {
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 20px;
  color: var(--sunshine);
  margin-bottom: 4px;
}
.moments-foot .adult {
  font-family: var(--body-font);
  font-size: 14px;
  opacity: 0.65;
  line-height: 1.4;
}

/* =========================================================
   CHAPTER 4 — VOICE
   ========================================================= */
.voice-wrap {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,193,77,0.25) 0%, transparent 50%),
    linear-gradient(180deg, #2a1e5a 0%, #0a0824 100%);
  color: var(--cream);
  padding: 40px 22px 90px;
  overflow-y: auto;
  scrollbar-width: none;
}
.voice-wrap::-webkit-scrollbar { display: none; }
.voice-head { text-align: center; margin-bottom: 18px; }
.voice-head h2 {
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  margin: 12px 0 8px;
  line-height: 1.05;
}
.voice-head h2 .em { color: var(--mint); font-style: italic; }
.voice-head .kid-sub {
  font-family: var(--kid-font);
  font-weight: 600;
  font-size: 17px;
  color: var(--sunshine);
  margin-bottom: 4px;
}
.voice-head .adult-sub {
  font-family: var(--body-font);
  font-size: 14px;
  opacity: 0.65;
  line-height: 1.5;
  max-width: 320px;
  margin: 0 auto;
}

.memo-list { display: flex; flex-direction: column; gap: 12px; margin-top: 12px; }
.memo {
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.25s;
}
.memo:active { transform: scale(0.98); }
.memo.playing {
  background: rgba(255,45,135,0.18);
  border-color: var(--hot-pink);
  box-shadow: 0 6px 24px rgba(255,45,135,0.3);
}
.memo .play-btn {
  flex: 0 0 48px; height: 48px;
  border-radius: 50%;
  background: var(--hot-pink);
  display: grid; place-items: center;
  color: white;
  border: 3px solid var(--ink);
  box-shadow: 0 4px 0 var(--ink);
  font-size: 16px;
  font-weight: 700;
}
.memo.playing .play-btn { background: var(--sunshine); color: var(--ink); }
.memo .info { flex: 1; min-width: 0; }
.memo .info .title {
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 2px;
  line-height: 1.15;
}
.memo .info .sub {
  font-family: var(--body-font);
  font-size: 14px;
  opacity: 0.6;
}
.memo .duration {
  font-family: var(--kid-font);
  font-weight: 600;
  font-size: 14px;
  opacity: 0.65;
  letter-spacing: 0.04em;
}
.waveform {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 2.5px;
  height: 26px;
  opacity: 0;
  transition: opacity 0.3s;
}
.memo.playing .waveform { opacity: 1; }
.waveform .bar {
  flex: 1;
  background: var(--pink-soft);
  border-radius: 2px;
  min-height: 3px;
  transition: height 0.12s ease;
}
.memo.playing .waveform .bar { background: var(--sunshine); }

/* =========================================================
   CHAPTER 5 — CHAT
   ========================================================= */
.chat-wrap {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,141,58,0.2) 0%, transparent 50%),
    var(--cream);
  color: var(--ink);
  padding: 32px 16px 18px;
  display: flex; flex-direction: column;
}
.chat-head { text-align: center; margin-bottom: 12px; }
.chat-head h2 {
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  margin: 10px 0 4px;
  color: var(--navy);
  line-height: 1.05;
}
.chat-head h2 .em { color: var(--hot-pink); font-style: italic; }
.chat-head .kid-sub {
  font-family: var(--kid-font);
  font-weight: 600;
  font-size: 14px;
  color: var(--hot-pink);
}
.chat-window {
  flex: 1;
  background: white;
  border-radius: 22px;
  margin-top: 10px;
  box-shadow: 0 14px 40px rgba(30,24,70,0.15);
  border: 2px solid var(--ink);
  display: flex; flex-direction: column;
  overflow: hidden;
  min-height: 0;
}
.chat-header {
  background: linear-gradient(135deg, var(--navy) 0%, var(--hot-pink) 180%);
  color: var(--cream);
  padding: 12px 14px;
  display: flex; align-items: center; gap: 10px;
  flex: 0 0 auto;
}
.chat-header .avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--hot-pink);
  overflow: hidden;
  border: 2px solid var(--sunshine);
  box-shadow: 0 0 0 1px var(--ink);
}
.chat-header .avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.chat-header .who { flex: 1; }
.chat-header .who .name {
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 17px;
}
.chat-header .who .status {
  font-family: var(--body-font);
  font-size: 14px;
  opacity: 0.8;
  display: flex; align-items: center; gap: 5px;
}
.chat-header .who .status .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 8px var(--mint);
}
.chat-header .heart-emoji { font-size: 22px; }

.chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 14px 12px;
  display: flex; flex-direction: column; gap: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,217,61,0.08) 0%, transparent 50%),
    white;
}
.chat-bubble {
  max-width: 80%;
  padding: 11px 15px;
  border-radius: 20px;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.4;
  word-wrap: break-word;
  animation: bubbleIn 0.3s ease-out;
}
@keyframes bubbleIn {
  from { opacity: 0; transform: translateY(6px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.chat-bubble.dad {
  align-self: flex-start;
  background: var(--cream);
  color: var(--navy);
  border-bottom-left-radius: 6px;
  border: 1.5px solid rgba(30,24,70,0.1);
}
.chat-bubble.kid {
  align-self: flex-end;
  background: var(--hot-pink);
  color: white;
  border-bottom-right-radius: 6px;
}
.chat-bubble.typing {
  background: var(--cream);
  align-self: flex-start;
  border-bottom-left-radius: 6px;
  display: flex; gap: 4px;
  border: 1.5px solid rgba(30,24,70,0.1);
}
.chat-bubble.typing span {
  width: 7px; height: 7px;
  background: var(--hot-pink);
  border-radius: 50%;
  opacity: 0.5;
  animation: typing 1.2s infinite;
}
.chat-bubble.typing span:nth-child(2) { animation-delay: 0.15s; }
.chat-bubble.typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes typing {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.5; }
  30% { transform: translateY(-5px); opacity: 1; }
}

.suggested {
  display: flex; gap: 6px; flex-wrap: wrap;
  padding: 0 12px 10px;
  background: white;
}
.suggested button {
  background: var(--pink-soft);
  border: 2px solid var(--ink);
  color: var(--ink);
  font-family: var(--kid-font);
  font-weight: 600;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 2px 2px 0 var(--ink);
}
.suggested button:active { transform: translate(2px, 2px); box-shadow: 0 0 0 var(--ink); }

.chat-input {
  display: flex; gap: 8px;
  padding: 10px 12px;
  border-top: 2px solid rgba(30,24,70,0.08);
  background: white;
}
.chat-input input {
  flex: 1;
  border: 2px solid rgba(30,24,70,0.12);
  border-radius: 999px;
  padding: 10px 14px;
  font-family: var(--body-font);
  font-size: 14px;
  outline: none;
  background: var(--cream);
}
.chat-input input:focus { border-color: var(--hot-pink); }
.chat-input button {
  background: var(--hot-pink);
  border: 2px solid var(--ink);
  border-radius: 50%;
  width: 42px; height: 42px;
  color: white;
  cursor: pointer;
  display: grid; place-items: center;
  flex: 0 0 42px;
  box-shadow: 2px 2px 0 var(--ink);
}
.chat-input button:disabled { opacity: 0.4; }
.chat-input button:active:not(:disabled) { transform: translate(2px, 2px); box-shadow: 0 0 0 var(--ink); }

/* =========================================================
   CHAPTER 6 — VIDEOS
   ========================================================= */
.video-wrap {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 100%, rgba(124,240,194,0.15) 0%, transparent 50%),
    radial-gradient(circle at 100% 0%, rgba(200,156,255,0.18) 0%, transparent 50%),
    linear-gradient(180deg, #0a0824 0%, #1e1846 100%);
  color: var(--cream);
  padding: 40px 22px 90px;
  overflow-y: auto;
  scrollbar-width: none;
}
.video-wrap::-webkit-scrollbar { display: none; }
.video-head { text-align: center; margin-bottom: 18px; }
.video-head h2 {
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  margin: 12px 0 8px;
  line-height: 1.05;
}
.video-head h2 .em { color: var(--lavender); font-style: italic; }
.video-head .kid-sub {
  font-family: var(--kid-font);
  font-weight: 600;
  font-size: 17px;
  color: var(--mint);
  margin-bottom: 4px;
}
.video-head .adult-sub {
  font-family: var(--body-font);
  font-size: 14px;
  opacity: 0.65;
  line-height: 1.5;
  max-width: 320px;
  margin: 0 auto;
}

.video-grid { display: flex; flex-direction: column; gap: 14px; margin-top: 14px; }
.video-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 9/13;
  background: var(--navy);
  box-shadow: 0 18px 40px rgba(0,0,0,0.5);
  cursor: pointer;
  border: 2px solid rgba(255,255,255,0.1);
}
.video-card.is-playing {
  aspect-ratio: auto;
  cursor: default;
  border-color: var(--lavender);
}
.video-card .video-el {
  display: block;
  width: 100%;
  max-height: 70vh;
  background: #000;
  border-radius: 16px;
}
.video-card .thumb {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.55) contrast(1.05) saturate(1.1);
}
.video-card .thumb-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.62) contrast(1.05) saturate(1.1);
  pointer-events: none;
}
.video-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(10,8,36,0.95) 100%);
}
.video-card .play-icon {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 68px; height: 68px;
  border-radius: 50%;
  background: white;
  display: grid; place-items: center;
  color: var(--ink);
  z-index: 2;
  border: 3px solid var(--sunshine);
  box-shadow: 0 8px 24px rgba(0,0,0,0.5), 0 0 0 6px rgba(255,217,61,0.25);
}
.video-card .label {
  position: absolute;
  bottom: 14px; left: 14px; right: 14px;
  z-index: 2;
}
.video-card .label .kid {
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1.1;
}
.video-card .label .adult {
  font-family: var(--hand-font);
  font-size: 17px;
  color: var(--sunshine);
  font-weight: 600;
  line-height: 1.1;
}
.video-card .duration {
  position: absolute;
  top: 12px; right: 12px;
  background: rgba(0,0,0,0.7);
  color: white;
  font-family: var(--kid-font);
  font-weight: 600;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 8px;
  z-index: 2;
}
.video-card .ai-tag {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--lavender);
  color: var(--ink);
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 8px;
  z-index: 2;
  border: 1.5px solid var(--ink);
}
.video-card .ai-tag.real-tag {
  background: var(--mint);
  color: var(--ink);
}

/* =========================================================
   FULLSCREEN MEDIA — pop + rotate
   ========================================================= */
.fs-media {
  position: absolute; inset: 0;
  z-index: 200;
  background: rgba(4,3,16,0.97);
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  padding: 20px 14px;
  animation: fsFade 0.22s ease;
}
@keyframes fsFade { from { opacity: 0; } to { opacity: 1; } }
.fs-el {
  max-width: 94%;
  max-height: 80%;
  object-fit: contain;
  background: #000;
  border-radius: 10px;
  border: 5px solid #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,0.7);
  animation: fsPop 0.5s cubic-bezier(.3,1.25,.4,1);
}
@keyframes fsPop {
  0%   { transform: scale(0.5) rotate(-12deg); opacity: 0.2; }
  100% { transform: scale(1) rotate(0deg); opacity: 1; }
}
.fs-cap {
  font-family: var(--hand-font);
  font-weight: 600;
  font-size: 22px;
  color: var(--cream);
  margin-top: 16px;
  text-align: center;
  max-width: 340px;
  line-height: 1.25;
}
.fs-tap-hint {
  position: absolute;
  bottom: 18px; left: 0; right: 0;
  text-align: center;
  font-family: var(--kid-font);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.fs-close {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 2;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  border: 2px solid rgba(255,255,255,0.4);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

/* =========================================================
   CALL DADDY button + truth chapter
   ========================================================= */
.call-daddy {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  background: linear-gradient(180deg, #7cf0c2 0%, #34d399 100%);
  color: #07301f;
  text-decoration: none;
  padding: 14px 26px 14px 18px;
  border-radius: 999px;
  border: 3px solid var(--ink);
  box-shadow: 0 6px 0 var(--ink), 0 16px 34px rgba(52,211,153,0.45);
  animation: callPulse 2s ease-in-out infinite;
}
.call-daddy:active { transform: translateY(6px); box-shadow: 0 0 0 var(--ink), 0 16px 34px rgba(52,211,153,0.45); }
@keyframes callPulse {
  0%, 100% { box-shadow: 0 6px 0 var(--ink), 0 16px 34px rgba(52,211,153,0.45); }
  50%      { box-shadow: 0 6px 0 var(--ink), 0 16px 44px rgba(52,211,153,0.75); }
}
.call-daddy .call-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  display: grid; place-items: center;
  color: #11a06a;
  flex: 0 0 44px;
  animation: callShake 1.6s ease-in-out infinite;
}
@keyframes callShake {
  0%, 100% { transform: rotate(0); }
  10%, 30% { transform: rotate(-12deg); }
  20%, 40% { transform: rotate(12deg); }
  50%      { transform: rotate(0); }
}
.call-daddy .call-text { display: flex; flex-direction: column; line-height: 1.1; text-align: left; }
.call-daddy .call-label {
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 16px;
}
.call-daddy .call-num {
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.02em;
}

/* TRUTH chapter */
.truth-wrap {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 0%, #fff3e0 0%, #fff8e9 55%),
    var(--paper);
  color: var(--ink);
  padding: 38px 22px 80px;
  overflow-y: auto;
  scrollbar-width: none;
  display: flex; flex-direction: column; align-items: center;
}
.truth-wrap::-webkit-scrollbar { display: none; }
.truth-head { text-align: center; margin-bottom: 18px; }
.truth-head h2 {
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  color: var(--navy);
  margin-top: 12px;
  line-height: 1.05;
}
.truth-head h2 .em-truth {
  color: var(--hot-pink);
  font-style: italic;
  position: relative;
}
.truth-head h2 .em-truth::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 4px;
  height: 4px; background: var(--sunshine); border-radius: 2px; opacity: 0.85;
}
.truth-photo {
  position: relative;
  width: 100%;
  max-width: 360px;
  background: #fff;
  padding: 10px 10px 0;
  border-radius: 4px;
  box-shadow: 0 4px 0 rgba(0,0,0,0.12), 0 18px 40px rgba(30,21,48,0.22);
  transform: rotate(-1.5deg);
  cursor: pointer;
}
.truth-photo img {
  width: 100%;
  border-radius: 2px;
  display: block;
}
.truth-photo-tag {
  position: absolute;
  top: 2px; right: -8px;
  background: var(--mint);
  color: var(--ink);
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 14px;
  border: 2px solid var(--ink);
  transform: rotate(6deg);
  box-shadow: 2px 2px 0 var(--ink);
}
.truth-body {
  margin-top: 22px;
  max-width: 380px;
}
.truth-kid {
  font-family: var(--kid-font);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  color: var(--navy);
  text-align: center;
  margin-bottom: 16px;
}
.truth-kid strong { color: var(--hot-pink); }
.truth-adult {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(26,21,48,0.82);
  text-align: center;
  border-top: 2px dashed rgba(255,45,135,0.3);
  padding-top: 16px;
}
.truth-adult strong { color: var(--hot-pink); font-weight: 800; }

/* Share story button */
.share-story {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  background: var(--navy);
  color: var(--cream);
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 16px;
  padding: 14px 26px;
  border-radius: 999px;
  border: 3px solid var(--ink);
  box-shadow: 0 6px 0 var(--ink), 0 14px 30px rgba(30,24,70,0.4);
  cursor: pointer;
}
.share-story:active { transform: translateY(6px); box-shadow: 0 0 0 var(--ink); }
.share-story .share-icon { display: grid; place-items: center; color: var(--sunshine); }
.share-sub {
  font-family: var(--hand-font);
  font-weight: 600;
  font-size: 18px;
  color: white;
  margin-top: 10px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

/* Music toggle */
.music-toggle {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 60;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(10,8,36,0.55);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.85);
  display: grid; place-items: center;
  cursor: pointer;
}
.music-toggle.on {
  background: var(--sunshine);
  border-color: var(--ink);
  color: var(--ink);
  box-shadow: 0 3px 0 var(--ink), 0 0 18px rgba(255,217,61,0.5);
}

/* =========================================================
   PROOF WALL — real photos + videos scrapbook
   ========================================================= */
.proof-wrap {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(78,195,255,0.18) 0%, transparent 50%),
    radial-gradient(circle at 90% 100%, rgba(124,240,194,0.16) 0%, transparent 50%),
    linear-gradient(180deg, #12122e 0%, #060418 100%);
  color: var(--cream);
  padding: 38px 0 90px;
  overflow-y: auto;
  scrollbar-width: none;
}
.proof-wrap::-webkit-scrollbar { display: none; }

.proof-wrap .moments-head { text-align: center; padding: 0 24px; margin-bottom: 18px; }
.proof-wrap .moments-head h2 .em-proof {
  color: var(--sky);
  font-style: italic;
  position: relative;
}
.proof-wrap .moments-head h2 .em-proof::after {
  content: "";
  position: absolute; left: -2px; right: -2px; bottom: 5px;
  height: 4px; background: var(--mint); border-radius: 2px; opacity: 0.7;
}
.proof-wrap .moments-head .kid-sub { color: var(--mint); }

.proof-grid {
  column-count: 2;
  column-gap: 14px;
  padding: 18px 18px 26px;
}
.proof-card {
  break-inside: avoid;
  margin-bottom: 18px;
  background: #fff;
  padding: 9px 9px 0;
  border-radius: 4px;
  box-shadow: 0 3px 0 rgba(0,0,0,0.4), 0 16px 30px rgba(0,0,0,0.5);
  position: relative;
}
.proof-card.tilt-0 { transform: rotate(-2deg); }
.proof-card.tilt-1 { transform: rotate(1.5deg); }
.proof-card.tilt-2 { transform: rotate(-1deg); }
.proof-card.tilt-3 { transform: rotate(2deg); }
.proof-card.tilt-4 { transform: rotate(-1.5deg); }

.proof-tape {
  position: absolute;
  top: -9px; left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 54px; height: 18px;
  background: rgba(255,217,61,0.65);
  border: 1px solid rgba(0,0,0,0.05);
  z-index: 3;
}
.proof-card.tilt-1 .proof-tape,
.proof-card.tilt-3 .proof-tape { background: rgba(124,240,194,0.6); transform: translateX(-50%) rotate(4deg); }
.proof-card.tilt-2 .proof-tape { background: rgba(255,184,212,0.65); }

.proof-media {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background: #1a1530;
  cursor: pointer;
  line-height: 0;
}
.proof-media img,
.proof-media video {
  width: 100%;
  display: block;
  border-radius: 2px;
}
.proof-media .proof-thumbvid {
  filter: brightness(0.78);
  pointer-events: none;
}
.proof-badge {
  position: absolute;
  top: 8px; left: 8px;
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1.5px solid var(--ink);
  z-index: 2;
}
.proof-badge.real { background: var(--mint); color: var(--ink); }
.proof-badge.vid  { background: var(--hot-pink); color: #fff; }
.proof-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: grid; place-items: center;
  color: var(--ink);
  border: 3px solid var(--sunshine);
  box-shadow: 0 6px 18px rgba(0,0,0,0.5);
  z-index: 2;
  pointer-events: none;
}
.proof-cap {
  font-family: var(--hand-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: var(--ink);
  padding: 9px 4px 12px;
  text-align: center;
}

.proof-kicker {
  color: var(--sky) !important;
  font-style: italic;
  text-shadow: 0 2px 14px rgba(78,195,255,0.45);
}

/* See more button */
.proof-more-wrap {
  text-align: center;
  padding: 4px 24px 18px;
}
.proof-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #5fd0ff 0%, var(--sky) 100%);
  color: var(--ink);
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.01em;
  padding: 15px 30px;
  border-radius: 999px;
  border: 3px solid var(--ink);
  box-shadow: 0 6px 0 var(--ink), 0 14px 30px rgba(78,195,255,0.35);
  cursor: pointer;
}
.proof-more-btn:active {
  transform: translateY(6px);
  box-shadow: 0 0 0 var(--ink), 0 14px 30px rgba(78,195,255,0.35);
}
.proof-more-arrow {
  font-size: 16px;
  animation: bob 1.4s ease-in-out infinite;
}
.proof-more-hint {
  font-family: var(--hand-font);
  font-weight: 600;
  font-size: 18px;
  color: var(--mint);
  margin-top: 12px;
}

/* Lightbox */
.proof-lightbox {
  position: absolute; inset: 0;
  z-index: 50;
  background: rgba(6,4,24,0.96);
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  padding: 30px 20px;
  animation: lbFade 0.25s ease;
}
@keyframes lbFade { from { opacity: 0; } to { opacity: 1; } }
.proof-lightbox img {
  max-width: 100%;
  max-height: 76vh;
  border-radius: 6px;
  border: 6px solid #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.7);
}
.proof-lightbox-cap {
  font-family: var(--hand-font);
  font-weight: 600;
  font-size: 22px;
  color: var(--cream);
  margin-top: 18px;
  text-align: center;
  max-width: 340px;
}
.proof-lightbox-close {
  position: absolute;
  top: 18px; right: 18px;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.4);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.heart-wrap {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 30%, var(--sunshine) 0%, var(--tangerine) 35%, var(--hot-pink) 80%);
  color: var(--ink);
  padding: 36px 24px 60px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.heart-wrap::-webkit-scrollbar { display: none; }
.heart-wrap > * { flex-shrink: 0; }

.heart-wrap h2 {
  font-family: var(--display-font);
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  margin: 14px 0 6px;
  line-height: 1.05;
  color: white;
  text-shadow: 0 2px 0 rgba(0,0,0,0.15);
}
.heart-wrap h2 .em {
  color: var(--sunshine);
  font-style: italic;
}
.heart-wrap .kid-sub {
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 16px;
  color: white;
  margin-bottom: 4px;
}
.heart-wrap .adult-sub {
  font-family: var(--body-font);
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
  max-width: 320px;
  margin: 0 auto;
}

.big-heart {
  position: relative;
  width: 200px; height: 200px;
  margin: 24px auto 10px;
  display: grid; place-items: center;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}
.big-heart svg { width: 100%; height: 100%; }
.big-heart .heart-fill {
  fill: var(--hot-pink);
  stroke: var(--ink);
  stroke-width: 4;
  transition: transform 0.1s ease;
  transform-box: fill-box;
  transform-origin: center;
}
.big-heart.holding .heart-fill {
  animation: heartbeat 0.7s ease-in-out infinite;
}
@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  20%      { transform: scale(1.08); }
  40%      { transform: scale(0.97); }
  60%      { transform: scale(1.05); }
}
.big-heart .progress-ring {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  overflow: visible;
}
.big-heart .progress-ring circle {
  fill: none;
  stroke: white;
  stroke-width: 4;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: center;
  transition: stroke-dashoffset 0.1s linear;
}
.heart-instruction {
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 18px;
  margin-top: 8px;
  color: white;
}
.heart-instruction .small {
  display: block;
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  opacity: 0.92;
  margin-top: 3px;
}
.heart-sent {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  font-family: var(--hand-font);
  font-size: 26px;
  color: white;
  font-weight: 700;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.6s 0.2s ease;
  text-shadow: 0 2px 0 rgba(0,0,0,0.15);
}
.heart-sent.shown { opacity: 1; transform: translateY(0); max-height: 120px; margin-top: 16px; }

.contact-card {
  margin-top: 18px;
  background: var(--navy);
  color: var(--cream);
  padding: 16px 20px;
  border-radius: 18px;
  width: 100%;
  max-width: 340px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.35);
  border: 2px solid var(--ink);
}
.contact-card .row {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-family: var(--body-font);
  font-size: 14px;
}
.contact-card .row:last-child { border-bottom: none; }
.contact-card .row .label {
  flex: 0 0 auto;
  white-space: nowrap;
  font-family: var(--kid-font);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sunshine);
}
.contact-card .row .value {
  flex: 1;
  text-align: right;
  color: var(--cream);
  text-decoration: none;
}

.confetti {
  position: absolute;
  width: 10px; height: 14px;
  pointer-events: none;
  z-index: 10;
  border-radius: 2px;
}

/* =========================================================
   SPARKLE TRAIL
   ========================================================= */
.sparkle {
  position: fixed;
  pointer-events: none;
  width: 16px; height: 16px;
  z-index: 1000;
  opacity: 1;
  animation: sparkle-pop 900ms ease-out forwards;
}
.sparkle svg { width: 100%; height: 100%; display: block; }
@keyframes sparkle-pop {
  0%   { transform: scale(0) rotate(0deg); opacity: 1; }
  30%  { transform: scale(1.1) rotate(70deg); opacity: 1; }
  100% { transform: scale(0.4) rotate(180deg) translateY(-22px); opacity: 0; }
}
