/* Little Binder public-site design system.
   Tokens mirror src/design-system; components keep 60px grandparent-friendly
   primary targets, mixed-case labels, bounded prose, and reduced motion. */
:root {
  --paper: #fbf7f0;
  --paper-deep: #f1e7d8;
  --surface: #fffdf8;
  --ink: #33291b;
  --ink-soft: #5c513f;
  --terracotta: #c5623b;
  --terracotta-dark: #9e4a2a;
  --terracotta-pale: #f1dfd3;
  --olive: #5e7b3c;
  --olive-pale: #eaf1e4;
  --gold: #b8862b;
  --paint-plum: #8a6b91;
  --paint-plum-dark: #665071;
  --paint-blue: #7899ad;
  --paint-sky: #dce9e2;
  --paint-coral-soft: #f2d8ca;
  --paint-gold-soft: #e6bf6a;
  --night: #28352d;
  --night-soft: #35473c;
  --line: #dfd2bf;
  --focus: #1f6fa8;
  --error: #c0503f;
  --serif: Georgia, 'Iowan Old Style', 'Palatino Linotype', Palatino, serif;
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 20px 60px rgba(51, 41, 27, 0.12);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: '';
  opacity: .45;
  background-image: radial-gradient(circle at 20% 20%, rgba(197,98,59,.06) 0 1px, transparent 1px), radial-gradient(circle at 80% 60%, rgba(51,41,27,.045) 0 1px, transparent 1px);
  background-size: 23px 23px, 31px 31px;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--terracotta-dark); text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p { margin: 0 0 18px; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
h1, h2 { font-family: var(--serif); letter-spacing: -.025em; }
h1 { max-width: 760px; font-size: clamp(3rem, 7vw, 5.7rem); line-height: .98; }
h2 { font-size: clamp(2.25rem, 5vw, 4.1rem); line-height: 1.04; }
h3 { font-size: 1.22rem; line-height: 1.3; }

.site-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: clamp(50px, 5vw, 72px) 0; }
.section-paper { background: linear-gradient(145deg, rgba(255,253,248,.94), rgba(251,247,240,.76)); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { margin: 22px 0 0; color: var(--ink-soft); font-size: 1.12rem; }
.eyebrow { margin: 0 0 16px; color: var(--terracotta-dark); font-size: clamp(.95rem, 1.2vw, 1rem); font-weight: 800; line-height: 1.35; letter-spacing: .07em; }
.eyebrow.light { color: #f0c1aa; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: -999px; z-index: 200; padding: 12px 18px; border-radius: 10px; background: var(--ink); color: #fff; }
.skip-link:focus { left: 8px; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(223,210,191,.8); background: rgba(251,247,240,.92); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--serif); font-size: 1.42rem; font-weight: 700; text-decoration: none; }
.brand-lockup { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 1px; }
.brand-lockup .wordmark { line-height: 1; }
.brand-tagline { margin-left: 39px; color: var(--ink-soft); font-family: var(--serif); font-size: .67rem; font-style: italic; line-height: 1.2; white-space: nowrap; }
.brand-fold { width: 34px; height: 34px; flex: 0 0 auto; background: url('/img/brand-mark.svg?v=20260819') center / contain no-repeat; }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav a { min-height: 60px; display: inline-flex; align-items: center; color: var(--ink-soft); font-size: .9rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--terracotta-dark); }
.language-switcher select { min-height: 60px; max-width: 132px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); color: var(--ink); padding: 8px 12px; font-size: .86rem; font-weight: 700; }
.menu-button { display: none; min-height: 60px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--ink); padding: 8px 16px; font-weight: 700; }

