:root {
  color-scheme: dark;
  --ink: #f7f3ea;
  --muted: #c8c2b6;
  --line: rgba(247, 243, 234, 0.2);
  --panel: rgba(12, 15, 18, 0.78);
  --panel-solid: #12161a;
  --gold: #c9a45f;
  --gold-bright: #e2c478;
  --signal-red: #c90019;
  --charcoal: #080a0d;
  --blue-black: #101923;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--charcoal);
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

body.editor-enabled [data-editable] {
  outline: 1px dashed rgba(226, 196, 120, 0.55);
  outline-offset: 5px;
}

body.hero-align-center .hero-content {
  margin-inline: auto;
  text-align: center;
}

body.hero-align-center .hero-actions {
  justify-content: center;
}

body.hero-align-right .hero-content {
  margin-left: auto;
  text-align: right;
}

body.hero-align-right .hero-actions {
  justify-content: flex-end;
}

body.request-align-left .route-panel {
  left: clamp(20px, 5vw, 72px);
  right: auto;
}

body.request-hidden .route-panel,
body.quote-hidden .header-action {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.editor-toggle {
  background: var(--gold);
  border: 0;
  border-radius: 999px;
  bottom: 22px;
  color: #11100d;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 13px 18px;
  position: fixed;
  right: 22px;
  text-transform: uppercase;
  z-index: 30;
}

.editor-panel {
  background: rgba(10, 11, 12, 0.96);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  bottom: 0;
  box-shadow: -28px 0 70px rgba(0, 0, 0, 0.35);
  color: var(--ink);
  overflow-y: auto;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  width: min(420px, 92vw);
  z-index: 31;
}

.editor-panel[hidden],
.editor-toggle[hidden] {
  display: none;
}

.editor-panel-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.editor-panel-header strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.editor-panel button,
.editor-panel select,
.editor-panel textarea {
  font: inherit;
}

.editor-panel-header button,
.editor-reset {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--ink);
  cursor: pointer;
  padding: 10px 12px;
}

.editor-panel p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 14px 0 24px;
}

.editor-fields,
.editor-section {
  display: grid;
  gap: 14px;
}

.editor-field,
.editor-section label {
  display: grid;
  gap: 8px;
}

.editor-field span,
.editor-section label,
.editor-section strong {
  color: rgba(247, 243, 234, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.editor-field textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--ink);
  min-height: 88px;
  padding: 12px;
  resize: vertical;
}

.editor-section {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 22px;
  padding-top: 20px;
}

.editor-section select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--ink);
  min-height: 42px;
  padding: 0 10px;
  text-transform: none;
}

.editor-section option {
  color: #111;
}

.editor-reset {
  margin-top: 22px;
  width: 100%;
}

