/* ============================================================
   HEDGE INTERVIEW — vibrant identity (v2)
   Deep navy base shared with Capital Formation & Catalyst ·
   electric blues #3b82f6/#60a5fa/#93c5fd · gold #d4a853 ·
   signature blue→gold gradient · Fraunces + Inter
   ============================================================ */

:root {
  --navy-900: #0a0e1a;
  --navy-850: #0c1222;
  --navy-800: #0f1629;
  --navy-700: #1a2340;
  --blue-500: #3b82f6;
  --blue-400: #60a5fa;
  --blue-300: #93c5fd;
  --gold: #d4a853;
  --gold-300: #e8c97a;
  --white: #ffffff;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --line: rgba(255, 255, 255, 0.08);
  --grad: linear-gradient(135deg, #60a5fa 0%, #93c5fd 50%, #d4a853 100%);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--navy-900);
  color: var(--gray-300);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* ---------- header ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10, 14, 26, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0;
}
.wordmark {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
}
.wordmark .dot { color: var(--gold); }
.wordmark .interview {
  font-style: italic; font-weight: 600;
  background: linear-gradient(120deg, #60a5fa, #93c5fd);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
nav.main { display: flex; gap: 28px; align-items: center; }
nav.main a {
  color: var(--gray-300); text-decoration: none;
  font-size: 0.92rem; font-weight: 500;
}
nav.main a:hover { color: var(--blue-400); }
@media (max-width: 720px) { nav.main a.hide-m { display: none; } }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  background: var(--blue-500);
  color: var(--white);
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  border: none; cursor: pointer;
  transition: all 0.18s ease;
  box-shadow: 0 0 0 rgba(59, 130, 246, 0);
}
.btn:hover {
  background: var(--blue-400);
  box-shadow: 0 6px 24px rgba(59, 130, 246, 0.45);
  transform: translateY(-1px);
}
.btn.gold { background: var(--gold); color: var(--navy-900); }
.btn.gold:hover { background: var(--gold-300); box-shadow: 0 6px 24px rgba(212, 168, 83, 0.4); }
.btn.ghost {
  background: transparent; color: var(--blue-300);
  border: 1.5px solid var(--blue-500);
}
.btn.ghost:hover { background: var(--blue-500); color: var(--white); }

/* ---------- hero ---------- */
.hero {
  padding: 96px 0 72px;
  position: relative;
  background:
    radial-gradient(ellipse 55% 45% at 78% 12%, rgba(59, 130, 246, 0.22), transparent 60%),
    radial-gradient(ellipse 40% 35% at 12% 85%, rgba(212, 168, 83, 0.13), transparent 60%),
    var(--navy-900);
}
.kicker {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--blue-400);
  margin-bottom: 20px;
}
.kicker .rule {
  display: inline-block; width: 34px; height: 2px;
  background: var(--grad); vertical-align: middle; margin-right: 12px;
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.3rem, 5.4vw, 3.9rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
  max-width: 19ch;
  color: var(--white);
}
.hero h1 em {
  font-style: italic;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .sub {
  margin-top: 24px; font-size: 1.15rem; color: var(--gray-300);
  max-width: 56ch;
}
.hero .attribution { margin-top: 16px; font-size: 0.92rem; color: var(--gray-400); }
.hero .attribution strong { color: var(--gray-300); }
.hero .attribution a { color: var(--blue-300); text-decoration: none; }
.hero .attribution a:hover { color: var(--blue-400); }
.aud-strip {
  margin-top: 22px; font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-400);
}
.aud-strip .sep { color: var(--gold); margin: 0 12px; }
.hero-ctas { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.listen-on { font-size: 0.85rem; color: var(--gray-400); }
.listen-on a { color: var(--blue-300); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--gold); }
.listen-on a:hover { color: var(--gold-300); }

/* ---------- section scaffolding ---------- */
section { padding: 68px 0; }
.section-head { margin-bottom: 36px; }
.section-head h2 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  letter-spacing: -0.01em;
  color: var(--white);
}
.section-head p { margin-top: 10px; color: var(--gray-400); max-width: 62ch; }
.band { background: var(--navy-850); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band.dark { background: var(--navy-850); }
.band.dark .section-head h2 { color: var(--white); }
.band.dark .section-head p { color: var(--gray-400); }

/* ---------- series cards ---------- */
.series-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 1000px) { .series-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 820px) { .series-grid { grid-template-columns: 1fr; } }
.series-card {
  background: var(--navy-800);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px 28px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.series-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--grad);
}
.series-card:hover { border-color: rgba(96, 165, 250, 0.45); transform: translateY(-3px); }
.series-card .tag { margin-bottom: 14px; }
.series-card h3 { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; margin-bottom: 10px; color: var(--white); }
.series-card p { font-size: 0.95rem; color: var(--gray-400); }
.series-card .new-flag {
  display: inline-block; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--gold);
  border-radius: 999px; padding: 3px 10px; margin-left: 8px;
  vertical-align: middle;
}

