/* CARAIXIS aerospace brand layer. Shared functional styles remain in styles.css. */
:root {
  --wrap: 1360px;
  --r: 3px;
  --steel: #A0A3AC;
  --dim: #B5B7BE;
  --muted-2: #A0A3AC;
  --panel: #111115;
  --line: rgba(237,237,237,.16);
  --line-soft: rgba(237,237,237,.09);
  --line-strong: #565961;
  --signal: #FF6259;
  --ease-out: cubic-bezier(.16,1,.3,1);
}
html { scroll-padding-top: 100px; }
body { font-size: 16px; line-height: 1.7; }
[hidden] { display: none !important; }
.wrap { padding-inline: 48px; }
section { padding-block: clamp(72px,8vw,120px); }
h1,h2,h3 { letter-spacing: -.045em; }
h2 { font-size: clamp(30px,3.4vw,48px); line-height: 1.15; }
.lede { font-size: clamp(16px,1.5vw,19px); line-height: 1.75; color: var(--dim); }
.eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: .15em; color: var(--signal); font-weight: 500; margin-bottom: 24px; }
a { text-decoration-color: #98635F; }
.accent { color: var(--signal); }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 24px; border-radius: 2px; font-family: var(--body); font-size: 13px; font-weight: 600; letter-spacing: 0; min-height: 50px; padding: 14px 22px; cursor: pointer; }
.btn span[aria-hidden] { font-size: 19px; line-height: 1; }
.btn-primary { background: var(--red); }
.btn-primary:hover { background: #B81717; }
.btn-ghost { background: rgba(255,255,255,.025); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; font-size: 14px; font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--line); transition: border-color .2s,color .2s; }
.text-link:hover { color: var(--signal); border-color: var(--signal); }
.text-link span { font-size: 20px; }
.btn-row { align-items: center; gap: 24px; }
.site-header { background: rgba(10,10,13,.94); backdrop-filter: blur(14px); }
.header-inner { min-height: 88px; padding-block: 16px; flex-wrap: nowrap; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-height: 44px; }
.brand-symbol { width: 30px; height: 34px; fill: none; stroke: var(--mist); stroke-width: 1.5; }
.brand-symbol .symbol-spine { stroke: var(--red); stroke-width: 3; }
.wordmark { font-size: 18px; letter-spacing: .14em; }
.site-nav { flex-wrap: nowrap; gap: clamp(18px,2.4vw,36px); }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 0; font-size: 12px; color: var(--dim); white-space: nowrap; }
.site-nav .nav-scan { border: 1px solid #5F3232; padding: 10px 20px; color: var(--mist); gap: 26px; }
.site-nav .nav-scan:hover { border-color: var(--signal); }
.site-nav a[aria-current=page] { color: var(--mist); border-bottom-color: var(--signal); }
.menu-toggle,.motion-toggle { font: 12px var(--mono); color: var(--dim); background: transparent; border: 1px solid var(--line); border-radius: 2px; cursor: pointer; min-height: 44px; padding: 10px 14px; }
.motion-toggle { font-size: 11px; }
.motion-toggle:hover { border-color: var(--signal); color: var(--mist); }
.motion-toggle:disabled { cursor: default; }
.hero::before { display: none; }
.flight-hero { padding: 28px 0 30px; overflow: hidden; }
.flight-meta { display: flex; justify-content: space-between; align-items: center; gap: 20px; font: 9px/1.5 var(--mono); letter-spacing: .12em; color: var(--dim); }
.flight-meta > span:first-child { display: inline-flex; align-items: center; gap: 10px; }
.flight-meta i { display: inline-block; width: 5px; height: 5px; background: var(--red); }
.meta-right { color: var(--steel); }
.flight-grid { display: grid; grid-template-columns: .95fr 1.2fr; position: relative; align-items: center; min-height: 660px; }
.flight-copy { position: relative; z-index: 2; padding: 42px 0; }
.flight-copy .eyebrow { margin-bottom: 22px; font-size: 10px; }
.flight-hero h1 { font-size: clamp(64px,6.35vw,92px); font-weight: 800; line-height: .99; letter-spacing: -.06em; margin-bottom: 28px; max-width: none; }
.outline-word { -webkit-text-stroke: 1px #A7A7AC; color: transparent; }
.flight-hero h1 .accent { color: var(--signal); }
.flight-hero .lede { font-size: 16px; max-width: 43ch; line-height: 1.7; }
.flight-copy .btn-row { margin-top: 28px; gap: 26px; }
.hero-assurance { font: 10px/1.7 var(--mono); color: var(--steel); margin-top: 18px; }
.flight-visual { margin: 0 -22px 0 -66px; position: relative; min-width: 0; }
.visual-heading, .flight-visual figcaption { display: flex; align-items: center; justify-content: space-between; gap: 14px; font: 9px/1.6 var(--mono); letter-spacing: .08em; color: var(--dim); }
.visual-heading { padding: 18px 18px 0; }
.flight-stage { position: relative; aspect-ratio: 680 / 530; }
.hud-grid { position: absolute; inset: 9%; background-image: linear-gradient(var(--line-soft) 1px,transparent 1px),linear-gradient(90deg,var(--line-soft) 1px,transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(ellipse,black,transparent 70%); opacity: .65; }
.aircraft { position: absolute; width: 112%; max-width: none; height: auto; left: -6%; top: 10%; mix-blend-mode: screen; mask-image: radial-gradient(ellipse 65% 64% at center,black 52%,transparent 84%); animation: aircraft-float 9s ease-in-out infinite; }
.flight-orbits,.airframe-callouts { position: absolute; width: 100%; height: 100%; inset: 0; stroke: #73757D; stroke-width: .65; }
.flight-orbits { opacity: .46; }
.airframe-callouts { z-index: 2; stroke: #A8A8B0; opacity: .85; }
.airframe-callouts circle { fill: var(--signal); stroke: none; }
.airframe-callouts .red-guide { stroke: var(--signal); stroke-width: 1; }
.orbital-rotor { transform-origin: 340px 290px; animation: orbit 42s linear infinite; stroke: var(--signal); stroke-width: 1.4; }
.hud-label { position: absolute; font: 8px/1.5 var(--mono); letter-spacing: .07em; color: #C8C9CF; z-index: 3; }
.label-top { right: 10%; top: 18%; }
.label-bottom { left: 9%; bottom: 18%; }
.vertical-scale { position: absolute; right: 0; top: 31%; display: flex; flex-direction: column; align-items: center; gap: 14px; color: var(--steel); font: 8px var(--mono); }
.vertical-scale i { width: 5px; height: 36px; background: repeating-linear-gradient(0deg,var(--steel) 0 1px,transparent 1px 8px); }
.flight-visual figcaption { padding: 0 18px 14px; }
.visual-caption { color: var(--steel); }
.visual-code { color: var(--signal); font-size: 8px; }
.scroll-cue { width: fit-content; display: flex; align-items: center; gap: 15px; min-height: 44px; font: 9px var(--mono); letter-spacing: .13em; color: var(--dim); text-decoration: none; }
.scroll-line { width: 42px; height: 1px; background: var(--signal); }
.mission-strip { padding: 28px 0; border-block: 1px solid var(--line); background: #101014; }
.mission-strip-grid { display: grid; grid-template-columns: 1.6fr repeat(4,1fr); gap: 25px; align-items: center; }
.mission-strip p { font: 9px/1.8 var(--mono); letter-spacing: .06em; color: var(--steel); margin: 0; }
.mission-strip strong { color: var(--dim); font-weight: 400; }
.mission-strip-grid > div { display: flex; gap: 14px; align-items: center; font: 600 15px var(--display); }
.mission-strip-grid > div > span { color: var(--signal); font: 9px var(--mono); }
.section-heading { display: grid; grid-template-columns: 1fr 2.25fr; gap: 50px; margin-bottom: 56px; }
.section-heading > .eyebrow { padding-top: 12px; }
.section-heading h2 { max-width: 24ch; }
.section-heading .lede { max-width: 54ch; margin-bottom: 0; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.service-path { padding: 36px 54px 12px 0; }
.service-path + .service-path { padding: 36px 0 12px 54px; border-left: 1px solid var(--line); }
.path-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.path-number { font: 10px var(--mono); letter-spacing: .12em; color: var(--mist); }
.status-label { font: 10px/1.6 var(--mono); color: var(--dim); display: inline-flex; align-items: center; gap: 8px; }
.status-label::before { content: ''; width: 4px; height: 4px; background: #D4D6DB; }
.status-development::before { background: var(--signal); }
.path-graphic { display: block; width: 100%; height: 120px; stroke: #63636E; stroke-width: 1; margin: 30px 0; }
.path-graphic circle { stroke: var(--signal); fill: var(--ink); }
.signal-line { stroke: var(--signal); stroke-dasharray: 32 530; animation: route-travel 8s linear infinite; }
.service-path h3 { font-size: clamp(25px,2.4vw,34px); letter-spacing: -.035em; }
.service-path > p { color: var(--dim); font-size: 15px; max-width: 46ch; }
.service-path .path-services { font: 10px/1.8 var(--mono); margin: 24px 0; color: var(--steel); }
.path-services span { color: var(--signal); margin: 0 9px; }
.service-path .text-link { width: 100%; padding-block: 10px; }
.operation-section { background: #101013; border-block: 1px solid var(--line); }
.operation-map { border: 1px solid var(--line); padding: 30px 34px; margin-bottom: 20px; background-image: radial-gradient(#70707A33 .7px,transparent .7px); background-size: 16px 16px; }
.operation-caption { display: flex; justify-content: space-between; align-items: center; gap: 20px; font: 10px var(--mono); letter-spacing: .08em; }
.operation-stages { position: relative; list-style: none; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 36px; margin: 40px 0 24px; padding: 0; }
.operation-stages::before { content: ''; position: absolute; height: 1px; top: 27px; left: 27px; right: 18%; background: var(--line-strong); }
.operation-stages li { margin: 0; position: relative; }
.stage-node { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid #777780; background: #121216; margin-bottom: 28px; transform: rotate(45deg); }
.stage-node span { transform: rotate(-45deg); color: var(--signal); font: 13px var(--mono); }
.operation-stages h3 { font-size: 17px; letter-spacing: -.02em; }
.operation-stages p { font-size: 13px; line-height: 1.75; color: var(--dim); max-width: 24ch; }
.operation-map .footnote { border-top: 1px solid var(--line); padding-top: 20px; font-size: 12px; }
.scan-invitation-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 110px; align-items: center; }
.readiness-instrument { position: relative; width: 100%; max-width: 390px; aspect-ratio: 1; }
.readiness-instrument svg { width: 100%; height: 100%; stroke: #696970; stroke-width: 1; }
.readiness-instrument > div { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.readiness-instrument strong { font: 700 100px/1.4 var(--display); letter-spacing: -.065em; }
.readiness-instrument span { font: 9px var(--mono); letter-spacing: .13em; color: var(--dim); }
.instrument-rotor { stroke: var(--signal); transform-origin: 200px 200px; animation: orbit 24s linear infinite; stroke-width: 2; }
.scan-form { max-width: none; gap: 10px; margin-top: 30px; }
.scan-label { flex: 1 0 100%; font: 12px var(--body); margin-bottom: 4px; }
.scan-input { background: #141418; border: 1px solid var(--line-strong); border-radius: 2px; min-height: 52px; flex: 1 1 190px; }
.scan-input::placeholder { color: #ACACB6; }
.scan-note { color: var(--steel); font-size: 12px; line-height: 1.75; }
.scan-form .btn { padding-inline: 20px; }
.closing-section { border-top: 1px solid var(--line); padding-bottom: 70px; }
.closing-row { display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.closing-row h2 { font-size: clamp(38px,5.4vw,74px); line-height: 1.12; }
.round-link { width: 112px; height: 112px; border: 1px solid var(--signal); border-radius: 50%; display: grid; place-items: center; font-size: 54px; font-weight: 400; text-decoration: none; color: var(--signal); flex: 0 0 auto; transition: background .2s,transform .3s var(--ease-out); }
.round-link:hover { background: var(--red); color: white; transform: rotate(45deg); }
.closing-bottom { display: flex; justify-content: space-between; gap: 28px; align-items: center; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.closing-bottom p { margin: 0; color: var(--dim); font-size: 14px; }
.site-footer { margin-top: 0; background: #101013; border-top-color: var(--line); }
.footer-tagline { font-size: 16px; font-weight: 500; max-width: 26ch; }
.footer-nav { gap: 2px 50px; }
.footer-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; }
.footer-bottom { align-items: center; font: 10px/1.7 var(--mono); }
/* Inner pages keep the same instrument language without competing with tasks. */
.inner-hero { padding-block: 84px 68px; border-bottom: 1px solid var(--line-soft); isolation: isolate; }
.inner-hero > .wrap { position: relative; z-index: 1; }
.inner-hero h1 { font-size: clamp(38px,4.9vw,68px); max-width: 21ch; line-height: 1.08; margin-bottom: 26px; }
.inner-hero .lede { font-size: 17px; max-width: 62ch; }
.blueprint { position: absolute; width: 430px; height: 430px; right: max(1%,calc((100vw - 1360px)/2)); top: 30px; opacity: .48; z-index: 0; pointer-events: none; }
.blueprint svg { width: 100%; height: 100%; stroke: #777780; stroke-width: .8; }
.blueprint .blueprint-airframe { stroke: #AAAAB4; stroke-width: 1.25; }
.blueprint-rotor { transform-origin: 210px 210px; animation: orbit 36s linear infinite; stroke: var(--signal); stroke-width: 1.5; }
.inner-hero .rise { max-width: min(70%,740px); }
.inner-hero h1.rise { max-width: 70%; }
.page-contact .blueprint { top: 100px; }
.page-contact .inner-hero .rise { max-width: 65%; }
.hero-grid { gap: 70px; }
.panel,.tier { border-radius: 2px; background: var(--panel); border-color: var(--line); }
.panel-head h3 { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .1em; }
.panel-head .tag { font-size: 11px; }
.checks li::before { width: 5px; height: 5px; border-radius: 0; background: var(--signal); }
.card { background: transparent; border: 0; border-top: 1px solid var(--line); border-radius: 0; padding: 26px 10px 24px 0; }
.card:hover { transform: none; border-color: var(--signal); }
.card h3 { font-size: 15px; letter-spacing: -.01em; text-transform: none; }
.card .num { color: var(--signal); }
.step { grid-template-columns: 140px 1fr; padding-block: 52px; }
.step .marker { font: 600 46px/1 var(--display); -webkit-text-stroke-color: #9B9BA4; }
.step h3 { font-size: clamp(23px,2.5vw,32px); letter-spacing: -.025em; text-transform: none; }
.step h3 .k { color: var(--signal); }
.step > div:last-child { max-width: 82ch; }
.tier .kind { font-size: 10px; letter-spacing: .07em; }
.tier.featured .kind { color: var(--signal); }
.tier.featured { border-top: 2px solid var(--signal); background: #161215; }
.tier h3 { margin-block: 22px 12px; font-size: 30px; }
.tier p,.tier .checks li { font-size: 14px; }
.tier .btn { margin-top: 24px; }
.contact-form .input { border-color: var(--line-strong); border-radius: 2px; min-height: 50px; }
.contact-form .btn-row { flex-direction: row; }
.scan-console { margin-top: 36px; padding: 28px; border: 1px solid var(--line-strong); background: var(--panel); max-width: 780px; }
.console-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; font: 9px/1.8 var(--mono); color: var(--dim); letter-spacing: .06em; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.inner-hero .scan-console .scan-form { max-width: none; }
.scan-console .scan-note { margin-bottom: 0; }
.scan-out { position: relative; background: var(--ink); }
.scan-out:not(:empty) { padding-top: 20px; border-top: 1px solid var(--line); }
.scan-score { background: #141417; box-shadow: 0 0 0 8px var(--ink),0 0 0 9px var(--line); margin: 10px; }
.scan-summary h2 { font-size: 28px; }
.scan-check-head strong { font-size: 14px; }
.scan-check p,.scan-weight,.scan-counts,.scan-target,.scan-score-of,.scan-msg p { color: var(--dim); }
.scan-details summary { min-height: 44px; }
/* Effects never hide content while waiting for JS or for a scroll threshold. */
[data-reveal].is-revealed { animation: reveal-in .7s var(--ease-out) both; }
@keyframes reveal-in { from { opacity: .55; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes aircraft-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(.6deg); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes route-travel { to { stroke-dashoffset: -562; } }
.motion-paused *, .motion-paused *::before, .motion-paused *::after,
.page-hidden *, .page-hidden *::before, .page-hidden *::after,
.is-offscreen *, .is-offscreen *::before, .is-offscreen *::after { animation-play-state: paused !important; }
.motion-paused .rise,.motion-paused [data-reveal] { animation: none !important; }
.motion-paused { scroll-behavior: auto; }
.motion-paused .btn:hover,.motion-paused .round-link:hover { transform: none; }
@media (min-width: 1550px) { .flight-grid { min-height: 720px; } }
@media (max-width: 1100px) {
  .wrap { padding-inline: 32px; }
  .flight-grid { grid-template-columns: .95fr 1fr; min-height: 610px; }
  .flight-hero h1 { font-size: 70px; }
  .flight-visual { margin-left: -50px; margin-right: -15px; }
  .visual-heading,.visual-code { font-size: 7px; }
  .flight-copy .btn-row { gap: 15px; }
  .flight-copy .text-link { font-size: 12px; }
  .mission-strip-grid { gap: 14px; }
  .mission-strip-grid > div { font-size: 12px; gap: 8px; }
  .section-heading { gap: 30px; grid-template-columns: 1fr 2fr; }
  .service-path { padding-right: 30px; }
  .service-path + .service-path { padding-left: 30px; }
  .path-top { align-items: flex-start; flex-direction: column; gap: 8px; }
  .scan-invitation-grid { gap: 60px; }
  .inner-hero .blueprint { opacity: .27; right: -90px; }
  .inner-hero .lede { max-width: 70%; }
  .tier { padding: 24px; }
  .grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 80px; }
  .wrap { padding-inline: 24px; }
  .header-inner { min-height: 74px; flex-wrap: wrap; gap: 12px; }
  .wordmark { font-size: 16px; }
  .brand-symbol { width: 25px; }
  .site-nav { width: 100%; flex-wrap: wrap; gap: 4px 24px; border-top: 1px solid var(--line); padding-top: 12px; }
  .site-nav .nav-scan { padding-inline: 14px; }
  .has-menu .site-nav { display: none; }
  .has-menu .site-nav.is-open { display: flex; }
  .menu-toggle { margin-left: auto; }
  .meta-right { display: none; }
  .flight-meta { font-size: 8px; }
  .flight-hero { padding-top: 22px; padding-bottom: 20px; }
  .flight-grid { display: flex; flex-direction: column; align-items: stretch; min-height: 0; }
  .flight-copy { padding-top: 42px; padding-bottom: 8px; }
  .flight-hero h1 { font-size: clamp(60px,12vw,86px); line-height: 1; }
  .flight-hero h1 br:nth-of-type(2) { display: none; }
  .flight-hero h1 .accent { display: block; }
  .flight-copy .eyebrow { margin-bottom: 22px; }
  .flight-hero .lede { font-size: 16px; }
  .flight-copy .btn-row { gap: 22px; }
  .flight-copy .text-link { font-size: 13px; }
  .flight-visual { margin: 18px -10px 12px; }
  .flight-stage { aspect-ratio: 680/500; }
  .flight-orbits,.airframe-callouts { height: 116%; top: -8%; }
  .aircraft { top: 2%; }
  .visual-heading { font-size: 8px; }
  .visual-code { font-size: 7px; }
  .scroll-cue { margin-top: 6px; }
  .mission-strip { padding-block: 24px; }
  .mission-strip-grid { grid-template-columns: repeat(4,1fr); gap: 20px 12px; }
  .mission-strip p { grid-column: 1/-1; }
  .mission-strip p br { display: none; }
  .mission-strip strong { margin-left: 7px; }
  .mission-strip-grid > div { font-size: 11px; flex-direction: column; align-items: flex-start; gap: 7px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading > .eyebrow { padding-top: 0; }
  .section-heading h2 { font-size: clamp(30px,6vw,42px); }
  .path-grid { grid-template-columns: 1fr; }
  .service-path,.service-path + .service-path { padding: 30px 0 34px; border-left: 0; }
  .service-path + .service-path { border-top: 1px solid var(--line); }
  .path-top { flex-direction: row; gap: 12px; }
  .path-graphic { margin: 20px 0; }
  .service-path h3 { font-size: 30px; }
  .operation-map { padding: 24px; }
  .operation-caption { align-items: flex-start; flex-direction: column; gap: 12px; font-size: 9px; }
  .operation-stages { grid-template-columns: 1fr; gap: 32px; margin-top: 36px; }
  .operation-stages::before { height: auto; width: 1px; top: 28px; bottom: 70px; left: 23px; right: auto; }
  .operation-stages li { padding-left: 82px; min-height: 94px; }
  .stage-node { position: absolute; left: 0; top: 0; width: 48px; height: 48px; }
  .operation-stages p { max-width: 100%; margin-bottom: 0; }
  .scan-invitation-grid { grid-template-columns: 1fr; gap: 44px; }
  .readiness-instrument { max-width: 280px; margin-inline: auto; }
  .readiness-instrument strong { font-size: 76px; }
  .closing-row { gap: 20px; }
  .closing-row h2 { font-size: clamp(31px,6.3vw,46px); }
  .round-link { width: 70px; height: 70px; font-size: 38px; }
  .closing-bottom { align-items: flex-start; flex-direction: column; margin-top: 20px; }
  .footer-top { gap: 30px; }
  .footer-nav { grid-auto-flow: column; grid-template-rows: repeat(4,auto); gap: 0 30px; }
  .footer-bottom { gap: 16px 25px; justify-content: flex-start; }
  .footer-bottom > span:last-child { flex-basis: 100%; }
  .btn { width: auto; }
  .btn-row { gap: 12px; }
  .inner-hero { padding-block: 60px 50px; }
  .inner-hero h1 { font-size: clamp(36px,7vw,50px); }
  .inner-hero .rise,.inner-hero h1.rise,.inner-hero .lede,.page-contact .inner-hero .rise { max-width: 100%; }
  .inner-hero .blueprint { width: 300px; height: 300px; right: -110px; top: 18px; opacity: .12; }
  .grid-3 { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; }
  .step { grid-template-columns: 54px 1fr; gap: 22px; padding-block: 36px; }
  .step .marker { font-size: 30px; }
  .step h3 { font-size: 25px; }
  .checks li { font-size: 14px; }
  .scan-console { padding: 20px; }
  .console-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .scan-form .btn { flex: 1 0 auto; }
  .contact-form .btn-row { gap: 12px; }
  .contact-form .btn-row .btn { width: 100%; }
}
@media (max-width: 380px) {
  .wrap { padding-inline: 20px; }
  .flight-hero h1 { font-size: 59px; }
  .flight-copy .btn-row { gap: 14px; }
  .flight-copy .btn { padding-inline: 16px; gap: 15px; }
  .flight-copy .text-link { gap: 12px; font-size: 12px; }
  .visual-code { display: none; }
  .path-top { flex-direction: column; }
  .closing-row h2 { font-size: 29px; }
  .round-link { width: 56px; height: 56px; font-size: 32px; }
  .step { grid-template-columns: 1fr; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .aircraft,.orbital-rotor,.instrument-rotor,.blueprint-rotor,.signal-line,.rise,[data-reveal].is-revealed { animation: none !important; transform: none; }
  .round-link:hover { transform: none; }
}
@media print {
  .flight-visual,.blueprint,.readiness-instrument,.motion-toggle,.scroll-cue,.round-link { display: none; }
  .flight-grid,.section-heading,.scan-invitation-grid { display: block; }
  .outline-word { color: #111; -webkit-text-stroke: 0; }
}

@media (min-width: 761px) { .menu-toggle { display: none; } }
.visual-motion { font-size: 9px; padding: 8px 12px; border-color: transparent; }
.visual-motion::before { content: "Ⅱ"; color: var(--signal); margin-right: 9px; }
.visual-motion[aria-pressed=true]::before { content: "▷"; }
.outline-word { font-weight: 600; letter-spacing: -.035em; }
@media (max-width: 760px) {
  .flight-copy .btn-row { gap: 16px; }
  .flight-copy .btn { padding-inline: 18px; gap: 18px; }
  .flight-copy .text-link { font-size: 12px; gap: 12px; }
}
/* Code examples must scroll inside their column rather than widening a phone page. */
.grid > *, .hero-grid > *, .contact-grid > * { min-width: 0; }
.code { max-width: 100%; }
/* Without the JS pause controls, decorative artwork stays static. */
html:not(.has-motion-controls) .aircraft,
html:not(.has-motion-controls) .orbital-rotor,
html:not(.has-motion-controls) .instrument-rotor,
html:not(.has-motion-controls) .blueprint-rotor,
html:not(.has-motion-controls) .signal-line { animation: none; }

/* Touch and narrow-screen refinements. Keep form text readable without zoom. */
.contact-form .input { font-size: 16px; }
.site-nav a, .footer-nav a { min-width: 44px; }
.site-footer .wordmark { display: inline-flex; align-items: center; min-height: 44px; }
.scroll-x { overscroll-behavior-x: contain; }

@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; min-height: 74px; gap: 12px; }
  .menu-toggle { display: inline-flex; align-items: center; margin-left: auto; }
  .site-nav { width: 100%; flex-wrap: wrap; gap: 4px 18px; border-top: 1px solid var(--line); padding-top: 12px; }
  .site-nav a { font-size: 14px; padding: 10px 8px; }
  .site-nav .nav-scan { padding-inline: 16px; }
  .has-menu .site-nav { display: none; }
  .has-menu .site-nav.is-open { display: flex; }
}

@media (min-width: 761px) and (max-width: 1000px) {
  .page-pricing .grid-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .page-pricing .tier:last-child { grid-column: 1 / -1; }
  .page-pricing .tier:last-child p, .page-pricing .tier:last-child .checks { max-width: 68ch; }
}

@media (max-width: 760px) {
  .service-path > p, .card p, .tier p, .tier .what, .tier .checks li, .checks li,
  .operation-stages p, .scan-check p, .qa p { font-size: 16px; }
  .footer-nav a { font-size: 14px; }
  .btn-row > .btn { flex-grow: 1; }
  .flight-copy .btn-row > .btn { flex-grow: 0; }
}

@media (max-height: 500px) and (max-width: 1000px) {
  /* Reclaim height in landscape and when a mobile keyboard is open. */
  .site-header { position: relative; }
}

@media (pointer: coarse) {
  .btn:hover, .round-link:hover { transform: none; }
}

/* Discovery, understanding and action share the existing aerospace system. */
.flight-hero h1 { font-size: clamp(38px, 5.25vw, 76px); }
.mission-strip-grid { grid-template-columns: 1.6fr repeat(3, 1fr); }
.visibility-paths { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.visibility-paths .service-path { min-width: 0; }
.visibility-paths .service-path h3 { font-size: clamp(23px, 2.5vw, 34px); }
.visibility-paths .path-top { flex-wrap: wrap; gap: 12px; }
.visibility-stages { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.visibility-ledger { border-top: 1px solid var(--signal); border-bottom: 1px solid var(--line); padding: 26px 0 38px; }
.visibility-ledger .grid { margin-top: 28px; gap: 32px; }
.visibility-ledger h3 { margin: 16px 0; }
.footer-tagline { max-width: 38ch; }
@media (min-width: 901px) { .site-nav { gap: clamp(12px, 1.6vw, 25px); } }
@media (max-width: 1000px) {
  .visibility-paths { grid-template-columns: 1fr; }
  .visibility-paths .service-path { padding-inline: 0; border-right: 0; }
  .visibility-paths .path-graphic { max-width: 480px; }
}
@media (max-width: 760px) {
  .mission-strip-grid { grid-template-columns: repeat(3, 1fr); }
  .visibility-stages { grid-template-columns: 1fr; }
  .visibility-ledger .grid { grid-template-columns: 1fr; }
}
@media (min-width: 1001px) {
  .visibility-paths .service-path { padding: 36px 28px 12px; }
  .visibility-paths .service-path:first-child { padding-left: 0; }
  .visibility-paths .service-path:last-child { padding-right: 0; }
}
@media (max-width: 1000px) {
  .visibility-paths .service-path + .service-path { border-left: 0; border-top: 1px solid var(--line); }
}

/* Keep customer policy links readable as the shared footer grows. */
@media (max-width: 600px) {
  .footer-nav { grid-auto-flow: row; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: none; gap: 0 20px; width: 100%; }
  .footer-nav a { white-space: normal; }
}