.site-header {
  align-items: center;
  background: linear-gradient(180deg, rgba(10, 10, 9, 0.58), rgba(10, 10, 9, 0));
  display: grid;
  grid-template-columns: minmax(430px, 1fr) auto minmax(560px, 1fr);
  gap: 24px;
  left: 0;
  min-height: 112px;
  padding: 34px clamp(34px, 4.2vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.header-left,
.header-right,
.nav-links {
  align-items: center;
  display: flex;
}

.header-left {
  gap: 40px;
}

.header-right {
  gap: 34px;
  justify-content: flex-end;
}

.menu-button {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: grid;
  gap: 8px;
  height: 42px;
  justify-items: start;
  padding: 0;
  width: 42px;
}

.menu-button span {
  background: #ffffff;
  display: block;
  height: 4px;
  width: 34px;
}

.brand {
  display: grid;
  height: 86px;
  place-items: center;
  width: 238px;
}

.brand img {
  display: block;
  height: auto;
  max-height: 86px;
  max-width: 238px;
  object-fit: contain;
  width: 100%;
}

.nav-links {
  gap: 48px;
  text-transform: uppercase;
}

.nav-links a,
.header-action,
.phone-link {
  color: rgba(255, 255, 255, 0.94);
}

.nav-links a {
  font-size: 1.28rem;
  font-weight: 300;
}

.phone-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.54rem;
  line-height: 1.1;
}

.language-link {
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  display: block;
  height: 34px;
  position: relative;
  width: 34px;
}

.language-link::before,
.language-link::after,
.language-link span::before,
.language-link span::after {
  content: "";
  position: absolute;
}

.language-link::before {
  border-left: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  border-right: 2px solid rgba(255, 255, 255, 0.88);
  inset: 2px 8px;
}

.language-link::after {
  border-top: 2px solid rgba(255, 255, 255, 0.88);
  left: 3px;
  right: 3px;
  top: 50%;
}

.language-link span::before,
.language-link span::after {
  border-top: 2px solid rgba(255, 255, 255, 0.88);
  left: 6px;
  right: 6px;
}

.language-link span::before {
  top: 9px;
}

.language-link span::after {
  bottom: 9px;
}

.header-action {
  background: var(--signal-red);
  border-radius: 999px;
  justify-self: end;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  min-width: 268px;
  padding: 19px 28px;
  text-align: center;
  text-transform: uppercase;
}

.menu-scrim {
  background: rgba(0, 0, 0, 0.56);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 18;
}

.site-menu {
  background: rgba(12, 13, 14, 0.96);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  bottom: 0;
  box-shadow: 30px 0 80px rgba(0, 0, 0, 0.36);
  display: flex;
  flex-direction: column;
  gap: 52px;
  left: 0;
  max-width: 440px;
  padding: 38px 42px;
  position: fixed;
  top: 0;
  transform: translateX(-104%);
  transition: transform 220ms ease;
  width: min(88vw, 440px);
  z-index: 19;
}

.menu-open .menu-scrim {
  opacity: 1;
  pointer-events: auto;
}

.menu-open .site-menu {
  transform: translateX(0);
}

.menu-panel-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.menu-panel-top span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.menu-close {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 10px 0;
  text-transform: uppercase;
}

.menu-panel-links {
  display: grid;
}

.menu-panel-links a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 8vw, 3.4rem);
  line-height: 1;
  padding: 22px 0;
}

.menu-panel-contact {
  color: var(--muted);
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.menu-panel-contact span {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  min-height: 96vh;
  overflow: hidden;
  position: relative;
}

.hero-media,
.hero-overlay {
  inset: 0;
  position: absolute;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(8, 10, 13, 0.35), rgba(8, 10, 13, 0.08) 55%, rgba(8, 10, 13, 0.42)),
    url("https://images.unsplash.com/photo-1540962351504-03099e0a754b?auto=format&fit=crop&w=2400&q=82") center 42%/cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(180deg, transparent 58%, var(--charcoal) 100%),
    radial-gradient(circle at 74% 28%, rgba(201, 164, 95, 0.18), transparent 28%);
}

.hero-content {
  max-width: 760px;
  padding: clamp(150px, 20vh, 220px) clamp(20px, 5vw, 72px) 220px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 0 18px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.02;
}

h1 {
  font-size: clamp(3.1rem, 7vw, 7.6rem);
  max-width: 900px;
}

h2 {
  font-size: clamp(2.2rem, 4.8vw, 5rem);
}

h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.hero-copy,
.section-heading p,
.journey-copy p,
.service-list p,
.fleet-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-copy {
  max-width: 610px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-button,
.secondary-button,
.route-panel button {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 16px 22px;
  text-transform: uppercase;
}

.primary-button,
.route-panel button {
  background: var(--gold);
  color: #11100d;
}

.secondary-button {
  border-color: rgba(247, 243, 234, 0.45);
  color: var(--ink);
}

.route-panel {
  backdrop-filter: blur(24px);
  background: var(--panel);
  border: 1px solid var(--line);
  bottom: 42px;
  display: grid;
  gap: 18px;
  padding: 24px;
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  width: min(410px, calc(100% - 40px));
  z-index: 2;
}

.panel-label,
label span {
  color: rgba(247, 243, 234, 0.62);
  display: block;
  font-size: 0.72rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.route-panel strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 400;
}

.panel-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

input,
select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  color: var(--ink);
  min-height: 46px;
  padding: 0 12px;
  width: 100%;
}

select option {
  color: #111;
}

