/* NEXT DATE PLEASE — premium Netlify website */
:root {
  --black: #050505;
  --near-black: #0b0b0b;
  --panel: #111;
  --cream: #f7f1e7;
  --white: #fff;
  --muted: #b8b3ad;
  --red: #ed1636;
  --red-dark: #750611;
  --green: #2cdd68;
  --green-dark: #063c1c;
  --gold: #d8a840;
  --line: rgba(255,255,255,.14);
  --shadow: 0 24px 70px rgba(0,0,0,.48);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 15%, rgba(237,22,54,.09), transparent 24rem),
    radial-gradient(circle at 85% 22%, rgba(44,221,104,.06), transparent 24rem),
    var(--black);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.55;
}

body.modal-active { overflow: hidden; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, input, textarea { font: inherit; }

button { color: inherit; }

.skip-link,
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  width: auto; height: auto;
  padding: .8rem 1rem;
  margin: 1rem;
  clip: auto;
  z-index: 9999;
  color: #000;
  background: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: .75rem 3vw;
  border-bottom: 1px solid var(--line);
  background: rgba(4,4,4,.93);
  backdrop-filter: blur(14px);
}

.logo {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  line-height: .8;
}

.logo-main {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.75rem;
  letter-spacing: .03em;
}

.logo-script {
  color: var(--red);
  font-family: "Great Vibes", cursive;
  font-size: 1.75rem;
  transform: rotate(-4deg);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(.7rem, 1.35vw, 1.4rem);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding: 1.15rem 0;
}

.main-nav a:hover,
.main-nav a.active { color: var(--red); }

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: .35rem;
  height: 2px;
  background: var(--red);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 44px;
  padding: .72rem 1.2rem;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.nav-cta { font-size: .75rem; }

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  color: #000;
  background: var(--gold);
}

.button-red {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.button-red:hover {
  color: #fff;
  border-color: #ff4962;
  background: #ff4962;
}

.button-outline {
  color: var(--gold);
  border-color: var(--gold);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 3rem;
  padding: 4.5rem 6vw 3.8rem;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(0,0,0,.99) 0%, rgba(0,0,0,.89) 45%, rgba(0,0,0,.27) 100%),
    radial-gradient(circle at 75% 38%, rgba(237,22,54,.35), transparent 28rem),
    #050505;
}

.hero::after {
  content: "";
  position: absolute;
  right: -9rem;
  top: 5rem;
  width: 28rem;
  height: 28rem;
  border: 8px solid rgba(237,22,54,.68);
  border-radius: 49% 51% 45% 55%;
  filter: drop-shadow(0 0 25px var(--red));
  transform: rotate(43deg);
  opacity: .22;
}

.hero-copy,
.hero-visual { position: relative; z-index: 2; }

.gold-kicker,
.red-kicker {
  margin: 0 0 .6rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .33em;
}

.red-kicker { color: var(--red); letter-spacing: .12em; }

.hero h1 {
  margin: 0;
  line-height: .8;
}

.hero h1 span {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(5rem, 9vw, 8.5rem);
  letter-spacing: -.02em;
}

.hero h1 em {
  display: block;
  margin: -.15em 0 0 .35em;
  color: var(--red);
  font-family: "Great Vibes", cursive;
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 400;
  transform: rotate(-4deg);
}

.hero-tagline {
  margin: 1.3rem 0 .5rem;
  font-size: .94rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.hero-description {
  max-width: 590px;
  margin: 0;
  color: #e1ddd7;
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.8rem 0;
}

.listen-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
  color: var(--gold);
  font-size: .8rem;
  font-weight: 700;
}

.hero-visual { display: flex; justify-content: center; }

.host-card {
  position: relative;
  width: min(100%, 540px);
  padding: 1.5rem;
}

.host-card::before {
  content: "";
  position: absolute;
  inset: 8% 7%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237,22,54,.42), transparent 67%);
  filter: blur(24px);
}

.host-card img {
  position: relative;
  width: min(100%, 450px);
  margin: 0 auto;
  border: 1px solid rgba(216,168,64,.35);
  box-shadow: var(--shadow);
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
}

.neon-heart {
  position: absolute;
  right: -1rem;
  top: -2rem;
  z-index: 3;
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 12rem;
  line-height: 1;
  text-shadow: 0 0 10px var(--red), 0 0 35px var(--red);
  transform: rotate(12deg);
  opacity: .8;
}

.host-label {
  position: absolute;
  right: -2%;
  bottom: 2%;
  z-index: 4;
  width: 50%;
  padding: .75rem 1rem;
  text-align: right;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.85));
}

.host-label small,
.host-label span {
  display: block;
  font-size: .69rem;
  letter-spacing: .08em;
}

.host-label strong {
  display: block;
  color: var(--gold);
  font-family: "Great Vibes", cursive;
  font-size: 3.8rem;
  line-height: .9;
  font-weight: 400;
}

