:root {
  --bg: #f3efe7;
  --paper: rgba(255, 250, 242, 0.86);
  --ink: #1c1a17;
  --muted: #60584d;
  --brand: #aa3f16;
  --brand-deep: #7f2d11;
  --accent: #d6b06c;
  --forest: #25453a;
  --shadow: 0 24px 60px rgba(31, 25, 20, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(214, 176, 108, 0.32), transparent 32%),
    radial-gradient(circle at right 20%, rgba(37, 69, 58, 0.12), transparent 28%),
    linear-gradient(180deg, #f7f1e8 0%, #efe8dd 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.page-shell { min-height: 100vh; position: relative; overflow: hidden; }
.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(28, 26, 23, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 26, 23, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 58%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.topbar { padding: 18px 0; }
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  background: rgba(255, 247, 237, 0.75);
  border: 1px solid rgba(28, 26, 23, 0.08);
  border-radius: 24px;
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(31, 25, 20, 0.06);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.brand img { width: 48px; height: 48px; }
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  font-size: 0.95rem;
  color: var(--muted);
}
.nav-links a:hover, .footer-nav a:hover, .inline-link:hover { color: var(--brand); }
.cta, .cta-secondary, .chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.cta {
  padding: 14px 22px;
  background: var(--brand);
  color: #fff8f1;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(127, 45, 17, 0.18);
}
.cta:hover, .cta-secondary:hover { transform: translateY(-2px); }
.cta-secondary {
  padding: 14px 22px;
  border: 1px solid rgba(28, 26, 23, 0.14);
  background: rgba(255, 250, 242, 0.68);
  color: var(--ink);
  font-weight: 700;
}
.hero { padding: 26px 0 72px; }
.hero-grid, .split-grid, .card-grid, .info-grid, .footer-grid { display: grid; gap: 24px; }
.hero-grid { grid-template-columns: 1.1fr 0.9fr; align-items: end; }
.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(37, 69, 58, 0.08);
  color: var(--forest);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero h1, .section h2, .page-hero h1 {
  margin: 18px 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.03em;
}
.hero h1 { font-size: clamp(3.6rem, 8vw, 6.9rem); max-width: 10ch; }
.hero p, .lede, .section-intro { color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.chip {
  padding: 10px 14px;
  border: 1px solid rgba(28, 26, 23, 0.1);
  background: rgba(255, 250, 242, 0.72);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}
.hero-visual, .panel, .stat-card, .feature-card, .article-card, .faq-card, .support-card, .timeline-card {
  background: var(--paper);
  border: 1px solid rgba(28, 26, 23, 0.08);
  border-radius: 32px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.hero-visual { padding: 18px; }
.hero-visual img, .media-card img { border-radius: 24px; object-fit: cover; }
.visual-caption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 6px 4px;
  color: var(--muted);
  font-size: 0.95rem;
}
.section, .page-hero, .footer { padding: 28px 0 68px; }
.section h2, .page-hero h1 { font-size: clamp(2.7rem, 6vw, 4.8rem); max-width: 12ch; }
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}
.section-head .section-intro { max-width: 46ch; }
.card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.split-grid { grid-template-columns: 0.95fr 1.05fr; align-items: start; }
.feature-card, .article-card, .faq-card, .support-card, .timeline-card, .panel { padding: 28px; }
.feature-card h3, .article-card h3, .faq-card h3, .support-card h3, .timeline-card h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}
.feature-card p, .article-card p, .faq-card p, .support-card p, .timeline-card p, .panel p, .panel li {
  color: var(--muted);
  line-height: 1.75;
}
.number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(170, 63, 22, 0.1);
  color: var(--brand-deep);
  font-weight: 800;
}
.stat-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.stat-card { padding: 24px; }
.stat-card strong {
  display: block;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  color: var(--brand-deep);
}
.media-card { position: relative; }
.media-card .overlay {
  position: absolute;
  inset: auto 16px 16px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(21, 18, 16, 0.76);
  color: #f7f1e8;
}
.bullet-list, .check-list { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.8; }
.bullet-list li + li, .check-list li + li { margin-top: 8px; }
.callout { border-left: 4px solid var(--accent); padding-left: 18px; color: var(--muted); }
.footer { padding-top: 0; }
.footer-grid { grid-template-columns: 1.2fr 0.8fr 0.9fr; padding: 28px; }
.footer-nav, .legal-list { display: grid; gap: 10px; color: var(--muted); }
.meta { color: var(--muted); font-size: 0.95rem; }
.page-hero .panel { display: grid; gap: 18px; }
.page-hero { padding-top: 12px; }
.tag {
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--forest);
  font-weight: 800;
}
.banner {
  padding: 20px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(170, 63, 22, 0.94), rgba(37, 69, 58, 0.94));
  color: #fff9f2;
}
.banner p, .banner li { color: rgba(255, 249, 242, 0.88); }
.fine-print { font-size: 0.92rem; color: var(--muted); }

@media (max-width: 920px) {
  .hero-grid, .split-grid, .card-grid, .info-grid, .stat-row, .footer-grid { grid-template-columns: 1fr; }
  .section-head, .nav { align-items: start; flex-direction: column; }
  .nav-links { justify-content: start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 20px, 1120px); }
  .hero h1, .page-hero h1, .section h2 { max-width: none; }
  .feature-card, .article-card, .faq-card, .support-card, .timeline-card, .panel, .footer-grid, .stat-card, .hero-visual {
    padding: 22px;
  }
  .hero { padding-bottom: 48px; }
}
