/* === BRAND TOKENS === */
:root {
  --bg: #0d0d0d;
  --bg-2: #141414;
  --bg-3: #1a1a1a;
  --fg: #f5f0e8;
  --fg-2: #c4beb2;
  --fg-3: #8a8478;
  --accent: #e8a838;
  --accent-dim: rgba(232,168,56,0.15);
  --accent-glow: rgba(232,168,56,0.08);
  --border: rgba(245,240,232,0.08);
  --border-2: rgba(245,240,232,0.04);
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* === NAV === */
.nav {
  padding: 28px 0 0;
  position: relative;
  z-index: 10;
}
.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.nav-brand {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.nav-tagline {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-3);
}

/* === HERO === */
.hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-waveform {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 300px;
  opacity: 0.6;
}
.hero-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px;
  opacity: 0.4;
}
.hero-content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 1;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 32px;
  font-weight: 500;
}
.hero-eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 36px;
}
.hero-headline em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent);
}
.hero-lede {
  font-size: 1.125rem;
  max-width: 540px;
  color: var(--fg-2);
  margin-bottom: 48px;
  line-height: 1.7;
}
.hero-podcasts {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hero-podcasts-label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.hero-podcasts-logos {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.podcast-badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--fg-2);
  letter-spacing: 0.04em;
}
.hero-date-stamp {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 80px;
  padding: 0 48px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.date-stamp-bar {
  flex: 1;
  height: 1px;
  background: var(--border);
}
.date-stamp-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.date-stamp-day {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}
.date-stamp-num {
  font-family: var(--font-display);
  font-size: 0.875rem;
  color: var(--fg-3);
}

/* === HOW === */
.how {
  padding: 120px 0;
  background: var(--bg-2);
}
.how-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 48px;
}
.section-eyebrow {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 20px;
}
.how-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 72px;
  line-height: 1.2;
}
.how-steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
.how-step {}
.step-number {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--accent-dim);
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}
.step-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.step-desc {
  font-size: 0.9rem;
  color: var(--fg-3);
  line-height: 1.7;
}

/* === DISTRIBUTION === */
.distribution {
  padding: 120px 0;
  background: var(--bg);
}
.dist-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 48px;
}
.dist-headline-wrap {
  margin-bottom: 64px;
}
.dist-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-top: 16px;
  line-height: 1.2;
}
.dist-grid {
  margin-bottom: 40px;
}
.dist-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.dist-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 24px;
  background: var(--bg-3);
  border: 1px solid var(--border);
}
.dist-icon {
  color: var(--fg-3);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.dist-icon svg { width: 100%; height: 100%; }
.dist-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--fg-2);
  letter-spacing: 0.02em;
}
.dist-note {
  font-size: 0.9rem;
  color: var(--fg-3);
  font-style: italic;
}

/* === MANIFESTO === */
.manifesto {
  padding: 120px 0;
  background: var(--bg-2);
}
.manifesto-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 48px;
}
.manifesto-rule {
  height: 1px;
  background: var(--border);
  margin-bottom: 56px;
}
.manifesto-quote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 300;
  font-style: italic;
  color: var(--fg);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 56px;
  letter-spacing: -0.01em;
}
.manifesto-body {
  max-width: 580px;
  margin: 0 auto;
}
.manifesto-body p {
  font-size: 1rem;
  color: var(--fg-2);
  line-height: 1.8;
  margin-bottom: 24px;
}
.manifesto-body p:last-child { margin-bottom: 0; }

/* === CLOSING === */
.closing {
  padding: 120px 0 140px;
  background: var(--bg);
}
.closing-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 48px;
}
.closing-asymmetric {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 24px;
}
.closing-sub {
  font-size: 1rem;
  color: var(--fg-3);
  line-height: 1.7;
}
.closing-visual {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
.closing-waveform {
  width: 100%;
  opacity: 0.8;
}
.closing-waveform svg {
  width: 100%;
  height: auto;
}
.closing-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid var(--accent-dim);
  border-radius: 24px;
}
.closing-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s ease-in-out infinite;
}
.closing-badge-text {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}

/* === SIGNUP FORM === */
.hero-signup-form {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.signup-input {
  flex: 1;
  min-width: 200px;
  padding: 12px 16px;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 300;
  outline: none;
  transition: border-color 0.2s;
}
.signup-input::placeholder { color: var(--fg-3); }
.signup-input:focus { border-color: var(--accent); }
.signup-btn {
  padding: 12px 24px;
  background: var(--accent);
  color: var(--bg);
  border: none;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: opacity 0.2s;
}
.signup-btn:hover { opacity: 0.85; }
.signup-success-msg {
  margin-top: 14px;
  font-size: 0.875rem;
  color: var(--accent);
  font-weight: 500;
}

/* === FOOTER === */
.footer {
  border-top: 1px solid var(--border);
  padding: 48px 0;
  background: var(--bg);
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--fg);
  letter-spacing: -0.02em;
}
.footer-tag {
  font-size: 0.75rem;
  color: var(--fg-3);
  letter-spacing: 0.06em;
}
.footer-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--fg-3);
}
.footer-sep { color: var(--border); }

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .how-steps {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .dist-row {
    grid-template-columns: 1fr 1fr;
  }
  .closing-asymmetric {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 600px) {
  .nav-inner,
  .hero-content,
  .hero-date-stamp,
  .how-inner,
  .dist-inner,
  .manifesto-inner,
  .closing-inner,
  .footer-inner {
    padding: 0 24px;
  }
  .hero { padding: 80px 0 60px; }
  .hero-headline { font-size: 3rem; }
  .how-steps {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .step-number { font-size: 2.5rem; }
  .dist-row {
    grid-template-columns: 1fr;
  }
  .closing-headline { font-size: 2.5rem; }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}