:root {
  --cream: #f5f0e8;
  --paper: #fcfaf6;
  --ink: #1c1b18;
  --muted: #5d5a52;
  --soft: #8f8a7d;
  --rule: #d7d0c3;
  --accent: #28543f;
  --accent-dark: #1f4332;
  --card: #ffffff;
  --sand: #ece6da;
  --shadow: 0 18px 45px rgba(28, 27, 24, 0.08);
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: linear-gradient(180deg, #f7f3ec 0%, #f1eadf 100%);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(245, 240, 232, 0.92);
  border-bottom: 1px solid rgba(40, 84, 63, 0.08);
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-logo {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-sub {
  display: block;
  font-family: 'DM Mono', monospace;
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--soft);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  font-family: 'DM Mono', monospace;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.page-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem 5rem;
}

.hero {
  padding: 3rem 0 2.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 2rem;
  align-items: end;
}

.eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}

/* FIXED: headline sizes — was clamp(3rem, 8vw, 6rem) which was too large */
.hero h1,
.page-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  line-height: 1.15;
  font-weight: 500;
  margin: 0 0 1rem;
}

.hero p,
.lead {
  max-width: 42rem;
  font-size: 0.97rem;
  color: var(--muted);
  margin: 0 0 1.5rem;
}

.hero-card,
.info-card,
.link-card,
.detail-card {
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(40,84,63,0.1);
  box-shadow: var(--shadow);
  border-radius: 22px;
}

.hero-card {
  padding: 1.5rem;
}

.kicker {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--soft);
  margin-bottom: 0.9rem;
}

.stat-list {
  display: grid;
  gap: 0.9rem;
}

.stat-item strong {
  display: block;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 0.15rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.88rem;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-secondary { background: var(--sand); color: var(--ink); }
.btn-secondary:hover { background: #e4ddcf; }
.btn-ghost { border: 1px solid rgba(40,84,63,0.18); color: var(--accent-dark); background: transparent; }

.section {
  padding: 1.2rem 0 0;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
}

/* FIXED: section heading was 2.2rem — too large */
.section-head h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 500;
}

.section-head p {
  margin: 0;
  color: var(--soft);
  font-size: 0.9rem;
  max-width: 34rem;
}

.grid-3,
.grid-2,
.link-grid,
.detail-grid {
  display: grid;
  gap: 1.2rem;
}

.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.link-grid,
.detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.info-card,
.link-card,
.detail-card {
  padding: 1.2rem;
}

/* FIXED: card h3 was 1.55rem — reduced */
.info-card h3,
.link-card h3,
.detail-card h3 {
  margin: 0 0 0.6rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
}

.info-card p,
.link-card p,
.detail-card p,
.detail-card li {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}

.badge {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: #e6efe9;
  color: var(--accent-dark);
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.list-clean {
  margin: 0;
  padding-left: 1rem;
}

.quote-block {
  padding: 1.2rem;
  border-left: 4px solid var(--accent);
  background: rgba(255,255,255,0.7);
  border-radius: 0 18px 18px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.detail-card ul { margin-top: 0.75rem; }

.footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--soft);
  font-size: 0.85rem;
}

.small {
  font-size: 0.9rem;
  color: var(--soft);
}

/* Image figures */
.img-figure { margin: 0 auto 2rem; max-width: 700px; }
.img-figure img { width: 100%; border: 1px solid #e0ddd6; border-radius: 4px; display: block; }
.img-caption { font-size: 0.72rem; color: var(--soft); text-align: center; margin-top: 0.4rem; font-family: 'DM Mono', monospace; letter-spacing: 0.05em; }

/* Article body text */
.article-body { max-width: 700px; margin: 0 auto; font-size: 0.93rem; line-height: 1.85; color: var(--muted); }
.article-body p { margin-bottom: 1.1rem; }
.article-body h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; margin: 1.5rem 0 0.4rem; color: var(--ink); }

/* Video embed */
.video-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 780px; margin: 0 auto 2rem; border-radius: 8px; }
.video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 900px) {
  .hero,
  .grid-3,
  .grid-2,
  .link-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero { padding: 2rem 0 1.5rem; }
}

@media (max-width: 600px) {
  .page-shell { padding: 0 1rem 3rem; }
  .hero { padding: 1.5rem 0 1rem; }
  .brand { font-size: 1.3rem; }
  .brand-logo { width: 26px; height: 26px; }
  .brand-sub { font-size: 0.55rem; }
  .nav { padding: 0.75rem 1rem; }
  .nav-links { gap: 0.6rem; }
  .nav-links a { font-size: 0.65rem; }
  .hero h1, .page-title { font-size: clamp(1.4rem, 6vw, 2rem) !important; }
  .btn { font-size: 0.8rem; padding: 0.6rem 0.9rem; }
  .button-row { gap: 0.5rem; }
  .info-card, .link-card, .detail-card { padding: 1rem; }
  .footer { flex-direction: column; gap: 0.3rem; font-size: 0.75rem; padding: 1.5rem 1rem 2rem; }
  .section-head h2 { font-size: 1.2rem; }
}
