/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html {
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  background: #0a141d;
}
body {
  min-height: 100svh;
  font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-feature-settings: 'ss01', 'cv11';
  color: #f4f6f8;
  background: transparent;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, picture, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ---------- Background ---------- */
.bg {
  position: fixed; inset: 0;
  /* Slightly oversized so the parallax shift (handled in app.js) never
     reveals a bare strip at the edges. Kept modest to avoid wasted pixels. */
  top: -140px; bottom: -140px;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 50% 30%, #1f3a55 0%, #0c1822 55%, #060c12 100%);
  will-change: transform;
}
.bg picture { position: absolute; inset: 0; }
.bg__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 60%;
  opacity: 0;
  transform: scale(1.03);
  filter: saturate(1.05) contrast(1.02);
  transition: opacity 1.6s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.bg__img.is-loaded { opacity: 1; animation: kenBurns 48s ease-in-out infinite alternate; }
@keyframes kenBurns {
  0%   { transform: scale(1.03) translate3d(0,0,0); }
  100% { transform: scale(1.07) translate3d(-0.8%, -0.6%, 0); }
}
.bg__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      rgba(8,14,22,0.55) 0%,
      rgba(8,14,22,0.30) 35%,
      rgba(8,14,22,0.55) 70%,
      rgba(8,14,22,0.85) 100%);
}
.bg__vignette {
  position: absolute; inset: 0;
  background: radial-gradient(120% 80% at 50% 50%, transparent 55%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}

/* ---------- Layout ---------- */
.page {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: clamp(28px, 5vw, 56px);
  padding:
    max(28px, env(safe-area-inset-top))
    clamp(20px, 5vw, 56px)
    max(28px, env(safe-area-inset-bottom));
  max-width: 1180px;
  margin: 0 auto;
}

/* ---------- Brand ---------- */
.brand { display: flex; align-items: center; }
.brand__logo {
  width: clamp(120px, 14vw, 180px);
  height: auto;
  filter:
    drop-shadow(0 6px 14px rgba(0,0,0,.45))
    drop-shadow(0 0 0 rgba(255,255,255,.0));
  background: rgba(255,255,255,0.92);
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* ---------- Hero ---------- */
.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 22px);
  max-width: 880px;
  padding-block: clamp(16px, 4vw, 40px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  margin: 0;
  padding: 8px 14px 8px 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.eyebrow__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #f25c5c;
  box-shadow: 0 0 0 0 rgba(242,92,92,.6);
  animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(242,92,92,.55); }
  70%  { box-shadow: 0 0 0 14px rgba(242,92,92,0); }
  100% { box-shadow: 0 0 0 0 rgba(242,92,92,0); }
}
.title {
  margin: 0;
  font-size: clamp(38px, 7.2vw, 88px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0,0,0,.35);
}
.title__line {
  display: block;
  background-clip: text;
  -webkit-background-clip: text;
}
.title__line--accent {
  background-image: linear-gradient(90deg, #ffffff 0%, #cfe7ff 60%, #f1d2c2 100%);
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero .title__line--accent { height: 1.2em; }
.lead {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 400;
  color: rgba(255,255,255,0.82);
  max-width: 60ch;
}

/* ---------- Contact ---------- */
.contact { width: 100%; }
.contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, 1.6vw, 18px);
}
@media (min-width: 720px) {
  .contact__grid { grid-template-columns: 1fr 1fr; }
}
.contact__card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 6px;
  padding: clamp(18px, 2vw, 22px);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
  transition:
    transform .45s cubic-bezier(.2,.7,.2,1),
    border-color .3s ease,
    background .3s ease,
    box-shadow .3s ease;
  overflow: hidden;
  isolation: isolate;
}
.contact__card::before {
  content: "";
  position: absolute; inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(140deg, rgba(255,255,255,0.4), rgba(255,255,255,0) 40%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: .7;
  pointer-events: none;
}
.contact__card:not(.contact__card--static):hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.28);
  background: linear-gradient(180deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.07) 100%);
  box-shadow: 0 18px 40px -18px rgba(0,0,0,.55);
}
.contact__card:focus-visible {
  outline: 2px solid #cfe7ff;
  outline-offset: 3px;
}
.contact__icon {
  display: inline-flex;
  width: 38px; height: 38px;
  align-items: center; justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  margin-bottom: 4px;
}
.contact__icon svg { width: 20px; height: 20px; }
.contact__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.contact__value {
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 600;
  color: #fff;
  overflow-wrap: anywhere;
  hyphens: none;
  -webkit-hyphens: none;
  line-height: 1.4;
  letter-spacing: -0.005em;
}

