:root {
  --paper: #ffffff;
  --paper-alt: #f5f6f4;
  --paper-tint: #e4ece7;
  --ink: #142a33;
  --ink-2: #1d3640;
  --muted: #596871;
  --muted-2: #63737b;
  --night: #0c2029;
  --night-2: #102a34;
  --aqua: #66d6c3;
  --aqua-deep: #0f756a;
  --apricot: #f19a70;
  --violet: #8692ff;
  --line: rgb(20 42 51 / 16%);
  --line-strong: rgb(20 42 51 / 32%);
  --line-dark: rgb(255 255 255 / 18%);
  --max: 1240px;
  --header-height: 78px;
  --strip-height: 34px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --story-time: 7s;
  color-scheme: light;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; }
body.menu-open { overflow: hidden; }
section[id] { scroll-margin-top: calc(var(--header-height) + var(--strip-height) + 18px); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, svg, canvas { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
:focus-visible { outline: 2px solid var(--apricot); outline-offset: 4px; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 300; padding: 13px 18px; background: var(--paper); color: var(--ink); transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.shell, .page-shell, .header-inner { width: min(100%, var(--max)); margin-inline: auto; padding-inline: clamp(24px, 4vw, 58px); }
.section { position: relative; padding-block: clamp(110px, 10vw, 176px); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); border-bottom: 1px solid var(--line); background: rgb(255 255 255 / 94%); backdrop-filter: blur(16px); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; width: max-content; flex: 0 0 auto; align-items: center; gap: 13px; }
.brand-mark { position: relative; display: grid; width: 29px; height: 29px; place-items: center; border: 1.5px solid var(--ink); border-radius: 50%; }
.brand-mark i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }
.brand-mark i:nth-child(1) { transform: translate(-6px, 4px); }
.brand-mark i:nth-child(2) { transform: translate(1px, -6px); background: var(--aqua-deep); }
.brand-mark i:nth-child(3) { transform: translate(7px, 5px); background: var(--apricot); }
.brand-mark::before, .brand-mark::after { position: absolute; width: 10px; height: 1px; background: var(--ink); content: ""; transform-origin: left; opacity: .55; }
.brand-mark::before { transform: translate(-4px, -1px) rotate(-47deg); }
.brand-mark::after { transform: translate(-4px, 4px) rotate(8deg); }
.brand-copy { display: flex; align-items: baseline; gap: 7px; }
.brand-copy strong, .brand-name { font-size: 17px; font-weight: 760; letter-spacing: .075em; }
.brand-copy small, .brand-suffix { color: var(--aqua-deep); font: 650 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .11em; }
.site-nav { display: flex; margin-left: auto; align-items: center; gap: clamp(22px, 2.4vw, 36px); font-size: 15px; font-weight: 530; }
.site-nav > a:not(.nav-cta) { position: relative; padding-block: 10px; }
.site-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; min-height: 44px; padding: 0 17px; align-items: center; gap: 22px; background: var(--ink); color: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; font-weight: 600; letter-spacing: .03em; transition: background .2s, color .2s; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--aqua); color: var(--night); }
.menu-button { display: none; border: 0; background: transparent; }

.zone-strip { position: fixed; top: var(--header-height); right: 0; left: 0; z-index: 90; display: flex; height: var(--strip-height); padding-inline: 24px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgb(255 255 255 / 94%); color: var(--muted-2); font: 600 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .11em; text-transform: uppercase; backdrop-filter: blur(16px); }

