:root {
  --navy: oklch(18% 0.045 247);
  --navy-deep: oklch(12% 0.04 247);
  --ink: oklch(20% 0.03 248);
  --paper: oklch(97% 0.006 85);
  --muted: oklch(52% 0.025 248);
  --gold: oklch(70% 0.135 78);
  --gold-deep: oklch(55% 0.13 72);
  --line: oklch(85% 0.018 85);
  --sans: "Montserrat", Arial, sans-serif;
  --serif: "Cinzel", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button,
input,
select,
textarea { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hero {
  min-height: 610px;
  color: oklch(97% 0.006 85);
  background:
    linear-gradient(90deg, oklch(13% 0.045 247 / .96) 0%, oklch(13% 0.045 247 / .78) 34%, oklch(13% 0.045 247 / .2) 72%),
    linear-gradient(180deg, oklch(12% 0.04 247 / .18) 0%, oklch(12% 0.04 247 / .1) 64%, var(--navy-deep) 100%),
    url("https://cdn.prod.website-files.com/6703f7dfd15367738df51db0/69bf2a538fd102a7c72cfa7f_file_pd1irm5z.png") center / cover;
  position: relative;
}

.nav {
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: start;
  gap: 28px;
  max-width: 1210px;
  margin: 0 auto;
  padding: 28px 38px 0;
}

.brand {
  display: grid;
  width: max-content;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.brand-mark {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 48px;
  line-height: .7;
  position: relative;
}
.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 82px;
  height: 18px;
  border-top: 4px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}
.brand-mark::before { right: calc(50% + 22px); transform: skewY(12deg); }
.brand-mark::after { left: calc(50% + 22px); transform: skewY(-12deg); }
.brand-name {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: 32px;
  letter-spacing: 3px;
}
.brand-sub {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  padding-top: 22px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-links a { padding-bottom: 14px; border-bottom: 1px solid transparent; }
.nav-links a:hover,
.nav-links .active { color: oklch(94% 0.03 80); border-color: var(--gold); }
.nav-cta {
  margin-top: 2px;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 18px 28px;
  min-width: 160px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
}
.menu-toggle { display: none; }

.hero-content {
  max-width: 1210px;
  margin: 0 auto;
  padding: 46px 38px 82px;
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6.5vw, 78px);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
h1 span { color: var(--gold); }
.lead {
  max-width: 520px;
  margin: 18px 0 22px;
  font-size: clamp(22px, 2.5vw, 29px);
  line-height: 1.32;
}
.gold-line,
.section-line,
.contact-copy span {
  display: block;
  width: 58px;
  height: 2px;
  background: var(--gold);
}
.intro {
  max-width: 435px;
  margin: 32px 0 25px;
  font-size: 16px;
  line-height: 1.55;
}
.primary-button,
.contact-copy a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 235px;
  justify-content: center;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--gold), var(--gold-deep));
  color: oklch(99% 0.004 80);
  padding: 17px 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.primary-button svg { width: 22px; fill: currentColor; stroke: none; }

.benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--navy-deep);
  color: oklch(96% 0.006 85);
  padding: 30px clamp(24px, 5vw, 62px);
}
.benefits article {
  min-height: 118px;
  padding: 0 clamp(16px, 2.2vw, 36px);
  text-align: center;
  border-right: 1px solid oklch(60% 0.02 247 / .72);
}
.benefits article:last-child { border-right: 0; }
.benefits svg,
.service-grid svg,
.contact-methods svg {
  width: 42px;
  height: 42px;
  color: var(--gold);
}
.benefits h2,
.contact-methods h3 {
  margin: 12px 0 8px;
  color: var(--gold);
  font-size: 13px;
  text-transform: uppercase;
}
.benefits p,
.contact-methods p { margin: 0; font-size: 14px; line-height: 1.45; }