/* ---------- tags ---------- */
.tag {
  display: inline-block;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 999px;
}
.tag.investor-views { background: rgba(212, 168, 83, 0.16); color: var(--gold-300); }
.tag.manager-profiles { background: rgba(59, 130, 246, 0.18); color: var(--blue-300); }
.tag.service-provider-spotlight { background: rgba(255, 255, 255, 0.08); color: var(--gray-300); }
.tag.advisor-angle { background: rgba(74, 222, 128, 0.14); color: #4ade80; }
.tag.the-big-picture { background: rgba(167, 139, 250, 0.16); color: #c4b5fd; }
.tag.deep-dive { background: rgba(34, 211, 238, 0.14); color: #67e8f9; }

/* ---------- featured episodes ---------- */
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 820px) { .feature-grid { grid-template-columns: 1fr; } }
.feature-card {
  background: var(--navy-800); border: 1px solid var(--line);
  border-radius: 16px; padding: 32px; display: flex; flex-direction: column; gap: 14px;
  transition: border-color 0.18s ease;
}
.feature-card:hover { border-color: rgba(96, 165, 250, 0.4); }
.feature-card h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; line-height: 1.25; }
.feature-card h3 a { color: var(--white); text-decoration: none; }
.feature-card h3 a:hover { color: var(--blue-300); }
.feature-card .meta { font-size: 0.85rem; color: var(--gray-400); }
.feature-card .meta a { color: var(--blue-300); text-decoration: none; }
.feature-card .hook { font-size: 1rem; color: var(--blue-300); font-style: italic; }
.player-frame { border: none; width: 100%; height: 200px; border-radius: 10px; background: var(--navy-700); }

/* ---------- archive grid ---------- */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 30px; }
.filter-btn {
  font-family: var(--sans); font-size: 0.85rem; font-weight: 600;
  padding: 8px 18px; border-radius: 999px; cursor: pointer;
  background: transparent; color: var(--gray-300);
  border: 1.5px solid var(--navy-700);
  transition: all 0.15s ease;
}
.filter-btn:hover { border-color: var(--blue-400); color: var(--white); }
.filter-btn.active { background: var(--blue-500); color: var(--white); border-color: var(--blue-500); }
.ep-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .ep-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .ep-grid { grid-template-columns: 1fr; } }
.ep-card {
  background: var(--navy-800); border: 1px solid var(--line);
  border-radius: 14px; padding: 24px;
  display: flex; flex-direction: column; gap: 12px;
  text-decoration: none; color: var(--gray-300);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}
.ep-card:hover {
  transform: translateY(-4px);
  border-color: rgba(96, 165, 250, 0.5);
  box-shadow: 0 14px 34px rgba(59, 130, 246, 0.18);
}
.mono {
  width: 58px; height: 58px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-weight: 700; font-size: 1.25rem;
}
.mono.a { background: rgba(96, 165, 250, 0.16); color: var(--blue-300); }
.mono.b { background: rgba(212, 168, 83, 0.16); color: var(--gold-300); }
.mono.c { background: var(--grad); color: var(--navy-900); }
.ep-card h3 { font-family: var(--serif); font-size: 1.12rem; font-weight: 600; line-height: 1.3; color: var(--white); }
.ep-card .firm { font-size: 0.88rem; color: var(--gray-400); }
.ep-card .hook { font-size: 0.92rem; color: var(--blue-300); font-style: italic; line-height: 1.5; }
.ep-card .meta { font-size: 0.78rem; color: var(--gray-500); margin-top: auto; }

/* ---------- host / about ---------- */
.about-grid { display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: start; }
@media (max-width: 820px) { .about-grid { grid-template-columns: 1fr; } }
.host-photo {
  width: 100%; aspect-ratio: 4/5; border-radius: 16px;
  background:
    radial-gradient(ellipse 70% 60% at 30% 25%, rgba(96, 165, 250, 0.35), transparent 65%),
    radial-gradient(ellipse 60% 55% at 75% 80%, rgba(212, 168, 83, 0.3), transparent 65%),
    var(--navy-800);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 4rem; font-weight: 700;
  border: 1px solid var(--line);
  background-clip: padding-box;
  color: var(--blue-300);
}
img.host-photo { object-fit: cover; object-position: top center; }
.about-copy p { margin-bottom: 16px; color: var(--gray-300); }
.about-copy .pullline {
  font-family: var(--serif); font-style: italic; font-size: 1.3rem;
  color: var(--white); border-left: 3px solid var(--gold);
  padding-left: 20px; margin: 24px 0;
  line-height: 1.45;
}

