/* ============================================================
   WAYNENT V2 — ysbmf.css
   Ye Should Be Made Free page (/YSBMF) specific styles
   ============================================================ */

/* ---- Hero ---- */
.ysbmf-hero {
  min-height: 100vh;
  background: var(--gotham-void);
  display: flex;
  align-items: center;
  padding-top: 88px;
}

.ysbmf-hero-headline {
  font-size: clamp(64px, 10vw, 112px);
  line-height: 0.88;
  color: var(--ghost-white);
  margin: 24px 0 36px;
}

.ysbmf-hero-headline .free-word {
  color: var(--crimson-signal);
}

.ysbmf-hero-sub {
  font-size: 20px;
  color: var(--ghost-white);
  max-width: 580px;
  margin-bottom: 40px;
  line-height: 1.5;
}

/* ---- Three Chains Section ---- */
.chains-section {
  background: var(--gotham-shadow);
  padding: var(--section-pad-v) 0;
}

.chain-panel {
  padding: 64px 0;
  border-bottom: 1px solid var(--gotham-steel);
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 48px;
  align-items: start;
}

.chain-panel:last-child {
  border-bottom: none;
}

.chain-number {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 96px;
  color: var(--crimson-signal);
  line-height: 0.85;
  opacity: 0.25;
}

.chain-content {}

.chain-headline {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  text-transform: uppercase;
  color: var(--ghost-white);
  margin-bottom: 20px;
  line-height: 0.95;
}

.chain-body {
  font-size: 17px;
  color: var(--mist);
  max-width: 640px;
  line-height: 1.7;
}

/* ---- Podcast Section ---- */
.podcast-section {
  background: var(--gotham-void);
  padding: var(--section-pad-v) 0;
  border-left: 0;
  position: relative;
}

.podcast-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--prophetic-navy);
}

.podcast-headline {
  font-size: clamp(24px, 3.5vw, 40px);
  color: var(--ghost-white);
  margin-bottom: 48px;
  line-height: 1.1;
}

.episode-card {
  background: var(--gotham-shadow);
  border: 1px solid rgba(201,169,97,0.4);
  padding: 36px;
  max-width: 560px;
}

.episode-status-badge {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sacred-gold);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.episode-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--ghost-white);
  margin-bottom: 28px;
}

.email-capture {
  display: flex;
  gap: 0;
  margin-top: 24px;
}

.email-capture input[type="email"] {
  flex: 1;
  background: var(--gotham-void);
  border: 1px solid var(--gotham-steel);
  border-right: none;
  color: var(--ghost-white);
  font-family: var(--font-body);
  font-size: 14px;
  padding: 13px 16px;
  outline: none;
}

.email-capture input[type="email"]:focus {
  border-color: rgba(201,169,97,0.4);
}

.email-capture button {
  background: var(--gotham-steel);
  color: var(--ghost-white);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 20px;
  border: 1px solid var(--gotham-steel);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}

.email-capture button:hover {
  background: var(--sacred-gold);
  border-color: var(--sacred-gold);
  color: var(--gotham-void);
}

/* ---- The Man Section ---- */
.the-man-section {
  background: var(--gotham-shadow);
  padding: var(--section-pad-v) 0;
}

.the-man-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.the-man-left {}

.the-man-name {
  font-size: clamp(40px, 5vw, 64px);
  color: var(--ghost-white);
  margin-bottom: 16px;
}

.the-man-sub {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--sacred-gold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}

.the-man-body {
  font-size: 17px;
  color: var(--mist);
  line-height: 1.7;
  margin-bottom: 40px;
}

/* ---- For You / Not For You Section ---- */
.for-you-section {
  background: var(--gotham-void);
  padding: var(--section-pad-v) 0;
}

.for-you-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}

.for-you-col {
  padding: 36px;
  background: var(--gotham-shadow);
  border: 1px solid var(--gotham-steel);
}

.for-you-col.yes {
  border-top: 3px solid var(--sacred-gold);
}

.for-you-col.no {
  border-top: 3px solid var(--crimson-signal);
}

.for-you-heading {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
}

.for-you-col.yes .for-you-heading {
  color: var(--sacred-gold);
}

.for-you-col.no .for-you-heading {
  color: var(--crimson-signal);
}

.for-you-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.for-you-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--mist);
  line-height: 1.5;
}

.for-you-item .check {
  color: var(--sacred-gold);
  flex-shrink: 0;
  font-size: 14px;
  margin-top: 2px;
}

.for-you-item .cross {
  color: var(--crimson-signal);
  flex-shrink: 0;
  font-size: 14px;
  margin-top: 2px;
}

/* ---- Join CTA Section ---- */
.join-cta-section {
  background: var(--gotham-shadow);
  padding: 120px 0;
  text-align: center;
}

.join-cta-headline {
  font-size: clamp(40px, 6vw, 80px);
  color: var(--ghost-white);
  margin-bottom: 12px;
}

.join-cta-sub {
  font-size: clamp(32px, 4vw, 56px);
  color: var(--crimson-signal);
  margin-bottom: 48px;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .chain-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 40px 0;
  }

  .chain-number {
    font-size: 64px;
  }

  .the-man-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .for-you-grid {
    grid-template-columns: 1fr;
  }

  .email-capture {
    flex-direction: column;
  }

  .email-capture input[type="email"] {
    border-right: 1px solid var(--gotham-steel);
    border-bottom: none;
  }
}
