/* =========================================================
   Dad & Daughter — Father's Day Landing
   Tokenized, mobile-first design system
   ========================================================= */

:root {
  /* Brand — sampled from the official Dad & Daughter logo (Dad-Daughter-Logo-RGB.svg) */
  --color-primary:        #cf3094;  /* brand pink/magenta */
  --color-primary-light:  #fbe5f2;
  --color-primary-dark:   #a8266f;
  --color-primary-vivid:  #cf3094;

  --color-secondary:      #e8920b;  /* warm amber accent */
  --color-secondary-light:#fcefd6;
  --color-secondary-dark: #c4790a;

  /* Neutrals (warm) — charcoal/slate from the logo */
  --color-neutral-900:    #2b3035;  /* logo charcoal */
  --color-neutral-800:    #373d42;  /* logo "DAD" text */
  --color-neutral-700:    #545a67;
  --color-neutral-500:    #6b7380;  /* logo slate */
  --color-neutral-400:    #c2c0bb;
  --color-neutral-200:    #ece6dc;
  --color-neutral-100:    #f6efe4;
  --color-neutral-50:     #fbf6ef;  /* warm cream page bg */

  --color-surface:        #fffdfa;
  --color-surface-soft:   #f6efe4;
  --color-text:           #2f343a;
  --color-text-soft:      #545a67;

  /* Type — matching dadanddaughter.com */
  --font-display: "Barlow", "Trebuchet MS", sans-serif;
  --font-body: "Montserrat", system-ui, -apple-system, sans-serif;
  --font-script: "Grand Hotel", "Brush Script MT", cursive;

  --fs-display: clamp(2.6rem, 8vw, 5.5rem);
  --fs-h1:      clamp(2.3rem, 6.5vw, 4.2rem);
  --fs-h2:      clamp(1.9rem, 4.5vw, 3rem);
  --fs-h3:      clamp(1.35rem, 2.6vw, 1.9rem);
  --fs-h4:      clamp(1.1rem, 1.8vw, 1.4rem);
  --fs-body:    clamp(1rem, 1.1vw, 1.125rem);
  --fs-small:   clamp(0.85rem, 1vw, 0.95rem);

  /* Spacing scale (4px base) */
  --sp-1: 4px;  --sp-2: 8px;  --sp-3: 12px; --sp-4: 16px;
  --sp-6: 24px; --sp-8: 32px; --sp-12: 48px; --sp-16: 64px;
  --sp-24: 96px; --sp-32: 128px;

  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 24px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(35,38,46,.06), 0 2px 6px rgba(35,38,46,.05);
  --shadow-md: 0 6px 18px rgba(35,38,46,.08), 0 2px 6px rgba(35,38,46,.05);
  --shadow-lg: 0 18px 50px rgba(35,38,46,.14);
  --shadow-pink: 0 12px 32px rgba(194,10,117,.30);

  --container: 1200px;
  --container-narrow: 760px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--color-text);
  background: var(--color-neutral-50);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font-family: inherit; }

h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; margin: 0; text-wrap: balance; letter-spacing: -0.01em; }
p { margin: 0; }

