:root {
  --ink: #0a0a0a;
  --charcoal: #171614;
  --slate: #272b2b;
  --paper: #ffffff;
  --bone: #f7f4ee;
  --mist: #edece4;
  --brass: #a8893f;
  --brass-soft: #e7d7ad;
  --sage: #dfe7dd;
  --forest: #17322d;
  --clay: #a96348;
  --blue: #7896a5;
  --line: rgba(10, 10, 10, 0.14);
  --dark-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 18px 45px rgba(10, 10, 10, 0.12);
  --shadow-soft: 0 10px 30px rgba(10, 10, 10, 0.08);
  --shadow-lift: 0 26px 60px rgba(10, 10, 10, 0.18);
  --font-serif: Georgia, "Times New Roman", serif;
  --font-sans: Avenir, "Avenir Next", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  /* Type scale (breakpoint-stepped rem, not viewport-fluid) */
  --step-display: 4.5rem;
  --step-5: 3rem;
  --step-4: 2.1rem;
  --step-3: 1.5rem;
  --step-2: 1.25rem;
  --step-1: 1.05rem;
  --step-0: 1rem;
  /* Vertical rhythm + spacing */
  --space-2xs: 6px;
  --space-xs: 10px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
  --space-2xl: 96px;
  --section-pad: clamp(72px, 9vh, 116px);
  /* Motion */
  --motion-fast: 0.28s;
  --motion-base: 0.5s;
  --motion-slow: 0.9s;
  --motion-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --reveal-rise: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

body.dark-site {
  background: var(--charcoal);
  color: var(--paper);
}

a {
  color: inherit;
}

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

.review-page {
  background: var(--bone);
}

.review-hero,
.site-hero,
.page-section,
.review-section,
.site-footer {
  padding-left: 32px;
  padding-right: 32px;
}

.review-hero {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(223, 231, 221, 0.78), rgba(247, 244, 238, 0.88)),
    var(--bone);
}

.site-page [data-proof-root] > header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding-left: 32px;
  padding-right: 32px;
  background: rgba(247, 244, 238, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(10, 10, 10, 0.12);
}

.dark-site [data-proof-root] > header {
  background: rgba(15, 14, 13, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

/* --- Dark nav bars so the gold logo pops on the light directions --- */
.capital-atlas-theme [data-proof-root] > header {
  background: rgba(20, 44, 39, 0.94);
  border-bottom-color: var(--dark-line);
  color: var(--paper);
}

.academy-flight-theme [data-proof-root] > header {
  background: rgba(33, 24, 19, 0.94);
  border-bottom-color: var(--dark-line);
  color: var(--paper);
}

.capital-atlas-theme .brand-logo,
.academy-flight-theme .brand-logo {
  filter: brightness(1.16) contrast(1.03) saturate(1.12);
}

.capital-atlas-theme .nav-toggle,
.academy-flight-theme .nav-toggle {
  border-color: var(--dark-line);
}

.review-nav,
.site-nav {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.review-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
}

.site-nav {
  border-bottom: 0;
}

.dark-site .site-nav {
  border-color: var(--dark-line);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  text-decoration: none;
}

.brand-logo {
  height: 60px;
  width: auto;
}

.dark-site .brand-logo {
  filter: brightness(1.18) contrast(1.02);
}

.brand-bird {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 6px;
  background: var(--paper);
  color: var(--forest);
}

.dark-site .brand-bird {
  background: var(--paper);
  color: var(--ink);
}

.brand-bird svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: wrap;
}

.nav-links a,
.text-link {
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover,
.nav-links a[aria-current="page"],
.text-link:hover {
  border-color: currentColor;
}

.nav-cta {
  border: 1px solid currentColor;
  padding: 10px 14px;
  border-radius: 6px;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.dark-site .nav-toggle {
  border-color: var(--dark-line);
}

.nav-toggle-bars {
  display: grid;
  gap: 5px;
  width: 20px;
}

.nav-toggle-bars span {
  display: block;
  height: 2px;
  width: 100%;
  background: currentColor;
  border-radius: 2px;
  transition: transform var(--motion-fast) var(--motion-ease),
    opacity var(--motion-fast) var(--motion-ease);
}

.nav-open .nav-toggle-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle-bars span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.review-hero-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 92px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.62fr);
  gap: 56px;
  align-items: center;
}

.eyebrow,
.panel-label,
.card-kicker,
.meta-label {
  margin: 0 0 12px;
  font-size: 0.82rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--brass);
}

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

h1,
h2 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 880px;
  margin-bottom: 24px;
  font-size: 4.5rem;
}

h2 {
  margin-bottom: 18px;
  font-size: 3rem;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.lead {
  max-width: 760px;
  color: rgba(10, 10, 10, 0.76);
  font-size: 1.22rem;
}

.dark-site .lead {
  color: rgba(255, 255, 255, 0.76);
}

.button-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.15;
  cursor: pointer;
}

.button.primary {
  background: var(--ink);
  color: var(--paper);
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.button.dark {
  background: var(--brass-soft);
  color: var(--ink);
  border-color: var(--brass-soft);
}

.button.forest {
  background: var(--forest);
  color: var(--paper);
  border-color: var(--forest);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.dark-site .button.primary,
.dark-site .button.secondary {
  border-color: var(--paper);
}

.dark-site .button.secondary {
  color: var(--paper);
}

.review-panel,
.direction-card,
.prompt-card,
.criteria-grid > div,
.stat-card,
.path-card,
.capital-card-item,
.proof-card,
.fit-card,
.process-card,
.function-card,
.blocked-card,
.application-step,
.fit-application {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.review-panel {
  padding: 28px;
  box-shadow: var(--shadow);
}

.review-steps {
  margin: 0;
  padding-left: 20px;
}

.review-steps li + li {
  margin-top: 14px;
}

.review-section,
.page-section,
.site-footer {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-top: 84px;
  padding-bottom: 84px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading p {
  color: rgba(10, 10, 10, 0.68);
}

.direction-grid,
.criteria-grid,
.prompt-grid,
.stat-grid,
.path-grid,
.capital-grid,
.proof-grid,
.fit-grid,
.process-grid,
.function-grid,
.blocked-grid,
.application-grid {
  display: grid;
  gap: 18px;
}

.direction-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.direction-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  min-height: 100%;
}

.direction-card-media {
  height: 260px;
  margin: -28px -28px 24px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
}

.direction-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
  transition: transform 220ms ease;
}

.direction-card:hover .direction-card-media img {
  transform: scale(1.04);
}

.operator-card .direction-card-media {
  border-color: rgba(255, 255, 255, 0.2);
}

.operator-card .direction-card-media img {
  filter: saturate(0.76) contrast(1.08) brightness(0.78);
}

.direction-card h3 {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 500;
}

.direction-card .button {
  width: 100%;
  margin-top: 12px;
}

.capital-card {
  background: var(--paper);
  border-top: 6px solid var(--brass);
}

.operator-card {
  background: var(--charcoal);
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.22);
  border-top: 6px solid var(--clay);
}

.academy-card {
  background: var(--sage);
  border-top: 6px solid var(--forest);
}

.check-list {
  padding-left: 20px;
  margin: 18px 0 18px;
}

.check-list li + li {
  margin-top: 8px;
}

.criteria-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.criteria-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.criteria-grid > div,
.prompt-card {
  padding: 22px;
}

.prompt-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prompt-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--brass);
  font-weight: 900;
}

.prompt-card p,
.criteria-grid p,
.direction-card p {
  margin-bottom: 0;
}

.feedback-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  color: var(--ink);
}

.feedback-fab,
.feedback-close,
.feedback-link {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.feedback-link {
  background: transparent;
  color: inherit;
}

.feedback-fab {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--forest);
  color: var(--bone);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.feedback-panel {
  position: absolute;
  right: 0;
  bottom: 62px;
  width: min(440px, calc(100vw - 32px));
  padding: 22px;
  border-radius: 8px;
  border: 1px solid rgba(168, 137, 63, 0.28);
  background: rgba(250, 248, 241, 0.98);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.feedback-panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.feedback-panel h2 {
  margin: 4px 0 0;
  font-size: 1.5rem;
}

.feedback-close {
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--forest);
  background: rgba(20, 44, 39, 0.08);
}

.feedback-form {
  display: grid;
  gap: 14px;
}

.feedback-form label {
  display: grid;
  gap: 7px;
}

.feedback-form label span {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0;
  color: rgba(10, 10, 10, 0.62);
}

.feedback-form input,
.feedback-form select,
.feedback-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 44, 39, 0.18);
  border-radius: 8px;
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
}

.feedback-form textarea {
  resize: vertical;
}

.feedback-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.feedback-status {
  min-height: 1.25em;
  margin: 0;
  color: rgba(10, 10, 10, 0.7);
}

.feedback-actions .button {
  border: 0;
}

@media (max-width: 1020px) {
  .feedback-widget {
    right: 14px;
    bottom: 14px;
  }

  .feedback-fab {
    width: 58px;
    min-height: 42px;
    padding: 0;
    font-size: 0;
  }

  .feedback-fab::after {
    content: "Notes";
    font-size: 0.78rem;
    font-weight: 800;
  }
}

.site-shell {
  min-height: 100vh;
}

.site-hero {
  border-bottom: 1px solid var(--line);
}

.dark-site .site-hero,
.dark-site .page-section,
.dark-site .site-footer {
  border-color: var(--dark-line);
}

.site-hero-inner {
  width: min(1180px, 100%);
  min-height: 720px;
  margin: 0 auto;
  padding: 58px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
  gap: 54px;
  align-items: center;
}

.site-hero-copy h1 {
  font-size: 4.25rem;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
}