/* ---------- be a guest / subscribe ---------- */
.cta-split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 820px) { .cta-split { grid-template-columns: 1fr; } }
.cta-box {
  border-radius: 16px; padding: 40px 36px;
  background: var(--navy-800); border: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.cta-box::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--grad);
}
.cta-box h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--white); margin-bottom: 12px; }
.cta-box p { color: var(--gray-400); font-size: 0.97rem; margin-bottom: 22px; }
.sub-form { display: flex; gap: 10px; flex-wrap: wrap; }
.sub-form input {
  flex: 1 1 200px; padding: 12px 16px; border-radius: 999px;
  border: 1.5px solid var(--navy-700); background: var(--navy-900); color: var(--white);
  font-family: var(--sans); font-size: 0.92rem;
}
.sub-form input::placeholder { color: var(--gray-500); }
.sub-form input:focus { outline: none; border-color: var(--blue-400); }

/* ---------- episode page ---------- */
.ep-hero {
  padding: 64px 0 40px;
  background:
    radial-gradient(ellipse 50% 55% at 82% 20%, rgba(59, 130, 246, 0.2), transparent 60%),
    var(--navy-900);
}
.crumb { font-size: 0.85rem; margin-bottom: 22px; }
.crumb a { color: var(--gray-400); text-decoration: none; }
.crumb a:hover { color: var(--blue-300); }
.ep-hero h1 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  line-height: 1.15; letter-spacing: -0.01em;
  max-width: 24ch; margin-top: 16px;
  color: var(--white);
}
.ep-hero .firmline { margin-top: 12px; font-size: 1.05rem; color: var(--gray-300); }
.ep-hero .meta { margin-top: 8px; font-size: 0.88rem; color: var(--gray-400); }
.ep-hero .lede {
  margin-top: 22px; font-family: var(--serif); font-style: italic;
  font-size: 1.35rem; line-height: 1.4;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  max-width: 44ch;
}
.archive-note {
  background: rgba(212, 168, 83, 0.1); border: 1px solid rgba(212, 168, 83, 0.45);
  border-radius: 12px; padding: 18px 22px; font-size: 0.93rem; color: var(--gold-300);
}
.archive-note a { color: var(--gold-300); }
.ep-body { max-width: 720px; padding-bottom: 24px; }
.ep-body p { margin-bottom: 18px; color: var(--gray-300); font-size: 1.04rem; }
.ep-body h2 { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; margin: 34px 0 16px; color: var(--white); }
.ep-body ul { margin: 0 0 18px 0; padding-left: 0; list-style: none; }
.ep-body ul li {
  padding: 10px 0 10px 26px; position: relative;
  border-bottom: 1px solid var(--line); color: var(--gray-300); font-size: 0.99rem;
}
.ep-body ul li::before {
  content: ""; position: absolute; left: 4px; top: 19px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--grad);
}
.quote-call {
  font-family: var(--serif); font-style: italic; font-size: 1.4rem;
  line-height: 1.45; color: var(--white);
  border-left: 3px solid var(--blue-500); padding-left: 22px; margin: 30px 0;
}
.player-block { margin: 30px 0; }
.share-row { margin-top: 8px; font-size: 0.88rem; color: var(--gray-400); }
.share-row a { color: var(--blue-300); font-weight: 600; border-bottom: 1px solid var(--gold); text-decoration: none; }
.share-row a:hover { color: var(--gold-300); }

/* ---------- footer ---------- */
footer.site {
  background: var(--navy-850); color: var(--gray-400);
  padding: 48px 0 40px; font-size: 0.9rem;
  border-top: 1px solid var(--line);
}
footer.site .foot-grid { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
footer.site .wordmark { color: var(--white); font-size: 1.15rem; }
footer.site a { color: var(--gray-300); text-decoration: none; }
footer.site a:hover { color: var(--blue-300); }
footer.site .fine { margin-top: 22px; font-size: 0.8rem; color: var(--gray-500); max-width: 72ch; }
.gold-rule { height: 3px; background: var(--grad); }

/* ---------- HubSpot embedded form (dark theme) ---------- */
.hs-embed .hs-form-field label {
  color: var(--gray-400); font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.hs-embed .hs-input {
  width: 100%; padding: 12px 16px; border-radius: 999px;
  border: 1.5px solid var(--navy-700); background: var(--navy-900);
  color: var(--white); font-family: var(--sans); font-size: 0.92rem;
  margin-top: 6px;
}
.hs-embed .hs-input:focus { outline: none; border-color: var(--blue-400); }
.hs-embed .hs-button {
  margin-top: 14px; display: inline-block; background: var(--gold);
  color: var(--navy-900); padding: 12px 26px; border-radius: 999px;
  font-weight: 600; font-size: 0.92rem; border: none; cursor: pointer;
  font-family: var(--sans); transition: all 0.18s ease;
}
.hs-embed .hs-button:hover { background: var(--gold-300); box-shadow: 0 6px 24px rgba(212,168,83,0.4); }
.hs-embed .hs-error-msgs, .hs-embed .hs-error-msg { color: #f87171; font-size: 0.82rem; list-style: none; padding-left: 0; }
.hs-embed .submitted-message { color: var(--gold-300); font-size: 1rem; }
.hs-embed .hs-form-required { color: var(--gold); }