.display { font-size: var(--fs-display); font-weight: 800; line-height: 1.02; letter-spacing: -0.02em; }
.h2 { font-size: var(--fs-h2); }
.h3 { font-size: var(--fs-h3); }
.h4 { font-size: var(--fs-h4); }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.5rem); }
.container--narrow { max-width: var(--container-narrow); }
.center { text-align: center; }
.section { padding-block: clamp(3.5rem, 8vw, 7rem); }
.br-d { display: none; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--color-neutral-900); color: #fff; padding: 12px 18px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Kicker / section head ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-size: clamp(0.85rem, 2vw, 0.95rem); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--color-primary); margin: 0 0 var(--sp-4);
}
.kicker--dark { color: var(--color-primary); }
.kicker--light { color: var(--color-secondary); }
.kicker__script {
  font-family: var(--font-script); text-transform: none; letter-spacing: 0;
  font-size: 1.6em; color: var(--color-secondary-dark); font-weight: 700; line-height: 1;
}
.section-head { margin-bottom: clamp(2rem, 4vw, 3.5rem); max-width: 48ch; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-sub { color: var(--color-text-soft); margin-top: var(--sp-4); font-size: 1.05rem; max-width: 60ch; }
.section-head--center .section-sub { margin-inline: auto; }
.section-sub--light { color: rgba(255,255,255,.78); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--color-primary);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 600; font-size: 1rem; text-decoration: none; cursor: pointer;
  border: 0; border-radius: var(--radius-pill);
  padding: 14px 26px; min-height: 50px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s var(--ease), color .2s var(--ease);
  will-change: transform;
}
.btn svg { flex: none; }
.btn--lg { padding: 17px 32px; min-height: 58px; font-size: 1.06rem; }
.btn--primary { background: var(--btn-bg); color: #fff; box-shadow: var(--shadow-pink); }
.btn--primary:hover { background: var(--color-primary-dark); transform: translateY(-2px); box-shadow: 0 16px 38px rgba(194,10,117,.38); }
.btn--primary:active { transform: translateY(0); }
.btn--ghost {
  background: transparent; color: var(--color-neutral-900);
  box-shadow: inset 0 0 0 2px var(--color-neutral-400);
}
.btn--ghost:hover { box-shadow: inset 0 0 0 2px var(--color-neutral-900); transform: translateY(-2px); }
.section--dark .btn--ghost { color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.4); }
.section--dark .btn--ghost:hover { box-shadow: inset 0 0 0 2px #fff; background: rgba(255,255,255,.06); }
.btn:disabled { opacity: .45; cursor: not-allowed; box-shadow: none; transform: none; }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--color-secondary); outline-offset: 3px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,246,239,.85); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-neutral-200);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding-block: 8px; }
.brand img { height: 42px; width: auto; }
.header-phone {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--color-neutral-900);
  font-size: .95rem; padding: 9px 16px; border-radius: var(--radius-pill);
  background: var(--color-surface); box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.header-phone:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.header-phone svg { color: var(--color-primary); }
.header-phone strong { font-variant-numeric: tabular-nums; white-space: nowrap; }
.header-phone__label { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(230,17,140,.10), transparent 55%),
    radial-gradient(90% 80% at 0% 0%, rgba(232,146,11,.12), transparent 50%),
    var(--color-neutral-50);
}
.hero__grid {
  position: relative; z-index: 1;
  display: grid; gap: clamp(2rem, 5vw, 4rem);
  padding-block: clamp(2.5rem, 6vw, 5rem) clamp(3rem, 6vw, 4rem);
  align-items: center;
}
.hero__content { max-width: 38ch; }
.hero__sub { color: var(--color-text-soft); font-size: 1.12rem; margin-top: var(--sp-6); max-width: 46ch; }
.accent-underline { position: relative; white-space: nowrap; color: var(--color-primary); }
.accent-underline::after {
  content: ""; position: absolute; left: -2%; right: -2%; bottom: 6%; height: .42em; z-index: -1;
  background: linear-gradient(90deg, var(--color-secondary-light), rgba(232,146,11,.45));
  border-radius: 4px;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--sp-4); margin-top: var(--sp-8); }
.trust-row {
  list-style: none; margin: var(--sp-8) 0 0; padding: 0;
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px;
  font-size: var(--fs-small); color: var(--color-text-soft);
}
.trust-row strong { color: var(--color-neutral-900); }
.trust-row li { display: inline-flex; align-items: center; gap: 8px; }
.dot { width: 5px; height: 5px; border-radius: 50%; background: var(--color-neutral-400); }

