@font-face {
  font-family: "Gloock";
  src: url("/assets/fonts/gloock.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --blue: #1d4e89;
  --blue-deep: #14365f;
  --ink: #1c1b19;
  --muted: #5d5852;
  --paper: #f4f1ea;
  --white: #fffcf8;
  --line: #e3ddd2;
  --orange: #e4571b;
  --grey: #6b6560;
  --shadow: 0 18px 50px rgba(20, 54, 95, 0.12);
  --max: 1120px;
  --sans: "Montserrat", "Avenir Next", "Segoe UI", sans-serif;
  --display: "Gloock", "Iowan Old Style", Georgia, serif;
  --mono: "ui-monospace", "SFMono-Regular", Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: var(--blue); }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; letter-spacing: -0.02em; line-height: 1.08; margin: 0; }
p { margin: 0; }
.skip {
  position: absolute; left: 12px; top: -40px; background: var(--orange); color: white; padding: 8px 12px; z-index: 20;
}
.skip:focus { top: 12px; }

.top {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255, 252, 248, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.top-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { height: 64px; width: 64px; object-fit: cover; border-radius: 50%; background: white; }
.nav-toggle { position: absolute; opacity: 0; pointer-events: none; }
.nav-burger {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}
.nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.nav a[aria-current="page"] { color: var(--blue); box-shadow: inset 0 -2px 0 var(--orange); }
.nav .book {
  background: var(--blue);
  color: white;
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: none;
}
.nav .book[aria-current="page"], .nav .book:hover { background: var(--blue-deep); color: white; }

.hero { position: relative; min-height: 86vh; color: white; background: var(--blue-deep); overflow: hidden; display: grid; }
.hero video, .hero .hero-still {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero .scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 24, 40, 0.78) 0%, rgba(10, 24, 40, 0.35) 55%, rgba(10, 24, 40, 0.2) 100%),
    linear-gradient(180deg, rgba(10, 24, 40, 0.15), rgba(10, 24, 40, 0.55));
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: auto auto 64px;
  padding: 0 22px;
  width: 100%;
}
.kicker {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f3c7b4;
  margin-bottom: 14px;
}
.hero h1 { font-size: clamp(48px, 7vw, 92px); max-width: 11ch; color: white; }
.hero .lede { max-width: 42ch; margin-top: 18px; font-size: 18px; color: #f4efe8; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; font-weight: 700; font-size: 14px;
  padding: 12px 16px; border-radius: 999px; border: 1px solid transparent;
}
.btn-orange { background: var(--orange); color: white; }
.btn-orange:hover { background: #c44312; }
.btn-ghost { background: transparent; color: white; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: white; color: var(--blue-deep); }
.btn-blue { background: var(--blue); color: white; }
.btn-blue:hover { background: var(--blue-deep); }
.btn-line { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn-line:hover { background: var(--blue); color: white; }

.strip {
  background: var(--blue-deep);
  color: #efe8df;
  border-top: 3px solid var(--orange);
}
.strip-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.strip strong { display: block; color: white; font-family: var(--display); font-size: 22px; letter-spacing: 0; text-transform: none; font-weight: 400; margin-top: 2px; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 72px 22px; }
.section-head { display: grid; grid-template-columns: 160px 1fr; gap: 24px; margin-bottom: 32px; align-items: end; }
.section-head .idx { font-family: var(--mono); color: var(--orange); letter-spacing: 0.14em; font-size: 12px; }
.section-head h2 { font-size: clamp(34px, 4vw, 52px); max-width: 16ch; }
.section-head p { color: var(--muted); max-width: 46ch; }

.split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: center; }
.split img, .frame img { width: 100%; height: 100%; object-fit: cover; }
.frame { background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.frame figcaption {
  padding: 12px 14px 14px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.prose { max-width: 68ch; }
.prose p + p, .prose ul + p, .prose p + ul { margin-top: 14px; }
.prose h2 { font-size: clamp(32px, 4vw, 48px); margin: 8px 0 16px; }
.prose h3 { font-size: 28px; margin: 28px 0 10px; }
.prose li { margin: 6px 0; }
.page-hero { padding: 54px 0 10px; }
.page-hero h1 { font-size: clamp(42px, 6vw, 72px); max-width: 14ch; }
.page-hero .lede { margin-top: 14px; color: var(--muted); max-width: 48ch; font-size: 18px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step {
  background: white;
  border: 1px solid var(--line);
  padding: 18px 16px 20px;
  min-height: 220px;
}
.step img { width: 100%; height: 110px; object-fit: cover; margin: 12px 0; }
.step .n { font-family: var(--mono); color: var(--orange); font-size: 12px; letter-spacing: 0.12em; }
.step h3 { font-size: 26px; margin: 6px 0; }
.step p { color: var(--muted); font-size: 15px; }

.fleet { display: grid; gap: 18px; }
.aircraft {
  display: grid;
  grid-template-columns: 280px 1fr;
  background: white;
  border: 1px solid var(--line);
  overflow: hidden;
}
.aircraft img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; }
.aircraft .body { padding: 18px 20px 20px; }
.reg { font-family: var(--mono); color: var(--orange); letter-spacing: 0.12em; font-size: 13px; }
.aircraft h3 { font-size: 32px; margin: 4px 0 8px; }
.rates { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.rates span {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 6px 8px;
  font-size: 13px;
}
.note { color: var(--muted); font-size: 14px; margin-top: 14px; }

.tariff { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.plan {
  background: white;
  border: 1px solid var(--line);
  padding: 18px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 280px;
}
.plan.featured { background: var(--blue-deep); color: white; border-color: var(--blue-deep); }
.plan.featured li, .plan.featured .fine { color: #efe8df; }
.plan h3 { font-size: 28px; }
.price { font-family: var(--display); font-size: 42px; }
.price small { font-family: var(--sans); font-size: 13px; color: var(--muted); letter-spacing: 0; }
.plan.featured .price small { color: #f3c7b4; }
.plan ul { margin: 8px 0 0; padding-left: 18px; color: var(--muted); }
.fees { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.fee { background: white; border-top: 3px solid var(--orange); padding: 14px 16px; }
.fee strong { display: block; font-family: var(--display); font-size: 28px; font-weight: 400; }

.people { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.person { background: white; border: 1px solid var(--line); }
.person img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #ddd; }
.person div { padding: 12px 12px 14px; }
.person h3 { font-size: 24px; }
.person p { color: var(--muted); font-size: 14px; margin-top: 4px; }

.quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote { background: white; border-left: 4px solid var(--orange); padding: 20px 18px; }
.quote p { font-family: var(--display); font-size: 24px; line-height: 1.25; }
.quote footer { margin-top: 14px; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }

.stories { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 14px; }
.story { background: white; border: 1px solid var(--line); text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.story img { width: 100%; height: 190px; object-fit: cover; }
.stories .story:first-child img { height: 280px; }
.story div { padding: 14px; }
.story .cat { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); }
.story h3 { font-size: 26px; margin-top: 6px; }
.story:hover h3 { color: var(--blue); }

.post-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.post-row {
  display: grid;
  grid-template-columns: 140px 1fr 160px;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
}
.post-row img { width: 140px; height: 88px; object-fit: cover; }
.post-row h3 { font-size: 26px; }
.post-row:hover h3 { color: var(--blue); }
.meta { font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }

.article { display: grid; grid-template-columns: 1fr 280px; gap: 36px; }
.article .hero-img { width: 100%; max-height: 520px; object-fit: cover; margin: 18px 0 22px; }
.side {
  position: sticky; top: 92px; align-self: start;
  background: white; border: 1px solid var(--line); padding: 16px;
}
.side h2 { font-size: 22px; margin-bottom: 8px; }
.side p, .side li { font-size: 14px; color: var(--muted); }
.side a { font-weight: 700; }

.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 28px; }
.card { background: white; border: 1px solid var(--line); padding: 18px; }
.card + .card { margin-top: 12px; }
label { display: block; font-size: 13px; font-weight: 700; margin: 12px 0 6px; }
input, textarea, select {
  width: 100%;
  font: inherit;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}
textarea { min-height: 120px; resize: vertical; }
.form-note { color: var(--muted); font-size: 14px; margin-top: 10px; }

.foot {
  background: var(--blue-deep);
  color: #efe8df;
  padding: 42px 0 24px;
}
.foot a { color: white; }
.foot-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 22px 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}
.foot h2 { color: white; font-size: 28px; margin-bottom: 8px; }
.foot p, .foot li { color: #d9d0c4; font-size: 15px; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li + li { margin-top: 6px; }
.legal {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 22px 0;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: 13px;
  color: #b7aea3;
}

@media (max-width: 900px) {
  .nav-burger { display: inline-block; }
  .nav {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 22px 18px;
    gap: 12px;
  }
  .nav-toggle:checked ~ .nav { display: flex; }
  .top { position: sticky; }
  .top-inner { position: relative; }
  .section-head, .split, .steps, .tariff, .fees, .people, .quotes, .stories, .article, .contact-grid, .foot-grid, .strip-inner {
    grid-template-columns: 1fr;
  }
  .aircraft { grid-template-columns: 1fr; }
  .post-row { grid-template-columns: 96px 1fr; }
  .post-row .meta { display: none; }
  .people { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 78vh; }
  .wrap { padding: 48px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero video { display: none; }
}
