:root {
  --navy: #06182f;
  --navy-2: #0a2442;
  --ink: #0b1b33;
  --slate: #40516a;
  --muted: #65758c;
  --line: #d7e2ef;
  --paper: #f4f8fc;
  --white: #ffffff;
  --cobalt: #2864e8;
  --cobalt-dark: #1744af;
  --cyan: #5fe0dc;
  --red: #d94f63;
  --amber: #e1a43b;
  --green: #2eb98f;
  --shadow: 0 22px 60px rgba(6, 24, 47, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Plus Jakarta Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.7; }
body, button, input, select, textarea { font-family: "Plus Jakarta Sans", system-ui, sans-serif; }
h1, h2, h3, h4 { margin: 0; font-family: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif; line-height: 1.04; letter-spacing: -0.035em; text-wrap: balance; }
p { text-wrap: pretty; }
a { color: inherit; }
button, input, select, textarea { font-size: 1rem; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f5b942; outline-offset: 4px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -120px; z-index: 200; padding: 12px 18px; border-radius: 8px; background: #fff; color: var(--ink); font-weight: 800; }
.skip:focus { top: 14px; }

.topline { background: var(--navy); color: #d8e9f8; font-size: 0.82rem; }
.topline .container { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 20px; }
.topline a { color: #fff; font-weight: 800; text-underline-offset: 3px; }
.topline a[href^="tel:"] { white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(151, 170, 194, 0.28); background: rgba(255, 255, 255, 0.97); backdrop-filter: blur(14px); }
.nav { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; width: 190px; flex: 0 0 auto; align-items: center; }
.brand img { display: block; width: 100%; height: auto; }
.navlinks { display: flex; align-items: center; gap: 28px; font-size: 0.92rem; font-weight: 800; }
.navlinks a { color: #172338; text-decoration: none; }
.navlinks a:hover, .navlinks a:focus-visible { color: var(--cobalt); }
.navlinks .nav-cta { min-height: 48px; padding: 13px 20px; border-radius: 999px; background: var(--cobalt); color: #fff; box-shadow: 0 12px 28px rgba(40, 100, 232, 0.24); }
.menu-toggle { display: none; width: 50px; height: 50px; padding: 0; border: 1px solid #b8c8dc; border-radius: 14px; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); }
.mobile-menu { padding-block: 6px 18px; }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: block; min-height: 50px; padding: 13px 0; border-bottom: 1px solid #e5edf5; color: var(--ink); font-weight: 800; text-decoration: none; }

.hero { overflow: hidden; background: var(--navy); color: #fff; }
.hero-grid { display: grid; min-height: 730px; grid-template-columns: 1.08fr 0.92fr; align-items: stretch; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 72px 62px 64px 0; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: #0b6674; font-family: "Plus Jakarta Sans", system-ui, sans-serif; font-size: 0.77rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.eyebrow::before, .kicker::before { width: 24px; height: 2px; background: currentColor; content: ""; }
.hero h1 { max-width: 760px; margin-top: 28px; font-size: clamp(3.15rem, 3.8vw, 3.55rem); }
.hero .eyebrow { color: var(--cyan); }
.hero h1 span { display: block; white-space: nowrap; }
.hero h1 .accent { color: var(--cyan); }
.hero-lede { max-width: 700px; margin: 28px 0 0; color: #dbe8f4; font-size: 1.12rem; line-height: 1.72; }
.byline { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 24px; color: #9fb4c8; font-size: 0.78rem; font-weight: 700; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 22px; border: 0; border-radius: 11px; background: var(--cobalt); color: #fff; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; cursor: pointer; }
.button:hover { background: var(--cobalt-dark); }
.button-primary { background: var(--cobalt); }
.button-secondary { border: 1px solid rgba(220, 235, 250, 0.44); background: transparent; color: #fff; }
.button-secondary:hover { background: rgba(255, 255, 255, 0.08); }
.hero-boundary { max-width: 720px; margin: 24px 0 0; color: #9fb4c8; font-size: 0.78rem; line-height: 1.62; }
.cookie-choice { margin-top: 22px; padding: 15px 16px; border: 1px solid rgba(157, 181, 204, 0.28); border-left: 3px solid var(--cyan); background: rgba(9, 37, 66, 0.72); }
.cookie-choice[hidden] { display: none; }
.cookie-choice p { margin: 0; color: #dceafa; font-size: 0.78rem; line-height: 1.55; }
.cookie-actions { display: flex; gap: 10px; margin-top: 12px; }
.cookie-actions button { min-width: 92px; min-height: 48px; border: 1px solid #8da9c4; border-radius: 8px; background: transparent; color: #fff; font-weight: 800; cursor: pointer; }
.cookie-actions .accept { border-color: var(--cyan); background: var(--cyan); color: var(--navy); }
.hero-media { position: relative; min-width: 0; margin: 0; }
.hero-media::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--navy) 0%, rgba(6, 24, 47, 0.28) 28%, rgba(6, 24, 47, 0.02) 70%), linear-gradient(180deg, rgba(6, 24, 47, 0.04), rgba(6, 24, 47, 0.58)); content: ""; }
.hero-media picture, .hero-media img { display: block; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 60% center; }
.clearance-console { position: absolute; z-index: 2; right: 28px; bottom: 38px; left: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border: 1px solid rgba(198, 221, 241, 0.34); background: rgba(5, 21, 39, 0.9); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35); backdrop-filter: blur(16px); }
.console-state { min-height: 92px; padding: 20px; }
.console-state span { display: block; color: #91a9bf; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.console-state strong { display: block; margin-top: 5px; font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; line-height: 1.18; }
.console-state.suspect { border-left: 4px solid var(--red); }
.console-state.cleared { border-right: 4px solid var(--green); text-align: right; }
.console-arrow { display: flex; gap: 5px; }
.console-arrow i { display: block; width: 7px; height: 7px; border-top: 2px solid var(--cyan); border-right: 2px solid var(--cyan); transform: rotate(45deg); }
.console-steps { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(198, 221, 241, 0.18); }
.console-steps span { padding: 10px 6px; color: #b9cadb; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.09em; text-align: center; text-transform: uppercase; }
.console-steps span + span { border-left: 1px solid rgba(198, 221, 241, 0.18); }

.question-band { background: var(--cobalt); color: #fff; }
.question-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; }
.question-intro { padding: 64px 64px 64px 0; }
.question-intro .eyebrow { color: #fff; }
.question-intro h2 { max-width: 520px; margin-top: 20px; font-size: clamp(2.3rem, 3.9vw, 3.8rem); }
.question-intro p { margin: 20px 0 0; color: #fff; }
.question-list { display: grid; align-content: center; border-left: 1px solid rgba(255, 255, 255, 0.24); }
.question-list p { position: relative; margin: 0; padding: 18px 30px 18px 64px; border-bottom: 1px solid rgba(255, 255, 255, 0.17); font-weight: 700; line-height: 1.45; }
.question-list p:last-child { border-bottom: 0; }
.question-list p::before { position: absolute; left: 28px; top: 25px; width: 16px; height: 2px; background: var(--cyan); content: ""; }

.section { padding: 82px 0; }
.section-white { background: #fff; }
.section-head { max-width: 850px; margin-bottom: 38px; }
.section-head h2, .quick-answer h2, .rehearsal-intro h2, .sources h2, .contact-copy h2 { margin-top: 15px; font-size: clamp(2.4rem, 3.8vw, 3.6rem); }
.section-head h2 span { display: block; }
.section-head > p, .rehearsal-intro > p { max-width: 760px; margin: 18px 0 0; color: var(--slate); font-size: 1.03rem; }
.quick-answer { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; align-items: start; }
.answer-copy > p { margin: 0 0 18px; color: var(--slate); font-size: 1.04rem; }
.boundary-split { display: grid; grid-template-columns: 1fr 1fr; margin-top: 28px; border: 1px solid var(--line); }
.boundary-split > div { position: relative; min-height: 152px; padding: 26px; }
.boundary-split > div + div { border-left: 1px solid var(--line); }
.boundary-split span { display: block; margin-bottom: 10px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.boundary-split strong { display: block; line-height: 1.55; }
.boundary-split .stop { border-top: 4px solid var(--red); background: #fff7f8; }
.boundary-split .stop span { color: #a82e43; }
.boundary-split .go { border-top: 4px solid var(--green); background: #f2fbf8; }
.boundary-split .go span { color: #147c5e; }

.runway { overflow: hidden; border-radius: 30px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.runway-zones { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; border-bottom: 1px solid #27415f; }
.zone { padding: 26px 32px; }
.zone span { display: block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.zone strong { display: block; margin-top: 7px; font-size: 1rem; line-height: 1.45; }
.suspect-zone { border-top: 6px solid var(--red); background: linear-gradient(135deg, rgba(217, 79, 99, 0.18), transparent); }
.suspect-zone span { color: #ff9cab; }
.clean-zone { border-top: 6px solid var(--green); background: linear-gradient(225deg, rgba(46, 185, 143, 0.18), transparent); text-align: right; }
.clean-zone span { color: #7de2c2; }
.threshold { display: grid; width: 120px; place-items: center; padding: 16px; border-right: 1px dashed #6e8499; border-left: 1px dashed #6e8499; }
.threshold span { color: #c8d6e3; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.1em; text-align: center; text-transform: uppercase; }
.runway-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); padding: 44px 28px; background-image: linear-gradient(90deg, transparent 49.8%, rgba(95, 224, 220, 0.06) 50%, transparent 50.2%), repeating-linear-gradient(90deg, transparent 0, transparent 7%, rgba(255, 255, 255, 0.035) 7.1%, transparent 7.2%); }
.runway-track::before { position: absolute; top: 63px; right: 8%; left: 8%; height: 2px; background: repeating-linear-gradient(90deg, rgba(95, 224, 220, 0.7) 0 18px, transparent 18px 30px); content: ""; }
.runway-step { position: relative; z-index: 1; min-width: 0; padding: 0 22px; }
.runway-step + .runway-step { border-left: 1px solid #2a425e; }
.beacon { display: block; width: 18px; height: 18px; margin: 10px 0 25px; border: 4px solid var(--navy); border-radius: 50%; box-shadow: 0 0 0 2px currentColor, 0 0 18px currentColor; }
.beacon.red { color: var(--red); background: var(--red); }
.beacon.amber { color: var(--amber); background: var(--amber); }
.beacon.blue { color: #5b91ff; background: #5b91ff; }
.beacon.green { color: var(--green); background: var(--green); }
.runway-step small { color: #86a0b9; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.runway-step h3 { margin-top: 9px; font-size: 1.3rem; line-height: 1.15; }
.runway-step p { min-height: 150px; margin: 14px 0; color: #bacadd; font-size: 0.88rem; line-height: 1.65; }
.runway-step > strong { display: block; color: var(--cyan); font-size: 0.76rem; line-height: 1.45; }
.runway-finish { display: grid; grid-template-columns: 180px 1fr; gap: 24px; align-items: center; padding: 24px 32px; border-top: 1px solid #2a425e; background: #081c34; }
.runway-finish span { color: var(--cyan); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.runway-finish p { margin: 0; color: #ccdae8; }

.section-navy { background: var(--navy); color: #fff; }
.section-navy .kicker { color: var(--cyan); }
.section-navy .section-head > p { color: #bdcddd; }
.restore-ledger { border-top: 1px solid #2a425e; }
.restore-row { display: grid; grid-template-columns: 86px 1.05fr 1.2fr 1.2fr; gap: 28px; align-items: start; padding: 27px 0; border-bottom: 1px solid #2a425e; }
.lane-code { color: var(--cyan); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; }
.restore-row h3 { font-size: 1.15rem; line-height: 1.3; }
.restore-row p { margin: 0; color: #bfd0df; font-size: 0.87rem; line-height: 1.65; }
.restore-row p strong { color: #fff; }

.gate-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.restore-gate { min-height: 250px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.restore-gate > span { display: inline-grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--cobalt); border-radius: 50%; color: var(--cobalt); font-family: "Space Grotesk", sans-serif; font-weight: 800; }
.restore-gate h3 { margin-top: 24px; font-size: 1.45rem; }
.restore-gate p { margin: 14px 0 0; color: var(--slate); }

.rehearsal-section { background: linear-gradient(135deg, #e9f5fb 0%, #f4f8fc 52%, #eaf8f3 100%); }
.rehearsal-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 64px; align-items: start; }
.rehearsal-steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #bfd3e3; background: rgba(255, 255, 255, 0.74); }
.rehearsal-steps section { min-width: 0; padding: 28px; }
.rehearsal-steps section + section { border-left: 1px solid #bfd3e3; }
.rehearsal-steps span { color: var(--cobalt); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.rehearsal-steps h3 { margin-top: 13px; font-size: 1.3rem; }
.rehearsal-steps p { margin: 13px 0 0; color: var(--slate); font-size: 0.9rem; }

.owner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.owner { min-height: 210px; padding: 28px; border: 1px solid var(--line); border-left: 5px solid var(--cobalt); background: #f9fbfe; }
.owner:nth-child(2) { border-left-color: var(--amber); }
.owner:nth-child(3) { border-left-color: var(--green); }
.owner:nth-child(4) { border-left-color: #6b80b8; }
.owner h3 { font-size: 1.35rem; }
.owner p { margin: 13px 0 0; color: var(--slate); }

.service-routes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #29415d; }
.service-route { min-height: 258px; padding: 28px; background: #091e37; }
.service-route.urgent { background: linear-gradient(145deg, rgba(217, 79, 99, 0.23), #091e37 62%); }
.service-route h3 { font-size: 1.3rem; line-height: 1.18; }
.service-route p { margin: 14px 0 20px; color: #bdcedd; font-size: 0.91rem; }
.service-route a { color: var(--cyan); font-weight: 800; text-underline-offset: 4px; }

.answers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.answer { min-height: 260px; padding: 30px; border: 1px solid var(--line); background: #f9fbfe; }
.answer h3 { font-size: 1.35rem; }
.answer p { margin: 15px 0 0; color: var(--slate); }

.sources { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 60px; align-items: start; }
.source-list { margin: 0; padding: 0; list-style: none; }
.source-list li { padding: 21px 0; border-top: 1px solid #cbd9e6; }
.source-list li:last-child { border-bottom: 1px solid #cbd9e6; }
.source-list a { color: var(--cobalt-dark); font-weight: 800; text-underline-offset: 4px; }
.source-list p { margin: 8px 0 0; color: var(--slate); font-size: 0.9rem; }
.source-note { grid-column: 2; margin: -28px 0 0; color: #52647d; font-size: 0.76rem; line-height: 1.6; }

.contact-section { background: var(--navy); color: #fff; }
.contact-section .kicker { color: var(--cyan); }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: start; }
.contact-copy h2 { font-size: clamp(2.4rem, 3.6vw, 3.35rem); }
.contact-copy h2 span { display: block; white-space: nowrap; }
.contact-copy > p { max-width: 540px; color: #c5d5e3; font-size: 1.02rem; }
.contact-points { margin: 28px 0 0; padding: 0; list-style: none; }
.contact-points li { padding: 17px 0; border-top: 1px solid #29415d; color: #c8d6e3; }
.contact-points li:last-child { border-bottom: 1px solid #29415d; }
.contact-points strong { color: #fff; }
.contact-points a { color: #fff; text-underline-offset: 4px; }
.form-card { padding: 34px; border-radius: 22px; background: #fff; color: var(--ink); box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22); }
.form-error { display: grid; gap: 4px; margin-bottom: 18px; padding: 14px; border-left: 4px solid var(--red); background: #fff2f4; color: #7c2031; }
.form-error.hidden { display: none; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: 0.82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #9eb4cd; border-radius: 9px; background: #fff; color: var(--ink); }
.field textarea { min-height: 140px; resize: vertical; line-height: 1.4; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cobalt); outline: 3px solid rgba(40, 100, 232, 0.18); }
.form-card .button { width: 100%; margin-top: 20px; }
.form-small { margin: 14px 0 0; color: var(--muted); font-size: 0.74rem; line-height: 1.55; }

.hd-footer .container { width: min(1180px, calc(100% - 40px)); }
.hd-footer .footer-grid { grid-template-columns: 1.2fr 0.85fr 0.85fr; }
.hd-footer .footer-title { font-size: 1.35rem; letter-spacing: -0.02em; }

@media (max-width: 1100px) {
  .navlinks { gap: 18px; font-size: 0.84rem; }
  .hero-grid { min-height: 700px; }
  .hero-copy { padding-right: 38px; }
  .hero h1 { font-size: clamp(3rem, 5.5vw, 4.5rem); }
  .clearance-console { left: 28px; }
  .runway-track { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .runway-track::before { display: none; }
  .runway-step { padding: 24px; border-bottom: 1px solid #2a425e; }
  .runway-step:nth-child(odd) { border-left: 0; }
  .runway-step p { min-height: 0; }
  .restore-row { grid-template-columns: 70px 1fr 1fr; }
  .restore-row p:last-child { grid-column: 2 / -1; }
  .rehearsal-grid { grid-template-columns: 1fr; }
  .service-routes { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  html { scroll-behavior: auto; }
  .container { width: min(100% - 28px, 680px); }
  .topline .container { min-height: 48px; flex-direction: column; justify-content: center; gap: 0; padding: 5px 0; text-align: center; }
  .topline .container > span:first-child { display: none; }
  .topline .urgent-links { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
  .topline .urgent-links > span { display: none; }
  .topline .urgent-links a { display: inline-flex; min-height: 24px; align-items: center; white-space: nowrap; }
  .nav { min-height: 70px; }
  .brand { width: 165px; }
  .navlinks { display: none; }
  .menu-toggle { display: flex; }
  .hero-grid { display: flex; min-height: 0; flex-direction: column; width: 100%; }
  .hero-copy { order: 1; padding: 50px 14px 34px; }
  .hero h1 { margin-top: 20px; font-size: clamp(2rem, 8.8vw, 2.18rem); line-height: 1.02; }
  .hero h1 span { max-width: 100%; white-space: nowrap; }
  .hero-lede { margin-top: 24px; font-size: 1rem; }
  .byline { display: grid; gap: 4px; }
  .actions { display: grid; }
  .actions .button { width: 100%; }
  .hero-boundary { font-size: 0.76rem; }
  .cookie-actions button { flex: 1; }
  .hero-media { order: 2; height: 470px; }
  .hero-media::before { background: linear-gradient(180deg, var(--navy) 0%, rgba(6, 24, 47, 0.08) 24%, rgba(6, 24, 47, 0.55) 100%); }
  .hero-media img { object-position: 58% center; }
  .clearance-console { right: 14px; bottom: 18px; left: 14px; grid-template-columns: 1fr; }
  .console-state { min-height: 0; padding: 15px 17px; text-align: left !important; }
  .console-state.cleared { border-top: 1px solid rgba(198, 221, 241, 0.18); border-right: 0; border-left: 4px solid var(--green); }
  .console-arrow { display: none; }
  .console-steps span { padding: 9px 3px; font-size: 0.59rem; }
  .question-grid { display: block; width: 100%; }
  .question-intro { padding: 54px 0 30px; }
  .question-intro h2 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .question-list { border-top: 1px solid rgba(255, 255, 255, 0.24); border-left: 0; padding-bottom: 28px; }
  .question-list p { padding: 17px 6px 17px 36px; }
  .question-list p::before { left: 6px; top: 26px; }
  .section { padding: 62px 0; }
  .section-head h2, .quick-answer h2, .rehearsal-intro h2, .sources h2, .contact-copy h2 { font-size: clamp(1.95rem, 8.4vw, 2.18rem); }
  .runway-step h3, .restore-row h3, .restore-gate h3, .rehearsal-steps h3, .owner h3, .service-route h3, .answer h3 { font-size: 1.16rem; line-height: 1.24; }
  .quick-answer, .contact-grid, .sources { grid-template-columns: 1fr; gap: 34px; }
  .boundary-split { grid-template-columns: 1fr; }
  .boundary-split > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .runway { border-radius: 20px; }
  .runway-zones { grid-template-columns: 1fr; }
  .zone { padding: 22px; text-align: left; }
  .threshold { width: auto; min-height: 58px; border: 1px dashed #6e8499; border-right: 0; border-left: 0; }
  .runway-track { grid-template-columns: 1fr; padding: 18px; }
  .runway-step { padding: 25px 18px; border-left: 0 !important; }
  .beacon { margin-bottom: 20px; }
  .runway-finish { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
  .restore-row { grid-template-columns: 58px 1fr; gap: 14px; }
  .restore-row h3 { align-self: center; }
  .restore-row p { grid-column: 1 / -1 !important; }
  .gate-grid, .owner-grid, .answers, .service-routes, .rehearsal-steps { grid-template-columns: 1fr; }
  .rehearsal-steps section + section { border-top: 1px solid #bfd3e3; border-left: 0; }
  .restore-gate, .owner, .answer, .service-route { min-height: 0; }
  .source-note { grid-column: 1; margin: 0; }
  .form-card { padding: 24px 18px; border-radius: 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: 1; }
  .hd-footer .container { width: min(100% - 28px, 680px); }
  .hd-footer .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media print {
  .topline, .site-header, .actions, .cookie-choice, .contact-section, .hd-footer { display: none !important; }
  .hero { background: #fff; color: #000; }
  .hero-grid { display: block; min-height: 0; }
  .hero-copy { padding: 20px 0; }
  .hero h1 .accent, .hero-lede, .hero-boundary, .byline { color: #000; }
  .hero-media { display: none; }
  .section, .question-intro { padding: 28px 0; }
  .question-band, .section-navy, .runway { background: #fff; color: #000; }
  .question-list, .restore-row, .runway-step, .service-route { border-color: #999; background: #fff; color: #000; }
  .question-list p, .section-navy .section-head > p, .restore-row p, .runway-step p, .service-route p { color: #222; }
}
