:root {
  --ink: #143832;
  --deep: #0d332f;
  --deep-2: #092824;
  --cream: #fff0d8;
  --paper: #fff7e8;
  --paper-2: #f8dfbf;
  --peach: #f49a62;
  --peach-2: #ef7655;
  --coral: #d8583f;
  --gold: #ffc77d;
  --muted: #5a655f;
  --line: rgba(20, 56, 50, 0.16);
  --shadow: 0 28px 80px rgba(58, 28, 12, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 83% 15%, rgba(244, 154, 98, .28), transparent 28%),
    linear-gradient(180deg, #fff5e6 0%, #fae2c2 47%, #ffd9b9 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}
a { color: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 58px);
  background: rgba(255, 239, 217, .82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(216, 88, 63, .12);
}
.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--coral);
  font-weight: 900;
  letter-spacing: -.04em;
}
.brand img { width: 50px; height: 50px; object-fit: contain; border-radius: 14px; }
.brand span { font-size: clamp(1.7rem, 4vw, 2.45rem); }
.nav-links,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  font-weight: 800;
}
.nav-links a,
.site-footer a { text-decoration: none; }
.nav-links a:hover { color: var(--coral); }

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: 20px;
  padding: clamp(44px, 7vw, 96px) clamp(20px, 6vw, 72px) clamp(32px, 6vw, 70px);
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; max-width: 640px; }
.kicker {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.kicker.light { color: #ffd0a7; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 2px;
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 11vw, 8.7rem);
  line-height: .85;
  letter-spacing: -.06em;
}
.hero h2 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 5.8vw, 4.35rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.lede {
  max-width: 520px;
  margin: 28px 0 0;
  color: #14201d;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.45;
}
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(216, 88, 63, .2);
}
.button.primary { color: white; background: linear-gradient(135deg, var(--peach-2), var(--coral)); }
.button.ghost { color: var(--ink); background: rgba(255, 247, 232, .62); border: 1px solid var(--line); }

.hero-art {
  position: relative;
  min-height: 500px;
  align-self: stretch;
}
.sun-peach {
  position: absolute;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  right: 4vw;
  top: 34px;
  border-radius: 48% 52% 50% 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.32), transparent 23%),
    linear-gradient(135deg, #ffc37e 0%, #ff9866 56%, #ee6b58 100%);
  opacity: .95;
  box-shadow: inset -22px -18px 0 rgba(219, 82, 58, .1);
}
.sun-peach::before {
  content: "";
  position: absolute;
  width: 118px;
  height: 62px;
  right: 34px;
  top: -28px;
  border-radius: 100% 0 100% 0;
  background: #839283;
  transform: rotate(-34deg);
}
.terminal {
  position: absolute;
  right: 0;
  bottom: 150px;
  width: min(50vw, 670px);
  height: 120px;
  opacity: .38;
  background:
    linear-gradient(90deg, transparent 0 5%, rgba(9,40,36,.36) 5% 95%, transparent 95%),
    repeating-linear-gradient(90deg, rgba(9,40,36,.52) 0 18px, transparent 18px 40px);
  border-top: 14px solid rgba(9,40,36,.42);
  border-bottom: 9px solid rgba(9,40,36,.28);
}
.hero-logo-mark {
  position: absolute;
  right: clamp(24px, 7vw, 98px);
  top: 50%;
  width: min(34vw, 420px);
  max-width: 76%;
  transform: translateY(-50%);
  border-radius: 28px;
  filter: drop-shadow(0 24px 38px rgba(67, 35, 18, .26));
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: linear-gradient(90deg, var(--peach), #f27d57, var(--peach));
  color: white;
  padding: 0 clamp(18px, 5vw, 70px);
}
.feature-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  align-items: start;
  padding: 28px 24px;
}
.feature-strip .icon { grid-row: span 2; font-size: 2rem; filter: grayscale(1) brightness(10); opacity: .9; }
.feature-strip strong { font-size: 1.16rem; }
.feature-strip p { margin: 4px 0 0; opacity: .92; }

.story-band {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 40px;
  align-items: center;
  padding: clamp(48px, 7vw, 84px) clamp(20px, 6vw, 72px);
  background: rgba(255, 247, 232, .56);
}
.story-band h2,
.wings-card h2,
.pit-panel h2,
.atl-banner .script {
  font-family: Georgia, "Times New Roman", serif;
  line-height: .95;
  letter-spacing: -.045em;
}
.story-band h2 { font-size: clamp(2.3rem, 5vw, 4.6rem); color: var(--ink); }
.story-band p { color: var(--muted); font-size: 1.16rem; line-height: 1.75; }

