:root {
  --canvas: #f8f7f4;
  --surface: #ffffff;
  --surface-soft: #fcfbf8;
  --surface-warm: #f1ece3;
  --navy: #172536;
  --navy-dark: #0f1a27;
  --copper: #b96f4a;
  --copper-dark: #9e5838;
  --border: #e4ddd4;
  --divider: #ece4da;
  --text: #211d19;
  --muted: #746b62;
  --subtle: #978f86;
  --on-navy: #ffffff;
  --on-navy-muted: rgba(255, 255, 255, .72);
  --shadow-soft: 0 22px 64px rgba(15, 26, 39, .08);
  --shadow-phone: 0 34px 90px rgba(15, 26, 39, .2);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 30px;
  --page-pad: clamp(20px, 4.5vw, 80px);
  --max-width: 1420px;
  --nav-height: 78px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 18px); }
body { margin: 0; overflow-x: clip; background: var(--canvas); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 0; color: var(--navy-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: 0; }
h1 { font-size: clamp(52px, 5.5vw, 88px); line-height: 1.02; }
h2 { font-size: clamp(38px, 4vw, 64px); line-height: 1.05; }
h3 { margin-bottom: 0; color: var(--navy); font-size: clamp(20px, 1.8vw, 28px); line-height: 1.2; }
:where(a, button, input, summary):focus-visible { outline: 3px solid rgba(185, 111, 74, .48); outline-offset: 3px; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; border-radius: 8px; background: var(--navy); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.section-shell, .site-nav, .site-footer { width: min(calc(100% - (var(--page-pad) * 2)), var(--max-width)); margin-inline: auto; }
.eyebrow { margin-bottom: 16px; color: var(--copper-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-light { color: #e0a17e; }

.site-nav { position: relative; z-index: 40; display: flex; min-height: var(--nav-height); align-items: center; justify-content: space-between; gap: 30px; }
.site-nav::after { position: absolute; right: 50%; bottom: 0; width: 100vw; height: 1px; background: var(--divider); content: ""; transform: translateX(50%); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: clamp(150px, 11vw, 198px); height: auto; }
.nav-panel, .nav-links { display: flex; align-items: center; }
.nav-panel { gap: clamp(22px, 3vw, 48px); }
.nav-links { gap: clamp(18px, 2vw, 32px); color: #554e47; font-size: 14px; }
.nav-links a { padding-block: 10px; }
.nav-links a:hover { color: var(--navy); }
.nav-toggle { display: none; }
.nav-cta, .button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; cursor: pointer; padding: 13px 24px; font-size: 14px; font-weight: 760; transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease; }
.nav-cta, .button-primary { background: var(--navy); color: #fff; box-shadow: 0 12px 28px rgba(23, 37, 54, .14); }
.button-secondary { border-color: var(--border); background: rgba(255,255,255,.82); color: var(--navy); }
.button-copper { background: var(--copper); color: #fff; }
.button:hover:not(:disabled), .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(15,26,39,.16); }
.button:disabled { cursor: not-allowed; opacity: .48; box-shadow: none; }

.hero { display: grid; min-height: min(900px, calc(100vh - var(--nav-height))); align-items: center; grid-template-columns: minmax(430px, .86fr) minmax(560px, 1.14fr); gap: clamp(34px, 4vw, 72px); padding-block: clamp(70px, 8vh, 108px); }
.hero-copy { position: relative; z-index: 4; max-width: 720px; }
.hero-subline { max-width: 640px; margin: 26px 0 14px; color: var(--muted); font-size: clamp(17px, 1.25vw, 20px); line-height: 1.65; }
.claim { margin-bottom: 26px; color: var(--navy); font-size: 15px; font-weight: 760; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.availability-note { max-width: 590px; margin: 22px 0 0; color: var(--subtle); font-size: 12px; }
.beta-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); padding: 8px 12px; color: var(--navy); font-size: 12px; font-weight: 700; }
.beta-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 5px rgba(185,111,74,.12); }

.hero-product { position: relative; min-height: clamp(610px, 49vw, 760px); perspective: 1300px; }
.screen-frame { position: absolute; overflow: hidden; margin: 0; border: clamp(6px, .6vw, 9px) solid var(--navy-dark); border-radius: clamp(28px, 2.6vw, 44px); background: #fff; box-shadow: var(--shadow-phone); }
.screen-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.screen-frame-main { z-index: 3; top: 0; right: 23%; width: clamp(280px, 23vw, 380px); height: clamp(590px, 47vw, 760px); }
.screen-frame-left, .screen-frame-right { z-index: 1; top: 17%; width: clamp(218px, 18vw, 300px); height: clamp(460px, 36vw, 600px); opacity: .86; }
.screen-frame-left { left: 0; transform: rotate(-6deg); }
.screen-frame-right { right: 0; transform: rotate(6deg); }
.hero-product figcaption { position: absolute; z-index: 6; right: 4%; bottom: -24px; max-width: 420px; color: var(--subtle); font-size: 11px; text-align: right; }

.has-js.is-hero-ready [data-hero-intro="main-phone"] { animation: hero-phone-main 820ms var(--ease) 120ms both; }
.has-js.is-hero-ready [data-hero-intro="side-left"] { animation: hero-phone-left 900ms var(--ease) 230ms both; }
.has-js.is-hero-ready [data-hero-intro="side-right"] { animation: hero-phone-right 900ms var(--ease) 300ms both; }
@keyframes hero-phone-main { from { opacity: 0; transform: translateY(48px) scale(.965); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes hero-phone-left { from { opacity: 0; transform: translate(58px,28px) rotate(-2deg) scale(.97); } to { opacity: .86; transform: rotate(-6deg) scale(1); } }
@keyframes hero-phone-right { from { opacity: 0; transform: translate(-58px,28px) rotate(2deg) scale(.97); } to { opacity: .86; transform: rotate(6deg) scale(1); } }

.problem-band { border-block: 1px solid var(--divider); background: var(--surface-warm); }
.problem-grid { display: grid; align-items: start; grid-template-columns: .4fr 1.05fr .8fr; gap: clamp(26px, 4vw, 74px); padding-block: clamp(70px, 8vw, 116px); }
.problem-grid .eyebrow { margin-top: 10px; }
.problem-grid h2 { font-size: clamp(36px, 3.6vw, 58px); }
.problem-grid > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: clamp(16px, 1.25vw, 19px); }

.section-heading { max-width: 920px; }
.section-heading > p:last-child { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }

/* Five-part product journey: sticky story on desktop, focused editorial crops on mobile. */
.flow { position: relative; overflow: clip; background: var(--navy-dark); color: #fff; padding-block: clamp(84px, 8vw, 132px); }
.flow-wash { position: absolute; inset: 0; background: radial-gradient(circle at 24% 22%, rgba(185,111,74,.12), transparent 29%), linear-gradient(180deg, rgba(23,37,54,.72), transparent 23%, rgba(23,37,54,.2)); pointer-events: none; }
.flow-heading { position: relative; z-index: 2; max-width: 980px; margin-bottom: clamp(44px, 5vw, 76px); text-align: center; }
.flow-heading h2 { color: #fff; }
.flow-heading > p:last-child { max-width: 720px; margin: 24px auto 0; color: var(--on-navy-muted); font-size: clamp(17px, 1.25vw, 20px); }
.flow-story { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(390px,.88fr) minmax(500px,1.12fr); gap: clamp(54px, 7vw, 112px); }
.flow-stage { position: sticky; top: calc(var(--nav-height) + 22px); display: flex; height: calc(100vh - var(--nav-height) - 44px); min-height: 620px; max-height: 820px; align-items: center; align-self: start; justify-content: center; }
.flow-device-group { display: grid; width: min(100%, 420px); justify-items: center; }
.product-phone { position: relative; width: clamp(300px, 23vw, 408px); aspect-ratio: 1170 / 2532; overflow: hidden; border: 8px solid #09121d; border-radius: clamp(32px, 3vw, 46px); background: #fff; box-shadow: 0 42px 94px rgba(0,0,0,.36); contain: paint; isolation: isolate; }
.flow-screen-stack { position: absolute; inset: 0; overflow: hidden; background: #fff; }
.flow-screen-layer { position: absolute; z-index: 0; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: top center; opacity: 0; pointer-events: none; transform: translateY(28px) scale(.978); transition: opacity 540ms ease-out, transform 680ms var(--ease); }
.flow-screen-layer.is-active { z-index: 2; opacity: 1; transform: translateY(0) scale(1); }
.flow-screen-layer.is-exiting { z-index: 1; opacity: 0; transform: translateY(-20px) scale(.986); }
.product-phone.is-transitioning .flow-screen-layer { will-change: opacity, transform; }
.flow-screen-meta { display: flex; width: 100%; align-items: baseline; justify-content: space-between; gap: 18px; margin-top: 18px; }
.flow-screen-meta span { color: #d99b79; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.flow-screen-meta strong { color: #fff; font-size: 15px; text-align: right; }
.flow-screen-meta.is-updating { animation: flow-meta-in 620ms var(--ease) 60ms both; }
.flow-chapters { display: grid; }
.flow-chapter { position: relative; display: grid; min-height: clamp(300px, 39vh, 430px); align-content: center; grid-template-columns: 58px minmax(0,1fr); gap: clamp(22px, 3vw, 40px); opacity: .14; transform: translateY(8px); transition: opacity 480ms ease-out, transform 620ms var(--ease); }
.flow-chapter::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: rgba(255,255,255,.09); content: ""; }
.flow-chapter.is-nearby { opacity: .46; }
.flow-chapter.is-active { opacity: 1; transform: translateY(0); }
.chapter-number { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #d99b79; font-size: 11px; font-weight: 800; }
.chapter-eyebrow { margin-bottom: 8px; color: #d99b79; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.chapter-copy h3 { margin: 0 0 14px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 3vw, 50px); font-weight: 500; line-height: 1.04; }
.chapter-copy > p:not(.chapter-eyebrow) { max-width: 650px; margin-bottom: 22px; color: var(--on-navy-muted); font-size: clamp(16px, 1.2vw, 19px); line-height: 1.6; }
.chapter-steps { display: flex; flex-wrap: wrap; gap: 8px; }
.chapter-steps button { min-height: 38px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.04); color: rgba(255,255,255,.7); cursor: pointer; padding: 8px 13px; font-size: 12px; transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease; }
.chapter-steps button:hover, .chapter-steps button:focus-visible, .chapter-steps button.is-active { border-color: rgba(217,155,121,.68); background: rgba(185,111,74,.16); color: #fff; transform: translateY(-1px); }
.flow-mobile-visual { display: none; }
@keyframes flow-meta-in { from { opacity: .4; transform: translateY(11px); } to { opacity: 1; transform: translateY(0); } }

.feature-section, .pricing-section, .faq-section { padding-block: clamp(78px, 8.5vw, 130px); }
.feature-list { margin-top: 46px; border-block: 1px solid var(--border); }
.feature-list article { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 28px 4px; border-bottom: 1px solid var(--divider); }
.feature-list article:last-child { border-bottom: 0; }
.feature-list article > span { color: var(--copper-dark); font-size: 12px; font-weight: 800; }
.feature-list h3 { font-size: 21px; }
.feature-list p { max-width: 880px; margin: 8px 0 0; color: var(--muted); }
.planned-feature { display: grid; align-items: center; grid-template-columns: .75fr 1.25fr; gap: 34px; margin-top: 40px; border-radius: var(--radius-md); background: var(--surface-warm); padding: 28px 32px; }
.planned-feature p { margin: 0; color: var(--muted); }
.planned-feature .eyebrow { margin-bottom: 8px; color: var(--copper-dark); }

.pricing-section { background: var(--surface); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; margin-top: 46px; }
.tier-card { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-soft); padding: clamp(28px, 3vw, 44px); }
.tier-card header { min-height: 100px; }
.tier-card ul { display: grid; gap: 15px; margin: 28px 0 0; padding: 0; list-style: none; }
.tier-card li { position: relative; padding-left: 26px; color: var(--muted); }
.tier-card li::before { position: absolute; top: .12em; left: 0; color: var(--copper); content: "✓"; font-weight: 800; }
.tier-card-premium { border-color: #314050; background: var(--navy); color: #fff; }
.tier-card-premium h3 { color: #fff; }
.tier-card-premium li { color: var(--on-navy-muted); }

.trust-section { background: var(--navy-dark); color: #fff; padding-block: clamp(78px, 8vw, 126px); }
.trust-section h2 { color: #fff; }
.trust-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(44px, 8vw, 130px); }
.trust-points { display: grid; gap: 22px; }
.trust-points p { margin: 0; color: var(--on-navy-muted); }
.trust-points strong { color: #fff; }
.trust-points a { justify-self: start; border-bottom: 1px solid #d9926d; color: #fff; }

.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(44px, 8vw, 120px); }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); padding: 23px 0; }
.faq-list summary { position: relative; cursor: pointer; padding-right: 44px; color: var(--navy); font-size: 18px; font-weight: 720; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 0; right: 8px; color: var(--copper); content: "+"; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 760px; margin: 15px 44px 0 0; color: var(--muted); }

.waitlist-section { padding: 0 var(--page-pad) clamp(78px, 8vw, 126px); }
.waitlist-panel { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(38px, 7vw, 108px); border-radius: var(--radius-lg); background: var(--navy); color: #fff; padding: clamp(34px, 5vw, 72px); }
.waitlist-panel h2 { color: #fff; }
.waitlist-panel > div > p:last-child { max-width: 560px; margin: 20px 0 0; color: var(--on-navy-muted); }
.waitlist-form { align-self: center; }
.waitlist-form > label:first-child { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 720; }
.form-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.form-row input { min-width: 0; min-height: 54px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; padding: 0 20px; }
.form-row input::placeholder { color: rgba(255,255,255,.5); }
.form-row input:disabled { cursor: not-allowed; opacity: .62; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; color: var(--on-navy-muted); font-size: 12px; }
.consent-row input { flex: 0 0 auto; margin-top: 3px; }
.consent-row a { text-decoration: underline; }
.form-status { min-height: 40px; margin: 15px 0 0; color: #f1c8b1; font-size: 12px; }
.honeypot { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.site-footer { display: grid; align-items: end; grid-template-columns: 1fr auto; gap: 28px; border-top: 1px solid var(--divider); padding-block: 36px 44px; color: var(--muted); font-size: 13px; }
.site-footer img { width: 128px; height: auto; margin-bottom: 10px; }
.site-footer p { margin: 0; }
.site-footer > p { grid-column: 1 / -1; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.site-footer a:hover { color: var(--navy); }

.legal-main { min-height: calc(100vh - 220px); padding-block: clamp(58px, 8vw, 110px); }
.legal-wrap { max-width: 880px; }
.legal-wrap h1 { margin-bottom: 24px; font-size: clamp(44px, 5vw, 72px); }
.legal-wrap h2 { margin: 46px 0 14px; font-family: inherit; font-size: 24px; font-weight: 760; line-height: 1.2; }
.legal-wrap h3 { margin: 30px 0 10px; font-size: 18px; }
.legal-wrap p, .legal-wrap li, .legal-wrap address { color: var(--muted); }
.legal-wrap address { font-style: normal; }
.legal-wrap a { color: var(--copper-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-meta { margin-bottom: 42px; color: var(--subtle); font-size: 13px; }
.status-panel { max-width: 760px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); padding: clamp(28px, 5vw, 54px); box-shadow: var(--shadow-soft); }

[data-reveal] { transition: opacity 650ms var(--ease), transform 650ms var(--ease); }
.has-js [data-reveal]:not(.is-visible) { opacity: 0; }
.has-js [data-reveal="up"]:not(.is-visible),
.has-js [data-reveal]:not([data-reveal="left"]):not([data-reveal="right"]):not([data-reveal="screen"]):not([data-reveal="stagger"]):not(.is-visible) { transform: translateY(24px); }
.has-js [data-reveal="left"]:not(.is-visible) { transform: translateX(-38px); }
.has-js [data-reveal="right"]:not(.is-visible) { transform: translateX(44px) scale(.98); }
.has-js [data-reveal="screen"]:not(.is-visible) { transform: translateY(28px) scale(.975); }
.has-js [data-reveal="stagger"] > * { opacity: 0; transform: translateY(20px); transition: opacity 560ms var(--ease), transform 560ms var(--ease); }
.has-js [data-reveal="stagger"].is-visible > * { opacity: 1; transform: none; }
.has-js [data-reveal="stagger"].is-visible > *:nth-child(2) { transition-delay: 80ms; }
.has-js [data-reveal="stagger"].is-visible > *:nth-child(3) { transition-delay: 160ms; }
.has-js [data-reveal="stagger"].is-visible > *:nth-child(4) { transition-delay: 240ms; }
.has-js [data-reveal="stagger"].is-visible > *:nth-child(5) { transition-delay: 320ms; }

@media (max-width: 1100px) {
  .nav-toggle { display: inline-grid; width: 44px; height: 44px; place-content: center; gap: 6px; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); }
  .nav-toggle span { display: block; width: 18px; height: 1.5px; background: var(--navy); transition: transform 180ms ease; }
  .nav-panel { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: none; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); padding: 18px; box-shadow: var(--shadow-soft); }
  .site-nav.is-open .nav-panel { display: block; }
  .site-nav.is-open .nav-toggle span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .site-nav.is-open .nav-toggle span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .nav-links { align-items: stretch; flex-direction: column; gap: 0; }
  .nav-links a { border-bottom: 1px solid var(--divider); padding: 13px 4px; }
  .nav-cta { width: 100%; margin-top: 14px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 850px; }
  .hero-product { width: min(820px, 100%); min-height: 730px; margin: 0 auto; }
  .problem-grid { grid-template-columns: 1fr 1.35fr; }
  .problem-grid > p:last-child { grid-column: 2; }
  .flow-story { display: block; }
  .flow-stage { display: none; }
  .flow-chapters { gap: 22px; }
  .flow-chapter { min-height: 0; grid-template-areas: "number copy" "visual visual"; grid-template-columns: 48px minmax(0,1fr); gap: 0 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.035); padding: 28px; opacity: 1; transform: none; }
  .flow-chapter::after { display: none; }
  .chapter-number { grid-area: number; }
  .chapter-copy { grid-area: copy; min-width: 0; }
  .flow-mobile-visual { display: grid; height: clamp(320px, 46vw, 430px); grid-area: visual; gap: 10px; margin: 24px 0 0; overflow: hidden; }
  .flow-mobile-crop { position: relative; min-height: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: #f7f4ef; }
  .flow-mobile-crop img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; }
  .flow-mobile-profile img { object-position: center 15%; }
  .flow-mobile-moment img { object-position: center 10%; }
  .flow-mobile-ideas { grid-template-rows: 1.08fr .92fr; }
  .flow-mobile-ideas .flow-mobile-crop:first-child img { object-position: center 10%; }
  .flow-mobile-ideas .flow-mobile-crop:last-child img { object-position: center 30%; }
  .flow-mobile-offers { grid-template-columns: 1fr 1fr; }
  .flow-mobile-offers .flow-mobile-crop:first-child img { object-position: center 20%; }
  .flow-mobile-offers .flow-mobile-crop:last-child img { object-position: center 13%; }
  .flow-mobile-history img { object-position: center 34%; }
}

@media (max-width: 767px) {
  :root { --page-pad: 20px; --nav-height: 68px; }
  h1 { font-size: clamp(42px, 12vw, 58px); }
  h2 { font-size: clamp(34px, 9vw, 46px); }
  .site-nav { min-height: var(--nav-height); }
  .brand img { width: 138px; }
  .hero { gap: 30px; padding-block: 46px 64px; }
  .hero-subline { margin-top: 20px; font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; min-height: 54px; }
  .availability-note { margin-top: 16px; }
  .hero-product { min-height: min(108vw, 470px); }
  .screen-frame-main { right: 22%; width: min(48vw, 205px); height: min(101vw, 430px); }
  .screen-frame-left, .screen-frame-right { top: 17%; width: min(38vw, 165px); height: min(80vw, 340px); }
  .screen-frame-left { left: -4%; }
  .screen-frame-right { right: -4%; }
  .hero-product figcaption { right: 0; bottom: -20px; max-width: 280px; }
  .problem-grid { display: block; padding-block: 64px; }
  .problem-grid h2 { font-size: 37px; }
  .problem-grid > p:last-child { margin-top: 24px; }
  .flow, .feature-section, .pricing-section, .faq-section, .trust-section { padding-block: 72px; }
  .flow-heading { margin-bottom: 32px; text-align: left; }
  .flow-heading > p:last-child { margin: 18px 0 0; font-size: 17px; line-height: 1.52; }
  .flow-chapters { gap: 20px; }
  .flow-chapter { grid-template-columns: 42px minmax(0,1fr); gap: 0 10px; border-radius: 21px; padding: 22px; }
  .chapter-number { display: block; width: auto; height: auto; border: 0; border-radius: 0; line-height: 1.4; }
  .chapter-number::after { content: " / 05"; }
  .chapter-eyebrow { display: none; }
  .chapter-copy h3 { margin-bottom: 9px; font-size: clamp(28px, 7.5vw, 34px); line-height: 1.06; }
  .chapter-copy > p:not(.chapter-eyebrow) { margin-bottom: 16px; font-size: 15px; line-height: 1.48; }
  .chapter-steps { gap: 6px; }
  .chapter-steps button { min-height: 36px; padding: 7px 11px; }
  .flow-mobile-visual { height: clamp(280px, 80vw, 350px); gap: 8px; margin-top: 18px; }
  .flow-mobile-crop { border-radius: 16px; }
  .section-heading > p:last-child { margin-top: 18px; font-size: 16px; }
  .feature-list { margin-top: 34px; }
  .feature-list article { grid-template-columns: 38px 1fr; padding: 24px 0; }
  .planned-feature { display: block; margin-top: 28px; padding: 24px; }
  .planned-feature > p { margin-top: 18px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
  .tier-card header { min-height: 0; }
  .trust-grid, .faq-grid, .waitlist-panel { grid-template-columns: 1fr; }
  .trust-grid, .faq-grid { gap: 38px; }
  .waitlist-section { padding-inline: 12px; padding-bottom: 72px; }
  .waitlist-panel { gap: 32px; border-radius: 24px; padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .form-row .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .site-footer nav { justify-content: flex-start; }
  .site-footer > p { grid-column: 1; }
}

@media (max-width: 390px) {
  .flow-chapter { padding: 20px; }
  .flow-mobile-visual { height: 278px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .has-js [data-reveal]:not(.is-visible) { opacity: 1; transform: none; }
}