.hero { position: relative; display: flex; min-height: max(790px, 100svh); padding-top: calc(var(--header-height) + var(--strip-height)); overflow: hidden; align-items: center; background: radial-gradient(900px 620px at 76% 46%, rgb(102 214 195 / 13%), transparent 66%), var(--night); color: #fff; }
.hero-canvas, .contact-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-haze { position: absolute; inset: 0; background: linear-gradient(90deg, var(--night) 0%, rgb(12 32 41 / 96%) 42%, rgb(12 32 41 / 18%) 68%, rgb(12 32 41 / 34%) 100%); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; display: flex; min-height: calc(max(790px, 100svh) - var(--header-height) - var(--strip-height)); padding-top: clamp(80px, 11vh, 132px); padding-bottom: clamp(80px, 9vh, 118px); align-items: center; }
.hero-copy { width: min(72%, 860px); }
.kicker, .section-kicker { margin-bottom: 26px; color: var(--muted-2); font: 650 12px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; text-transform: uppercase; }
.hero .kicker { color: rgb(255 255 255 / 58%); }
.hero h1 { max-width: 10ch; margin-bottom: 31px; font-size: clamp(67px, 7.8vw, 118px); font-weight: 520; letter-spacing: -.066em; line-height: .94; }
.hero-lede { max-width: 730px; margin-bottom: 38px; color: rgb(255 255 255 / 74%); font-size: clamp(19px, 1.55vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 58px; padding: 0 20px; align-items: center; justify-content: center; gap: 32px; border: 1px solid transparent; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; font-weight: 650; letter-spacing: .045em; text-transform: uppercase; transition: background .2s, border-color .2s, color .2s; }
.button span { display: inline-block; transition: transform .25s var(--ease); }
.button:hover span, .button:focus-visible span { transform: translate(3px, -2px); }
.button-primary { background: var(--aqua); color: var(--night); }
.button-primary:hover, .button-primary:focus-visible { background: #8ce5d6; }
.button-ghost { border-color: rgb(255 255 255 / 38%); color: #fff; }
.button-ghost:hover, .button-ghost:focus-visible { border-color: #fff; }
.hero-key { position: absolute; right: clamp(24px, 4vw, 58px); bottom: 36px; display: flex; gap: 28px; color: rgb(255 255 255 / 58%); font: 600 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; text-transform: uppercase; }
.hero-key span { display: flex; align-items: center; gap: 8px; }
.key-dot { width: 6px; height: 6px; background: var(--aqua); border-radius: 50%; }
.key-design { background: var(--violet); border-radius: 0; transform: rotate(45deg); }
.key-build { background: var(--apricot); border-radius: 0; }

.section-heading { display: grid; margin-bottom: clamp(64px, 7vw, 104px); grid-template-columns: 64px minmax(0, 1fr); gap: clamp(20px, 3vw, 44px); }
.section-number, .card-number, .route-steps article > span { color: var(--aqua-deep); font: 700 12px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.section-heading .section-number { padding-top: 19px; }
.section-heading .section-kicker { margin-bottom: 18px; }
.section-heading h2, .company h2, .faq h2 { max-width: 1040px; margin: 0; font-size: clamp(48px, 5.4vw, 80px); font-weight: 520; letter-spacing: -.058em; line-height: .98; }

.capabilities { background: var(--paper); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.capability-card { position: relative; display: flex; min-width: 0; padding: 0 clamp(22px, 2.6vw, 38px) 38px; flex-direction: column; border-left: 1px solid var(--line); transition: background .35s var(--ease); }
.capability-card:first-child { border-left: 0; }
.capability-card:hover { background: var(--paper-alt); }
.capability-figure { width: 100%; aspect-ratio: 360 / 220; margin-bottom: 18px; color: var(--ink); }
.capability-figure .draw-stroke, .capability-figure .draw-dash { stroke: currentColor; stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.capability-figure .draw-dash { stroke-dasharray: 8 7; }
.capability-figure .accent-a { stroke: var(--apricot); stroke-width: 2; }
.capability-figure .accent-b { stroke: var(--violet); stroke-width: 2; }
.capability-figure .accent-c { stroke: var(--aqua-deep); stroke-width: 2; }
.accent-a-fill { fill: var(--apricot); }
.accent-b-fill { fill: var(--violet); }
.capability-card:nth-child(3) .figure-fill { fill: var(--aqua-deep); }
.capability-card h3 { min-height: 2.25em; margin: 22px 0 18px; font-size: clamp(28px, 2.5vw, 38px); font-weight: 540; letter-spacing: -.045em; line-height: 1.08; }
.capability-card > p { margin-bottom: 30px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.tag-list { display: flex; margin-top: auto; gap: 7px; flex-wrap: wrap; }
.tag-list span { padding: 8px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1; }

.route { overflow: hidden; background: radial-gradient(820px 560px at 84% 22%, rgb(134 146 255 / 12%), transparent 68%), var(--night); color: #fff; }
.section-heading-dark .section-number { color: var(--apricot); }
.section-heading-dark .section-kicker { color: rgb(255 255 255 / 56%); }
.section-heading-dark h2 { color: #fff; }
.route-intro { display: grid; margin: -28px 0 clamp(70px, 7vw, 108px) 108px; grid-template-columns: minmax(0, 720px) auto; gap: 70px; align-items: end; }
.route-intro p { margin: 0; color: rgb(255 255 255 / 72%); font-size: clamp(19px, 1.55vw, 22px); line-height: 1.65; }
.inline-link { display: inline-flex; padding: 12px 0; gap: 24px; border-bottom: 1px solid rgb(255 255 255 / 38%); color: #fff; font-size: 16px; white-space: nowrap; }
.inline-link span { transition: transform .25s var(--ease); }
.inline-link:hover span, .inline-link:focus-visible span { transform: translate(4px, -3px); }
.route-figure { margin-bottom: 8px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.route-figure svg { width: 100%; height: auto; overflow: visible; }
.route-line { stroke: var(--aqua); stroke-width: 1.7; }
.route-line-secondary { stroke: rgb(255 255 255 / 32%); stroke-width: 1.2; stroke-dasharray: 8 9; }
.route-station { fill: var(--night); stroke: rgb(255 255 255 / 62%); stroke-width: 1.6; transition: fill .35s, stroke .35s, transform .35s var(--ease); transform-box: fill-box; transform-origin: center; }
.route-station.is-active { fill: var(--apricot); stroke: var(--apricot); transform: scale(1.3); }
.route-runner { fill: var(--aqua); filter: drop-shadow(0 0 8px rgb(102 214 195 / 70%)); }
.route-steps { display: grid; grid-template-columns: repeat(4, 1fr); }
.route-steps article { min-height: 220px; padding: 30px 24px 25px 0; border-bottom: 1px solid var(--line-dark); opacity: .52; transition: opacity .35s, background .35s; }
.route-steps article + article { padding-left: 24px; border-left: 1px solid var(--line-dark); }
.route-steps article.is-active { opacity: 1; }
.route-steps article > span { color: var(--apricot); }
.route-steps h3 { margin: 22px 0 13px; font-size: 28px; font-weight: 540; letter-spacing: -.035em; }
.route-steps p { margin: 0; color: rgb(255 255 255 / 72%); font-size: 17px; line-height: 1.62; }

.starting-points { background: var(--paper-alt); }
.story-switcher { border-top: 1px solid var(--line-strong); }
.story-stage { display: grid; min-height: 430px; padding-block: clamp(48px, 6vw, 88px); }
.story { grid-area: 1 / 1; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.story.is-active { visibility: visible; opacity: 1; pointer-events: auto; }
.story-type { display: block; color: var(--aqua-deep); font: 700 12px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .09em; text-transform: uppercase; opacity: 0; transition: opacity .45s var(--ease); }
.story h3 { max-width: 880px; margin: 20px 0 21px; font-size: clamp(45px, 5.8vw, 86px); font-weight: 520; letter-spacing: -.06em; line-height: .96; opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.story p { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.6; opacity: 0; transform: translateY(12px); transition: opacity .7s var(--ease) .08s, transform .7s var(--ease) .08s; }
.story.is-active .story-type, .story.is-active h3, .story.is-active p { opacity: 1; transform: none; }
.story-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; border-top: 1px solid var(--line); }
.story-tabs button { display: flex; min-width: 0; min-height: 116px; padding: 19px 0 0; align-items: stretch; flex-direction: column; border: 0; background: transparent; text-align: left; cursor: pointer; }
.story-tabs button > span { color: var(--muted-2); font: 650 11px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; }
.story-tabs strong { margin: 7px 0 18px; color: var(--muted); font-size: 17px; font-weight: 570; line-height: 1.35; transition: color .2s; }
.story-tabs button:hover strong, .story-tabs button:focus-visible strong, .story-tabs button.is-active strong { color: var(--ink); }
.story-tabs button.is-active > span { color: var(--aqua-deep); }
.story-tabs i { position: relative; display: block; height: 3px; margin-top: auto; overflow: hidden; background: var(--line); }
.story-tabs i b { position: absolute; inset: 0; background: var(--aqua-deep); transform: scaleX(0); transform-origin: left; }
.story-tabs button.is-active i b { animation: story-progress var(--story-time) linear forwards; }
.story-switcher.is-paused .story-tabs button.is-active i b { animation-play-state: paused; }
@keyframes story-progress { to { transform: scaleX(1); } }

.company { background: var(--paper-tint); }
.company-grid { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: clamp(40px, 7vw, 110px); }
.company-label .section-number { display: block; margin-bottom: 22px; }
.company h2 { max-width: 1000px; }
.company-copy { max-width: 820px; margin: clamp(42px, 5vw, 70px) 0 clamp(60px, 7vw, 100px); color: #455a61; font-size: clamp(20px, 1.8vw, 26px); line-height: 1.58; }
.company-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); }
.company-facts > div { min-height: 116px; padding: 21px 22px 20px 0; }
.company-facts > div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.company-facts span { display: block; margin-bottom: 14px; color: var(--muted); font: 650 11px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.company-facts strong, .company-facts a { font-size: 17px; font-weight: 590; line-height: 1.45; overflow-wrap: anywhere; }
.company-facts a { border-bottom: 1px solid var(--line-strong); }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 120px); }
.faq .section-number { display: block; margin-bottom: 22px; }
.faq h2 { font-size: clamp(48px, 5vw, 74px); }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; min-height: 96px; padding: 0; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font-size: clamp(18px, 1.45vw, 21px); font-weight: 570; line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--aqua-deep); font-size: 30px; font-weight: 300; transition: transform .3s var(--ease); }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 720px; margin: -4px 56px 32px 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.faq details a { border-bottom: 1px solid currentColor; }

.contact { position: relative; min-height: 820px; padding-block: clamp(120px, 11vw, 178px); overflow: hidden; background: var(--night-2); color: #fff; }
.contact-glow { position: absolute; inset: 0; background: radial-gradient(720px 520px at 80% 45%, rgb(241 154 112 / 16%), transparent 72%), linear-gradient(90deg, var(--night-2) 0%, rgb(16 42 52 / 93%) 62%, rgb(16 42 52 / 55%) 100%); }
.contact-inner { position: relative; z-index: 2; }
.contact .section-kicker { color: var(--apricot); }
.contact h2 { max-width: 1010px; margin-bottom: 30px; font-size: clamp(60px, 8vw, 118px); font-weight: 510; letter-spacing: -.068em; line-height: .93; }
.contact-copy { max-width: 690px; margin-bottom: 58px; color: rgb(255 255 255 / 70%); font-size: 21px; line-height: 1.6; }
.contact-links { width: min(100%, 840px); border-top: 1px solid var(--line-dark); }
.contact-links a { display: grid; min-height: 104px; padding: 18px 0; grid-template-columns: 100px minmax(0, 1fr) auto; gap: 24px; align-items: center; border-bottom: 1px solid var(--line-dark); }
.contact-links a > span { color: rgb(255 255 255 / 54%); font: 650 11px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .09em; text-transform: uppercase; }
.contact-links strong { font-size: clamp(17px, 1.7vw, 23px); font-weight: 540; overflow-wrap: anywhere; }
.contact-links i { font-size: 28px; font-style: normal; transition: transform .25s var(--ease); }
.contact-links a:hover i, .contact-links a:focus-visible i { transform: translate(5px, -4px); }

.zone-rail { position: fixed; top: 50%; left: 22px; z-index: 80; display: none; transform: translateY(-50%); }
.zone-rail-list { position: relative; display: flex; margin: 0; padding: 0 0 0 15px; gap: 15px; flex-direction: column; border-left: 1px solid var(--line-strong); list-style: none; }
.zone-marker { position: absolute; top: 7px; left: -4.5px; width: 8px; height: 8px; background: var(--apricot); transition: transform .45s var(--ease); }
.zone-row { display: flex; gap: 8px; align-items: baseline; color: var(--muted-2); font: 650 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; text-transform: uppercase; transition: color .2s; }
.zone-row strong { font-weight: inherit; }
.zone-row span { display: none; }
.zone-row.is-active, .zone-row:hover, .zone-row:focus-visible { color: var(--ink); }
.zone-row.is-active strong { color: var(--apricot); }
.zone-rail.on-dark .zone-rail-list { border-left-color: rgb(255 255 255 / 28%); }
.zone-rail.on-dark .zone-row { color: rgb(255 255 255 / 52%); }
.zone-rail.on-dark .zone-row.is-active, .zone-rail.on-dark .zone-row:hover { color: #fff; }

.site-footer { padding-top: 80px; background: var(--paper-alt); }
.footer-main { display: grid; padding-bottom: 76px; grid-template-columns: 1.35fr .72fr 1fr .85fr; gap: clamp(34px, 5vw, 80px); }
.footer-intro p { max-width: 340px; margin: 32px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.footer-main nav, .footer-company { display: flex; align-items: flex-start; flex-direction: column; gap: 13px; font-size: 15px; }
.footer-main nav > span, .footer-company > span { margin-bottom: 10px; color: var(--muted-2); font: 650 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .09em; text-transform: uppercase; }
.footer-main nav a:hover, .footer-main nav a:focus-visible, .footer-company a:hover { text-decoration: underline; }
.footer-company p { margin: 0; line-height: 1.5; }
.footer-bottom { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }

.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s var(--ease) var(--delay, 0s), transform .85s var(--ease) var(--delay, 0s); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
.motion-ready [data-draw] .draw-stroke { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.35s var(--ease) calc(var(--order, 0) * .14s); }
.motion-ready [data-draw] .draw-dash, .motion-ready [data-draw] .figure-fill { opacity: 0; transition: opacity .8s var(--ease) calc(.34s + var(--order, 0) * .12s); }
.motion-ready [data-draw].is-drawn .draw-stroke { stroke-dashoffset: 0; }
.motion-ready [data-draw].is-drawn .draw-dash, .motion-ready [data-draw].is-drawn .figure-fill { opacity: 1; }

/* Existing informational legal drafts remain readable under the new visual system. */
.legal-page { background: var(--paper-alt); }
.legal-page .site-header { background: rgb(255 255 255 / 96%); }
.legal-page .header-inner { display: grid; grid-template-columns: 1fr auto; }
.legal-page .brand { align-items: baseline; gap: 7px; }
.header-contact { justify-self: end; display: inline-flex; align-items: center; gap: 22px; font-size: 15px; font-weight: 570; }
.legal-main { padding-top: calc(var(--header-height) + 86px); }
.legal-hero { padding-bottom: 68px; border-bottom: 1px solid var(--line-strong); }
.eyebrow { margin-bottom: 24px; color: var(--muted); font: 650 12px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .09em; text-transform: uppercase; }
.legal-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(62px, 8vw, 118px); font-weight: 520; letter-spacing: -.065em; line-height: .94; }
.legal-content { display: grid; padding-block: 78px 140px; grid-template-columns: .28fr 1.44fr .28fr; gap: 50px; }
.legal-content article { grid-column: 2; }
.legal-content h2 { margin: 54px 0 15px; font-size: 32px; font-weight: 550; letter-spacing: -.035em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 17px; line-height: 1.75; }
.legal-content a { border-bottom: 1px solid currentColor; }
.legal-page .site-footer { padding-top: 0; }

@media (min-width: 1280px) {
  .zone-rail { display: block; max-width: min(44px, calc((100vw - var(--max)) / 2 - 30px)); }
}

@media (min-width: 1480px) {
  .zone-rail { max-width: min(180px, calc((100vw - var(--max)) / 2 - 30px)); }
  .zone-row span { display: inline; max-width: 118px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (max-width: 1060px) {
  :root { --header-height: 72px; }
  .menu-button { position: relative; z-index: 112; display: flex; padding: 12px 0 12px 14px; align-items: center; gap: 13px; cursor: pointer; }
  .menu-label { font-size: 14px; font-weight: 600; }
  .menu-icon, .menu-icon::after { display: block; width: 20px; height: 1.5px; background: currentColor; content: ""; transition: transform .3s var(--ease); }
  .menu-icon::after { transform: translateY(6px); }
  .menu-button[aria-expanded="true"] .menu-icon { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-icon::after { transform: rotate(-90deg); }
  .site-nav { position: fixed; inset: 0; z-index: 110; display: flex; padding: 126px clamp(24px, 7vw, 74px) 52px; gap: 0; align-items: stretch; justify-content: flex-start; flex-direction: column; background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-18px); transition: opacity .3s var(--ease), transform .3s var(--ease); }
  .site-nav[data-open="true"] { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a:not(.nav-cta) { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: clamp(34px, 6vw, 58px); font-weight: 520; letter-spacing: -.05em; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 32px; min-height: 58px; align-self: flex-start; }
  .hero-copy { width: min(80%, 800px); }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-card:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .route-intro { margin-left: 108px; grid-template-columns: 1fr; gap: 28px; }
  .route-steps { grid-template-columns: 1fr 1fr; }
  .route-steps article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-dark); }
  .route-steps article:nth-child(4) { border-top: 1px solid var(--line-dark); }
  .company-grid { grid-template-columns: 150px 1fr; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-company { grid-column: 2; }
}

@media (max-width: 720px) {
  :root { --strip-height: 32px; }
  body { font-size: 17px; }
  .shell, .page-shell, .header-inner { padding-inline: 22px; }
  .header-inner { gap: 14px; }
  .menu-button { padding-left: 8px; gap: 10px; }
  .brand-copy strong, .brand-name { font-size: 15px; }
  .brand-mark { width: 27px; height: 27px; }
  .zone-strip { padding-inline: 12px; font-size: 9px; letter-spacing: .07em; }
  .hero { min-height: 780px; }
  .hero-haze { background: linear-gradient(180deg, var(--night) 0%, rgb(12 32 41 / 88%) 58%, rgb(12 32 41 / 30%) 100%); }
  .hero-inner { min-height: calc(780px - var(--header-height) - var(--strip-height)); padding-top: 86px; padding-bottom: 112px; align-items: flex-start; }
  .hero-copy { width: 100%; }
  .hero h1 { max-width: 9ch; font-size: clamp(55px, 15.4vw, 82px); }
  .hero-lede { max-width: 34ch; font-size: 18px; }
  .hero-key { right: 22px; bottom: 26px; left: 22px; gap: 16px; justify-content: space-between; font-size: 9px; }
  .section { padding-block: 92px; }
  .section-heading { margin-bottom: 56px; grid-template-columns: 1fr; gap: 13px; }
  .section-heading .section-number { padding-top: 0; }
  .section-heading h2, .company h2, .faq h2 { font-size: clamp(43px, 12vw, 64px); }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { padding-inline: 0; border-top: 1px solid var(--line); border-left: 0; }
  .capability-card:first-child { border-top: 0; }
  .capability-card:nth-child(3) { border-top: 1px solid var(--line); }
  .capability-figure { max-width: 430px; margin-inline: auto; }
  .capability-card h3 { min-height: 0; }
  .route-intro { margin: -18px 0 60px; }
  .route-figure { margin-inline: -22px; overflow: hidden; }
  .route-figure svg { width: 860px; max-width: none; transform: translateX(-150px); }
  .route-steps { grid-template-columns: 1fr; }
  .route-steps article, .route-steps article + article { min-height: 0; padding: 24px 0; border-top: 0; border-left: 0; }
  .story-stage { min-height: 420px; padding-block: 52px; }
  .story h3 { font-size: clamp(44px, 13vw, 68px); }
  .story-tabs { grid-template-columns: 1fr; gap: 0; }
  .story-tabs button { min-height: 96px; }
  .company-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .company-label { display: flex; gap: 20px; align-items: baseline; }
  .company-label .section-number { margin-bottom: 0; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts > div, .company-facts > div + div { min-height: 92px; padding: 19px 0; border-top: 1px solid var(--line); border-left: 0; }
  .faq summary { min-height: 88px; }
  .contact { min-height: 760px; }
  .contact h2 { font-size: clamp(54px, 15vw, 78px); }
  .contact-copy { font-size: 18px; }
  .contact-links a { grid-template-columns: 68px minmax(0, 1fr) auto; gap: 12px; }
  .contact-links strong { font-size: 15px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; margin-bottom: 18px; }
  .footer-company { grid-column: auto; }
  .footer-bottom { padding-block: 20px; align-items: flex-start; flex-direction: column; }
  .legal-content { grid-template-columns: 1fr; }
  .legal-content article { grid-column: auto; }
}

@media (max-width: 360px) {
  .menu-label { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  [data-draw] .draw-stroke { stroke-dashoffset: 0; }
  [data-draw] .draw-dash, [data-draw] .figure-fill { opacity: 1; }
}