.showcase {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(480px, 1.2fr);
  align-items: stretch;
  background: var(--paper);
}
.pit-panel {
  padding: clamp(32px, 4vw, 56px);
  color: white;
  background:
    radial-gradient(circle at 18% 72%, rgba(244,154,98,.18), transparent 24%),
    linear-gradient(145deg, var(--deep) 0%, var(--deep-2) 100%);
}
.pit-panel h2 { margin: 0 0 8px; font-size: clamp(2.7rem, 5.8vw, 5.2rem); color: #fff4dc; }
.pit-panel h3 { margin: 0 0 22px; color: #ff946d; font-size: clamp(1.2rem, 2.3vw, 1.7rem); }
.pit-panel p { color: rgba(255,255,255,.86); font-size: 1.08rem; line-height: 1.7; }
.pit-panel img {
  display: block;
  width: 100%;
  margin: 28px auto;
  border-radius: 20px;
  box-shadow: 0 26px 55px rgba(0,0,0,.28);
}
.enroll-card {
  display: block;
  padding: 20px;
  border: 1px solid rgba(244,154,98,.75);
  border-radius: 14px;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 247, 232, .03);
}
.enroll-card span { display: block; color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.enroll-card strong { display: block; margin-top: 5px; color: white; text-transform: uppercase; }

.wings-card {
  padding: clamp(32px, 5vw, 60px);
  background:
    radial-gradient(circle at 86% 12%, rgba(244,154,98,.22), transparent 30%),
    linear-gradient(180deg, #fff2de, #fff9ed);
}
.wings-card h2 { margin: 0; color: var(--ink); font-size: clamp(3rem, 7vw, 6rem); }
.wings-card .tagline { color: var(--deep); font-weight: 900; font-size: 1.4rem; margin: 8px 0 12px; }
.wings-card > p:not(.kicker):not(.tagline) { max-width: 650px; color: var(--muted); line-height: 1.7; font-size: 1.08rem; }
.wings-card figure { margin: 26px 0 0; }
.wings-card figure img {
  display: block;
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(62, 30, 9, .18);
}
.wings-card figcaption { margin-top: 10px; color: var(--muted); text-align: center; font-size: .92rem; }
.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 30px;
  border-top: 1px solid rgba(216,88,63,.2);
}
.spec-grid div { padding: 22px 16px 0; text-align: center; }
.spec-grid span { display: block; color: var(--coral); font-size: 1.8rem; }
.spec-grid strong { display: block; color: var(--deep); margin: 8px 0 4px; }
.spec-grid small { display: block; color: var(--muted); line-height: 1.35; }

.atl-banner {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: clamp(44px, 7vw, 78px) clamp(22px, 7vw, 88px);
  background: linear-gradient(180deg, #ffd8b7, #f4b383);
}
.atl-banner::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 155px;
  background: linear-gradient(0deg, rgba(216,88,63,.32), transparent);
}
.skyline {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 12px;
  height: 170px;
  opacity: .34;
}
.skyline i { display: block; width: 42px; background: var(--coral); border-radius: 3px 3px 0 0; }
.skyline i:nth-child(1) { height: 55px; } .skyline i:nth-child(2) { height: 88px; } .skyline i:nth-child(3) { height: 120px; }
.skyline i:nth-child(4) { height: 72px; } .skyline i:nth-child(5) { height: 146px; } .skyline i:nth-child(6) { height: 100px; }
.skyline i:nth-child(7) { height: 132px; } .skyline i:nth-child(8) { height: 68px; } .skyline i:nth-child(9) { height: 92px; } .skyline i:nth-child(10) { height: 58px; }
.banner-copy, .road-sign { position: relative; z-index: 1; }
.atl-banner .script { margin: 0 0 18px; color: var(--coral); font-size: clamp(2.5rem, 6vw, 5.1rem); font-style: italic; }
.atl-banner h2 { margin: 0 0 10px; font-size: clamp(1.3rem, 2vw, 1.8rem); }
.atl-banner p { max-width: 520px; color: #253f3a; font-size: 1.12rem; line-height: 1.55; }
.road-sign {
  min-width: 210px;
  padding: 22px 26px;
  transform: rotate(-3deg);
  color: #ffe0bd;
  border: 7px solid rgba(255,224,189,.75);
  border-radius: 12px;
  background: rgba(64, 43, 31, .74);
  box-shadow: 0 18px 42px rgba(67,35,18,.25);
  text-align: center;
  font-size: clamp(2.7rem, 5vw, 4.3rem);
  font-weight: 950;
  letter-spacing: .03em;
}
.road-sign span { display: block; color: white; font-size: 1rem; text-transform: uppercase; letter-spacing: .09em; }

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 28px clamp(20px, 6vw, 70px);
  color: rgba(255,255,255,.82);
  background: var(--deep-2);
}
.footer-brand { color: var(--peach); font-size: 1.6rem; }
.site-footer p { margin: 4px 0; font-size: .88rem; text-align: center; }
.site-footer nav { gap: 18px; font-size: .92rem; }
.site-footer nav a:hover { color: var(--peach); }

@media (max-width: 980px) {
  .topbar { position: static; flex-direction: column; align-items: flex-start; }
  .nav-links { flex-wrap: wrap; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-art { min-height: 380px; }
  .sun-peach { width: min(82vw, 520px); right: 5vw; }
  .terminal { width: 90vw; }
  .hero-logo-mark { width: min(78vw, 420px); right: 50%; transform: translate(50%, -50%); }
  .story-band, .showcase, .atl-banner { grid-template-columns: 1fr; }
  .spec-grid, .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
@media (max-width: 640px) {
  .nav-links { gap: 14px; font-size: .95rem; }
  .hero { padding-top: 34px; }
  .feature-strip, .spec-grid { grid-template-columns: 1fr; }
  .feature-strip article { padding-inline: 10px; }
  .pit-panel, .wings-card { padding: 28px 20px; }
  .road-sign { min-width: 160px; font-size: 2.5rem; }
}