/* ---------- Footer ---------- */
.foot {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  text-align: left;
}

/* ---------- Reveal animation ---------- */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  filter: blur(6px);
  transition:
    opacity .9s cubic-bezier(.2,.7,.2,1),
    transform .9s cubic-bezier(.2,.7,.2,1),
    filter .9s cubic-bezier(.2,.7,.2,1);
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .bg__img.is-loaded { animation: none; transform: none; }
  .eyebrow__dot { animation: none; }
  [data-reveal] { transition: opacity .3s linear; transform: none; filter: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ---------- Small screens ---------- */
@media (max-width: 540px) {
  .page { gap: 32px; }
  .brand__logo { width: 130px; }
  .title { letter-spacing: -0.02em; }
  .contact__grid { grid-template-columns: 1fr; }
  .foot { text-align: center; }
}

/* =================================================================
   Site navigation, sub-pages, transitions, content components
   ================================================================= */

/* ---------- Site nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(20px, 5vw, 56px);
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 10px 14px 10px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(14,22,32,0.66) 0%, rgba(14,22,32,0.48) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  backdrop-filter: blur(16px) saturate(1.2);
  box-shadow: 0 14px 40px -20px rgba(0,0,0,0.6);
}
.nav__brand { display: inline-flex; align-items: center; gap: 12px; }
.nav__logo {
  width: 96px; height: auto;
  background: rgba(255,255,255,0.92);
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.35);
}
.nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0; padding: 0;
}
.nav__links a {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.78);
  border-radius: 10px;
  transition: color .2s ease, background .2s ease;
}
.nav__links a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.nav__links a.is-active {
  color: #fff;
  background: rgba(255,255,255,0.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}
.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #0b1622;
  background: linear-gradient(180deg, #ffffff 0%, #e6eef7 100%);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.6);
  transition: transform .25s ease, box-shadow .25s ease;
}
.nav__cta:hover { transform: translateY(-1px); box-shadow: 0 10px 24px -10px rgba(0,0,0,.55); }
.nav__toggle {
  display: none;
  width: 42px; height: 42px;
  align-items: center; justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: #fff;
  cursor: pointer;
}
.nav__toggle svg { width: 22px; height: 22px; }

/* The mobile drawer lives on <body>, not inside .nav — see app.js comment
   for the backdrop-filter / containing-block reasoning. It's hidden by
   default and only enabled inside the mobile @media block below. */
.nav__drawer,
.nav__scrim { display: none; }

@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__cta   { display: none; }
  .nav__toggle { display: inline-flex; position: relative; z-index: 101; }

  /* Backdrop scrim (sibling of <main>, not inside .nav). */
  .nav__scrim {
    display: block;
    position: fixed; inset: 0;
    background: rgba(6, 12, 18, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 99;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  body.nav-open .nav__scrim { opacity: 1; pointer-events: auto; }

  /* Drawer panel — slides in from the right, full viewport height. */
  .nav__drawer {
    display: flex;
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: min(86vw, 380px);
    z-index: 100;
    flex-direction: column;
    padding:
      max(20px, env(safe-area-inset-top))
      max(20px, env(safe-area-inset-right))
      max(20px, env(safe-area-inset-bottom))
      24px;
    gap: 4px;
    background: linear-gradient(180deg, rgba(11,18,28,0.96) 0%, rgba(8,14,22,0.98) 100%);
    border-left: 1px solid rgba(255,255,255,0.10);
    -webkit-backdrop-filter: blur(22px) saturate(1.2);
    backdrop-filter: blur(22px) saturate(1.2);
    box-shadow: -24px 0 60px -20px rgba(0,0,0,0.7);
    transform: translateX(100%);
    transition: transform .38s cubic-bezier(.22,.61,.36,1);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  body.nav-open .nav__drawer { transform: translateX(0); }

  /* Drawer contents — override desktop styles for the cloned elements. */
  .nav__drawer .nav__links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 56px 0 16px;     /* leave room for the close button at the top */
  }
  .nav__drawer .nav__links a {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255,255,255,0.92);
    border-radius: 14px;
    border: 1px solid transparent;
  }
  .nav__drawer .nav__links a:hover,
  .nav__drawer .nav__links a:focus-visible {
    background: rgba(255,255,255,0.06);
    color: #fff;
  }
  .nav__drawer .nav__links a.is-active {
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.14);
    color: #fff;
  }
  .nav__drawer .nav__cta {
    display: inline-flex;
    justify-content: center;
    margin-top: auto;
    padding: 16px 18px;
    font-size: 16px;
    min-height: 56px;
  }
}

