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

:root {
  --navy: #0000a2;
  --cobalt: #0039c8;
  --mulberry: #c64aa8;
  --orchid: #fa66d3;
  --periwinkle: #6d6dfc;
  --lavender: #babaf7;
  --off: #f4f4ff;
  --white: #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Barlow', sans-serif;
  background: #fff;
  color: #111;
  line-height: 1.6;
}

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ── NAV ── */
.nav {
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 48px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.01em;
}
.nav-logo span { color: var(--orchid); }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--white); }
.nav-cta {
  background: var(--orchid);
  color: var(--navy) !important;
  padding: 8px 18px;
  font-weight: 700 !important;
  transition: opacity 0.2s !important;
}
.nav-cta:hover { opacity: 0.85; }

/* ── HERO ── */
.hero {
  background: var(--cobalt);
  padding: 80px 48px 72px;
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
}
.hero-content { position: relative; z-index: 2; max-width: 560px; }
.hero-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lavender);
  margin-bottom: 16px;
}
.hero-headline {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 88px;
  line-height: 0.9;
  color: var(--white);
  margin-bottom: 24px;
  text-transform: uppercase;
}
.hero-headline .accent { color: var(--orchid); }
.hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.82);
  max-width: 460px;
  line-height: 1.65;
  margin-bottom: 36px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  background: var(--orchid);
  color: var(--navy);
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s;
}
.btn-primary:hover { opacity: 0.88; }
.btn-secondary {
  background: transparent;
  color: var(--white);
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  border: 1.5px solid rgba(255,255,255,0.4);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: border-color 0.2s, background 0.2s;
}
.btn-secondary:hover { border-color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.07); }
.hero-deco {
  position: absolute; right: -30px; bottom: -30px;
  width: 320px; height: 320px;
  border: 4px solid var(--periwinkle);
  opacity: 0.18; transform: rotate(18deg);
}
.hero-deco2 {
  position: absolute; right: 80px; bottom: 40px;
  width: 120px; height: 120px;
  background: var(--mulberry); opacity: 0.15; transform: rotate(12deg);
}
.hero-deco3 {
  position: absolute; right: 200px; top: 40px;
  width: 60px; height: 60px;
  border: 3px solid var(--orchid); opacity: 0.2; transform: rotate(30deg);
}

/* ── DIVIDER ── */
.divider { height: 5px; background: linear-gradient(90deg, var(--cobalt), var(--periwinkle), var(--orchid)); }

/* ── PROMISE ── */
.promise {
  background: var(--navy);
  padding: 64px 48px;
}
.promise-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--lavender); margin-bottom: 16px;
}
.promise-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.promise-quote {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 800;
  font-size: 42px; color: var(--white);
  line-height: 1.1; text-transform: uppercase;
}
.promise-quote .accent { color: var(--orchid); }
.promise-body { font-size: 16px; color: rgba(255,255,255,0.72); line-height: 1.75; }
.promise-body p + p { margin-top: 14px; }