.button, button[type='submit'] { display: inline-flex; min-height: 60px; align-items: center; justify-content: center; gap: 10px; border: 2px solid var(--terracotta); border-radius: 16px; background: var(--terracotta); color: #fff9f2; padding: 15px 25px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; box-shadow: 0 10px 30px rgba(158,74,42,.16); transition: box-shadow .18s ease, background .18s ease; }
.button:hover, button[type='submit']:hover { background: var(--terracotta-dark); border-color: var(--terracotta-dark); color: #fff; box-shadow: 0 8px 20px rgba(158,74,42,.18); }
.button-small { min-height: 60px; border-radius: 13px; padding: 10px 17px; font-size: .88rem; }
.button-secondary { background: var(--surface); color: var(--terracotta-dark); box-shadow: none; }
.button-secondary:hover { color: #fff; }
.text-link { display: inline-flex; min-height: 48px; align-items: center; color: var(--ink); font-weight: 800; text-decoration-thickness: 2px; }
.text-link:hover { color: var(--terracotta-dark); }
.text-button { border: 0; background: transparent; padding: 0; text-align: left; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; cursor: pointer; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.hero { position: relative; overflow: hidden; padding: clamp(76px, 9vw, 126px) 0 102px; }
.hero::after { position: absolute; right: -160px; bottom: -230px; width: 600px; height: 600px; border: 90px solid rgba(197,98,59,.055); border-radius: 50%; content: ''; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .78fr); align-items: center; gap: clamp(54px, 8vw, 108px); }
.hero-copy { position: relative; z-index: 1; }
.hero-lede { max-width: 680px; margin: 30px 0; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.trust-inline { display: flex; flex-wrap: wrap; gap: 14px 26px; padding: 0; margin: 30px 0 0; color: var(--ink-soft); font-size: .87rem; list-style: none; }
.trust-inline li::before { color: var(--olive); content: '✓'; margin-right: 7px; font-weight: 900; }

.voice-keepsake { --gallery-tilt: -1.8deg; position: relative; z-index: 1; width: min(100%, 475px); justify-self: end; padding: 18px; border: 1px solid var(--line); border-radius: 10px 32px 18px 14px; background: var(--surface); box-shadow: var(--shadow); transform: rotate(var(--gallery-tilt)); transform-origin: 50% 56%; transition: transform 280ms cubic-bezier(.2,.75,.25,1), box-shadow 280ms ease; }
.voice-keepsake[data-gallery-index="1"] { --gallery-tilt: 1.4deg; }
.voice-keepsake[data-gallery-index="2"] { --gallery-tilt: -1deg; }
.voice-keepsake[data-gallery-index="3"] { --gallery-tilt: 1.9deg; }
.voice-keepsake[data-gallery-index="4"] { --gallery-tilt: -.7deg; }
.voice-keepsake[data-gallery-index="5"] { --gallery-tilt: 1.25deg; }
.voice-keepsake[data-gallery-index="6"] { --gallery-tilt: -1.55deg; }
.voice-keepsake.gallery-changing { box-shadow: 0 24px 66px rgba(51,41,27,.16); }
.paper-tab { position: absolute; top: -20px; right: 30px; z-index: 5; min-width: 82px; padding: 8px 15px; border-radius: 9px 9px 0 0; background: var(--gold); color: #fff; font-size: .72rem; font-variant-numeric: tabular-nums; font-weight: 800; letter-spacing: .06em; text-align: center; }
.keepsake-gallery-stage { position: relative; }
.keepsake-art { position: relative; aspect-ratio: 43 / 30; overflow: hidden; border-radius: 4px 19px 5px 5px; background: var(--paint-sky); isolation: isolate; }
.keepsake-art::after { position: absolute; inset: 0; z-index: 8; pointer-events: none; background-image: radial-gradient(circle at 20% 30%, rgba(51,41,27,.12) 0 1px, transparent 1.5px), radial-gradient(circle at 75% 68%, rgba(255,253,248,.24) 0 1px, transparent 1.5px); background-size: 19px 23px, 27px 31px; content: ''; opacity: .24; mix-blend-mode: multiply; }
.keepsake-art-frame { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transform: translateX(4%) scale(.985) rotate(1.2deg); transition: opacity 220ms ease, transform 280ms cubic-bezier(.2,.75,.25,1); }
.keepsake-art-frame.active { z-index: 2; opacity: 1; transform: translateX(0) scale(1) rotate(0); animation: gallery-frame-in 280ms cubic-bezier(.2,.75,.25,1); }
.keepsake-art-frame > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.keepsake-gallery-controls { position: absolute; inset: 0; z-index: 10; pointer-events: none; }
.gallery-button { position: absolute; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(223,210,191,.88); border-radius: 50%; background: rgba(255,253,248,.92); color: var(--ink); padding: 0; cursor: pointer; box-shadow: 0 7px 18px rgba(51,41,27,.13); pointer-events: auto; transition: transform 180ms ease, background 180ms ease; }
.gallery-button:hover { background: var(--surface); transform: scale(1.06); }
.gallery-button:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.gallery-button > span[aria-hidden="true"] { font-family: var(--serif); font-size: 2rem; line-height: 1; transform: translateY(-1px); }
.gallery-previous { top: 50%; left: 12px; transform: translateY(-50%); }
.gallery-previous:hover { transform: translateY(-50%) scale(1.06); }
.gallery-next { top: 50%; right: 12px; transform: translateY(-50%); }
.gallery-next:hover { transform: translateY(-50%) scale(1.06); }
.gallery-pause { top: 13px; left: 13px; width: 44px; height: 44px; }
.gallery-pause-icon { display: flex; align-items: center; gap: 4px; }
.gallery-pause-icon i { width: 4px; height: 15px; border-radius: 3px; background: currentColor; }
.gallery-pause[aria-pressed="true"] .gallery-pause-icon { width: 0; height: 0; margin-left: 3px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid currentColor; }
.gallery-pause[aria-pressed="true"] .gallery-pause-icon i { display: none; }
.gallery-dots { position: absolute; right: 0; bottom: 43px; left: 0; z-index: 9; display: flex; justify-content: center; gap: 7px; }
.gallery-dots i { width: 7px; height: 7px; border: 1px solid rgba(51,41,27,.4); border-radius: 50%; background: rgba(255,253,248,.78); box-shadow: 0 1px 4px rgba(51,41,27,.14); transition: width 180ms ease, background 180ms ease; }
.gallery-dots i.active { width: 20px; border-color: var(--terracotta-dark); border-radius: 99px; background: var(--terracotta); }
.voice-card { position: relative; margin: -32px 15px 4px; padding: 22px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,253,248,.97); box-shadow: 0 12px 28px rgba(51,41,27,.13); }
.voice-person { display: block; }
.voice-person > strong { display: block; font-family: var(--serif); font-size: 1.1rem; line-height: 1.3; }
.voice-card.copy-changing .voice-person,
.voice-card.copy-changing .play-control,
.voice-card.copy-changing .waveform,
.voice-card.copy-changing .sample-transcript { animation: gallery-copy-in 280ms cubic-bezier(.2,.75,.25,1) both; }
.voice-card.copy-changing .play-control { animation-delay: 25ms; }
.voice-card.copy-changing .waveform,
.voice-card.copy-changing .sample-transcript { animation-delay: 45ms; }
.play-control { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin: 19px 0 13px; border: 0; border-radius: 13px; background: var(--night); color: #fff; padding: 9px 12px; font-weight: 800; }
.play-control > span:last-child { min-width: 0; line-height: 1.35; }
.play-icon { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); padding-left: 2px; font-size: .66em; }
.waveform, .mini-wave { height: 35px; display: flex; align-items: center; justify-content: center; gap: 4px; }
.waveform i, .mini-wave i { width: 3px; height: var(--wave, 20%); border-radius: 6px; background: var(--terracotta); transform-origin: center; }
.waveform i:nth-child(3n), .mini-wave i:nth-child(3n) { --wave: 80%; }
.waveform i:nth-child(4n), .mini-wave i:nth-child(4n) { --wave: 45%; }
.waveform i:nth-child(5n), .mini-wave i:nth-child(5n) { --wave: 100%; }
.voice-keepsake.gallery-changing .waveform i { animation: gallery-wave 280ms ease both; }
.voice-keepsake.gallery-changing .waveform i:nth-child(2n) { animation-delay: 35ms; }
.sample-transcript { margin: 10px 0 0; color: var(--ink-soft); font-family: var(--serif); font-size: .93rem; font-style: italic; line-height: 1.45; }

.memory-strip { background: var(--terracotta-pale); }
.memory-strip-inner { min-height: 138px; display: grid; grid-template-columns: 1fr minmax(40px, .55fr) 1fr; align-items: center; gap: 30px; }
.memory-strip p { margin: 0; font-family: var(--serif); font-size: clamp(1.1rem, 2.4vw, 1.55rem); }
.memory-strip p:last-child { text-align: right; }
.memory-strip p [data-i18n] { display: block; color: var(--terracotta-dark); font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.strip-line { height: 2px; background: repeating-linear-gradient(90deg, var(--terracotta) 0 8px, transparent 8px 15px); }

.how-heading { max-width: 980px; }
.app-steps { display: flex; border-bottom: 1px solid var(--line); gap: clamp(12px,3vw,36px); }
.app-step { min-height: 104px; display: flex; flex: 1 1 0; align-items: center; gap: 15px; border: 0; border-bottom: 4px solid transparent; background: transparent; color: var(--ink); padding: 15px 8px 19px; text-align: left; cursor: pointer; transition: border-color .18s ease, color .18s ease; }
.app-step:hover { color: var(--terracotta-dark); }
.app-step.active { border-bottom-color: var(--terracotta); color: var(--terracotta-dark); }
.app-step > span:last-child { display: grid; gap: 3px; }
.app-step strong { font-family: var(--serif); font-size: 1.25rem; line-height: 1.15; }
.app-step small { color: var(--ink-soft); font-size: .72rem; line-height: 1.35; }
.step-bubble { position: relative; width: 64px; height: 64px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 21px; background: var(--paper-deep); color: var(--terracotta); transform: rotate(-2deg); }
.step-bubble-camera::before { width: 32px; height: 23px; border: 3px solid currentColor; border-radius: 7px; content: ''; box-shadow: 0 -8px 0 -5px currentColor; }
.step-bubble-camera::after { position: absolute; width: 10px; height: 10px; border: 2px solid currentColor; border-radius: 50%; content: ''; }
.step-bubble-voice { display: flex; align-items: center; justify-content: center; gap: 3px; }
.step-bubble-voice i { width: 3px; height: 18px; border-radius: 4px; background: currentColor; }
.step-bubble-voice i:nth-child(2), .step-bubble-voice i:nth-child(4) { height: 32px; }
.step-bubble-voice i:nth-child(3) { height: 42px; }
.step-bubble-heart { background: var(--olive-pale); color: var(--olive); font-size: 1.75rem; }
.step-panels { margin-top: 32px; }
.step-panel { min-height: 300px; display: grid; grid-template-columns: minmax(280px,.82fr) 1fr; align-items: center; gap: clamp(38px,7vw,82px); padding: clamp(24px,4vw,48px); border: 0; border-radius: 38px; background: var(--surface); box-shadow: 0 18px 52px rgba(51,41,27,.09); }
.step-panel[hidden] { display: none; }
.step-panel h3 { margin: 5px 0 14px; font-family: var(--serif); font-size: clamp(1.8rem,4vw,2.8rem); }
.step-panel p:last-child { max-width: 650px; margin: 0; color: var(--ink-soft); }
.step-panel-kicker { margin: 0; color: var(--terracotta-dark); font-size: .72rem; font-weight: 900; letter-spacing: .07em; }
.step-panel-art { position: relative; min-height: 205px; border-radius: 30px; background: var(--paper-deep); transform: rotate(-1.5deg); }
.step-panel-art-capture { display: grid; overflow: hidden; place-items: center; }
.step-panel-art-capture svg { width: 100%; height: 100%; transform: rotate(1.5deg) scale(1.02); }
.step-panel-art-voice { display: flex; align-items: center; justify-content: center; gap: 7px; background: var(--terracotta-pale); }
.step-panel-art-voice span { position: absolute; width: 82px; height: 82px; border-radius: 50%; background: var(--terracotta); box-shadow: 0 0 0 16px rgba(255,253,248,.75); }
.step-panel-art-voice i { z-index: 1; width: 5px; height: 25px; border-radius: 5px; background: #fff; }
.step-panel-art-voice i:nth-of-type(2), .step-panel-art-voice i:nth-of-type(4) { height: 46px; }
.step-panel-art-voice i:nth-of-type(3) { height: 60px; }
.step-panel-art-share { display: grid; place-items: center; background: var(--terracotta-pale); }
.step-panel-art-share svg { width: min(190px, 58%); height: auto; transform: rotate(1.5deg); }
.step-panel-share > div { max-width: 760px; }

.feature-playground { padding-top: 0; padding-bottom: clamp(42px,4vw,56px); }
.feature-cards { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(56px,8vw,112px); }
.feature-card { position: relative; min-height: 0; overflow: hidden; padding: 230px 0 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.feature-card h3 { min-height: 2.6em; margin: 7px 0 12px; font-family: var(--serif); font-size: clamp(1.65rem,3vw,2.4rem); }
.feature-card > p:last-child { margin: 0; color: var(--ink-soft); font-size: .94rem; }
.feature-status { display: block; min-height: auto; margin: 0; border: 0; border-radius: 0; background: transparent; padding: 0; font-size: .68rem; font-weight: 900; letter-spacing: .05em; }
.feature-status.ready { color: #3e5c2d; }
.feature-status.next { color: #785517; }
.feature-illustration { position: absolute; top: 22px; right: 24px; left: 24px; height: 184px; }
.feature-illustration svg, .feature-illustration img { width: 100%; height: 100%; }
.feature-illustration img { display: block; border-radius: 22px; object-fit: contain; }
.space-stickers { position: absolute; top: 40px; right: 36px; left: 36px; display: flex; align-items: center; justify-content: center; gap: 20px; }
.space-stickers span { width: 112px; height: 112px; display: grid; place-items: center; border: 5px solid #fff; border-radius: 36px 42px 34px 45px; background: var(--terracotta-pale); box-shadow: 0 10px 26px rgba(51,41,27,.12); transform: rotate(-6deg); }
.space-stickers svg { width: 76px; height: 76px; }
.space-stickers span:nth-child(2) { background: #fff1c9; transform: translateY(22px) rotate(4deg); }
.space-stickers span:nth-child(3) { background: var(--olive-pale); transform: rotate(7deg); }

.growth-section { overflow: hidden; background: linear-gradient(145deg, var(--olive-pale), rgba(255,253,248,.82)); }
.growth-layout { display: grid; grid-template-columns: minmax(260px,.68fr) minmax(480px,1.32fr); align-items: center; gap: clamp(42px,7vw,88px); }
.growth-copy h2 { font-size: clamp(2.4rem,4.8vw,4rem); }
.growth-body { margin: 25px 0 0; color: var(--ink-soft); font-size: 1.05rem; }
.growth-note { margin: 28px 0 0; border-left: 5px solid var(--olive); padding-left: 18px; color: var(--ink-soft); font-size: .82rem; }
.growth-art { position: relative; margin: 0; border: 1px solid var(--line); border-radius: 18px 34px 22px 28px; background: var(--surface); padding: 14px 14px 18px; box-shadow: var(--shadow); transform: rotate(1deg); }
.growth-art::before { position: absolute; top: -13px; left: 12%; width: 92px; height: 28px; background: rgba(230,191,106,.62); content: ''; transform: rotate(-4deg); }
.growth-art img { width: 100%; aspect-ratio: 2 / 1; border-radius: 10px 24px 12px 18px; object-fit: cover; }
.growth-art figcaption { margin: 13px 8px 0; color: var(--ink-soft); font-family: var(--serif); font-size: .78rem; font-style: italic; line-height: 1.45; text-align: center; }

.preview-section { background: var(--paper-deep); }
.preview-grid { display: grid; grid-template-columns: 1fr minmax(300px,.72fr); align-items: center; gap: clamp(48px, 8vw, 104px); }
.preview-copy p:not(.eyebrow):not(.preview-note) { margin: 25px 0; color: var(--ink-soft); }
.preview-note { margin: 14px 0 0; color: var(--ink-soft); font-size: .78rem; }
.product-tour { position: relative; width: min(100%, 390px); min-height: 380px; justify-self: center; overflow: hidden; border: 9px solid var(--ink); border-radius: 38px; background: var(--surface); box-shadow: var(--shadow); }
.product-tour::before { position: absolute; top: 12px; left: 50%; z-index: 2; width: 85px; height: 7px; border-radius: 20px; background: var(--ink); content: ''; transform: translateX(-50%); }
.tour-progress { position: absolute; top: 40px; right: 28px; left: 28px; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.tour-progress i { height: 4px; border-radius: 5px; background: var(--line); }
.tour-progress i.active { background: var(--terracotta); }
.tour-frame { min-height: 362px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 28px 30px; text-align: center; }
.tour-frame[hidden] { display: none; }
.tour-frame strong { margin: 18px 0 6px; font-family: var(--serif); font-size: 1.4rem; }
.tour-frame > span:last-child { max-width: 370px; color: var(--ink-soft); font-size: .9rem; }
.tour-kicker { color: var(--terracotta-dark); font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.tour-creation { width: 176px; height: 160px; overflow: hidden; margin-top: 18px; border: 8px solid #fff; background: var(--paint-plum-dark); box-shadow: 0 10px 24px rgba(51,41,27,.15); transform: rotate(-2deg); }
.tour-creation svg { width: 100%; height: 100%; }
.record-orbit { display: grid; width: 140px; height: 140px; margin-top: 24px; place-items: center; border: 2px dashed var(--terracotta); border-radius: 50%; }
.record-orbit span { width: 74px; height: 74px; border-radius: 50%; background: var(--terracotta); box-shadow: 0 0 0 13px var(--terracotta-pale); }
.record-orbit span::after { display: grid; height: 100%; place-items: center; color: #fff; content: '●'; font-size: 1.2rem; }
.reply-bubble { width: 138px; height: 112px; display: grid; margin-top: 28px; place-items: center; border-radius: 50% 50% 50% 10px; background: var(--olive-pale); color: var(--olive); font-size: 2.4rem; transform: rotate(-2deg); }

.trust-section { overflow: hidden; background: linear-gradient(145deg, var(--olive-pale), #f6eee1); color: var(--ink); }
.trust-section .section-heading > p:last-child { color: var(--ink-soft); }
.trust-layout { display: grid; grid-template-columns: minmax(280px,.78fr) minmax(0,1.22fr); align-items: start; gap: clamp(54px,8vw,112px); }
.trust-copy .section-heading { margin: 0; }
.trust-note { width: 154px; min-height: 142px; display: grid; margin: 40px 0 22px 8px; place-items: center; border-radius: 36px 28px 42px 31px; background: rgba(255,253,248,.72); box-shadow: 9px 12px 0 rgba(197,98,59,.12); transform: rotate(-3deg); }
.trust-note svg { width: 94px; height: 94px; }
.trust-promises { display: grid; gap: 34px; }
.trust-promises article { position: relative; min-height: 0; display: grid; grid-template-columns: 64px minmax(0,1fr); align-content: start; column-gap: 22px; padding: 0; }
.trust-promises article:nth-child(even) { padding-left: clamp(0px,3vw,38px); }
.trust-doodle { width: 58px; height: 58px; display: grid; grid-row: 1 / span 2; place-items: center; border-radius: 0; background: transparent; font-size: 1.65rem; transform: rotate(-3deg); }
.trust-doodle-mark svg { width: 34px; height: 34px; fill: none; stroke: var(--terracotta-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.trust-doodle-icon svg { width: 48px; height: 48px; }
.trust-promises h3 { grid-column: 2; margin: 0 0 8px; font-family: var(--serif); font-size: 1.5rem; }
.trust-promises p { grid-column: 2; margin: 0; color: var(--ink-soft); font-size: .9rem; }
.trust-link { display: inline-flex; margin-top: 12px; }

.offline-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: clamp(40px, 8vw, 100px); }
.offline-grid > div > p:last-child { margin: 25px 0 0; color: var(--ink-soft); font-size: 1.08rem; }
.boundary-card { padding: 36px; border: 1px solid var(--line); border-left: 8px solid var(--gold); border-radius: var(--radius); background: var(--surface); box-shadow: 0 12px 36px rgba(51,41,27,.07); }
.boundary-card strong { font-family: var(--serif); font-size: 1.35rem; }
.boundary-card p { margin: 15px 0 0; color: var(--ink-soft); font-size: .9rem; }

.pricing-section { background: var(--terracotta-pale); }
.pricing-grid { display: grid; grid-template-columns: 1fr minmax(350px,.65fr); align-items: center; gap: clamp(50px, 9vw, 120px); }
.pricing-copy > p:not(.eyebrow) { max-width: 650px; margin: 24px 0; color: var(--ink-soft); }
.check-list { display: grid; gap: 12px; padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { display: flex; gap: 10px; }
.check-list li::before { color: var(--olive); content: '✓'; font-weight: 900; }
.keepsake-plan-note { margin-top: 26px !important; border-left: 5px solid var(--gold); padding-left: 16px; font-size: .86rem; }
.price-card { position: relative; overflow: hidden; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.price-card::before { position: absolute; top: -75px; right: -75px; width: 180px; height: 180px; border-radius: 50%; background: rgba(184,134,43,.13); content: ''; }
.offer-label { color: var(--terracotta-dark); font-size: .77rem; font-weight: 900; letter-spacing: .07em; }
.price-before { margin: 25px 0 0; color: var(--ink-soft); font-size: .82rem; }
.price-before s { margin-left: 6px; }
.price-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; margin: 15px 0; }
.price-option { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper-deep); }
.price-option.featured {
  border: 2px solid var(--terracotta-dark);
  background: linear-gradient(145deg, var(--surface), var(--terracotta-pale));
  box-shadow: 0 0 0 3px var(--gold);
}
.price-option.featured .price-now > span { color: var(--terracotta-dark); }
.price-option-label { margin: 0 0 8px; color: var(--terracotta-dark); font-size: .76rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.price-now { display: flex; flex-wrap: wrap; align-items: baseline; margin: 3px 0 17px; font-family: var(--serif); }
.price-now > span { flex-shrink: 0; white-space: nowrap; font-size: clamp(2.3rem, 5vw, 3.5rem); line-height: 1; letter-spacing: -.05em; }
.price-now small { margin-left: 8px; color: var(--ink-soft); font-family: var(--sans); font-size: .9rem; }
.price-detail { color: var(--ink-soft); font-size: .88rem; }
.price-audience { margin: 15px 0 0; color: var(--ink-soft); font-size: .88rem; }
.price-card .button { width: 100%; margin-top: 15px; }
.fine-print { margin: 12px 0 0; text-align: center; color: var(--ink-soft); font-size: .72rem; }

.gift-grid { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.gift-grid > div:last-child > p:not(.eyebrow) { margin: 24px 0; color: var(--ink-soft); }
.gift-grandparent-note { font-family: var(--serif); font-size: 1.05rem; }
.physical-keepsakes { position: relative; }
.physical-keepsakes::before { position: absolute; inset: 8% -3% -5% 7%; border-radius: 40px 70px 42px 62px; background: var(--terracotta-pale); content: ''; transform: rotate(3deg); }
.physical-keepsakes img { position: relative; z-index: 1; width: 100%; aspect-ratio: 3 / 2; border: 10px solid var(--surface); border-radius: 34px 48px 30px 42px; object-fit: cover; box-shadow: var(--shadow); transform: rotate(-1.5deg); }

.waitlist-section { background: var(--terracotta-dark); color: #fff; }
.waitlist-grid { display: grid; grid-template-columns: .8fr 1fr; align-items: start; gap: clamp(48px, 8vw, 100px); }
.waitlist-grid h2 { font-size: clamp(2.3rem,5vw,3.8rem); }
.waitlist-grid > div > p:not(.eyebrow):not(.privacy-note) { margin-top: 24px; color: #f6ddd0; }
.privacy-note { color: #f6ddd0; font-size: .78rem; }
form { padding: 32px; border-radius: var(--radius); background: var(--surface); color: var(--ink); box-shadow: var(--shadow); }
.spam-trap-field { position: absolute; left: -9999px; }
.field { margin: 0 0 20px; }
.segment-field { padding: 0; border: 0; }
label, legend { display: block; margin-bottom: 8px; font-size: .88rem; font-weight: 800; }
input[type='email'], input[type='text'], select, textarea { width: 100%; min-height: 60px; border: 2px solid var(--line); border-radius: 13px; background: #fff; color: var(--ink); padding: 13px 15px; font-size: 1rem; }
textarea { min-height: 150px; resize: vertical; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented label { min-height: 60px; display: flex; align-items: center; justify-content: center; margin: 0; border: 2px solid var(--line); border-radius: 13px; padding: 10px; color: var(--ink-soft); text-align: center; cursor: pointer; }
.segmented input:checked + label { border-color: var(--terracotta); background: var(--terracotta-pale); color: var(--terracotta-dark); }
.segmented input:focus-visible + label { outline: 3px solid var(--focus); outline-offset: 2px; }
.checkbox-row { display: flex; align-items: flex-start; gap: 11px; margin: 0 0 20px; color: var(--ink-soft); font-size: .78rem; font-weight: 500; }
.checkbox-row input { width: 24px; height: 24px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--terracotta); }
button[type='submit'] { width: 100%; }
button[disabled] { cursor: wait; opacity: .65; transform: none !important; }
.form-status { display: none; margin: 16px 0 0; border-radius: 12px; padding: 13px 15px; font-size: .85rem; }
.form-status.visible { display: block; }
.form-status.success { border: 1px solid var(--olive); background: var(--olive-pale); color: #3e5230; }
.form-status.error { border: 1px solid var(--error); background: #fbeae3; color: #8a3f22; }

.stores-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.stores-inner > div:first-child { max-width: 620px; }
.stores-inner h2 { font-size: clamp(2rem,4vw,3.2rem); }
.stores-inner p:not(.eyebrow) { margin-top: 20px; color: var(--ink-soft); }
.store-links { display: flex; flex-wrap: wrap; gap: 12px; }
.store-badge { min-width: 218px; min-height: 76px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); color: var(--ink); padding: 12px 17px; text-decoration: none; box-shadow: 0 9px 24px rgba(51,41,27,.07); }
.store-badge:hover { border-color: var(--terracotta); color: var(--ink); }
.store-badge small, .store-badge strong { display: block; line-height: 1.15; }
.store-badge small { color: var(--ink-soft); font-size: .66rem; font-weight: 700; letter-spacing: .02em; }
.store-badge strong { font-size: 1.08rem; }
.store-logo { width: 36px; height: 40px; flex: 0 0 auto; }
.store-logo-apple { width: 31px; fill: var(--ink); }

.lead-modal { width: min(calc(100% - 30px), 580px); max-height: calc(100vh - 30px); overflow: auto; border: 0; border-radius: 34px; background: transparent; padding: 0; color: var(--ink); }
.lead-modal::backdrop { background: rgba(40,53,45,.76); backdrop-filter: blur(7px); }
.lead-modal-card { position: relative; padding: 42px; border: 1px solid var(--line); border-radius: 34px; background: var(--surface); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.lead-modal h2 { max-width: 480px; font-size: clamp(2rem,6vw,3.2rem); }
.modal-close { position: absolute; top: 16px; right: 18px; min-height: 44px; border: 0; border-radius: 12px; background: var(--paper-deep); color: var(--ink); padding: 8px 13px; font-size: .76rem; font-weight: 800; cursor: pointer; }
.modal-regular { margin: 20px 0 8px; color: var(--ink-soft); font-size: .82rem; }
.modal-price-options { display: grid; gap: 8px; margin-bottom: 12px; }
.modal-price-options p { display: flex; align-items: baseline; gap: 8px; margin: 0; }
.modal-price-options strong { color: var(--terracotta-dark); font-family: var(--serif); font-size: 1.8rem; }
.modal-price-options span { color: var(--ink-soft); font-size: .82rem; }
.modal-price-options small { display: block; color: var(--ink-soft); font-size: .78rem; }
.modal-intro { color: var(--ink-soft); font-size: .9rem; }
.lead-modal form { margin-top: 22px; padding: 0; box-shadow: none; }

.site-footer { padding: 68px 0 30px; border-top: 1px solid var(--line); background: var(--surface); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 45px; }
.footer-grid > div p { max-width: 300px; margin-top: 17px; color: var(--ink-soft); font-family: var(--serif); }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid nav strong { margin-bottom: 7px; font-size: .8rem; letter-spacing: .05em; }
.footer-grid nav a { min-height: 44px; display: flex; align-items: center; color: var(--ink-soft); font-size: .86rem; text-decoration: none; }
.footer-grid nav a:hover { color: var(--terracotta-dark); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .7rem; }
.footer-bottom p { margin: 0; }

/* Supporting pages */
.page-hero { padding: 88px 0 64px; }
.page-hero .site-shell { max-width: 900px; }
.page-hero h1 { font-size: clamp(2.8rem,6vw,4.8rem); }
.page-hero p:not(.eyebrow) { max-width: 750px; margin-top: 25px; color: var(--ink-soft); font-size: 1.15rem; }
.notfound-eyebrow { margin-top: 64px; }
.content-section { padding: 70px 0 110px; }
.content-shell { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.content-shell h2 { margin: 55px 0 18px; font-size: clamp(1.8rem,4vw,2.6rem); }
.content-shell h2:first-child { margin-top: 0; }
.content-shell h3 { margin: 32px 0 10px; }
.content-shell p, .content-shell li { color: var(--ink-soft); }
.content-shell li { margin-bottom: 10px; }
.content-shell a { font-weight: 700; }
.draft-notice, .help-callout { margin-bottom: 34px; padding: 22px 24px; border: 1px solid var(--gold); border-radius: var(--radius-sm); background: #fff7df; }
.draft-notice strong, .help-callout strong { display: block; color: var(--ink); }
.draft-notice p, .help-callout p { margin: 7px 0 0; font-size: .9rem; }
.info-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin: 30px 0; }
.info-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.info-card h3 { margin-top: 0; }
.info-card p { margin-bottom: 0; }
.contact-layout { display: grid; grid-template-columns: .7fr 1fr; align-items: start; gap: 55px; }
.contact-details { display: grid; gap: 20px; }
.contact-detail { min-width: 0; display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: center; gap: 17px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.contact-detail-icon { width: 58px; height: 58px; display: grid; place-items: center; }
.contact-detail-icon svg { width: 100%; height: 100%; }
.contact-detail-copy { min-width: 0; }
.contact-details strong, .contact-details span { display: block; }
.contact-details span { color: var(--ink-soft); }
.contact-details .contact-detail-icon { color: inherit; }
.contact-detail-copy > span { overflow-wrap: anywhere; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::after { content: '+'; color: var(--terracotta); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { padding-bottom: 22px; }

/* How-to hub */
.how-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin-top: 10px; }
.how-card { display: flex; flex-direction: column; padding: 32px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color .2s, box-shadow .2s; }
.how-card:hover { border-color: var(--gold); box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.how-card-icon { width: 60px; height: 60px; margin-bottom: 16px; }
.how-card-icon svg { width: 100%; height: 100%; }
.how-card h2 { margin: 0 0 10px; font-size: 1.3rem; }
.how-card h2 a { color: var(--ink); text-decoration: none; }
.how-card h2 a:hover { color: var(--terracotta-dark); text-decoration: underline; }
.how-card-summary { color: var(--ink-soft); font-size: .95rem; flex: 1; margin: 0 0 14px; line-height: 1.55; }
.how-card-tag { display: inline-block; align-self: flex-start; padding: 4px 12px; border-radius: 999px; background: var(--terracotta-pale); color: var(--terracotta-dark); font-size: .78rem; font-weight: 700; }
.how-guides-cta { margin-top: 32px; text-align: center; }

/* The home-page guide list reads like a binder index. The dedicated how-to
   hub keeps the roomier cards used for browsing a larger collection. */
#how-to-guides .section-heading.centered { margin-inline: 0; text-align: left; }
#how-to-guides .how-grid { grid-template-columns: repeat(2, 1fr); gap: 44px clamp(54px,7vw,94px); }
#how-to-guides .how-card { display: grid; grid-template-columns: 72px minmax(0,1fr); grid-template-rows: auto auto 1fr; column-gap: 20px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
#how-to-guides .how-card:hover { border-color: transparent; background: transparent; box-shadow: none; }
#how-to-guides .how-card-icon { width: 56px; height: 56px; grid-row: 1 / span 3; margin: 0; }
#how-to-guides .how-card h3 { grid-column: 2; margin: 0 0 8px; }
#how-to-guides .how-card h3 a { min-height: 44px; display: inline-flex; align-items: center; }
#how-to-guides .how-card-summary, #how-to-guides .how-card-tag { grid-column: 2; }
#how-to-guides .how-card-tag { justify-self: start; border: 0; border-radius: 0; background: transparent; padding: 0; letter-spacing: .03em; }

/* How-to article pages */
.how-article { max-width: 700px; }
.how-article-icon { width: 64px; height: 64px; margin: 0; }
.how-article-icon svg { display: block; width: 100%; height: 100%; }
.how-article-icon + h2 { margin-top: 12px; }
.how-article h2 { margin: 48px 0 14px; font-size: clamp(1.5rem,3.5vw,2rem); }
.how-article h3 { margin: 28px 0 8px; font-size: 1.15rem; }
.how-article p, .how-article li { color: var(--ink-soft); line-height: 1.7; }
.how-article ul { padding-left: 20px; margin: 12px 0; }
.how-article li { margin-bottom: 8px; }
.how-article blockquote { margin: 20px 0; padding: 16px 20px; border-left: 3px solid var(--gold); background: #fffdf5; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; color: var(--ink-soft); font-style: italic; }
.how-tip { margin: 24px 0; padding: 20px 24px; border: 1px solid var(--gold); border-radius: var(--radius); background: #fff7df; }
.how-tip strong { display: block; margin-bottom: 6px; color: var(--ink); }
.how-tip p { margin: 0; font-size: .92rem; }
.how-related { margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); }
.how-related h3 { margin: 0 0 12px; }
.how-related ul { list-style: none; padding: 0; margin: 0; }
.how-related li a { font-weight: 700; }

@keyframes gallery-frame-in { from { opacity: 0; transform: translateX(4%) scale(.985) rotate(1.2deg); } }
@keyframes gallery-copy-in { from { opacity: 0; transform: translateY(5px); } }
@keyframes gallery-wave { 50% { transform: scaleY(.45); } }

@media (prefers-reduced-motion: reduce) {
  .keepsake-art-frame.active, .voice-card.copy-changing > *, .voice-keepsake.gallery-changing .waveform i { animation: none; }
  .voice-keepsake, .keepsake-art-frame, .gallery-button, .gallery-dots i { transition: none; }
}

@media (max-width: 980px) {
  .header-cta { display: none; }
  .hero-grid, .growth-layout, .preview-grid, .pricing-grid { grid-template-columns: 1fr; }
  .feature-cards { width: min(100%,720px); grid-template-columns: 1fr; gap: 54px; margin-inline: auto; }
  .feature-card { padding: 220px 0 0; }
  .feature-card h3 { min-height: 0; }
  .voice-keepsake { justify-self: center; }
  .preview-copy { max-width: 700px; }
  .product-tour { width: min(100%, 390px); }
  .stores-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
  .footer-grid nav:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .site-shell, .content-shell { width: min(calc(100% - 30px), var(--shell)); }
  .header-inner { min-height: 72px; gap: 10px; }
  /* Every route keeps the tagline on mobile so the positioning line stays
     visible under the wordmark. Wrapping is allowed here (the global rule is
     nowrap) so a narrow phone breaks the line instead of pushing the menu
     button off-screen. */
  .brand-tagline {
    display: block; margin-left: 0; white-space: normal; max-width: 15ch;
  }
  .menu-button { display: inline-flex; align-items: center; margin-left: auto; }
  .language-switcher select { max-width: 94px; }
  .site-nav { position: absolute; top: 72px; right: 15px; left: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 12px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { min-height: 52px; display: flex; align-items: center; padding: 8px 12px; }
  .hero { padding: 38px 0 72px; }
  .hero-grid { gap: 42px; }
  .hero-lede, .trust-inline, .hero-actions .text-link { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 28px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: center; }
  .voice-keepsake { width: min(calc(100% - 8px), 475px); padding: 12px; }
  .voice-card { margin-inline: 7px; padding: 18px; }
  .memory-strip-inner { min-height: 180px; grid-template-columns: 1fr; gap: 9px; padding-block: 25px; }
  .memory-strip p, .memory-strip p:last-child { text-align: center; }
  .strip-line { width: 80px; margin-inline: auto; }
  .app-steps { flex-direction: column; border-bottom: 0; gap: 0; }
  .app-step { width: 100%; min-height: 90px; border-bottom: 1px solid var(--line); border-left: 4px solid transparent; padding-inline: 10px; }
  .app-step.active { border-bottom-color: var(--line); border-left-color: var(--terracotta); }
  .step-panel { grid-template-columns: 1fr; }
  .growth-layout { gap: 34px; }
  .growth-art { padding: 9px 9px 14px; transform: none; }
  .growth-art::before { width: 72px; height: 23px; }
  .offline-grid, .gift-grid, .waitlist-grid, .contact-layout { grid-template-columns: 1fr; }
  .trust-layout { grid-template-columns: 1fr; gap: 42px; }
  .trust-note { display: none; }
  .trust-promises article { grid-template-columns: 54px minmax(0,1fr); column-gap: 16px; }
  .trust-promises article:nth-child(even) { padding-left: 0; }
  .trust-doodle { width: 48px; height: 48px; }
  .trust-doodle-icon svg { width: 42px; height: 42px; }
  #how-to-guides .how-grid { grid-template-columns: 1fr; gap: 40px; }
  #how-to-guides .how-card { grid-template-columns: 58px minmax(0,1fr); column-gap: 14px; }
  #how-to-guides .how-card-icon { width: 46px; height: 46px; }
  .segmented { grid-template-columns: 1fr; }
  form { padding: 22px; }
  .store-links, .store-badge { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div { grid-column: 1 / -1; }
  .footer-grid nav:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .info-cards { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .wordmark { font-size: 1.1rem; }
  .brand-fold { width: 29px; height: 29px; }
  .language-switcher select { width: 72px; padding-inline: 7px; color: transparent; }
  .language-switcher { position: relative; }
  .language-switcher::after { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; color: var(--ink); content: '🌐'; }
  h1 { font-size: clamp(2.75rem,14vw,4rem); }
  .price-card { padding: 30px 22px; }
  .price-options { grid-template-columns: 1fr; }
  .lead-modal-card { padding: 54px 22px 28px; }
  .feature-illustration { right: 10px; left: 10px; }
  .space-stickers { right: 18px; left: 18px; gap: 12px; }
  .space-stickers span { width: 88px; height: 88px; }
  .space-stickers svg { width: 60px; height: 60px; }
  .feature-card { padding-inline: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Transitional support for the Founding Families and teacher-council pages.
   Their conversion rewrite is intentionally separate from the new home page. */
.container { width: min(calc(100% - 40px), 760px); margin-inline: auto; }
.site-header .container { min-height: 82px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.site-header .container .site-nav { margin-left: auto; }
.site-header .container .language-switcher { display: flex; align-items: center; gap: 8px; }
.site-header .container .language-switcher label { margin: 0; color: var(--ink-soft); }
.hero > .container { text-align: center; }
.hero > .container h1 { margin-inline: auto; font-size: clamp(2.8rem, 7vw, 4.8rem); }
.subhead { max-width: 650px; margin: 24px auto 0; color: var(--ink-soft); font-size: 1.12rem; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.info-list { display: grid; gap: 14px; padding: 0; margin: 24px 0 0; list-style: none; }
.info-list li { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-soft); }
.info-list .bullet { color: var(--terracotta); font-size: 1.2rem; }
.signup { padding: 75px 0; background: var(--terracotta-pale); }
.signup > .container > p { color: var(--ink-soft); }
.signup form { margin-top: 28px; }
.hint { margin: 5px 0 0; color: var(--ink-soft); font-size: .75rem; }
@media (max-width: 760px) {
  .site-header .container { padding-block: 12px; }
  .site-header .container .site-nav { order: 3; width: 100%; margin: 0; justify-content: space-between; }
  .site-header .container .language-switcher { margin-left: auto; }
  .two-col { grid-template-columns: 1fr; }
}
