:root {
  --bg: #FAF7F2;
  --bg-alt: #F0EBE3;
  --fg: #1A1410;
  --fg-muted: #6B5F52;
  --accent: #7C2D12;
  --accent-warm: #A3521A;
  --gold: #C4952A;
  --cream: #FFFDF8;
  --border: rgba(26, 20, 16, 0.12);
}

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

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

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px 60px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(196, 149, 42, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.hero-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 24px;
}

.hero-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(48px, 5vw, 80px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--fg);
  margin-bottom: 28px;
}

.hero-headline em {
  font-style: italic;
  color: var(--accent);
}

.hero-lede {
  font-size: 18px;
  color: var(--fg-muted);
  max-width: 420px;
  line-height: 1.7;
  font-weight: 300;
}

.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}

.hero-card {
  background: var(--cream);
  border: 1px solid var(--border);
  padding: 32px 36px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 4px 24px rgba(26, 20, 16, 0.06);
}

.hero-card--two {
  margin-left: 40px;
  background: var(--fg);
  color: var(--cream);
}

.hero-card--two .card-ref {
  color: rgba(255, 253, 248, 0.5);
}

.hero-card--two .card-tag {
  background: var(--accent-warm);
  color: var(--cream);
}

.card-scripture {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: 400;
}

.card-ref {
  font-size: 12px;
  color: var(--fg-muted);
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.card-tag {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--cream);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 2px;
}

.hero-scroll-cue {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--fg-muted), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.8); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* FEATURES */
.features {
  padding: 120px 60px;
  background: var(--bg-alt);
}

.features-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.features-header {
  margin-bottom: 72px;
}

.section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 16px;
}

.features-header h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 300;
  line-height: 1.2;
}

.features-header h2 em {
  font-style: italic;
  color: var(--accent);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.feature-card {
  padding: 40px 36px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 4px;
}

.feature-icon {
  color: var(--accent);
  margin-bottom: 24px;
}

.feature-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 16px;
  color: var(--fg);
}

.feature-card p {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.7;
}

/* MISSION */
.mission {
  padding: 140px 60px;
  background: var(--fg);
  color: var(--cream);
}

.mission-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.mission .section-label {
  color: var(--gold);
}

.mission-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 2.5vw, 34px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 20px;
  color: var(--cream);
}

.mission-cite {
  font-size: 13px;
  color: rgba(255, 253, 248, 0.5);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 60px;
}

.mission-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mission-body p {
  font-size: 16px;
  color: rgba(255, 253, 248, 0.7);
  line-height: 1.8;
}

/* CLOSING */
.closing {
  padding: 140px 60px;
  background: var(--bg);
  text-align: center;
}

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

.closing-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 32px;
}

.closing-headline em {
  font-style: italic;
  color: var(--accent);
}

.closing-sub {
  font-size: 18px;
  color: var(--fg-muted);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto 60px;
  font-weight: 300;
}

.closing-divider {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 32px;
}

.closing-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  font-style: italic;
  color: var(--fg-muted);
  letter-spacing: 0.05em;
}

/* FOOTER */
.site-footer {
  padding: 48px 60px;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--fg);
}

.footer-sep {
  color: var(--border);
  font-size: 18px;
}

.footer-brand-name {
  font-size: 13px;
  color: var(--fg-muted);
}

.footer-copy {
  font-size: 13px;
  color: var(--fg-muted);
  font-style: italic;
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero {
    padding: 60px 32px 80px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-visual {
    display: none;
  }
  .features {
    padding: 80px 32px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .mission {
    padding: 80px 32px;
  }
  .closing {
    padding: 80px 32px;
  }
  .site-footer {
    padding: 40px 32px;
  }
  .footer-inner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero-headline {
    font-size: 40px;
  }
  .features-header h2 {
    font-size: 28px;
  }
  .mission-quote {
    font-size: 22px;
  }
}