:root {
  --landing-paper: #f8f5f0;
  --landing-paper-light: #fffdf9;
  --landing-section-light: #fffdf9;
  --landing-section-warm: #f5f0e8;
  --landing-cream: #efeae2;
  --landing-ink: #3a3028;
  --landing-muted: rgba(58, 48, 40, .82);
  --landing-tert: rgba(58, 48, 40, .62);
  --landing-line: rgba(58, 48, 40, .1);
  --landing-line-2: rgba(58, 48, 40, .15);
  --landing-coral: #e8896a;
  --landing-coral-soft: rgba(232, 137, 106, .12);
  --landing-family: #5d9fb5;
  --landing-family-ink: #3e7182;
  --landing-family-soft: rgba(93, 159, 181, .14);
  --landing-sun: #f2a33c;
  --landing-cta-bg: var(--landing-coral);
  --landing-cta-text: #fffdf9;
  --landing-cta-muted: rgba(255, 253, 249, .78);
  --landing-cta-surface: rgba(255, 253, 249, .13);
  --landing-handwritten: "Kalam", cursive;
}

.mobile-landing,
.mobile-landing * { box-sizing: border-box; }

.landing-nav,
.landing-nav * { box-sizing: border-box; }

.mobile-landing {
  position: relative;
  z-index: 3;
  width: min(100%, 520px);
  margin: 0 auto;
  overflow: hidden;
  color: var(--landing-ink);
  background: var(--landing-paper);
  font-family: var(--body, "DM Sans", sans-serif);
}

.landing-nav { display: none; }

.mobile-landing button,
.mobile-landing summary,
.mobile-landing a { -webkit-tap-highlight-color: transparent; }

.wire-section,
.wire-footer { position: relative; z-index: 1; }

.wire-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 76px 20px 84px;
  border-top: 0;
  scroll-margin-top: 16px;
}

.wire-section h2 {
  margin: 0;
  color: var(--landing-ink);
  font: 400 clamp(34px, 9.4vw, 46px)/1.02 var(--display, "Newsreader", serif);
  letter-spacing: -.038em;
  text-wrap: balance;
}

/* Mobile section headings and their supporting copy share one centred axis. */
.mobile-landing h2 {
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  text-align: center;
}
.mobile-landing .section-intro {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 700px) {
  .hero-copy h1 { font-weight: 400; text-align: center; }
}

.section-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  color: #fff;
  background: var(--landing-coral);
  border-radius: 999px;
  font: 700 11px/1 var(--body, "DM Sans", sans-serif);
  letter-spacing: .1em;
}

.section-kicker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  background: none;
  font-size: inherit;
  letter-spacing: inherit;
}
.section-kicker span::after { content: "·"; margin-left: 6px; }

.section-kicker b { font: inherit; }
.section-intro,
.wire-section p { margin: 0; }
.mobile-landing .section-intro { display: block; color: var(--landing-muted); font-size: 16px; line-height: 1.5; text-wrap: pretty; }
.mobile-landing .update-intro { display: block; max-width: 330px; }

