
:root {
  --bg: #f4efe5;
  --paper: #fffaf2;
  --ink: #1f2318;
  --green-dark: #31502f;
  --green: #6f8f2d;
  --lime: #1db954;
  --plum: #8a245f;
  --gold: #b68d34;
  --border: rgba(31, 35, 24, 0.12);
  --shadow: 0 20px 50px rgba(31, 35, 24, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f8f3eb 0%, #efe7d5 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(10px);
  background: rgba(255, 250, 242, 0.88);
  border-bottom: 1px solid var(--border);
}
.nav-wrap, .footer-wrap, .issue-strip-inner, .contact-grid, .two-col, .hero-grid {
  display: grid; gap: 1.5rem;
}
.nav-wrap {
  grid-template-columns: 1fr auto;
  align-items: center; padding: 1rem 0;
}
.brand {
  font-family: Oswald, sans-serif; font-size: 2rem; letter-spacing: .03em;
}
.brand span { color: var(--plum); font-size: 1.2rem; }
nav { display: flex; gap: 1rem; flex-wrap: wrap; }
nav a { font-weight: 600; }
.hero { padding: 4rem 0 3rem; }
.hero-grid { grid-template-columns: 1.2fr .8fr; align-items: center; }
.eyebrow, .section-kicker {
  text-transform: uppercase; letter-spacing: .15em; font-size: .8rem; font-weight: 700; color: var(--plum);
}
h1, h2, h3 { font-family: Oswald, sans-serif; line-height: 1.05; margin: 0 0 1rem; }
h1 { font-size: clamp(2.6rem, 5vw, 4.7rem); }
h2 { font-size: clamp(2rem, 3vw, 3rem); }
h3 { font-size: 1.5rem; }
.lede { font-size: 1.1rem; max-width: 55ch; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.5rem 0; }
.highlights { padding-left: 1rem; margin: 0; }
.highlights li { margin: .45rem 0; }
.card {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.hero-visual { overflow: hidden; padding: .75rem; }
.hero-visual img { border-radius: 18px; }
.issue-strip {
  background: linear-gradient(90deg, var(--green-dark), var(--green));
  color: white; padding: 1.5rem 0;
}
.issue-strip-inner { grid-template-columns: 1fr auto; align-items: center; }
.section { padding: 4.5rem 0; }
.alt-bg { background: rgba(138, 36, 95, 0.04); }
.two-col { grid-template-columns: 1.1fr .9fr; align-items: start; }
.stats-grid, .forms-grid, .feature-list {
  display: grid; gap: 1rem;
}
.stats-grid { grid-template-columns: repeat(3, 1fr); margin-top: 1.5rem; }
.stat { padding: 1.25rem; text-align: center; }
.stat strong { display: block; font-size: 2rem; color: var(--green-dark); }
.ad-card { padding: 1.25rem; }
.quarter-page {
  aspect-ratio: 4 / 5.25;
  width: min(100%, 360px);
  margin: 0 auto;
  background: #efe6d2;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.quarter-page img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: opacity .45s ease; }
.ad-caption { margin: 1rem 0 0; font-size: .95rem; }
.feature-list { grid-template-columns: 1fr; }
.feature-list .card, .callout, .forms-grid .card, .footer-card { padding: 1.25rem; }
.forms-grid { grid-template-columns: repeat(3, 1fr); }
.lead-form { display: grid; gap: .85rem; }
.lead-form input, .lead-form textarea, .lead-form select {
  width: 100%; padding: .95rem 1rem; border: 1px solid rgba(31,35,24,.16); border-radius: 14px; background: white; font: inherit;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .95rem 1.25rem; border-radius: 999px; font-weight: 700; border: 0; cursor: pointer;
}
.btn-primary { background: var(--plum); color: white; }
.btn-secondary { background: var(--green-dark); color: white; }
.btn-ghost { background: rgba(255,255,255,.12); color: white; border: 1px solid rgba(255,255,255,.22); }
.site-footer { padding: 1.5rem 0 2rem; border-top: 1px solid var(--border); }
.footer-wrap { grid-template-columns: 1fr auto; align-items: center; }
@media (max-width: 900px) {
  .hero-grid, .two-col, .forms-grid, .stats-grid, .issue-strip-inner, .contact-grid, .footer-wrap { grid-template-columns: 1fr; }
  nav { justify-content: flex-start; }
}


.brand { display:inline-flex; align-items:center; max-width: 340px; }
.brand img { width: 100%; height: auto; display:block; }
.brand-lockup { padding: .75rem; margin-bottom: 1.25rem; max-width: 520px; }
.hero-logo { width: 100%; height: auto; border-radius: 16px; }
.footer-branding { display:flex; align-items:center; gap: 1rem; }
.footer-branding img { width: 180px; max-width: 40vw; height: auto; }
@media (max-width: 900px) { .brand { max-width: 220px; } .footer-branding { flex-direction: column; align-items: flex-start; } }


body.age-gate-open { overflow: hidden; }
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(20, 18, 12, 0.82);
  backdrop-filter: blur(8px);
}
.age-gate[hidden] { display: none; }
.age-gate-panel {
  width: min(680px, 100%);
  text-align: center;
  padding: 2rem;
  background: linear-gradient(180deg, #fffaf2 0%, #f1ead9 100%);
}
.age-gate-logo {
  width: min(360px, 75vw);
  margin: 0 auto 1rem;
}
.age-gate-copy, .age-gate-note {
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
}
.age-gate-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.5rem 0 1rem;
}
