:root {
  --bg: #F8F5F0;
  --bg-warm: #F2EDE4;
  --fg: #1C1A18;
  --fg-mid: #5A5650;
  --fg-light: #8A857D;
  --accent: #B84A2E;
  --accent-dark: #8B3520;
  --border: #E0D9CE;
  --white: #FFFFFF;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ─── HEADER ─── */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 24px 48px;
}
.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}
.wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--fg);
}
.site-header nav {
  display: flex;
  gap: 32px;
}
.site-header nav a {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-mid);
  text-decoration: none;
  transition: color 0.2s;
}
.site-header nav a:hover { color: var(--accent); }

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 0 48px 80px;
  overflow: hidden;
}
.hero-atmosphere {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 80% 30%, rgba(184,74,46,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 50% 80% at 20% 80%, rgba(26,26,24,0.06) 0%, transparent 60%),
    linear-gradient(160deg, #F8F4EC 0%, #EDE5D8 40%, #D9CFC0 100%);
  z-index: 0;
}
.hero-atmosphere::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 5%;
  width: 55%;
  height: 85%;
  background:
    radial-gradient(ellipse at center, rgba(184,74,46,0.05) 0%, transparent 70%),
    radial-gradient(ellipse at 30% 70%, rgba(200,140,80,0.08) 0%, transparent 50%);
  border-radius: 50% 20% 50% 30%;
  filter: blur(40px);
}
.hero-atmosphere::after {
  content: '';
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 40%;
  height: 50%;
  background: radial-gradient(ellipse at bottom left, rgba(26,26,24,0.04) 0%, transparent 70%);
  filter: blur(30px);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}
.hero-kicker {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-light);
  margin-bottom: 20px;
}
.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--fg);
  margin-bottom: 28px;
}
.hero-lede {
  font-size: 1.0625rem;
  color: var(--fg-mid);
  max-width: 480px;
  margin-bottom: 32px;
  line-height: 1.65;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-light);
}
.meta-sep { opacity: 0.4; }

/* ─── MANIFESTO ─── */
.manifesto {
  padding: 120px 48px;
  background: var(--bg-warm);
  border-top: 1px solid var(--border);
}
.manifesto-inner { max-width: 760px; margin: 0 auto; }
.manifesto-label {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 32px;
}
.manifesto-statement {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--fg);
  margin-bottom: 40px;
}
.manifesto-body {
  font-size: 1.0625rem;
  color: var(--fg-mid);
  line-height: 1.75;
  margin-bottom: 24px;
}

/* ─── PROGRAM ─── */
.program {
  padding: 120px 48px;
  max-width: 1280px;
  margin: 0 auto;
}
.program-header { margin-bottom: 80px; }
.section-label {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-light);
  margin-bottom: 20px;
}
.program-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 300;
  line-height: 1.25;
  color: var(--fg);
}
.phases {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--border);
  margin-bottom: 64px;
}
.phase {
  padding: 48px 40px 48px 0;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.phase:last-child { border-right: none; }
.phase-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  color: var(--accent);
  opacity: 0.5;
  line-height: 1;
}
.phase-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 12px;
}
.phase-body p {
  font-size: 0.9375rem;
  color: var(--fg-mid);
  line-height: 1.7;
}
.program-extras {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding-top: 64px;
  border-top: 1px solid var(--border);
}
.extra h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 10px;
}
.extra p {
  font-size: 0.875rem;
  color: var(--fg-mid);
  line-height: 1.65;
}

/* ─── NICHE ─── */
.niche {
  padding: 120px 48px;
  background: var(--fg);
  color: var(--bg);
}
.niche-inner { max-width: 900px; margin: 0 auto; }
.niche .section-label { color: rgba(248,245,240,0.4); }
.niche-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--bg);
  margin-bottom: 36px;
}
.niche-body {
  font-size: 1.0625rem;
  color: rgba(248,245,240,0.65);
  line-height: 1.75;
  margin-bottom: 64px;
  max-width: 600px;
}
.niche-outcomes {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.outcome {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.outcome-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: var(--accent);
  margin-top: 2px;
}
.outcome p {
  font-size: 0.9375rem;
  color: rgba(248,245,240,0.6);
  line-height: 1.65;
}

/* ─── CLOSING ─── */
.closing {
  padding: 140px 48px;
  background: var(--bg-warm);
  border-top: 1px solid var(--border);
}
.closing-inner { max-width: 900px; margin: 0 auto; }
.closing-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--fg);
  margin-bottom: 40px;
}
.closing-sub {
  font-size: 1.0625rem;
  color: var(--fg-mid);
  line-height: 1.75;
  max-width: 600px;
  margin-bottom: 64px;
}
.board-note {
  border-left: 2px solid var(--accent);
  padding-left: 20px;
}
.board-note p {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-light);
}

/* ─── FOOTER ─── */
footer {
  padding: 48px;
  border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--fg);
}
.footer-tagline {
  font-size: 0.8125rem;
  color: var(--fg-light);
}
.footer-copy {
  font-size: 0.75rem;
  color: var(--fg-light);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .site-header { padding: 20px 24px; }
  .hero { padding: 0 24px 60px; }
  .manifesto, .program, .niche, .closing { padding: 80px 24px; }
  .phases { grid-template-columns: 1fr; }
  .phase { border-right: none; border-bottom: 1px solid var(--border); padding: 32px 0; }
  .phase:last-child { border-bottom: none; }
  .program-extras { grid-template-columns: 1fr; }
  .niche-outcomes { gap: 28px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  .site-header nav { display: none; }
  .hero-headline { font-size: 2.75rem; }
  .closing-text { font-size: 2.5rem; }
}