:root {
  --bg: #f7f4ec;
  --surface: #fffdf8;
  --ink: #141310;
  --ink-2: #3a3630;
  --muted: #6f6a62;
  --line: rgba(20, 19, 16, 0.1);
  --line-2: rgba(20, 19, 16, 0.16);
  --cream: #efe9d4;
  --rose: #d4537e;
  --rose-soft: rgba(212, 83, 126, 0.14);
  --shadow: 0 28px 80px rgba(20, 19, 16, 0.1);
  --shadow-soft: 0 12px 40px rgba(20, 19, 16, 0.06);
  --radius: 28px;
  --radius-sm: 16px;
  --font: "Satoshi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; padding: 0; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  max-width: 1120px; margin: 0 auto; padding: 0.85rem 1.25rem;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}

.brand { display: inline-flex; align-items: center; gap: 0.6rem; }
.brand-mark {
  width: 1.15rem; height: 1.15rem; border-radius: 999px; flex-shrink: 0;
  background:
    radial-gradient(circle at 32% 28%, #fff 0 16%, transparent 17%),
    linear-gradient(135deg, #f9a8d4, #a78bfa 52%, #818cf8);
  box-shadow: 0 0 0 3px rgba(239, 233, 212, 0.85);
}
.brand-name { font-weight: 700; font-size: 1.05rem; letter-spacing: -0.03em; }

.nav { display: flex; align-items: center; gap: 0.35rem 0.85rem; }
.nav-link {
  padding: 0.45rem 0.55rem; font-size: 0.95rem; font-weight: 500; color: var(--ink-2);
  transition: color 0.2s ease;
}
.nav-link:hover { color: var(--ink); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  min-height: 3rem; padding: 0.7rem 1.25rem; border-radius: 999px;
  font-weight: 650; letter-spacing: -0.01em;
  transition: transform 0.25s var(--ease), background 0.2s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-sm { min-height: 2.45rem; padding: 0.45rem 1rem; font-size: 0.92rem; }
.btn-block { width: 100%; }
.btn-dark { background: var(--ink); color: var(--bg); box-shadow: 0 10px 28px rgba(20, 19, 16, 0.18); }
.btn-dark:hover { background: #000; }
.btn-soft { border: 1px solid var(--line-2); background: rgba(255,255,255,0.5); }
.btn-soft:hover { background: #fff; }
.btn-cream { background: var(--cream); color: var(--ink); }
.btn-ghost-light { border: 1px solid rgba(247,243,232,0.35); color: #f7f3e8; }
.btn-ghost-light:hover { background: rgba(247,243,232,0.08); }

.icon-btn {
  display: grid; place-items: center; width: 2.5rem; height: 2.5rem;
  border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,0.7);
  transition: background 0.2s ease, transform 0.2s var(--ease);
}
.icon-btn:hover { background: #fff; transform: translateY(-1px); }

.hero {
  position: relative; overflow: hidden; max-width: 820px; margin: 0 auto;
  padding: 3.25rem 1.5rem 2rem; text-align: center;
}
.hero-glow {
  position: absolute; inset: -20% 10% auto; height: 280px; pointer-events: none;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(244,114,182,0.28), transparent 55%),
    radial-gradient(ellipse at 70% 30%, rgba(129,140,248,0.22), transparent 50%);
  filter: blur(8px); animation: drift 10s var(--ease) infinite alternate;
}
.hero-brand {
  position: relative; margin: 0 0 0.85rem;
  font-size: clamp(2.6rem, 8vw, 4.5rem); font-weight: 900; letter-spacing: -0.055em; line-height: 0.95;
  background: linear-gradient(180deg, #141310 10%, #4a433c 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: rise 0.8s var(--ease) both;
}
.hero-title {
  position: relative; margin: 0 0 0.9rem;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem); font-weight: 550; letter-spacing: -0.03em;
  line-height: 1.2; color: var(--ink-2); animation: rise 0.8s var(--ease) 0.06s both;
}
.hero-copy {
  position: relative; margin: 0 auto 1.5rem; max-width: 34rem;
  font-size: 1.05rem; line-height: 1.55; color: var(--muted);
  animation: rise 0.8s var(--ease) 0.12s both;
}
.hero-actions {
  position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.65rem;
  margin-bottom: 1.35rem; animation: rise 0.8s var(--ease) 0.18s both;
}
.hero-trust {
  position: relative; margin: 0; font-size: 0.88rem; font-weight: 500; color: var(--muted);
  animation: rise 0.8s var(--ease) 0.24s both;
}
.hero-trust::before {
  content: ""; display: inline-block; width: 1.5rem; height: 1px; margin-right: 0.55rem;
  vertical-align: middle; background: var(--line-2);
}

.stories { max-width: 1120px; margin: 0 auto; padding: 1rem 1.5rem 4rem; }
.section-head { max-width: 36rem; margin: 0 auto 1.75rem; text-align: center; }
.eyebrow {
  margin: 0 0 0.55rem; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--rose);
}
.section-head h2 {
  margin: 0; font-size: clamp(1.75rem, 3.8vw, 2.55rem); font-weight: 750;
  letter-spacing: -0.04em; line-height: 1.12;
}

.spotlight {
  position: relative; margin-bottom: 1.25rem; padding: clamp(1.75rem, 4vw, 2.75rem);
  border: 1px solid var(--line); border-radius: calc(var(--radius) + 6px);
  background: linear-gradient(165deg, rgba(255,255,255,0.92), rgba(255,253,248,0.72)), var(--surface);
  box-shadow: var(--shadow); overflow: hidden;
}
.spotlight::before {
  content: ""; position: absolute; inset: auto -10% -40% 40%; height: 70%;
  background: radial-gradient(circle, var(--rose-soft), transparent 65%); pointer-events: none;
}
.spotlight-quote { position: relative; margin: 0 0 1.75rem; }
.spotlight-quote p {
  margin: 0; max-width: 16ch;
  font-size: clamp(1.7rem, 4.2vw, 2.85rem); font-weight: 750;
  letter-spacing: -0.045em; line-height: 1.1;
  transition: opacity 0.35s ease, transform 0.35s var(--ease);
}
.spotlight.is-switching .spotlight-quote p,
.spotlight.is-switching .spotlight-name,
.spotlight.is-switching .spotlight-body,
.spotlight.is-switching .avatar {
  opacity: 0; transform: translateY(10px);
}
.spotlight-meta {
  position: relative; display: grid; grid-template-columns: auto 1fr; gap: 1rem;
  align-items: start; max-width: 40rem; margin-bottom: 1.5rem;
}
.avatar {
  width: 2.75rem; height: 2.75rem; border-radius: 999px;
  background: linear-gradient(135deg, #f9a8d4, #a78bfa);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.55);
  transition: opacity 0.35s ease, transform 0.35s var(--ease);
}
.spotlight-name {
  margin: 0 0 0.4rem; font-weight: 750; font-size: 1rem;
  transition: opacity 0.35s ease, transform 0.35s var(--ease);
}
.spotlight-body {
  margin: 0; color: var(--muted); line-height: 1.6; font-size: 1.02rem;
  transition: opacity 0.35s ease, transform 0.35s var(--ease);
}
.spotlight-controls { position: relative; display: flex; align-items: center; gap: 0.75rem; }
.dots { display: flex; gap: 0.4rem; flex: 1; justify-content: center; }
.dot {
  width: 0.45rem; height: 0.45rem; border-radius: 999px; background: rgba(20,19,16,0.18);
  transition: width 0.25s var(--ease), background 0.25s ease;
}
.dot[aria-current="true"] { width: 1.45rem; background: var(--ink); }

.story-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem;
  list-style: none; margin: 0; padding: 0;
}
.story-card {
  display: flex; flex-direction: column; gap: 0.65rem; width: 100%; min-height: 100%;
  padding: 1.15rem 1.2rem; text-align: left; border: 1px solid transparent;
  border-radius: var(--radius-sm); background: transparent; color: var(--muted);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s var(--ease), box-shadow 0.25s ease;
}
.story-card:hover {
  background: rgba(255,255,255,0.65); border-color: var(--line); transform: translateY(-2px);
}
.story-card[aria-pressed="true"] {
  background: var(--surface); border-color: var(--line-2); color: var(--ink); box-shadow: var(--shadow-soft);
}
.story-card-name { font-size: 0.82rem; font-weight: 750; color: var(--ink); }
.story-card-quote { font-size: 0.98rem; font-weight: 550; line-height: 1.35; letter-spacing: -0.02em; }

.features {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem;
  max-width: 1120px; margin: 0 auto 4rem; padding: 0 1.5rem;
}
.feature {
  padding: 1.5rem 1.35rem; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.feature-label {
  display: block; margin-bottom: 0.45rem; font-size: 0.75rem; font-weight: 750;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--rose);
}
.feature p { margin: 0; color: var(--ink-2); line-height: 1.5; font-size: 0.98rem; }

.cta { padding: 0 1.5rem 4.5rem; }
.cta-card {
  max-width: 1120px; margin: 0 auto; padding: clamp(2.75rem, 6vw, 4.5rem) 1.5rem;
  border-radius: calc(var(--radius) + 8px); text-align: center; color: #f7f3e8;
  background:
    radial-gradient(circle at 82% 18%, rgba(244,114,182,0.28), transparent 36%),
    radial-gradient(circle at 12% 85%, rgba(129,140,248,0.22), transparent 40%),
    linear-gradient(155deg, #16130f, #2a241e);
}
.cta-card h2 {
  margin: 0 0 0.85rem; font-size: clamp(2rem, 4.8vw, 3.4rem); font-weight: 850;
  letter-spacing: -0.045em; line-height: 1.05;
}
.cta-card > p { margin: 0 auto 1.5rem; max-width: 28rem; color: rgba(247,243,232,0.7); line-height: 1.55; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.65rem; }

.site-footer {
  display: grid; gap: 1rem; max-width: 1120px; margin: 0 auto; padding: 0 1.5rem 2.75rem;
}
.footer-links {
  display: flex; flex-wrap: wrap; gap: 0.35rem 1.15rem; font-size: 0.92rem; color: var(--ink-2);
}
.footer-links button:hover, .footer-links a:hover { color: var(--ink); }
.footer-meta { margin: 0; font-size: 0.82rem; color: var(--muted); }

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes drift {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(12px,10px,0) scale(1.05); }
}

@media (max-width: 860px) {
  .story-grid, .features { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .nav-link:not(.btn) { display: none; }
  .site-header { top: 0; padding-inline: 1rem; }
  .hero { padding-top: 2.25rem; }
  .story-grid, .features { grid-template-columns: 1fr; }
  .spotlight-quote p { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-glow, .hero-brand, .hero-title, .hero-copy, .hero-actions, .hero-trust { animation: none !important; }
}