.intro-band {
  background: var(--panel-solid);
  border-bottom: 1px solid rgba(247, 243, 234, 0.11);
  border-top: 1px solid rgba(247, 243, 234, 0.11);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.intro-band div {
  padding: 34px clamp(20px, 5vw, 72px);
}

.intro-band strong {
  color: var(--gold-bright);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
}

.intro-band span {
  color: var(--muted);
}

.cinematic-journey {
  background: #030405;
  min-height: 280vh;
  position: relative;
}

.cinematic-stage {
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.runway-sky,
.runway-lines,
.landing-jet,
.cabin-reveal {
  inset: 0;
  position: absolute;
}

.runway-sky {
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.18), rgba(3, 4, 5, 0.58) 48%, #030405 100%),
    radial-gradient(circle at 50% 38%, rgba(226, 196, 120, 0.28), transparent 34%),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=82") center/cover;
  transform: scale(calc(1.08 - (var(--cinematic-progress, 0) * 0.04)));
}

.runway-lines {
  background:
    linear-gradient(88deg, transparent 0 43%, rgba(255, 255, 255, 0.28) 44%, transparent 45% 55%, rgba(255, 255, 255, 0.28) 56%, transparent 57%),
    repeating-linear-gradient(180deg, transparent 0 68px, rgba(226, 196, 120, 0.78) 69px 78px, transparent 79px 150px);
  bottom: -22vh;
  clip-path: polygon(43% 38%, 57% 38%, 96% 100%, 4% 100%);
  filter: blur(calc(var(--cinematic-progress, 0) * 2px));
  opacity: calc(0.86 - (var(--cinematic-progress, 0) * 0.62));
  transform: perspective(480px) rotateX(58deg) translateY(calc(var(--cinematic-progress, 0) * 18vh));
  transform-origin: bottom;
}

.landing-jet {
  filter: drop-shadow(0 30px 38px rgba(0, 0, 0, 0.5));
  height: 280px;
  left: 50%;
  opacity: calc(1 - (var(--cinematic-progress, 0) * 1.2));
  top: 50%;
  transform:
    translate(-50%, -50%)
    translateY(calc(18vh - (var(--cinematic-progress, 0) * 30vh)))
    scale(calc(0.36 + (var(--cinematic-progress, 0) * 0.95)));
  transform-origin: center;
  width: min(760px, 82vw);
}

.jet-body,
.jet-wing,
.jet-tail,
.jet-nose,
.jet-light {
  position: absolute;
}

.jet-body {
  background: linear-gradient(90deg, #d8d5cf, #ffffff 48%, #a9adb0);
  border-radius: 999px 999px 48px 48px;
  height: 178px;
  left: 50%;
  top: 68px;
  transform: translateX(-50%);
  width: 86px;
}

.jet-nose {
  background: #f8f8f2;
  border-radius: 50% 50% 42% 42%;
  height: 74px;
  left: 50%;
  top: 38px;
  transform: translateX(-50%);
  width: 92px;
}

.jet-wing {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), #f3f0e8, rgba(183, 174, 154, 0.78));
  height: 34px;
  top: 156px;
  width: 330px;
}

.jet-wing-left {
  border-radius: 100% 0 0 20%;
  left: 44px;
  transform: skewY(-8deg);
}

.jet-wing-right {
  border-radius: 0 100% 20% 0;
  right: 44px;
  transform: skewY(8deg);
}

.jet-tail {
  background: linear-gradient(90deg, #d6d0c4, #fff7e2, #9f9a92);
  clip-path: polygon(50% 0, 68% 82%, 32% 82%);
  height: 90px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 76px;
}

.jet-light {
  background: var(--gold-bright);
  border-radius: 50%;
  box-shadow: 0 0 30px 14px rgba(226, 196, 120, 0.62);
  height: 13px;
  left: 50%;
  top: 242px;
  transform: translateX(-50%);
  width: 13px;
}

.cabin-reveal {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.88), rgba(3, 4, 5, 0.35) 48%, rgba(3, 4, 5, 0.05)),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=2200&q=84") center/cover;
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(320px, 0.45fr);
  opacity: clamp(0, calc((var(--cinematic-progress, 0) - 0.48) * 2.1), 1);
  padding: clamp(28px, 5vw, 72px);
  transform: scale(calc(1.05 - (var(--cinematic-progress, 0) * 0.03)));
}

.cabin-window {
  align-self: stretch;
  border: 1px solid rgba(226, 196, 120, 0.34);
  border-radius: 999px 999px 0 0;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.28);
  min-height: 54vh;
  opacity: 0.72;
}