/* Lock background scroll while the drawer is open. */
body.nav-open { overflow: hidden; }

/* Mobile toggle icon swap — driven by body.nav-open now that .nav.is-open
   is no longer used. */
.nav__toggle .icon-close { display: none; }
body.nav-open .nav__toggle .icon-open  { display: none; }
body.nav-open .nav__toggle .icon-close { display: block; }

/* ---------- Sub-page shell ---------- */
body.subpage .page {
  grid-template-rows: auto auto 1fr auto;
  gap: clamp(20px, 3.5vw, 44px);
  padding-top: 0;
}
body.subpage .bg__overlay {
  background:
    linear-gradient(180deg,
      rgba(8,14,22,0.55) 0%,
      rgba(8,14,22,0.65) 30%,
      rgba(8,14,22,0.92) 70%,
      rgba(8,14,22,1) 100%);
}
body.subpage .bg__img { object-position: center 45%; }

.page-hero {
  padding: clamp(28px, 6vw, 70px) 0 clamp(8px, 2vw, 16px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.6vw, 18px);
  max-width: 880px;
}
.page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
}
.page-hero h1 {
  margin: 0;
  font-size: clamp(34px, 5.6vw, 68px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0,0,0,.4);
}
.page-hero h1 .accent {
  background-image: linear-gradient(90deg, #ffffff 0%, #cfe7ff 60%, #f1d2c2 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.page-hero p.lede {
  margin: 0;
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255,255,255,0.82);
  max-width: 64ch;
}

/* ---------- Content cards ---------- */
.card {
  position: relative;
  padding: clamp(22px, 3vw, 36px);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  backdrop-filter: blur(16px) saturate(1.2);
  color: #f4f6f8;
  isolation: isolate;
}
.card + .card { margin-top: clamp(16px, 2vw, 22px); }