.services {
  padding: 32px clamp(24px, 5vw, 58px) 20px;
  text-align: center;
  background: oklch(98% 0.004 80);
}
.section-kicker {
  margin: 0 0 7px;
  color: var(--gold-deep);
  font-size: 18px;
  text-transform: uppercase;
}
.services > h2,
.coverage > h2,
.contact-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 31px);
  font-weight: 500;
  text-transform: uppercase;
}
.services .section-line { margin: 12px auto 22px; width: 52px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(135px, 1fr));
  gap: 12px;
  max-width: 1130px;
  margin: 0 auto;
}
.service-grid article {
  min-height: 254px;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 26px 18px 22px;
  background: oklch(99% 0.003 85);
  box-shadow: 0 12px 30px oklch(28% 0.03 250 / .06);
}
.service-grid svg { width: 54px; height: 54px; stroke-width: 1.45; }
.service-grid h3 {
  margin: 18px 0 12px;
  color: var(--navy-deep);
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}
.service-grid p { margin: 0; font-size: 13px; line-height: 1.45; }

.coverage {
  background: var(--navy-deep);
  color: oklch(97% 0.006 85);
  padding: 20px clamp(24px, 5vw, 48px) 16px;
}
.coverage > h2 {
  text-align: center;
  margin-bottom: 16px;
}
.coverage > h2 span { color: var(--gold); }
.coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1145px;
  margin: 0 auto;
}
.airport-card {
  position: relative;
  min-height: 322px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--navy);
}
.airport-card img {
  width: 100%;
  height: 100%;
  min-height: 322px;
  object-fit: cover;
  display: block;
}
.airport-card::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(180deg, transparent, oklch(10% 0.04 247 / .94));
}
.airport-info {
  position: absolute;
  inset: auto 20px 18px;
  z-index: 1;
}
.flag {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 40px;
  margin-bottom: 8px;
  border: 1px solid oklch(95% 0.01 80 / .7);
  background: oklch(100% 0 0 / .9);
  font-size: 27px;
}
.airport-info h3 {
  margin: 0 0 6px;
  max-width: 340px;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.08;
  text-transform: uppercase;
}
.airport-info p { margin: 0 0 13px; font-size: 14px; }
.airport-info a {
  display: inline-block;
  border: 1px solid var(--gold);
  border-radius: 3px;
  color: var(--gold);
  padding: 10px 28px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-band {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 38px;
  padding: 28px clamp(24px, 5vw, 68px) 28px;
  background: oklch(98% 0.004 80);
}
.contact-copy h2 { line-height: 1.15; }
.contact-copy span { margin: 14px 0; width: 36px; }
.contact-copy p { margin: 0 0 15px; font-size: 13px; line-height: 1.45; }
.contact-copy a {
  min-width: 208px;
  padding: 12px 20px;
  font-size: 12px;
}
.contact-methods {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.contact-methods article {
  min-height: 118px;
  padding: 5px 28px;
  text-align: center;
  border-left: 1px solid var(--line);
}
.contact-methods h3 { color: var(--ink); }

.footer {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 28px;
  background: var(--navy-deep);
  color: oklch(90% 0.01 85);
  padding: 28px clamp(24px, 5vw, 62px) 20px;
}
.footer-brand .brand-mark { font-size: 25px; }
.footer-brand .brand-mark::before,
.footer-brand .brand-mark::after { width: 42px; top: 8px; height: 10px; border-top-width: 2px; border-bottom-width: 1px; }
.footer-brand .brand-mark::before { right: calc(50% + 12px); }
.footer-brand .brand-mark::after { left: calc(50% + 12px); }
.footer-brand .brand-name { font-size: 21px; letter-spacing: 2px; }
.footer-brand .brand-sub { font-size: 8px; letter-spacing: 2px; }
.footer-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 38px);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer p {
  margin: 8px 0 0;
  font-size: 12px;
  color: oklch(82% 0.008 85);
}
.footer p:first-of-type { grid-column: 2; text-align: center; }
.footer p:last-of-type { grid-column: 2; text-align: center; }

.contact-modal {
  width: min(920px, calc(100vw - 34px));
  max-height: min(92vh, 760px);
  padding: 0;
  border: 1px solid oklch(72% 0.09 78 / .58);
  border-radius: 8px;
  color: oklch(95% 0.008 85);
  background: transparent;
  box-shadow: 0 28px 90px oklch(8% 0.035 247 / .62);
  overflow: hidden;
}
.contact-modal::backdrop {
  background: oklch(8% 0.035 247 / .74);
}
.modal-shell {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.25fr;
  gap: clamp(24px, 4vw, 44px);
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, oklch(14% 0.045 247) 0%, oklch(18% 0.045 247) 48%, oklch(10% 0.035 247) 100%);
}
.modal-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(68% 0.13 78 / .15), transparent 34%),
    url("https://cdn.prod.website-files.com/6703f7dfd15367738df51db0/69bf2a538fd102a7c72cfa7f_file_pd1irm5z.png") left center / cover;
  opacity: .16;
  pointer-events: none;
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid oklch(78% 0.08 78 / .7);
  border-radius: 50%;
  color: var(--gold);
  background: oklch(12% 0.04 247 / .8);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.modal-heading,
