:root {
  --green-deep: #1B3D2F;
  --green-mid: #2D5A47;
  --amber: #E8A545;
  --cream: #FAF7F0;
  --cream-dark: #EDE8DF;
  --charcoal: #1A1A1A;
  --text-mid: #4A4A4A;
  --text-light: #7A7A7A;
}

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

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Navbar */
.navbar {
  padding: 20px 48px;
  display: flex;
  align-items: center;
}
.wordmark {
  font-family: 'Cormorant Garant', serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--green-deep);
  letter-spacing: -0.01em;
}
.cupid { color: var(--amber); }

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  overflow: hidden;
}
.hero-image-wrap {
  position: relative;
  overflow: hidden;
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(26,61,47,0.3) 0%, transparent 60%);
}
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px 80px 56px;
  background: var(--cream);
}
.hero-eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--amber);
  font-weight: 600;
  margin-bottom: 20px;
}
.hero-headline {
  font-family: 'Cormorant Garant', serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 600;
  color: var(--green-deep);
  line-height: 1.1;
  margin-bottom: 28px;
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 420px;
  margin-bottom: 36px;
  line-height: 1.7;
}
.hero-tagline {
  display: inline-block;
  background: var(--green-deep);
  color: var(--cream);
  font-family: 'Cormorant Garant', serif;
  font-size: 1.1rem;
  font-style: italic;
  padding: 10px 24px;
  letter-spacing: 0.03em;
}

/* Features */
.features {
  background: var(--green-deep);
  padding: 100px 0;
}
.features-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 0 48px;
}
.features-img {
  width: 100%;
  border-radius: 16px;
  display: block;
  box-shadow: 0 24px 60px rgba(0,0,0,0.3);
}
.section-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--amber);
  font-weight: 600;
  margin-bottom: 16px;
}
.features-heading {
  font-family: 'Cormorant Garant', serif;
  font-size: 2.4rem;
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: 40px;
}
.features-list { display: flex; flex-direction: column; gap: 28px; }
.feature-item { display: flex; gap: 16px; align-items: flex-start; }
.feature-icon {
  width: 36px;
  height: 36px;
  background: rgba(232,165,69,0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.feature-text { color: rgba(250,247,240,0.85); font-size: 0.95rem; line-height: 1.65; }
.feature-text strong { color: var(--cream); display: block; margin-bottom: 4px; }

/* Philosophy */
.philosophy { background: var(--cream-dark); padding: 100px 0; }
.philosophy-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.philosophy-card { padding: 40px 32px; background: var(--cream); border-radius: 12px; }
.phil-number {
  font-family: 'Cormorant Garant', serif;
  font-size: 3rem;
  font-weight: 600;
  color: var(--amber);
  opacity: 0.4;
  margin-bottom: 20px;
}
.phil-title {
  font-family: 'Cormorant Garant', serif;
  font-size: 1.5rem;
  color: var(--green-deep);
  margin-bottom: 16px;
  line-height: 1.25;
}
.phil-body { font-size: 0.92rem; color: var(--text-mid); line-height: 1.75; }

/* Manifesto */
.manifesto {
  background: var(--cream);
  padding: 100px 0;
}
.manifesto-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.manifesto-img {
  width: 100%;
  border-radius: 16px;
  display: block;
}
.manifesto-quote {
  font-family: 'Cormorant Garant', serif;
  font-size: 1.8rem;
  font-style: italic;
  color: var(--green-deep);
  line-height: 1.3;
  margin-bottom: 28px;
}
.manifesto-body {
  color: var(--text-mid);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Closing */
.closing {
  background: var(--green-deep);
  padding: 120px 48px;
  text-align: center;
}
.closing-inner { max-width: 680px; margin: 0 auto; }
.closing-headline {
  font-family: 'Cormorant Garant', serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 28px;
}
.closing-body {
  color: rgba(250,247,240,0.7);
  font-size: 1rem;
}

/* Footer */
.footer { background: var(--charcoal); padding: 60px 48px; text-align: center; }
.footer-inner { max-width: 600px; margin: 0 auto; }
.footer-wordmark {
  font-family: 'Cormorant Garant', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--cream);
  display: block;
  margin-bottom: 12px;
}
.footer-tagline {
  color: rgba(250,247,240,0.5);
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.footer-legal { color: rgba(250,247,240,0.3); font-size: 0.8rem; }

/* Mobile */
@media (max-width: 768px) {
  .navbar { padding: 16px 24px; }
  .wordmark { font-size: 1.4rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-image-wrap { height: 60vw; min-height: 260px; }
  .hero-content { padding: 40px 24px; }
  .hero-headline { font-size: 2.4rem; }
  .features-inner,
  .manifesto-inner { grid-template-columns: 1fr; gap: 48px; padding: 0 24px; }
  .features { padding: 72px 0; }
  .features-img { max-width: 400px; margin: 0 auto; }
  .philosophy-inner { grid-template-columns: 1fr; padding: 0 24px; }
  .philosophy { padding: 72px 0; }
  .manifesto { padding: 72px 0; }
  .closing { padding: 80px 24px; }
  .footer { padding: 48px 24px; }
  .features-list { gap: 20px; }
}