.prose { font-size: clamp(15.5px, 1.15vw, 17px); line-height: 1.7; color: rgba(255,255,255,0.88); }
.prose h1 { font-size: clamp(26px, 3vw, 34px); margin: 0 0 14px; color: #fff; letter-spacing: -0.015em; }
.prose h2 {
  font-size: clamp(20px, 2vw, 24px);
  margin: 28px 0 10px;
  color: #fff;
  letter-spacing: -0.01em;
}
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 17px; margin: 22px 0 8px; color: #fff; }
.prose p { margin: 0 0 14px; }
.prose ul, .prose ol { margin: 0 0 16px; padding-left: 22px; }
.prose ul li, .prose ol li { margin: 4px 0; }
.prose a {
  color: #cfe7ff;
  border-bottom: 1px solid rgba(207,231,255,0.35);
  transition: color .2s ease, border-color .2s ease;
}
.prose a:hover { color: #fff; border-color: #fff; }

/* Buttons inside prose blocks must not inherit the underlined link colour. */
.prose a.btn,
.prose a.tile { border-bottom: 0; color: #fff; }
.prose a.btn--primary { color: #0b1622; }
.prose a.btn:hover { color: #fff; }
.prose a.btn--primary:hover { color: #0b1622; }
.prose strong { color: #fff; }
.prose sup { font-size: 0.75em; }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; margin: 8px 0 18px; border-radius: 14px; }
.prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: rgba(255,255,255,0.03);
  border-radius: 14px;
  overflow: hidden;
}
.prose table th,
.prose table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  vertical-align: top;
}
.prose table th {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.05);
}
.prose table tr:last-child td { border-bottom: none; }
.prose table tr:hover td { background: rgba(255,255,255,0.03); }

/* ---------- Tile grid (CTA / sections) ---------- */
.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}
.tile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(18px, 2.2vw, 24px);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(255,255,255,0.14);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
  color: #fff;
  transition: transform .45s cubic-bezier(.2,.7,.2,1), border-color .3s ease, background .3s ease, box-shadow .3s ease;
  isolation: isolate;
  overflow: hidden;
}
.tile:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.28);
  background: linear-gradient(180deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.07) 100%);
  box-shadow: 0 18px 40px -18px rgba(0,0,0,.55);
}
.tile__eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}
.tile__title { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.tile__body { font-size: 14px; color: rgba(255,255,255,0.78); line-height: 1.5; }
.tile__cta { margin-top: auto; padding-top: 10px; font-size: 14px; font-weight: 600; color: #cfe7ff; display: inline-flex; align-items: center; gap: 6px; }
.tile__cta::after { content: "→"; transition: transform .25s ease; }
.tile:hover .tile__cta::after { transform: translateX(3px); }

/* ---------- Gallery / slideshow ---------- */
.gallery {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.4);
  aspect-ratio: 16 / 9;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,.6);
}
.gallery__track { position: absolute; inset: 0; }
.gallery__slide {
  position: absolute; inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.4s cubic-bezier(.2,.7,.2,1), transform 7s linear;
  will-change: opacity, transform;
}
.gallery__slide.is-active { opacity: 1; transform: scale(1); }
.gallery__slide img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.gallery__dots {
  position: absolute;
  left: 50%; bottom: 14px;
  transform: translateX(-50%);
  display: flex; gap: 8px;
  z-index: 2;
}
.gallery__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}
.gallery__dot.is-active { background: #fff; transform: scale(1.25); }

/* ---------- Aircraft cards ---------- */
.fleet {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(14px, 2vw, 20px);
}
.fleet__item {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  display: flex; flex-direction: column;
  transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease;
}
.fleet__item:hover { transform: translateY(-3px); box-shadow: 0 22px 40px -22px rgba(0,0,0,.6); }
.fleet__img { aspect-ratio: 16/10; overflow: hidden; }
.fleet__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.fleet__item:hover .fleet__img img { transform: scale(1.06); }
.fleet__body { padding: 16px 18px 20px; }
.fleet__title { font-size: 17px; font-weight: 700; color: #fff; margin: 0 0 4px; }
.fleet__meta { font-size: 13px; color: rgba(255,255,255,0.65); }

/* ---------- Pricing summary ---------- */
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}
.price-grid__item {
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
}
.price-grid__label { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.price-grid__value { font-size: 26px; font-weight: 700; color: #fff; margin-top: 4px; letter-spacing: -0.01em; }
.price-grid__sub { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 4px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color: #fff;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-1px); background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.32); }
.btn--primary {
  color: #0b1622;
  background: linear-gradient(180deg, #ffffff, #e6eef7);
  border-color: rgba(255,255,255,0.7);
}
.btn--primary:hover { background: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }

/* ---------- Map embed ---------- */
.map {
  position: relative;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,.6);
  aspect-ratio: 16/9;
  background: #0a141d;
}
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.9) contrast(1.05) brightness(.95); }

/* ---------- Section heading ---------- */
.section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 14px;
}
.section-heading h2 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 28px);
  color: #fff;
  letter-spacing: -0.015em;
}
.section-heading p { margin: 0; color: rgba(255,255,255,0.65); font-size: 14px; }

/* ---------- Page transition ---------- */
/* The page-fade animation runs on initial document load only.
   Client-side navigations between pages cross-fade the <main> element via
   the .is-swapping class on <body> — see app.js. We deliberately animate
   `opacity` only: any non-`none` `transform` on <body> would establish a
   containing block for `position: fixed` descendants, which would size
   `.bg` to the full document height (not the viewport) and stretch the
   background image badly. */
.page-fade {
  animation: pageIn .55s cubic-bezier(.2,.7,.2,1) both;
}
@keyframes pageIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Cross-fade on client-side navigation. Only the <main> element fades —
   the nav and background stay fully visible the whole time. */
main.page {
  transition: opacity .22s ease;
}
body.is-swapping main.page {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .page-fade,
  main.page,
  .gallery__slide {
    animation: none !important;
    transition: opacity .15s linear !important;
    transform: none !important;
  }
}

@media (max-width: 540px) {
  .nav { padding: 10px 14px; }
  .nav__logo { width: 80px; }
}
