@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  font-family: "Manrope Variable", "Manrope", "Segoe UI", sans-serif;
  color: #17233c;
  background: #f4f6fa;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --paper: #ffffff;
  --porcelain: #f4f6fa;
  --mist: #eceff5;
  --ink: #17233c;
  --muted: #4b586f;
  --line: #d8deea;
  --line-strong: #b9c3d4;
  --blue: #536ccf;
  --blue-soft: #e9edff;
  --plum: #a54878;
  --plum-soft: #f7e8ef;
  --teal: #1f7a6c;
  --teal-soft: #e2f2ee;
  --teal-text: #17685d;
  --signal: #d8a83e;
  --signal-soft: #fbf3dd;
  --signal-text: #765409;
  --danger: #a73848;
  --text-on-light: #17233c;
  --muted-on-light: #4b586f;
  --link-on-light: #17685d;
  --text-on-dark: #f7f8fb;
  --muted-on-dark: #d8deea;
  --link-on-dark: #ffffff;
  --shadow: 0 24px 80px rgb(23 35 60 / 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--porcelain); }
body { margin: 0; min-width: 320px; min-height: 100vh; overflow-x: hidden; background: var(--porcelain); color: var(--text-on-light); -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.22em; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:where(a, button, summary, input, select, textarea, [tabindex]):focus,
:where(a, button, summary, input, select, textarea, [tabindex]):focus-visible { outline: 3px solid var(--signal) !important; outline-offset: 4px; box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--ink) !important; }
.shell { width: min(1200px, 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; }

h1, h2, h3 { margin: 0; color: var(--ink); font-weight: 330; letter-spacing: -0.045em; }
h1 { font-size: clamp(3.4rem, 7vw, 6.1rem); line-height: 0.98; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.1rem); line-height: 1.03; }
h3 { font-size: 1.26rem; line-height: 1.2; font-weight: 620; letter-spacing: -0.025em; }
p { margin: 0; }
.eyebrow { margin: 0 0 18px; color: var(--link-on-light); font-size: 0.76rem; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-lead, .section-lead { color: var(--muted-on-light); font-size: clamp(1.05rem, 1.8vw, 1.28rem); line-height: 1.65; }
.hero-lead { max-width: 610px; margin-top: 28px; }
.section-lead { max-width: 760px; margin-top: 24px; }

.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; min-height: 44px; display: flex; align-items: center; padding: 10px 15px; transform: translateY(-180%); border-radius: 9px; background: var(--ink); color: white; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 50; border-bottom: 1px solid rgb(216 222 234 / 0.88); background: rgb(244 246 250 / 0.95); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand img { width: 210px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); font-size: 0.92rem; font-weight: 620; }
.desktop-nav > a:not(.button) { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.desktop-nav > a:not(.button):hover { color: var(--teal); }
.language { padding-inline: 6px; border-left: 1px solid var(--line); }
.mobile-menu { display: none; position: relative; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid var(--ink); border-radius: var(--radius-sm); font-weight: 720; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--ink); background: var(--ink); color: white; box-shadow: 0 10px 30px rgb(23 35 60 / 0.12); }
.button-primary:hover { background: #263758; }
.button-secondary { background: rgb(255 255 255 / 0.66); color: var(--ink); }
.button-secondary:hover { background: white; }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 0.88rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.microcopy { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; color: var(--muted); font-size: 0.84rem; line-height: 1.5; }
.microcopy svg { flex: 0 0 auto; margin-top: 2px; color: var(--teal); }

.home-hero { position: relative; isolation: isolate; min-height: 840px; display: flex; align-items: center; padding: clamp(70px, 8vw, 118px) 0 80px; background-color: var(--porcelain); background-image: url("/assets/generated/hero-atmosphere-v3.webp"); background-size: cover; background-position: center; }
.home-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgb(244 246 250 / 0.08); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr); align-items: center; gap: clamp(24px, 4vw, 62px); }
.hero-copy { padding: clamp(26px, 3.2vw, 42px); border-radius: 24px; background: rgb(248 249 252 / 0.94); box-shadow: 0 18px 60px rgb(23 35 60 / 0.08); backdrop-filter: blur(8px); }
.hero-copy h1 { max-width: 700px; }
.product-proof { width: min(100%, 640px); margin: 0 auto; text-align: center; }
.product-stage { position: relative; min-height: 650px; display: grid; place-items: center; }
.product-stage .hero-orbit { position: absolute; z-index: 1; width: 106%; max-width: none; height: auto; filter: drop-shadow(0 22px 25px rgb(23 35 60 / 0.1)); }
.product-stage .today-panel { position: relative; z-index: 2; width: min(76%, 470px); height: auto; filter: drop-shadow(0 32px 34px rgb(23 35 60 / 0.18)); }
.product-proof figcaption { position: relative; z-index: 3; margin-top: -12px; color: var(--muted-on-light); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.status-bar { border-block: 1px solid var(--line); background: rgb(255 255 255 / 0.88); }
.status-inner { min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 0.9rem; text-align: center; }
.status-mark { color: var(--teal); }
.status-inner a { margin-left: 10px; color: var(--link-on-light); font-weight: 750; }

.section { padding: clamp(82px, 9vw, 138px) 0; }
.section-heading { margin-bottom: 50px; }
.section-heading.narrow { max-width: 820px; }
.section-heading.centered { max-width: 900px; margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { max-width: 720px; margin: 22px auto 0; color: var(--muted); font-size: 1.1rem; line-height: 1.65; }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section-heading.split > div { max-width: 820px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; color: var(--link-on-light); font-weight: 750; }

.scenario-section { background: var(--porcelain); }
.scenario-list { border-top: 1px solid var(--line); }
.scenario { min-height: 124px; display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: start; gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.scenario > svg { color: var(--teal); }
.scenario > b { color: var(--teal); font-size: 0.8rem; letter-spacing: 0.08em; }
.scenario p { max-width: 760px; margin-top: 8px; color: var(--muted); line-height: 1.6; }

.shared-week { background: white; }
.week-visual { max-width: 1180px; margin: 52px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: 0 24px 70px rgb(23 35 60 / 0.1); }
.week-visual picture, .week-visual img { display: block; width: 100%; }
.week-visual img { height: auto; }

.trust-section { background: var(--porcelain); }
.trust-grid { display: grid; grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(44px, 8vw, 110px); }
.trust-visual { min-height: 330px; display: flex; align-items: center; justify-content: center; gap: 22px; border-radius: var(--radius-lg); background-image: url("/assets/blog/privacy.webp"); background-size: cover; background-position: center; color: var(--teal); box-shadow: var(--shadow); }
.trust-visual svg { padding: 8px; border-radius: 50%; background: rgb(255 255 255 / 0.82); }
.plain-checks { display: grid; gap: 15px; margin: 28px 0; padding: 0; list-style: none; }
.plain-checks li { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); line-height: 1.58; }
.plain-checks li > svg { flex: 0 0 auto; margin-top: 3px; color: var(--teal); }

.blog-preview { background: white; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.article-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.article-card img { width: 100%; aspect-ratio: 1200 / 630; object-fit: cover; }
.article-card > div { padding: 24px; }
.article-card h3 { margin: 8px 0 12px; font-size: 1.35rem; }
.article-card p:not(.article-meta) { color: var(--muted); line-height: 1.55; }
.article-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--link-on-light); font-weight: 750; }
.article-meta { color: var(--link-on-light); font-size: 0.72rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }

.pilot-cta { background: var(--porcelain); }
.pilot-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 52px; padding: clamp(36px, 5vw, 62px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); }
.pilot-cta-inner h2 { max-width: 760px; }
.pilot-cta-inner > div:first-child > p:last-child { max-width: 700px; margin-top: 20px; color: var(--muted); line-height: 1.62; }