.meta-pill {
  min-height: 88px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.meta-pill strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.meta-pill span {
  display: block;
  font-size: 0.84rem;
  color: rgba(10, 10, 10, 0.68);
}

.dark-site .meta-pill {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--dark-line);
}

.dark-site .meta-pill span {
  color: rgba(255, 255, 255, 0.68);
}

.hero-routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.hero-route {
  min-height: 132px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.hero-route strong {
  display: block;
  margin-bottom: 6px;
}

.hero-route span {
  display: block;
  color: rgba(10, 10, 10, 0.7);
  font-size: 0.92rem;
}

.dark-site .hero-route {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--dark-line);
}

.dark-site .hero-route span {
  color: rgba(255, 255, 255, 0.72);
}

.visual-stage {
  position: relative;
  min-height: 500px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.dark-site .visual-stage {
  background: #0f0e0d;
  border-color: var(--dark-line);
}

.capital-atlas-theme .site-hero {
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.98), rgba(223, 231, 221, 0.65)),
    var(--bone);
}

.operator-standard-theme {
  background: var(--charcoal);
  color: var(--paper);
}

.operator-standard-theme .site-hero {
  background:
    linear-gradient(90deg, rgba(23, 22, 20, 1), rgba(39, 43, 43, 0.92)),
    var(--charcoal);
}

.academy-flight-theme .site-hero {
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.96), rgba(223, 231, 221, 0.86)),
    var(--bone);
}

.atlas-visual,
.command-visual,
.people-visual,
.flight-visual,
.application-visual {
  height: 100%;
  min-height: 500px;
  padding: 28px;
}

.atlas-ring {
  position: relative;
  height: 372px;
  margin: 18px auto 0;
  border: 1px solid rgba(168, 137, 63, 0.44);
  border-radius: 50%;
  max-width: 372px;
}

.atlas-center {
  position: absolute;
  inset: 119px;
  z-index: 2;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-serif);
  line-height: 1.18;
  padding: 14px;
}

.capital-node {
  position: absolute;
  z-index: 3;
  width: 112px;
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  font-weight: 850;
  text-align: center;
}

.node-human {
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}

.node-structural {
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
}

.node-social {
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}

.node-customer {
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
}

.visual-caption {
  margin: 26px 0 0;
  padding: 16px;
  border-left: 4px solid var(--brass);
  background: var(--bone);
}

.command-visual {
  color: var(--paper);
}

.command-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--dark-line);
}

.command-status {
  padding: 7px 10px;
  border: 1px solid var(--clay);
  border-radius: 6px;
  color: var(--brass-soft);
  font-weight: 800;
}

.command-rows {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.command-row {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 16px;
  padding: 15px;
  border: 1px solid var(--dark-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.command-row span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.command-row strong {
  color: var(--paper);
}

.command-footer {
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(231, 215, 173, 0.38);
  border-radius: 8px;
  color: var(--brass-soft);
  font-family: var(--font-serif);
  font-size: 1.35rem;
  line-height: 1.2;
}

.people-visual {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 10px;
  color: var(--paper);
  background: #0f0e0d;
}

.people-visual-image {
  height: 130px;
  min-height: 130px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
}

.people-visual-image img {
  width: 100%;
  height: 100%;
  min-height: 130px;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04) brightness(0.84);
}

.people-visual-copy {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.people-visual-copy h3 {
  margin: 0 0 10px;
  color: var(--paper);
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.1vw, 1.95rem);
  line-height: 1.04;
}

.people-visual-copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.people-visual-items {
  display: grid;
  gap: 7px;
}

.people-visual-item {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 14px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.people-visual-item span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.people-visual-item strong {
  color: var(--paper);
  font-size: 0.84rem;
  line-height: 1.25;
}

.flight-visual {
  background: var(--paper);
}

.flight-lane {
  position: relative;
  margin: 22px 0 24px;
  padding-left: 38px;
}

.flight-rail {
  position: absolute;
  left: 13px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--brass), var(--forest));
  transform-origin: top center;
  animation: railGrow 1.5s var(--motion-ease) backwards;
}

.flight-waypoints {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px;
}

.flight-waypoint {
  position: relative;
  animation: nodeFade 0.6s var(--motion-ease) backwards;
  animation-delay: calc(0.5s + var(--wi) * 0.7s);
}

.flight-dot {
  position: absolute;
  left: -32px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--brass);
}

.flight-waypoint:nth-child(2) .flight-dot { border-color: var(--forest); }
.flight-waypoint:nth-child(3) .flight-dot { border-color: var(--blue); }
.flight-waypoint:nth-child(4) .flight-dot { border-color: var(--clay); }

.flight-wcopy strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.04rem;
}

.flight-wcopy span {
  display: block;
  color: rgba(10, 10, 10, 0.66);
  font-size: 0.9rem;
  line-height: 1.4;
}

.flight-bird {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 32px;
  height: 32px;
  color: var(--forest);
  animation: birdDescend 3.6s var(--motion-ease) 0.3s forwards;
}

.flight-bird .brand-bird {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--forest);
  animation: wingBeat 2.6s ease-in-out infinite;
}

.flight-bird svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@keyframes railGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

@keyframes birdDescend {
  0% { top: 0; opacity: 0; transform: translateX(-3px) rotate(-5deg); }
  9% { opacity: 1; }
  32% { transform: translateX(11px) rotate(9deg); }
  64% { transform: translateX(-11px) rotate(-7deg); }
  100% { top: calc(100% - 30px); opacity: 1; transform: translateX(-2px) rotate(0deg); }
}

@keyframes wingBeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.07); }
}

.flight-note {
  padding: 18px;
  border-left: 4px solid var(--clay);
  background: var(--bone);
}

.application-visual {
  display: flex;
  flex-direction: column;
  background: var(--paper);
}

.application-visual-card {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.application-visual-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bone);
}

.application-visual-row span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: var(--brass);
  font-weight: 900;
}

.application-note {
  margin-top: auto;
  padding: 18px;
  border-left: 4px solid var(--brass);
  background: rgba(255, 255, 255, 0.76);
}

.site-page .page-section + .page-section {
  border-top: 1px solid var(--line);
}

.dark-site .page-section + .page-section {
  border-color: var(--dark-line);
}

.dark-site .section-heading p,
.dark-site .page-section p {
  color: rgba(255, 255, 255, 0.72);
}

.stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card,
.path-card,
.capital-card-item,
.proof-card,
.fit-card,
.process-card,
.function-card,
.blocked-card,
.application-step {
  padding: 22px;
}

.dark-site .stat-card,
.dark-site .path-card,
.dark-site .capital-card-item,
.dark-site .proof-card,
.dark-site .fit-card,
.dark-site .process-card,
.dark-site .function-card,
.dark-site .blocked-card,
.dark-site .application-step {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--dark-line);
}

.stat-card strong,
.path-card strong,
.capital-card-item strong,
.proof-card strong,
.fit-card strong,
.process-card strong,
.function-card strong,
.application-step strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.06rem;
}

.stat-card span,
.path-card span,
.capital-card-item span,
.proof-card span,
.fit-card span,
.process-card span,
.function-card span,
.application-step span {
  display: block;
  color: rgba(10, 10, 10, 0.68);
}

.dark-site .stat-card span,
.dark-site .path-card span,
.dark-site .capital-card-item span,
.dark-site .proof-card span,
.dark-site .fit-card span,
.dark-site .process-card span,
.dark-site .function-card span,
.dark-site .application-step span {
  color: rgba(255, 255, 255, 0.68);
}

.path-grid,
.fit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.capital-grid,
.proof-grid,
.function-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-grid,
.application-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.path-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
}

.path-card .button {
  margin-top: auto;
  width: 100%;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 9px;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: var(--brass);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.dark-site .status-chip {
  color: var(--brass-soft);
}

.capital-card-item {
  border-top: 4px solid var(--brass);
}

.capital-card-item:nth-child(2) {
  border-top-color: var(--forest);
}

.capital-card-item:nth-child(3) {
  border-top-color: var(--blue);
}

.capital-card-item:nth-child(4) {
  border-top-color: var(--clay);
}

.proof-card {
  min-height: 220px;
}

.fit-card.good {
  border-top: 4px solid var(--forest);
}

.fit-card.bad {
  border-top: 4px solid var(--clay);
}

.function-card {
  border-top: 4px solid var(--clay);
}

.content-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.content-image {
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 24px 70px rgba(10, 10, 10, 0.14);
}

.content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02) brightness(0.9);
}

.content-copy {
  display: grid;
  gap: 22px;
}

.content-paragraphs {
  display: grid;
  gap: 15px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.content-paragraphs p {
  margin: 0;
  color: rgba(10, 10, 10, 0.74);
  font-size: 1.06rem;
}

.content-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.content-list-item {
  min-height: 168px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.content-list-item strong,
.content-list-item span {
  display: block;
}

.content-list-item strong {
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.content-list-item span {
  color: rgba(10, 10, 10, 0.68);
}

.people-media {
  display: grid;
  gap: 24px;
}

.people-media-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr 0.85fr;
  gap: 14px;
}

.people-media-grid figure {
  min-height: 310px;
  overflow: hidden;
  position: relative;
  margin: 0;
  border-radius: 8px;
  background: var(--ink);
}

.people-media-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04) brightness(0.86);
}

