:root {
  --bg: #fff8f4;
  --navy: #101b3d;
  --charcoal: #2a2a2a;
  --blue: #8ec5e8;
  --lavender: #bfa7f2;
  --blush: #f58bb3;
  --peach: #f2b6a0;
  --sage: #c9d8c5;
  --line: rgba(16, 27, 61, 0.08);
  --shadow-lg: 0 40px 100px rgba(58, 42, 72, 0.12);
  --shadow-md: 0 22px 56px rgba(60, 43, 74, 0.1);
  --shadow-sm: 0 14px 36px rgba(56, 39, 72, 0.08);
  --radius-card: 24px;
  --radius-pill: 999px;
  --page-gutter: clamp(20px, 4vw, 72px);
  --container: min(1180px, calc(100vw - var(--page-gutter) * 2));
  --headline-font: "Playfair Display", "Georgia", serif;
  --body-font: "Inter", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body-font);
  color: var(--charcoal);
  background-color: var(--bg);
  background-image:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(255, 255, 255, 0.9), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 30%, rgba(191, 167, 242, 0.12), transparent 50%),
    radial-gradient(ellipse 60% 45% at 0% 60%, rgba(142, 197, 232, 0.14), transparent 45%),
    linear-gradient(180deg, #fffdfb 0%, var(--bg) 38%, #fff5ee 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background-image:
    radial-gradient(rgba(16, 27, 61, 0.4) 0.6px, transparent 0.7px),
    radial-gradient(rgba(16, 27, 61, 0.22) 0.4px, transparent 0.5px);
  background-size: 24px 24px, 18px 18px;
  background-position: 0 0, 12px 8px;
  z-index: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
a.button {
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  background: var(--navy);
  color: #fff;
  z-index: 200;
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#main-content {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

/* Nav */
.navbar-shell {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: clamp(14px, 2vw, 22px) 0;
  transition:
    padding 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.navbar-shell--scrolled {
  padding-block: 10px;
  background: rgba(255, 248, 244, 0.88);
  box-shadow: 0 12px 40px rgba(40, 24, 54, 0.06);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--navy);
}

.brand__mark {
  width: clamp(32px, 3vw, 40px);
  height: clamp(32px, 3vw, 40px);
  object-fit: contain;
}

.brand__wordmark {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  letter-spacing: -0.05em;
}

/* Hero section */
.section--hero {
  position: relative;
  isolation: isolate;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-height: 0;
  padding: clamp(76px, 9vw, 108px) 0 clamp(28px, 4vw, 48px);
  overflow-x: hidden;
  overflow-y: visible;
}

.hero__wash {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.55;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  pointer-events: none;
  z-index: 0;
}

.hero__wash--one {
  width: min(480px, 55vw);
  height: min(480px, 55vw);
  top: -8%;
  right: -12%;
  background: radial-gradient(circle, rgba(142, 197, 232, 0.45), transparent 68%);
}

.hero__wash--two {
  width: min(380px, 42vw);
  height: min(380px, 42vw);
  bottom: 5%;
  left: -8%;
  background: radial-gradient(circle, rgba(245, 139, 179, 0.28), transparent 70%);
}

.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 70% at 18% 40%, rgba(255, 252, 249, 0.92), transparent 52%),
    linear-gradient(105deg, rgba(255, 250, 247, 0.97) 0%, rgba(255, 248, 244, 0.55) 42%, rgba(255, 248, 244, 0.12) 72%, transparent 100%);
}

.hero__sparkles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero__sparkles::before,
.hero__sparkles::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow:
    8vw 18vh 0 0 rgba(255, 255, 255, 0.65),
    42vw 12vh 0 1px rgba(255, 255, 255, 0.45),
    78vw 28vh 0 0 rgba(255, 255, 255, 0.55),
    88vw 62vh 0 1px rgba(255, 255, 255, 0.4);
  animation: sparkleDrift 9s ease-in-out infinite;
}

.hero__sparkles::after {
  animation-duration: 11s;
  animation-delay: -3s;
  box-shadow:
    22vw 72vh 0 0 rgba(255, 255, 255, 0.5),
    55vw 8vh 0 1px rgba(255, 255, 255, 0.55),
    92vw 42vh 0 0 rgba(255, 255, 255, 0.48);
}

.hero__shell {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1.12fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: stretch;
  min-width: 0;
}

