:root {
  --ink: #1c1c1f;
  --muted: #5e5b57;
  --surface: #f7f2ed;
  --cream: #fff7ef;
  --accent: #c58b4f;
  --accent-dark: #a56f3e;
  --mist: rgba(28, 28, 31, 0.08);
  --glass: rgba(255, 255, 255, 0.7);
  --shadow: 0 30px 80px rgba(28, 28, 31, 0.15);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: linear-gradient(135deg, #f4ede7 0%, #fdf7f1 50%, #f3e8da 100%);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.ambient {
  position: absolute;
  inset: -40vh -20vw auto -20vw;
  height: 80vh;
  background: radial-gradient(circle at 20% 30%, rgba(197, 139, 79, 0.25), transparent 60%),
    radial-gradient(circle at 70% 20%, rgba(63, 129, 143, 0.2), transparent 55%),
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.8), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}

.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 8vw 0;
}

.logo {
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

main {
  position: relative;
  z-index: 2;
  padding: 60px 8vw 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
  align-items: center;
}

.hero-copy h1 {
  font-family: "Fraunces", serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 1.1;
  margin: 16px 0 20px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.7rem;
  color: var(--muted);
}

.lead {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--muted);
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cta,
.ghost {
  text-decoration: none;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta {
  background: var(--accent);
  color: white;
  box-shadow: 0 12px 30px rgba(197, 139, 79, 0.35);
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(197, 139, 79, 0.4);
}

.ghost {
  border: 1px solid var(--mist);
  color: var(--ink);
  background: var(--glass);
}

.hero-card {
  background: var(--glass);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px);
}

.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2d9c8b;
  box-shadow: 0 0 0 6px rgba(45, 156, 139, 0.15);
}

.card-body {
  display: grid;
  gap: 18px;
}

.pill {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(28, 28, 31, 0.08);
  font-size: 0.85rem;
}

.timeline {
  margin-top: 6px;
  display: grid;
  gap: 14px;
  position: relative;
  padding-left: 18px;
}

.timeline .line {
  position: absolute;
  left: 6px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: rgba(28, 28, 31, 0.1);
}

.event {
  display: flex;
  gap: 12px;
}

.event-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-dark);
  margin-top: 4px;
}

.event h4 {
  font-size: 0.95rem;
}

.event p {
  font-size: 0.85rem;
  color: var(--muted);
}

.proof {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  align-items: center;
}

.proof h2,
.cta-section h2 {
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin-bottom: 12px;
}

.stats {
  display: grid;
  gap: 18px;
}

.stats h3 {
  font-size: 1.1rem;
}

.stats p {
  color: var(--muted);
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.feature {
  padding: 22px;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid rgba(28, 28, 31, 0.05);
  box-shadow: 0 16px 40px rgba(28, 28, 31, 0.08);
}

.feature h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.feature p {
  color: var(--muted);
  line-height: 1.5;
}

.cta-section {
  padding: 50px;
  border-radius: 28px;
  background: linear-gradient(135deg, #1f1c1a 0%, #33251a 100%);
  color: #fef6ee;
  display: grid;
  gap: 18px;
  text-align: center;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.75);
}

.site-footer {
  position: relative;
  z-index: 2;
  padding: 0 8vw 60px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
}

.site-footer a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 720px) {
  .site-header {
    flex-direction: column;
    gap: 16px;
  }

  .cta-section {
    padding: 36px 24px;
  }
}