.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(80px, 10vw, 150px) 0 clamp(70px, 8vw, 110px); border-bottom: 1px solid var(--line); background-color: var(--porcelain); background-image: url("/assets/generated/hero-linen-cadence.webp"); background-size: cover; background-position: center bottom; }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 180px; align-items: center; gap: 50px; }
.page-hero-grid > * { min-width: 0; }
.page-hero-ornament { position: absolute; z-index: 1; right: max(-58px, calc((100vw - 1200px) / 2 - 120px)); bottom: -106px; width: min(88vw, 1080px); max-width: none; height: auto; opacity: 0.78; pointer-events: none; filter: drop-shadow(0 20px 30px rgb(23 35 60 / 0.08)); }
.page-hero-grid > div:first-child { padding: clamp(24px, 3vw, 40px); border-radius: 22px; background: rgb(248 249 252 / 0.94); box-shadow: 0 16px 52px rgb(23 35 60 / 0.07); backdrop-filter: blur(7px); }
.page-hero h1 { max-width: 980px; font-size: clamp(3.3rem, 7vw, 6.2rem); }
.page-hero-mark { width: 150px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgb(255 255 255 / 0.68); color: var(--teal); }

.content-section { padding-block: clamp(72px, 8vw, 118px); background: white; }
.content-section.tinted { background: var(--porcelain); }
.content-grid { display: grid; grid-template-columns: 125px minmax(0, 1fr); gap: clamp(28px, 6vw, 82px); }
.content-index { color: var(--teal); }
.content-index span { display: block; margin-bottom: 18px; color: var(--muted); font-size: 0.74rem; font-weight: 750; letter-spacing: 0.12em; }
.content-grid > div:last-child { max-width: 880px; }
.content-grid .button { margin-top: 22px; }
.notice { max-width: 760px; display: flex; gap: 12px; margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--signal); background: var(--signal-soft); color: var(--signal-text); line-height: 1.55; }
.notice svg { flex: 0 0 auto; color: var(--signal-text); }

