:root {
  --black: #050505;
  --near-black: #0b0b0b;
  --charcoal: #111111;
  --panel: #181612;
  --panel-strong: #211d15;
  --gold: #d6a83a;
  --gold-deep: #c6922e;
  --gold-light: #f0c96a;
  --tan: #d8b56d;
  --off-white: #f5f1e8;
  --muted: #a7a7a7;
  --cedar: #6f8a78;
  --line: rgba(240, 201, 106, 0.18);
  --line-soft: rgba(245, 241, 232, 0.11);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  --header-height: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--off-white);
  background: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-140%);
  border: 1px solid var(--gold);
  border-radius: 4px;
  background: var(--black);
  color: var(--off-white);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(240, 201, 106, 0.16);
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-link,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: #000;
}

.brand-link strong,
.footer-brand strong {
  display: block;
  color: var(--off-white);
  font-size: 1rem;
  line-height: 1.1;
}

.brand-link small,
.footer-brand small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.2;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.site-nav a {
  border: 1px solid transparent;
  border-radius: 4px;
  color: rgba(245, 241, 232, 0.82);
  font-size: 0.94rem;
  padding: 10px 12px;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: rgba(214, 168, 58, 0.35);
  color: var(--off-white);
  background: rgba(214, 168, 58, 0.09);
  outline: none;
}

.site-nav a[aria-current="page"] {
  border-color: rgba(214, 168, 58, 0.32);
  color: var(--gold-light);
  background: rgba(214, 168, 58, 0.08);
}

.site-nav .nav-cta {
  margin-left: 8px;
  border-color: rgba(214, 168, 58, 0.75);
  color: #090806;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  font-weight: 700;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: #050505;
  background: linear-gradient(135deg, #f6d67e, var(--gold-deep));
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(240, 201, 106, 0.28);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--gold-light);
}

.section-dark {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(120deg, rgba(5, 5, 5, 0.98), rgba(11, 11, 11, 0.94) 52%, rgba(24, 22, 18, 0.9)),
    var(--black);
}

.flight-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0.74;
  background:
    linear-gradient(rgba(240, 201, 106, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 201, 106, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, black 16%, black 82%, transparent);
}

.flight-grid::before,
.flight-grid::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 201, 106, 0.65), transparent);
  transform: rotate(-12deg);
}

.flight-grid::before {
  top: 24%;
}

.flight-grid::after {
  bottom: 21%;
  transform: rotate(8deg);
  background: linear-gradient(90deg, transparent, rgba(111, 138, 120, 0.42), transparent);
}

.hero {
  min-height: 62svh;
  padding: 44px 0 34px;
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: center;
  gap: 36px;
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: 0.92rem;
  font-weight: 700;
}

.mobile-hero-logo {
  display: none;
}

.hero h1,
.section-heading h2,
.about-section h2,
.academy-section h2,
.contact-section h2 {
  margin: 0;
  color: var(--off-white);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.06;
  font-weight: 700;
}

.hero h1 {
  max-width: 720px;
  font-size: 3.3rem;
}

.hero-lede {
  max-width: 690px;
  margin: 18px 0 0;
  color: rgba(245, 241, 232, 0.82);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 12px 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button-primary {
  color: #070604;
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 54%, var(--gold-deep));
  box-shadow: 0 12px 32px rgba(214, 168, 58, 0.22);
}

.button-secondary {
  border-color: rgba(240, 201, 106, 0.42);
  color: var(--off-white);
  background: rgba(245, 241, 232, 0.04);
}

.service-area {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.hero-visual {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: 24px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 4% 10%;
  z-index: -1;
  border: 1px solid rgba(240, 201, 106, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(214, 168, 58, 0.15), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(135deg, rgba(245, 241, 232, 0.08) 0 1px, transparent 1px 18px);
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: min(320px, 100%);
  border-radius: 8px;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.55);
}

.visual-note {
  width: min(420px, 100%);
  border: 1px solid rgba(240, 201, 106, 0.22);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.76);
  padding: 18px;
}

.visual-note strong,
.visual-note span {
  display: block;
}

.visual-note strong {
  color: var(--gold-light);
  font-size: 1rem;
}

.visual-note span {
  color: rgba(245, 241, 232, 0.78);
  margin-top: 4px;
}

.page-hero {
  position: relative;
  min-height: 360px;
  padding: 68px 0 54px;
  display: flex;
  align-items: center;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 54px;
  align-items: center;
}

