:root {
  --bg: #080b14;
  --bg-2: #0e1119;
  --bg-card: #111520;
  --fg: #e8e3d5;
  --fg-muted: rgba(232, 227, 213, 0.5);
  --fg-faint: rgba(232, 227, 213, 0.2);
  --accent: #e8a43a;
  --accent-dim: rgba(232, 164, 58, 0.12);
  --accent-glow: rgba(232, 164, 58, 0.25);
  --border: rgba(232, 227, 213, 0.08);
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Instrument Sans', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── Navigation ── */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 48px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(8,11,20,0.95) 0%, transparent 100%);
}
.nav-logo {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.02em;
}
.nav-tagline {
  font-size: 13px;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
}

/* ── Shared ── */
.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 16px;
}
.section-sub {
  font-size: 17px;
  color: var(--fg-muted);
  line-height: 1.7;
  max-width: 540px;
}

/* ── Hero ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 48px 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(232,164,58,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 28px;
}
.hero-lede {
  font-size: 18px;
  color: var(--fg-muted);
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 40px;
}
.hero-pill-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-pill {
  font-size: 12px;
  font-weight: 500;
  color: var(--fg-muted);
  letter-spacing: 0.06em;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px 14px;
}
.hero-pill-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--fg-faint);
}
.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(232,164,58,0.18) 0%, rgba(232,164,58,0.04) 40%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero-orb-row {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  padding-left: 20px;
}
.hero-orb {
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(232,164,58,0.3), rgba(232,164,58,0.05));
  border: 1px solid rgba(232,164,58,0.2);
}
.hero-orb--1 { width: 140px; height: 140px; }
.hero-orb--2 { width: 100px; height: 100px; margin-top: -30px; }
.hero-orb--3 { width: 70px; height: 70px; margin-top: -60px; }
.hero-stat-row {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px 32px;
}
.hero-stat {
  flex: 1;
  text-align: center;
}
.hero-stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.hero-stat-label {
  display: block;
  font-size: 12px;
  color: var(--fg-muted);
  margin-top: 4px;
}
.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
  flex-shrink: 0;
}

/* ── Soulcycle ── */
.soulcycle {
  padding: 100px 48px;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
}
.soulcycle-header {
  max-width: 1200px;
  margin: 0 auto 72px;
}
.soulcycle-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
}
.soul-step {
  padding: 48px 40px;
  background: var(--bg);
  border: 1px solid var(--border);
  position: relative;
}
.soul-step--accent {
  background: var(--accent-dim);
  border-color: rgba(232,164,58,0.2);
}
.soul-step-num {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 900;
  color: rgba(232,164,58,0.15);
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
}
.soul-step--accent .soul-step-num { color: rgba(232,164,58,0.4); }
.soul-step-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: var(--fg);
}
.soul-step-desc {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}
.soul-step-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.soul-step-list li {
  font-size: 13px;
  color: var(--fg-muted);
  padding-left: 16px;
  position: relative;
}
.soul-step-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

/* ── Proof ── */
.proof {
  padding: 100px 48px;
  background: var(--bg);
}
.proof-header {
  max-width: 1200px;
  margin: 0 auto 64px;
}
.proof-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
}
.proof-card {
  padding: 48px 36px;
  background: var(--bg-card);
  border: 1px solid var(--border);
}
.proof-card--highlight {
  background: var(--accent-dim);
  border-color: rgba(232,164,58,0.15);
}
.proof-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.proof-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-muted);
}
.proof-metric {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
}
.proof-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 16px;
  line-height: 1.3;
}
.proof-desc {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.7;
  margin-bottom: 28px;
}
.proof-stats {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--fg-muted);
}
.proof-stat-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--fg-faint);
}

/* ── Why ── */
.why {
  padding: 100px 48px;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
}
.why-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.why-body {
  font-size: 17px;
  color: var(--fg-muted);
  line-height: 1.8;
  margin-bottom: 40px;
}
.why-quote {
  border-left: 2px solid var(--accent);
  padding-left: 28px;
}
.why-quote blockquote {
  font-family: var(--font-display);
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  color: var(--fg);
  line-height: 1.5;
  margin-bottom: 12px;
}
.why-quote cite {
  font-size: 13px;
  color: var(--fg-muted);
  font-style: normal;
}
.why-list-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.why-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.why-item:first-child { border-top: 1px solid var(--border); }
.why-item-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent-dim);
  border: 1px solid rgba(232,164,58,0.2);
  flex-shrink: 0;
  margin-top: 2px;
}
.why-item-title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--fg);
  margin-bottom: 8px;
}
.why-item-desc {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.7;
}

/* ── Closing ── */
.closing {
  padding: 120px 48px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.closing-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.closing-glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(232,164,58,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.closing-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--fg);
  margin-bottom: 32px;
}
.closing-body {
  font-size: 18px;
  color: var(--fg-muted);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 64px;
}
.closing-contact {
  display: inline-block;
  text-align: center;
}
.closing-contact-label {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: -0.01em;
}
.closing-contact-sub {
  display: block;
  font-size: 13px;
  color: var(--fg-muted);
  margin-top: 6px;
}

/* ── Footer ── */
.footer {
  padding: 48px;
  border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-logo {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--fg);
}
.footer-meta {
  font-size: 13px;
  color: var(--fg-muted);
}
.footer-note {
  font-size: 12px;
  color: var(--fg-faint);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .nav { padding: 20px 24px; }
  .hero { padding: 100px 24px 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-headline { font-size: 38px; }
  .soulcycle, .proof, .why, .closing { padding: 64px 24px; }
  .soulcycle-grid, .proof-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { flex-direction: column; gap: 12px; text-align: center; }
}