/* Tajik Air / Spatial edition.
   Final shared presentation layer. Content and original component behavior stay in their source files. */
:root,
body[data-page="home"] {
  --bg-950: #060b12;
  --bg-900: #09121d;
  --bg-850: #0d1825;
  --bg-800: #112030;
  --text: #f2f7fc;
  --text-soft: #b9c8d7;
  --text-muted: #9cabbc;
  --text-faint: #8c9bad;
  --accent-400: #9edcff;
  --accent-500: #70c8ff;
  --accent-600: #42b4f8;
  --accent-700: #278cba;
  --accent-ink: #051927;
  --accent-glow: rgb(112 200 255 / .25);
  --accent-glow-soft: rgb(112 200 255 / .10);
  --edge: rgb(193 222 246 / .13);
  --edge-strong: rgb(193 222 246 / .24);
  --edge-soft: rgb(193 222 246 / .07);
  --ink-900: #f2f7fc;
  --ink-800: #e1ebf5;
  --ink-700: #c9d9e8;
  --ink-600: #b9c8d7;
  --ink-500: #9cabbc;
  --ink-400: #8c9bad;
  --brand-800: #a1dcff;
  --brand-700: #9edcff;
  --brand-600: #8ed2ff;
  --brand-500: #70c8ff;
  --brand-400: #70c8ff;
  --brand-300: #b5e5ff;
  --brand-200: #37647d;
  --brand-100: #142b3b;
  --brand-050: #101e2b;
  --paper: #060b12;
  --paper-soft: #09121d;
  --paper-tint: #101f2d;
  --line: rgb(193 222 246 / .13);
  --line-soft: rgb(193 222 246 / .07);
  --line-strong: rgb(193 222 246 / .24);
  --font-display: Manrope, "Segoe UI", system-ui, sans-serif;
  --container: 1320px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-2xl: 26px;
  --radius-3xl: 32px;
  --shadow-lg: 0 22px 50px -22px rgb(0 0 0 / .8);
  --shadow-xl: 0 38px 90px -28px rgb(0 0 0 / .85);
  color-scheme: dark;
}
body { background: var(--bg-950); }
body::before { background: radial-gradient(ellipse at 90% 0, #10273780, transparent 55%); }
body[data-page="home"] { background: var(--bg-950); color: var(--text); }
body[data-page="home"]::before { display: block; }
::selection { background: #8fd3fa; color: #06111a; }
:is(h1, h2, h3), body[data-page="home"] :is(h1, h2, h3) {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.12;
}
h2, body[data-page="home"] h2 { font-size: clamp(2rem, 3.65vw, 3.6rem); }
body[data-page="home"] main .section { padding-block: clamp(64px, 8vw, 120px); }
body[data-page="home"] main .section-soft { background: #09121b; }
body[data-page="home"] main .section-heading { margin-bottom: 38px; }
.eyebrow, body[data-page="home"] .eyebrow {
  color: var(--accent-400);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.7;
}
.eyebrow::before, body[data-page="home"] .eyebrow::before {
  width: 26px; height: 1px; border-radius: 0; box-shadow: none;
}
.text-link, body[data-page="home"] .text-link { font-size: .875rem; }
.button, body[data-page="home"] .button {
  min-height: 54px; border-radius: 14px; font-size: .9375rem;
  padding: 15px 24px; font-weight: 700; gap: 16px;
}
.button-primary, .button-gold,
body[data-page="home"] :is(.button-primary, .button-gold) {
  --btn-bg: linear-gradient(125deg, #b9e8ff, #72c9ff);
  --btn-fg: #072033;
  --btn-edge: #b2e5ff;
  box-shadow: inset 0 1px 0 #fff9, 0 5px 0 #2879a0, 0 12px 30px #4eacdf21;
}
.button-primary:hover, .button-gold:hover,
body[data-page="home"] :is(.button-primary, .button-gold):hover {
  --btn-bg: linear-gradient(125deg, #d8f2ff, #93d7ff);
  --btn-fg: #072033;
  box-shadow: inset 0 1px 0 #fff9, 0 5px 0 #2879a0, 0 18px 42px #4eacdf35;
}
.button-ghost, .button-quiet,
body[data-page="home"] :is(.button-ghost, .button-quiet) {
  --btn-bg: #ffffff05; --btn-fg: var(--text); --btn-edge: var(--edge-strong);
}
body :is(a, button, input, textarea, select, summary):focus-visible {
  outline: 2px solid #a8ddff; outline-offset: 5px;
}

/* A translucent navigation shell, shared by every public page. */
.site-header, body[data-page="home"] .site-header {
  position: sticky; top: 0; background: #08111bea;
  color: var(--text); box-shadow: 0 1px 0 var(--edge);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
}
.site-header .utility-bar, body[data-page="home"] .site-header .utility-bar {
  background: #050b12; border-bottom: 1px solid var(--edge-soft); backdrop-filter: none;
}
.site-header .utility-inner, body[data-page="home"] .site-header .utility-inner {
  min-height: 32px; font-size: .75rem; color: var(--text-muted);
}
.official-note, body[data-page="home"] .official-note { color: var(--text-muted); letter-spacing: .10em; }
.utility-links a, body[data-page="home"] .utility-links a { color: var(--text-soft); }
.utility-links a:hover, body[data-page="home"] .utility-links a:hover { color: #c4eaff; }
.site-header .nav-shell, body[data-page="home"] .site-header .nav-shell {
  background: transparent; border: 0; backdrop-filter: none;
}
.site-header .nav-inner, body[data-page="home"] .site-header .nav-inner { min-height: 78px; gap: 20px; }
.site-header .brand-logo, body[data-page="home"] .site-header .brand-logo {
  width: 148px; height: 37px; object-fit: contain; filter: none;
}
.site-header.is-stuck .brand-logo, body[data-page="home"] .site-header.is-stuck .brand-logo { height: 37px; }
.desktop-nav a, body[data-page="home"] .desktop-nav a { padding: 11px 13px; font-size: .875rem; color: #c4d0dc; }
.desktop-nav a:hover, body[data-page="home"] .desktop-nav a:hover { color: #fff; background: #ffffff08; }
.desktop-nav a::before { display: none; }
.site-header :is(.icon-button, .language-button, .mobile-menu-button),
body[data-page="home"] .site-header :is(.icon-button, .language-button, .mobile-menu-button) {
  color: var(--text); background: #ffffff05; border-color: var(--edge); border-radius: 12px;
}
.mobile-menu-button span, body[data-page="home"] .mobile-menu-button span { background: var(--text); }
.language-list, body[data-page="home"] .language-list { background: #101d2b; border-color: var(--edge-strong); }
.language-list button, body[data-page="home"] .language-list button { color: var(--text); font-size: .875rem; }
.language-list button:hover, .language-list button[aria-selected="true"] { background: #ffffff0a; }
.mobile-nav, body[data-page="home"] .mobile-nav {
  background: #0b1723; border-bottom: 1px solid var(--edge);
  max-height: calc(100dvh - 90px); overflow-y: auto;
}
.mobile-nav a, body[data-page="home"] .mobile-nav a { color: var(--text); font-size: 1rem; }
.scroll-progress, body[data-page="home"] .scroll-progress { background: #90d6ff; height: 2px; }

/* Cinematic gallery: the existing photos sit on a floating, layered frame. */
.hero.hero--ultra {
  position: relative; display: flex; flex-direction: column; isolation: isolate;
  min-height: 0; padding: 40px 0 28px; overflow: hidden;
  background: radial-gradient(ellipse at 65% 35%, #21465d 0, #0a1724 45%, #060b12 85%);
}
.hero.hero--ultra::after { display: none; }
.hero--ultra .hero-visual {
  position: relative; inset: auto; grid-area: auto; flex: none;
  width: min(calc(100% - 100px), 1320px); height: auto;
  aspect-ratio: 16 / 8.8; max-height: 690px; margin: 12px auto 32px;
  border: 1px solid #b5e3ff70; border-radius: 30px; overflow: visible;
  transform-style: preserve-3d; z-index: 1;
  transform: perspective(1800px) rotateX(calc(5deg + var(--hero-rx, 0deg))) rotateY(calc(-5deg + var(--hero-ry, 0deg))) rotateZ(-1deg) translate3d(var(--hero-x, 0px), var(--hero-y, 0px), 0);
  box-shadow: 0 40px 70px -20px #000b, 0 0 65px #67bdff13;
  transition: transform 700ms cubic-bezier(.2,.8,.2,1);
}
.hero--ultra .hero-visual::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(135deg, #31536b, #0b1927 65%);
  border: 1px solid #9cdfff40; border-radius: inherit;
  transform: translate3d(13px, 17px, -35px);
  box-shadow: 10px 12px 0 -2px #102838, 10px 12px 0 -1px #85c6f033;
}
.hero--ultra .hero-slides {
  position: absolute; inset: 0; overflow: hidden; border-radius: inherit;
  background: #0a1724; perspective: 1300px;
}
.hero--ultra .hero-visual::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  border-radius: inherit; transform: translateZ(1px);
  background: linear-gradient(125deg, #f0faff16, transparent 38%, #030b160a);
  box-shadow: inset 0 1px 1px #ffffff85, inset 0 -1px 1px #87cfff45;
}
body[data-page="home"] .hero--ultra .hero-slide {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 42%; opacity: 0;
  transform: translateX(2.5%) rotateY(5deg) scale(1.07);
  transform-origin: 50% 50%;
  transition: opacity 1100ms ease, transform 1600ms cubic-bezier(.2,.7,.2,1);
}
body[data-page="home"] .hero--ultra .hero-slide.is-active {
  opacity: 1; transform: translateX(0) rotateY(0) scale(1); animation: none;
}
.hero--ultra .hero-inner {
  position: relative; display: block; grid-area: auto; padding-block: 0; z-index: 2;
}
.hero--ultra .hero-copy {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 28px; max-width: none;
}
.hero--ultra .hero-copy > .eyebrow { margin: 0; max-width: 340px; flex: 0 1 340px; }
body[data-page="home"] .hero--ultra .hero-lead {
  max-width: 66ch; margin: 0; font-size: .875rem; line-height: 1.8; color: #b8c9d9;
}
.hero-wordmark {
  position: absolute; bottom: -24px; left: 50%; transform: translateX(-50%);
  font-size: clamp(100px, 19vw, 300px); line-height: 1; font-weight: 800;
  letter-spacing: -.065em; white-space: nowrap; color: #c0e5ff04;
  -webkit-text-stroke: 1px #c0e5ff14; pointer-events: none; z-index: 0;
}
.hero-orbit {
  position: absolute; width: 940px; height: 940px; right: -180px; top: -200px;
  border: 1px solid #abcfea12; border-radius: 50%; transform: rotateX(48deg) rotateZ(-30deg);
  box-shadow: 0 0 0 60px #abcfea03, 0 0 0 120px #abcfea03; pointer-events: none;
}
@media (max-width: 760px) {
  .hero.hero--ultra { padding: 20px 0 24px; }
  .hero--ultra .hero-visual {
    width: calc(100% - 38px); aspect-ratio: 4 / 3; margin: 4px auto 28px;
    border-radius: 20px;
    transform: perspective(1100px) rotateX(3deg) rotateY(-3deg) rotateZ(-.7deg);
    box-shadow: 0 24px 45px -20px #000c;
  }
  .hero--ultra .hero-visual::before { transform: translate3d(5px, 9px, -20px); box-shadow: 4px 5px 0 -1px #19384c; }
  .hero--ultra .hero-copy { display: block; }
  .hero--ultra .hero-copy > .eyebrow { max-width: none; margin-bottom: 10px; font-size: .75rem; }
  body[data-page="home"] .hero--ultra .hero-lead { max-width: none; font-size: .875rem; }
  body[data-page="home"] .hero--ultra .hero-slide { object-position: 57% 42%; }
}

/* Existing phone-booking information becomes a compact flight desk. */
body[data-page="home"] .booking-band {
  position: relative; margin: -1px 0 0; padding: 0; background: #09131f;
  border-block: 1px solid var(--edge); z-index: 4;
}
body[data-page="home"] .booking-band::before { display: none; }
body[data-page="home"] .booking-inner { gap: 24px; padding-block: 30px; }
body[data-page="home"] .booking-copy { max-width: 480px; }
body[data-page="home"] .booking-copy h2 { font-size: 1.25rem; color: #f2f7fc; letter-spacing: -.025em; }
body[data-page="home"] .booking-copy p { margin-top: 8px; color: var(--text-muted); font-size: .875rem; }
body[data-page="home"] .booking-numbers { gap: 10px; }
.call-number, body[data-page="home"] .call-number {
  font-size: 1.125rem; font-family: var(--font-sans); font-weight: 600;
  color: #c3e9ff; background: #122534; border: 1px solid #244355; padding: 12px 17px;
  border-radius: 12px; box-shadow: inset 0 1px 0 #b0e2ff12;
}
body[data-page="home"] main .booking-more { color: #d6e4ef; white-space: nowrap; }

/* Photo cards have genuine CSS perspective; the invisible link remains on top. */
body[data-page="home"] .destination-grid.is-fares {
  grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 330px; gap: 22px;
}
body[data-page="home"] .destination-grid.is-fares > .destination-card {
  grid-column: auto; grid-row: auto; min-height: 0;
  border: 1px solid #b6d9f129; border-radius: 24px;
  box-shadow: 0 8px 0 -5px #20394b, 0 25px 45px -24px #000;
}
body[data-page="home"] .destination-grid.is-fares > .destination-card:first-child { grid-column: auto; grid-row: auto; }
body[data-page="home"] .destination-card::before {
  background: linear-gradient(0deg, #030c17f5, #0411217a 42%, #06132300 76%);
}
body[data-page="home"] .destination-grid.is-fares .destination-copy { padding: 26px; }
body[data-page="home"] .destination-grid.is-fares h3 { font-size: 2.1rem; font-weight: 600; letter-spacing: -.04em; }
body[data-page="home"] .destination-copy > span:first-child { font-size: .75rem; letter-spacing: .12em; color: #c2dceb; }
body[data-page="home"] .destination-copy p { font-size: .9375rem; color: #c8d5df; }
body[data-page="home"] .destination-card .dest-time { font-size: .75rem; padding: 7px 12px; margin-top: 14px; background: #ffffff0b; border-color: #ffffff30; }
body[data-page="home"] .dest-time::before { display: none; }
body[data-page="home"] .destination-card > a::after {
  content: "↗"; position: absolute; top: 20px; right: 20px;
  width: 40px; height: 40px; display: grid; place-items: center;
  border: 1px solid #ffffff50; border-radius: 50%; color: white;
  background: #0d1b2860; font-size: 1.1rem;
}
body[data-page="home"] .fares-section .note-line {
  background: transparent; border: 0; border-top: 1px solid var(--edge);
  border-radius: 0; color: var(--text-muted); padding: 24px 0 0; font-size: .875rem;
}

/* The route diagram sits on a tilted illuminated surface. */
body[data-page="home"] .map-band { background: #0a141f; border-block: 1px solid var(--edge); overflow: hidden; }
body[data-page="home"] .map-band::before { background: radial-gradient(ellipse at 80% 50%, #1a415e50, transparent 65%); }
body[data-page="home"] .map-inner { gap: 70px; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); perspective: 1200px; }
body[data-page="home"] .map-stage {
  background: linear-gradient(#a7d9ff09 1px, transparent 1px), linear-gradient(90deg, #a7d9ff09 1px, transparent 1px), #0b1b2a;
  background-size: 40px 40px; border: 1px solid #84bee64d; border-radius: 28px;
  padding: 26px 10px; box-shadow: 0 12px 0 -5px #142e42, 0 48px 65px -35px #000;
}
@media (min-width: 1051px) and (prefers-reduced-motion: no-preference) {
  body[data-page="home"] .map-stage.reveal.is-visible { transform: rotateX(12deg) rotateY(-8deg) rotateZ(2deg); }
}
body[data-page="home"] .map-stage svg { overflow: visible; }
body[data-page="home"] .map-stage .map-arc { stroke: #78caff; }
body[data-page="home"] .map-stage .map-node circle { fill: #b5e4ff; }
body[data-page="home"] .map-legend button { background: #ffffff04; border-color: var(--edge); font-size: .875rem; }
body[data-page="home"] .map-legend button:is(:hover,.is-active) { background: #152d40; border-color: #79caff80; }
body[data-page="home"] .map-legend .m-code { color: #a3ddff; font-size: .75rem; }
body[data-page="home"] .map-legend .m-price { color: var(--text-muted); font-size: .75rem; }
body[data-page="home"] .map-copy .bk-note { font-size: .8125rem; }

/* Repeating surfaces: fine edges, deep shadows and restrained highlights. */
.advantage-card, .link-card, .contact-card, .fleet-card, .vacancy-card,
body[data-page="home"] :is(.advantage-card, .link-card, .news-card) {
  background: linear-gradient(135deg, #142334, #0c1723 68%);
  border: 1px solid var(--edge); border-radius: 22px;
  box-shadow: inset 0 1px 0 #e2f4ff08, 0 18px 42px -30px #000;
}
body[data-page="home"] .advantage-card { padding: 30px; }
body[data-page="home"] .advantage-card h3 { font-size: 1.125rem; color: var(--text); letter-spacing: -.025em; }
body[data-page="home"] .advantage-card p { font-size: .9375rem; line-height: 1.8; color: var(--text-soft); }
body[data-page="home"] .adv-icon {
  width: 56px; height: 56px; border: 1px solid #7dc7f250;
  border-radius: 17px; color: #9edcff;
  background: linear-gradient(145deg, #254761, #112331);
  transform: rotate(-7deg); box-shadow: 4px 5px 0 #07111b, inset 0 1px 0 #e1f5ff40;
  margin-bottom: 28px;
}
body[data-page="home"] .link-card { padding: 28px 30px; }
body[data-page="home"] .link-card h3 { font-size: 1.25rem; }
body[data-page="home"] .link-card p { font-size: .9375rem; }
.link-card:hover, body[data-page="home"] .link-card:hover { background: #142838; border-color: #73b7df70; }
body[data-page="home"] .about-band { background: #0a1520; border-color: var(--edge); }
body[data-page="home"] .about-inner { gap: 80px; }
body[data-page="home"] .about-media { border: 1px solid #a4d9fa40; border-radius: 28px; box-shadow: 14px 14px 0 -1px #102330, 14px 14px 0 0 #a4d9fa24, 0 40px 70px -30px #000; }
body[data-page="home"] .about-copy > p { font-size: 1rem; line-height: 1.9; }
.stat-row strong, body[data-page="home"] .stat-row strong { font-family: var(--font-sans); font-size: clamp(2.4rem, 4vw, 3.6rem); color: #a6ddff; font-weight: 500; letter-spacing: -.055em; }
body[data-page="home"] .stat-row span { font-size: .8125rem; }
body[data-page="home"] .news-grid { gap: 24px; }
body[data-page="home"] .news-card-body strong { font-size: 1.125rem; }
body[data-page="home"] .news-card-lead .news-card-body strong { font-size: 1.7rem; line-height: 1.35; }
body[data-page="home"] .news-card-summary { font-size: .9375rem; }
body[data-page="home"] .news-meta { font-size: .8125rem; }
body[data-page="home"] .news-tag { font-size: .75rem; color: #b6e2ff; background: #19354a; }
body[data-page="home"] main .fb-section { background: #060d15; }
body[data-page="home"] .fb-band { background: #0c1825; border: 1px solid var(--edge); border-radius: 28px; overflow: hidden; }
body[data-page="home"] .fb-band-copy { padding: 44px; }
body[data-page="home"] .fb-band-copy p { color: var(--text-soft); }
body[data-page="home"] .fb-band-stage { background: #101f30; }
body[data-page="home"] .fb-start { color: var(--text); background: radial-gradient(ellipse at 50% 45%, #264966, #101e2c 65%); }
body[data-page="home"] .fb-start strong { color: var(--text); }
body[data-page="home"] .fb-start small { color: #b6c9d9; }
body[data-page="home"] .contact-cta { background: radial-gradient(ellipse at 80% 0, #1a3d55, #0a1825 75%); border-block: 1px solid var(--edge); padding-block: 76px; }
body[data-page="home"] .contact-cta h2 { color: #f2f7fc; }
body[data-page="home"] .contact-cta p { color: #b9c8d7; }
body[data-page="home"] .contact-cta .button-gold,
body[data-page="home"] .contact-cta .button-gold:hover {
  --btn-bg: linear-gradient(125deg, #b9e8ff, #72c9ff);
  --btn-fg: #072033; --btn-edge: #b2e5ff;
  box-shadow: inset 0 1px 0 #fff9, 0 5px 0 #2879a0, 0 12px 30px #4eacdf21;
}
.site-footer, body[data-page="home"] .site-footer { background: #050a10; border-top: 1px solid var(--edge); }
.site-footer .footer-brand p, body[data-page="home"] .footer-brand p { color: var(--text-muted); }
.site-footer .brand-logo, body[data-page="home"] .site-footer .brand-logo { filter: none; }

/* All existing interior pages use the same visual language. */
body[data-content-page] .page-head {
  padding-block: 70px 64px; border-bottom: 1px solid var(--edge);
  background: radial-gradient(ellipse at 85% 60%, #204a674d, transparent 55%), #0a1520;
  overflow: hidden;
}
body[data-content-page] .page-head::before { opacity: .18; }
body[data-content-page] .page-head h1 { max-width: 20ch; font-size: clamp(2.5rem, 5.3vw, 5rem); letter-spacing: -.05em; }
body[data-content-page] .page-head p { max-width: 65ch; font-size: 1.0625rem; line-height: 1.8; }
body[data-content-page] .breadcrumbs { font-size: .8125rem; margin-bottom: 25px; }
body[data-content-page] .page-body { padding-block: 64px 90px; }
body[data-content-page] .prose > h2 { margin-bottom: 24px; }
body[data-content-page] .prose :is(p, li) { font-size: 1rem; line-height: 1.85; }
body[data-content-page] .travel-card { border: 1px solid var(--edge); background: #0d1a28; border-radius: 26px; box-shadow: var(--shadow-lg); }
body[data-content-page] :is(.travel-card, .fleet-card, .news-item, .leader-card) img { transition: transform 700ms var(--ease-out); }
body[data-content-page] :is(.travel-card, .fleet-card):hover > img { transform: scale(1.025); }
body[data-content-page] :is(.news-item, .leader-card, .page-form, .help-block) { background: #0d1a27; border: 1px solid var(--edge); border-radius: 24px; }
body[data-content-page] .contact-card { padding: 30px; }
body[data-content-page] .contact-card h2 { font-size: 1.125rem; }
body[data-content-page] .contact-value { font-size: clamp(1.1rem, 2.3vw, 1.6rem); overflow-wrap: anywhere; }
body[data-content-page] .call-panel { background: linear-gradient(120deg, #163249, #0e1d2b); border: 1px solid #79c4f340; box-shadow: 0 8px 0 -4px #102e43; }
body[data-content-page] .steps > li { padding: 26px; background: #0c1825; border: 1px solid var(--edge); border-radius: 20px; }
body[data-content-page] .steps h2 { font-size: 1.25rem; }
body[data-content-page] .step-num { background: linear-gradient(130deg, #9fdfff, #4daee0); color: #071e2d; box-shadow: 3px 4px 0 #29485b; }
body[data-content-page] .side-nav { background: #0c1723; border-radius: 20px; border-color: var(--edge); }
body[data-content-page] .side-nav a { font-size: .9375rem; }
body[data-content-page] .faq-item { background: #0c1723; border-color: var(--edge); border-radius: 16px; }
body[data-content-page] .faq-item[open] { background: #112333; border-color: #8fd4ff50; }
body[data-content-page] .faq-item summary { font-size: 1rem; padding-block: 23px; }
.page-form :is(input, textarea, select) { background: #07121c; border-color: #9bc9e630; border-radius: 12px; min-height: 48px; font-size: 1rem; }
.page-form :is(input, textarea):focus { border-color: #92d6ff; box-shadow: 0 0 0 3px #92d6ff15; }
.modal-card { background: #0c1926f5; border: 1px solid #b5e4ff40; border-radius: 24px; box-shadow: 0 40px 100px #0009; }
.modal-backdrop { background: #01060bd9; backdrop-filter: blur(12px); }

/* Pointer effects are opt-in and leave touch, focus and reduced motion usable. */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body[data-page="home"] [data-spatial], body[data-content-page] [data-spatial] {
    transform: perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(var(--lift, 0px)) !important;
    transition: transform 500ms cubic-bezier(.2,.8,.2,1), border-color 350ms, box-shadow 350ms;
  }
  body [data-spatial].is-spatial { --lift: -7px; border-color: #9cdaff66; }
  body [data-spatial]:focus-within { --tilt-x: 0deg; --tilt-y: 0deg; }
}

@media (min-width: 1101px) and (max-width: 1230px) {
  body[data-page="home"] .desktop-nav a, .desktop-nav a { padding-inline: 8px; font-size: .8125rem; }
}
@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .mobile-menu-button { display: grid; }
  body[data-page="home"] .booking-inner { flex-wrap: wrap; }
  body[data-page="home"] .booking-copy { max-width: none; flex: 1 1 100%; }
  body[data-page="home"] .booking-more { margin-left: auto; }
  body[data-page="home"] .map-inner { gap: 40px; grid-template-columns: 1fr; }
  body[data-page="home"] .map-stage { max-width: 700px; width: 100%; margin-inline: auto; }
  body[data-page="home"] .destination-grid.is-fares { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body[data-page="home"] .advantage-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body[data-page="home"] .about-inner { gap: 42px; }
}
@media (max-width: 760px) {
  :root, body[data-page="home"] { --gutter: 20px; }
  .site-header .utility-inner, body[data-page="home"] .site-header .utility-inner { min-height: 30px; }
  .official-note, body[data-page="home"] .official-note { letter-spacing: .035em; font-size: .75rem; }
  .utility-links { display: none; }
  .site-header .nav-inner, body[data-page="home"] .site-header .nav-inner { min-height: 70px; }
  .site-header .brand-logo, body[data-page="home"] .site-header .brand-logo { width: 128px; height: 32px; }
  body[data-page="home"] .booking-inner { gap: 20px; padding-block: 26px; }
  body[data-page="home"] .booking-numbers { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; }
  body[data-page="home"] .booking-numbers .call-number { font-size: 1rem; flex: 1 1 220px; text-align: center; }
  body[data-page="home"] .booking-more { margin-left: 0; }
  body[data-page="home"] .destination-grid.is-fares { grid-auto-rows: 310px; gap: 16px; }
  body[data-page="home"] .destination-grid.is-fares .destination-copy { padding: 22px; }
  body[data-page="home"] .destination-grid.is-fares h3 { font-size: 1.75rem; }
  body[data-page="home"] .map-inner { gap: 30px; }
  body[data-page="home"] .map-stage { padding: 16px 6px; border-radius: 20px; }
  body[data-page="home"] .map-legend button { padding: 12px; gap: 7px; }
  body[data-page="home"] .about-inner { grid-template-columns: 1fr; }
  body[data-page="home"] .about-media { margin-right: 12px; }
  body[data-page="home"] .news-grid { grid-template-columns: 1fr; }
  body[data-page="home"] .news-card-lead { grid-row: auto; }
  body[data-page="home"] .news-card-lead .news-card-media { aspect-ratio: 16/10; }
  body[data-page="home"] .fb-band { grid-template-columns: 1fr; }
  body[data-page="home"] .fb-band-copy { padding: 30px 24px; }
  body[data-page="home"] .contact-cta { padding-block: 54px; }
  body[data-content-page] .page-head { padding-block: 46px; }
  body[data-content-page] .page-body { padding-block: 40px 64px; }
  body[data-content-page] .contact-card { padding: 24px; }
  body[data-content-page] .steps > li { padding: 20px; }
}
@media (max-width: 520px) {
  body[data-page="home"] .destination-grid.is-fares { grid-template-columns: 1fr; grid-auto-rows: 350px; }
  body[data-page="home"] .advantage-grid { grid-template-columns: 1fr; }
  body[data-page="home"] .section-heading { align-items: flex-start; }
  body[data-page="home"] .map-legend { grid-template-columns: 1fr; }
  body[data-page="home"] .news-grid > .news-card:not(.news-card-lead) { grid-template-columns: 1fr; }
  body[data-page="home"] .news-grid > .news-card:not(.news-card-lead) .news-card-media { aspect-ratio: 16/10; min-height: 0; }
  body[data-page="home"] .stat-row > div { padding-inline: 13px; }
  body[data-page="home"] .stat-row span { font-size: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero--ultra .hero-visual, body [data-spatial], body[data-page="home"] .map-stage.reveal.is-visible { transform: none !important; }
  .hero--ultra .hero-visual::before { transform: none; }
  body[data-page="home"] .hero--ultra .hero-slide { animation: none !important; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
@media print {
  .hero-orbit, .hero-wordmark { display: none; }
  body[data-page="home"] [data-spatial], body[data-content-page] [data-spatial] { transform: none !important; box-shadow: none; }
}