.hero__copy {
  max-width: 520px;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.hero__copy-inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: clamp(20px, 3vw, 32px) clamp(22px, 3.5vw, 32px);
  border-radius: clamp(24px, 3vw, 36px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 250, 246, 0.5) 100%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    var(--shadow-md);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero__copy-inner::after {
  content: "";
  flex: 1 1 auto;
  min-height: 0;
}

.hero__title {
  margin: 0;
  font-family: var(--headline-font);
  font-size: clamp(2.95rem, 7vw, 5.25rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.07em;
  color: var(--navy);
  text-wrap: balance;
}

.hero__title span {
  background: linear-gradient(108deg, #9b8ad8 0%, var(--blush) 45%, #7eb8e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__subtitle,
.hero__lead {
  margin: 0;
  font-size: clamp(0.98rem, 1.25vw, 1.1rem);
  line-height: 1.58;
  letter-spacing: -0.015em;
  color: rgba(16, 27, 61, 0.78);
  font-weight: 500;
  max-width: 38ch;
}

.hero__subtitle {
  margin-top: clamp(14px, 2vw, 20px);
}

.hero__lead {
  margin-top: 10px;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-badges--hero {
  margin-top: clamp(14px, 2vw, 20px);
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 8px 14px 8px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, #1a1a1f 0%, #111114 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 32px rgba(16, 17, 28, 0.2);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

button.store-badge {
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.store-badge:hover,
.store-badge:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(16, 17, 28, 0.26);
}

.store-badge:disabled,
.store-badge[aria-disabled="true"] {
  opacity: 0.72;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 14px 32px rgba(16, 17, 28, 0.2);
}

.store-badge:disabled:hover,
.store-badge:disabled:focus-visible,
.store-badge[aria-disabled="true"]:hover,
.store-badge[aria-disabled="true"]:focus-visible {
  transform: none;
  box-shadow: 0 14px 32px rgba(16, 17, 28, 0.2);
}

.store-badge__icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  font-size: 1.15rem;
}

.store-badge small {
  display: block;
  margin-bottom: 3px;
  font-size: 0.56rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0.88;
}

.hero__founder-note {
  margin-top: clamp(14px, 2vw, 22px);
  padding: clamp(14px, 2vw, 20px) clamp(16px, 2.5vw, 22px);
  border-radius: 16px;
  position: relative;
  isolation: isolate;
  background: linear-gradient(
    168deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 252, 248, 0.82) 42%,
    rgba(252, 244, 236, 0.78) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.9);
  /* Raised bevel: catch-light top, soft lift, depth to bottom-right */
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(16, 27, 61, 0.04),
    -6px -6px 18px rgba(255, 255, 255, 0.72),
    8px 12px 28px rgba(40, 24, 54, 0.11),
    4px 6px 14px rgba(16, 27, 61, 0.06);
  max-width: 42ch;
}

.hero__founder-note__kicker {
  margin: 0 0 8px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(16, 27, 61, 0.48);
}

.hero__founder-note__text {
  margin: 0;
  font-family: var(--headline-font);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: rgba(16, 27, 61, 0.78);
}

.hero__visual {
  position: relative;
  width: 100%;
  max-width: min(680px, 96vw);
  margin-inline: auto;
  padding: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-height: 0;
}

.hero__visual-stack {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 18px);
  min-height: 0;
  width: 100%;
}

.hero__vision-link-wrap {
  margin: 0;
  flex: 0 0 auto;
  text-align: center;
}

.hero__cta-wrap {
  flex: 0 0 auto;
  margin-top: clamp(14px, 2vw, 22px);
  text-align: left;
  max-width: 42ch;
}

.hero__copy-inner .hero__cta-wrap {
  margin-top: clamp(14px, 2vw, 22px);
}

.hero__cta-kicker {
  margin: 0 0 10px;
  max-width: 46ch;
  font-size: clamp(0.8rem, 1vw, 0.88rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: rgba(16, 27, 61, 0.62);
}

.hero__reflection-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border: none;
  border-radius: var(--radius-pill);
  background: linear-gradient(
    108deg,
    rgba(155, 138, 216, 0.96) 0%,
    rgba(245, 139, 179, 0.92) 52%,
    rgba(126, 184, 232, 0.96) 100%
  );
  color: #fff;
  font-family: inherit;
  font-size: clamp(0.88rem, 1.15vw, 0.98rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  box-shadow:
    0 16px 40px rgba(155, 138, 216, 0.28),
    0 4px 12px rgba(245, 139, 179, 0.18);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
  max-width: min(100%, 360px);
}

.hero__reflection-cta:hover,
.hero__reflection-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 22px 48px rgba(155, 138, 216, 0.34),
    0 6px 16px rgba(245, 139, 179, 0.22);
}

.hero__reflection-cta:focus-visible {
  outline: 2px solid rgba(155, 138, 216, 0.65);
  outline-offset: 3px;
}

.hero__vision-story-link {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-size: clamp(0.88rem, 1.1vw, 0.95rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(16, 27, 61, 0.55);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(16, 27, 61, 0.22);
  text-underline-offset: 4px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.hero__vision-story-link:hover,
.hero__vision-story-link:focus-visible {
  color: var(--navy);
  text-decoration-color: rgba(16, 27, 61, 0.45);
}

.hero__vision-story-link:focus-visible {
  outline: 2px solid rgba(155, 138, 216, 0.65);
  outline-offset: 3px;
  border-radius: 4px;
}

.hero-orbit {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}

/* Hero triptych: 0.42+1+0.42 fr; center ~1:2 (e.g. 512×1024). Use 2.07 vs 2 for a bit extra height + top bias so the headline isn’t clipped. */
.hero-orbit__triptych {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr) minmax(0, 0.42fr);
  align-items: stretch;
  width: 100%;
  max-width: min(620px, 100%);
  aspect-ratio: calc(1.84 / 2.07);
  height: auto;
  min-height: 0;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 24px 56px rgba(40, 24, 54, 0.12);
}

.hero-orbit__panel {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: 100%;
  display: flex;
}

.hero-orbit__panel--side {
  align-items: stretch;
}

.hero-orbit__panel--left {
  justify-content: flex-end;
}

.hero-orbit__panel--right {
  justify-content: flex-start;
}

.hero-orbit__panel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(40, 24, 54, 0.14);
  background: rgba(16, 27, 61, 0.05);
}

.hero-orbit__panel--side .hero-orbit__panel-inner {
  width: 100%;
  align-self: stretch;
}

.hero-orbit__panel--left .hero-orbit__panel-inner {
  border-radius: 16px 0 0 16px;
}

.hero-orbit__panel--right .hero-orbit__panel-inner {
  border-radius: 0 16px 16px 0;
}

.hero-orbit__panel--center {
  z-index: 2;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.hero-orbit__panel--center .hero-orbit__panel-inner {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.55) inset,
    0 28px 60px rgba(40, 24, 54, 0.2);
}

.hero-orbit__panel--side img {
  filter: blur(5px) saturate(0.88);
  opacity: 0.88;
  transition:
    filter 0.45s ease,
    opacity 0.45s ease;
}

.hero-orbit__panel-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-orbit__panel--center img {
  filter: none;
  opacity: 1;
  object-position: center top;
}

.hero-orbit--reduced .hero-orbit__panel--side img {
  filter: none;
  opacity: 0.75;
}

/* Vision story modal */
.vision-story-dialog {
  margin: auto;
  padding: 0;
  border: none;
  max-width: min(36rem, 94vw);
  width: 100%;
  background: transparent;
  box-shadow: none;
}

.vision-story-dialog::backdrop {
  background: rgba(16, 27, 61, 0.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.vision-story-dialog__inner {
  position: relative;
  padding: clamp(26px, 4vw, 34px) clamp(22px, 4vw, 32px) clamp(30px, 4vw, 38px);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 249, 244, 0.97) 100%);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  max-height: min(85dvh, calc(100dvh - 48px));
  overflow-x: hidden;
  overflow-y: auto;
}

.vision-story-dialog__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: rgba(16, 27, 61, 0.06);
  color: rgba(16, 27, 61, 0.65);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.vision-story-dialog__close:hover,
.vision-story-dialog__close:focus-visible {
  background: rgba(16, 27, 61, 0.1);
  color: var(--navy);
}

.vision-story-dialog__close:focus-visible {
  outline: 2px solid rgba(155, 138, 216, 0.65);
  outline-offset: 2px;
}

.vision-story-dialog__title {
  margin: 0 44px 16px 0;
  font-family: var(--headline-font);
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: var(--navy);
}

.vision-story-dialog__body {
  font-size: clamp(0.94rem, 1.2vw, 1.02rem);
  line-height: 1.68;
  letter-spacing: -0.015em;
  color: rgba(16, 27, 61, 0.82);
}

.vision-story-dialog__body p {
  margin: 0 0 1em;
}

.vision-story-dialog__body p:last-child {
  margin-bottom: 0;
}

/* Parent reflection modal */
.parent-reflection-dialog {
  width: min(560px, calc(100vw - 32px));
  max-width: min(560px, calc(100vw - 32px));
  height: fit-content;
  max-height: min(88dvh, calc(100dvh - 40px));
  margin: auto;
  overflow: visible;
}

.parent-reflection-dialog__inner {
  padding-top: clamp(44px, 6vw, 52px);
  height: auto;
  min-height: 0;
  max-height: min(88dvh, calc(100dvh - 40px));
}

.lead-flow--modal,
.lead-flow--standalone {
  margin: 0;
  padding: 0;
}

.lead-flow--modal .lead-flow__headline,
.lead-flow--standalone .lead-flow__headline {
  font-family: var(--headline-font);
  font-size: clamp(1.45rem, 3.2vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.18;
}

.lead-flow--modal .hero__subtitle,
.lead-flow--modal .hero__lead,
.lead-flow--standalone .hero__subtitle,
.lead-flow--standalone .hero__lead {
  text-align: left;
}

.lead-flow--modal .store-badges--hero,
.lead-flow--standalone .store-badges--hero {
  justify-content: flex-start;
  margin-top: clamp(14px, 2.5vw, 20px);
}

.lead-flow--modal label.hero__lead,
.lead-flow--standalone label.hero__lead {
  display: block;
  margin-bottom: clamp(14px, 2.5vw, 18px);
  text-align: left;
}

.lead-flow--modal label.hero__lead textarea,
.lead-flow--standalone label.hero__lead textarea {
  margin-top: 10px;
  margin-bottom: 0;
}

.lead-flow__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: clamp(16px, 2.5vw, 22px);
}

.lead-flow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(16, 27, 61, 0.12);
  transition:
    background-color 200ms ease,
    transform 200ms ease;
}

.lead-flow__dot.is-active {
  background: linear-gradient(135deg, #9b8ad8, var(--blush));
  transform: scale(1.2);
}

.lead-flow__dot.is-complete {
  background: rgba(155, 138, 216, 0.45);
}

.lead-flow__helper {
  margin: 0 0 clamp(14px, 2.5vw, 18px);
  font-size: clamp(0.88rem, 1.1vw, 0.94rem);
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: rgba(16, 27, 61, 0.58);
}

.lead-flow__child-name {
  background: linear-gradient(108deg, #7eb8e8 0%, #9b8ad8 46%, var(--blush) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}

.store-badge .lead-flow__child-name {
  font-weight: 600;
}

.lead-flow__memory-insight {
  margin: 0 0 clamp(18px, 3vw, 24px);
  padding: clamp(16px, 2.8vw, 22px);
  border-radius: 20px;
  border: 1px solid rgba(155, 138, 216, 0.18);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 249, 246, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 12px 32px rgba(40, 24, 54, 0.06);
}

.lead-flow__memory-lead {
  margin: 0 0 10px;
  font-size: clamp(0.94rem, 1.15vw, 1rem);
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: rgba(16, 27, 61, 0.82);
}

.lead-flow__memory-age {
  display: inline-block;
  margin: 0 0 14px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(155, 138, 216, 0.14);
  color: rgba(92, 72, 150, 0.92);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-flow__memory-facts {
  margin: 0 0 14px;
  padding-left: 1.15rem;
  color: rgba(16, 27, 61, 0.72);
  font-size: clamp(0.88rem, 1.08vw, 0.94rem);
  line-height: 1.6;
}

.lead-flow__memory-facts li + li {
  margin-top: 10px;
}

.lead-flow__memory-takeaway {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(155, 138, 216, 0.14);
  font-family: var(--headline-font);
  font-size: clamp(0.9rem, 1.1vw, 0.98rem);
  font-style: italic;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: rgba(16, 27, 61, 0.68);
}

.lead-flow__enrichment-options {
  display: grid;
  gap: 10px;
}

.lead-flow__enrichment-custom {
  margin-top: clamp(14px, 2.5vw, 18px);
}

.lead-flow__closing {
  margin: clamp(16px, 2.5vw, 22px) 0 0;
  font-family: var(--headline-font);
  font-size: clamp(0.92rem, 1.15vw, 1rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: rgba(16, 27, 61, 0.62);
}

.lead-flow__skip {
  display: block;
  width: 100%;
  margin-top: 14px;
  text-align: center;
}

.lead-flow__name-input {
  display: block;
  width: 100%;
  min-height: 58px;
  padding: 16px 20px;
  border-radius: 18px;
  border: 1px solid rgba(155, 138, 216, 0.22);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 249, 246, 0.92) 100%);
  color: var(--navy);
  font-family: var(--headline-font);
  font-size: clamp(1.15rem, 2.4vw, 1.35rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 10px 28px rgba(40, 24, 54, 0.07);
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}

.lead-flow__name-input::placeholder {
  color: rgba(16, 27, 61, 0.34);
  font-family: var(--body-font);
  font-size: clamp(0.92rem, 1.15vw, 0.98rem);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.lead-flow__name-input:focus-visible {
  outline: none;
  border-color: rgba(155, 138, 216, 0.55);
  box-shadow:
    0 0 0 4px rgba(155, 138, 216, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 14px 32px rgba(155, 138, 216, 0.14);
  transform: translateY(-1px);
}

.lead-flow__name-input.is-invalid {
  border-color: rgba(245, 139, 179, 0.75);
  box-shadow: 0 0 0 4px rgba(245, 139, 179, 0.14);
}

.lead-flow__name-field {
  margin-bottom: clamp(12px, 2vw, 16px);
}

.lead-flow--modal label.hero__lead input,
.lead-flow--standalone label.hero__lead input {
  margin-top: 10px;
  margin-bottom: 0;
  min-height: 48px;
  resize: none;
}

.lead-flow__options input[type="radio"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #9b8ad8;
  cursor: pointer;
}

@media (max-width: 640px) {
  .parent-reflection-dialog {
    width: min(560px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    height: fit-content;
    max-height: min(88dvh, calc(100dvh - 32px));
    margin: auto;
  }

  .parent-reflection-dialog__inner {
    min-height: 0;
    max-height: min(88dvh, calc(100dvh - 32px));
    border-radius: 22px;
    padding-inline: clamp(18px, 5vw, 24px);
  }

  .lead-flow--modal .store-badges--hero,
  .lead-flow--standalone .store-badges--hero {
    justify-content: center;
  }

  .lead-flow--modal .store-badge,
  .lead-flow--standalone .store-badge {
    justify-content: center;
    text-align: center;
  }

  .lead-flow--modal .hero__subtitle,
  .lead-flow--modal .hero__lead,
  .lead-flow--modal .lead-flow__options label.hero__founder-note,
  .lead-flow--modal .lead-flow__fields label.hero__founder-note,
  .lead-flow--modal label.hero__lead,
  .lead-flow--standalone .hero__subtitle,
  .lead-flow--standalone .hero__lead,
  .lead-flow--standalone .lead-flow__options label.hero__founder-note,
  .lead-flow--standalone .lead-flow__fields label.hero__founder-note,
  .lead-flow--standalone label.hero__lead {
    text-align: left;
  }
}

/* Lead capture flow */
.section--lead-flow {
  min-height: auto;
  overflow: visible;
  padding-bottom: clamp(48px, 8vw, 80px);
}

.section--lead-flow .hero__copy {
  max-width: min(560px, 100%);
  margin-inline: auto;
}

.section--lead-flow .hero__copy-inner,
.section--lead-flow .lead-flow--standalone {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.section--lead-flow .lead-flow--standalone.hero__copy-inner {
  width: 100%;
  padding: clamp(22px, 3.5vw, 30px) clamp(22px, 4vw, 32px) clamp(24px, 3.5vw, 32px);
  text-align: left;
}

.section--lead-flow .lead-flow--standalone .lead-flow__headline,
.section--lead-flow .lead-flow--standalone .vision-story-dialog__title,
.section--lead-flow .lead-flow--standalone .hero__subtitle,
.section--lead-flow .lead-flow--standalone .hero__lead,
.section--lead-flow .lead-flow--standalone .lead-flow__helper,
.section--lead-flow .lead-flow--standalone .lead-flow__closing {
  text-align: left;
  margin-inline: 0;
}

.section--lead-flow .lead-flow--standalone .hero__subtitle,
.section--lead-flow .lead-flow--standalone .hero__lead {
  max-width: 42ch;
}

.section--lead-flow .lead-flow--standalone .lead-flow__helper {
  max-width: 40ch;
}

.section--lead-flow .lead-flow--standalone .lead-flow__step {
  width: 100%;
}

.section--lead-flow .lead-flow--standalone .store-badges--hero {
  justify-content: flex-start;
  margin-top: clamp(14px, 2.5vw, 20px);
}

.section--lead-flow .lead-flow__dots {
  margin-bottom: clamp(14px, 2.5vw, 20px);
}

.section--lead-flow .hero__copy-inner::after {
  display: none;
}

.section--lead-flow .lead-flow--standalone .lead-flow__step[data-lead-step="1"] .lead-flow__helper {
  margin-bottom: clamp(14px, 2.5vw, 18px);
}

.section--lead-flow .hero__title {
  font-size: clamp(2.35rem, 6.5vw, 3.75rem);
}

/* Loving parents standalone page */
.section--loving-parents {
  overflow: hidden;
  align-items: center;
  justify-content: center;
  min-height: min(100dvh, 100%);
}

.section--loving-parents .hero__wash,
.section--loving-parents .hero__sparkles,
.section--loving-parents .hero__veil {
  display: none;
}

.loving-parents-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.loving-parents-bg__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.loving-parents-bg__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.04);
}

.loving-parents-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background:
    radial-gradient(
      ellipse 58% 68% at 50% 46%,
      rgba(255, 252, 249, 0.28) 0%,
      rgba(255, 248, 244, 0.11) 42%,
      rgba(248, 242, 252, 0.03) 72%,
      transparent 100%
    );
}

.hero__shell--loving-parents {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: min(560px, 100%);
  margin-inline: auto;
  grid-template-columns: unset;
  gap: 0;
}

.hero__shell--loving-parents .hero__copy {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.section--loving-parents .lead-flow--standalone.hero__copy-inner {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 249, 244, 0.97) 100%);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: clamp(26px, 4vw, 34px) clamp(22px, 4vw, 32px) clamp(30px, 4vw, 38px);
}

.section--loving-parents .lead-flow__step--email::before,
.section--loving-parents .lead-flow__comic-scatter {
  display: none;
}

.section--loving-parents .lead-flow__step--email {
  overflow: visible;
  isolation: auto;
}

@media (max-width: 899px) {
  .loving-parents-bg__image {
    object-position: center top;
    filter: saturate(1.02) contrast(1.04) blur(1px);
    transform: scale(1.02);
  }

  .loving-parents-scrim {
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
  }

  .lead-flow--modal .store-badges--hero,
  .lead-flow--standalone .store-badges--hero,
  .section--lead-flow .store-badges--hero {
    justify-content: center;
  }

  .lead-flow--modal .store-badge,
  .lead-flow--standalone .store-badge,
  .section--lead-flow .store-badge {
    justify-content: center;
    text-align: center;
  }
}

.lead-flow__progress {
  margin-bottom: clamp(18px, 3vw, 24px);
}

.lead-flow__progress-bar {
  height: 4px;
  border-radius: var(--radius-pill);
  background: rgba(16, 27, 61, 0.08);
  overflow: hidden;
}

.lead-flow__progress-fill {
  display: block;
  height: 100%;
  width: 10%;
  border-radius: inherit;
  background: linear-gradient(90deg, #9b8ad8 0%, var(--blush) 55%, #7eb8e8 100%);
  transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lead-flow__progress-label {
  margin: 10px 0 0;
  text-align: center;
}

.lead-flow__step {
  animation: leadStepIn 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lead-flow__step[hidden] {
  display: none !important;
}

.lead-flow__step--email {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
}

.lead-flow__step--email::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 86% 24%, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, rgba(255, 252, 249, 0.9) 0%, rgba(255, 250, 247, 0.96) 100%);
}

.lead-flow__comic-scatter {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.lead-flow__comic-page {
  position: absolute;
  display: block;
  width: clamp(62px, 16vw, 92px);
  aspect-ratio: 512 / 1024;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 22px rgba(40, 24, 54, 0.12);
  opacity: 0.34;
  filter: saturate(0.9);
}

.lead-flow__comic-page--one {
  top: 2%;
  left: -14%;
  transform: rotate(-20deg);
}

.lead-flow__comic-page--two {
  top: 10%;
  right: -14%;
  width: clamp(58px, 15vw, 84px);
  transform: rotate(14deg);
}

.lead-flow__comic-page--three {
  bottom: 4%;
  left: -8%;
  width: clamp(54px, 14vw, 78px);
  transform: rotate(8deg);
  opacity: 0.28;
}

.lead-flow__comic-page--four {
  bottom: 10%;
  right: -10%;
  width: clamp(56px, 14vw, 80px);
  transform: rotate(-10deg);
  opacity: 0.3;
}

.lead-flow__step-content {
  position: relative;
  z-index: 2;
}

.lead-flow__step--email .lead-flow__step-content {
  padding: 0;
}

.lead-flow__step--email .hero__vision-story-link {
  margin-bottom: clamp(12px, 2vw, 16px);
}

.lead-flow__step--email .vision-story-dialog__title {
  margin-bottom: clamp(10px, 2vw, 14px);
}

.lead-flow__step--email .hero__subtitle {
  margin-top: 0;
  margin-bottom: clamp(10px, 2vw, 14px);
}

.lead-flow__step--email .lead-flow__helper {
  margin-bottom: clamp(8px, 1.5vw, 10px);
}

.lead-flow__step--email .lead-flow__helper:last-of-type {
  margin-bottom: clamp(14px, 2.5vw, 18px);
}

.lead-flow__step--email .lead-flow__fields {
  margin-top: 0;
  margin-bottom: clamp(12px, 2vw, 16px);
}

.lead-flow__step--email .store-badges--hero {
  margin-top: 0;
}

.lead-flow__step .hero__vision-story-link {
  display: inline-block;
  margin-bottom: clamp(14px, 2.5vw, 20px);
}

.lead-flow__step .vision-story-dialog__title {
  margin-top: 0;
  margin-bottom: clamp(14px, 2.5vw, 18px);
}

.lead-flow__step .hero__subtitle,
.lead-flow__step .hero__lead {
  margin-top: 0;
  margin-bottom: clamp(12px, 2vw, 16px);
}

.lead-flow__step .lead-flow__helper {
  margin-top: 0;
}

.lead-flow__step textarea,
.lead-flow__fields input {
  display: block;
  width: 100%;
  margin: 0 0 clamp(18px, 3vw, 24px);
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(16, 27, 61, 0.1);
  background: rgba(255, 255, 255, 0.92);
  color: var(--charcoal);
  font-family: var(--body-font);
  font-size: clamp(0.95rem, 1.2vw, 1.02rem);
  line-height: 1.55;
  letter-spacing: -0.01em;
  box-shadow: inset 0 1px 2px rgba(16, 27, 61, 0.04);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
  resize: vertical;
  min-height: 120px;
}

.lead-flow__fields input {
  min-height: 48px;
  margin-top: 10px;
  margin-bottom: 0;
  resize: none;
}

.lead-flow__step textarea:focus-visible,
.lead-flow__fields input:focus-visible {
  outline: none;
  border-color: rgba(155, 138, 216, 0.55);
  box-shadow:
    0 0 0 3px rgba(155, 138, 216, 0.18),
    inset 0 1px 2px rgba(16, 27, 61, 0.04);
}

.lead-flow__step textarea.is-invalid,
.lead-flow__fields input.is-invalid {
  border-color: rgba(245, 139, 179, 0.75);
  box-shadow: 0 0 0 3px rgba(245, 139, 179, 0.16);
}

.lead-flow__step-foot {
  margin-top: clamp(4px, 1.5vw, 10px);
}

.lead-flow__step-foot .store-badges--hero {
  margin-top: 0;
}

.lead-flow__feedback {
  margin: 0;
  padding: 0 2px;
  min-height: 0;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: #c45a7a;
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.lead-flow__step[data-lead-validates] .lead-flow__feedback {
  min-height: 2.85rem;
  display: flex;
  align-items: center;
}

.lead-flow__feedback:not(:empty) {
  opacity: 1;
}

.lead-flow__options.is-invalid label.hero__founder-note {
  border-color: rgba(245, 139, 179, 0.35);
}

.lead-flow__error {
  display: none;
}

.lead-flow__options {
  margin: 0 0 clamp(12px, 2vw, 16px);
  padding: 0;
  border: none;
  display: grid;
  gap: 10px;
}

.lead-flow__options legend {
  margin-bottom: 12px;
  padding: 0;
}

.lead-flow__options label.hero__founder-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  max-width: none;
  text-align: left;
  cursor: pointer;
  font-family: var(--body-font);
  font-size: clamp(0.92rem, 1.15vw, 0.98rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(16, 27, 61, 0.82);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.lead-flow__options label.hero__founder-note:hover {
  transform: translateY(-1px);
}

.lead-flow__options label.hero__founder-note:has(input:checked) {
  border-color: rgba(155, 138, 216, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 0 0 1px rgba(155, 138, 216, 0.18),
    8px 12px 28px rgba(40, 24, 54, 0.1);
}

.lead-flow__options input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #9b8ad8;
  cursor: pointer;
}

.lead-flow__fields {
  display: grid;
  gap: 12px;
  margin-bottom: clamp(18px, 3vw, 24px);
}

.lead-flow__fields label.hero__founder-note {
  display: block;
  margin: 0;
  max-width: none;
  text-align: left;
}

.section--lead-flow .store-badges--hero {
  margin-top: clamp(14px, 2.5vw, 20px);
}

.section--lead-flow .store-badge {
  min-width: 0;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@keyframes leadStepIn {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 1025px) {
  html:has(.section--lead-flow),
  body:has(.section--lead-flow) {
    height: auto;
    max-height: none;
    overflow-y: auto;
  }

  body:has(.section--lead-flow) .site-shell {
    height: auto;
    max-height: none;
    min-height: 100dvh;
    overflow: visible;
  }

  body:has(.section--lead-flow) #main-content {
    overflow: visible;
  }

  body:has(.section--lead-flow) .section--lead-flow {
    overflow: visible;
    padding-block: clamp(96px, 10vw, 120px) clamp(48px, 6vw, 72px);
  }
}

@media (max-width: 1024px) {
  .section--lead-flow .hero__shell {
    text-align: left;
  }

  .section--lead-flow .hero__subtitle,
  .section--lead-flow .hero__lead,
  .section--lead-flow .lead-flow__helper {
    margin-inline: 0;
  }

  .lead-flow__options label.hero__founder-note,
  .lead-flow__fields label.hero__founder-note {
    text-align: left;
  }

  .section--lead-flow .store-badges--hero {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lead-flow__step {
    animation: none;
  }

  .lead-flow__dot {
    transition: none;
  }

  .lead-flow__progress-fill {
    transition: none;
  }

  .lead-flow__options label.hero__founder-note:hover {
    transform: none;
  }
}

/* Footer */
.footer {
  flex-shrink: 0;
  background: rgba(255, 246, 241, 0.92);
  border-top: 1px solid rgba(16, 27, 61, 0.07);
}

.footer__simple {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px var(--page-gutter) 28px;
  max-width: none;
  width: 100%;
}

.footer__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 22px);
  flex-wrap: wrap;
}

.footer__legal a {
  color: rgba(16, 27, 61, 0.55);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
}

.footer__legal a:hover,
.footer__legal a:focus-visible {
  color: var(--navy);
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal[data-reveal="left"] {
  transform: translate3d(28px, 0, 0);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes sparkleDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.65;
  }
  50% {
    transform: translate3d(0, -12px, 0);
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  html,
  body {
    height: 100%;
    overflow-y: hidden;
  }

  body {
    min-height: 0;
    max-height: 100dvh;
  }

  .site-shell {
    height: 100dvh;
    max-height: 100dvh;
    min-height: 0;
    overflow: hidden;
  }

  #main-content {
    overflow: hidden;
  }

  .section--hero {
    flex: 1 1 auto;
    min-height: 0;
    padding-block: clamp(72px, 8dvh, 92px) clamp(12px, 2dvh, 22px);
    overflow: hidden;
  }

  .hero__shell {
    min-height: 0;
  }

  .hero-orbit__triptych {
    max-width: min(620px, 100%, calc((100dvh - 220px) * (1.84 / 2.07)));
  }
}

@media (max-width: 1024px) {
  .section--hero {
    padding-bottom: clamp(20px, 3.5vw, 36px);
  }

  .hero__shell {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero__shell:not(.hero__shell--loving-parents) .hero__visual {
    order: -1;
  }

  .hero__shell:not(.hero__shell--loving-parents) .hero__copy {
    order: 1;
  }

  .hero__copy {
    max-width: 560px;
    margin-inline: auto;
    height: auto;
  }

  .hero__copy-inner::after {
    display: none;
  }

  .hero__subtitle,
  .hero__lead {
    margin-inline: auto;
  }

  .store-badges--hero {
    justify-content: center;
  }

  .hero__founder-note {
    margin-inline: auto;
    text-align: center;
    max-width: min(48ch, 100%);
  }

  .hero__cta-wrap {
    margin-inline: auto;
    text-align: center;
    max-width: min(48ch, 100%);
  }

  .hero__cta-kicker {
    margin-inline: auto;
  }

  .hero__visual {
    max-width: min(600px, 96vw);
    align-self: center;
    flex: none;
    min-height: min(50vh, 460px);
    height: auto;
  }

  .hero-orbit {
    flex: none;
  }

  .hero-orbit__triptych {
    flex: none;
    aspect-ratio: auto;
    height: min(50vh, 460px);
    min-height: min(44vh, 400px);
  }
}

@media (max-width: 720px) {
  .section--hero {
    min-height: auto;
    padding: 80px 0 28px;
  }

  .hero__copy-inner {
    padding: 18px 16px 20px;
  }

  .hero__title {
    font-size: clamp(2.65rem, 10.5vw, 3.35rem);
    line-height: 0.96;
  }

  .hero__subtitle {
    margin-top: 12px;
    font-size: 0.96rem;
    line-height: 1.52;
  }

  .hero__lead {
    margin-top: 8px;
    font-size: 0.94rem;
    line-height: 1.52;
  }

  .hero__cta-wrap,
  .hero__copy-inner .hero__cta-wrap {
    margin-top: 14px;
  }

  .hero__cta-kicker {
    margin-bottom: 8px;
    font-size: 0.78rem;
  }

  .hero__founder-note {
    margin-top: 12px;
    padding: 12px 14px;
  }

  .hero__founder-note__kicker {
    margin-bottom: 6px;
    font-size: 0.62rem;
  }

  .hero__founder-note__text {
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .store-badges--hero {
    margin-top: 12px;
    gap: 10px;
  }

  .hero__visual {
    max-width: min(520px, 100%);
    min-height: min(46vh, 420px);
  }

  .hero-orbit__triptych {
    aspect-ratio: auto;
    height: min(46vh, 420px);
    min-height: min(40vh, 360px);
    grid-template-columns: minmax(0, 0.38fr) minmax(0, 1fr) minmax(0, 0.38fr);
  }
}

@media (max-width: 480px) {
  .section--hero {
    padding-bottom: 24px;
  }

  .hero__copy-inner {
    padding: 16px 14px 18px;
  }

  .hero__title {
    font-size: clamp(2.45rem, 10vw, 3rem);
  }

  .footer__legal {
    justify-content: center;
    gap: 12px 18px;
  }

  .store-badge {
    min-height: 44px;
    font-size: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero__reflection-cta:hover,
  .hero__reflection-cta:focus-visible {
    transform: none;
  }

  .reveal,
  .reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }

  .hero__sparkles::before,
  .hero__sparkles::after {
    animation: none !important;
  }

  .hero__wash {
    transform: none !important;
  }

  .lead-flow__comic-page {
    opacity: 0.28;
  }
}