/* Hero media — polaroid */
.hero__media { position: relative; display: flex; justify-content: center; }
.polaroid {
  background: #fff; padding: 14px 14px 0; border-radius: 6px;
  box-shadow: var(--shadow-lg); margin: 0;
  transform: rotate(-3deg);
  max-width: 468px; width: 100%;
}
.polaroid__photo {
  position: relative; aspect-ratio: 4/3; border-radius: 3px; overflow: hidden;
  display: grid; place-items: center;
}
.polaroid__photo--brand {
  background:
    radial-gradient(120% 100% at 50% 0%, var(--color-primary-light), transparent 60%),
    linear-gradient(160deg, #fff7fb, #fdeef6 60%, #fce9d6);
}
.polaroid__photo--brand img { width: 84%; filter: drop-shadow(0 8px 18px rgba(47,52,58,.14)); }
.polaroid__photo--family { background: #1a1a1a; }
.polaroid__photo--family img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.polaroid__heart {
  position: absolute; right: 12px; top: 10px; color: var(--color-primary-vivid);
  font-size: 1.4rem; filter: drop-shadow(0 2px 4px rgba(207,48,148,.25));
}
.polaroid__caption {
  font-family: var(--font-script); font-size: 1.9rem; color: var(--color-neutral-900);
  text-align: center; padding: 6px 0 14px; line-height: 1;
}
.hero__badge {
  position: absolute; left: -16px; top: -18px; z-index: 2;
  background: var(--color-secondary); color: #1f1402;
  border-radius: var(--radius); padding: 12px 18px; text-align: center;
  box-shadow: var(--shadow-md); transform: rotate(-5deg);
}
.hero__badge-top { display: block; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; opacity: .8; }
.hero__badge-main { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; line-height: 1; }

/* Urgency band */
.urgency-band { position: relative; z-index: 1; background: var(--color-neutral-900); color: #fff; }
.urgency-band__inner {
  display: flex; flex-direction: column; gap: var(--sp-3);
  align-items: center; text-align: center; padding-block: var(--sp-6);
}
.urgency-band__label { font-size: .98rem; color: rgba(255,255,255,.82); }
.urgency-band__label strong { color: #fff; }
.countdown { display: flex; gap: 8px; }
.countdown__unit {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px; min-width: 58px; padding: 8px 6px; text-align: center;
}
.countdown__unit span { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; font-variant-numeric: tabular-nums; line-height: 1; }
.countdown__unit small { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.6); }

/* ---------- Prizes ---------- */
.prizes { background: var(--color-neutral-50); }
.prize-grid { display: grid; gap: clamp(1.1rem, 2.5vw, 1.6rem); grid-template-columns: 1fr; }
.prize-card {
  background: var(--color-surface); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md); border: 1px solid var(--color-neutral-200);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
  display: flex; flex-direction: column;
}
.prize-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.prize-card__media { aspect-ratio: 16/11; overflow: hidden; background: #fff; display: grid; place-items: center; }
.prize-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 6%; }
.prize-card__media--light { background: var(--color-surface-soft); }
.prize-card__media--photo { background: var(--color-neutral-200); }
.prize-card__media--photo img { width: 100%; height: 100%; object-fit: cover; padding: 0; }
.prize-card__media--cover img { object-fit: cover; padding: 0; }
.prize-card__body { padding: clamp(1.2rem, 3vw, 1.8rem); }
.prize-card__body p { color: var(--color-text-soft); margin-top: var(--sp-3); font-size: .98rem; }
.prize-card__body .h3 { margin-top: var(--sp-2); }
.prize-tag {
  display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--color-primary); background: var(--color-primary-light); padding: 5px 12px; border-radius: var(--radius-pill);
}
.prize-tag--amber { color: var(--color-secondary-dark); background: var(--color-secondary-light); }
.prize-cta { text-align: center; margin-top: clamp(2rem, 4vw, 3rem); }
.prize-cta__note { color: var(--color-text-soft); font-size: var(--fs-small); margin-top: var(--sp-3); }

/* ---------- Dark sections ---------- */
.section--dark { background: var(--color-neutral-900); color: #fff; }
.section--dark .h2 { color: #fff; }
.section--soft { background: var(--color-surface-soft); }

/* How it works */
.steps { list-style: none; counter-reset: s; margin: 0; padding: 0; display: grid; gap: clamp(1.2rem, 3vw, 2rem); grid-template-columns: 1fr; }
.steps li { position: relative; padding-left: 60px; }
.steps__num {
  position: absolute; left: 0; top: 0; width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem;
  background: var(--color-primary); color: #fff; box-shadow: var(--shadow-pink);
}
.steps .h4 { color: #fff; margin-bottom: 6px; }
.steps p { color: rgba(255,255,255,.72); font-size: .98rem; }

/* ---------- Entry card ---------- */
.enter { background: var(--color-neutral-50); }
.entry-card {
  background: var(--color-surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-neutral-200);
  padding: clamp(1.3rem, 4vw, 2.6rem);
}
.progress { margin-bottom: var(--sp-8); }
.progress__bar { height: 7px; background: var(--color-neutral-200); border-radius: var(--radius-pill); overflow: hidden; }
.progress__fill { display: block; height: 100%; width: 25%; background: linear-gradient(90deg, var(--color-primary), var(--color-primary-vivid)); border-radius: inherit; transition: width .4s var(--ease); }
.progress__labels { display: flex; justify-content: space-between; margin-top: 10px; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--color-neutral-500); }
.progress__labels .is-active { color: var(--color-primary); font-weight: 600; }

.step { border: 0; padding: 0; margin: 0; display: none; }
.step.is-active { display: block; animation: stepIn .4s var(--ease); }
@keyframes stepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.step__title { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-h4); padding: 0; margin-bottom: var(--sp-6); display: block; }
.step__optional { font-family: var(--font-body); font-weight: 400; font-size: .85rem; color: var(--color-text-soft); display: block; margin-top: 4px; }

/* Choice grid */
.choice-grid { display: grid; gap: 12px; }
.choice {
  display: flex; flex-direction: column; align-items: flex-start; gap: 2px; text-align: left;
  background: var(--color-surface); border: 2px solid var(--color-neutral-200); border-radius: var(--radius);
  padding: 18px 20px; cursor: pointer; transition: border-color .2s var(--ease), background .2s var(--ease), transform .15s var(--ease);
  min-height: 78px;
}
.choice:hover { border-color: var(--color-primary); transform: translateY(-2px); }
.choice[aria-pressed="true"] { border-color: var(--color-primary); background: var(--color-primary-light); }
.choice__icon { font-size: 1.7rem; line-height: 1; margin-bottom: 4px; }
.choice__label { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; }
.choice__hint { font-size: .88rem; color: var(--color-text-soft); }

/* Fields */
.field { margin-bottom: var(--sp-4); }
.field.mt, .mt { margin-top: var(--sp-4); }
.field-row { display: grid; gap: var(--sp-4); grid-template-columns: 1fr; }
label { display: block; font-weight: 500; font-size: .92rem; margin-bottom: 7px; color: var(--color-neutral-800); }
input[type=text], input[type=email], input[type=tel], textarea {
  width: 100%; font: inherit; color: var(--color-text);
  background: var(--color-neutral-50); border: 2px solid var(--color-neutral-200); border-radius: var(--radius-sm);
  padding: 14px 15px; transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
textarea { resize: vertical; min-height: 56px; }
input:focus, textarea:focus { outline: none; border-color: var(--color-primary); background: #fff; box-shadow: 0 0 0 4px rgba(194,10,117,.12); }
.field--invalid input, .field--invalid textarea { border-color: #d32f2f; }
.field__error { display: block; color: #c62828; font-size: .82rem; margin-top: 5px; min-height: 0; }
.field__hint { font-size: .85rem; color: var(--color-text-soft); margin-top: 6px; }

/* Uploader */
.uploader {
  display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center;
  border: 2px dashed var(--color-neutral-400); border-radius: var(--radius); padding: 26px 18px;
  cursor: pointer; background: var(--color-neutral-50); transition: border-color .2s var(--ease), background .2s var(--ease);
}
.uploader:hover { border-color: var(--color-primary); background: var(--color-primary-light); }
.uploader input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.uploader__icon { font-size: 1.8rem; }
.uploader__text { font-weight: 500; }
.uploader__file { font-size: .85rem; color: var(--color-primary); font-weight: 600; }

/* Recorder */
.recorder { display: flex; align-items: center; gap: 14px; }
.recorder__btn {
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer;
  background: var(--color-neutral-900); color: #fff; border: 0; border-radius: var(--radius-pill);
  padding: 13px 22px; font-weight: 600; transition: background .2s var(--ease);
}
.recorder__btn:hover { background: var(--color-neutral-800); }
.recorder__dot { width: 12px; height: 12px; border-radius: 50%; background: #ff5252; }
.recorder__btn[aria-pressed="true"] .recorder__dot { animation: pulse 1s infinite; }
@keyframes pulse { 50% { opacity: .25; } }
.recorder__time { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--color-text-soft); }
#recPlayback { width: 100%; margin-top: 14px; }
.mic-help {
  display: flex; align-items: flex-start; gap: 12px;
  margin-top: 14px; padding: 14px 16px;
  background: #fff8e1; border: 1px solid #ffe082; border-radius: var(--radius);
}
.mic-help__icon { font-size: 1.4rem; flex: none; line-height: 1.3; }
.mic-help__body { flex: 1; }
.mic-help__title { display: block; font-size: .95rem; color: var(--color-neutral-900); margin-bottom: 4px; }
.mic-help__text { font-size: .875rem; color: var(--color-text-soft); line-height: 1.6; margin: 0 0 10px; }
.mic-help .btn { font-size: .8rem; padding: 7px 16px; }

/* Audio upload alternative */
.audio-upload { margin-top: var(--sp-5); }
.audio-upload__divider {
  display: flex; align-items: center; gap: 10px;
  color: var(--color-text-soft); font-size: .82rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .08em; margin-bottom: var(--sp-4);
}
.audio-upload__divider::before,
.audio-upload__divider::after { content: ""; flex: 1; height: 1px; background: var(--color-neutral-200); }
.audio-upload__label {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  background: var(--color-surface-soft); border: 1.5px dashed var(--color-neutral-300);
  border-radius: var(--radius); padding: 10px 18px;
  font-size: .9rem; font-weight: 600; color: var(--color-neutral-700);
  transition: border-color .2s, background .2s;
}
.audio-upload__label:hover { border-color: var(--color-primary); background: var(--color-primary-light); color: var(--color-primary-dark); }
.audio-upload__input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.audio-upload__hint { font-size: .8rem; color: var(--color-text-soft); margin-top: 8px; }
.audio-upload__chosen { font-size: .85rem; font-weight: 600; color: var(--color-primary-dark); margin-top: 6px; }

/* Prompts accordion */
.prompts { margin-top: var(--sp-6); border-top: 1px solid var(--color-neutral-200); padding-top: var(--sp-4); }
.prompts summary {
  cursor: pointer; font-weight: 600; color: var(--color-primary); list-style: none;
  display: flex; align-items: center; gap: 8px;
}
.prompts summary::-webkit-details-marker { display: none; }
.prompts summary span { color: var(--color-text-soft); font-weight: 400; font-size: .88rem; }
.prompts summary::before { content: "+"; font-size: 1.3rem; line-height: 1; width: 20px; }
.prompts[open] summary::before { content: "–"; }
.prompts__body { padding-top: var(--sp-4); }
.prompts__body label { margin-top: var(--sp-3); }

/* Checkboxes */
.check { display: flex; gap: 12px; align-items: flex-start; margin-bottom: var(--sp-4); font-weight: 400; color: var(--color-text); font-size: .95rem; cursor: pointer; }
.check input { width: 22px; height: 22px; flex: none; margin-top: 2px; accent-color: var(--color-primary); cursor: pointer; }
.check a { color: var(--color-primary); font-weight: 600; }
.check em { font-style: italic; color: var(--color-text-soft); }
.entry-card__reassure { font-size: .85rem; color: var(--color-text-soft); background: var(--color-secondary-light); border-radius: var(--radius-sm); padding: 12px 14px; margin-top: var(--sp-4); }

/* Entry nav */
.entry-nav { display: flex; gap: var(--sp-3); margin-top: var(--sp-8); align-items: center; }
.entry-nav .btn--primary { flex: 1; }
.entry-nav #backBtn { flex: 0 0 auto; }

/* Thank you */
.thankyou { text-align: center; animation: stepIn .5s var(--ease); }
.thankyou__heart { font-size: 3.5rem; animation: heartPop .6s var(--ease); }
@keyframes heartPop { 0% { transform: scale(0); } 70% { transform: scale(1.2); } 100% { transform: scale(1); } }
.thankyou p { color: var(--color-text-soft); margin-top: var(--sp-4); }
.thankyou .h2 { margin-top: var(--sp-3); }
.thankyou__share-label { margin-top: var(--sp-8); font-weight: 600; color: var(--color-neutral-900); }
.share-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: var(--sp-4) 0 var(--sp-8); }
.share-btn { background: var(--color-neutral-100); border: 1px solid var(--color-neutral-200); border-radius: var(--radius-pill); padding: 11px 20px; font-weight: 600; cursor: pointer; transition: background .2s var(--ease), transform .15s var(--ease); }
.share-btn:hover { background: var(--color-primary-light); transform: translateY(-2px); }

/* ---------- Gallery ---------- */
.story-scroller {
  display: grid; grid-auto-flow: column; grid-auto-columns: 82%;
  gap: var(--sp-4); overflow-x: auto; padding-bottom: var(--sp-4); scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; scrollbar-width: thin;
}
.story-card {
  scroll-snap-align: start; background: var(--color-surface); border-radius: var(--radius);
  border: 1px solid var(--color-neutral-200); box-shadow: var(--shadow-sm); padding: 20px;
  display: flex; flex-direction: column; gap: 10px;
}
.story-card__top { display: flex; align-items: center; gap: 12px; }
.story-card__avatar {
  width: 44px; height: 44px; flex: none; border-radius: 50%; display: grid; place-items: center;
  background: var(--color-primary-light); color: var(--color-primary); font-family: var(--font-display); font-weight: 700; font-size: 1.1rem;
}
.story-card__name { font-weight: 600; }
.story-card__meta { font-size: .8rem; color: var(--color-text-soft); display: flex; gap: 8px; align-items: center; }
.story-card__badge { font-size: .72rem; background: var(--color-secondary-light); color: var(--color-secondary-dark); padding: 2px 9px; border-radius: var(--radius-pill); font-weight: 600; }
.story-card__text { color: var(--color-text-soft); font-size: .96rem; flex: 1; }
.story-card__foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--color-neutral-200); padding-top: 12px; margin-top: 4px; }
.heart-btn, .story-share { background: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; color: var(--color-text-soft); font-weight: 600; font-size: .9rem; padding: 4px; border-radius: 8px; transition: color .2s var(--ease), transform .15s var(--ease); }
.heart-btn:hover, .story-share:hover { color: var(--color-primary); }
.heart-btn.is-liked { color: var(--color-primary); }
.heart-btn.is-liked .heart-icon { transform: scale(1.15); }
.heart-icon { transition: transform .2s var(--ease); }
.gallery__note { text-align: center; margin-top: var(--sp-6); color: var(--color-text-soft); }
.gallery__note a { color: var(--color-primary); font-weight: 600; text-decoration: none; }

/* ---------- Final CTA ---------- */
.final-cta .h2 { margin-bottom: var(--sp-4); }
.final-cta .btn { margin-top: var(--sp-6); }

/* ---------- Footer ---------- */
.site-footer { background: #1b1e25; color: rgba(255,255,255,.72); padding-block: clamp(2.5rem, 5vw, 4rem) 0; }
.footer-grid { display: grid; gap: var(--sp-8); grid-template-columns: 1fr; padding-bottom: var(--sp-8); }
.footer-brand img {
  display: inline-block; height: 44px; width: auto; margin-bottom: var(--sp-4);
  background: var(--color-neutral-50); padding: 12px 16px; border-radius: var(--radius);
  box-sizing: content-box;
}
.footer-brand p { font-size: .92rem; max-width: 42ch; }
.footer-col__title { font-family: var(--font-display); font-size: 1.05rem; color: #fff; margin-bottom: var(--sp-4); }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { text-decoration: none; transition: color .2s var(--ease); }
.footer-col a:hover { color: #fff; }
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.1); padding-block: var(--sp-6);
  display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center;
}
.footer-legal p { font-size: .8rem; color: rgba(255,255,255,.5); margin: 0; }
.footer-legal__fine { font-size: .75rem !important; color: rgba(255,255,255,.35) !important; }
.footer-legal__links { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 4px; }
.footer-legal__links a { font-size: .8rem; color: rgba(255,255,255,.55); text-decoration: underline; text-underline-offset: 3px; transition: color .2s; }
.footer-legal__links a:hover { color: #fff; }
.footer-legal__links span { color: rgba(255,255,255,.3); font-size: .75rem; }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(251,246,239,.94); backdrop-filter: blur(10px); border-top: 1px solid var(--color-neutral-200);
  transform: translateY(120%); transition: transform .35s var(--ease);
}
.sticky-cta.is-visible { transform: none; }
.sticky-cta__call {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  text-decoration: none; color: var(--color-neutral-900); font-weight: 600; font-size: .78rem; gap: 2px;
  border: 2px solid var(--color-neutral-300, var(--color-neutral-400)); border-radius: var(--radius-pill);
  padding: 8px 18px; background: #fff; min-width: 66px;
}
.sticky-cta__call svg { color: var(--color-primary); }
.sticky-cta__main {
  flex: 1; display: inline-flex; align-items: center; justify-content: center;
  background: var(--color-primary); color: #fff; text-decoration: none; font-weight: 600;
  border-radius: var(--radius-pill); min-height: 52px; box-shadow: var(--shadow-pink);
}

/* ---------- Reveal animation default state (no-JS friendly) ---------- */
.reveal { opacity: 1; }
.js-anim .reveal { opacity: 0; }

/* =========================================================
   Breakpoints
   ========================================================= */
@media (min-width: 600px) {
  .header-phone__label { display: inline; }
  .field-row { grid-template-columns: 1fr 1fr; }
  .choice-grid { grid-template-columns: repeat(3, 1fr); }
  .choice { min-height: 132px; }
  .urgency-band__inner { flex-direction: row; justify-content: space-between; text-align: left; }
  .story-scroller { grid-auto-columns: 360px; }
}

@media (min-width: 768px) {
  .br-d { display: inline; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .steps li { padding-left: 0; padding-top: 60px; }
  .steps__num { width: 50px; height: 50px; }
  .prize-grid { grid-template-columns: repeat(2, 1fr); }
  .prize-card--feature { grid-column: 1 / -1; flex-direction: row; }
  .prize-card--feature .prize-card__media { flex: 1 1 52%; aspect-ratio: auto; }
  .prize-card--feature .prize-card__body { flex: 1 1 48%; align-self: center; }
}

@media (min-width: 992px) {
  .hero__grid { grid-template-columns: 1fr 1.15fr; }
  .hero__content { max-width: none; }
  .polaroid { max-width: 546px; }
  .prize-grid { grid-template-columns: repeat(2, 1fr); }
  .prize-card--feature { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .story-scroller {
    grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); grid-auto-columns: auto;
    overflow: visible; scroll-snap-type: none;
  }
  .story-card:nth-child(even) { transform: none; }
}

/* Sticky CTA only on small screens */
@media (max-width: 860px) {
  .sticky-cta { display: flex; }
}

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