:root {
  --bg: #F5F0E8;
  --bg-alt: #EDE8DE;
  --fg: #1A1A1A;
  --fg-muted: #6B6560;
  --green: #1B4332;
  --green-light: #2D6A4F;
  --gold: #B8922A;
  --gold-light: #D4AF6A;
  --border: rgba(27,67,50,0.12);
}

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

html { scroll-behavior: smooth; }

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

/* ── NAV ── */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav-logo {
  font-family: 'Libre Baskerville', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--green);
  letter-spacing: -0.02em;
}
.nav-tagline {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--fg-muted);
}

/* ── HERO ── */
.hero {
  background: var(--green);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  padding: 80px 48px 96px;
  min-height: 88vh;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(184,146,42,0.15) 0%, transparent 60%);
  pointer-events: none;
}
.hero-inner { max-width: 680px; }
.hero-badge {
  display: inline-block;
  background: rgba(184,146,42,0.18);
  border: 1px solid rgba(184,146,42,0.4);
  color: var(--gold-light);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 28px;
}
.hero-headline {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 28px;
}
.hero-sub {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  max-width: 520px;
  margin-bottom: 36px;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.meta-dot { color: var(--gold); }
.hero-ornament {
  opacity: 0.6;
  flex-shrink: 0;
}

/* ── SECTION SHARED ── */
.section-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 16px;
}
.section-headline {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--green);
  letter-spacing: -0.015em;
}

/* ── WHAT ── */
.what {
  padding: 100px 48px;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.what-inner { max-width: 900px; }
.what-body {
  font-size: 18px;
  color: var(--fg-muted);
  max-width: 640px;
  margin: 20px 0 60px;
  line-height: 1.7;
}
.what-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.stat {
  background: var(--green);
  color: #fff;
  padding: 36px 32px;
}
.stat-value {
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  font-weight: 400;
  color: var(--gold-light);
  margin-bottom: 8px;
}
.stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  line-height: 1.4;
}

/* ── VALUES ── */
.values {
  padding: 100px 48px;
  background: var(--bg-alt);
}
.values-inner { max-width: 960px; }
.values-body {
  font-size: 17px;
  color: var(--fg-muted);
  max-width: 600px;
  margin: 20px 0 56px;
  line-height: 1.7;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.value-card {
  background: var(--bg);
  padding: 36px 28px;
  border: 1px solid var(--border);
}
.value-icon {
  margin-bottom: 20px;
  width: 32px;
}
.value-card h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 10px;
}
.value-card p {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* ── OFFERS ── */
.offers {
  padding: 100px 48px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.offers-inner { max-width: 1100px; }
.offers .section-headline { margin-bottom: 56px; }
.offers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
.offer-card {
  background: var(--green);
  color: #fff;
  padding: 44px 40px;
  position: relative;
}
.offer-num {
  font-family: 'Libre Baskerville', serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 20px;
}
.offer-card h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}
.offer-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin-bottom: 20px;
}
.offer-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.offer-list li {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  padding-left: 16px;
  position: relative;
}
.offer-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 10px;
}

/* ── HOW ── */
.how {
  padding: 100px 48px;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
}
.how-inner { max-width: 900px; }
.how .section-headline { margin-bottom: 60px; }
.how-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.how-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0;
  border-top: 1px solid var(--border);
  padding: 32px 0;
}
.how-step:last-child { border-bottom: 1px solid var(--border); }
.step-num {
  font-family: 'Libre Baskerville', serif;
  font-size: 48px;
  font-weight: 400;
  color: rgba(27,67,50,0.12);
  line-height: 1;
  padding-top: 4px;
}
.step-body h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 8px;
}
.step-body p {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* ── CLOSING ── */
.closing {
  background: var(--green);
  color: #fff;
  padding: 120px 48px;
  text-align: center;
}
.closing-ornament { margin-bottom: 40px; display: flex; justify-content: center; }
.closing-headline {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.closing-body {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  max-width: 520px;
  margin: 0 auto 24px;
  line-height: 1.7;
}
.closing-tagline {
  font-family: 'Libre Baskerville', serif;
  font-size: 15px;
  color: var(--gold-light);
  letter-spacing: 0.05em;
}

/* ── FOOTER ── */
.footer {
  background: #0F2820;
  color: rgba(255,255,255,0.5);
  padding: 64px 48px 32px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  max-width: 1100px;
  margin: 0 auto 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo {
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.footer-brand p {
  font-size: 13px;
  line-height: 1.6;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col-head {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 4px;
}
.footer-col span:not(.footer-col-head) {
  font-size: 13px;
  cursor: default;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  max-width: 1100px;
  margin: 0 auto;
  color: rgba(255,255,255,0.3);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav { padding: 20px 24px; }
  .hero {
    grid-template-columns: 1fr;
    padding: 60px 24px 72px;
    min-height: auto;
  }
  .hero-ornament { display: none; }
  .what, .values, .offers, .how { padding: 64px 24px; }
  .what-stats { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .offers-grid { grid-template-columns: 1fr; }
  .how-step { grid-template-columns: 48px 1fr; }
  .closing { padding: 80px 24px; }
  .footer { padding: 48px 24px 24px; }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 44px; }
  .footer-links { grid-template-columns: 1fr; }
}