:root {
  --ink: #1d2725;
  --muted: #5d6864;
  --forest: #26312f;
  --forest-deep: #151c1a;
  --forest-soft: #3d4a47;
  --paper: #f2efe8;
  --paper-deep: #e8e9e5;
  --white: #fffdf8;
  --line: #d6d1c7;
  --mint: #dceadf;
  --blue: #dce8ee;
  --coral: #f4deda;
  --gold: #d77b24;
  --shadow: 0 12px 32px rgba(21, 28, 26, 0.13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 0; background: var(--paper); color: var(--ink); line-height: 1.55; letter-spacing: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.page-width { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, 0.97); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; min-height: 76px; gap: 30px; }
.site-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.site-brand img { width: 38px; height: 38px; object-fit: contain; }
.site-brand span { display: grid; gap: 0; line-height: 1.1; }
.site-brand strong { font-size: 18px; letter-spacing: 0; }
.site-brand small { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: 0; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav a, .header-signin, .footer-links a { color: #4b5b51; font-size: 13px; font-weight: 700; }
.site-nav a:hover, .header-signin:hover, .footer-links a:hover { color: var(--forest-soft); }
.site-nav-mobile-action { display: none; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 5px; background: var(--white); color: var(--ink); padding: 8px 10px; font-size: 12px; font-weight: 800; }

.site-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 18px; border: 1px solid transparent; border-radius: 6px; cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: 0; transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease; }
.site-button:hover { transform: translateY(-2px); }
.site-button[aria-busy="true"] { cursor: wait; opacity: 0.72; }
.site-button-small { min-height: 38px; padding: 0 15px; font-size: 12px; }
.site-button-dark { background: var(--forest); color: var(--white); }
.site-button-dark:hover { background: var(--forest-soft); }
.site-button-light { background: var(--white); color: var(--forest); }
.site-button-light:hover { background: var(--mint); }
.site-button-outline, .site-button-outline-light { border-color: rgba(255, 255, 255, 0.72); background: rgba(7, 29, 22, 0.34); color: var(--white); }
.site-button-outline:hover, .site-button-outline-light:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.1); }
.site-button-outline-light { border-color: rgba(255, 255, 255, 0.45); }
.hero-actions .site-button-outline { background: #153c31; }
.hero-actions .site-button-outline:hover { background: #205342; }

.site-hero { position: relative; min-height: 640px; overflow: hidden; isolation: isolate; background: var(--forest) url("/preview-dispatch-desktop.png?v=current-ui-20260805") center 24% / cover no-repeat; color: var(--white); }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: rgba(7, 29, 22, 0.72); }
.hero-inner { position: relative; display: flex; min-height: 640px; flex-direction: column; justify-content: space-between; padding: 64px 0 30px; }
.hero-copy { max-width: 790px; }
.hero-kicker, .eyebrow { margin: 0 0 16px; color: var(--forest-soft); font-size: 11px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; color: #d4e9cf; }
.kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(232, 197, 111, 0.14); }
.hero-copy h1 { max-width: 790px; margin: 0; font-size: 64px; line-height: 1.01; letter-spacing: 0; font-weight: 850; }
.hero-copy h1 span { display: block; color: #ffffff; }
.hero-positioning { max-width: 720px; margin: 18px 0 0; color: #ffffff; font-size: 22px; font-weight: 750; line-height: 1.35; }
.hero-lede { max-width: 690px; margin: 15px 0 0; color: #d5e2da; font-size: 16px; line-height: 1.6; }
.hero-actions, .cta-actions, .launcher-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions { margin-top: 32px; }
.hero-note { margin: 18px 0 0; color: #b8c9be; font-size: 12px; }
.hero-note span { color: var(--gold); font-weight: 900; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 790px; border-top: 1px solid rgba(255, 255, 255, 0.3); padding-top: 22px; }
.hero-facts div { display: grid; gap: 4px; min-height: 64px; padding: 0 24px; border-right: 1px solid rgba(255, 255, 255, 0.2); }
.hero-facts div:first-child { padding-left: 0; }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong { color: var(--white); font-size: 15px; }
.hero-facts span { color: #b8c9be; font-size: 12px; }

.trust-rail { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-rail-inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-rail-inner div { min-width: 0; display: grid; gap: 4px; padding: 23px 24px; border-right: 1px solid var(--line); }
.trust-rail-inner div:first-child { padding-left: 0; }
.trust-rail-inner div:last-child { padding-right: 0; border-right: 0; }
.trust-rail-inner strong { color: var(--forest); font-size: 12px; }
.trust-rail-inner span { color: var(--muted); font-size: 11px; line-height: 1.45; }

.site-section { padding: 104px 0; }
.intro-section { background: var(--white); }
.merits-section, .proof-section { background: var(--paper); }
.section-intro { max-width: 520px; }
.section-intro-wide { max-width: 720px; }
.section-intro h2, .section-intro-light h2, .cta-inner h2 { margin: 0; color: var(--ink); font-size: 50px; line-height: 1.08; letter-spacing: 0; }
.section-intro p:not(.eyebrow), .section-intro-light p:not(.eyebrow), .cta-inner p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 54px; }
.feature-item { min-height: 340px; padding: 28px; border: 1px solid var(--line); border-top: 5px solid var(--forest-soft); border-radius: 8px; background: var(--white); }
.feature-item-blue { border-top-color: #6a9aab; }
.feature-item-gold { border-top-color: #c79531; }
.feature-index { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 28px; border-radius: 4px; background: var(--mint); color: var(--forest); font-size: 11px; font-weight: 900; }
.feature-item-blue .feature-index { background: var(--blue); color: #356779; }
.feature-item-gold .feature-index { background: #faedc8; color: #825c18; }
.feature-item h3 { max-width: 245px; margin: 30px 0 0; font-size: 25px; line-height: 1.15; letter-spacing: 0; }
.feature-item p { margin: 15px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.feature-link { display: block; margin-top: 25px; color: var(--forest-soft); font-size: 12px; font-weight: 850; }

.flow-band, .site-cta { background: var(--forest-deep); color: var(--white); }
.flow-band { padding: 106px 0 112px; }
.section-intro-light .eyebrow, .eyebrow-light { color: #b8d5b2; }
.section-intro-light h2, .cta-inner h2 { color: var(--white); }
.section-intro-light p:not(.eyebrow), .cta-inner p:not(.eyebrow) { color: #bfd0c5; }
.flow-track { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-top: 72px; }
.flow-step { display: grid; flex: 1 1 0; gap: 9px; min-width: 120px; }
.flow-number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, 0.36); border-radius: 50%; background: rgba(255, 255, 255, 0.08); color: var(--gold); font-size: 13px; font-weight: 900; }
.flow-step strong { font-size: 15px; }
.flow-step small { max-width: 140px; color: #b7c9bd; font-size: 12px; line-height: 1.45; }
.flow-connector { margin-top: 12px; color: #7fa58b; font-size: 22px; }

.demo-section { background: var(--paper-deep); }
.demo-launcher { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr); margin-top: 54px; overflow: hidden; border-radius: 8px; background: var(--forest-deep); box-shadow: var(--shadow); }
.launcher-copy { padding: 38px; }
.launcher-copy h3 { margin: 0; color: var(--white); font-size: 34px; line-height: 1.1; letter-spacing: 0; }
.launcher-copy > p:not(.eyebrow):not(.launcher-status) { max-width: 470px; margin: 15px 0 0; color: #b8c9be; font-size: 14px; }
.role-picker { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 27px 0 25px; }
.role-choice { display: grid; gap: 5px; min-height: 84px; padding: 14px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 5px; background: rgba(255, 255, 255, 0.06); color: var(--white); cursor: pointer; text-align: left; }
.role-choice:hover, .role-choice.is-selected { border-color: var(--gold); background: rgba(232, 197, 111, 0.12); }
.role-choice strong { font-size: 13px; }
.role-choice span { color: #b8c9be; font-size: 11px; line-height: 1.35; }
.launcher-status { min-height: 20px; margin: 15px 0 0; color: #b8d5b2; font-size: 12px; }
.launcher-side { display: grid; align-content: center; gap: 23px; padding: 38px; border-left: 1px solid rgba(255, 255, 255, 0.12); background: var(--forest); }
.launcher-side-row { display: flex; align-items: flex-start; gap: 13px; }
.side-icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 4px; color: var(--forest); font-size: 12px; font-weight: 900; }
.side-icon-mint { background: var(--mint); }
.side-icon-coral { background: var(--coral); }
.launcher-side-row div { display: grid; gap: 3px; }
.launcher-side-row strong { color: var(--white); font-size: 14px; }
.launcher-side-row span { color: #b8c9be; font-size: 12px; line-height: 1.5; }
.launcher-credentials { display: grid; gap: 6px; padding-top: 19px; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.launcher-credentials span { margin-bottom: 3px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.launcher-credentials code { color: #d5e0d8; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; }

.demo-visual-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr); gap: 16px; margin-top: 16px; }
.demo-visual { display: flex; flex-direction: column; min-height: 550px; overflow: hidden; border: 1px solid #cbd7d1; border-radius: 8px; background: var(--white); }
.demo-visual-copy { padding: 28px 28px 24px; }
.demo-visual-copy h3 { margin: 0; font-size: 27px; line-height: 1.12; letter-spacing: 0; }
.demo-visual-copy p:not(.eyebrow) { max-width: 500px; margin: 11px 0 0; color: var(--muted); font-size: 14px; }
.inline-link { display: inline-flex; gap: 8px; margin-top: 16px; color: var(--forest-soft); font-size: 12px; font-weight: 900; }
.inline-link:hover { color: var(--ink); }
.product-shot { position: relative; margin: auto 18px 18px; overflow: hidden; border: 1px solid #cbd3cc; border-radius: 5px; background: #eef1ec; box-shadow: 0 10px 25px rgba(20, 60, 45, 0.1); }
.product-shot-wide { width: calc(100% - 36px); aspect-ratio: 1.62; }
.product-shot-wide img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.product-shot-phone { width: min(230px, calc(100% - 36px)); height: 410px; margin-top: auto; border-radius: 20px 20px 0 0; border-bottom: 0; background: var(--forest); }
.product-shot-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.merits-layout { display: grid; grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr); gap: 90px; align-items: start; }
.merits-list { display: grid; border-top: 1px solid var(--line); }
.merit-row { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.merit-mark { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 28px; border-radius: 4px; font-size: 11px; font-weight: 900; }
.merit-mark-green { background: var(--mint); color: var(--forest); }
.merit-mark-coral { background: var(--coral); color: #9b4d3e; }
.merit-mark-blue { background: var(--blue); color: #356779; }
.merit-mark-gold { background: #faedc8; color: #825c18; }
.merit-row h3 { margin: 0; font-size: 17px; }
.merit-row p { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.merit-strip { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 74px; padding-top: 22px; border-top: 1px solid var(--line); }
.merit-strip span { color: var(--forest-soft); font-size: 12px; font-weight: 850; }
.merit-strip span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 9px 1px 0; border-radius: 50%; background: var(--gold); }

.proof-section { padding-top: 0; }
.proof-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr); gap: 90px; padding-top: 80px; border-top: 1px solid var(--line); }
.proof-quote h2 { max-width: 650px; margin: 0; color: var(--forest); font-size: 42px; line-height: 1.13; letter-spacing: 0; }
.proof-caption { max-width: 500px; margin: 24px 0 0; color: var(--muted); font-size: 14px; }
.proof-checks { display: grid; align-self: end; border-top: 1px solid var(--line); }
.proof-checks > div { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.proof-checks > div > span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--forest); background: var(--mint); border-radius: 50%; font-size: 12px; font-weight: 900; }
.proof-checks p { margin: 0; }
.proof-checks strong, .proof-checks small { display: block; }
.proof-checks strong { color: var(--forest); font-size: 13px; }
.proof-checks small { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.5; }

.site-cta { padding: 78px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner > div:first-child { max-width: 650px; }
.cta-inner h2 { font-size: 48px; }
.cta-actions { flex: 0 0 auto; flex-direction: column; align-items: stretch; min-width: 220px; }
.site-footer { background: var(--forest-deep); color: var(--white); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; min-height: 98px; gap: 24px; }
.site-brand-footer small { color: #9fb3a5; }
.footer-inner > p { margin: 0; color: #9fb3a5; font-size: 12px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: #d1dfd5; font-size: 12px; }

.site-review-panel { position: fixed; right: 20px; bottom: 20px; z-index: 40; width: min(320px, calc(100% - 32px)); padding: 16px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 50px rgba(13, 44, 33, 0.22); }
.site-review-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.site-review-heading > div { display: grid; gap: 2px; }
.site-review-heading strong { font-size: 14px; }
.site-review-heading span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.site-review-heading button { width: 32px; height: 32px; display: grid; place-items: center; padding: 0; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 5px; cursor: pointer; font-size: 20px; line-height: 1; }
.site-review-panel > label { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; align-items: start; padding: 12px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.site-review-panel input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--forest-soft); }
.site-review-panel label span, .site-review-panel label strong, .site-review-panel label small { display: block; }
.site-review-panel label strong { font-size: 12px; }
.site-review-panel label small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.site-review-reset { width: 100%; min-height: 36px; margin-top: 12px; color: var(--forest); background: var(--paper); border: 1px solid var(--line); border-radius: 5px; cursor: pointer; font-size: 11px; font-weight: 800; }
.site-review-style { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; margin: 12px 0 0; padding: 5px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.site-review-style legend { padding: 0 5px; color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.site-review-style label { position: relative; min-width: 0; cursor: pointer; }
.site-review-style input { position: absolute; opacity: 0; pointer-events: none; }
.site-review-style label span { min-height: 52px; display: grid; align-content: center; padding: 7px 8px; border: 1px solid transparent; border-radius: 4px; }
.site-review-style input:checked + span { background: var(--white); border-color: var(--line); }

body.site-review-compact .site-section { padding-top: 72px; padding-bottom: 72px; }
body.site-review-compact .flow-band { padding-top: 72px; padding-bottom: 72px; }
body.site-review-compact .feature-grid, body.site-review-compact .demo-launcher { margin-top: 36px; }
body.site-review-contrast { --muted: #4c5951; --line: #b9c3bb; --paper: #fbfaf7; --paper-deep: #e8ece8; }
body.site-review-trust-first main { display: flex; flex-direction: column; }
body.site-review-trust-first .site-hero { order: 0; }
body.site-review-trust-first .trust-rail { order: 1; }
body.site-review-trust-first .proof-section { order: 2; padding-top: 76px; }
body.site-review-trust-first .intro-section { order: 3; }
body.site-review-trust-first .flow-band { order: 4; }
body.site-review-trust-first .demo-section { order: 5; }
body.site-review-trust-first .merits-section { order: 6; }
body.site-review-trust-first .site-cta { order: 7; }

/* Control Grid presentation: compact, crisp, and operations-led. */
body.site-style-control-grid {
  --muted: #53625a;
  --paper: #f4f6f5;
  --paper-deep: #e7ecea;
  --line: #cbd5d0;
  --service-blue: #376888;
  --shadow: 0 1px 3px rgba(18, 34, 26, 0.1);
}

body.site-style-control-grid .site-header {
  background: rgba(255, 255, 255, 0.98);
}

body.site-style-control-grid .header-inner {
  min-height: 68px;
  gap: 24px;
}

body.site-style-control-grid .site-nav {
  gap: 22px;
}

body.site-style-control-grid .site-button {
  min-height: 42px;
  border-radius: 5px;
  transition: background-color 140ms ease, border-color 140ms ease;
}

body.site-style-control-grid .site-button:hover {
  transform: none;
}

body.site-style-control-grid .site-button-dark {
  background: var(--service-blue);
}

body.site-style-control-grid .site-button-dark:hover {
  background: #264a71;
}

body.site-style-control-grid .site-hero,
body.site-style-control-grid .hero-inner {
  min-height: 600px;
}

body.site-style-control-grid .hero-inner {
  padding-top: 54px;
  padding-bottom: 24px;
}

body.site-style-control-grid .hero-copy h1 {
  font-size: 58px;
}

body.site-style-control-grid .hero-positioning {
  font-size: 20px;
}

body.site-style-control-grid .hero-actions {
  margin-top: 26px;
}

body.site-style-control-grid .hero-actions .site-button-light {
  color: #ffffff;
  background: var(--service-blue);
}

body.site-style-control-grid .hero-actions .site-button-light:hover {
  background: #264a71;
}

body.site-style-control-grid .hero-facts {
  padding-top: 17px;
}

body.site-style-control-grid .trust-rail-inner div {
  padding-top: 18px;
  padding-bottom: 18px;
}

body.site-style-control-grid .site-section {
  padding-top: 82px;
  padding-bottom: 82px;
}

body.site-style-control-grid .section-intro h2,
body.site-style-control-grid .section-intro-light h2,
body.site-style-control-grid .cta-inner h2 {
  font-size: 44px;
}

body.site-style-control-grid .section-intro p:not(.eyebrow),
body.site-style-control-grid .section-intro-light p:not(.eyebrow),
body.site-style-control-grid .cta-inner p:not(.eyebrow) {
  margin-top: 17px;
}

body.site-style-control-grid .feature-grid {
  gap: 12px;
  margin-top: 38px;
}

body.site-style-control-grid .feature-item {
  min-height: 300px;
  padding: 23px;
  border-top-width: 3px;
  border-radius: 6px;
}

body.site-style-control-grid .feature-item h3 {
  margin-top: 24px;
  font-size: 23px;
}

body.site-style-control-grid .flow-band {
  padding-top: 82px;
  padding-bottom: 88px;
}

body.site-style-control-grid .flow-track {
  margin-top: 52px;
}

body.site-style-control-grid .flow-number {
  border-radius: 5px;
}

body.site-style-control-grid .demo-launcher {
  margin-top: 38px;
  border: 1px solid #29493e;
  border-radius: 6px;
  box-shadow: none;
}

body.site-style-control-grid .launcher-copy,
body.site-style-control-grid .launcher-side {
  padding: 32px;
}

body.site-style-control-grid .role-choice {
  border-radius: 4px;
}

body.site-style-control-grid .demo-visual-grid {
  gap: 12px;
  margin-top: 12px;
}

body.site-style-control-grid .demo-visual {
  min-height: 520px;
  border-radius: 6px;
}

body.site-style-control-grid .product-shot {
  box-shadow: 0 1px 3px rgba(18, 34, 26, 0.1);
}

body.site-style-control-grid .merits-layout,
body.site-style-control-grid .proof-layout {
  gap: 70px;
}

body.site-style-control-grid .merit-strip {
  margin-top: 56px;
}

body.site-style-control-grid .proof-layout {
  padding-top: 64px;
}

body.site-style-control-grid .site-cta {
  padding-top: 66px;
  padding-bottom: 66px;
}

body.site-style-control-grid .site-review-panel {
  border-radius: 6px;
  box-shadow: 0 4px 18px rgba(13, 44, 33, 0.16);
}

@media (max-width: 980px) {
  .header-inner { gap: 16px; }
  .site-nav { gap: 16px; }
  .header-signin { display: none; }
  .demo-visual-grid, .demo-launcher { grid-template-columns: 1fr; }
  .launcher-side { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; border-top: 1px solid rgba(255, 255, 255, 0.12); border-left: 0; }
  .launcher-credentials { grid-column: 1 / -1; }
  .demo-visual-mobile { min-height: 580px; }
  .hero-copy h1 { font-size: 58px; }
  .trust-rail-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-rail-inner div:nth-child(2) { border-right: 0; }
  .trust-rail-inner div:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .trust-rail-inner div:nth-child(3) { padding-left: 0; }
}

@media (max-width: 800px) {
  .page-width { width: min(100% - 32px, 620px); }
  .header-inner { position: relative; min-height: 68px; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .site-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 16px 16px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .site-nav-mobile-action { display: block; color: var(--forest); }
  .site-nav-mobile-action + .site-nav-mobile-action { font-weight: 900; }
  .site-nav a:last-child { border-bottom: 0; }
  .header-actions { display: none; }
  .site-hero, .hero-inner { min-height: 650px; }
  .site-hero { background-position: 64% center; }
  .hero-inner { padding: 78px 0 30px; }
  .hero-copy h1 { font-size: 46px; line-height: 1.04; }
  .hero-positioning { font-size: 20px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .site-button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; max-width: 100%; gap: 13px; }
  .hero-facts div, .hero-facts div:first-child { min-height: auto; padding: 0 0 13px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .hero-facts div:last-child { padding-bottom: 0; border-bottom: 0; }
  .site-section { padding: 78px 0; }
  .section-intro h2, .section-intro-light h2, .cta-inner h2 { font-size: 38px; }
  .feature-grid, .merits-layout, .proof-layout { grid-template-columns: 1fr; gap: 18px; }
  .feature-grid { margin-top: 36px; }
  .feature-item { min-height: auto; }
  .flow-band { padding: 78px 0; }
  .flow-track { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 0 18px; margin-top: 46px; }
  .flow-step { display: grid; min-height: 100px; grid-template-columns: 42px minmax(0, 1fr); gap: 0 16px; }
  .flow-number { grid-row: span 2; }
  .flow-step strong { align-self: end; }
  .flow-step small { align-self: start; max-width: none; margin-top: 4px; }
  .flow-connector { display: flex; align-items: center; justify-content: center; height: 58px; margin: -29px 0 0; transform: rotate(90deg); }
  .demo-launcher { margin-top: 36px; }
  .launcher-copy, .launcher-side { padding: 26px 22px; }
  .role-picker, .launcher-side { grid-template-columns: 1fr; }
  .launcher-credentials { grid-column: auto; }
  .demo-visual-grid { margin-top: 12px; }
  .demo-visual { min-height: auto; }
  .product-shot-wide { aspect-ratio: 1.25; }
  .merit-strip { margin-top: 45px; }
  .proof-layout { padding-top: 54px; }
  .proof-metrics { margin-top: 34px; }
  .proof-quote h2 { font-size: 35px; }
  .proof-checks { margin-top: 28px; }
  .trust-rail-inner { grid-template-columns: 1fr; }
  .trust-rail-inner div, .trust-rail-inner div:first-child, .trust-rail-inner div:nth-child(3) { padding: 16px 0; border-right: 0; border-top: 1px solid var(--line); }
  .trust-rail-inner div:first-child { border-top: 0; }
  .site-review-panel { right: 16px; bottom: 16px; }
  .cta-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; }
  .footer-inner { justify-content: center; padding: 28px 0; }
  body.site-style-control-grid .site-hero, body.site-style-control-grid .hero-inner { min-height: 620px; }
  body.site-style-control-grid .hero-inner { padding-top: 64px; }
  body.site-style-control-grid .site-section, body.site-style-control-grid .flow-band { padding-top: 64px; padding-bottom: 64px; }
  body.site-style-control-grid .section-intro h2, body.site-style-control-grid .section-intro-light h2, body.site-style-control-grid .cta-inner h2 { font-size: 36px; }
}

@media (max-width: 420px) {
  .page-width { width: calc(100% - 24px); }
  .header-inner { min-height: 62px; }
  .site-brand { gap: 8px; }
  .site-brand img { width: 34px; height: 34px; }
  .site-brand strong { font-size: 16px; }
  .site-brand small { margin-top: 3px; font-size: 9px; }
  .site-nav { top: 62px; padding-right: 12px; padding-left: 12px; }
  .site-hero, .hero-inner { min-height: 0; }
  .site-hero { background-position: 68% center; }
  .hero-inner { gap: 30px; padding: 38px 0 22px; }
  .hero-kicker { margin-bottom: 12px; }
  .hero-copy h1 { font-size: 38px; line-height: 1.04; }
  .hero-positioning { margin-top: 15px; font-size: 18px; line-height: 1.35; }
  .hero-lede { margin-top: 13px; font-size: 14px; line-height: 1.55; }
  .hero-actions { gap: 10px; margin-top: 22px; }
  .hero-actions .site-button { min-height: 44px; }
  .hero-note { margin-top: 12px; font-size: 10px; line-height: 1.45; }
  .hero-facts { display: none; }
  .site-section, .flow-band { padding: 60px 0; }
  .section-intro h2, .section-intro-light h2, .cta-inner h2 { font-size: 32px; }
  .section-intro p:not(.eyebrow), .section-intro-light p:not(.eyebrow), .cta-inner p:not(.eyebrow) { margin-top: 16px; font-size: 15px; line-height: 1.6; }
  .feature-grid, .demo-launcher { margin-top: 30px; }
  .feature-item { padding: 22px; }
  .feature-item h3 { margin-top: 22px; font-size: 22px; }
  .flow-track { margin-top: 36px; }
  .launcher-copy, .launcher-side { padding: 22px 18px; }
  .launcher-copy h3 { font-size: 28px; }
  .role-picker { margin: 22px 0 20px; }
  .role-choice { min-height: 72px; }
  .demo-visual-copy { padding: 22px 18px 18px; }
  .demo-visual-copy h3 { font-size: 24px; }
  .product-shot { margin-right: 12px; margin-left: 12px; }
  .product-shot-wide { width: calc(100% - 24px); }
  .merit-strip { margin-top: 34px; }
  .proof-layout { padding-top: 42px; }
  .proof-quote h2 { font-size: 30px; }
  .site-cta { padding: 60px 0; }
  .footer-links { flex-wrap: wrap; }
  body.site-style-control-grid .site-hero, body.site-style-control-grid .hero-inner { min-height: 0; }
  body.site-style-control-grid .hero-inner { padding-top: 34px; }
  body.site-style-control-grid .hero-copy h1 { font-size: 36px; }
  body.site-style-control-grid .site-section, body.site-style-control-grid .flow-band { padding-top: 52px; padding-bottom: 52px; }
  body.site-style-control-grid .section-intro h2, body.site-style-control-grid .section-intro-light h2, body.site-style-control-grid .cta-inner h2 { font-size: 30px; }
}

@media (max-width: 340px) {
  .hero-copy h1 { font-size: 34px; }
  .section-intro h2, .section-intro-light h2, .cta-inner h2 { font-size: 29px; }
  .launcher-copy h3, .proof-quote h2 { font-size: 27px; }
}