.people-media-grid figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 7px 10px;
  border-radius: 6px;
  color: var(--paper);
  background: rgba(10, 10, 10, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.people-media-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.people-media-list article {
  min-height: 160px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.people-media-list strong,
.people-media-list span {
  display: block;
}

.people-media-list strong {
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.people-media-list span {
  color: rgba(10, 10, 10, 0.68);
}

.dark-site .content-paragraphs,
.dark-site .content-list-item,
.dark-site .people-media-list article {
  color: var(--paper);
  border-color: var(--dark-line);
  background: rgba(255, 255, 255, 0.08);
}

.dark-site .content-paragraphs p,
.dark-site .content-list-item span,
.dark-site .people-media-list span {
  color: rgba(255, 255, 255, 0.68);
}

.blocked-card {
  border-style: dashed;
}

.application-step {
  min-height: 172px;
}

.fit-application {
  padding: 28px;
}

.fit-application,
.fit-application label {
  display: grid;
  gap: 16px;
}

.field-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fit-application label {
  gap: 8px;
}

.fit-application label span {
  color: rgba(10, 10, 10, 0.72);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fit-application input,
.fit-application select,
.fit-application textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  font: inherit;
}

.fit-application textarea {
  resize: vertical;
}

.application-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 4px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.application-action p {
  margin: 0;
  color: rgba(10, 10, 10, 0.68);
}

.dark-site .fit-application {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--dark-line);
}

.dark-site .fit-application label span,
.dark-site .application-action p {
  color: rgba(255, 255, 255, 0.72);
}

.dark-site .fit-application input,
.dark-site .fit-application select,
.dark-site .fit-application textarea {
  color: var(--paper);
  border-color: var(--dark-line);
  background: rgba(255, 255, 255, 0.08);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: var(--brass);
  font-weight: 900;
}

.dark-site .step-number {
  color: var(--brass-soft);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
}

.dark-site .final-cta {
  background: var(--paper);
  color: var(--ink);
}

.final-cta h2 {
  margin-bottom: 8px;
  font-size: 2.25rem;
}

.final-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.dark-site .final-cta p {
  color: rgba(10, 10, 10, 0.68);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding-top: 36px;
  padding-bottom: 44px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-inner p {
  margin-bottom: 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: 0.92rem;
}

.dark-site .footer-inner p {
  color: rgba(255, 255, 255, 0.62);
}

.scroll-story {
  --story-width: 58vw;
  --story-height: 46vh;
  --story-radius: 420px;
  --story-y: 104px;
  --story-scale: 1.03;
  --story-opening-opacity: 1;
  position: relative;
  height: 310vh;
  padding: 0;
  color: var(--paper);
  background: var(--bone);
}

.story-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
}

.story-media-mask {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: var(--story-width);
  height: var(--story-height);
  overflow: hidden;
  border-radius: var(--story-radius);
  background: var(--ink);
  box-shadow: 0 34px 120px rgba(10, 10, 10, 0.26);
  transform: translate(-50%, calc(-50% + var(--story-y)));
  will-change: width, height, border-radius, transform;
}

.story-media-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--story-scale));
  will-change: transform;
}

.story-wash {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.story-opening {
  position: absolute;
  z-index: 4;
  top: clamp(68px, 10vh, 110px);
  left: max(32px, calc((100% - 1180px) / 2));
  width: min(660px, calc(100% - 64px));
  padding: 24px;
  border: 1px solid rgba(10, 10, 10, 0.12);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(247, 244, 238, 0.92);
  box-shadow: 0 22px 70px rgba(10, 10, 10, 0.16);
  backdrop-filter: blur(18px);
  transform: none;
  opacity: var(--story-opening-opacity);
  transition: opacity 80ms linear;
}

.is-story-started .story-opening,
.is-story-started .story-meta-strip {
  visibility: hidden;
}

.story-opening h1 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(2.9rem, 5.4vw, 5.75rem);
  line-height: 0.96;
  text-wrap: balance;
}

.story-opening .lead {
  max-width: 590px;
  color: rgba(10, 10, 10, 0.72);
}

.story-path-line {
  width: fit-content;
  margin: 18px 0 0;
  padding: 8px 12px;
  border: 1px solid rgba(10, 10, 10, 0.18);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(247, 244, 238, 0.58);
  font-size: 0.86rem;
  font-weight: 900;
}

.story-opening .button-row {
  margin-top: 26px;
}

.story-opening .hero-route-dock {
  max-width: 760px;
}

.story-route-rail {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 100px;
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  transform: translateX(-50%);
}

.story-route-card {
  min-height: 112px;
  display: grid;
  align-content: center;
  padding: 18px 20px;
  border: 1px solid rgba(10, 10, 10, 0.16);
  border-radius: 8px;
  color: var(--ink);
  text-decoration: none;
  background: rgba(247, 244, 238, 0.9);
  box-shadow: 0 18px 48px rgba(10, 10, 10, 0.18);
  backdrop-filter: blur(18px);
}

.story-route-card:hover {
  transform: translateY(-2px);
}

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

.story-route-card span {
  margin-bottom: 8px;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.story-route-card strong {
  max-width: 90%;
  font-size: 1.08rem;
  line-height: 1.2;
}

.operator-standard-story .story-route-card {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(15, 14, 13, 0.86);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
}

.operator-standard-story .story-route-card span {
  color: var(--brass-soft);
}

.academy-flight-story .story-route-card {
  border-color: rgba(23, 50, 45, 0.18);
  background: rgba(255, 255, 255, 0.86);
}

.academy-flight-story .story-route-card span {
  color: var(--forest);
}

.home-route-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-route-card {
  min-height: 116px;
  display: grid;
  align-content: center;
  padding: 18px 20px;
  border: 1px solid rgba(10, 10, 10, 0.16);
  border-radius: 8px;
  color: var(--ink);
  text-decoration: none;
  background: rgba(247, 244, 238, 0.92);
  box-shadow: 0 18px 52px rgba(10, 10, 10, 0.16);
  backdrop-filter: blur(18px);
}

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

.home-route-card span {
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 7px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--brass-soft);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-route-card strong {
  max-width: 92%;
  font-size: 1.08rem;
  line-height: 1.2;
}

.full-image-hero {
  position: relative;
  min-height: calc(100vh - 89px);
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--paper);
  background: #0f0e0d;
}

.full-image-frame,
.full-image-wash {
  position: absolute;
  inset: 0;
}

.full-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.1) brightness(0.72);
}

.full-image-wash {
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.88), rgba(10, 10, 10, 0.34) 48%, rgba(10, 10, 10, 0.78)),
    linear-gradient(0deg, rgba(10, 10, 10, 0.78), rgba(10, 10, 10, 0.12) 46%, rgba(10, 10, 10, 0.48));
}

.full-image-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  min-height: calc(100vh - 89px);
  margin: 0 auto;
  padding: clamp(54px, 7vh, 86px) 0 44px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.38fr);
  align-content: end;
  align-items: end;
  gap: clamp(28px, 5vw, 64px);
}

.full-image-copy {
  max-width: 850px;
}

.full-image-copy h1 {
  max-width: 840px;
  margin-bottom: 18px;
  color: var(--paper);
  font-size: clamp(3.3rem, 5.7vw, 5.9rem);
  line-height: 0.94;
  text-wrap: balance;
}

.full-image-copy .lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.8);
}

.full-image-copy .button.primary {
  color: var(--ink);
  border-color: var(--paper);
  background: var(--paper);
}

.full-image-copy .button.secondary {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(10, 10, 10, 0.22);
}

.full-image-hero .story-path-line {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(10, 10, 10, 0.5);
}

.full-image-hero .home-route-card {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(15, 14, 13, 0.86);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.4);
}

.full-image-hero .home-route-rail {
  grid-template-columns: 1fr;
}

.full-image-hero > .hero-meta {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-bottom: 24px;
}

.full-image-hero > .hero-meta .meta-pill {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(10, 10, 10, 0.58);
  backdrop-filter: blur(16px);
}

.full-image-hero > .hero-meta .meta-pill span {
  color: rgba(255, 255, 255, 0.72);
}

.split-image-hero {
  padding-top: 0;
  padding-bottom: 0;
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.98), rgba(223, 231, 221, 0.76)),
    var(--bone);
}

.split-hero-inner {
  width: min(1180px, 100%);
  min-height: calc(100vh - 89px);
  margin: 0 auto;
  padding: clamp(44px, 6vh, 70px) 0;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1.05fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: center;
}

.split-copy-panel h1 {
  max-width: 700px;
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 5.2vw, 5.25rem);
  line-height: 0.95;
  text-wrap: balance;
}

.split-copy-panel .lead {
  max-width: 620px;
  color: rgba(10, 10, 10, 0.72);
}

.split-copy-panel .button.primary {
  background: var(--forest);
  border-color: var(--forest);
  color: var(--paper);
}

.split-copy-panel .button.secondary {
  background: rgba(255, 255, 255, 0.28);
  border-color: var(--forest);
  color: var(--forest);
}

.split-image-hero .story-path-line {
  color: var(--forest);
  border-color: rgba(23, 50, 45, 0.2);
  background: rgba(255, 255, 255, 0.56);
}

.split-image-hero .home-route-rail {
  margin-top: 22px;
}

.split-media-panel {
  position: relative;
  min-height: 624px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--sage);
  box-shadow: 0 34px 90px rgba(10, 10, 10, 0.22);
}

.split-media-panel img {
  width: 100%;
  height: 100%;
  min-height: 624px;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04) brightness(1.02);
}

.split-media-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(23, 50, 45, 0.42), rgba(10, 10, 10, 0.02) 46%),
    linear-gradient(90deg, rgba(247, 244, 238, 0.34), transparent 30%);
}

.split-media-meta {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.split-media-meta div {
  padding: 14px 16px 16px;
  border: 0;
  border-left: 3px solid var(--brass-soft);
  border-radius: 0 8px 8px 0;
  color: var(--paper);
  background: rgba(15, 22, 20, 0.52);
  backdrop-filter: blur(16px);
}

.split-media-meta strong,
.split-media-meta span {
  display: block;
}

.split-media-meta strong {
  margin-bottom: 4px;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--brass-soft);
}