.page-hero h1,
.summary-panel h2 {
  margin: 0;
  color: var(--off-white);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.page-hero h1 {
  max-width: 850px;
  font-size: 3.35rem;
}

.page-hero p:not(.section-kicker) {
  max-width: 780px;
  margin: 20px 0 0;
  color: rgba(245, 241, 232, 0.8);
  font-size: 1.08rem;
}

.page-hero img {
  width: 220px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.trust-strip {
  border-top: 1px solid rgba(240, 201, 106, 0.16);
  border-bottom: 1px solid rgba(240, 201, 106, 0.12);
  background: linear-gradient(90deg, #0a0a0a, #12100d, #0a0a0a);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.trust-grid div {
  min-height: 128px;
  padding: 24px 22px;
  border-left: 1px solid rgba(245, 241, 232, 0.08);
}

.trust-grid div:last-child {
  border-right: 1px solid rgba(245, 241, 232, 0.08);
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  color: var(--off-white);
  line-height: 1.25;
}

.trust-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.section {
  padding: 92px 0;
  background: var(--near-black);
}

.compact-section {
  padding: 58px 0;
}

.section:nth-of-type(odd) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 22%),
    var(--black);
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

.section-heading.compact-heading {
  margin-bottom: 32px;
}

.section-heading h2,
.about-section h2,
.academy-section h2,
.contact-section h2 {
  font-size: 3rem;
}

.section-heading p:last-child,
.about-copy p,
.academy-section p,
.contact-section p {
  color: rgba(245, 241, 232, 0.78);
  font-size: 1.04rem;
}

.summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.summary-panel {
  border: 1px solid rgba(240, 201, 106, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(214, 168, 58, 0.1), rgba(111, 138, 120, 0.06)),
    var(--charcoal);
  padding: 28px;
}

.summary-panel h2 {
  font-size: 2rem;
}

.summary-panel p {
  margin: 14px 0 24px;
  color: rgba(245, 241, 232, 0.76);
}

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

.service-card {
  position: relative;
  min-height: 100%;
  border: 1px solid rgba(240, 201, 106, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(214, 168, 58, 0.08), rgba(255, 255, 255, 0.018)),
    var(--charcoal);
  padding: 26px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.service-card-featured {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(214, 168, 58, 0.16), rgba(111, 138, 120, 0.08)),
    var(--panel);
}

.service-card h2 {
  margin: 0;
  color: var(--off-white);
  font-size: 1.28rem;
  line-height: 1.25;
}

.service-card p {
  margin: 16px 0 0;
  color: rgba(245, 241, 232, 0.76);
}

.service-card h3,
.service-card h4 {
  margin: 22px 0 8px;
  color: var(--gold-light);
  font-size: 0.94rem;
}

.service-card ul,
.academy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-card li,
.academy-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(245, 241, 232, 0.82);
}

.service-card li + li,
.academy-list li + li {
  margin-top: 7px;
}

.service-card li::before,
.academy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--gold);
}

.card-note {
  border-left: 2px solid var(--cedar);
  padding-left: 12px;
  color: rgba(245, 241, 232, 0.72);
  font-size: 0.92rem;
}

.pricing-section {
  border-top: 1px solid rgba(240, 201, 106, 0.12);
  border-bottom: 1px solid rgba(240, 201, 106, 0.12);
  background:
    linear-gradient(135deg, rgba(214, 168, 58, 0.08), transparent 34%),
    linear-gradient(180deg, #0b0b0b, #111111);
}

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

.pricing-card {
  border: 1px solid rgba(240, 201, 106, 0.18);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.55);
  padding: 22px;
}

.pricing-card span,
.pricing-card strong {
  display: block;
}

.pricing-card span {
  min-height: 52px;
  color: rgba(245, 241, 232, 0.8);
}

.pricing-card strong {
  color: var(--gold-light);
  font-size: 1.34rem;
  line-height: 1.2;
}

.about-section {
  background:
    linear-gradient(90deg, rgba(111, 138, 120, 0.12), transparent 35%),
    var(--black);
}

.about-grid,
.academy-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}

.about-copy {
  border-left: 1px solid rgba(240, 201, 106, 0.28);
  padding-left: 28px;
}

.about-copy p:first-child,
.academy-section p:first-of-type,
.contact-section p:first-of-type {
  margin-top: 0;
}

.academy-section {
  background:
    linear-gradient(135deg, rgba(214, 168, 58, 0.1), rgba(0, 0, 0, 0) 42%),
    var(--near-black);
}

.academy-list {
  margin-top: 24px;
}

.form-panel {
  border: 1px solid rgba(240, 201, 106, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(245, 241, 232, 0.04), rgba(245, 241, 232, 0.018)),
    var(--charcoal);
  padding: 28px;
  box-shadow: var(--shadow);
}

.form-heading {
  margin-bottom: 20px;
}

.form-heading h3 {
  margin: 0;
  color: var(--off-white);
  font-size: 1.35rem;
}

.form-heading p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.form-panel label {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  color: rgba(245, 241, 232, 0.86);
  font-weight: 700;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(245, 241, 232, 0.18);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.34);
  color: var(--off-white);
  padding: 11px 12px;
}

.form-panel textarea {
  resize: vertical;
}

.form-panel input:focus,
.form-panel select:focus,
.form-panel textarea:focus {
  border-color: var(--gold-light);
  outline: 2px solid rgba(214, 168, 58, 0.22);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.checkbox-field {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
  font-weight: 400;
}

.checkbox-field input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
  accent-color: var(--gold);
}

