:root {
  --bg: #F7F4EF;
  --bg-alt: #EFEBE4;
  --fg: #1A1A18;
  --fg-muted: #5C5A55;
  --accent: #B07D3A;
  --accent-dark: #8A6030;
  --green: #1B4332;
  --green-light: #2D6A4F;
  --white: #FFFFFF;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, blockquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  line-height: 1.2;
}

/* Nav */
.nav {
  padding: 28px 48px;
  display: flex;
  align-items: center;
}
.nav-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--green);
  letter-spacing: -0.01em;
}

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 92vh;
  align-items: stretch;
}
.hero-content {
  padding: 80px 64px 80px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.hero-headline {
  font-size: clamp(52px, 6vw, 84px);
  color: var(--fg);
  margin-bottom: 32px;
  font-weight: 500;
}
.hero-sub {
  font-size: 17px;
  color: var(--fg-muted);
  max-width: 420px;
  line-height: 1.7;
}
.hero-image-wrap {
  overflow: hidden;
  position: relative;
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.88) saturate(0.9);
}

/* Section labels */
.section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.section-headline {
  font-size: clamp(32px, 4vw, 52px);
  color: var(--fg);
  margin-bottom: 48px;
  max-width: 600px;
}

/* Manifesto */
.manifesto {
  background: var(--green);
  padding: 100px 48px;
}
.manifesto-inner {
  max-width: 780px;
  margin: 0 auto;
}
.manifesto-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-style: italic;
  color: #D4C9B0;
  line-height: 1.5;
  margin-bottom: 40px;
  border-left: 2px solid var(--accent);
  padding-left: 28px;
}
.manifesto-body {
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  margin-bottom: 24px;
}
.manifesto-body:last-child { margin-bottom: 0; }

/* Observations */
.observations {
  padding: 96px 48px;
}
.obs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2px;
}
.obs-card {
  background: var(--white);
  padding: 48px;
}
.obs-card--split {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
}
.obs-text { padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.obs-image-wrap { overflow: hidden; }
.obs-image { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 320px; }
.obs-icon { margin-bottom: 20px; }
.obs-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--fg);
  margin-bottom: 14px;
}
.obs-desc {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.7;
}

/* How */
.how {
  background: var(--bg-alt);
  padding: 96px 48px;
}
.how-inner { max-width: 1100px; margin: 0 auto; }
.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(26,26,24,0.12);
}
.step { padding: 48px 48px 48px 0; }
.step:not(:last-child) { border-right: 1px solid rgba(26,26,24,0.12); padding-right: 48px; }
.step-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 400;
  color: rgba(26,26,24,0.15);
  margin-bottom: 16px;
}
.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 14px;
  color: var(--fg);
}
.step-desc {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.7;
}

/* Coverage */
.coverage { padding: 96px 48px; }
.coverage-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.coverage-image { width: 100%; height: 400px; object-fit: cover; display: block; filter: brightness(1.05) contrast(1.1); }
.coverage-body { font-size: 16px; color: var(--fg-muted); line-height: 1.8; margin-bottom: 48px; }
.coverage-stats { display: grid; gap: 32px; }
.stat { display: flex; flex-direction: column; }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 500;
  color: var(--green);
  line-height: 1.1;
}
.stat-label { font-size: 13px; color: var(--fg-muted); margin-top: 4px; }

/* Closing */
.closing {
  background: var(--green);
  padding: 100px 48px;
}
.closing-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.closing-statement {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 500;
  color: var(--white);
  margin-bottom: 32px;
  line-height: 1.15;
}
.closing-body {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  margin-bottom: 20px;
}
.closing-body:last-child { margin-bottom: 0; }

/* Footer */
.footer {
  background: var(--fg);
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}
.footer-tagline {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .nav { padding: 20px 24px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-content { padding: 56px 24px 40px; }
  .hero-image-wrap { height: 260px; }
  .hero-headline { font-size: 44px; }
  .manifesto { padding: 72px 24px; }
  .observations { padding: 64px 24px; }
  .obs-grid { grid-template-columns: 1fr; }
  .obs-card--split { grid-template-columns: 1fr; }
  .obs-image-wrap { height: 240px; }
  .how { padding: 64px 24px; }
  .how-steps { grid-template-columns: 1fr; gap: 32px; }
  .step { padding: 0; border-right: none; border-bottom: 1px solid rgba(26,26,24,0.12); padding-bottom: 32px; }
  .coverage { padding: 64px 24px; }
  .coverage-inner { grid-template-columns: 1fr; gap: 40px; }
  .coverage-image { height: 240px; }
  .closing { padding: 72px 24px; }
  .footer { padding: 32px 24px; flex-direction: column; gap: 8px; text-align: center; }
  .section-headline { font-size: 32px; }
}