*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:   #0a1628;
  --navy-2: #0f1f3a;
  --amber:  #e8a838;
  --cream:  #f5f0e8;
  --muted:  #8a9bb5;
  --white:  #ffffff;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--navy);
  color: var(--cream);
  line-height: 1.6;
}

/* ── Navigation ────────────────────────────────────── */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(10, 22, 40, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(232, 168, 56, 0.12);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--amber);
  letter-spacing: 0.02em;
}
.nav-tagline {
  font-size: 0.8rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Hero ─────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 72px;
}
.hero-image-wrap {
  position: relative;
  overflow: hidden;
}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, var(--navy) 100%);
}
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem 5rem 3rem;
  max-width: 600px;
}
.hero-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--amber);
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.hero-sub {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 480px;
}

/* ── Levels ────────────────────────────────────────── */
.levels {
  background: var(--navy-2);
  padding: 7rem 2rem;
}
.levels-inner { max-width: 1100px; margin: 0 auto; }

.section-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--amber);
  margin-bottom: 1rem;
}
.levels-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--white);
  margin-bottom: 3.5rem;
  max-width: 560px;
}
.levels-track {
  display: flex;
  gap: 0;
  margin-bottom: 3rem;
  overflow-x: auto;
}
.level {
  flex: 1;
  min-width: 180px;
  padding: 2rem 1.5rem;
  border-left: 1px solid rgba(232, 168, 56, 0.15);
  position: relative;
}
.level:first-child { border-left: none; }
.level-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: rgba(232, 168, 56, 0.2);
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.level h3 {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--amber);
  margin-bottom: 0.75rem;
}
.level p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.6;
}
.levels-note {
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 560px;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 2rem;
}

/* ── Principles ────────────────────────────────────── */
.principles { padding: 7rem 2rem; }
.principles-inner { max-width: 1100px; margin: 0 auto; }
.principles-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--white);
  margin-bottom: 3rem;
  max-width: 520px;
}
.principles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.principle {
  padding: 2.5rem;
  border: 1px solid rgba(255,255,255,0.06);
}
.principle-icon {
  margin-bottom: 1.25rem;
}
.principle h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.75rem;
}
.principle p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
}

/* ── Manifesto ────────────────────────────────────── */
.manifesto {
  background: linear-gradient(135deg, #0d1f38 0%, #0a1628 100%);
  padding: 7rem 2rem;
  border-top: 1px solid rgba(232, 168, 56, 0.1);
  border-bottom: 1px solid rgba(232, 168, 56, 0.1);
}
.manifesto-inner { max-width: 900px; margin: 0 auto; }
.manifesto-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-style: italic;
  color: var(--cream);
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-align: center;
}
.manifesto-attribution {
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 4rem;
}
.manifesto-outcomes {
  display: flex;
  gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
}
.outcome { text-align: center; }
.outcome-stat {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.outcome-label {
  font-size: 0.8rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── Closing ───────────────────────────────────────── */
.closing {
  padding: 8rem 2rem;
  background: var(--navy);
}
.closing-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.closing-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1.75rem;
}
.closing-sub {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}
.closing-sub em { color: var(--cream); font-style: normal; }

/* ── Footer ────────────────────────────────────────── */
.site-footer {
  padding: 3rem 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--amber);
  display: block;
  margin-bottom: 0.75rem;
}
.footer-desc {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.6;
}
.footer-meta p {
  font-size: 0.75rem;
  color: rgba(138, 155, 181, 0.5);
}

/* ── Mobile ────────────────────────────────────────── */
@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-image-wrap { height: 55vw; }
  .hero-image-overlay { background: linear-gradient(to bottom, transparent 40%, var(--navy) 100%); }
  .hero-content { padding: 3rem 1.75rem; max-width: 100%; }
  .levels-track { flex-direction: column; }
  .level { border-left: none; border-top: 1px solid rgba(232, 168, 56, 0.15); }
  .level:first-child { border-top: none; }
  .principles-grid { grid-template-columns: 1fr; }
  .manifesto-outcomes { gap: 2rem; }
  .footer-inner { flex-direction: column; }
}
@media (max-width: 480px) {
  .levels, .principles, .manifesto, .closing { padding: 5rem 1.25rem; }
}