.split-media-meta span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
  line-height: 1.36;
}

.story-meta-strip {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 196px;
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  opacity: var(--story-opening-opacity);
  transform: translateX(-50%);
  transition: opacity 80ms linear;
}

.story-meta-pill {
  min-height: 86px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: var(--paper);
  background: rgba(10, 10, 10, 0.56);
  backdrop-filter: blur(16px);
}

.story-meta-pill strong,
.story-meta-pill span {
  display: block;
}

.story-meta-pill strong {
  margin-bottom: 5px;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.story-meta-pill span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.91rem;
  line-height: 1.35;
}

.story-beat-stack {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.story-beat {
  position: absolute;
  left: 50%;
  top: 54%;
  width: min(820px, calc(100% - 72px));
  color: var(--paper);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -42%);
  transition: opacity 90ms ease, transform 90ms ease, visibility 0s linear 90ms;
}

.story-beat.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  transition-delay: 0s;
}

.capital-atlas-story .story-beat {
  width: min(760px, calc(100% - 72px));
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(10, 10, 10, 0.58);
  box-shadow: 0 24px 90px rgba(10, 10, 10, 0.28);
  backdrop-filter: blur(16px);
}

.story-beat .eyebrow {
  color: var(--brass-soft);
}

.story-beat h2 {
  margin: 0 0 18px;
  color: var(--paper);
  font-size: clamp(2.8rem, 5.2vw, 5.4rem);
  line-height: 0.96;
  text-wrap: balance;
}

.story-beat p:last-child {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}

.story-progress {
  position: absolute;
  z-index: 4;
  right: 28px;
  top: 50%;
  display: grid;
  gap: 9px;
  transform: translateY(-50%);
}

.story-progress span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  font-weight: 800;
  background: rgba(10, 10, 10, 0.36);
}

.story-progress span.is-active {
  color: var(--ink);
  border-color: var(--brass-soft);
  background: var(--brass-soft);
}

.capital-atlas-story .story-sticky {
  background:
    radial-gradient(circle at 18% 18%, rgba(223, 231, 221, 0.9), transparent 36%),
    linear-gradient(180deg, var(--bone), #efe9dc);
}

.capital-atlas-story .story-media-mask img {
  filter: saturate(0.92) contrast(1.04);
}

.capital-atlas-story .story-wash {
  background:
    linear-gradient(0deg, rgba(10, 10, 10, 0.78), rgba(10, 10, 10, 0.18) 50%, rgba(247, 244, 238, 0.68)),
    linear-gradient(90deg, rgba(247, 244, 238, 0.92), rgba(10, 10, 10, 0.04) 38%, rgba(10, 10, 10, 0.2));
}

.capital-atlas-story .story-opening,
.capital-atlas-story .story-opening h1 {
  color: var(--ink);
}

.capital-atlas-story .story-opening .lead {
  color: rgba(10, 10, 10, 0.72);
}

.capital-atlas-story .story-opening .button.primary {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.capital-atlas-story .story-opening .button.secondary {
  color: var(--ink);
  border-color: var(--ink);
  background: rgba(255, 255, 255, 0.28);
}

.capital-atlas-story .story-meta-pill {
  color: var(--ink);
  border-color: rgba(10, 10, 10, 0.14);
  background: rgba(247, 244, 238, 0.76);
}

.capital-atlas-story .story-meta-strip {
  left: auto;
  right: max(32px, calc((100% - 1180px) / 2));
  top: 132px;
  bottom: auto;
  width: min(380px, calc(100% - 64px));
  grid-template-columns: 1fr;
  transform: none;
}

.capital-atlas-story .story-meta-pill span {
  color: rgba(10, 10, 10, 0.66);
}

.academy-flight-story .story-beat {
  color: var(--ink);
  text-shadow: 0 1px 24px rgba(255, 255, 255, 0.72);
}

.academy-flight-story .story-beat h2 {
  color: var(--ink);
}

.academy-flight-story .story-beat p:last-child {
  color: rgba(10, 10, 10, 0.72);
}

.operator-standard-story {
  background: #0f0e0d;
}

.operator-standard-story .story-sticky {
  background:
    radial-gradient(circle at 82% 22%, rgba(169, 99, 72, 0.28), transparent 34%),
    #0f0e0d;
}

.operator-standard-story .story-media-mask {
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.52);
}

.operator-standard-story .story-media-mask img {
  filter: saturate(0.68) contrast(1.16) brightness(0.76);
}

.operator-standard-story .story-wash {
  background:
    linear-gradient(0deg, rgba(10, 10, 10, 0.82), rgba(10, 10, 10, 0.18) 46%, rgba(10, 10, 10, 0.64)),
    linear-gradient(90deg, rgba(10, 10, 10, 0.76), rgba(10, 10, 10, 0.16) 54%, rgba(10, 10, 10, 0.82));
}

.operator-standard-story .story-opening,
.operator-standard-story .story-opening h1 {
  color: var(--paper);
}

.operator-standard-story .story-opening .lead {
  color: rgba(255, 255, 255, 0.78);
}

.operator-standard-story .story-path-line {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(10, 10, 10, 0.42);
}

.operator-standard-story .story-beat {
  left: calc(50% - 190px);
  top: 56%;
  max-width: 740px;
  text-align: left;
}

.operator-standard-story .story-beat.is-active {
  transform: translate(0, -50%);
}

.operator-standard-story .story-beat {
  transform: translate(0, -42%);
}

.operator-standard-story .story-beat p:last-child {
  margin-left: 0;
}

.operator-standard-story .story-progress span.is-active {
  border-color: var(--clay);
  background: var(--clay);
  color: var(--paper);
}

.academy-flight-story .story-sticky {
  background:
    radial-gradient(circle at 70% 14%, rgba(120, 150, 165, 0.26), transparent 28%),
    linear-gradient(180deg, var(--sage), var(--bone));
}

.academy-flight-story .story-media-mask img {
  filter: saturate(0.9) contrast(1.03) brightness(1.02);
}

.academy-flight-story .story-wash {
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.94), rgba(247, 244, 238, 0.54) 38%, rgba(10, 10, 10, 0.26)),
    linear-gradient(0deg, rgba(23, 50, 45, 0.7), rgba(23, 50, 45, 0.08) 52%);
}

.academy-flight-story .story-opening,
.academy-flight-story .story-opening h1 {
  color: var(--ink);
}

.academy-flight-story .story-opening h1 {
  max-width: 680px;
}

.academy-flight-story .story-opening .lead {
  color: rgba(10, 10, 10, 0.72);
}

.academy-flight-story .story-path-line {
  border-color: rgba(23, 50, 45, 0.2);
  color: var(--forest);
  background: rgba(255, 255, 255, 0.46);
}

.academy-flight-story .story-opening .button.primary {
  background: var(--forest);
  color: var(--paper);
  border-color: var(--forest);
}

.academy-flight-story .story-opening .button.secondary {
  color: var(--forest);
  border-color: var(--forest);
  background: rgba(255, 255, 255, 0.24);
}

.academy-flight-story .story-meta-pill {
  color: var(--ink);
  border-color: rgba(10, 10, 10, 0.12);
  background: rgba(255, 255, 255, 0.64);
}

.academy-flight-story .story-meta-pill span {
  color: rgba(10, 10, 10, 0.68);
}

.academy-flight-story .story-beat h2 {
  font-family: var(--font-serif);
}

.media-hero {
  position: relative;
  min-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background: var(--ink);
  border-bottom: 0;
}

.hero-media-frame {
  position: absolute;
  inset: 24px 32px 118px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
}

.hero-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
}

.hero-media-wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.78), rgba(10, 10, 10, 0.28) 45%, rgba(10, 10, 10, 0.1)),
    linear-gradient(0deg, rgba(10, 10, 10, 0.66), rgba(10, 10, 10, 0.06) 42%, rgba(10, 10, 10, 0.18));
}

.media-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  min-height: 900px;
  margin: 0 auto;
  padding: 106px 0 132px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.58fr);
  gap: 58px;
  align-items: end;
}

.media-copy-panel {
  max-width: 780px;
  color: var(--paper);
}

.media-copy-panel h1 {
  margin-bottom: 20px;
  color: var(--paper);
  text-wrap: balance;
}

.media-copy-panel .lead {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.82);
}

.media-copy-panel .button.primary {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}

.media-copy-panel .button.secondary {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(10, 10, 10, 0.18);
}

.media-system-panel {
  min-height: 0;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  background: rgba(247, 244, 238, 0.9);
  backdrop-filter: blur(14px);
}

.media-system-panel .atlas-visual,
.media-system-panel .command-visual,
.media-system-panel .people-visual,
.media-system-panel .flight-visual {
  min-height: 0;
}

.hero-route-dock {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.visual-route-card {
  position: relative;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: var(--paper);
  text-decoration: none;
  background: var(--ink);
}

.visual-route-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--route-image);
  background-size: cover;
  background-position: center;
  opacity: 0.34;
  transform: scale(1.02);
  transition: transform 220ms ease, opacity 220ms ease;
}

.visual-route-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(10, 10, 10, 0.94), rgba(10, 10, 10, 0.42)),
    linear-gradient(90deg, rgba(10, 10, 10, 0.52), rgba(10, 10, 10, 0.08));
}

.visual-route-card:hover::before {
  opacity: 0.72;
  transform: scale(1.07);
}

.visual-route-card span,
.visual-route-card strong {
  position: relative;
  z-index: 1;
}

.visual-route-card span {
  margin-bottom: 8px;
  width: fit-content;
  padding: 4px 7px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--brass-soft);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.visual-route-card strong {
  max-width: 92%;
  font-size: 1.02rem;
  line-height: 1.22;
}