.contact-form {
  position: relative;
  z-index: 1;
}
.modal-heading {
  align-self: center;
  padding-right: 8px;
}
.modal-heading p {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 500;
  line-height: 1.05;
  text-transform: uppercase;
}
.modal-heading span {
  display: block;
  width: 58px;
  height: 2px;
  margin-top: 22px;
  background: var(--gold);
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: oklch(90% 0.01 85);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.form-wide { grid-column: 1 / -1; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid oklch(72% 0.08 78 / .5);
  border-radius: 4px;
  color: oklch(97% 0.006 85);
  background: oklch(10% 0.035 247 / .72);
  padding: 13px 14px;
  outline: none;
}
.contact-form textarea { resize: vertical; min-height: 108px; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px oklch(70% 0.135 78 / .17);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: oklch(78% 0.01 85 / .78);
  text-transform: none;
}
.form-submit {
  grid-column: 1 / -1;
  border: 0;
  border-radius: 4px;
  color: oklch(99% 0.004 80);
  background: linear-gradient(180deg, var(--gold), var(--gold-deep));
  padding: 15px 22px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.form-note {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: oklch(84% 0.012 85);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 980px) {
  .nav { grid-template-columns: 210px auto; align-items: center; }
  .nav-links,
  .nav-cta {
    display: none;
  }
  .menu-toggle {
    justify-self: end;
    display: grid;
    gap: 5px;
    width: 42px;
    height: 38px;
    border: 1px solid var(--gold);
    border-radius: 3px;
    background: transparent;
    padding: 9px;
  }
  .menu-toggle span { display: block; height: 2px; background: var(--gold); }
  .nav.open .nav-links,
  .nav.open .nav-cta {
    display: flex;
    grid-column: 1 / -1;
  }
  .nav.open .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 10px;
  }
  .nav.open .nav-cta { width: max-content; }
  .benefits,
  .service-grid,
  .coverage-grid,
  .contact-band,
  .contact-methods,
  .footer {
    grid-template-columns: 1fr 1fr;
  }
  .benefits article:nth-child(2n),
  .contact-methods article:nth-child(2n) { border-right: 0; }
  .benefits article { border-bottom: 1px solid oklch(60% 0.02 247 / .45); padding: 22px; }
  .contact-band { gap: 24px; }
  .contact-copy,
  .footer-brand,
  .footer-links,
  .footer p:first-of-type,
  .footer p:last-of-type { grid-column: 1 / -1; }
  .footer-links { flex-wrap: wrap; }
  .footer p { text-align: center !important; }
}

@media (max-width: 620px) {
  .hero { min-height: 720px; background-position: 60% center; }
  .nav { padding: 22px 20px 0; grid-template-columns: 190px auto; }
  .brand-name { font-size: 24px; }
  .brand-sub { font-size: 9px; }
  .brand-mark::before,
  .brand-mark::after { width: 56px; }
  .hero-content { padding: 64px 22px 70px; }
  .lead { font-size: 22px; }
  .intro { font-size: 14px; }
  .benefits,
  .service-grid,
  .coverage-grid,
  .contact-band,
  .contact-methods,
  .footer {
    grid-template-columns: 1fr;
  }
  .benefits article,
  .contact-methods article {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid oklch(60% 0.02 247 / .35);
  }
  .services,
  .coverage,
  .contact-band { padding-left: 18px; padding-right: 18px; }
  .service-grid article { min-height: auto; }
  .airport-card,
  .airport-card img { min-height: 300px; }
  .contact-copy { text-align: left; }
  .contact-modal { width: calc(100vw - 22px); }
  .modal-shell,
  .contact-form { grid-template-columns: 1fr; }
  .modal-shell {
    gap: 22px;
    padding: 48px 18px 22px;
  }
  .form-wide,
  .form-submit,
  .form-note { grid-column: auto; }
}