.faq-layout { display: grid; gap: 64px; }
.faq-group { display: grid; grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr); gap: 42px; }
.faq-group h2 { font-size: clamp(2rem, 3.4vw, 3.1rem); }
.faq-group details { grid-column: 2; border-top: 1px solid var(--line); }
.faq-group details:last-child { border-bottom: 1px solid var(--line); }
.faq-group summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 720; }
.faq-group summary::marker { content: ""; }
.faq-group summary svg { flex: 0 0 auto; color: var(--teal); transition: transform 160ms ease; }
.faq-group details[open] summary svg { transform: rotate(180deg); }
.faq-group details p { padding: 0 45px 24px 0; color: var(--muted); line-height: 1.65; }

.article-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(68px, 8vw, 116px) 0 76px; background: white; }
.article-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(36px, 6vw, 80px); }
.article-hero-ornament { position: absolute; z-index: 1; right: -120px; bottom: -210px; width: min(82vw, 1040px); max-width: none; height: auto; opacity: 0.42; pointer-events: none; filter: drop-shadow(0 18px 26px rgb(23 35 60 / 0.07)); }
.article-hero h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.article-hero-inner > img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.article-hero .article-meta { margin-top: 24px; }
.article-body { max-width: 820px; padding-block: 74px 120px; }
.article-body section + section { margin-top: 58px; }
.article-body h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.article-body p, .article-body li { color: var(--muted); font-size: 1.08rem; line-height: 1.78; }
.article-body p + p { margin-top: 18px; }
.article-body ul, .article-body ol { display: grid; gap: 12px; padding-left: 24px; }
.article-end { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 30px; border-top: 1px solid var(--line); }