.hidden-field {
  position: absolute;
  left: -10000px;
}

.form-status {
  margin: 16px 0 0;
  border: 1px solid rgba(111, 138, 120, 0.48);
  border-radius: 4px;
  background: rgba(111, 138, 120, 0.16);
  color: var(--off-white);
  padding: 12px;
}

.contact-section {
  background:
    linear-gradient(180deg, rgba(214, 168, 58, 0.06), transparent 32%),
    var(--black);
}

.contact-aside {
  margin-top: 30px;
  border: 1px solid rgba(111, 138, 120, 0.34);
  border-radius: 8px;
  background: rgba(111, 138, 120, 0.11);
  padding: 20px;
}

.contact-aside strong,
.contact-aside span {
  display: block;
}

.contact-aside span {
  margin-top: 6px;
  color: rgba(245, 241, 232, 0.76);
}

.site-footer {
  border-top: 1px solid rgba(240, 201, 106, 0.16);
  background: #050505;
  padding: 46px 0 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.5fr 1.1fr;
  gap: 42px;
}

.footer-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.site-footer p,
.site-footer a,
.footer-bottom {
  color: rgba(245, 241, 232, 0.68);
}

.site-footer p {
  margin: 18px 0 0;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: 1rem;
}

.site-footer a:not(.footer-brand) {
  display: block;
  width: fit-content;
  margin-top: 8px;
}

.site-footer a:not(.footer-brand):hover,
.site-footer a:not(.footer-brand):focus-visible {
  color: var(--gold-light);
  outline: none;
}

.footer-bottom {
  margin-top: 38px;
  border-top: 1px solid rgba(245, 241, 232, 0.1);
  padding-top: 18px;
  font-size: 0.92rem;
}

@media (prefers-reduced-motion: no-preference) {
  .service-card,
  .pricing-card,
  .form-panel {
    transition: transform 180ms ease, border-color 180ms ease;
  }

  .service-card:hover,
  .pricing-card:hover,
  .form-panel:focus-within {
    transform: translateY(-2px);
    border-color: rgba(240, 201, 106, 0.34);
  }
}

@media (max-width: 1040px) {
  .hero h1 {
    font-size: 3.2rem;
  }

  .service-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card-featured {
    grid-column: span 2;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 66px;
  }

  .container {
    width: min(100% - 28px, 760px);
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(var(--header-height) + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid rgba(240, 201, 106, 0.22);
    border-radius: 8px;
    background: rgba(5, 5, 5, 0.96);
    padding: 10px;
    box-shadow: var(--shadow);
  }

  .site-header.nav-open .site-nav {
    display: flex;
  }

  .site-nav a,
  .site-nav .nav-cta {
    margin-left: 0;
    padding: 12px;
  }

  .brand-link small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 42px 0 48px;
  }

  .hero-grid,
  .page-hero-grid,
  .about-grid,
  .academy-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-visual {
    order: -1;
    padding: 12px;
  }

  .hero-visual img {
    width: min(260px, 78vw);
  }

  .visual-note {
    width: min(440px, 100%);
  }

  .page-hero {
    min-height: auto;
    padding: 46px 0 42px;
  }

  .page-hero img {
    order: -1;
    width: 130px;
  }

  .page-hero h1 {
    font-size: 2.5rem;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: 2.7rem;
  }

  .hero-lede {
    font-size: 1rem;
  }

  .section {
    padding: 66px 0;
  }

  .section-heading h2,
  .about-section h2,
  .academy-section h2,
  .contact-section h2 {
    font-size: 2.25rem;
  }

  .about-copy {
    border-left: 0;
    border-top: 1px solid rgba(240, 201, 106, 0.24);
    padding-left: 0;
    padding-top: 24px;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .hero {
    padding: 34px 0 38px;
  }

  .hero-visual {
    display: none;
  }

  .mobile-hero-logo {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 14px;
    background: #000;
  }

  .hero h1 {
    font-size: 2.05rem;
  }

  .hero-lede {
    font-size: 0.98rem;
  }

  .service-area {
    display: none;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .trust-grid,
  .summary-grid,
  .service-grid,
  .pricing-grid,
  .service-card-featured,
  .form-row {
    grid-template-columns: 1fr;
  }

  .service-card-featured {
    grid-column: span 1;
  }

  .trust-grid div,
  .trust-grid div:last-child {
    min-height: auto;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid rgba(245, 241, 232, 0.08);
  }

  .trust-grid div:first-child {
    border-top: 0;
  }

  .service-card,
  .form-panel {
    padding: 22px;
  }

  .pricing-card span {
    min-height: auto;
    margin-bottom: 12px;
  }

  .summary-panel {
    padding: 22px;
  }

  .page-hero h1 {
    font-size: 2.15rem;
  }
}
