:root {
  --ink: #281c18;
  --muted: #75675f;
  --cream: #f4efe7;
  --paper: #fbf9f5;
  --wine: #703f3c;
  --deep-wine: #3f2625;
  --line: #d9d0c5;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.site-header {
  align-items: center;
  border-bottom: 1px solid rgba(40, 28, 24, 0.14);
  display: flex;
  height: 92px;
  justify-content: space-between;
  padding: 0 clamp(24px, 6vw, 92px);
}

.wordmark { display: flex; flex-direction: column; gap: 3px; letter-spacing: 0.18em; }
.wordmark span { font-family: Georgia, serif; font-size: 19px; }
.wordmark small { font-size: 8px; letter-spacing: 0.32em; }

nav { align-items: center; display: flex; gap: 34px; font-size: 13px; }
nav a { transition: opacity .2s ease; }
nav a:hover { opacity: .62; }
.nav-cta { border: 1px solid var(--ink); padding: 12px 19px; }

.hero {
  min-height: 700px;
  overflow: hidden;
  padding: clamp(80px, 10vw, 150px) clamp(24px, 11vw, 168px) 70px;
  position: relative;
}

.hero::before {
  background: rgba(112, 63, 60, 0.06);
  border: 1px solid rgba(112, 63, 60, 0.18);
  border-radius: 50%;
  content: "";
  height: 540px;
  position: absolute;
  right: -130px;
  top: 40px;
  width: 540px;
}

.hero::after {
  background: rgba(112, 63, 60, 0.08);
  border-radius: 50%;
  content: "";
  height: 250px;
  position: absolute;
  right: 130px;
  top: 185px;
  width: 250px;
}

.eyebrow, .section-label {
  color: var(--wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
}

.eyebrow { align-items: center; display: flex; gap: 10px; }
.eyebrow span { background: var(--wine); height: 1px; width: 28px; }

h1, h2, h3, p { margin-top: 0; }

.hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(56px, 8vw, 112px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: .92;
  margin: 31px 0 38px;
  max-width: 930px;
  position: relative;
  z-index: 1;
}

.hero h1 em { color: var(--wine); font-weight: 400; }

.hero-copy { color: var(--muted); font-size: 19px; line-height: 1.65; max-width: 650px; }
.hero-actions { align-items: center; display: flex; gap: 32px; margin-top: 42px; }
.primary-button { background: var(--wine); color: #fff; font-size: 13px; padding: 17px 24px; transition: background .2s ease, transform .2s ease; }
.primary-button:hover { background: var(--deep-wine); transform: translateY(-1px); }
.text-link { border-bottom: 1px solid rgba(40,28,24,.4); font-size: 13px; padding-bottom: 4px; }
.hero-note { align-items: center; color: var(--muted); display: flex; font-size: 12px; gap: 9px; margin-top: 80px; }
.status-dot { background: #758a62; border-radius: 50%; box-shadow: 0 0 0 4px rgba(117,138,98,.13); height: 7px; width: 7px; }

.intro { background: var(--cream); padding: 110px clamp(24px, 9vw, 140px); }
.intro-grid { display: grid; gap: 80px; grid-template-columns: minmax(260px, .9fr) minmax(340px, 1.1fr); margin-top: 42px; }
.intro h2, .features h2, .audience h2, .contact-section h2, .data-card h2 {
  font-family: Georgia, serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.06;
}
.intro-grid p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.intro-grid .lead { color: var(--ink); font-family: Georgia, serif; font-size: 24px; line-height: 1.55; }

.features { padding: 118px clamp(24px, 7vw, 108px); }
.features-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 62px; }
.features-heading h2 { font-size: clamp(38px, 4vw, 58px); margin-bottom: 0; }
.feature-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-card { border-right: 1px solid var(--line); min-height: 295px; padding: 32px 28px 28px; }
.feature-card:last-child { border-right: 0; }
.feature-number { color: var(--wine); font-family: var(--font-geist-mono); font-size: 11px; }
.feature-card h3 { font-family: Georgia, serif; font-size: 25px; font-weight: 400; margin: 74px 0 18px; }
.feature-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }

.data-section { padding: 0 clamp(24px, 7vw, 108px) 118px; }
.data-card { background: var(--wine); color: white; display: grid; gap: 80px; grid-template-columns: .9fr 1.1fr; padding: 78px clamp(30px, 6vw, 88px); }
.section-label.light { color: #d8bcb5; }
.data-card h2 { font-size: clamp(40px, 5vw, 64px); margin-top: 34px; }
.data-copy { display: flex; flex-direction: column; gap: 26px; }
.data-item { align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,.22); display: flex; gap: 18px; padding-bottom: 24px; }
.data-item:last-child { border-bottom: 0; }
.data-item > span { border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; flex: 0 0 25px; font-size: 11px; height: 25px; place-items: center; }
.data-item p { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.65; margin: 0; }
.data-item strong { color: white; display: block; font-family: Georgia, serif; font-size: 20px; font-weight: 400; margin-bottom: 4px; }

.audience { padding: 110px clamp(24px, 9vw, 140px); }
.audience-content { align-items: end; display: grid; gap: 100px; grid-template-columns: 1fr .8fr; margin-top: 44px; }
.audience-content p { color: var(--muted); font-size: 16px; line-height: 1.8; }

.contact-section { align-items: end; background: var(--deep-wine); color: white; display: flex; justify-content: space-between; padding: 90px clamp(24px, 9vw, 140px); }
.contact-section h2 { font-size: clamp(42px, 5vw, 66px); margin: 28px 0 0; }
.contact-section > a { border-bottom: 1px solid rgba(255,255,255,.55); font-size: 16px; padding-bottom: 8px; }

footer { background: #241b18; color: rgba(255,255,255,.68); display: grid; gap: 34px; grid-template-columns: 1fr 1fr; padding: 62px clamp(24px, 7vw, 108px) 32px; }
.footer-brand { color: white; display: flex; flex-direction: column; gap: 5px; }
.footer-brand strong { font-family: Georgia, serif; font-size: 18px; letter-spacing: .12em; }
.footer-brand span { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.footer-links { display: flex; gap: 24px; justify-content: flex-end; font-size: 12px; }
.fine-print { font-size: 10px; line-height: 1.6; max-width: 690px; }
.copyright { font-size: 10px; text-align: right; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding-top: 90px; }
  .hero::before { height: 340px; opacity: .7; right: -180px; width: 340px; }
  .hero::after { display: none; }
  .intro-grid, .data-card, .audience-content { gap: 42px; grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card:nth-child(2) { border-right: 0; }
  .feature-card { border-bottom: 1px solid var(--line); }
  .contact-section { align-items: flex-start; flex-direction: column; gap: 48px; }
}

@media (max-width: 560px) {
  .site-header { height: 76px; }
  .nav-cta { padding: 10px 13px; }
  .hero { padding-bottom: 56px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-note { margin-top: 52px; }
  .intro, .features, .audience { padding-bottom: 78px; padding-top: 78px; }
  .features-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { border-right: 0; min-height: 240px; }
  .feature-card h3 { margin-top: 48px; }
  .data-section { padding-left: 0; padding-right: 0; }
  .data-card { padding: 64px 24px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-direction: column; gap: 14px; justify-content: flex-start; }
  .copyright { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