.media-hero > .hero-meta {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  width: min(1180px, calc(100% - 64px));
  transform: translateX(-50%);
}

.media-hero > .hero-meta .meta-pill {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(10, 10, 10, 0.58);
  backdrop-filter: blur(16px);
}

.media-hero > .hero-meta .meta-pill span {
  color: rgba(255, 255, 255, 0.72);
}

.capital-atlas-theme .media-hero {
  background: var(--bone);
}

.capital-atlas-theme .hero-media-frame {
  inset: 132px 108px 166px;
  border-radius: 8px;
  box-shadow: 0 35px 120px rgba(10, 10, 10, 0.28);
}

.capital-atlas-theme .hero-media-wash {
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.76), rgba(10, 10, 10, 0.18) 54%, rgba(10, 10, 10, 0.06)),
    linear-gradient(0deg, rgba(10, 10, 10, 0.48), rgba(247, 244, 238, 0.04) 55%);
}

.capital-atlas-theme .media-system-panel {
  align-self: center;
  background: rgba(255, 255, 255, 0.88);
}

.capital-atlas-theme .media-system-panel:has(.command-visual) {
  background: rgba(15, 14, 13, 0.9);
  border-color: rgba(255, 255, 255, 0.18);
}

.operator-standard-theme .media-hero {
  background: #0f0e0d;
}

.operator-standard-theme .hero-media-frame {
  inset: 0;
  border-radius: 0;
}

.operator-standard-theme .hero-media-frame img {
  filter: saturate(0.72) contrast(1.08) brightness(0.72);
}

.operator-standard-theme .media-system-panel {
  background: rgba(15, 14, 13, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
}

.academy-flight-theme .media-hero {
  background: var(--sage);
}

.academy-flight-theme .hero-media-frame {
  inset: 92px 38px 138px 41%;
  border-radius: 8px;
  box-shadow: 0 30px 110px rgba(10, 10, 10, 0.2);
}

.academy-flight-theme .hero-media-wash {
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.96), rgba(247, 244, 238, 0.86) 36%, rgba(10, 10, 10, 0.22)),
    linear-gradient(0deg, rgba(23, 50, 45, 0.22), rgba(247, 244, 238, 0.04) 50%);
}

.academy-flight-theme .media-copy-panel,
.academy-flight-theme .media-copy-panel h1 {
  color: var(--ink);
}

.academy-flight-theme .media-copy-panel .lead {
  color: rgba(10, 10, 10, 0.72);
}

.academy-flight-theme .media-copy-panel .button.primary {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.academy-flight-theme .media-copy-panel .button.secondary {
  color: var(--ink);
  border-color: var(--ink);
  background: rgba(255, 255, 255, 0.22);
}

.academy-flight-theme .media-system-panel {
  align-self: center;
}

.academy-flight-theme .visual-route-card {
  color: var(--paper);
}

.section-stats .stat-grid {
  align-items: end;
}

.capital-atlas-theme .section-stats .stat-card,
.capital-atlas-theme .section-capitals .capital-card-item {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(239, 233, 220, 0.7)),
    var(--paper);
}

.capital-atlas-theme .section-stats .stat-card:nth-child(2) {
  transform: translateY(44px);
}

.capital-atlas-theme .section-stats .stat-card:nth-child(3) {
  transform: translateY(88px);
}

.operator-standard-theme .section-stats,
.operator-standard-theme .section-functions,
.operator-standard-theme .section-process {
  background: #0f0e0d;
}

.operator-standard-theme .section-stats .stat-card,
.operator-standard-theme .function-card,
.operator-standard-theme .process-card {
  border-left: 4px solid var(--clay);
  background: rgba(255, 255, 255, 0.06);
}

.academy-flight-theme .section-fit,
.academy-flight-theme .section-blocked,
.academy-flight-theme .section-process {
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.95), rgba(223, 231, 221, 0.82)),
    var(--sage);
}

.academy-flight-theme .section-process .process-card,
.academy-flight-theme .section-fit .fit-card {
  min-height: 210px;
  border: 0;
  border-top: 3px solid var(--clay);
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(247, 244, 238, 0.78)),
    url("images/academy-flight-cover.png") center / cover;
}

.academy-flight-theme .section-fit .fit-card.good {
  border-top-color: var(--forest);
}

.section-paths .path-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  color: var(--paper);
  background: var(--ink);
}

.section-paths .path-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/academy-flight-hero.png") center / cover;
  opacity: 0.58;
}

.section-paths .path-card:nth-child(2)::before {
  background-image: url("images/operator-standard-hero.png");
}

.section-paths .path-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.86), rgba(10, 10, 10, 0.16));
}

.section-paths .path-card > * {
  position: relative;
  z-index: 1;
}

.section-paths .path-card span {
  color: rgba(255, 255, 255, 0.78);
}

.section-paths .path-card .button {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(10, 10, 10, 0.28);
}

@media (max-width: 1020px) {
  .story-opening h1 {
    max-width: 720px;
    font-size: 4.2rem;
  }

  .story-opening .hero-route-dock {
    max-width: 680px;
  }

  .story-meta-strip {
    grid-template-columns: 1fr;
    max-width: 420px;
    left: auto;
    right: 28px;
    transform: none;
  }

  .story-meta-pill {
    min-height: 0;
  }

  .story-beat h2 {
    font-size: 4.1rem;
  }

  .operator-standard-story .story-beat {
    left: 32px;
    width: min(700px, calc(100% - 120px));
  }

  h1,
  .site-hero-copy h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .review-hero-grid,
  .site-hero-inner,
  .media-hero-inner,
  .split-hero-inner {
    grid-template-columns: 1fr;
  }

  .site-hero-inner,
  .media-hero-inner,
  .split-hero-inner {
    min-height: auto;
  }

  .media-hero {
    min-height: auto;
  }

  .media-hero-inner {
    padding: 92px 32px 170px;
  }

  .media-system-panel {
    max-width: 560px;
  }

  .full-image-inner,
  .split-hero-inner {
    padding-left: 32px;
    padding-right: 32px;
  }

  .full-image-inner {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .full-image-copy {
    max-width: 720px;
  }

  .full-image-hero .home-route-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
  }

  .split-media-panel {
    min-height: 520px;
  }

  .split-media-panel img {
    min-height: 520px;
  }

  .capital-atlas-theme .hero-media-frame,
  .academy-flight-theme .hero-media-frame {
    inset: 96px 28px 110px;
    border-radius: 8px;
  }

  .academy-flight-theme .hero-media-wash {
    background:
      linear-gradient(90deg, rgba(247, 244, 238, 0.9), rgba(10, 10, 10, 0.24)),
      linear-gradient(0deg, rgba(23, 50, 45, 0.22), rgba(247, 244, 238, 0.04) 50%);
  }

  .direction-grid,
  .criteria-grid,
  .prompt-grid,
  .capital-grid,
  .proof-grid,
  .function-grid,
  .process-grid,
  .application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 721px) and (max-width: 1020px) {
  .capital-atlas-story .story-meta-strip {
    display: none;
  }
}

