
:root {
  --blue: #073f7e;
  --blue-dark: #041f43;
  --blue-bright: #0a57a5;
  --red: #d31433;
  --red-dark: #9f0a21;
  --ink: #08182d;
  --muted: #5f6b7a;
  --paper: #f7f5ef;
  --white: #ffffff;
  --line: #d9dfe6;
  --shadow: 0 24px 70px rgba(4, 31, 67, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-shell { min-height: 100vh; overflow: hidden; }
.content-width { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { height: 98px; padding: 0 clamp(24px, 4vw, 70px); background: rgba(5, 50, 99, .97); color: white; display: grid; grid-template-columns: 260px 1fr 205px; align-items: center; gap: 28px; position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.14); box-shadow: 0 12px 30px rgba(1,18,38,.18); backdrop-filter: blur(12px); }
.wordmark-link { width: 230px; }
.wordmark { width: 100%; height: 78px; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(30px, 5vw, 70px); font-size: 17px; font-weight: 800; }
.desktop-nav a { position: relative; padding: 36px 0; }
.desktop-nav a::after { content: ""; height: 3px; width: 0; position: absolute; left: 0; bottom: 25px; background: #ff405c; transition: width .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.listen-button, .primary-button, .outline-button, .white-button, .text-button { display: inline-flex; align-items: center; justify-content: center; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.listen-button { background: var(--red); min-height: 55px; border-radius: 13px; padding: 0 22px; font-size: 18px; gap: 12px; box-shadow: 0 10px 24px rgba(211,20,51,.3); }
.listen-button:hover, .primary-button:hover, .white-button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(3,31,67,.23); }
.mobile-nav { display: none; }

.hero { min-height: 620px; padding: 88px max(48px, calc((100vw - 1180px)/2)); color: white; background: radial-gradient(circle at 76% 44%, rgba(211,20,51,.34), transparent 25%), linear-gradient(115deg, rgba(4,31,67,.98), rgba(7,63,126,.95)), repeating-linear-gradient(0deg, transparent 0 44px, rgba(255,255,255,.04) 45px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(30deg, transparent 12%, rgba(255,255,255,.16) 12.3%, transparent 12.8%); background-size: 38px 38px; }
.hero-copy, .hero-art { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; color: var(--red); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; line-height: 1.4; font-weight: 900; }
.eyebrow.light { color: #ff8b9b; }
.hero h1 { margin: 0; max-width: 710px; font-size: clamp(48px, 5vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 950; }
.hero h1 em { color: #ff405c; font-style: normal; }
.hero-description { max-width: 670px; margin: 26px 0 0; color: #dce8f5; font-size: 18px; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.primary-button { padding: 16px 24px; border-radius: 11px; color: white; background: var(--red); box-shadow: 0 10px 24px rgba(211,20,51,.25); }
.text-button { color: white; border-bottom: 2px solid rgba(255,255,255,.5); padding: 8px 1px; }
.hero-art { min-height: 450px; display: flex; align-items: center; justify-content: center; }
.hero-art img { width: min(100%, 560px); filter: drop-shadow(0 32px 35px rgba(0,0,0,.38)); position: relative; z-index: 2; }
.hero-glow { width: 440px; height: 440px; position: absolute; border-radius: 50%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); box-shadow: 0 0 0 28px rgba(255,255,255,.025), 0 0 0 56px rgba(255,255,255,.02); }

.featured-section, .about-section, .articles-section { padding-block: 96px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-heading h2, .listen-section h2, .about-section h2, .youtube-cta h2 { margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.status-pill { padding: 10px 14px; border-radius: 999px; background: #e6edf4; color: var(--blue); font-size: 13px; font-weight: 850; }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); gap: 28px; }
.episode-card { background: white; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); display: grid; grid-template-columns: 45% 55%; }
.episode-visual { min-height: 400px; padding: 28px; position: relative; background: linear-gradient(145deg, var(--blue-dark), var(--blue)); display: grid; place-items: center; overflow: hidden; }
.episode-visual::after { content: ""; width: 260px; height: 260px; position: absolute; border-radius: 50%; border: 50px solid rgba(255,255,255,.05); }
.episode-visual img { position: relative; z-index: 1; filter: drop-shadow(0 20px 25px rgba(0,0,0,.32)); }
.coming-soon { position: absolute; top: 22px; left: 22px; z-index: 3; padding: 8px 10px; background: var(--red); color: white; border-radius: 7px; font-size: 11px; letter-spacing: .14em; font-weight: 900; }
.play-disc { width: 66px; height: 66px; display: grid; place-items: center; position: absolute; z-index: 3; bottom: 22px; right: 22px; padding-left: 4px; border-radius: 50%; color: var(--blue); background: white; box-shadow: 0 12px 25px rgba(0,0,0,.24); }
.episode-copy { padding: 45px; display: flex; flex-direction: column; justify-content: center; }
.card-kicker { margin: 0 0 12px; color: var(--red); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; }
.episode-copy h3, .game-card h3 { margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; letter-spacing: -.035em; }
.episode-copy > p:not(.card-kicker), .game-card > p:last-of-type, .article-card > p:last-child { color: var(--muted); line-height: 1.7; }
.card-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.small { padding: 12px 16px; font-size: 13px; border-radius: 9px; }
.outline-button { border: 2px solid var(--blue); color: var(--blue); }
.outline-button.disabled { cursor: default; opacity: .58; }
.game-card { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(180deg, white, #f0f4f8); display: flex; flex-direction: column; justify-content: center; }
.matchup-placeholder { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; margin: 30px 0 20px; }
.matchup-placeholder span { aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: white; font-size: 12px; font-weight: 900; }
.matchup-placeholder span:last-child { background: var(--red); }
.matchup-placeholder strong { font-style: italic; font-size: 13px; }

.listen-section { padding: 78px 0; color: white; background: var(--blue); border-block: 7px solid var(--red); }
.listen-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.listen-inner > div:first-child p:last-child { color: #c9d8e9; line-height: 1.7; }
.platform-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.platform-grid a { min-height: 70px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.07); display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; font-weight: 800; }
.platform-grid a:hover { background: rgba(255,255,255,.13); }
.platform-grid small { grid-column: 2; color: #aebfd2; font-weight: 600; }
.platform-dot { width: 11px; height: 11px; border-radius: 50%; background: #ff405c; grid-row: 1/3; box-shadow: 0 0 0 5px rgba(255,64,92,.15); }

.about-section { display: grid; grid-template-columns: .86fr 1.14fr; gap: 75px; align-items: center; }
.about-art { min-height: 500px; border-radius: 28px; background: linear-gradient(145deg, #dbe5ee, white); display: grid; place-items: center; position: relative; overflow: hidden; border: 1px solid var(--line); }
.about-art::before { content: "PAC"; position: absolute; color: rgba(7,63,126,.055); font-size: 230px; font-weight: 1000; letter-spacing: -.1em; }
.about-art img { width: 88%; position: relative; filter: drop-shadow(0 20px 25px rgba(4,31,67,.22)); }
.about-copy h2 { font-size: clamp(38px, 4vw, 56px); }
.about-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; font-size: 17px; }
.show-format { margin-top: 30px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.show-format div { border-top: 3px solid var(--red); padding-top: 16px; }
.show-format strong, .show-format span { display: block; }
.show-format strong { font-size: 24px; color: var(--blue); }
.show-format span { margin-top: 5px; color: var(--muted); font-size: 12px; font-weight: 750; }

.articles-section { padding-top: 30px; }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.article-card { min-height: 290px; padding: 34px; border-radius: 20px; background: white; border: 1px solid var(--line); position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article-card > span { color: #dce3ea; font-size: 60px; line-height: 1; font-weight: 950; }
.article-card h3 { margin: 0; font-size: 25px; letter-spacing: -.025em; }

.youtube-cta { margin-top: 80px; padding: 70px 0; color: white; background: linear-gradient(120deg, var(--red-dark), var(--red)); }
.youtube-cta .content-width { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.white-button { padding: 16px 22px; border-radius: 10px; color: var(--red); background: white; white-space: nowrap; }

.site-footer { padding: 62px max(24px, calc((100vw - 1180px)/2)) 35px; color: #afc0d3; background: #03162f; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 38px; }
.site-footer img { width: 220px; }
.site-footer p { font-size: 12px; line-height: 1.6; max-width: 620px; }
.footer-links { display: flex; gap: 20px; color: white; font-weight: 800; font-size: 13px; }
.site-footer small { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; font-size: 11px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 220px 1fr auto; }
  .desktop-nav { display: none; }
  .listen-button { justify-self: end; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-art { min-height: 360px; }
  .hero-art img { width: min(520px, 80%); }
  .feature-grid { grid-template-columns: 1fr; }
  .listen-inner, .about-section { grid-template-columns: 1fr; }
  .listen-inner { gap: 35px; }
  .about-art { min-height: 420px; }
}

@media (max-width: 720px) {
  .content-width { width: min(100% - 30px, 1180px); }
  .site-header { height: 78px; grid-template-columns: 1fr auto; padding: 0 16px; }
  .wordmark-link { width: 180px; }
  .wordmark { height: 62px; }
  .listen-button { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { list-style: none; cursor: pointer; padding: 11px 13px; border: 1px solid rgba(255,255,255,.5); border-radius: 8px; font-weight: 850; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav > div { width: 190px; position: absolute; top: 50px; right: 0; padding: 10px; border-radius: 12px; background: white; color: var(--ink); box-shadow: var(--shadow); }
  .mobile-nav a { display: block; padding: 12px; font-weight: 800; }
  .hero { min-height: auto; padding: 70px 20px 45px; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-description { font-size: 16px; }
  .hero-art { min-height: 290px; }
  .hero-art img { width: 96%; }
  .hero-glow { width: 250px; height: 250px; }
  .featured-section, .about-section, .articles-section { padding-block: 68px; }
  .section-heading { align-items: start; flex-direction: column; }
  .episode-card { grid-template-columns: 1fr; }
  .episode-visual { min-height: 330px; }
  .episode-copy, .game-card { padding: 30px; }
  .platform-grid, .article-grid { grid-template-columns: 1fr; }
  .show-format { grid-template-columns: 1fr; }
  .show-format div { display: grid; grid-template-columns: 90px 1fr; align-items: center; }
  .youtube-cta .content-width { align-items: start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; gap: 25px; }
  .site-footer small { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