.help-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.help-card { min-height: 230px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; text-decoration: none; }
.help-card > span { color: var(--teal); font-size: 0.72rem; font-weight: 750; letter-spacing: 0.1em; }
.help-card h2 { margin-top: 24px; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.help-card p { margin: 14px 0 22px; color: var(--muted); line-height: 1.55; }
.help-card > svg { margin-top: auto; color: var(--teal); }
.help-body { max-width: 850px; }
.preview-label { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 50px; padding: 17px 19px; border: 1px solid #dec980; border-radius: var(--radius-sm); background: var(--signal-soft); color: #5c4717; line-height: 1.5; }
.preview-label svg { flex: 0 0 auto; margin-top: 2px; }

.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 0.76fr); align-items: start; gap: clamp(42px, 7vw, 90px); }
.form-context .content-section { padding: 0; }
.form-context .content-section + .content-section { margin-top: 48px; padding-top: 48px; border-top: 1px solid var(--line); }
.form-context .content-grid { grid-template-columns: 70px minmax(0, 1fr); gap: 20px; }
.pilot-form { position: sticky; top: 28px; display: grid; gap: 22px; padding: clamp(26px, 4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); }
.pilot-form h2 { font-size: clamp(2rem, 4vw, 3rem); }
.pilot-form label, .pilot-form fieldset { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; font-weight: 700; }
.pilot-form input[type="text"], .pilot-form input[type="email"], .pilot-form select, .pilot-form textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid var(--line-strong); border-radius: 10px; background: white; color: var(--ink); }
.pilot-form textarea { min-height: 132px; resize: vertical; }
.pilot-form input:focus, .pilot-form select:focus, .pilot-form textarea:focus { border-color: var(--teal); }
.pilot-form small { color: var(--muted); font-size: 0.76rem; font-weight: 500; line-height: 1.45; }
.pilot-form legend { margin-bottom: 10px; }
.pilot-form .choice { display: flex; grid-template-columns: auto 1fr; align-items: center; gap: 10px; font-weight: 500; }
.pilot-form .choice { min-height: 44px; }
.choice input { width: 20px; height: 20px; accent-color: var(--teal); }
.form-note { color: var(--muted); font-size: 0.82rem; line-height: 1.5; }
.pilot-form .button { width: 100%; }
.form-message { min-height: 28px; }
.error, .success { display: flex; align-items: flex-start; gap: 10px; }
.error { color: var(--danger); }
.success { flex-wrap: wrap; padding: 16px; border-radius: 10px; background: var(--teal-soft); color: var(--teal); }
.success p { width: 100%; color: var(--ink); font-size: 0.88rem; line-height: 1.5; }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.status-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; margin: 36px 0 0; }
.status-cards > div { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.status-cards dt { color: var(--muted); font-size: 0.75rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.status-cards dd { margin: 10px 0 0; color: var(--ink); font-weight: 700; }
.legal-review-banner { display: grid; gap: 8px; padding: 24px; border-left: 4px solid var(--teal); background: var(--teal-soft); color: var(--text-on-light); }
.legal-review-banner small, .updated-label { color: var(--muted); }

.site-footer { padding: 72px 0 26px; background: var(--ink); color: var(--text-on-dark); }
.footer-grid { display: grid; grid-template-columns: minmax(230px, 1fr) minmax(200px, 0.72fr) minmax(240px, 0.9fr); gap: clamp(32px, 6vw, 80px); }
.footer-grid img { width: 200px; filter: brightness(0) invert(1); }
.footer-grid p { margin-top: 18px; color: var(--muted-on-dark); line-height: 1.58; }
.footer-grid nav { display: grid; align-content: start; gap: 12px; }
.footer-grid a { display: inline-flex; align-items: center; gap: 8px; color: var(--link-on-dark); }
.footer-note { font-size: 0.78rem; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / 0.24); color: var(--muted-on-dark); font-size: 0.78rem; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 14px; font-size: 0.82rem; }
  .brand img { width: 180px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, 0.86fr); gap: 28px; }
  .home-hero { min-height: 720px; }
  .product-stage { min-height: 540px; }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 11px); }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 38px, 680px); }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 13px; border: 1px solid var(--line-strong); border-radius: 10px; background: white; cursor: pointer; font-weight: 700; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: 54px; right: 0; min-width: 230px; display: grid; gap: 3px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; box-shadow: var(--shadow); }
  .mobile-menu nav a { min-height: 44px; display: flex; align-items: center; padding: 8px 10px; border-radius: 8px; text-decoration: none; }
  .mobile-menu nav a:hover { background: var(--porcelain); }
  .home-hero { min-height: auto; padding-top: 72px; background-position: 56% center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 28px; }
  .product-proof { width: min(100%, 540px); margin-top: 18px; }
  .product-stage { min-height: 570px; }
  .status-inner { padding-block: 14px; flex-wrap: wrap; }
  .status-inner a { margin-left: 0; }
  .trust-grid, .page-hero-grid, .article-hero-inner, .form-layout { grid-template-columns: minmax(0, 1fr); }
  .trust-visual { min-height: 280px; }
  .page-hero-mark { display: none; }
  .page-hero-ornament { right: -250px; bottom: -150px; width: 860px; opacity: 0.58; }
  .article-hero-ornament { right: -300px; bottom: -170px; width: 860px; opacity: 0.34; }
  .content-grid { grid-template-columns: 58px minmax(0, 1fr); gap: 20px; }
  .faq-group { grid-template-columns: 1fr; gap: 12px; }
  .faq-group details { grid-column: 1; }
  .article-hero img { order: -1; }
  .pilot-cta-inner { grid-template-columns: 1fr; }
  .pilot-form { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .site-header a, .site-footer a, main a { min-height: 44px; display: inline-flex; align-items: center; }
  .shell { width: calc(100% - 40px); }
  h1 { font-size: clamp(3rem, 15vw, 4.3rem); line-height: 1.02; }
  h2 { font-size: clamp(2.15rem, 10vw, 3.1rem); }
  .header-inner { min-height: 66px; }
  .brand img { width: 164px; }
  .home-hero { padding: 58px 0 50px; }
  .hero-copy { padding: 22px; border-radius: 18px; }
  .hero-lead { font-size: 1.05rem; line-height: 1.6; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .product-proof { width: 112%; margin-left: -6%; }
  .product-stage { min-height: 500px; overflow: clip; }
  .product-stage .hero-orbit { width: 100%; max-width: 100%; }
  .product-stage .today-panel { width: min(74%, 390px); }
  .product-proof figcaption { max-width: 260px; margin-inline: auto; }
  .section { padding-block: 76px; }
  .scenario { grid-template-columns: 38px minmax(0, 1fr); gap: 14px; }
  .week-visual { margin-top: 34px; border-radius: var(--radius-md); }
  .trust-visual { min-height: 230px; }
  .section-heading.split { align-items: flex-start; flex-direction: column; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card:last-child { grid-column: auto; max-width: none; }
  .page-hero { padding: 76px 0 62px; }
  .page-hero-ornament { right: -330px; bottom: -170px; width: 820px; opacity: 0.48; }
  .article-hero-ornament { right: -360px; bottom: -150px; width: 800px; opacity: 0.28; }
  .page-hero h1, .article-hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .page-hero h1, .page-hero .hero-lead { overflow-wrap: anywhere; }
  .content-grid { grid-template-columns: 1fr; }
  .content-index { display: flex; align-items: center; gap: 12px; }
  .content-index span { margin: 0; }
  .article-hero { padding-top: 48px; }
  .article-body { padding-block: 58px 90px; }
  .article-end { align-items: stretch; flex-direction: column; }
  .article-end .button { width: 100%; }
  .help-grid { grid-template-columns: 1fr; }
  .form-context .content-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

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