@media (max-width: 720px) {
  .site-page [data-proof-root] > header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .scroll-story {
    height: auto;
    min-height: 0;
    background: var(--bone);
  }

  .story-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    padding: 0 18px 30px;
    overflow: visible;
  }

  .story-media-mask {
    position: relative;
    left: auto;
    top: auto;
    width: 100% !important;
    height: 280px !important;
    margin: 0 auto;
    border-radius: 8px !important;
    transform: none !important;
  }

  .story-wash {
    display: none;
  }

  .story-opening {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: -72px 0 14px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    color: var(--paper);
    background: rgba(10, 10, 10, 0.76);
    backdrop-filter: blur(16px);
    opacity: 1 !important;
    transform: none;
  }

  .is-story-started .story-opening,
  .is-story-started .story-meta-strip {
    visibility: visible;
  }

  .story-opening h1 {
    max-width: none;
    margin-bottom: 12px;
    color: currentColor;
    font-size: 2.12rem;
    line-height: 1.03;
  }

  .story-opening .lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.96rem;
  }

  .story-path-line {
    max-width: 100%;
    margin-top: 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    line-height: 1.25;
  }

  .story-opening .button-row {
    margin-top: 14px;
    gap: 8px;
  }

  .story-route-rail {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 0 14px;
    transform: none;
  }

  .story-route-card {
    min-height: 78px;
    padding: 12px 14px;
    box-shadow: none;
  }

  .story-route-card span {
    margin-bottom: 5px;
    font-size: 0.72rem;
  }

  .story-route-card strong {
    font-size: 0.88rem;
    line-height: 1.18;
  }

  .story-meta-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    max-width: none;
    margin: 0;
    grid-template-columns: 1fr;
    opacity: 1 !important;
    transform: none;
  }

  .capital-atlas-story .story-meta-strip,
  .academy-flight-story .story-meta-strip {
    top: auto;
    right: auto;
    width: auto;
  }

  .story-meta-pill {
    min-height: 0;
    color: var(--ink);
    border-color: rgba(10, 10, 10, 0.12);
    background: rgba(255, 255, 255, 0.76);
  }

  .story-meta-pill span {
    color: rgba(10, 10, 10, 0.68);
  }

  .story-beat-stack {
    position: relative;
    inset: auto;
    display: grid;
    gap: 12px;
    margin-top: 18px;
    pointer-events: auto;
  }

  .story-beat,
  .operator-standard-story .story-beat {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: auto;
    max-width: none;
    padding: 18px;
    border: 1px solid rgba(10, 10, 10, 0.12);
    border-radius: 8px;
    color: var(--ink);
    text-align: left;
    background: rgba(255, 255, 255, 0.78);
    opacity: 1 !important;
    transform: none !important;
  }

  .story-beat h2 {
    color: var(--ink);
    font-size: 1.85rem;
    line-height: 1.08;
  }

  .story-beat p:last-child {
    max-width: none;
    color: rgba(10, 10, 10, 0.7);
    font-size: 1rem;
  }

  .story-progress {
    display: none;
  }

  .operator-standard-story .story-sticky {
    background: #0f0e0d;
  }

  .operator-standard-story .story-meta-pill,
  .operator-standard-story .story-beat {
    color: var(--paper);
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
  }

  .operator-standard-story .story-meta-pill span,
  .operator-standard-story .story-beat p:last-child {
    color: rgba(255, 255, 255, 0.72);
  }

  .operator-standard-story .story-beat h2 {
    color: var(--paper);
  }

  .capital-atlas-story .story-opening,
  .academy-flight-story .story-opening {
    color: var(--ink);
    border-color: rgba(10, 10, 10, 0.12);
    background: rgba(247, 244, 238, 0.82);
  }

  .capital-atlas-story .story-opening .lead,
  .academy-flight-story .story-opening .lead {
    color: rgba(10, 10, 10, 0.72);
  }

  .review-hero,
  .site-hero,
  .page-section,
  .review-section,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .review-nav {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-nav {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px 18px 18px;
    background: rgba(247, 244, 238, 0.98);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity var(--motion-fast) var(--motion-ease),
      transform var(--motion-fast) var(--motion-ease);
  }

  .dark-site .nav-links {
    background: rgba(15, 14, 13, 0.98);
    border-bottom-color: var(--dark-line);
  }

  .nav-open .nav-links {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .nav-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
  }

  .dark-site .nav-links a {
    border-bottom-color: var(--dark-line);
  }

  .capital-atlas-theme .nav-links {
    background: rgba(20, 44, 39, 0.98);
    border-bottom-color: var(--dark-line);
  }

  .academy-flight-theme .nav-links {
    background: rgba(33, 24, 19, 0.98);
    border-bottom-color: var(--dark-line);
  }

  .capital-atlas-theme .nav-links a,
  .academy-flight-theme .nav-links a {
    border-bottom-color: var(--dark-line);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .nav-cta {
    margin-top: 8px;
    width: 100%;
    justify-content: center;
    text-align: center;
    border: 1px solid currentColor;
  }

  .review-hero-grid {
    padding: 34px 0 58px;
  }

  h1,
  .site-hero-copy h1 {
    font-size: 2.55rem;
    line-height: 1.07;
  }

  h2 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1.06rem;
  }

  .button,
  .button-row .button {
    width: 100%;
  }

  .site-hero-inner,
  .media-hero-inner {
    padding: 36px 0 50px;
  }

  .full-image-hero {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .full-image-frame {
    position: relative;
    inset: auto;
    height: 130px;
  }

  .full-image-frame img {
    object-position: center 28%;
  }

  .full-image-wash {
    display: none;
  }

  .full-image-inner {
    min-height: auto;
    padding: 18px;
    display: block;
  }

  .full-image-copy h1 {
    font-size: 1.9rem;
    line-height: 1.05;
  }

  .full-image-copy .lead {
    font-size: 0.92rem;
  }

  .full-image-hero .button-row {
    gap: 8px;
    margin-top: 14px;
  }

  .full-image-hero .home-route-rail {
    margin-top: 12px;
  }

  .full-image-hero .home-route-rail,
  .split-image-hero .home-route-rail {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-route-card {
    min-height: 92px;
    padding: 14px;
  }

  .home-route-card strong {
    max-width: none;
    font-size: 0.95rem;
  }

  .full-image-hero > .hero-meta {
    padding: 0 18px 22px;
  }

  .split-image-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .split-hero-inner {
    min-height: auto;
    padding: 34px 18px;
    gap: 22px;
  }

  .split-copy-panel h1 {
    font-size: 2.08rem;
    line-height: 1.05;
  }

  .split-copy-panel .lead {
    font-size: 0.96rem;
  }

  .split-media-panel {
    min-height: 360px;
    order: 2;
  }

  .split-media-panel img {
    min-height: 360px;
  }

  .split-media-meta {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 10px;
  }

  .split-media-panel::after {
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.32), rgba(10, 10, 10, 0.02));
  }

  .media-hero-inner {
    padding: 34px 18px 34px;
    display: block;
  }

  .media-hero {
    padding-left: 0;
    padding-right: 0;
    min-height: 0;
  }

  .hero-media-frame {
    position: relative;
    inset: auto;
    height: 360px;
    margin: 0 18px 0;
    border-radius: 8px;
  }

  .capital-atlas-theme .hero-media-frame,
  .academy-flight-theme .hero-media-frame,
  .operator-standard-theme .hero-media-frame {
    inset: auto;
    border-radius: 8px;
  }

  .operator-standard-theme .hero-media-frame {
    margin-top: 0;
  }

  .hero-media-wash {
    background:
      linear-gradient(0deg, rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0.08) 58%),
      linear-gradient(90deg, rgba(10, 10, 10, 0.38), rgba(10, 10, 10, 0.04));
  }

  .academy-flight-theme .hero-media-wash {
    background:
      linear-gradient(0deg, rgba(247, 244, 238, 0.92), rgba(247, 244, 238, 0.2) 58%),
      linear-gradient(90deg, rgba(247, 244, 238, 0.86), rgba(23, 50, 45, 0.12));
  }

  .media-copy-panel {
    margin: -118px 18px 0;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.72);
    backdrop-filter: blur(16px);
  }

  .academy-flight-theme .media-copy-panel,
  .capital-atlas-theme .media-copy-panel {
    background: rgba(247, 244, 238, 0.86);
    border-color: rgba(10, 10, 10, 0.12);
  }

  .capital-atlas-theme .media-copy-panel,
  .capital-atlas-theme .media-copy-panel h1 {
    color: var(--ink);
  }

  .capital-atlas-theme .media-copy-panel .lead {
    color: rgba(10, 10, 10, 0.72);
  }

  .capital-atlas-theme .media-copy-panel .button.primary {
    background: var(--ink);
    color: var(--paper);
    border-color: var(--ink);
  }

  .capital-atlas-theme .media-copy-panel .button.secondary {
    color: var(--ink);
    border-color: var(--ink);
    background: rgba(255, 255, 255, 0.2);
  }

  .hero-route-dock {
    grid-template-columns: 1fr;
  }

  .visual-route-card {
    min-height: 118px;
  }

  .visual-route-card span,
  .visual-route-card strong {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .media-system-panel {
    margin: 18px;
    box-shadow: none;
  }

  .media-hero > .hero-meta {
    position: static;
    width: auto;
    transform: none;
    margin: 18px;
  }

  .media-hero > .hero-meta .meta-pill {
    background: rgba(10, 10, 10, 0.08);
    color: var(--ink);
    border-color: rgba(10, 10, 10, 0.12);
  }

  .operator-standard-theme .media-hero > .hero-meta .meta-pill {
    background: rgba(255, 255, 255, 0.08);
    color: var(--paper);
    border-color: rgba(255, 255, 255, 0.16);
  }

  .media-hero > .hero-meta .meta-pill span {
    color: rgba(10, 10, 10, 0.68);
  }

  .operator-standard-theme .media-hero > .hero-meta .meta-pill span {
    color: rgba(255, 255, 255, 0.68);
  }

  .site-hero-copy {
    display: flex;
    flex-direction: column;
  }

  .site-hero-copy .eyebrow {
    order: 1;
  }

  .site-hero-copy h1 {
    order: 2;
  }

  .site-hero-copy .lead {
    order: 3;
  }

  .site-hero-copy .button-row {
    order: 4;
  }

  .site-hero-copy .hero-routes,
  .site-hero-copy .hero-route-dock {
    order: 5;
  }

  .site-hero-copy .hero-meta {
    order: 6;
  }

  .hero-routes {
    margin-top: 14px;
  }

  .hero-route {
    min-height: 92px;
    padding: 13px;
  }

  .meta-pill {
    min-height: 72px;
  }

  .hero-meta,
  .hero-routes,
  .direction-grid,
  .criteria-grid,
  .prompt-grid,
  .stat-grid,
  .path-grid,
  .capital-grid,
  .proof-grid,
  .fit-grid,
  .process-grid,
  .function-grid,
  .blocked-grid,
  .application-grid,
  .content-split,
  .content-list,
  .people-media-grid,
  .people-media-list {
    grid-template-columns: 1fr;
  }

  .field-pair,
  .application-action {
    grid-template-columns: 1fr;
  }

  .fit-application {
    padding: 18px;
  }

  .visual-stage,
  .atlas-visual,
  .command-visual,
  .people-visual,
  .flight-visual {
    min-height: 0;
  }

  .content-image,
  .people-media-grid figure {
    min-height: 240px;
  }

  .content-paragraphs {
    padding: 20px;
  }

  .people-visual {
    gap: 14px;
    padding: 18px;
  }

  .people-visual-image,
  .people-visual-image img {
    min-height: 210px;
  }

  .atlas-ring {
    height: auto;
    max-width: none;
    margin-top: 18px;
    border-radius: 8px;
    border: 0;
    display: grid;
    gap: 10px;
  }

  .atlas-ring::before,
  .atlas-ring::after,
  .atlas-center,
  .capital-node {
    position: static;
    transform: none;
    width: auto;
  }

  .atlas-center {
    min-height: 72px;
    margin-bottom: 4px;
  }

  .flight-bird {
    left: 0;
  }

  .command-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .people-visual-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .capital-atlas-theme .section-stats .stat-card:nth-child(2),
  .capital-atlas-theme .section-stats .stat-card:nth-child(3) {
    transform: none;
  }

  .section-paths .path-card {
    min-height: 260px;
  }
}

