/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #faf6ef;
  --cream-dark: #f0ebe0;
  --navy: #0f1c2e;
  --navy-mid: #1c3050;
  --gold: #c5a55a;
  --gold-light: #e2c97e;
  --text: #1a1a1a;
  --text-muted: #6b6b6b;
  --white: #ffffff;

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'DM Sans', system-ui, sans-serif;
}

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

body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* === NAV === */
.nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 2.5rem 6rem;
  border-bottom: 1px solid rgba(15,28,46,0.08);
}

.nav-logo {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--navy);
}

.nav-logo strong {
  font-weight: 600;
}

.nav-tagline {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* === HERO === */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 92vh;
  background: var(--navy);
  overflow: hidden;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 5rem 6rem 6rem;
}

.hero-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.8rem;
}

.hero-headline {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 300;
  line-height: 1.08;
  color: var(--cream);
  margin-bottom: 2.2rem;
}

.hero-headline em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold-light);
}

.hero-sub {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(250,246,239,0.65);
  max-width: 42ch;
}

.hero-visual {
  position: relative;
  background: linear-gradient(160deg, #142438 0%, #0a1420 100%);
  overflow: hidden;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.orb-1 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, #c5a55a 0%, transparent 70%);
  top: 15%; right: -80px;
}

.orb-2 {
  width: 260px; height: 260px;
  background: radial-gradient(circle, #1c3050 0%, transparent 70%);
  bottom: 20%; right: 30%;
}

.orb-3 {
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(197,165,90,0.5) 0%, transparent 70%);
  top: 40%; right: 20%;
}

.hero-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  background: rgba(250,246,239,0.05);
  border: 1px solid rgba(197,165,90,0.25);
  border-radius: 16px;
  padding: 2rem;
  backdrop-filter: blur(12px);
}

.hero-card-line {
  height: 8px;
  background: rgba(197,165,90,0.3);
  border-radius: 4px;
  margin-bottom: 12px;
}

.hero-card-line.short { width: 65%; }

.hero-card-metric {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(197,165,90,0.2);
}

.metric-label {
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(250,246,239,0.5);
}

.metric-val {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-style: italic;
  color: var(--gold);
}

/* === MANIFESTO === */
.manifesto {
  padding: 10rem 6rem;
  background: var(--cream);
}

.manifesto-inner {
  max-width: 780px;
}

.manifesto-mark {
  font-family: var(--font-serif);
  font-size: 8rem;
  line-height: 0.5;
  color: var(--gold);
  opacity: 0.35;
  margin-bottom: 1.5rem;
}

.manifesto-quote {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.35;
  color: var(--navy);
  margin-bottom: 3rem;
  border-left: 3px solid var(--gold);
  padding-left: 2rem;
}

.manifesto-body {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.85;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

/* === PILLARS === */
.pillars {
  padding: 8rem 6rem;
  background: var(--navy);
}

.pillars-header {
  margin-bottom: 5rem;
}

.pillars-eyebrow {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.pillars-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--cream);
  max-width: 18ch;
}

.pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(250,246,239,0.08);
}

.pillar {
  padding: 3rem 3.5rem;
  background: var(--navy);
  position: relative;
  transition: background 0.3s ease;
}

.pillar:hover { background: #152540; }

.pillar-num {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 300;
  color: rgba(197,165,90,0.2);
  line-height: 1;
  margin-bottom: 1.8rem;
}

.pillar-name {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 1rem;
}

.pillar-desc {
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(250,246,239,0.55);
}

/* === OUTCOMES === */
.outcomes {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 0;
}

.outcomes-left {
  padding: 8rem 5rem 8rem 6rem;
  background: var(--cream-dark);
}

.outcomes-eyebrow {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1.2rem;
}

.outcomes-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--navy);
  margin-bottom: 3.5rem;
  max-width: 20ch;
}

.outcomes-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3rem;
}

.outcomes-stat {}

.stat-num {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 300;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 0.6rem;
}

.stat-label {
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--text-muted);
}

.outcomes-right {
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 4rem;
}

.outcomes-quote-block {
  max-width: 320px;
}

.oq-mark {
  font-family: var(--font-serif);
  font-size: 5rem;
  line-height: 0.5;
  color: var(--gold);
  opacity: 0.4;
  margin-bottom: 1.5rem;
}

.oq-text {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.65;
  color: var(--cream);
  margin-bottom: 1.8rem;
}

.oq-attr {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: rgba(250,246,239,0.4);
  text-transform: uppercase;
}

/* === CLOSING === */
.closing {
  padding: 10rem 6rem;
  background: var(--cream);
  text-align: center;
}

.closing-inner { max-width: 700px; margin: 0 auto; }

.closing-headline {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--navy);
  margin-bottom: 2rem;
}

.closing-sub {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 55ch;
  margin: 0 auto 4rem;
}

.closing-rule {
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 2.5rem;
}

.closing-brand {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--navy);
  letter-spacing: 0.04em;
}

.closing-brand strong { font-weight: 600; }

/* === FOOTER === */
.footer {
  padding: 4rem 6rem;
  background: var(--navy);
  display: flex;
  align-items: center;
  gap: 3rem;
}

.footer-brand {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--cream);
  opacity: 0.6;
}

.footer-brand strong { font-weight: 600; }

.footer-sub {
  font-size: 0.78rem;
  font-weight: 300;
  color: rgba(250,246,239,0.3);
  flex: 1;
}

.footer-copy {
  font-size: 0.72rem;
  font-weight: 300;
  color: rgba(250,246,239,0.2);
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .nav { padding: 2rem 2.5rem; }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-content { padding: 5rem 2.5rem 4rem; }
  .hero-visual { height: 340px; }

  .manifesto { padding: 6rem 2.5rem; }

  .pillars { padding: 6rem 2.5rem; }
  .pillars-grid { grid-template-columns: 1fr; }

  .outcomes { grid-template-columns: 1fr; }
  .outcomes-left { padding: 5rem 2.5rem; }
  .outcomes-right { padding: 4rem 2.5rem; }
  .outcomes-stat-grid { grid-template-columns: 1fr 1fr; }

  .closing { padding: 6rem 2.5rem; }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 3rem 2.5rem;
  }
}

@media (max-width: 480px) {
  .outcomes-stat-grid { grid-template-columns: 1fr; }
}