/* ============================================
   Second Chapter — Landing Page Styles
   Warm editorial, premium restraint
   ============================================ */

:root {
  --bg: #FAF9F6;
  --bg-warm: #F5F0E8;
  --bg-deeper: #EDE5D8;
  --text: #1C1C1E;
  --text-mid: #4A4540;
  --text-light: #8A8078;
  --accent: #B8745A;
  --accent-light: #D4A98A;
  --accent-muted: #E8D8C8;
  --sage: #8B9E8B;
  --border: #E0D8CC;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, sans-serif;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 5rem;
  --space-3xl: 7.5rem;
  --max-w: 1120px;
  --radius-sm: 6px;
  --radius-md: 12px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }

/* ---- NAV ---- */
.site-nav {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 1.75rem var(--space-lg);
  max-width: var(--max-w); margin: 0 auto;
  border-bottom: 1px solid var(--border);
}
.wordmark {
  font-family: var(--font-display); font-size: 1.25rem; font-weight: 500;
  color: var(--text); letter-spacing: 0.01em;
}
.nav-tagline {
  font-size: 0.8rem; color: var(--text-light); font-style: italic;
  font-family: var(--font-display); letter-spacing: 0.02em;
}

/* ---- HERO ---- */
.hero {
  max-width: var(--max-w); margin: 0 auto;
  padding: var(--space-3xl) var(--space-lg) var(--space-2xl);
  border-bottom: 1px solid var(--border);
}
.hero-content {
  display: grid; grid-template-columns: 1fr 360px; gap: 5rem; align-items: center;
}
.hero-eyebrow {
  font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent); font-weight: 500; margin-bottom: 1.1rem;
}
.hero-headline {
  font-family: var(--font-display); font-size: 3.6rem; font-weight: 400;
  line-height: 1.08; letter-spacing: -0.025em; color: var(--text);
  margin-bottom: 1.5rem;
}
.hero-sub {
  font-size: 1.05rem; color: var(--text-mid); max-width: 460px;
  margin-bottom: var(--space-xl); line-height: 1.75;
}
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }

/* Hero image */
.hero-image-wrap {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(184,116,90,0.12), 0 1px 4px rgba(0,0,0,0.06);
}
.hero-img {
  width: 100%; height: 380px; object-fit: cover; display: block;
}

/* ---- BUTTONS ---- */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.75rem 1.6rem; border-radius: var(--radius-sm);
  font-size: 0.95rem; font-weight: 500;
  background: var(--accent); color: white; text-decoration: none; border: none; cursor: pointer;
  transition: background 0.18s, transform 0.1s;
  letter-spacing: 0.01em;
}
.btn-primary:hover { background: #a06548; transform: translateY(-1px); }
.btn-primary:active { transform: translateY(0); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.75rem 1.2rem; border-radius: var(--radius-sm);
  font-size: 0.95rem; font-weight: 500;
  background: transparent; color: var(--text-mid); text-decoration: none;
  border: none; cursor: pointer; transition: color 0.15s;
}
.btn-ghost:hover { color: var(--text); }

/* ---- FEATURES ---- */
.features {
  max-width: var(--max-w); margin: 0 auto;
  padding: var(--space-2xl) var(--space-lg);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 4rem;
  border-bottom: 1px solid var(--border);
}
.feature { text-align: left; }
.feature-icon { font-size: 2.25rem; margin-bottom: 1rem; line-height: 1; }
.feature h2 {
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 500;
  margin-bottom: 0.8rem; color: var(--text);
}
.feature p { font-size: 0.92rem; color: var(--text-mid); line-height: 1.75; }

/* ---- ASYMMETRIC TRIO ---- */
.asymmetric-trio {
  max-width: var(--max-w); margin: 0 auto;
  padding: var(--space-2xl) var(--space-lg);
  display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 4rem;
  align-items: center;
  background: var(--bg-warm);
  border-bottom: 1px solid var(--border);
}
.trio-item { display: flex; flex-direction: column; }
.trio-item.trio-lead { }
.trio-quote {
  font-family: var(--font-display); font-size: 1.1rem; font-style: italic;
  color: var(--text); line-height: 1.65; margin-bottom: 0.75rem;
}
.trio-attr { font-size: 0.82rem; color: var(--text-light); }
.trio-number {
  font-family: var(--font-display); font-size: 3rem; font-weight: 400;
  color: var(--accent); line-height: 1; margin-bottom: 0.5rem;
}
.trio-label { font-size: 0.88rem; color: var(--text-mid); line-height: 1.5; }

/* ---- CTA BAND ---- */
.cta-band {
  max-width: var(--max-w); margin: 0 auto;
  padding: var(--space-2xl) var(--space-lg);
  text-align: center;
}
.cta-band h2 {
  font-family: var(--font-display); font-size: 2rem; font-weight: 400;
  margin-bottom: 0.75rem; color: var(--text);
}
.cta-band p { font-size: 1rem; color: var(--text-mid); margin-bottom: var(--space-lg); }

/* ---- FOOTER ---- */
.site-footer {
  border-top: 1px solid var(--border); padding: 1.75rem var(--space-lg);
  text-align: center; font-size: 0.82rem; color: var(--text-light);
  max-width: var(--max-w); margin: 0 auto;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .hero-headline { font-size: 2.8rem; }
  .hero-content { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-img { height: 280px; }
  .features { grid-template-columns: 1fr; gap: 2.5rem; }
  .asymmetric-trio { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 600px) {
  .hero-headline { font-size: 2.2rem; }
  .site-nav { padding: 1.25rem var(--space-md); }
  .hero, .features, .asymmetric-trio, .cta-band {
    padding-left: var(--space-md); padding-right: var(--space-md);
  }
}