/* ============================================================
   MOTION LAYER - shared scroll-reveal + hover (Phase 0/7)
   ============================================================ */

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(var(--reveal-rise));
  transition: opacity var(--motion-base) var(--motion-ease),
    transform var(--motion-base) var(--motion-ease);
  transition-delay: calc(var(--reveal-index, 0) * 80ms);
  will-change: opacity, transform;
}

.motion-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

.button,
.hero-route,
.story-route-card,
.home-route-card,
.visual-route-card,
.path-card,
.proof-card,
.fit-card,
.process-card,
.function-card {
  transition: transform var(--motion-fast) var(--motion-ease),
    box-shadow var(--motion-fast) var(--motion-ease),
    border-color var(--motion-fast) var(--motion-ease),
    background var(--motion-fast) var(--motion-ease);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.story-route-card:hover,
.home-route-card:hover,
.path-card:hover,
.proof-card:hover,
.fit-card:hover,
.process-card:hover,
.function-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
  border-color: var(--brass);
}

/* ============================================================
   REDUCED MOTION GUARD - guardrail (Phase 0)
   Freezes all new motion: reveals shown, orbit/bird parked,
   parallax neutral, scroll-story static, hovers flattened.
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .button:hover,
  .story-route-card:hover,
  .home-route-card:hover,
  .path-card:hover,
  .proof-card:hover,
  .fit-card:hover,
  .process-card:hover,
  .function-card:hover {
    transform: none !important;
    box-shadow: var(--shadow-soft) !important;
  }

  .orbit-rotor {
    animation: none !important;
  }

  .hero-media-frame img,
  .full-image-frame img,
  .story-media-mask img,
  .split-media-panel img,
  .image-band-img,
  .narrative-media img {
    transform: none !important;
  }
}

/* ============================================================
   CAPITAL ATLAS ELEVATION (Phase 3) - editorial, de-boxed
   ============================================================ */

.capital-atlas-story .story-media-mask img {
  filter: saturate(1.02) contrast(1.05) brightness(1.02);
}

.capital-atlas-story .story-media-mask::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(120% 90% at 70% 38%, transparent 42%, rgba(10, 10, 10, 0.24)),
    linear-gradient(90deg, rgba(23, 50, 45, 0.16), transparent 46%);
  mix-blend-mode: multiply;
}

/* De-box interior Four-Capitals + stats into editorial columns */
.capital-atlas-theme .capital-grid,
.capital-atlas-theme .stat-grid {
  gap: 4px 40px;
}

.capital-atlas-theme .capital-card-item {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-width: 2px;
  border-radius: 0;
  padding: 22px 26px 28px 0;
}

.capital-atlas-theme .stat-card {
  background: transparent;
  border: 0;
  border-top: 2px solid var(--brass);
  border-radius: 0;
  padding: 22px 26px 28px 0;
}

.capital-atlas-theme .stat-card strong {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.05;
}

/* Premium-ify the meta strip: editorial hairline, not wireframe box */
.capital-atlas-story .story-meta-pill {
  border: 0;
  border-top: 2px solid var(--brass);
  border-radius: 0;
  padding: 12px 14px 14px;
  background: rgba(247, 244, 238, 0.82);
  backdrop-filter: blur(10px);
}

/* ============================================================
   ANIMATED FOUR-CAPITALS ORBIT (Phase 4)
   Base state = fully assembled (reduced-motion safe).
   Animations play in via 'backwards' fill so the delay holds
   the hidden 0% frame, then resolves to the visible base.
   ============================================================ */

.atlas-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}

.orbit-ring {
  stroke: rgba(23, 50, 45, 0.20);
  stroke-width: 1.5;
  stroke-dasharray: var(--len);
  stroke-dashoffset: 0;
  animation: orbitDraw 1.5s var(--motion-ease) backwards;
}

.ring-inner {
  stroke: rgba(169, 99, 72, 0.26);
  animation-delay: 0.15s;
}

.orbit-spoke {
  stroke: rgba(168, 137, 63, 0.55);
  stroke-width: 1.25;
  stroke-dasharray: var(--len);
  stroke-dashoffset: 0;
  animation: orbitDraw 0.7s var(--motion-ease) backwards;
}

.spoke-1 { animation-delay: 0.55s; }
.spoke-2 { animation-delay: 0.70s; }
.spoke-3 { animation-delay: 0.85s; }
.spoke-4 { animation-delay: 1.00s; }

.orbit-track {
  stroke: rgba(168, 137, 63, 0.32);
  stroke-width: 1.5;
  stroke-dasharray: 2 9;
}

.orbit-bead {
  fill: var(--brass);
  stroke: none;
}

.orbit-rotor {
  transform-box: view-box;
  transform-origin: 177px 177px;
  animation: orbitSpin 90s linear infinite;
}

.atlas-center {
  animation: centerPop 0.7s var(--motion-ease) 0.35s backwards;
}

.capital-node {
  animation: nodeFade 0.6s var(--motion-ease) backwards;
}

.node-human { animation-delay: 0.70s; }
.node-structural { animation-delay: 0.90s; }
.node-social { animation-delay: 1.10s; }
.node-customer { animation-delay: 1.30s; }

@keyframes orbitDraw {
  from { stroke-dashoffset: var(--len); }
  to { stroke-dashoffset: 0; }
}

@keyframes orbitSpin {
  to { transform: rotate(360deg); }
}

@keyframes centerPop {
  from { opacity: 0; transform: scale(0.86); }
  to { opacity: 1; transform: none; }
}

@keyframes nodeFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ============================================================
   ORBIT MOBILE FALLBACK (Phase 4, Risk 5D)
   Circular SVG orbit does not read at small widths. Below 720px
   render a clean accessible 2-column capital grid with the
   center label as a header. SVG is hidden.
   ============================================================ */

@media (max-width: 720px) {
  .atlas-svg {
    display: none;
  }

  .atlas-ring {
    height: auto;
    max-width: none;
    margin-top: 16px;
    border: 0;
    border-radius: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .atlas-center {
    position: static;
    inset: auto;
    grid-column: 1 / -1;
    min-height: 0;
    padding: 18px;
    border-radius: 8px;
    transform: none;
    animation: none;
  }

  .capital-node {
    position: static;
    inset: auto;
    width: auto;
    min-height: 0;
    transform: none;
    place-items: start;
    text-align: left;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-top-width: 3px;
    border-radius: 8px;
    background: var(--paper);
    animation: none;
  }

  .dark-site .capital-node {
    background: rgba(255, 255, 255, 0.07);
    border-color: var(--dark-line);
  }

  .node-human { border-top-color: var(--brass); }
  .node-structural { border-top-color: var(--forest); }
  .node-social { border-top-color: var(--blue); }
  .node-customer { border-top-color: var(--clay); }
}

/* ============================================================
   HERO PARALLAX (Phase 7) - subtle, transform-only.
   Reduced-motion guard neutralizes these transforms.
   ============================================================ */

.full-image-frame img,
.split-media-panel img,
.media-hero .hero-media-frame img {
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.08);
  will-change: transform;
}

/* ============================================================
   PHASE 9: DOWN-PAGE ELEVATION (light directions get weight,
   rhythm, imagery, and a dark feature spread)
   ============================================================ */

/* --- Cinematic full-bleed image band --- */
.image-band {
  position: relative;
  width: 100%;
  min-height: 460px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.image-band-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.1);
  will-change: transform;
}

.image-band-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.8), rgba(10, 10, 10, 0.36) 52%, rgba(10, 10, 10, 0.12)),
    linear-gradient(0deg, rgba(10, 10, 10, 0.52), transparent 60%);
}

.image-band-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 76px 32px;
}

.image-band .eyebrow {
  color: var(--brass-soft);
}

.image-band-statement {
  margin: 0;
  max-width: 880px;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 3.45rem);
  line-height: 1.08;
  color: var(--paper);
}

/* --- More generous section rhythm + bigger headings (light directions) --- */
.capital-atlas-theme .page-section,
.academy-flight-theme .page-section {
  padding-top: clamp(74px, 8.5vh, 118px);
  padding-bottom: clamp(74px, 8.5vh, 118px);
}

.capital-atlas-theme .section-heading,
.academy-flight-theme .section-heading {
  max-width: 860px;
  margin-bottom: 44px;
}

.capital-atlas-theme .section-heading h2,
.academy-flight-theme .section-heading h2 {
  font-size: clamp(2.1rem, 3.2vw, 3.25rem);
  line-height: 1.04;
}

/* --- Rhythm band: proof sits on a tinted surface --- */
.capital-atlas-theme .section-proof,
.academy-flight-theme .section-proof {
  position: relative;
  isolation: isolate;
}

.capital-atlas-theme .section-proof::before,
.academy-flight-theme .section-proof::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
}

.capital-atlas-theme .section-proof::before {
  background: var(--mist);
}

.academy-flight-theme .section-proof::before {
  background: linear-gradient(180deg, var(--sage), rgba(223, 231, 221, 0.55));
}

/* --- Card depth on light surfaces --- */
.capital-atlas-theme .proof-card,
.academy-flight-theme .proof-card,
.capital-atlas-theme .function-card,
.academy-flight-theme .function-card {
  box-shadow: var(--shadow-soft);
}

/* --- Bigger, editorial process numbers --- */
.capital-atlas-theme .section-process .step-number,
.academy-flight-theme .section-process .step-number {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1;
  color: var(--brass);
}

/* --- FOUR CAPITALS = dark feature spread (the core IP moment) --- */
.capital-atlas-theme .section-capitals,
.academy-flight-theme .section-capitals {
  position: relative;
  isolation: isolate;
  color: var(--paper);
  padding-top: clamp(84px, 10vh, 132px);
  padding-bottom: clamp(84px, 10vh, 132px);
}