.primary-cta {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  color: #fffdf9;
  background: var(--landing-coral);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.primary-cta:active { transform: translateY(1px); }

/* Tapping any Reserve button lazy-loads the checkout chunk before anything
   appears on screen, so the button has to acknowledge the tap itself: a press
   state on the way down, a dimmed pending state until the modal paints. */
[data-checkout],
[data-offer-jump] { transition: background .2s ease, transform .18s ease, opacity .2s ease; }
[data-checkout]:active,
[data-offer-jump]:active { transform: scale(.98); }
[data-checkout].is-pending { opacity: .68; pointer-events: none; }
.primary-cta:focus-visible,
.story-cards:focus-visible,
.comparison-wrap:focus-visible,
.outline-details summary:focus-visible,
.faq-list summary:focus-visible { outline: 3px solid rgba(232, 137, 106, .45); outline-offset: 3px; }

.fine-print,
.cta-note,
.price-note { color: var(--landing-muted); font-size: 12px; line-height: 1.5; }
.center { text-align: center; }

/* 02 — horizontal story */
.update-section { padding: 52px 20px 64px; gap: 15px; background: var(--landing-section-light); }
.update-copy,
.update-content { display: flex; flex-direction: column; gap: 15px; }
.desktop-step-list { display: none; }
.step-dots { display: flex; width: 100%; align-items: center; justify-content: center; gap: 7px; margin-top: 0; }
.step-dots i { width: 7px; height: 7px; background: rgba(58,48,40,.18); border-radius: 50%; transition: background .28s ease, transform .28s cubic-bezier(.22,1,.36,1); }
.step-dots i.is-on { background: var(--landing-coral); transform: scale(1.25); }


.story-cards {
  display: flex;
  gap: 14px;
  width: calc(100% + 20px);
  margin-right: -20px;
  padding: 4px 20px 24px 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-left: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.story-scroll-runway { min-width: 0; }
.story-cards::-webkit-scrollbar { display: none; }

.story-card {
  display: flex;
  flex: 0 0 74%;
  flex-direction: column;
  gap: 7px;
  height: auto;
  min-height: 0;
  padding: 14px;
  overflow: hidden;
  background: var(--landing-section-warm);
  border: 1px solid rgba(58, 48, 40, .065);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(58, 48, 40, .075);
  scroll-snap-align: start;
  transform-origin: 50% 50%;
}

.card-title { margin: 0; color: var(--landing-ink); font: 600 15px/1.2 var(--body, "DM Sans", sans-serif); letter-spacing: -.012em; }
.card-description { min-height: 80px; color: var(--landing-tert); font-size: 12px; line-height: 1.45; text-wrap: pretty; }

/* One media surface per card: a photo, with everything else laid over it.
   The frame keeps the photo's own 4:3 ratio so the scan anchors stay put at every width. */
.story-visual { position: relative; display: block; flex: none; width: 100%; aspect-ratio: 4 / 3; margin-top: auto; overflow: hidden; background: var(--landing-cream); border-radius: 12px; isolation: isolate; }
.story-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.video-story-visual { background: #241d18; }
.story-video { display: block; width: 100%; height: 100%; object-fit: cover; background: #241d18; }

/* A family message reads before Bondi's scan: sender outside, speech in a bubble. */
.scan-source-message {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  z-index: 4;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  flex: none;
}
.scan-source-avatar { width: 30px; height: 30px; object-fit: cover; border-radius: 50%; }
.scan-source-content { min-width: 0; }
.scan-source-meta { display: flex; align-items: center; gap: 6px; margin-bottom: 5px; }
.scan-source-meta b { color: #fff; font: 400 10px/1 var(--body, "DM Sans", sans-serif); text-shadow: 0 1px 4px rgba(24,18,14,.42); }
.scan-source-meta time { margin-inline-start: 0; color: #fff; font: 400 8px/1 var(--body, "DM Sans", sans-serif); text-shadow: 0 1px 4px rgba(24,18,14,.42); }
.scan-source-bubble {
  position: relative;
  margin: 0;
  padding: 9px 10px;
  color: var(--landing-ink);
  background: rgba(255,253,249,.96);
  border: 1px solid rgba(58,48,40,.055);
  border-radius: 4px 12px 12px;
  box-shadow: 0 8px 18px rgba(58,48,40,.045);
  font: 500 10px/1.4 var(--body, "DM Sans", sans-serif);
}
.scan-source-bubble::before {
  position: absolute;
  top: -1px;
  inset-inline-start: -7px;
  width: 8px;
  height: 10px;
  content: "";
  background: rgba(255,253,249,.96);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

/* Bondi scan: light sweeps the photo, the read-out lights up behind it, then clears. */
.scan-sweep { position: absolute; top: -2%; bottom: -2%; left: 0; width: 34%; opacity: 0; transform: translateX(-160%); background: linear-gradient(90deg, rgba(255,244,232,0) 0%, rgba(255,244,232,.28) 42%, rgba(255,236,214,.85) 50%, rgba(232,137,106,.55) 54%, rgba(255,244,232,0) 100%); pointer-events: none; }
.scan-visual.is-scanning .scan-sweep { animation: scanSweep 1.85s cubic-bezier(.36,0,.2,1) forwards; }
@keyframes scanSweep {
  0% { opacity: 0; transform: translateX(-160%); }
  10% { opacity: 1; }
  88% { opacity: 1; }
  100% { opacity: 0; transform: translateX(320%); }
}

.scan-tag,
.scan-chip,
.scan-caption { position: absolute; margin: 0; opacity: 0; pointer-events: none; transition: opacity .34s ease var(--d, 0s), transform .38s cubic-bezier(.22,1,.36,1) var(--d, 0s); }
.scan-visual.is-scanning .scan-tag,
.scan-visual.is-scanning .scan-chip,
.scan-visual.is-scanning .scan-caption { opacity: 1; }

.scan-tag { left: var(--x); top: var(--y); transform: translate(-50%, -50%); }
.scan-tag i { display: block; width: 22px; height: 22px; margin: -11px 0 0 -11px; border: 1px solid rgba(255,244,232,.9); border-radius: 50%; }
.scan-tag b { position: absolute; bottom: calc(50% + 15px); left: 50%; padding: 3px 7px; color: #FFF5EC; font: 700 8px/1 var(--body, "DM Sans", sans-serif); white-space: nowrap; background: rgba(30,23,18,.74); border-radius: 999px; transform: translateX(-50%); }

.scan-chip { padding: 4px 9px; color: #FFF5EC; font: 700 8px/1 var(--body, "DM Sans", sans-serif); white-space: nowrap; background: rgba(30,23,18,.68); border-radius: 999px; transform: translateY(-4px); }
.scan-visual.is-scanning .scan-chip { transform: translateY(0); }
.scan-chip-rel { top: 8px; left: 8px; }

.scan-caption { top: 8px; right: 8px; bottom: auto; left: auto; display: flex; width: max-content; max-width: 46%; flex-direction: column; gap: 4px; padding: 8px 10px; background: rgba(30,23,18,.78); border-radius: 12px 12px 4px 12px; box-shadow: 0 8px 18px rgba(24,18,14,.16); transform: translateY(-4px); }
.scan-caption::after { position: absolute; right: 0; bottom: -7px; width: 9px; height: 9px; content: ""; background: rgba(30,23,18,.78); clip-path: polygon(100% 0, 0 0, 100% 100%); }
.scan-caption b { color: #FFF6EE; font: 700 8px/1.2 var(--body, "DM Sans", sans-serif); }
.scan-caption span { color: rgba(255,246,238,.78); font: 600 8px/1.2 var(--body, "DM Sans", sans-serif); }
.scan-visual.is-scanning .scan-caption { transform: translateY(0); }

/* Once the sweep has passed, the read-out clears and the photo is left alone. */
.scan-visual.is-cleared .scan-tag,
.scan-visual.is-cleared .scan-chip,
.scan-visual.is-cleared .scan-caption { opacity: 0; transition: opacity .6s ease 0s; }

.arrive-visual { flex-direction: column; background: #ede6dc; }
.arrival-frame { width: 108%; max-width: none; margin: -16px -4% -24px; filter: drop-shadow(0 12px 16px rgba(58,48,40,.17)); }
.arrival-note { position: absolute; right: 9px; bottom: 9px; left: 9px; display: flex; flex-direction: column; gap: 2px; padding: 8px 9px; background: rgba(255,253,249,.92); border: 1px solid rgba(58,48,40,.12); border-radius: 10px; box-shadow: 0 7px 20px rgba(58,48,40,.11); backdrop-filter: blur(8px); }
.arrival-note small { color: var(--landing-coral); font-size: 8px; font-weight: 700; letter-spacing: .11em; }
.arrival-note b { font-size: 11px; font-weight: 600; }

.voice-visual { flex-direction: column; align-items: stretch; justify-content: center; gap: 10px; padding: 13px; background: #ece3d8; }
.voice-person { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 8px; }
.voice-person img { width: 34px; height: 34px; object-fit: cover; border-radius: 50%; }
.voice-person div { display: flex; flex-direction: column; gap: 4px; }
.voice-person small { color: var(--landing-coral); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.voice-person b { font-size: 10px; font-weight: 600; }
.voice-person time { color: var(--landing-muted); font-size: 8px; }
.wave { display: flex; height: 32px; align-items: center; justify-content: center; gap: 3px; }
.wave i { width: 3px; height: 18px; background: var(--landing-ink); border-radius: 2px; }
.wave i:nth-child(2n) { height: 28px; }
.wave i:nth-child(3n) { height: 20px; }
.wave i:nth-child(4n) { height: 34px; }
.voice-visual blockquote { margin: 0; color: var(--landing-ink); font: 500 15px/1.12 var(--display, "Newsreader", serif); text-align: center; }

/* Story Card: what Bondi keeps — who was there, what happened, and when.
   The photo keeps the whole frame; the story sits on it, never beside it. */
.memory-people { position: absolute; top: 8px; left: 8px; display: flex; flex-wrap: wrap; gap: 4px; }
.memory-people span { padding: 3px 8px; color: #FFF5EC; background: rgba(30, 23, 18, .68); border-radius: 999px; font: 700 8px/1 var(--body, "DM Sans", sans-serif); }
.memory-copy { position: absolute; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; gap: 4px; padding: 34px 11px 10px; background: linear-gradient(180deg, rgba(24,18,14,0), rgba(24,18,14,.4) 34%, rgba(24,18,14,.84)); }
.memory-copy b { color: #FFF6EE; font: 500 14px/1.12 var(--display, "Newsreader", serif); letter-spacing: -.018em; }
.memory-copy p { margin: 0; color: rgba(255,246,238,.8); font-size: 8.5px; line-height: 1.4; }
.memory-copy time { margin-top: 2px; padding-top: 6px; color: rgba(255,246,238,.92); border-top: 1px solid rgba(255,246,238,.24); font: 600 9px/1 var(--body, "DM Sans", sans-serif); letter-spacing: .05em; }

.memory-preview { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; background: var(--landing-cream); border: 1px dashed var(--landing-line-2); border-radius: 16px; opacity: .58; transition: opacity .28s ease, background .28s ease; }
.memory-preview.is-unlocked { opacity: 1; background: rgba(232, 137, 106, .14); }
.memory-preview div { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.memory-preview strong { font: 500 19px/1 var(--display, "Newsreader", serif); }
.memory-preview div span { overflow: hidden; color: var(--landing-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.memory-preview small { flex: none; color: var(--landing-muted); font-size: 9px; line-height: 1.25; }
.memory-preview small b { color: var(--landing-coral); }
.cta-note { text-align: center; }

/* 03 — comparison */
.compare-section { background: var(--landing-section-warm); }
.comparison-wrap { margin-top: 8px; overflow-x: auto; background: var(--landing-paper-light); border-radius: 20px; box-shadow: 0 18px 44px -30px rgba(58,48,40,.3); }
.comparison-table { width: 100%; min-width: 356px; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.comparison-table th,
.comparison-table td { height: 48px; padding: 10px 6px; border-top: 1px solid rgba(58,48,40,.08); color: var(--landing-ink); font-size: 11px; line-height: 1.25; text-align: center; }
.comparison-table thead th { height: 52px; border-top: 0; color: var(--landing-tert); font: 700 9px/1 var(--body, "DM Sans", sans-serif); letter-spacing: .12em; text-transform: uppercase; }
.comparison-table thead th:not(:first-child) { color: var(--landing-ink); font: 600 11px/1 var(--body, "DM Sans", sans-serif); letter-spacing: 0; text-transform: none; }
.comparison-table thead th:nth-child(2) { color: var(--landing-coral); }
.comparison-table th:first-child { width: 46%; padding-left: 16px; color: var(--landing-ink); font-weight: 500; text-align: left; }
.comparison-table tbody tr:first-child th,
.comparison-table tbody tr:first-child td { border-top: 1px solid rgba(58,48,40,.14); }

/* Presence is a badge; absence is simply nothing. The cell's own ✓ / • / — is
   only there for copy-paste and screen readers, so the text is zeroed out and
   the badge below draws the mark. The `tbody` qualifier is load-bearing: later
   blocks set a reading font-size on every cell in the table, and without the
   extra specificity they would win here and print the glyph beside the badge. */
.comparison-table tbody td.mark-yes,
.comparison-table tbody td.mark-part { font-size: 0; }
.mark-yes::before,
.mark-part::before {
  content: "✓";
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: #fffdf9;
  background: rgba(58, 48, 40, .3);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.comparison-table td.mark-yes:nth-child(2)::before { background: var(--landing-coral); }
.mark-part::before {
  content: "•";
  color: rgba(58, 48, 40, .5);
  background: transparent;
  box-shadow: inset 0 0 0 1.5px rgba(58, 48, 40, .26);
  font-size: 16px;
}
.comparison-table tbody td.mark-no { font-size: 0; }
.mark-no span { display: none; }

.comparison-table .group-row th { height: 34px; padding-left: 16px; background: transparent; border-top: 1px solid rgba(58,48,40,.14); color: var(--landing-tert); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.table-legend { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--landing-tert); font-size: 11px; }
.table-legend span { display: inline-flex; align-items: center; gap: 5px; }
.table-legend i { font-style: normal; color: var(--landing-coral); font-weight: 700; }
.comparison-sources {
  max-width: 920px;
  margin: 14px auto 0;
  color: var(--landing-tert);
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}
.comparison-sources a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

/* Phones compare against one familiar benchmark; the two additional brands
   return at desktop width, where the table has room to remain scannable. */
.comparison-table .comparison-desktop-only { display: none; }
.compare-section { align-items: center; text-align: center; }
.compare-section > h2 { max-width: 16ch; font-size: clamp(28px, 7.6vw, 34px); line-height: 1.08; }
.mobile-landing .compare-section .section-intro { max-width: 34ch; margin: 0 auto; }
.compare-section .comparison-wrap { width: 100%; margin-top: 14px; }
.compare-section .table-legend { justify-content: center; }
.compare-section .comparison-table { min-width: 0; }
.compare-section .comparison-table th,
.compare-section .comparison-table td { height: 54px; padding: 12px 8px; font-size: 14px; line-height: 1.3; }
.compare-section .comparison-table thead th { height: 58px; font-size: 10px; }
.compare-section .comparison-table thead th:not(:first-child) { font-size: 15px; }
.compare-section .comparison-table th:first-child { width: 56%; padding-left: 18px; font-size: 14px; }
.compare-section .comparison-table .group-row th { height: 38px; padding-left: 18px; font-size: 11px; }
.compare-section .mark-yes::before,
.compare-section .mark-part::before { width: 24px; height: 24px; font-size: 13px; }
.compare-section .table-legend { font-size: 11px; }

/* ── 04 Bondi at a glance ── */
/* Three product shots as one swipeable row rather than a tall stack: the row
   bleeds into the section's 20px gutter so the next card peeks in and reads as
   "keep going". */
.glance-gallery {
  display: flex;
  gap: 12px;
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 2px 20px 6px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 20px;
  scrollbar-width: none;
}
.glance-gallery::-webkit-scrollbar { display: none; }
.gallery-dots { display: flex; justify-content: center; gap: 7px; margin-top: -2px; }
.gallery-dots i { width: 7px; height: 7px; background: rgba(58,48,40,.18); border-radius: 50%; transition: background .28s ease, transform .28s cubic-bezier(.22,1,.36,1); }
.gallery-dots i.is-on { background: var(--landing-coral); transform: scale(1.25); }
.glance-gallery figure { flex: 0 0 78%; margin: 0; overflow: hidden; background: var(--landing-cream); border-radius: 18px; scroll-snap-align: start; }
.glance-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.glance-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px; margin: 6px 0 0; padding: 0; list-style: none; }
.glance-list li { display: flex; align-items: baseline; gap: 8px; padding: 11px 0; color: var(--landing-ink); border-bottom: 1px solid var(--landing-line); font-size: 13px; line-height: 1.3; }
.glance-list li.is-swatch { grid-column: 1 / -1; border-bottom: 0; }
.glance-list li::before { content: "•"; flex: none; color: var(--landing-coral); font-weight: 700; }
.glance-list li.is-swatch::before { content: ""; display: inline-block; width: 11px; height: 11px; background: #6f4d38; border-radius: 50%; vertical-align: -1px; }
.glance-details summary { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; color: var(--landing-coral); cursor: pointer; font-size: 13px; font-weight: 600; list-style: none; }
.glance-details summary::-webkit-details-marker { display: none; }
.glance-details summary::after { content: "⌄"; font-size: 14px; line-height: 1; transform-origin: 50% 40%; transition: transform .26s cubic-bezier(.22,1,.36,1); }
.glance-details[open] summary::after { transform: rotate(180deg); }
.glance-specs { display: flex; flex-direction: column; gap: 0; margin: 12px 0 0; }
.glance-specs div { display: grid; grid-template-columns: 34% 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--landing-line); }
.glance-specs dt { margin: 0; color: var(--landing-tert); font-size: 12px; font-weight: 600; }
.glance-specs dd { margin: 0; color: var(--landing-ink); font-size: 12px; }
.product-section > .fine-print {
  margin: 2px 0 0;
  color: rgba(58, 48, 40, .44);
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .01em;
}

/* ── 07 Why we're building Bondi ── */
.founding-section { gap: 0; background: var(--landing-section-warm); }
.founding-section > h2 { margin-bottom: 28px; }
.founding-copy { max-width: 44em; color: var(--landing-muted); font-size: 15px; line-height: 1.55; }
.founding-copy + .founding-copy { margin-top: 12px; }
.founding-copy.is-em { color: var(--landing-ink); }
.wall-viewport { --pol-scale: 1; width: calc(100% + 40px); margin: 24px -20px 18px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.wall-viewport + .founding-copy { margin-top: 0; }
.wall-track { display: flex; width: max-content; align-items: flex-start; gap: 14px; animation: wallMarquee 42s linear infinite; }
.wall-track.is-paused { animation-play-state: paused; }
.wall-track .pol { flex: none; margin: 0; transform: rotate(var(--tilt, 0deg)) translateY(var(--dy, 0)); }
.wall-track .pol-card { padding: 7px 7px 20px; background: var(--landing-paper-light); border-radius: 3px; box-shadow: 0 8px 22px -12px rgba(58,48,40,.42); }
.wall-track .pol-img { overflow: hidden; aspect-ratio: 540 / 1112; background: var(--landing-cream); }
.wall-track .pol-img img { display: block; width: 100%; height: 100%; object-fit: contain; }
@keyframes wallMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }


.section-closing { padding: 22px 16px; color: var(--landing-ink); border-top: 1px solid var(--landing-line); border-bottom: 1px solid var(--landing-line); font: 500 23px/1.2 var(--display, "Newsreader", serif); text-align: center; }

/* 04 — product */
.product-section {
  position: relative;
  height: auto;
  min-height: 0;
  padding-top: 44px;
  padding-bottom: 52px;
  gap: 12px;
  background: var(--landing-section-light);
}

.spec-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: rgba(255,253,249,.55); border: 1px solid rgba(58,48,40,.14); border-radius: 18px; }
.spec-grid div { display: flex; min-height: 48px; flex-direction: column; justify-content: center; gap: 3px; padding: 8px 11px; border-bottom: 1px solid rgba(58,48,40,.1); }
.spec-grid div:nth-child(odd) { border-right: 1px solid rgba(58,48,40,.1); }
.spec-grid div:nth-last-child(-n+2) { border-bottom: 0; }
.spec-grid div.privacy { background: var(--landing-coral-soft); }
.spec-grid small { color: var(--landing-coral); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.spec-grid span { font-size: 13px; }

.outline-details { overflow: hidden; background: rgba(255,253,249,.6); border: 1px solid rgba(58,48,40,.14); border-radius: 16px; font-size: 13px; }
.outline-details summary { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px; cursor: pointer; list-style: none; }
.outline-details summary::-webkit-details-marker { display: none; }
.outline-details summary::after { content: "+"; color: var(--landing-coral); font-size: 17px; }
.outline-details[open] summary::after { content: "−"; }
.outline-details p { padding: 0 16px 16px; color: var(--landing-muted); font-size: 12px; line-height: 1.55; }
.price-note { text-align: center; }
.product-desktop-cta { display: none; }

/* 05 — both sides */
.sides-section { padding-top: 44px; padding-bottom: 52px; gap: 12px; background: var(--landing-section-warm); }
.home-media-column { display: grid; width: 100%; gap: 10px; }
.home-visual { position: relative; height: auto; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: #e8e0d7; border-radius: 20px; box-shadow: 0 14px 34px rgba(58,48,40,.09); }
.home-visual img,
.home-visual video { display: block; width: 100%; height: 100%; object-fit: cover; }
.home-video-sound {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  background: rgba(32, 25, 20, .32);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.home-video-sound:hover { background: rgba(32, 25, 20, .5); transform: scale(1.04); }
.home-video-sound:active { transform: scale(.96); }
.home-video-sound:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.home-video-sound .material-symbols-outlined { font-size: 21px; }
.home-story-screen {
  position: absolute;
  top: 39.1%;
  left: 23%;
  width: 16.7%;
  height: 21.6%;
  overflow: hidden;
  background: #261d17;
  clip-path: polygon(0 10%, 91% 0, 100% 83%, 8.5% 100%);
  isolation: isolate;
  pointer-events: none;
}
.home-visual .home-story-card { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-visual figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 11px 13px; color: #fffdf9; background: rgba(58,48,40,.72); border-radius: 12px; font-size: 11px; text-align: center; backdrop-filter: blur(8px); }
.testimonial { display: flex; align-items: center; gap: 11px; padding: 12px 13px; background: var(--landing-coral-soft); border: 1px solid rgba(232,137,106,.22); border-radius: 16px; }
.testimonial > img { width: 42px; height: 42px; flex: none; object-fit: cover; border-radius: 50%; }
.testimonial blockquote { display: flex; flex: 1; flex-direction: column; gap: 5px; margin: 0; font: 500 14px/1.18 var(--display, "Newsreader", serif); }
.testimonial small { color: var(--landing-muted); font: 600 9px/1 var(--body, "DM Sans", sans-serif); letter-spacing: .08em; }

/* 06 — Founder offer, moved directly from the Early Access page */
.ea-offer-section {
  padding: 34px 16px 24px;
  color: var(--landing-ink);
  background: var(--landing-section-light);
  border-top: 0;
  scroll-margin-top: 16px;
}
.ea-offer-card { display: flex; flex-direction: column; gap: 18px; padding: 28px 24px; background: var(--landing-cream); border-radius: 20px; }
.ea-offer-col { display: contents; }
.ea-offer-heading { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.ea-offer-card h2 { margin: 0; color: var(--landing-ink); font: 400 36px/1.08 var(--display, "Newsreader", serif); letter-spacing: -.035em; text-wrap: balance; }
.ea-offer-subtitle { margin: 0; color: var(--landing-coral); font: 700 12px/1.35 var(--body, "DM Sans", sans-serif); letter-spacing: .11em; text-align: center; text-transform: uppercase; text-wrap: balance; }
.ea-perks { display: flex; flex-direction: column; gap: 10px; }
.ea-perk { display: flex; align-items: center; gap: 10px; }
.ea-perk b { display: flex; width: 19px; height: 19px; flex: none; align-items: center; justify-content: center; color: var(--landing-cream); background: var(--landing-ink); border-radius: 50%; font: 700 10px/1 var(--body, "DM Sans", sans-serif); }
.ea-perk span { color: var(--landing-ink); font-size: 15px; line-height: 1.5; }
.ea-offer-divider { margin: 4px 0 0; border-top: 1.5px dashed var(--landing-line-2); }
.ea-price-row { display: flex; align-items: baseline; justify-content: center; gap: 8px; }
.ea-price-now,
.ea-price-was { color: var(--landing-ink); font: 700 42px/1 var(--body, "DM Sans", sans-serif); font-variant-numeric: tabular-nums; letter-spacing: -.035em; }
.ea-price-was { color: #a09b90; text-decoration: line-through; }
.ea-price-cur { margin-right: 2px; font: 700 22px/1 var(--body, "DM Sans", sans-serif); vertical-align: .22em; }
.ea-price-today { color: var(--landing-muted); font-size: 14px; }
.ea-pay-line { display: flex; align-items: baseline; gap: 8px; margin: 0; color: var(--landing-muted); font-size: 14.5px; line-height: 1.45; }
.ea-pay-line i { width: 7px; height: 7px; flex: none; background: var(--landing-coral); border-radius: 50%; transform: translateY(-2px); }
.ea-pay-line b { color: var(--landing-ink); font-weight: 700; }
.ea-offer-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ea-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 13px; color: var(--landing-ink); background: #fff; border-radius: 999px; font: 600 12.5px var(--body, "DM Sans", sans-serif); white-space: nowrap; }
.ea-chip-icon { display: block; width: 15px; height: 15px; flex: none; }
.ea-offer-cta { display: flex; min-height: 52px; align-items: center; justify-content: center; margin-top: 4px; color: #fff; background: var(--landing-coral); border-radius: 999px; font: 700 15px var(--body, "DM Sans", sans-serif); text-decoration: none; transition: background .2s, transform .2s; }
.ea-offer-cta:hover { background: #d97a5a; }
.ea-offer-cta:active { transform: translateY(1px); }
.ea-secure { margin: 1px 0 0; color: var(--landing-tert); font-size: 13px; text-align: center; }
.ea-secure b { color: #635bff; font: 700 15px var(--body, "DM Sans", sans-serif); letter-spacing: -.02em; }
.ea-fine { display: flex; min-height: 22px; align-items: center; justify-content: center; gap: 6px; margin: 0; color: var(--landing-tert); font-size: 12px; line-height: 1.3; text-align: center; }
.ea-fine a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.ea-fine .ea-stripe { display: inline-flex; width: 43px; height: 18px; align-items: center; justify-content: center; text-decoration: none; }
.ea-stripe img { display: block; width: 43px; height: 18px; object-fit: contain; }

/* 07 — FAQ */
.faq-section {
  gap: 0;
  padding: 86px 34px 92px;
  border-top: 0;
  background: var(--landing-section-light);
  text-align: center;
}
.faq-copy { display: flex; flex-direction: column; align-items: center; gap: 0; }
.faq-title-mobile { display: block; }
.faq-title-desktop { display: none; }
.faq-copy h2 {
  max-width: 330px;
  font-size: clamp(35px, 9.2vw, 37px);
  line-height: 1.16;
  letter-spacing: -.035em;
}
.faq-copy .section-intro {
  max-width: 318px;
  margin-top: 30px;
  color: rgba(58, 48, 40, .58);
  font-size: 17px;
  line-height: 1.55;
  text-align: center;
  text-wrap: balance;
}
.faq-contact { display: none; }
.faq-list {
  width: 100%;
  margin-top: 76px;
  overflow: hidden;
  background: transparent;
  border-top: 1px solid rgba(58, 48, 40, .12);
  text-align: left;
}
.faq-list details { border-bottom: 1px solid rgba(58, 48, 40, .12); }
.faq-list summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 18px 0;
  color: #27231f;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "";
  width: 24px;
  height: 24px;
  flex: none;
  margin-left: auto;
  background: center / 24px 24px no-repeat url("/preview/landing/assets/icons/plus-lucide.svg");
  opacity: .48;
}

.faq-list details[open] summary::after { background-image: url("/preview/landing/assets/icons/minus-lucide.svg"); }
.faq-list details p {
  max-width: 315px;
  padding: 0 38px 24px 0;
  color: rgba(58, 48, 40, .7);
  font-size: 14px;
  line-height: 1.6;
  text-wrap: pretty;
}
.skeleton-lines { display: none; }

/* 08 — closing invitation. The reference contributes only the centered
   conversion layout; HeyBondi's coral, cream and brown remain the visual system. */
.family-cta {
  position: relative;
  z-index: 1;
  margin: 8px 10px 0;
  padding: 62px 18px 34px;
  overflow: hidden;
  color: var(--landing-cta-text);
  background: var(--landing-cta-bg);
  border-radius: 24px;
  text-align: center;
}
.family-cta::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='familyCtaNoise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='4.5' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23familyCtaNoise)'/%3E%3C/svg%3E");
  opacity: .32;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.family-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
.family-cta-product {
  width: min(300px, 100%);
  height: 250px;
  margin: 0 0 38px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.family-cta-product img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.15); }
.family-cta h2 {
  max-width: 340px;
  margin: 0;
  color: var(--landing-cta-text);
  font: 400 clamp(36px, 10vw, 42px)/1.04 var(--display, "Newsreader", serif);
  letter-spacing: -.035em;
  text-wrap: balance;
}
.family-cta-copy {
  max-width: 325px;
  margin: 32px 0 0;
  color: var(--landing-cta-muted);
  font-size: 16px;
  line-height: 1.52;
  text-wrap: pretty;
}
.family-cta-benefits {
  display: grid;
  width: 100%;
  margin-top: 48px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.family-cta-benefit {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: rgba(255, 253, 249, .92);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
}
.family-cta-icon {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: var(--landing-cta-surface);
  border: 1px solid rgba(255, 253, 249, .2);
  border-radius: 13px;
}
.family-cta-icon img { width: 18px; height: 18px; filter: brightness(0) invert(1); opacity: .82; }
.family-cta-icon .material-symbols-outlined {
  color: currentColor;
  font-size: 20px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
  line-height: 1;
  opacity: .86;
}
.family-cta-button {
  display: flex;
  width: 100%;
  min-height: 82px;
  margin-top: 54px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 17px 20px;
  color: var(--landing-ink);
  background: var(--landing-cta-text);
  border: 0;
  border-radius: 18px;
  box-shadow: none;
  cursor: pointer;
  font-family: var(--body, "DM Sans", sans-serif);
  text-align: center;
}
.family-cta-button span { font-size: 14px; font-weight: 700; letter-spacing: .015em; text-transform: uppercase; }
.family-cta-button strong { font-size: 18px; font-weight: 700; line-height: 1.1; }
.family-cta-button:focus-visible { outline: 3px solid rgba(255, 253, 249, .72); outline-offset: 4px; }
.family-cta-note {
  display: flex;
  max-width: 330px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px 5px;
  margin: 22px 0 0;
  color: rgba(255, 253, 249, .7);
  font-size: 11px;
  line-height: 1.45;
}
.family-cta-stripe {
  display: inline-flex;
  width: 43px;
  height: 18px;
  align-items: center;
  justify-content: center;
}
.family-cta-stripe img { display: block; width: 43px; height: 18px; object-fit: contain; }

.wire-footer {
  /* The sticky reserve bar is already hidden by the time the footer scrolls
     in, so the tail only needs breathing room plus the home-indicator inset. */
  padding: 40px 24px calc(44px + env(safe-area-inset-bottom, 0px));
  overflow: hidden;
  color: var(--landing-muted);
  background: var(--landing-paper-light);
  font-size: 12px;
}
.wire-footer a { color: inherit; text-decoration: none; }
.footer-brand-logo { display: none; }
.footer-divider {
  height: 1px;
  margin: -40px -24px 40px;
  background: var(--landing-line-2);
}
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 32px;
}
.footer-tagline { min-width: 0; }
.footer-made {
  max-width: 300px;
  margin: 0 0 12px;
  color: var(--landing-ink);
  font: 500 28px/1.08 var(--landing-handwritten);
  letter-spacing: -.01em;
  text-wrap: pretty;
}
.footer-tagline > small {
  display: block;
  color: var(--landing-tert);
  font-size: 10px;
  line-height: 1.45;
}
.footer-nav-group {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.footer-contact-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 22px;
}
.footer-contact {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  color: var(--landing-ink) !important;
}
.footer-contact > span { font-size: 12px; font-weight: 600; }
.footer-contact > small {
  color: var(--landing-tert);
  font-size: 10px;
  overflow-wrap: anywhere;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--landing-tert);
}
.footer-social a {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  transition: color .2s ease, transform .2s ease;
}
.footer-social svg { width: 20px; height: 20px; fill: currentColor; }
.footer-social a:focus-visible,
.footer-social a:hover { color: var(--landing-coral); transform: translateY(-1px); }
.footer-links {
  display: flex;
  min-width: 64px;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  color: var(--landing-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
.footer-links a { transition: color .2s ease; }
.footer-links a:focus-visible,
.footer-links a:hover,
.footer-contact:focus-visible,
.footer-contact:hover { color: var(--landing-coral) !important; }
.footer-link-label { color: var(--landing-tert); }

.sticky-reserve {
  position: fixed;
  z-index: 50;
  right: max(8px, calc((100vw - 400px) / 2));
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  left: max(8px, calc((100vw - 400px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 9px 9px 11px;
  color: var(--landing-ink);
  background: rgba(248, 245, 240, .97);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(60, 50, 35, .18);
  font-family: var(--body, "DM Sans", sans-serif);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity .22s ease, transform .22s cubic-bezier(.4, 0, 1, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.sticky-reserve.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); transition: opacity .36s ease, transform .36s cubic-bezier(.2, .7, .3, 1); }
.sticky-price { display: flex; min-width: 0; flex-direction: column; gap: 1px; }
.sticky-price-line { display: flex; align-items: baseline; gap: 6px; }
.sticky-price-line strong { color: var(--landing-ink); font-size: 14px; font-weight: 700; line-height: 1.1; }
.sticky-was { color: var(--landing-tert); font-size: 12.5px; font-weight: 600; text-decoration: line-through; }
.sticky-now { color: var(--landing-ink); font-size: 14px; font-weight: 700; }
.sticky-sub { display: flex; align-items: center; gap: 4px; color: var(--landing-tert); font-size: 11px; line-height: 1.2; white-space: nowrap; }
.sticky-sub img { width: 12px; height: 12px; flex: none; }
.sticky-reserve-cta { display: flex; min-height: 36px; flex: none; align-items: center; justify-content: center; gap: 3px; padding: 9px 11px; color: #fff; background: var(--landing-coral); border-radius: 999px; box-shadow: none; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: background .2s ease, transform .18s ease; }
.sticky-reserve-cta:hover { background: #df805f; }
.sticky-reserve-cta:active { transform: scale(.98); }
.sticky-reserve-cta:focus-visible { outline: 3px solid rgba(58, 48, 40, .28); outline-offset: 2px; }
.sticky-cta-price { font-variant-numeric: tabular-nums; }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

@media (min-width: 521px) {
  body { background: #e0ddd6; }
  .mobile-landing { box-shadow: 0 34px 90px rgba(58,48,40,.13); }
}

@media (max-width: 390px) {
  .story-card { flex-basis: 74%; }
}

@media (min-width: 960px) {
  .mobile-landing {
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: visible;
    box-shadow: none;
  }

  .mobile-landing h2 {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }
  .mobile-landing .section-intro {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .landing-nav {
    position: sticky;
    z-index: 45;
    top: 0;
    display: grid;
    grid-template-columns: 210px 1fr auto;
    min-height: 72px;
    align-items: center;
    gap: 28px;
    padding: 12px max(40px, calc((100vw - 1200px) / 2));
    background: rgba(248, 245, 240, .92);
    border-bottom: 1px solid var(--landing-line);
    backdrop-filter: blur(16px);
  }
  .landing-nav-brand { display: flex; width: 150px; height: 42px; align-items: center; overflow: hidden; }
  .landing-nav-brand img { width: 158px; height: 89px; object-fit: contain; object-position: center; }
  .landing-nav nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.5vw, 38px); }
  .landing-nav nav a { color: var(--landing-tert); font-size: 13px; font-weight: 600; text-decoration: none; transition: color .2s; }
  .landing-nav nav a:hover { color: var(--landing-ink); }
  .landing-nav-cta { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 19px; color: #fff; background: var(--landing-coral); border-radius: 999px; font-size: 13px; font-weight: 700; text-decoration: none; }

  .wire-section {
    gap: 24px;
    padding: clamp(72px, 8vw, 112px) max(40px, calc((100vw - 1200px) / 2));
    scroll-margin-top: 72px;
  }
  .wire-section h2 { max-width: 800px; font-size: clamp(42px, 4vw, 58px); line-height: 1; }
  .update-section h2,
  .sides-section h2 { max-width: none; white-space: nowrap; }
  .mobile-landing .update-intro { max-width: none; white-space: nowrap; }
  .step-dots { display: none; }
  .gallery-dots { display: none; }
  .section-intro { max-width: 660px; font-size: 17px; }
  .primary-cta { min-height: 54px; padding-inline: 24px; }

  /* 02 — three parallel story cards */
  .update-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
    padding-top: 88px;
    padding-bottom: 104px;
  }
  .update-copy { max-width: 720px; gap: 16px; }
  .update-copy h2 { font-size: clamp(42px, 3.6vw, 54px); }
  .update-content { gap: 24px; }
  .step-progress { display: none; }
  .desktop-step-list { display: none; }
  .story-scroll-runway { position: static; height: auto; min-height: 0; }
  .story-cards {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    width: min(100%, 1240px);
    height: auto;
    margin-inline: auto;
    padding: 0;
    gap: 22px;
    overflow: visible;
    scroll-snap-type: none;
  }
  .story-card {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    width: auto;
    height: 100%;
    padding: 22px;
    background: var(--landing-paper-light);
    border-radius: 20px;
    scroll-snap-align: none;
  }
  .card-title { font-size: 19px; }
  .card-description { min-height: 82px; font-size: 14px; line-height: 1.45; }
  .story-visual { border-radius: 14px; }
  .scan-source-message { grid-template-columns: 38px minmax(0, 1fr); gap: 10px; }
  .scan-source-avatar { width: 38px; height: 38px; }
  .scan-source-meta { margin-bottom: 7px; }
  .scan-source-meta b { font-size: 12px; }
  .scan-source-meta time { font-size: 11px; }
  .scan-source-bubble { padding: 11px 13px; border-radius: 5px 14px 14px; font-size: 10px; letter-spacing: -.01em; white-space: nowrap; }
  .scan-tag b { padding: 4px 9px; font-size: 11px; bottom: calc(50% + 19px); }
  .scan-tag i { width: 28px; height: 28px; margin: -14px 0 0 -14px; }
  .scan-chip { padding: 5px 11px; font-size: 11px; }
  .scan-chip-rel { top: 12px; left: 12px; }
  .scan-caption { gap: 3px; padding: 9px 11px; }
  .scan-caption b { font-size: 10px; }
  .scan-caption span { font-size: 10px; }
  .arrival-frame { width: 92%; max-height: 370px; margin: -12px 0 -38px; object-fit: contain; }
  .arrival-note { right: 18px; bottom: 18px; left: 18px; padding: 12px 14px; }
  .arrival-note small { font-size: 9px; }
  .arrival-note b { font-size: 14px; }
  .voice-visual { padding: 36px; gap: 24px; }
  .voice-person { grid-template-columns: 54px 1fr auto; }
  .voice-person img { width: 54px; height: 54px; }
  .voice-person small, .voice-person time { font-size: 10px; }
  .voice-person b { font-size: 14px; }
  .voice-visual blockquote { font-size: 28px; }
  .wave { height: 62px; gap: 6px; }
  .wave i { width: 5px; }
  .memory-people { top: 12px; left: 12px; gap: 5px; }
  .memory-people span { padding: 4px 10px; font-size: 10px; }
  .memory-copy { gap: 6px; padding: 52px 14px 13px; }
  .memory-copy b { font-size: 21px; line-height: 1.1; }
  .memory-copy p { font-size: 11.5px; line-height: 1.45; }
  .memory-copy time { padding-top: 9px; font-size: 11px; }

  /* 03 — full-width comparison */
  .compare-section { padding-top: 88px; padding-bottom: 96px; }
  .comparison-wrap { margin-top: 12px; border-radius: 24px; }
  .comparison-table { min-width: 0; }
  .comparison-table th,
  .comparison-table td { height: 60px; padding: 14px 16px; font-size: 16px; }
  .comparison-table thead th { height: 66px; font-size: 11px; }
  .comparison-table thead th:not(:first-child) { width: 150px; font-size: 16px; }
  .comparison-table tbody th:first-child,
  .comparison-table th:first-child { width: auto; padding-left: 26px; font-size: 16px; }
  .comparison-table .group-row th { height: 48px; padding-left: 26px; font-size: 12px; }
  .mark-yes::before,
  .mark-part::before { width: 26px; height: 26px; }
  .mark-yes::before { font-size: 14px; }
  .mark-part::before { font-size: 20px; }
  .table-legend { gap: 20px; font-size: 11px; }


  /* 04 — Bondi at a glance: gallery across the full column, specs beneath */
  .product-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding-top: 88px;
    padding-bottom: 96px;
  }
  .product-section > h2 { margin-bottom: 10px; }

  /* 05 — home scene left, both audiences side by side on the right */
  .sides-section {
    display: grid;
    grid-template-columns: minmax(440px, 1.08fr) minmax(0, .92fr);
    align-items: start;
    gap: 18px clamp(28px, 2.6vw, 38px);
    padding-top: 88px;
    padding-bottom: 96px;
  }
  .sides-section > .section-kicker,
  .sides-section > h2 { grid-column: 1 / -1; }
  .sides-section > h2 { margin-bottom: 10px; }
  .home-media-column { grid-column: 1; grid-row: 3; align-self: start; gap: 12px; }
  .home-visual { height: auto; aspect-ratio: 16 / 9; border-radius: 20px; }
  .home-story-screen { top: 42.55%; height: 14.9%; }
  .audience-cols { grid-column: 2; grid-row: 3; grid-template-columns: 1fr 1fr; gap: 0 40px; }
  .audience-col h3 { margin-bottom: 6px; font-size: 11px; }
  .audience-col > div { padding: 15px 0; }
  .audience-col b { font-size: 15px; }
  .audience-col small { font-size: 12px; }
  .trust-line { margin-top: 0; font-size: 13px; }

  /* 06 — exact Early Access two-column offer */
  .ea-offer-section {
    padding: clamp(72px, 8vw, 104px) max(40px, calc((100vw - 1200px) / 2));
    padding-block-end: clamp(48px, 4vw, 56px);
    scroll-margin-top: 72px;
  }
  .ea-offer-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    max-width: 1040px;
    margin: 0 auto;
    padding: clamp(32px, 3.4vw, 48px);
    align-items: start;
    column-gap: clamp(32px, 4vw, 56px);
  }
  .ea-offer-col { display: flex; flex-direction: column; gap: 14px; }
  .ea-offer-col-a { gap: 16px; }
  .ea-offer-heading { align-items: flex-start; text-align: left; }
  .ea-offer-divider { align-self: stretch; margin: 0; border-top: 0; border-left: 1.5px dashed var(--landing-line-2); }
  .ea-offer-card h2 { margin: 0; font-size: 36px; letter-spacing: -.025em; text-align: left; }
  .ea-offer-subtitle { text-align: left; }
  .ea-price-now,
  .ea-price-was { font-size: 44px; }
  .ea-price-row { justify-content: flex-start; }
  .ea-offer-cta { margin-top: 8px; }

  /* 07 — sticky FAQ intro + accordion */
  .faq-section {
    display: grid;
    grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(40px, 5vw, 72px);
    padding-top: 88px;
    padding-bottom: 96px;
    text-align: left;
  }
  .faq-copy { display: flex; align-items: flex-start; gap: 20px; }
  .faq-title-mobile { display: none; }
  .faq-title-desktop { display: inline; }
  .faq-copy h2 { max-width: 380px; }
  .faq-copy .section-intro { max-width: 330px; margin-top: 0; text-align: left; }
  .faq-contact { display: none; }
  .faq-list { grid-column: 2; width: auto; margin-top: 0; border-radius: 0; }
  .faq-list summary { min-height: 64px; padding: 17px 28px; font-size: 14px; }
  .faq-list details p { max-width: 70ch; padding: 0 72px 24px 28px; font-size: 14px; }
  .family-cta {
    margin: 24px 24px 0;
    padding: 92px 40px 68px;
    border-radius: 36px;
  }
  .family-cta-inner { max-width: 760px; }
  .family-cta-product { width: 420px; height: 350px; margin-bottom: 38px; }
  .family-cta h2 { max-width: 620px; margin: 0 auto; font-size: 58px; text-align: center; }
  .family-cta-copy { max-width: 600px; margin-top: 28px; font-size: 18px; }
  .family-cta-benefits { max-width: 620px; margin-top: 52px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
  .family-cta-benefit { font-size: 13px; }
  .family-cta-icon { width: 52px; height: 52px; border-radius: 17px; }
  .family-cta-icon img { width: 23px; height: 23px; }
  .family-cta-button { max-width: 520px; min-height: 86px; margin-top: 58px; }
  .family-cta-note { max-width: 520px; font-size: 12px; }

  .wire-footer {
    padding: 58px max(40px, calc((100vw - 1200px) / 2)) 0;
  }
  .footer-divider { margin: -58px calc(-1 * max(40px, (100vw - 1200px) / 2)) 58px; }
  .footer-top { flex-direction: row; justify-content: space-between; gap: 80px; margin-bottom: 60px; }
  .footer-made { max-width: 430px; font-size: 34px; }
  .footer-nav-group { width: auto; min-width: 350px; gap: 80px; }
  .footer-contact > span { font-size: 13px; }
  .footer-contact > small { font-size: 11px; }
  .footer-links { min-width: 76px; gap: 12px; font-size: 13px; }
  .sticky-reserve { display: none !important; }
}

/* Desktop closing stage — the referenced site contributes only its spatial
   composition: one generous CTA field flowing into one compact utility row.
   Color, type and product language remain HeyBondi's. */
@media (min-width: 960px) {
  .footer-composite {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: calc(100svh - 119px);
    width: 100%;
    margin: 18px 0 0;
    flex-direction: column;
    overflow: hidden;
    color: var(--landing-cta-text);
    background: var(--landing-cta-bg);
    border-radius: 34px 34px 0 0;
    scroll-margin-top: 90px;
  }

  .footer-composite .family-cta {
    display: flex;
    flex: 1;
    margin: 0;
    padding: 60px 44px 48px;
    align-items: center;
    background: transparent;
    border-radius: 0;
  }

  .footer-composite .family-cta-inner { max-width: 900px; }
  .footer-composite .family-cta-product {
    width: 340px;
    height: 230px;
    margin-bottom: 12px;
  }
  .footer-composite .family-cta-product img { transform: scale(1.65); }
  .footer-composite .family-cta h2 {
    max-width: 720px;
  }
  .footer-composite .family-cta-copy {
    max-width: 650px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.45;
  }
  .footer-composite .family-cta-benefits {
    max-width: 620px;
    margin-top: 32px;
    gap: 24px;
  }
  .footer-composite .family-cta-benefit {
    gap: 7px;
    font-size: 12px;
  }
  .footer-composite .family-cta-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
  .footer-composite .family-cta-button {
    width: auto;
    min-width: 370px;
    max-width: none;
    min-height: 56px;
    margin-top: 34px;
    flex-direction: row;
    gap: 10px;
    padding: 13px 30px;
    border-radius: 999px;
  }
  .footer-composite .family-cta-button span {
    font-size: 15px;
    text-transform: none;
  }
  .footer-composite .family-cta-button span::after {
    content: "—";
    margin-left: 10px;
    color: var(--landing-tert);
  }
  .footer-composite .family-cta-button strong { font-size: 15px; }
  .footer-composite .family-cta-note { margin-top: 16px; }

  .footer-composite .wire-footer {
    flex: none;
    padding: 4px max(40px, calc((100vw - 1200px) / 2));
    color: rgba(255, 253, 249, .78);
    background: rgba(58, 48, 40, .1);
    border-top: 1px solid rgba(255, 253, 249, .16);
  }
  .footer-composite .footer-top {
    display: grid;
    width: 100%;
    max-width: 1200px;
    min-height: 28px;
    margin: 0 auto;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(14px, 1.8vw, 28px);
  }
  .footer-composite .footer-tagline {
    display: contents;
  }
  .footer-composite .footer-brand-logo {
    display: inline-flex;
    grid-column: 1;
    grid-row: 1;
    width: 94px;
    align-items: center;
  }
  .footer-composite .footer-brand-logo img {
    display: block;
    width: 100%;
    filter: brightness(0) invert(1);
    opacity: .94;
  }
  .footer-composite .footer-made { display: none; }
  .footer-composite .footer-tagline > small {
    grid-column: 4;
    grid-row: 1;
    align-self: center;
    color: rgba(255, 253, 249, .58);
    font-size: 9px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .footer-composite .footer-nav-group {
    display: contents;
  }
  .footer-composite .footer-contact-column {
    grid-column: 2;
    grid-row: 1;
  }
  .footer-composite .footer-social { gap: 5px; color: rgba(255, 253, 249, .68); }
  .footer-composite .footer-social a { width: 24px; height: 24px; }
  .footer-composite .footer-social svg { width: 15px; height: 15px; }
  .footer-composite .footer-social a:focus-visible,
  .footer-composite .footer-social a:hover { color: var(--landing-cta-text); }
  .footer-composite .footer-links {
    grid-column: 3;
    grid-row: 1;
    min-width: 0;
    justify-self: end;
    flex-direction: row;
    align-items: center;
    gap: clamp(10px, 1.2vw, 18px);
    color: rgba(255, 253, 249, .76);
    font-size: 10px;
    text-align: left;
    white-space: nowrap;
  }
  .footer-composite .footer-links a:focus-visible,
  .footer-composite .footer-links a:hover { color: var(--landing-cta-text) !important; }
  .footer-composite .footer-link-label { color: rgba(255, 253, 249, .54); }
}

@media (min-width: 960px) and (max-height: 820px) {
  .footer-composite .family-cta { padding: 36px 40px 30px; }
  .footer-composite .family-cta-product {
    width: 320px;
    height: 190px;
    margin-bottom: 4px;
  }
  .footer-composite .family-cta-copy { margin-top: 12px; }
  .footer-composite .family-cta-benefits { margin-top: 20px; }
  .footer-composite .family-cta-button { margin-top: 22px; }
  .footer-composite .family-cta-note { margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .step-progress i span,
  .gallery-dots i,
  .glance-details summary::after,
  .sticky-reserve,
  .memory-preview { transition: none; }
  .story-cards { scroll-behavior: auto; }
}

/* Bondi Care+ — three calm, phone-native summaries between the product and
   family-benefit sections. Each card answers one question at a glance: how
   today felt, what repeated, and what the week adds up to. */
.careplus-section {
  --careplus-apricot-core: var(--landing-coral);
  --careplus-apricot-core: color-mix(in srgb, var(--landing-coral) 58%, var(--landing-sun));
  --careplus-noticed-surface: var(--landing-coral);
  --careplus-noticed-surface: color-mix(in srgb, var(--careplus-apricot-core) 86%, var(--landing-paper-light));
  --careplus-noticed-soft: var(--landing-coral-soft);
  --careplus-noticed-soft: color-mix(in srgb, var(--careplus-noticed-surface) 24%, var(--landing-paper-light));
  --careplus-sun-soft: var(--landing-sun);
  --careplus-sun-soft: color-mix(in srgb, var(--landing-sun) 72%, var(--landing-paper-light));
  --careplus-color-noise: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='careplusColorNoise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.64' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23careplusColorNoise)' opacity='.66'/%3E%3C/svg%3E");
  align-items: center;
  gap: 14px;
  padding-top: 64px;
  padding-bottom: 68px;
  overflow: hidden;
  background: var(--landing-section-warm);
  scroll-margin-top: 58px;
}
.careplus-section > h2 { max-width: none; }
.mobile-landing .careplus-section > .section-intro {
  max-width: 330px;
  color: var(--landing-muted);
  text-wrap: balance;
}
.careplus-cards {
  display: flex;
  gap: 14px;
  width: calc(100% + 40px);
  margin: 18px -20px 0;
  padding: 4px 20px 26px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.careplus-cards::-webkit-scrollbar { display: none; }
.careplus-cards:focus-visible { outline: 3px solid rgba(232,137,106,.42); outline-offset: -3px; }
.careplus-card {
  position: relative;
  flex: 0 0 91%;
  aspect-ratio: 511 / 968;
  height: auto;
  overflow: visible;
  color: var(--landing-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  scroll-snap-align: center;
  isolation: isolate;
}
.careplus-card::before { content: none; }
.careplus-device-canvas {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 511px;
  height: 968px;
  filter: drop-shadow(0 26px 24px rgba(58,48,40,.2));
  transform: scale(var(--careplus-device-scale, .7));
  transform-origin: top left;
}
.careplus-device-bezel {
  position: absolute;
  z-index: 50;
  inset: 0;
  display: block;
  width: 511px;
  height: 968px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
.careplus-device-screen {
  position: absolute;
  z-index: 1;
  top: 58px;
  left: 59px;
  width: 393px;
  height: 852px;
  overflow: hidden;
  color: inherit;
  background: var(--landing-paper-light);
  border-radius: 42px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.07);
  isolation: isolate;
}
.careplus-device-status {
  position: absolute;
  z-index: 72;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  height: 54px;
  align-items: center;
  padding: 10px 34px 0 36px;
  color: #050505;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  pointer-events: none;
}
.careplus-device-status time {
  min-width: 58px;
  justify-self: start;
  font-size: 15px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: center;
}
.careplus-device-status img {
  display: block;
  width: 79px;
  height: 13px;
  justify-self: end;
}
.careplus-device-home {
  position: absolute;
  z-index: 70;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 393px;
  height: 34px;
  pointer-events: none;
}
.careplus-grain {
  position: absolute;
  z-index: 3;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='careplusNoise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23careplusNoise)' opacity='.54'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  border-radius: inherit;
  mix-blend-mode: multiply;
  opacity: .065;
  pointer-events: none;
}
.careplus-color-grain,
.careplus-mood-field::after,
.careplus-weekly-sun::after {
  position: absolute;
  inset: 0;
  background-image:
    var(--careplus-color-noise),
    repeating-linear-gradient(112deg, rgba(58,48,40,.075) 0, rgba(58,48,40,.075) .7px, transparent .7px, transparent 5px);
  background-size: 140px 140px, 100% 100%;
  border-radius: inherit;
  content: "";
  mix-blend-mode: multiply;
  opacity: .14;
  pointer-events: none;
}
.careplus-color-grain { z-index: 0; }
.careplus-card-heading {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 68px 26px 0;
}
.careplus-card-heading > span {
  color: #a89079;
  font: 700 12px/1 var(--body, "DM Sans", sans-serif);
  letter-spacing: .1em;
}
.careplus-card-heading h3 {
  margin: 0;
  color: inherit;
  font: 700 12px/1 var(--body, "DM Sans", sans-serif);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.careplus-card-heading-light,
.careplus-card-heading-light > span { color: rgba(58,48,40,.72); }

.careplus-daily-copy,
.careplus-weekly-copy {
  position: relative;
  z-index: 4;
  padding: 24px 26px 0;
}
.careplus-daily-copy {
  position: absolute;
  top: 167px;
  right: 0;
  left: 0;
  padding: 0 26px;
}
.careplus-daily-meta {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.careplus-mom-avatar {
  display: inline-flex;
  width: 112px;
  height: 112px;
  flex: none;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: var(--landing-paper-light);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(58,48,40,.15);
}
.careplus-mom-avatar img {
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: cover;
  border-radius: 50%;
}
.careplus-daily-copy small,
.careplus-weekly-copy small,
.careplus-noticed-copy > small {
  display: block;
  color: #a89079;
  font: 700 11px/1 var(--body, "DM Sans", sans-serif);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.careplus-weekly-copy p {
  margin-top: 11px;
  color: #2c2a2b;
  font: 500 36px/1.03 var(--display, "Newsreader", serif);
  letter-spacing: -.025em;
}
.careplus-mood-field {
  --mood-color: var(--landing-coral);
  position: absolute;
  z-index: 1;
  right: -34%;
  bottom: -11%;
  left: -34%;
  height: 70%;
  overflow: hidden;
  background: var(--mood-color);
  border-radius: 50% 50% 0 0;
  transition: background .36s ease;
}
.careplus-mood-content {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 36px;
  left: 22px;
  display: flex;
  height: 465px;
  flex-direction: column;
  align-items: center;
}
.careplus-agent-response {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 1;
  margin-top: 0;
}
.careplus-mood-button {
  display: flex;
  width: 104px;
  height: 104px;
  flex: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fffdf9;
  background: transparent;
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: transform .28s cubic-bezier(.22,1,.36,1);
}
.careplus-mood-button:hover { transform: scale(1.05); }
.careplus-mood-button:active { transform: scale(.96); }
.careplus-mood-button:focus-visible { outline: 3px solid rgba(255,255,255,.7); outline-offset: 2px; }
.careplus-mood-button svg { width: 78px; height: 72px; overflow: visible; }
.careplus-mood-button::before { display: none; }
.careplus-bondi-gaze {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: careplusBondiGaze 5.2s cubic-bezier(.45,0,.2,1) infinite;
  will-change: transform;
}
.careplus-bondi-eye-shell,
.careplus-bondi-eye {
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.careplus-bondi-eye-left { transform: rotate(-18.07deg); }
.careplus-bondi-eye-right { transform: rotate(-26.86deg); }
.careplus-bondi-eye {
  fill: currentColor;
  animation: careplusBondiBlink 5.2s ease-in-out infinite;
  will-change: transform;
}
@keyframes careplusBondiGaze {
  0%, 12%, 46%, 82%, 100% { transform: translate(0,0) rotate(0deg); }
  22%, 36% { transform: translate(-1.8px,-.6px) rotate(-2.4deg); }
  58%, 72% { transform: translate(2px,-.35px) rotate(2.6deg); }
}
@keyframes careplusBondiBlink {
  0%, 27%, 31%, 64%, 68%, 100% { transform: scaleY(1); }
  29%, 66% { transform: scaleY(.08); }
}
.careplus-mood-button:hover .careplus-bondi-gaze { animation-duration: 3.8s; }
.careplus-agent-response > strong {
  display: block;
  max-width: 250px;
  margin-top: 2px;
  color: #fffdf9;
  font: 600 27px/1.06 var(--display, "Newsreader", serif);
  letter-spacing: -.02em;
  text-align: center;
}
.careplus-quote {
  width: 100%;
  order: 2;
  margin-top: auto;
  padding: 17px 19px 18px;
  background: #fffdf9;
  border-radius: 21px;
  box-shadow: 0 10px 28px rgba(105,63,35,.12);
}
.careplus-quote > span { display: block; height: 13px; color: #e4d2be; font: 500 31px/.68 var(--display, "Newsreader", serif); }
.careplus-quote p { margin-top: 6px; color: #2c2a2b; font: 600 16px/1.34 var(--body, "DM Sans", sans-serif); }
.careplus-quote small { display: block; margin-top: 9px; color: #a89079; font-size: 11px; }
.careplus-daily.is-sequence-pending .careplus-quote,
.careplus-daily.is-sequence-pending .careplus-agent-response { opacity: 0; transform: translateY(12px); }
.careplus-daily.is-sequence-playing .careplus-quote {
  animation: careplusMessageReveal .52s cubic-bezier(.22,1,.36,1) .06s both;
}
.careplus-daily.is-sequence-playing .careplus-agent-response {
  animation: careplusMessageReveal .62s cubic-bezier(.22,1,.36,1) .68s both;
}
@keyframes careplusMessageReveal {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.careplus-noticed { color: var(--landing-ink); }
.careplus-noticed .careplus-device-screen { background: var(--careplus-noticed-surface); }
.careplus-noticed-grain { opacity: .16; }
.careplus-noticed-copy { position: relative; z-index: 4; padding: 44px 28px 0; }
.careplus-bondi-mark {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--landing-paper-light);
  background: var(--landing-coral);
  border-radius: 13px;
}
.careplus-bondi-mark svg { display: block; width: 31px; height: 29px; overflow: visible; }
.careplus-bondi-mark .careplus-bondi-gaze,
.careplus-bondi-mark .careplus-bondi-eye { animation-delay: -2.1s; }
.careplus-noticed-copy > small { color: rgba(58,48,40,.64); }
.careplus-noticed-copy > p { margin-top: 20px; color: var(--landing-ink); font: 500 32px/1.14 var(--display, "Newsreader", serif); letter-spacing: -.025em; }
.careplus-noticed-copy em { padding: 0 5px 2px; background: rgba(255,253,249,.42); border-radius: 7px; font-style: normal; }
.careplus-signals { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.careplus-signals span { padding: 9px 12px; color: rgba(58,48,40,.8); background: rgba(255,253,249,.42); border: 1px solid rgba(58,48,40,.07); border-radius: 999px; font-size: 11px; font-weight: 700; }
.careplus-noticed-curve {
  position: absolute;
  z-index: 1;
  right: -36%;
  bottom: -55%;
  left: -36%;
  height: 82%;
  background: #fffdf9;
  border-radius: 50% 50% 0 0;
}
.careplus-checkin-action { position: absolute; z-index: 4; right: 22px; bottom: 36px; left: 22px; }
.careplus-checkin-button {
  display: flex;
  width: 100%;
  min-height: 56px;
  padding: 14px 18px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: #2c2a2b;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0,0,0,.17);
  font: 700 15px/1 var(--body, "DM Sans", sans-serif);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.careplus-checkin-button[hidden] { display: none; }
.careplus-focus-eyes {
  display: inline-flex;
  width: 26px;
  height: 18px;
  flex: none;
  align-items: center;
  justify-content: center;
}
.careplus-focus-eyes svg { display: block; width: 26px; height: 17px; overflow: visible; }
.careplus-focus-eye {
  fill: currentColor;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation: careplusFocusBlink 6.2s ease-in-out infinite;
  will-change: transform;
}
.careplus-focus-eye + .careplus-focus-eye { animation-delay: .025s; }
@keyframes careplusFocusBlink {
  0%, 45%, 49%, 76%, 80%, 100% { transform: scaleY(1); }
  47%, 78% { transform: scaleY(.08); }
}
.careplus-checkin-button:hover { background: #403d3e; transform: translateY(-1px); }
.careplus-checkin-button:active { transform: translateY(1px); }
.careplus-checkin-button:focus-visible { outline: 3px solid rgba(242,163,60,.72); outline-offset: 3px; }
.careplus-checkin-confirmation {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  color: #2c2a2b;
  background: #fffdf9;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(25,71,104,.14);
}
.careplus-checkin-confirmation[hidden] { display: none; }
.careplus-checkin-confirmation > i { display: flex; width: 43px; height: 43px; flex: none; align-items: center; justify-content: center; background: var(--landing-sun); border-radius: 14px; font-size: 23px; }
.careplus-checkin-confirmation p { font: 700 14px/1.3 var(--body, "DM Sans", sans-serif); }
.careplus-checkin-confirmation p span { color: #a89079; font-weight: 500; }

.careplus-weekly-sun {
  position: absolute;
  z-index: 0;
  top: -205px;
  right: -62%;
  left: -62%;
  height: 370px;
  overflow: hidden;
  background: var(--careplus-sun-soft);
  border-radius: 0 0 50% 50%;
}
.careplus-weekly-sun::after { opacity: .13; }
.careplus-weekly .careplus-device-screen { display: flex; flex-direction: column; }
.careplus-week-chart {
  position: relative;
  z-index: 4;
  margin: 26px 18px 0;
  padding: 20px 18px 17px;
  background: #fffdf9;
  border-radius: 21px;
  box-shadow: 0 8px 24px rgba(139,99,45,.12);
}
.careplus-days { display: flex; height: 60px; align-items: flex-end; justify-content: space-between; gap: 3px; }
.careplus-days > span { display: flex; flex: 1; flex-direction: column; align-items: center; gap: 7px; }
.careplus-days i { display: block; width: calc(var(--care-size) * 1.08); height: calc(var(--care-size) * 1.08); background: var(--care-color); border-radius: 35%; }
.careplus-days b { color: #a89079; font-size: 10px; font-weight: 500; }
.careplus-week-list { position: relative; z-index: 4; display: flex; min-height: 0; flex: 1; flex-direction: column; justify-content: center; gap: 14px; margin: 0 18px; padding-bottom: 0; }
.careplus-week-item { display: flex; min-height: 140px; flex: 0 0 140px; align-items: center; gap: 14px; padding: 16px; border-radius: 20px; }
.careplus-week-item > i { display: flex; width: 47px; height: 47px; flex: none; align-items: center; justify-content: center; color: #fff; border-radius: 14px; font-size: 23px; }
.careplus-week-item p { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.careplus-week-item b { color: #2c2a2b; font-size: 16px; line-height: 1.1; }
.careplus-week-item span { overflow: hidden; color: #9a8876; font-size: 11.5px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.careplus-week-good { background: var(--landing-section-warm); }
.careplus-week-good > i { color: var(--landing-ink); background: var(--careplus-sun-soft); }
.careplus-week-bondi { font-style: normal; }
.careplus-week-bondi svg { display: block; width: 33px; height: 30px; overflow: visible; }
.careplus-week-bondi .careplus-bondi-gaze,
.careplus-week-bondi .careplus-bondi-eye { animation-delay: -1.35s; }
.careplus-week-chat { background: var(--careplus-noticed-soft); }
.careplus-week-chat > i { color: var(--landing-ink); background: var(--careplus-noticed-surface); }
.careplus-week-follow { background: var(--landing-coral-soft); }
.careplus-week-follow > i { background: var(--landing-coral); }
.careplus-dots { display: flex; justify-content: center; gap: 7px; margin-top: 0; }
.careplus-dots i { width: 7px; height: 7px; background: rgba(58,48,40,.18); border-radius: 50%; transition: background .28s ease, transform .28s cubic-bezier(.22,1,.36,1); }
.careplus-dots i.is-on { background: var(--landing-coral); transform: scale(1.25); }

@media (min-width: 960px) {
  .careplus-section { gap: 18px; padding-top: 94px; padding-bottom: 104px; }
  .careplus-section > h2,
  .mobile-landing .careplus-section > .section-intro { margin-right: auto; margin-left: auto; text-align: center; }
  .careplus-section > h2 { font-size: clamp(48px,4vw,58px); }
  .mobile-landing .careplus-section > .section-intro { max-width: 620px; font-size: 18px; }
  .careplus-cards {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 22px;
    width: min(100%,1500px);
    margin: 30px auto 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
  .careplus-card { width: auto; scroll-snap-align: none; }
  .careplus-weekly-sun { height: 410px; }
  .careplus-quote { margin-bottom: 30px; }
  .careplus-dots { display: none; }
}

@media (max-width: 370px) {
  .careplus-card { flex-basis: 94%; }
  .careplus-noticed-copy > p { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .careplus-bondi-gaze,
  .careplus-bondi-eye,
  .careplus-focus-eye { animation: none; }
  .careplus-daily.is-sequence-pending .careplus-quote,
  .careplus-daily.is-sequence-pending .careplus-agent-response { opacity: 1; transform: none; }
}

@media (min-width: 960px) and (prefers-reduced-motion: reduce) {
  .story-card { opacity: 1 !important; transform: none !important; visibility: visible !important; }
}

@media (prefers-reduced-motion: reduce) {
  .scan-sweep { display: none; }
  .scan-tag,
  .scan-chip,
  .scan-caption { opacity: 1; transform: translate(-50%, -50%); transition: none; }
  .scan-chip,
  .scan-caption { transform: none; }
}

/* A check that means something, instead of an empty disabled box. */
.benefit-check { display: inline-flex; width: 20px; height: 20px; flex: none; align-items: center; justify-content: center; background: var(--landing-coral); border-radius: 50%; }
.benefit-check::before { content: "✓"; color: #fffdf9; font-size: 11px; font-weight: 700; line-height: 1; }
.audience-col[data-audience-panel="family"] .benefit-check { background: var(--landing-family); }

@media (min-width: 960px) {
  /* 04 — Bondi at a glance */
  /* Desktop has room for all three at once — unwind the mobile swipe row. */
  .glance-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; width: auto; margin: 10px 0 0; padding: 0; overflow: visible; }
  .glance-gallery figure { flex: 0 1 auto; border-radius: 20px; }
  .glance-list { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 40px; margin-top: 16px; }
  .glance-list li { padding: 14px 0; font-size: 16px; }
  .glance-list li.is-swatch { grid-column: 1; border-bottom: 0; }
  .glance-details summary { margin-top: 6px; font-size: 16px; }
  .glance-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; }
  .glance-specs dt,
  .glance-specs dd { font-size: 14px; }

  /* 07 — Why we're building Bondi */
  .founding-section { padding-top: 88px; padding-bottom: 96px; }
  .founding-section > h2 { margin-bottom: 38px; }
  .founding-copy { font-size: 18px; line-height: 1.5; }
  .founding-copy + .founding-copy { margin-top: 16px; }
  .wall-viewport { --pol-scale: 2.15; width: calc(100% + 80px); margin: 34px -40px 24px; }
  .wall-viewport + .founding-copy { margin-top: 0; }
  .wall-track { gap: 26px; }
  .wall-track .pol-card { padding: 12px 12px 34px; border-radius: 4px; }
}

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

/* 05 — on mobile the two audiences occupy one calm panel, selected by a
   two-button switch. Desktop restores both columns below. */
.audience-tabs {
  position: relative;
  display: grid;
  width: 100%;
  margin-top: 2px;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  background: transparent;
  border: 0;
}
.audience-tab {
  position: relative;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--landing-tert);
  background: var(--landing-paper-light);
  border: 1px solid rgba(58, 48, 40, .13);
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(58, 48, 40, .045);
  cursor: pointer;
  font: 700 12px/1.2 var(--body, "DM Sans", sans-serif);
  transition: color 150ms ease, background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
.audience-tab::after {
  content: none;
}
.audience-tab[data-audience-tab="parents"] {
  color: #c96f52;
  background: var(--landing-coral-soft);
  border-color: rgba(232, 137, 106, .34);
}
.audience-tab[data-audience-tab="family"] {
  color: var(--landing-family-ink);
  background: var(--landing-family-soft);
  border-color: rgba(93, 159, 181, .38);
}
.audience-tab[data-audience-tab="parents"].is-active {
  color: #fffdf9;
  background: var(--landing-coral);
  border-color: var(--landing-coral);
  box-shadow: 0 7px 18px rgba(201, 111, 82, .2);
}
.audience-tab[data-audience-tab="family"].is-active {
  color: #fffdf9;
  background: var(--landing-family);
  border-color: var(--landing-family);
  box-shadow: 0 7px 18px rgba(62, 113, 130, .2);
}
.audience-tab[data-audience-tab="parents"]:not(.is-active):hover { border-color: rgba(232, 137, 106, .64); }
.audience-tab[data-audience-tab="family"]:not(.is-active):hover { border-color: rgba(93, 159, 181, .72); }
.audience-tab:active { transform: scale(.98); }
.audience-tab:focus-visible { outline: 3px solid rgba(232, 137, 106, .38); outline-offset: 2px; }
.audience-tab[data-audience-tab="family"]:focus-visible { outline-color: rgba(93, 159, 181, .5); }
.audience-cols { display: block; width: 100%; }
.audience-col { display: none; }
.audience-col.is-active { display: block; }
.audience-col h3 { display: none; margin: 0 0 4px; color: var(--landing-coral); font: 700 10px/1 var(--body, "DM Sans", sans-serif); letter-spacing: .13em; text-transform: uppercase; }
.audience-col > div { display: flex; gap: 11px; padding: 13px 0; border-bottom: 1px solid var(--landing-line); }
.audience-col > div:last-child { border-bottom: 0; }
.audience-col span { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.audience-col b { color: var(--landing-ink); font-size: 14px; font-weight: 600; }
.audience-col small { color: var(--landing-tert); font-size: 12px; line-height: 1.4; }

/* Reassurance sits directly under the image and above the audience switch. */
.trust-line { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; margin: 3px 0 8px; color: var(--landing-tert); font-size: 12px; font-weight: 600; letter-spacing: .01em; text-align: center; }
.trust-line span { color: var(--landing-coral); }

/* PR logos — same two links and the same static row as /early-access. */
.press-shell { padding: 22px 20px 6px; background: var(--landing-paper); overflow: hidden; }
.press-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-evenly; gap: 14px 18px; width: 100%; }
.press-title { margin: 0; flex: 0 0 auto; color: #4f473d; font: 700 13px var(--body, "DM Sans", sans-serif); letter-spacing: .2px; line-height: 1; white-space: nowrap; }
.press-link { display: inline-flex; align-items: center; opacity: .9; transition: opacity .2s ease; }
.press-link:hover { opacity: 1; }
.press-logo { height: 34px; width: auto; max-width: 180px; object-fit: contain; pointer-events: none; }
.press-logo[alt="Associated Press"] { height: 28px; }
.press-logo[alt="Yahoo Finance"] { transform: translateY(-4px); }

@media (max-width: 700px) {
  /* The Hero is a one-screen autoplay loop, so the content below no longer
     needs to climb into a multi-viewport sticky runway. */
  :root { --press-lift: clamp(92px, 12svh, 116px); }

  .mobile-landing {
    margin-top: 0;
    overflow-x: clip;
    overflow-y: visible;
  }

  .press-shell {
    position: absolute;
    z-index: 3;
    top: calc(-1 * var(--press-lift));
    right: 0;
    left: 0;
    margin-top: 0;
  }
}

@media (min-width: 960px) {
  .press-shell { padding: 30px 40px 10px; }
  .press-inner { flex-wrap: nowrap; gap: 0; }
  .press-title { font-size: 14px; }
  .press-logo { height: 48px; max-width: 224px; }
  .press-logo[alt="Associated Press"] { height: 40px; }
  .press-logo[alt="Yahoo Finance"] { transform: translateY(-6px); }
}

/* These land after every earlier media block, so the desktop overrides for the
   sections added last have to be restated here to win on source order. */
@media (min-width: 960px) {
  .audience-tabs { display: none; }
  .audience-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
  .audience-col,
  .audience-col.is-active { display: block; }
  .audience-col h3 { display: block; }
  .trust-line { justify-content: flex-start; margin: 14px 0 0; font-size: 13px; text-align: left; }
}

/* The $100 saving is the reason the founder price exists — say it, don't leave
   it to be inferred from a struck-through number. */
.ea-save { display: inline-flex; align-items: center; margin-left: 4px; padding: 3px 9px; color: #fffdf9; background: var(--landing-coral); border-radius: 999px; font: 700 11px/1 var(--body, "DM Sans", sans-serif); font-style: normal; letter-spacing: .02em; white-space: nowrap; }
@media (min-width: 960px) { .ea-save { padding: 4px 11px; font-size: 12px; } }

/* Last sheet wins: the motion chain paints a darker ground behind the hero,
   which shows as a band anywhere a section edge rounds off. */
html,
body { background: #f8f5f0; }

/* Offer column, three beats: what you pay now → what the deal is → go.
   The terms sit in a label/value table because that is how people read a price
   before paying, and it stops $299 / $399 / Save $100 from competing as a
   sentence. Save $100 is a quiet coral accent, not a filled pill — it supports
   the founder price, it is not the headline. */
.ea-deposit { margin: 6px 0 0; color: var(--landing-tert); font-size: 13px; }
.ea-terms { display: flex; flex-direction: column; gap: 0; margin: 16px 0 4px; }
.ea-terms > div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--landing-line); }
.ea-terms > div:first-child { border-top: 1px solid var(--landing-line); }
.ea-terms dt { margin: 0; color: var(--landing-tert); font-size: 13px; }
.ea-terms dd { display: flex; align-items: baseline; gap: 8px; margin: 0; color: var(--landing-ink); font-size: 14px; }
.ea-terms dd b { font-size: 17px; font-weight: 700; }
.ea-terms dd s { color: var(--landing-tert); font-size: 13px; text-decoration-thickness: 1px; }
.ea-save { color: var(--landing-coral); background: none; padding: 0; font: 700 12px/1 var(--body, "DM Sans", sans-serif); font-style: normal; letter-spacing: .04em; text-transform: uppercase; }

@media (min-width: 960px) {
  .ea-deposit { font-size: 14px; }
  .ea-terms { margin: 20px 0 6px; }
  .ea-terms > div { padding: 13px 0; }
  .ea-terms dt { font-size: 14px; }
  .ea-terms dd { font-size: 15px; }
  .ea-terms dd b { font-size: 19px; }
  .ea-save { font-size: 12px; }
}

@media (min-width: 960px) {
  /* 03 — centred heading over a contained card, so the comparison reads as one
     object on the page instead of a full-bleed spreadsheet. */
  .compare-section { align-items: center; text-align: center; }
  .compare-section > .section-kicker { align-self: center; }
  .compare-section > h2 { max-width: 900px; text-align: center; }
  .compare-section .section-intro { max-width: 620px; margin: 0 auto; text-align: center; }
  .comparison-wrap { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; }
  .table-legend { justify-content: center; width: 100%; max-width: 1200px; margin: 0 auto; }
  .comparison-table .comparison-desktop-only { display: table-cell; }
  .comparison-table th:first-child { width: 44%; text-align: left; }
  .comparison-table thead th:not(:first-child) { width: 14%; }
  .comparison-table .group-row td { height: 48px; padding: 0; border-top-color: rgba(58,48,40,.14); }
}

/* Mobile keeps a persistent top bar: brand left, Pre-order right. The nav links
   stay desktop-only — on a phone the bar exists to keep the order path one tap
   away at any scroll position, not to navigate. */
.landing-nav {
  position: sticky;
  z-index: 45;
  top: 0;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 16px;
  background: rgba(248, 245, 240, .94);
  border-bottom: 1px solid var(--landing-line);
  backdrop-filter: blur(16px);
}
.landing-nav nav { display: none; }
.landing-nav-brand { display: flex; width: 118px; height: 34px; align-items: center; overflow: hidden; }
.landing-nav-brand img { width: 124px; height: 70px; object-fit: contain; object-position: center; }
.landing-nav-cta {
  display: inline-flex;
  min-height: 38px;
  flex: none;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #fff;
  background: var(--landing-coral);
  border: 0;
  border-radius: 999px;
  font: 700 13px var(--body, "DM Sans", sans-serif);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

@media (min-width: 960px) { .landing-nav nav { display: flex; } }

@media (min-width: 960px) {
  /* Restate the desktop bar: the mobile block above sits later in the file and
     would otherwise flatten the three-column grid into the phone's flex row. */
  .landing-nav {
    display: grid;
    grid-template-columns: 210px 1fr auto;
    min-height: 72px;
    gap: 28px;
    padding: 12px max(40px, calc((100vw - 1200px) / 2));
  }
  .landing-nav-brand { width: 150px; height: 42px; }
  .landing-nav-brand img { width: 158px; height: 89px; }
  .landing-nav-cta { min-height: 42px; padding: 0 19px; font-size: 13px; }
}

/* One type role for every primary section headline. Hero h1 and supporting
   card h3s retain their own hierarchy. */
.mobile-landing section h2 {
  font-family: var(--display, "Newsreader", serif);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}

@media (min-width: 960px) {
  .mobile-landing section h2 {
    font-size: 52px;
    line-height: 1.05;
  }
}

/* ── Founding story: editorial 40/60 split with two opposing memory rows ── */
.founding-section {
  gap: 34px;
  overflow: hidden;
  align-items: stretch;
}

.founding-copy-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.founding-copy-panel h2 {
  max-width: 12ch;
  margin: 0 auto 24px;
  text-align: center;
}

.founding-copy-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.founding-copy-panel .founding-copy {
  width: auto;
  max-width: 42em;
  margin: 0;
  text-align: center;
}

.founding-copy-panel .founding-copy + .founding-copy { margin-top: 0; }

.founding-copy-panel .founding-closing {
  max-width: 26em;
  margin-top: 28px;
  font-family: var(--display, "Newsreader", serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -.018em;
}

.founding-media {
  display: grid;
  min-width: 0;
  gap: 16px;
}

/* One complete social post is more useful than two tiny cropped rows on a
   phone. Desktop restores the second row once there is room for it. */
.founding-media .wall-row-b { display: none; }

.founding-section .wall-viewport {
  --pol-scale: 2.2;
  width: calc(100% + 40px);
  margin: 0 -20px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.founding-section .wall-track {
  --wall-gap: 14px;
  display: flex;
  width: max-content;
  align-items: flex-start;
  gap: var(--wall-gap);
  animation: foundingWallForward 48s linear infinite;
  will-change: transform;
}

.founding-section .wall-track.is-reverse {
  animation-name: foundingWallReverse;
  animation-duration: 54s;
}

.founding-section .wall-track.is-paused,
.founding-media:hover .wall-track { animation-play-state: paused; }

.founding-section .wall-sequence {
  display: flex;
  flex: none;
  align-items: flex-start;
  gap: var(--wall-gap);
}

.founding-section .wall-track .pol-card {
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0 13px 30px -18px rgba(58, 48, 40, .48);
}

@keyframes foundingWallForward {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - var(--wall-gap) / 2)); }
}

@keyframes foundingWallReverse {
  from { transform: translateX(calc(-50% - var(--wall-gap) / 2)); }
  to { transform: translateX(0); }
}

@media (min-width: 960px) {
  .founding-section {
    display: grid;
    min-height: 720px;
    grid-template-columns: minmax(340px, 42fr) minmax(0, 58fr);
    align-items: center;
    gap: clamp(48px, 6vw, 96px);
    padding-inline-start: max(40px, calc((100vw - 1200px) / 2));
    padding-inline-end: 0;
    text-align: start;
  }

  .founding-copy-panel {
    max-width: 520px;
    align-items: flex-start;
  }

  .founding-copy-panel h2 {
    max-width: 10ch;
    margin: 0 0 34px;
    font-size: clamp(50px, 4vw, 64px);
    line-height: .98;
    text-align: start;
  }

  .founding-copy-group { gap: 16px; }

  .founding-copy-panel .founding-copy {
    max-width: 31em;
    margin-inline: 0;
    font-size: 17px;
    line-height: 1.55;
    text-align: start;
  }

  .founding-copy-panel .founding-closing {
    max-width: 24em;
    margin-top: 34px;
    font-size: 23px;
    line-height: 1.16;
  }

  .founding-media { gap: 22px; }

  .founding-media .wall-row-b { display: block; }

  .founding-section .wall-viewport {
    --pol-scale: 2.1;
    width: 100%;
    margin: 0;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 96%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 96%, transparent);
  }

  .founding-section .wall-track {
    --wall-gap: 22px;
    animation-duration: 50s;
  }

  .founding-section .wall-track.is-reverse { animation-duration: 57s; }

  .founding-section .wall-track .pol-card {
    padding: 5px;
    box-shadow: 0 18px 38px -22px rgba(58, 48, 40, .5);
  }
}

@media (prefers-reduced-motion: reduce) {
  .founding-section .wall-track {
    animation: none;
    transform: translateX(-6%);
  }

  .founding-section .wall-track.is-reverse {
    animation: none;
    transform: translateX(-18%);
  }
}

/* Founder offer hierarchy: value first, payment meaning second, action last. */
.ea-offer-divider { display: none; }
.ea-perk b {
  width: 20px;
  height: 20px;
  color: var(--landing-coral);
  background: rgba(232, 137, 106, .14);
  font-size: 11px;
}
.ea-perk span { font-size: 14px; }
.ea-price-label {
  margin: 6px 0 -4px;
  color: var(--landing-coral);
  font: 700 11px/1.2 var(--body, "DM Sans", sans-serif);
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}
.ea-price-now { font-size: 48px; }
.ea-deposit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 2px 0 4px;
  color: var(--landing-ink);
  font-size: 13px;
  font-weight: 600;
}
.ea-deposit::before {
  content: "✓";
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: #fffdf9;
  background: var(--landing-coral);
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}
.ea-terms { margin-top: 14px; }
.ea-offer-cta { min-height: 56px; margin-top: 10px; }

@media (min-width: 960px) {
  .ea-offer-card {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
    max-width: 1200px;
    align-items: stretch;
    column-gap: clamp(44px, 5vw, 68px);
    padding: clamp(44px, 4.4vw, 64px);
    border: 1px solid rgba(58, 48, 40, .05);
    box-shadow: none;
  }
  .ea-offer-col-a { justify-content: center; gap: 24px; padding: 12px 0; }
  .ea-offer-col-b {
    justify-content: center;
    padding: clamp(30px, 3vw, 40px);
    background: rgba(232, 137, 106, .075);
    border: 1px solid rgba(232, 137, 106, .14);
    border-radius: 22px;
    box-shadow: none;
  }
  .ea-perks { gap: 13px; }
  .ea-perk span { font-size: 15px; }
  .ea-price-label { margin-top: 0; text-align: left; }
  .ea-price-now { font-size: 60px; }
  .ea-deposit { justify-content: flex-start; }
  .ea-terms dd { flex-wrap: wrap; justify-content: flex-end; row-gap: 5px; }
  .ea-offer-cta { min-height: 60px; box-shadow: none; }
}

/* All primary headlines and supporting subheadlines share the page's centre
   axis. Reading content below them keeps its natural left alignment. */
.mobile-landing section > .section-kicker {
  align-self: center;
  margin-inline: auto;
}

.mobile-landing section > h2,
.mobile-landing section > .section-intro,
.faq-copy h2,
.faq-copy .section-intro,
.ea-offer-card h2,
.ea-offer-subtitle {
  margin-inline: auto;
  text-align: center;
}

.ea-offer-heading {
  align-items: center;
  text-align: center;
}

@media (min-width: 960px) {
  .mobile-landing {
    --landing-section-heading-desktop: clamp(48px, 3.6vw, 58px);
  }

  .mobile-landing .wire-section > h2,
  .mobile-landing .update-copy > h2,
  .mobile-landing .family-cta h2,
  .mobile-landing .ea-offer-card h2,
  .mobile-landing .faq-copy h2 {
    font-size: var(--landing-section-heading-desktop);
  }

  .mobile-landing .wire-section > h2,
  .mobile-landing .wire-section > .section-intro,
  .mobile-landing .update-copy > h2,
  .mobile-landing .update-copy > .section-intro {
    margin-inline: auto;
    text-align: center;
  }

  .update-copy {
    width: 100%;
    max-width: none;
    align-items: center;
    text-align: center;
  }

  .update-copy h2 {
    max-width: 940px;
    white-space: normal;
  }

  .mobile-landing .update-intro {
    max-width: 720px;
    white-space: normal;
  }

  .story-card {
    background: var(--landing-section-warm);
    box-shadow: 0 18px 44px rgba(58, 48, 40, .06);
  }

  .founding-section {
    gap: 0;
    align-items: center;
    text-align: center;
  }

  .founding-section > h2 {
    max-width: 900px;
    margin: 0 auto 30px;
  }

  .founding-copy {
    width: min(100%, 1040px);
    max-width: 1040px;
    margin-inline: auto;
    line-height: 1.5;
    text-align: center;
  }

  .founding-copy + .founding-copy { margin-top: 10px; }

  .founding-section .wall-viewport {
    margin-top: 28px;
    margin-bottom: 16px;
  }

  .founding-section .wall-viewport + .founding-copy { margin-top: 0; }

  /* The offer is a decision card, not a narrative section heading. Its left
     edge anchors the included items and is intentionally exempt from the
     page-wide centred headline rule. */
  .ea-offer-heading {
    align-items: flex-start;
    text-align: left;
  }

  .mobile-landing .ea-offer-card h2,
  .mobile-landing .ea-offer-subtitle {
    margin-inline: 0;
    text-align: left;
  }

  .faq-section {
    display: grid;
    grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(40px, 5vw, 72px);
    text-align: left;
  }

  .faq-copy {
    width: 100%;
    align-items: flex-start;
    gap: 20px;
  }

  .mobile-landing .faq-copy h2 {
    max-width: 380px;
    margin-inline: 0;
    text-align: left;
  }

  .mobile-landing .faq-copy .section-intro {
    max-width: 330px;
    margin-inline: 0;
    margin-top: 0;
    text-align: left;
  }

  .faq-list {
    grid-column: 2;
    width: auto;
    margin: 0;
  }
}

/* Give the two audience groups a real heading level, while keeping the list
   itself quiet. The reassurance row belongs visually to the product image. */
.trust-line {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  margin: 0;
  padding-top: 0;
  border-top: 0;
  color: var(--landing-tert);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

.trust-line span {
  display: inline-flex;
  min-width: 0;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: inherit;
  line-height: 1.2;
  white-space: nowrap;
}

.trust-line span::before {
  content: "✓";
  display: inline-flex;
  width: 15px;
  height: 15px;
  flex: none;
  align-items: center;
  justify-content: center;
  color: #fffdf9;
  background: var(--landing-coral);
  border-radius: 50%;
  font-size: 8px;
  line-height: 1;
}

@media (min-width: 960px) {
  .audience-col h3 {
    display: inline-flex;
    width: fit-content;
    min-height: 0;
    align-items: center;
    margin: 0 0 10px;
    padding: 8px 14px;
    border-bottom: 0;
    border-radius: 999px;
    font-family: var(--body, "DM Sans", sans-serif);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .01em;
    text-transform: none;
  }

  .audience-col[data-audience-panel="parents"] h3 {
    color: #c96f52;
    background: var(--landing-coral-soft);
  }

  .audience-col[data-audience-panel="family"] h3 {
    color: var(--landing-family-ink);
    background: var(--landing-family-soft);
  }

  .audience-col[data-audience-panel="family"] .benefit-check {
    background: var(--landing-family);
  }

  .audience-col h3::before {
    content: none;
  }

  .trust-line {
    margin-top: 0;
    padding-top: 0;
    font-size: 11px;
    text-align: center;
  }
}

/* Keep the founding split authoritative after the page-wide heading alignment
   rules above. Those rules intentionally centre other sections. */
@media (min-width: 960px) {
  .mobile-landing .founding-section {
    align-items: center;
    gap: clamp(48px, 6vw, 96px);
    text-align: start;
  }

  .mobile-landing .founding-section .wall-viewport {
    width: 100%;
    margin: 0;
  }
}

/* Buttons stay flat across the landing page. Preserve borders, focus rings and
   press feedback, but remove every elevation shadow from button surfaces. */
button,
[role="button"],
.primary-cta,
.landing-nav-cta,
.ea-offer-cta,
.family-cta-button,
.sticky-reserve-cta {
  box-shadow: none !important;
}

/* Desktop keeps the coral conversion field. Mobile deliberately falls back to
   the original warm-paper card above: dark copy, coral hierarchy and CTA. */
@media (min-width: 960px) {
  .ea-offer-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--landing-cta-text);
    background: var(--landing-cta-bg);
    border-color: rgba(255, 253, 249, .16);
  }

  .ea-offer-card::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
    background-size: 180px 180px;
    mix-blend-mode: soft-light;
    opacity: .2;
    pointer-events: none;
  }

  .ea-offer-card > * {
    position: relative;
    z-index: 1;
  }

  .ea-offer-card h2,
  .ea-perk span,
  .ea-price-now,
  .ea-price-cur,
  .ea-deposit,
  .ea-terms dd {
    color: var(--landing-cta-text);
  }

  .ea-offer-subtitle,
  .ea-price-label,
  .ea-terms dt,
  .ea-terms dd s,
  .ea-fine {
    color: var(--landing-cta-muted);
  }

  .ea-perk b,
  .ea-deposit::before {
    color: var(--landing-coral);
    background: var(--landing-cta-text);
  }

  .ea-terms > div {
    border-bottom-color: rgba(255, 253, 249, .2);
  }

  .ea-terms > div:first-child {
    border-top-color: rgba(255, 253, 249, .2);
  }

  .ea-save { color: var(--landing-cta-text); }

  .ea-offer-cta,
  .ea-offer-cta:hover {
    color: var(--landing-ink);
    background: var(--landing-cta-text);
  }

  .ea-offer-col-b {
    background: var(--landing-cta-surface);
    border-color: rgba(255, 253, 249, .2);
  }
}

/* Mobile founder offer: make the payment decision read as distinct groups,
   with at least twice as much space between groups as within each group. */
.ea-offer-subtitle-desktop { display: none; }

@media (max-width: 959px) {
  .ea-offer-card {
    gap: 0;
    padding-block: 28px;
    padding-inline: 24px;
  }

  .ea-offer-subtitle {
    display: inline-flex;
    width: fit-content;
    padding: 6px 12px;
    color: var(--landing-coral);
    background: rgba(232, 137, 106, .12);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .01em;
    text-transform: none;
  }

  .ea-offer-heading { order: 1; }
  .ea-price-row {
    order: 2;
    margin-top: 24px;
  }
  .ea-deposit {
    order: 3;
    margin: 8px 0 0;
  }
  .ea-perks {
    order: 4;
    margin-top: 28px;
  }
  .ea-terms {
    order: 5;
    margin: 28px 0 0;
  }
  .ea-offer-cta {
    order: 6;
    margin-top: 24px;
  }
  .ea-fine {
    order: 7;
    margin-top: 12px;
  }

  .ea-terms > div { padding-block: 12px; }
  .ea-terms > div:first-child dd {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 8px;
    row-gap: 5px;
    justify-items: end;
  }
  .ea-terms > div:first-child .ea-save { grid-column: 1 / -1; }
}

@media (min-width: 960px) {
  .ea-offer-subtitle-mobile { display: none; }
  .ea-offer-subtitle-desktop { display: inline; }
  .ea-offer-subtitle {
    display: inline-flex;
    width: fit-content;
    padding: 7px 14px;
    color: var(--landing-cta-text);
    background: rgba(255, 253, 249, .14);
    border: 1px solid rgba(255, 253, 249, .2);
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .01em;
    text-transform: none;
  }
}

/* Reviews copied from /early-access. This full-width band sits between the
   Founder’s Bundle and the founding-team story without changing either
   section’s existing layout or background treatment. */
.landing-reviews-section {
  --landing-review-gap: 12px;
  --landing-review-loop-offset: 6px;
  gap: 20px;
  padding-block: 24px 48px;
  padding-inline: 0;
  overflow: hidden;
  background: var(--landing-section-light);
}

.landing-reviews-viewport {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 34px,
    #000 calc(100% - 34px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 34px,
    #000 calc(100% - 34px),
    transparent 100%
  );
}

.landing-reviews-track {
  display: flex;
  width: max-content;
  gap: var(--landing-review-gap);
  padding-block: 4px 8px;
  padding-inline: 20px;
  animation: landingReviewsMarquee 26s linear infinite;
  will-change: transform;
}

.landing-reviews-viewport:hover .landing-reviews-track,
.landing-reviews-viewport:focus-within .landing-reviews-track {
  animation-play-state: paused;
}

@keyframes landingReviewsMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - var(--landing-review-loop-offset))); }
}

.landing-review-card {
  display: flex;
  width: 255px;
  flex: none;
  flex-direction: column;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--landing-line);
  border-radius: 16px;
  box-shadow: 0 2px 8px -4px rgba(58, 48, 40, .06);
}

.landing-review-stars { display: flex; gap: 2px; color: var(--landing-sun); }
.landing-review-stars svg { width: 16px; height: 16px; }
.landing-review-who { display: flex; align-items: center; gap: 11px; margin-top: 14px; }
.landing-review-who img {
  width: 42px;
  height: 42px;
  flex: none;
  object-fit: cover;
  background: var(--landing-cream);
  border-radius: 50%;
}
.landing-review-name {
  color: var(--landing-ink);
  font: 600 13px/1.3 var(--body, "DM Sans", sans-serif);
}
.landing-review-role { display: block; color: var(--landing-tert); font-weight: 400; }
.landing-review-quote {
  margin: 16px 0 0;
  color: var(--landing-muted);
  font-size: 13.5px;
  line-height: 1.6;
}

.landing-reviews-note {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  margin: 0;
  color: var(--landing-tert);
  font: 600 10px/1.2 var(--body, "DM Sans", sans-serif);
  letter-spacing: .08em;
}

.landing-reviews-note::before {
  content: "";
  width: 4px;
  height: 4px;
  flex: none;
  background: var(--landing-coral);
  border-radius: 50%;
}

@media (min-width: 960px) {
  .landing-reviews-section {
    --landing-review-gap: 18px;
    --landing-review-loop-offset: 9px;
    gap: 24px;
    padding-block: 40px 72px;
    padding-inline: 0;
  }

  .landing-reviews-viewport {
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0,
      #000 max(40px, calc((100vw - 1200px) / 2)),
      #000 calc(100% - max(40px, calc((100vw - 1200px) / 2))),
      transparent 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0,
      #000 max(40px, calc((100vw - 1200px) / 2)),
      #000 calc(100% - max(40px, calc((100vw - 1200px) / 2))),
      transparent 100%
    );
  }

  .landing-reviews-track {
    padding-block: 6px 10px;
    padding-inline: max(40px, calc((100vw - 1200px) / 2));
  }

  .landing-review-card { width: 320px; }
  .landing-review-quote { font-size: 14.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .landing-reviews-viewport {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .landing-reviews-track {
    animation: none;
    transform: none;
    will-change: auto;
  }
}