.featured-episode {
  display: grid;
  grid-template-columns: 190px .75fr 1.4fr;
  gap: 1.4rem;
  align-items: center;
  padding: 1.3rem 6vw;
  border-bottom: 1px solid var(--line);
  background: #050505;
}

.episode-cover-wrap { position: relative; }

.episode-cover-wrap img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.22);
}

.episode-badge {
  position: absolute;
  left: .65rem;
  bottom: .65rem;
  padding: .25rem .55rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: rgba(0,0,0,.87);
  font-weight: 800;
}

.episode-copy h2 {
  margin: .2rem 0 .5rem;
  font-size: clamp(1.35rem, 2.3vw, 2.1rem);
  line-height: 1.08;
}

.episode-copy p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: .9rem;
}

.player-card {
  padding: 1.5rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 15%, rgba(255,255,255,.08), transparent 12rem),
    linear-gradient(145deg, #5d080c, #210306);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

.player-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.player-top div > * { display: block; }

.player-top small { color: rgba(255,255,255,.7); }

.player-top strong { margin-top: .25rem; }

.player-top span { font-size: .75rem; color: rgba(255,255,255,.68); }

.player-menu { font-size: 1.3rem !important; color: #fff !important; }

.progress {
  width: 100%;
  margin: 1.4rem 0 .15rem;
  accent-color: #fff;
}

.player-time {
  display: flex;
  justify-content: space-between;
  font-size: .68rem;
  color: rgba(255,255,255,.68);
}

.player-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
  margin-top: .45rem;
}

.player-controls button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.player-controls button small { display: block; font-size: .55rem; }

.play-button {
  width: 56px;
  height: 56px;
  padding-left: .25rem;
  border-radius: 50% !important;
  color: #000 !important;
  background: #fff !important;
  font-size: 1.3rem;
}

.flags-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

.flag-panel {
  min-height: 330px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  padding: 3.2rem 6vw;
}

.red-panel {
  background:
    radial-gradient(circle at 78% 50%, rgba(237,22,54,.22), transparent 15rem),
    linear-gradient(90deg, #260305, #090000);
}

.green-panel {
  background:
    radial-gradient(circle at 20% 50%, rgba(44,221,104,.22), transparent 15rem),
    linear-gradient(90deg, #00180a, #011008);
}

.panel-heading {
  margin: 0 0 1rem;
  font-size: 1.45rem;
  font-weight: 900;
}

.red-text { color: var(--red); }
.green-text { color: var(--green); }

.flag-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flag-panel li {
  margin: .65rem 0;
  font-weight: 600;
}

.flag-panel li span {
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  margin-right: .65rem;
  border-radius: 50%;
  font-size: .75rem;
}

.red-panel li span { color: #fff; background: var(--red); }
.green-panel li span { color: #fff; background: #18a64b; }

.flag-icon {
  font-family: Arial, sans-serif;
  font-size: clamp(7rem, 13vw, 11rem);
  line-height: 1;
}

.red-flag {
  color: var(--red);
  text-shadow: 0 0 10px var(--red), 0 0 35px rgba(237,22,54,.65);
}

.green-heart {
  color: var(--green);
  text-shadow: 0 0 10px var(--green), 0 0 35px rgba(44,221,104,.6);
}

.versus {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  background: #080808;
  font-size: 1.5rem;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.section { padding: 5.5rem 7vw; }

.intro-section {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.section h2,
.newsletter h2 {
  margin: .2rem 0 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: .95;
  letter-spacing: .01em;
}

.intro-section > p:last-child,
.events-section p,
.sponsor-section p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 0 3vw 3vw;
}

.feature-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1.6rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 12%, rgba(0,0,0,.94) 78%);
}

.feature-card > * { position: relative; z-index: 2; }

.feature-card h3 {
  margin: .6rem 0 .4rem;
  color: var(--gold);
  text-transform: uppercase;
}

.feature-card p { margin: 0 0 1.2rem; color: #ddd6cf; }

.feature-icon {
  align-self: start;
  display: grid;
  place-items: center;
  min-width: 72px;
  min-height: 72px;
  padding: .6rem;
  border: 1px solid rgba(216,168,64,.55);
  color: var(--gold);
  background: rgba(0,0,0,.58);
  font-size: 2rem;
  font-weight: 900;
}

.feature-episodes { background: radial-gradient(circle at 55% 15%, rgba(237,22,54,.42), transparent 14rem), #111; }
.feature-stories { background: radial-gradient(circle at 55% 15%, rgba(216,168,64,.35), transparent 14rem), #111; }
.feature-guests { background: radial-gradient(circle at 55% 15%, rgba(237,22,54,.35), transparent 14rem), #111; }
.feature-shop { background: radial-gradient(circle at 55% 15%, rgba(255,255,255,.16), transparent 14rem), #111; }

.text-link {
  width: fit-content;
  padding: 0;
  border: 0;
  color: var(--gold);
  background: none;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.text-link:hover { color: #fff; }

.events-section,
.sponsor-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  border-top: 1px solid var(--line);
}

.events-section {
  background:
    radial-gradient(circle at 75% 50%, rgba(44,221,104,.12), transparent 22rem),
    #080808;
}

.sponsor-section {
  background:
    radial-gradient(circle at 15% 50%, rgba(237,22,54,.14), transparent 22rem),
    #0c0505;
}

.events-section > div,
.sponsor-section > div { max-width: 760px; }

.events-section p,
.sponsor-section p { margin: 0; }

.newsletter {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  align-items: center;
  gap: 1.5rem;
  padding: 2.2rem 7vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 20% 50%, rgba(237,22,54,.22), transparent 20rem),
    #160305;
}

.newsletter-icon {
  color: var(--red);
  font-size: 3.3rem;
  text-shadow: 0 0 18px var(--red);
}

.newsletter h2 {
  max-width: 670px;
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.newsletter-form {
  display: flex;
  min-width: 320px;
}

.newsletter-form input {
  flex: 1;
  min-width: 0;
  padding: .9rem 1rem;
  border: 0;
  color: #111;
  background: #fff;
}

.newsletter-form button { border-radius: 0; }

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr .75fr .75fr 1.3fr;
  gap: 3rem;
  padding: 3.5rem 6vw 1.4rem;
  background: #020202;
}

.footer-brand p { color: var(--muted); }

.footer-column {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  font-size: .9rem;
}

.footer-column h3 {
  margin: 0 0 .6rem;
  color: var(--gold);
  text-transform: uppercase;
}

.footer-column a:hover { color: var(--red); }

.socials {
  display: flex;
  gap: .8rem;
  margin-bottom: .65rem;
}

.socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 50%;
  font-weight: 800;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
  color: #8f8a85;
  font-size: .78rem;
}

.story-modal {
  width: min(680px, calc(100% - 2rem));
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: 2rem;
  border: 1px solid rgba(216,168,64,.45);
  color: #fff;
  background: #0b0b0b;
  box-shadow: 0 30px 100px rgba(0,0,0,.8);
}

.story-modal::backdrop {
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(7px);
}

.story-modal h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
}

.modal-close {
  position: absolute;
  right: 1rem;
  top: .7rem;
  border: 0;
  background: none;
  font-size: 2rem;
  cursor: pointer;
}

.story-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.story-form label {
  display: grid;
  gap: .4rem;
  color: #eee;
  font-weight: 700;
}

.story-form input,
.story-form textarea {
  width: 100%;
  padding: .9rem 1rem;
  border: 1px solid var(--line);
  color: #fff;
  background: #161616;
}

.story-form input:focus,
.story-form textarea:focus,
.newsletter-form input:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.checkbox-row {
  grid-template-columns: auto 1fr !important;
  align-items: center;
}

.checkbox-row input { width: auto; }

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto 1fr;
  }

  .menu-button {
    display: block;
    justify-self: end;
    grid-column: 3;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .6rem 5vw 1rem;
    border-bottom: 1px solid var(--line);
    background: #050505;
  }

  .main-nav.open { display: flex; }

  .main-nav a {
    padding: .8rem 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }

  .main-nav a.active::after { display: none; }

  .nav-cta { display: none; }

  .featured-episode {
    grid-template-columns: 160px 1fr;
  }

  .player-card { grid-column: 1 / -1; }

  .feature-grid { grid-template-columns: repeat(2, 1fr); }

  .newsletter {
    grid-template-columns: auto 1fr;
  }

  .newsletter-form { grid-column: 1 / -1; }

  .site-footer { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 3.5rem 1.2rem;
    text-align: center;
  }

  .hero-description { margin-inline: auto; }

  .hero-actions,
  .listen-row { justify-content: center; }

  .host-card { max-width: 500px; }

  .neon-heart { right: 0; font-size: 9rem; }

  .host-label {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    background: none;
  }

  .featured-episode {
    grid-template-columns: 110px 1fr;
    padding-inline: 1.2rem;
  }

  .flags-section { grid-template-columns: 1fr; }

  .flag-panel { padding-inline: 1.2rem; }

  .versus {
    left: 50%;
    top: 50%;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    padding-inline: 1.2rem;
  }

  .events-section,
  .sponsor-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .newsletter {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .newsletter-form {
    width: 100%;
    min-width: 0;
  }

  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .site-header { padding-inline: 1rem; }

  .logo-main,
  .logo-script { font-size: 1.4rem; }

  .hero h1 span { font-size: 4.7rem; }
  .hero h1 em { font-size: 4.1rem; }

  .hero-actions { display: grid; }

  .featured-episode {
    grid-template-columns: 1fr;
  }

  .episode-cover-wrap { width: 145px; }

  .player-card { padding: 1rem; }

  .flag-panel {
    min-height: 300px;
    gap: 1rem;
  }

  .flag-icon { font-size: 7rem; }

  .versus { width: 54px; height: 54px; font-size: 1.1rem; }

  .newsletter-form { flex-direction: column; }

  .site-footer { grid-template-columns: 1fr; }

  .footer-bottom {
    flex-direction: column;
    gap: .5rem;
  }
}