.cabin-copy {
  backdrop-filter: blur(20px);
  background: rgba(5, 6, 7, 0.68);
  border: 1px solid rgba(247, 243, 234, 0.16);
  padding: clamp(28px, 4vw, 50px);
}

.cabin-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4.6rem);
}

.cabin-copy p:last-child {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.scroll-cue {
  bottom: 36px;
  display: grid;
  left: 50%;
  opacity: calc(1 - (var(--cinematic-progress, 0) * 2));
  place-items: center;
  position: absolute;
  transform: translateX(-50%);
}

.scroll-cue span {
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  display: block;
  height: 48px;
  position: relative;
  width: 28px;
}

.scroll-cue span::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 5px;
}

.section {
  padding: 100px clamp(20px, 5vw, 72px);
}

.section-heading {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(260px, 0.55fr);
  margin-bottom: 54px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.section-heading h2,
.section-heading p {
  margin: 0;
}

.fleet-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.fleet-card {
  background: #111821;
  border: 1px solid rgba(247, 243, 234, 0.13);
  min-height: 360px;
  padding: 28px;
}

.fleet-card.featured {
  background:
    linear-gradient(rgba(17, 24, 33, 0.2), rgba(17, 24, 33, 0.86)),
    url("https://images.unsplash.com/photo-1559251606-c623743a6d76?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.fleet-card span {
  color: var(--gold-bright);
  font-size: 0.78rem;
}

dl {
  border-top: 1px solid rgba(247, 243, 234, 0.16);
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
  padding-top: 20px;
}

dl div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

dt {
  color: rgba(247, 243, 234, 0.62);
}

dd {
  margin: 0;
}

.journey-section {
  background: #ece8df;
  color: #171717;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}

.journey-image {
  background:
    linear-gradient(90deg, rgba(236, 232, 223, 0), rgba(236, 232, 223, 0.06)),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1600&q=82") center/cover;
}

.journey-copy {
  align-self: center;
  padding: clamp(48px, 8vw, 110px);
}

.journey-copy .eyebrow {
  color: #8b6d2f;
}

.journey-copy p {
  color: #4f4a42;
  font-size: 1.05rem;
}

.text-link {
  border-bottom: 1px solid currentColor;
  color: #171717;
  display: inline-flex;
  font-weight: 700;
  margin-top: 16px;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.section-heading.narrow {
  display: block;
  max-width: 720px;
}

.service-list {
  border-top: 1px solid var(--line);
}

.service-list article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 0.4fr 0.6fr;
  padding: 30px 0;
}

.site-footer {
  align-items: center;
  background: #050607;
  border-top: 1px solid rgba(247, 243, 234, 0.12);
  display: flex;
  justify-content: space-between;
  padding: 32px clamp(20px, 5vw, 72px);
}

.site-footer div {
  display: grid;
  gap: 6px;
}

.site-footer span,
.site-footer a {
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 88px;
  }

  .brand {
    height: 70px;
    width: 190px;
  }

  .brand img {
    max-height: 70px;
    max-width: 190px;
  }

  .nav-links,
  .phone-link {
    display: none;
  }

  .header-left {
    gap: 0;
  }

  .header-right {
    gap: 18px;
  }

  .header-action {
    min-width: 190px;
    padding: 15px 20px;
  }

  .hero {
    min-height: 110vh;
  }

  .hero-content {
    padding-bottom: 360px;
  }

  .route-panel {
    left: 20px;
    right: 20px;
  }

  .intro-band,
  .fleet-grid,
  .journey-section,
  .cabin-reveal,
  .section-heading,
  .service-list article {
    grid-template-columns: 1fr;
  }

  .cinematic-journey {
    min-height: 230vh;
  }

  .landing-jet {
    width: 92vw;
  }

  .cabin-window {
    display: none;
  }

  .cabin-copy {
    align-self: end;
    margin-top: auto;
  }

  .journey-image {
    min-height: 430px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-block: 16px;
  }

  .brand {
    height: 54px;
    width: 148px;
  }

  .brand img {
    max-height: 54px;
    max-width: 148px;
  }

  .header-action,
  .language-link {
    display: none;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-content {
    padding-top: 126px;
  }

  .panel-grid {
    grid-template-columns: 1fr;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