.capital-atlas-theme .section-capitals::before,
.academy-flight-theme .section-capitals::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  background:
    radial-gradient(110% 130% at 82% 6%, rgba(168, 137, 63, 0.20), transparent 55%),
    var(--forest);
}

.capital-atlas-theme .section-capitals h2,
.academy-flight-theme .section-capitals h2 {
  color: var(--paper);
}

.capital-atlas-theme .section-capitals .section-heading p,
.academy-flight-theme .section-capitals .section-heading p {
  color: rgba(255, 255, 255, 0.76);
}

.capital-atlas-theme .section-capitals .eyebrow,
.academy-flight-theme .section-capitals .eyebrow {
  color: var(--brass-soft);
}

.capital-atlas-theme .section-capitals .capital-grid,
.academy-flight-theme .section-capitals .capital-grid {
  gap: 14px;
}

.capital-atlas-theme .section-capitals .capital-card-item,
.academy-flight-theme .section-capitals .capital-card-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 3px solid var(--brass);
  border-radius: 8px;
  padding: 26px 22px 30px;
}

.capital-atlas-theme .section-capitals .capital-card-item:nth-child(2),
.academy-flight-theme .section-capitals .capital-card-item:nth-child(2) {
  border-top-color: var(--brass-soft);
}

.capital-atlas-theme .section-capitals .capital-card-item:nth-child(3),
.academy-flight-theme .section-capitals .capital-card-item:nth-child(3) {
  border-top-color: var(--blue);
}

.capital-atlas-theme .section-capitals .capital-card-item:nth-child(4),
.academy-flight-theme .section-capitals .capital-card-item:nth-child(4) {
  border-top-color: var(--clay);
}

.capital-atlas-theme .section-capitals .capital-card-item strong,
.academy-flight-theme .section-capitals .capital-card-item strong {
  color: var(--paper);
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.6rem;
}

.capital-atlas-theme .section-capitals .capital-card-item span,
.academy-flight-theme .section-capitals .capital-card-item span {
  color: rgba(255, 255, 255, 0.72);
}

/* ============================================================
   ATLAS PILOT: elite down-page modules
   (statement, narrativeSplit, capitalExplorer, ladder)
   ============================================================ */

/* --- Statement / number plate (full-bleed dark) --- */
.section-statement {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: clamp(96px, 13vh, 168px);
  padding-bottom: clamp(96px, 13vh, 168px);
  color: var(--paper);
  background:
    radial-gradient(120% 140% at 85% 0%, rgba(168, 137, 63, 0.18), transparent 55%),
    var(--forest);
}

.statement-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 32px;
}

.section-statement .eyebrow {
  color: var(--brass-soft);
}

.statement-figure {
  margin: 0 0 6px;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(4.5rem, 12vw, 11rem);
  line-height: 0.86;
  color: var(--brass-soft);
}

.statement-text {
  margin: 0;
  max-width: 1000px;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
  color: var(--paper);
}

.statement-support {
  margin: 30px 0 0;
  max-width: 660px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
}

/* --- Academy Flight: warm statement plate (override Atlas forest) --- */
.academy-flight-theme .section-statement {
  color: var(--ink);
  background:
    radial-gradient(110% 130% at 88% -10%, rgba(169, 99, 72, 0.20), transparent 56%),
    linear-gradient(176deg, var(--sage), rgba(247, 244, 238, 0.92) 60%, var(--bone));
  border-top: 1px solid rgba(169, 99, 72, 0.22);
  border-bottom: 1px solid rgba(169, 99, 72, 0.14);
}

.academy-flight-theme .section-statement .eyebrow {
  color: var(--clay);
}

.academy-flight-theme .statement-figure {
  color: var(--clay);
}

.academy-flight-theme .statement-text {
  color: var(--ink);
}

.academy-flight-theme .statement-support {
  color: rgba(10, 10, 10, 0.66);
}

/* --- Narrative split (asymmetric copy + media) --- */
.section-narrative .narrative-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.section-narrative.is-reverse .narrative-inner {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.section-narrative.is-reverse .narrative-copy {
  order: 2;
}

.narrative-copy h2 {
  font-size: clamp(2rem, 3vw, 2.9rem);
  margin-bottom: 16px;
}

.narrative-points {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.narrative-points li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.narrative-points strong {
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--brass);
}

.narrative-points span {
  color: rgba(10, 10, 10, 0.7);
}

.narrative-media {
  position: relative;
  min-height: 440px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.narrative-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.08);
  will-change: transform;
}

/* --- Four Capitals interactive explorer (the signature) --- */
.section-explorer .explorer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  margin-top: 12px;
}

.explorer-orbit {
  position: relative;
  width: min(440px, 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.explorer-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  pointer-events: none;
}

.explorer-center {
  position: absolute;
  inset: 31%;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-serif);
  font-size: 0.9rem;
  line-height: 1.16;
}

.explorer-node {
  position: absolute;
  width: 124px;
  min-height: 52px;
  display: grid;
  place-items: center;
  padding: 10px;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 1rem;
  box-shadow: var(--shadow-soft);
}

.explorer-node.node-human { top: -12px; left: 50%; transform: translateX(-50%); }
.explorer-node.node-structural { right: -30px; top: 50%; transform: translateY(-50%); }
.explorer-node.node-social { bottom: -12px; left: 50%; transform: translateX(-50%); }
.explorer-node.node-customer { left: -30px; top: 50%; transform: translateY(-50%); }

.explorer-node:not(.is-active) {
  opacity: 0.6;
}

.explorer-node:hover {
  opacity: 1;
}

.explorer-node.is-active {
  background: var(--forest);
  color: var(--paper);
  border-color: var(--forest);
  box-shadow: var(--shadow-lift);
}

.explorer-node:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

.explorer-panels {
  position: relative;
  min-height: 320px;
}

.explorer-panel[hidden] {
  display: none;
}

.explorer-panel {
  animation: panelIn 0.42s var(--motion-ease);
}

.explorer-panel .eyebrow {
  color: var(--brass);
}

.explorer-panel h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.1;
  margin-bottom: 14px;
}

.explorer-def {
  color: rgba(10, 10, 10, 0.74);
  font-size: 1.08rem;
  margin-bottom: 22px;
}

.explorer-drivers {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 11px;
}

.explorer-drivers li {
  position: relative;
  padding-left: 22px;
  color: rgba(10, 10, 10, 0.82);
}

.explorer-drivers li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brass);
}

.explorer-diagnostic {
  margin: 0;
  padding: 18px 22px;
  border-left: 3px solid var(--brass);
  border-radius: 0 8px 8px 0;
  background: var(--bone);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.3;
  color: var(--ink);
}

@keyframes panelIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

/* --- Structural maturity ladder (3-state, ascending) --- */
.section-ladder .ladder {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: end;
}

.ladder-step {
  position: relative;
  min-height: 206px;
  padding: 26px 24px 28px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--brass);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.ladder-step:nth-child(2) { transform: translateY(-26px); min-height: 232px; }
.ladder-step:nth-child(3) { transform: translateY(-52px); min-height: 258px; }

.ladder-rung {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  border: 1px solid var(--brass);
  color: var(--brass);
  font-family: var(--font-serif);
  font-size: 1.05rem;
}

.ladder-step strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.5rem;
}

.ladder-text {
  display: block;
  color: rgba(10, 10, 10, 0.68);
}

.ladder-step.is-peak {
  background: var(--forest);
  border-top-color: var(--brass-soft);
  color: var(--paper);
}

.ladder-step.is-peak .ladder-rung {
  border-color: var(--brass-soft);
  color: var(--brass-soft);
}

.ladder-step.is-peak .ladder-text {
  color: rgba(255, 255, 255, 0.76);
}

/* --- Academy Flight: warm ladder ascent (clay peak, not Atlas forest) --- */
.academy-flight-theme .ladder-step {
  border-top-color: var(--clay);
}

.academy-flight-theme .ladder-rung {
  border-color: var(--clay);
  color: var(--clay);
}

.academy-flight-theme .ladder-step.is-peak {
  background:
    radial-gradient(120% 140% at 80% 0%, rgba(231, 215, 173, 0.22), transparent 58%),
    var(--clay);
  border-top-color: var(--brass-soft);
}

.academy-flight-theme .ladder-step.is-peak .ladder-rung {
  border-color: var(--brass-soft);
  color: var(--brass-soft);
}

.ladder-note {
  margin: 40px 0 0;
  max-width: 720px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--ink);
}

/* --- Mobile: explorer becomes tap-tabs + panel; ladder stacks --- */
@media (max-width: 720px) {
  .section-narrative .narrative-inner,
  .section-narrative.is-reverse .narrative-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .section-narrative.is-reverse .narrative-copy {
    order: 0;
  }

  .narrative-points li {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
  }

  .narrative-points span {
    max-width: 100%;
  }

  .narrative-media {
    min-height: 300px;
    order: -1;
  }

  .section-explorer .explorer {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .explorer-orbit {
    width: 100%;
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .explorer-svg,
  .explorer-center {
    display: none;
  }

  .explorer-node {
    position: static;
    transform: none;
    width: auto;
    min-height: 50px;
  }

  .explorer-node.node-human,
  .explorer-node.node-structural,
  .explorer-node.node-social,
  .explorer-node.node-customer {
    transform: none;
  }

  .explorer-node:not(.is-active) {
    opacity: 1;
    background: var(--mist);
  }

  .explorer-panels {
    min-height: 0;
  }

  .section-ladder .ladder {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ladder-step,
  .ladder-step:nth-child(2),
  .ladder-step:nth-child(3) {
    transform: none;
    min-height: 0;
  }
}
