:root {
  --ink: #153028;
  --ink-deep: #0d261f;
  --green: #236b55;
  --green-dark: #174b3c;
  --green-bright: #79a742;
  --green-pale: #dce8c6;
  --olive: #738d2b;
  --cream: #f6f2e9;
  --cream-deep: #ebe4d7;
  --paper: #fffdf8;
  --muted: #66766e;
  --line: rgba(21, 48, 40, 0.14);
  --shadow: 0 28px 70px rgba(14, 44, 35, 0.14);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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: 12px; inset-inline-start: 12px; z-index: 300; transform: translateY(-160%);
  padding: 10px 14px; border-radius: 8px; background: #fff; color: var(--ink); font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled {
  border-color: var(--line); background: rgba(246, 242, 233, .9);
  box-shadow: 0 10px 35px rgba(18, 48, 39, .06); backdrop-filter: blur(16px);
}
.nav-wrap { position: relative; display: flex; align-items: center; height: 82px; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 22px; font-weight: 700; letter-spacing: -.035em; text-decoration: none; }
.brand-header { flex: 0 0 auto; }
.brand-lockup { display: grid; gap: 4px; }
.brand-name { line-height: .9; }
.brand-tagline { color: #61736b; font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .005em; line-height: 1.25; white-space: nowrap; }
.brand-mark { width: 39px; height: 39px; flex: 0 0 auto; }
.brand-olive { fill: #7f9d35; }
.brand-visor { fill: #173e34; }
.brand-stem, .brand-leaf { fill: none; stroke: #345b3d; stroke-width: 2.4; stroke-linecap: round; }
.brand-scan { stroke: #b9d27b; stroke-width: 1.8; stroke-linecap: round; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-inline-start: auto; }
.site-nav a { color: #52665f; font-size: 12px; font-weight: 600; text-decoration: none; }
.site-nav a:hover { color: var(--ink); }
.menu-button { display: none; width: 40px; height: 40px; padding: 9px; border: 0; background: transparent; }
.language-picker { flex: 0 0 auto; }
.language-picker select {
  height: 36px; min-width: 58px; padding: 0 24px 0 10px; border: 1px solid var(--line);
  border-radius: 999px; background: rgba(255, 255, 255, .5); color: var(--ink);
  font-family: var(--mono); font-size: 9px; font-weight: 600; cursor: pointer;
}
[dir="rtl"] .language-picker select { padding: 0 10px 0 24px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px;
  padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-size: 13px;
  font-weight: 700; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(121, 167, 66, .42); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 18px; background: var(--ink); color: #fff; font-size: 11px; }
.button-primary { background: var(--green); color: #fff; }
.button-primary:hover { background: var(--green-dark); }
.button-ghost { border-color: var(--line); background: rgba(255, 255, 255, .42); }

.hero { position: relative; overflow: hidden; padding: 132px 0 0; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 660px; height: 660px; top: -240px; right: -210px; background: radial-gradient(circle, rgba(173, 193, 102, .31), rgba(173, 193, 102, 0) 69%); }
.hero-glow-two { width: 520px; height: 520px; bottom: 20px; left: -350px; background: radial-gradient(circle, rgba(92, 145, 112, .17), rgba(92, 145, 112, 0) 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: center; min-height: 735px; }
.hero-copy { position: relative; z-index: 5; padding: 30px 0 55px; }
.status-pill {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px; padding: 8px 12px;
  border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 253, 248, .58);
  color: #54685f; font-family: var(--mono); font-size: 9px; letter-spacing: .045em; text-transform: uppercase;
}
.status-pill b, .step-kicker b { font: inherit; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: #66a34b; box-shadow: 0 0 0 4px rgba(102, 163, 75, .13); }
.hero-title-lockup { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 19px; align-items: center; margin-inline-start: -16px; }
.hero-mascot { display: grid; place-items: center; }
.hero-mascot img { width: 188px; max-width: none; height: auto; filter: drop-shadow(0 23px 22px rgba(45, 61, 20, .2)); }
h1 { margin: 0; font-family: var(--serif); font-size: clamp(64px, 6vw, 86px); font-weight: 400; letter-spacing: -.04em; line-height: .92; }
h1 em { color: var(--green); font-weight: 400; }
.hero-lead { max-width: 690px; margin: 31px 0 0; color: #435a51; font-size: 18px; line-height: 1.62; }
.hero-lead strong { color: var(--ink); }
.macro-use-cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; max-width: 680px; margin-top: 18px; }
.macro-use-cases div { display: grid; gap: 2px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 253, 248, .58); }
.macro-use-cases span { color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .035em; text-transform: uppercase; }
.macro-use-cases strong { color: var(--green); font-size: 13px; }
.hero-followup { max-width: 680px; margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.hero-product { position: relative; align-self: end; height: 705px; display: grid; place-items: end center; }
.orbit { position: absolute; border: 1px solid rgba(21, 48, 40, .12); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; bottom: 52px; }
.orbit-two { width: 410px; height: 410px; bottom: 128px; }
.phone { position: relative; overflow: hidden; border: 9px solid #12241f; border-radius: 43px; background: #080d0f; box-shadow: var(--shadow); isolation: isolate; }
.phone::after { content: ""; position: absolute; inset: 0; border-radius: 34px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15); pointer-events: none; }
.phone img { width: 100%; height: auto; }
.phone-speaker { position: absolute; top: 10px; left: 50%; z-index: 3; width: 58px; height: 5px; transform: translateX(-50%); border-radius: 10px; background: rgba(255, 255, 255, .28); }
.phone-hero { z-index: 2; width: 315px; height: 660px; border-width: 9px; }
.float-card {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; min-width: 220px;
  padding: 13px 15px; border: 1px solid rgba(21, 48, 40, .12); border-radius: 14px;
  background: rgba(255, 253, 248, .94); box-shadow: 0 18px 40px rgba(18, 50, 40, .13); backdrop-filter: blur(12px);
}
.float-card-top { top: 100px; inset-inline-end: -32px; }
.float-card-bottom { bottom: 90px; inset-inline-start: -38px; }
.float-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border-radius: 50%; background: #e6ead9; color: var(--green); font-family: var(--mono); font-size: 9px; font-weight: 700; }
.float-icon-green { background: #e4efe5; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 12px; }
.float-card small { margin-top: 1px; color: var(--muted); font-size: 10px; }
.proof-strip { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { display: flex; align-items: center; gap: 13px; min-height: 82px; padding: 15px 22px; border-inline-end: 1px solid var(--line); }
.proof-strip div:last-child { border-inline-end: 0; }
.proof-strip strong { color: var(--olive); font-family: var(--mono); font-size: 10px; }
.proof-strip span { font-size: 12px; font-weight: 600; line-height: 1.35; }

.section { padding: 118px 0; }
.section-heading { margin-bottom: 68px; }
.eyebrow { margin: 0 0 14px; color: var(--olive); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-light { color: #bdd47f; }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(43px, 5vw, 64px); font-weight: 400; letter-spacing: -.03em; line-height: 1.03; }
.journey-section { background: var(--paper); }
.journey-heading { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: end; }
.journey-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.journey-list { position: relative; display: grid; gap: 28px; }
.journey-list::before { content: ""; position: absolute; inset-inline-start: 50%; top: 90px; bottom: 90px; width: 1px; background: linear-gradient(var(--line), rgba(115, 141, 43, .42), var(--line)); }
.journey-step { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--cream); }
.journey-copy { position: relative; z-index: 2; align-self: center; padding: 68px; }
.step-kicker { display: flex; align-items: center; gap: 11px; color: var(--olive); font-family: var(--mono); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.step-kicker span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(115, 141, 43, .35); border-radius: 50%; background: rgba(255, 255, 255, .42); }
.journey-step h3 { max-width: 475px; margin: 24px 0 20px; font-family: var(--serif); font-size: clamp(38px, 4vw, 51px); font-weight: 400; letter-spacing: -.025em; line-height: 1.05; }
.journey-copy > p { max-width: 520px; margin: 0; color: var(--muted); }
.plain-points { display: grid; gap: 9px; margin-top: 28px; }
.plain-points span { position: relative; padding-inline-start: 23px; font-size: 13px; font-weight: 600; }
.plain-points span::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--green); }
.journey-visual { position: relative; display: grid; place-items: end center; min-height: 650px; overflow: hidden; padding-top: 78px; }
.journey-visual::before { content: ""; position: absolute; width: 410px; height: 410px; bottom: 47px; border: 1px solid rgba(21, 48, 40, .13); border-radius: 50%; }
.visual-scan { background: radial-gradient(circle at 50% 72%, #b6c786, #dbe2bd 58%, #edf0df); }
.visual-result { background: radial-gradient(circle at 50% 72%, #315b4e, #173f35 62%, #102f27); }
.visual-day { background: radial-gradient(circle at 50% 72%, #b8c984, #dce3c2 60%, #eff1e4); }
.visual-track { padding: 0; background: linear-gradient(145deg, #dfe5c9, #bfc99a); }
.visual-caption { position: absolute; top: 27px; inset-inline-start: 30px; z-index: 4; display: grid; gap: 2px; }
.visual-caption b { font-size: 11px; }
.visual-caption span { color: var(--muted); font-size: 10px; }
.visual-result .visual-caption { color: #fff; }
.visual-result .visual-caption span { color: #aabbb5; }
.phone-tour { z-index: 2; width: 290px; height: 610px; margin-bottom: -18px; border-width: 8px; border-radius: 39px; }
.journey-step-reverse .journey-copy { order: 2; }
.journey-step-reverse .journey-visual { order: 1; }
.nutrient-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.nutrient-row span, .data-flow span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .48); font-family: var(--mono); font-size: 9px; }
.journey-copy .source-note { margin-top: 17px; font-family: var(--mono); font-size: 9px; line-height: 1.6; }
.data-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 28px; }
.data-flow i { color: var(--olive); font-style: normal; font-weight: 700; }
.dual-phone { position: relative; width: 100%; height: 650px; }
.phone-dual { position: absolute; width: 244px; height: 529px; border-width: 7px; border-radius: 34px; }
.phone-dual-back { top: 45px; inset-inline-start: 58px; z-index: 1; transform: rotate(-5deg); opacity: .88; }
.phone-dual-front { inset-inline-end: 42px; bottom: -20px; z-index: 2; transform: rotate(3deg); }

.method-section { background: var(--cream); }
.method-heading { display: grid; grid-template-columns: .6fr 1.4fr; align-items: start; gap: 60px; }
.method-heading .eyebrow { padding-top: 12px; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-grid article { padding: 34px 27px 38px; border-inline-end: 1px solid var(--line); }
.method-grid article:last-child { border-inline-end: 0; }
.method-grid article > span { color: var(--olive); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.method-grid h3 { max-width: 310px; margin: 48px 0 13px; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.15; }
.method-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.proof-section { padding-block: 88px; background: var(--paper); }
.proof-card { display: grid; grid-template-columns: 1fr .86fr; gap: 80px; align-items: center; padding: 68px; border: 1px solid var(--line); border-radius: 28px; background: var(--cream); }
.proof-card h2 { font-size: clamp(39px, 4.2vw, 53px); }
.proof-card > div > p:last-child { max-width: 625px; margin: 22px 0 0; color: var(--muted); }
.proof-card dl { margin: 0; border-top: 1px solid var(--line); }
.proof-card dl div { display: grid; grid-template-columns: 125px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.proof-card dt { color: var(--muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.proof-card dd { margin: 0; font-size: 12px; font-weight: 600; }

.access-section { overflow: hidden; background: var(--ink-deep); color: #fff; }
.access-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 92px; align-items: start; }
.access-copy { position: sticky; top: 125px; }
.access-copy h2 { color: #fff; }
.access-copy > p:not(.eyebrow) { max-width: 480px; margin: 24px 0 0; color: #aebdb8; font-size: 16px; }
.access-promises { display: grid; gap: 10px; margin-top: 31px; }
.access-promises span { position: relative; padding-inline-start: 24px; color: #c3d1cc; font-size: 12px; }
.access-promises span::before { content: "✓"; position: absolute; inset-inline-start: 0; color: #b7d274; }
.interest-form { position: relative; display: grid; gap: 22px; padding: 42px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 26px; background: #14362d; box-shadow: 0 25px 60px rgba(0, 0, 0, .17); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.form-heading span { font-family: var(--serif); font-size: 27px; }
.form-heading small { color: #8fa49c; font-size: 9px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { display: grid; gap: 8px; }
.form-field > span { color: #c8d5d0; font-size: 11px; font-weight: 600; }
.form-field input, .form-field select {
  width: 100%; height: 52px; padding: 0 15px; border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px; background: #0f2d25; color: #fff; font-size: 13px; appearance: none;
}
.form-field select {
  background-image: linear-gradient(45deg, transparent 50%, #aabbb5 50%), linear-gradient(135deg, #aabbb5 50%, transparent 50%);
  background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px;
  background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 38px;
}
[dir="rtl"] .form-field select {
  background-position: 18px 22px, 13px 22px;
  padding-right: 15px;
  padding-left: 38px;
}
.form-field input::placeholder { color: #718a81; }
.form-field input:focus, .form-field select:focus { border-color: #9fbd61; }
.honeypot { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }
.consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #9fb1aa; font-size: 10px; line-height: 1.5; cursor: pointer; }
.consent-field input { width: 17px; height: 17px; margin: 0; accent-color: #8fb84e; }
.button-submit { width: 100%; border: 0; background: #dce9c2; color: var(--ink-deep); }
.button-submit:hover { background: #edf4dd; }
.button-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.form-status { min-height: 21px; margin: -8px 0 0; color: #c3d1cc; font-size: 11px; }
.form-status.is-error { color: #ffc5b7; }
.form-status.is-success { color: #c8e59a; }

.site-footer { padding: 55px 0 65px; background: var(--ink-deep); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr .65fr 1.35fr; gap: 70px; align-items: start; }
.brand-footer { color: #fff; }
.brand-footer .brand-stem, .brand-footer .brand-leaf { stroke: #d7e4da; }
.brand-footer + p { color: #8da39b; font-size: 12px; }
.footer-contact { display: grid; gap: 7px; }
.footer-contact span { color: #80978e; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.footer-contact a { font-size: 13px; text-decoration: none; }
.footer-note p { margin: 0 0 20px; color: #829991; font-size: 11px; }
.footer-note .audience-note { margin-top: -8px; color: #71887f; font-size: 10px; }
.footer-note > span { color: #71887f; font-family: var(--mono); font-size: 9px; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 20px; }
  .hero-title-lockup { grid-template-columns: 140px minmax(0, 1fr); gap: 13px; }
  .hero-mascot img { width: 158px; }
  h1 { font-size: clamp(58px, 6.4vw, 73px); }
  .float-card-top { right: -7px; }
  .float-card-bottom { left: -8px; }
  .journey-copy { padding: 50px; }
  .dual-phone { transform: scale(.91); }
}

@media (max-width: 880px) {
  .shell { width: min(100% - 34px, 720px); }
  .nav-wrap { height: 72px; }
  .site-nav {
    position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 20px 24px 30px;
    border-bottom: 1px solid var(--line); background: var(--cream); transform: translateY(-140%); transition: transform .25s;
  }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  .menu-button { display: block; margin-inline-start: auto; }
  .menu-button span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 6px 0; background: var(--ink); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .nav-cta { margin-left: 0; }
  .hero { padding-top: 105px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-bottom: 18px; }
  .hero-title-lockup { grid-template-columns: 155px minmax(0, 1fr); }
  .hero-mascot img { width: 173px; }
  h1 { font-size: clamp(58px, 10vw, 76px); }
  .hero-product { height: 690px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(2) { border-inline-end: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 90px 0; }
  .journey-heading { grid-template-columns: 1fr; gap: 25px; }
  .journey-list::before { display: none; }
  .journey-step { grid-template-columns: 1fr; }
  .journey-copy { padding: 48px; }
  .journey-visual { min-height: 630px; }
  .journey-step-reverse .journey-copy { order: 1; }
  .journey-step-reverse .journey-visual { order: 2; }
  .dual-phone { width: min(590px, 100%); margin-inline: auto; transform: none; }
  .phone-dual-back { left: 15%; }
  .phone-dual-front { right: 15%; }
  .method-heading { grid-template-columns: 1fr; gap: 15px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .method-grid article:last-child { border-bottom: 0; }
  .method-grid h3 { margin-top: 25px; }
  .proof-card { grid-template-columns: 1fr; gap: 45px; padding: 52px; }
  .access-grid { grid-template-columns: 1fr; gap: 52px; }
  .access-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .nav-wrap { height: 92px; }
  .brand-tagline {
    position: absolute; inset-inline-start: 48px; bottom: 8px; display: block;
    font-size: 8px; white-space: nowrap;
  }
  .site-nav { inset: 92px 0 auto; }
  .hero { padding-top: 125px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 24px, 480px); }
  .nav-wrap { height: 118px; gap: 5px; }
  .brand { font-size: 19px; }
  .brand-tagline {
    inset-inline-start: 43px; bottom: 9px; width: calc(100% - 43px);
    font-size: 11px; line-height: 1.25; white-space: normal;
  }
  .brand-mark { width: 34px; height: 34px; }
  .language-picker select { width: 46px; min-width: 46px; padding-inline: 5px; }
  .site-nav { inset: 118px 0 auto; }
  .nav-cta { min-width: 82px; min-height: 38px; padding-inline: 10px; font-size: 9px; }
  .nav-cta span[aria-hidden="true"] { display: none; }
  .hero { padding-top: 151px; }
  .status-pill { margin-bottom: 20px; font-size: 8px; }
  .hero-title-lockup { grid-template-columns: 100px minmax(0, 1fr); gap: 10px; margin-inline-start: -7px; }
  .hero-mascot img { width: 114px; }
  h1 { font-size: clamp(40px, 11.2vw, 52px); }
  .hero-lead { margin-top: 25px; font-size: 16px; }
  .hero-followup { font-size: 14px; }
  .macro-use-cases { gap: 5px; }
  .macro-use-cases div { padding: 9px 7px; }
  .macro-use-cases span { font-size: 7px; }
  .macro-use-cases strong { font-size: 10px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-product { height: 595px; }
  .phone-hero { width: 278px; height: 600px; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 330px; height: 330px; }
  .float-card { min-width: 185px; padding: 10px 12px; }
  .float-card-top { top: 75px; right: -4px; }
  .float-card-bottom { bottom: 55px; left: -2px; }
  .float-card strong { font-size: 10px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .section { padding: 74px 0; }
  h2 { font-size: 42px; }
  .section-heading { margin-bottom: 43px; }
  .journey-step { border-radius: 21px; }
  .journey-copy { padding: 37px 25px; }
  .journey-step h3 { font-size: 37px; }
  .journey-visual { min-height: 550px; padding-top: 68px; }
  .journey-visual::before { width: 330px; height: 330px; }
  .phone-tour { width: 255px; height: 550px; }
  .visual-caption { top: 21px; left: 22px; }
  .visual-track { min-height: 520px; padding: 0; }
  .dual-phone { height: 520px; }
  .phone-dual { width: 198px; height: 429px; }
  .phone-dual-back { top: 48px; inset-inline-start: 4%; }
  .phone-dual-front { inset-inline-end: 3%; bottom: -6px; }
  .method-grid article { padding: 31px 24px; }
  .proof-card { padding: 37px 25px; border-radius: 21px; }
  .proof-card dl div { grid-template-columns: 1fr; gap: 4px; }
  .interest-form { padding: 29px 21px; border-radius: 21px; }
  .form-heading { display: grid; gap: 3px; }
  .field-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-note { grid-column: auto; }
}

@media (max-width: 390px) {
  .nav-cta { display: none; }
  .hero-title-lockup { grid-template-columns: 86px minmax(0, 1fr); gap: 7px; }
  .hero-mascot img { width: 99px; }
  h1 { font-size: 38px; }
  .float-card-bottom { display: none; }
}

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