/* ── HOSTS ── */
.about {
  padding: 64px 48px;
  background: var(--off);
}
.hosts-header { margin-bottom: 40px; }
.hosts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.host-card {}
.host-photo-wrap { position: relative; margin-bottom: 20px; width: 160px; }
.host-photo {
  width: 160px; height: 160px;
  object-fit: cover;
  object-position: center top;
  display: block;
  position: relative; z-index: 2;
}
.host-photo-accent {
  position: absolute; bottom: -8px; right: -8px;
  width: 160px; height: 160px;
  background: var(--cobalt); opacity: 0.25; z-index: 1;
}
.host-photo-accent--alt { background: var(--mulberry); }
.host-role {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--mulberry); margin-bottom: 4px;
}
.host-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 700;
  font-size: 30px; color: var(--navy);
  text-transform: uppercase; margin-bottom: 12px;
}
.host-bio { font-size: 15px; color: #444; line-height: 1.75; margin-bottom: 10px; }
.host-bio a { color: var(--cobalt); text-decoration: none; }
.host-bio a:hover { text-decoration: underline; }
.host-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.host-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--cobalt);
  background: #e6e6ff; padding: 5px 12px;
}
.host-accolades { margin-top: 20px; padding-top: 20px; border-top: 1px solid #ddddf5; }
.host-accolade {
  font-size: 13px; color: #666; line-height: 1.5;
  padding: 6px 0; border-bottom: 0.5px solid #ebebf8;
  display: flex; gap: 12px; align-items: baseline;
}
.host-accolade:last-child { border-bottom: none; }
.accolade-dot { color: var(--orchid); font-size: 16px; flex-shrink: 0; }

/* ── EPISODES ── */
.episodes { padding: 64px 48px; }
.section-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--cobalt); margin-bottom: 6px;
}
.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 700;
  font-size: 48px; color: var(--navy);
  text-transform: uppercase; margin-bottom: 6px; line-height: 1;
}
.section-sub {
  font-size: 16px; color: #555; line-height: 1.65;
  margin-bottom: 36px; max-width: 520px;
}
.episodes-list { border-top: 1.5px solid var(--lavender); }
.ep-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto auto;
  grid-template-areas: "num body meta links";
  gap: 8px 24px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1.5px solid var(--lavender);
  transition: background 0.15s;
}
.ep-row:hover { background: var(--off); }
.ep-num {
  grid-area: num;
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 800;
  font-size: 30px; color: var(--lavender); line-height: 1;
}
.ep-body { grid-area: body; min-width: 0; }
.ep-title-line { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 3px; }
.ep-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 700;
  font-size: 19px; text-transform: uppercase;
  color: var(--navy); line-height: 1.15;
}
.ep-guest { font-size: 11px; font-weight: 600; color: var(--mulberry); letter-spacing: 0.03em; text-transform: uppercase; }
.ep-hook { font-size: 13px; font-style: italic; color: #888; line-height: 1.4; }
.ep-meta {
  grid-area: meta;
  font-size: 12px; color: #999; font-weight: 600; letter-spacing: 0.03em;
  white-space: nowrap; text-align: right;
}
.ep-tag {
  grid-area: links;
  justify-self: end;
  display: inline-block; background: #eeeeff; color: var(--cobalt);
  font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 5px 10px; white-space: nowrap;
}
.ep-links { grid-area: links; display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.ep-links a {
  font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
  text-transform: uppercase; text-decoration: none; white-space: nowrap;
  color: var(--cobalt); background: #eeeeff; border: 1px solid var(--lavender);
  padding: 6px 10px; transition: background 0.2s, border-color 0.2s;
}
.ep-links a:hover { background: #e0e0ff; border-color: var(--cobalt); }

/* ── LISTEN ── */
.listen {
  background: var(--off);
  padding: 48px;
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 24px;
}
.listen-left {}
.listen-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--navy); margin-bottom: 8px;
}
.listen-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 700;
  font-size: 30px; color: var(--navy); text-transform: uppercase;
}
.platforms { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.platform {
  background: var(--white); border: 1.5px solid var(--lavender);
  color: var(--navy); font-size: 14px; font-weight: 600;
  padding: 10px 22px; cursor: pointer; text-decoration: none;
  display: inline-block;
  transition: border-color 0.2s, background 0.2s;
}
.platform:hover { border-color: var(--cobalt); background: #eeeeff; }

/* ── NEWSLETTER ── */
.newsletter { background: var(--mulberry); padding: 64px 48px; }
.newsletter h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 800;
  font-size: 48px; color: var(--white);
  text-transform: uppercase; margin-bottom: 12px;
}
.newsletter p {
  font-size: 16px; color: rgba(255,255,255,0.82);
  margin-bottom: 28px; line-height: 1.7; max-width: 480px;
}
.email-form { display: flex; max-width: 480px; }
.email-input {
  flex: 1; padding: 14px 18px; border: none;
  font-size: 15px; font-family: 'Barlow', sans-serif;
  background: rgba(255,255,255,0.95); color: #111; min-width: 0;
}
.email-input::placeholder { color: #999; }
.email-input:focus { outline: 2px solid var(--navy); }
.email-btn {
  background: var(--navy); color: var(--white);
  font-family: 'Barlow', sans-serif; font-weight: 700;
  font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 14px 24px; border: none; cursor: pointer; white-space: nowrap;
  transition: opacity 0.2s;
}
.email-btn:hover { opacity: 0.85; }
.form-note { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 10px; }

/* ── FOOTER ── */
.footer { background: #08081a; padding: 56px 48px 36px; }
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 40px;
}
.footer-brand-logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 800;
  font-size: 26px; color: rgba(255,255,255,0.6);
  text-decoration: none; text-transform: uppercase; display: block;
  margin-bottom: 12px;
}
.footer-brand-logo span { color: var(--orchid); }
.footer-brand-desc {
  font-size: 13px; color: rgba(255,255,255,0.3);
  line-height: 1.65; max-width: 200px;
}
.footer-col-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 14px;
}
.footer-col-links { display: flex; flex-direction: column; gap: 8px; }
.footer-col-links a {
  font-size: 14px; color: rgba(255,255,255,0.5);
  text-decoration: none; transition: color 0.2s;
}
.footer-col-links a:hover { color: rgba(255,255,255,0.88); }
.footer-bottom {
  border-top: 0.5px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.22); }
.footer-credit { font-size: 12px; color: rgba(255,255,255,0.22); }
.footer-credit a { color: rgba(255,255,255,0.38); text-decoration: none; }
.footer-credit a:hover { color: rgba(255,255,255,0.65); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav { padding: 14px 20px; }
  .nav-links .nav-cta-wrap { display: none; }
  .hero { padding: 56px 20px 52px; }
  .hero-headline { font-size: 64px; }
  .promise { padding: 48px 20px; }
  .promise-inner { grid-template-columns: 1fr; gap: 28px; }
  .about { padding: 48px 20px; } .hosts-grid { grid-template-columns: 1fr; gap: 32px; }
  .episodes { padding: 48px 20px; }
  .ep-row {
    grid-template-columns: 40px 1fr;
    grid-template-areas: "num body" "meta meta" "links links";
    row-gap: 10px;
  }
  .ep-meta { text-align: left; }
  .ep-tag, .ep-links { justify-content: flex-start; justify-self: start; }
  .listen { padding: 36px 20px; }
  .newsletter { padding: 48px 20px; }
  .footer { padding: 48px 20px 28px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 480px) {
  .hero-headline { font-size: 52px; }
  .footer-top { grid-template-columns: 1fr; }
  .email-form { flex-direction: column; }
  .email-btn { padding: 14px; }
  .nav { flex-wrap: wrap; row-gap: 8px; }
  .nav-logo { font-size: 19px; }
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 11px; }
}
