:root {
  --sky: #A9DCF3; --sky2: #8FCDEB; --paper: #EAF6FC; --navy: #122A44; --navy2: #16324F;
  --accent: #1E63D0; --white: #FFFFFF; --deep: #070B2E;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: var(--paper); color: var(--navy); font-family: 'Inter', sans-serif; }
h1, h2, h3 { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 0.5px; }
img { max-width: 100%; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* top bar + nav */
.topbar { background: var(--navy); color: #fff; text-align: center; padding: 10px 16px;
  font-size: 13px; font-weight: 600; letter-spacing: 1px; }
nav.main { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; gap: 16px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.brand img { width: 46px; height: 46px; border-radius: 12px; border: 2px solid var(--navy); }
.brand span { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 17px; letter-spacing: 1px; text-transform: uppercase; }
.links { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.links a { color: var(--navy); text-decoration: none; font-size: 15px; font-weight: 600; }
.links a.btn { color: #fff; }
.btn { display: inline-block; background: var(--navy); color: #fff; padding: 13px 26px;
  border-radius: 12px; font-weight: 700; font-size: 15px; text-decoration: none;
  border: 2px solid var(--navy); box-shadow: 4px 4px 0 #16324F55; cursor: pointer; font-family: 'Inter', sans-serif; }
.btn.light { background: #fff; color: var(--navy); }
.btn.outline-navy { background: transparent; color: var(--navy); }

/* hero */
.hero { position: relative; overflow: hidden; color: #fff;
  background:
    repeating-conic-gradient(from 0deg at 50% 130%, rgba(77, 159, 255, 0.07) 0deg 9deg, rgba(0, 0, 0, 0) 9deg 18deg),
    radial-gradient(120% 130% at 62% 15%, #1B2CC1 0%, #0A1045 58%, #070B2E 100%); }
.hero-inner { display: flex; align-items: center; gap: 64px; padding: 88px 0; position: relative; }
.hero-copy { flex: 1.1; }
.kicker { display: inline-block; background: var(--sky); color: var(--navy); font-family: 'Oswald', sans-serif;
  font-size: 14px; font-weight: 600; letter-spacing: 2.5px; padding: 8px 18px; border-radius: 8px;
  text-transform: uppercase; margin-bottom: 24px; }
.hero h1 { font-size: 64px; font-weight: 700; line-height: 1.05; margin-bottom: 22px; color: #fff;
  text-shadow: 0 0 40px rgba(77, 159, 255, 0.35); }
.hero p { font-size: 19px; line-height: 1.6; font-weight: 500; color: #C6CEF5; max-width: 540px; margin-bottom: 30px; }
.hero-ctas { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.hero .btn { background: var(--sky); color: var(--navy); border-color: var(--navy); box-shadow: 4px 4px 0 #05081F; }
.hero .btn.light { background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, 0.55); box-shadow: none; }
.hero-art { flex: 0.9; display: flex; justify-content: center; position: relative; height: 420px; min-width: 330px; }
.hero-art img { position: absolute; width: 330px; height: 330px; border-radius: 22px;
  border: 4px solid #fff; top: 45px; }
.hero-art img.back { transform: rotate(-7deg) translateX(-120px) scale(.92); opacity: .85; }
.hero-art img.mid { transform: rotate(6deg) translateX(120px) scale(.95); opacity: .92; }
.hero-art img.front { transform: rotate(-1deg); box-shadow: 12px 12px 0 rgba(77, 159, 255, 0.45); }

/* page header (inner pages) */
.page-head { color: #fff; padding: 56px 0;
  background:
    repeating-conic-gradient(from 0deg at 50% 160%, rgba(77, 159, 255, 0.06) 0deg 9deg, rgba(0, 0, 0, 0) 9deg 18deg),
    radial-gradient(130% 150% at 60% 0%, #1B2CC1 0%, #0A1045 60%, #070B2E 100%); }
.page-head h1 { font-size: 44px; }
.page-head p { color: #C6CEF5; font-size: 17px; margin-top: 10px; max-width: 680px; }

.ticker { background: var(--sky); color: var(--navy); padding: 14px 16px; text-align: center;
  border-bottom: 3px solid var(--navy); }
.ticker span { font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }

section { padding: 76px 0; }
.sec-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 36px; gap: 16px; flex-wrap: wrap; }
.sec-head h2 { font-size: 40px; font-weight: 700; }
.sec-head a { color: var(--accent); font-weight: 700; font-size: 15px; text-decoration: none; }

/* featured episode */
.featured { display: flex; gap: 40px; align-items: stretch; background: var(--white);
  border: 3px solid var(--navy); border-radius: 20px; overflow: hidden; box-shadow: 8px 8px 0 var(--navy); }
.featured .art { width: 340px; flex-shrink: 0; }
.featured .art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.featured .body { padding: 36px; display: flex; flex-direction: column; justify-content: center; }
.pill { display: inline-block; background: var(--sky); border: 2px solid var(--navy); color: var(--navy);
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px; padding: 5px 12px; border-radius: 999px;
  margin-bottom: 14px; width: fit-content; text-transform: uppercase; }
.featured h3 { font-size: 34px; font-weight: 600; line-height: 1.15; margin-bottom: 12px; }
.featured h3 a { color: var(--navy); text-decoration: none; }
.featured .meta { font-size: 14px; font-weight: 600; color: #4A6076; margin-bottom: 14px; }
.featured p { font-size: 16px; line-height: 1.6; color: var(--navy2); margin-bottom: 24px; }

/* episode grid cards */
.ep-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.ep-card { background: var(--white); border: 3px solid var(--navy); border-radius: 18px;
  overflow: hidden; box-shadow: 6px 6px 0 var(--navy); transition: transform .15s; display: block; text-decoration: none; }
.ep-card:hover { transform: translate(-2px, -2px); }
.ep-card img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; border-bottom: 3px solid var(--navy); }
.ep-card .body { padding: 22px; }
.ep-card .meta { font-size: 13px; font-weight: 600; color: #4A6076; margin-bottom: 8px; }
.ep-card .meta b { color: var(--accent); }
.ep-card h3 { font-size: 21px; font-weight: 600; line-height: 1.2; margin-bottom: 8px; color: var(--navy); }
.ep-card .guest { font-size: 14px; font-weight: 700; color: var(--accent); }

/* search */
.search-row { margin-bottom: 40px; }
.search-row input { width: 100%; max-width: 560px; padding: 15px 18px; border: 3px solid var(--navy);
  border-radius: 12px; font-family: 'Inter', sans-serif; font-size: 16px; background: #fff;
  box-shadow: 4px 4px 0 var(--navy); }

/* host */
.host { background: var(--paper); }
.host-inner { display: flex; align-items: center; gap: 56px; }
.host-inner > img { width: 280px; height: 280px; border-radius: 50%; border: 4px solid var(--navy);
  box-shadow: 8px 8px 0 var(--sky2); flex-shrink: 0; }
.host h2 { font-size: 36px; font-weight: 700; margin-bottom: 16px; }
.host p { font-size: 16.5px; line-height: 1.7; font-weight: 500; color: var(--navy2); max-width: 640px; margin-bottom: 16px; }
.host .hint { font-size: 14px; color: #4A6076; margin-top: 10px; }

/* subscribe */
.subscribe { background: var(--white); border-top: 3px solid var(--navy); }
.subscribe .sec-head { justify-content: center; text-align: center; }
.subscribe .sec-sub { text-align: center; color: var(--navy2); font-size: 16px; font-weight: 500; margin-bottom: 40px; }
.plat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-bottom: 32px; }
.plat-grid a { display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--paper); border: 2px solid var(--navy); border-radius: 12px; padding: 14px 10px;
  color: var(--navy); font-weight: 700; font-size: 13.5px; text-decoration: none;
  box-shadow: 3px 3px 0 var(--navy); transition: transform .12s; white-space: nowrap; }
.plat-grid a:hover { transform: translate(-1px, -1px); }
.plat-grid a.big { background: var(--navy); color: #fff; }
.plat-grid a img { width: 18px; height: 18px; object-fit: contain; }
.rss-row { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; }
.rss-row input { width: 420px; max-width: 100%; padding: 13px 16px; border: 2px solid var(--navy); border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 14px; color: var(--navy2); background: var(--paper); }
.rss-row .btn { padding: 12px 22px; }

/* archive band */
.archive { background: var(--sky); border-top: 3px solid var(--navy); border-bottom: 3px solid var(--navy); }
.archive-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.archive h2 { font-size: 30px; margin-bottom: 10px; }
.archive p { font-size: 15px; line-height: 1.6; font-weight: 500; color: var(--navy2); max-width: 680px; }

/* episode page */
.episode-top { display: flex; gap: 48px; align-items: flex-start; }
.episode-top .art { width: 320px; flex-shrink: 0; border: 3px solid var(--navy); border-radius: 18px;
  overflow: hidden; box-shadow: 8px 8px 0 var(--navy); }
.episode-top .art img { display: block; width: 100%; }
.episode-top h1 { font-size: 38px; line-height: 1.15; margin-bottom: 14px; }
.episode-top .meta { font-size: 15px; font-weight: 600; color: #4A6076; margin-bottom: 22px; }
.episode-top .meta b { color: var(--accent); }
.player-embed { margin: 4px 0 8px; border: 3px solid var(--navy); border-radius: 14px; overflow: hidden;
  box-shadow: 6px 6px 0 var(--navy); background: #fff; padding: 10px 12px; min-height: 160px; }
.player-embed iframe { display: block; width: 100%; border: 0; }
.shownotes { background: #fff; border: 3px solid var(--navy); border-radius: 18px; padding: 40px;
  box-shadow: 8px 8px 0 var(--navy); font-size: 16.5px; line-height: 1.75; color: var(--navy2); }
.shownotes p, .shownotes ul { margin-bottom: 18px; }
.shownotes ul { padding-left: 24px; }
.shownotes a { color: var(--accent); font-weight: 600; }
.shownotes b, .shownotes strong { color: var(--navy); }
.prevnext { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; flex-wrap: wrap; }
.prevnext a { color: var(--accent); font-weight: 700; text-decoration: none; font-size: 15px; }

/* forms */
.form-card { background: #fff; border: 3px solid var(--navy); border-radius: 18px; padding: 40px;
  box-shadow: 8px 8px 0 var(--navy); max-width: 720px; }
.form-card label { display: block; font-weight: 700; font-size: 14px; margin: 18px 0 6px; }
.form-card input, .form-card textarea { width: 100%; padding: 13px 14px; border: 2px solid var(--navy);
  border-radius: 10px; font-family: 'Inter', sans-serif; font-size: 15px; background: var(--paper); }
.form-card textarea { min-height: 130px; resize: vertical; }
.form-card .btn { margin-top: 24px; }
.form-note { font-size: 14px; color: #4A6076; margin-top: 14px; }
.form-status { margin-top: 16px; font-weight: 700; }

/* prose pages (privacy etc.) */
.prose { background: #fff; border: 3px solid var(--navy); border-radius: 18px; padding: 48px;
  box-shadow: 8px 8px 0 var(--navy); font-size: 16px; line-height: 1.75; color: var(--navy2); }
.prose h1, .prose h2, .prose h3 { margin: 26px 0 12px; color: var(--navy); }
.prose p, .prose ul, .prose ol { margin-bottom: 16px; }
.prose ul, .prose ol { padding-left: 24px; }
.prose a { color: var(--accent); }
.prose table { border-collapse: collapse; margin-bottom: 16px; }
.prose td, .prose th { border: 1px solid #C7D8E6; padding: 8px 12px; }

/* footer */
footer { background: var(--navy); color: #fff; padding: 48px 0; }
.foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot p { font-size: 14px; opacity: .75; }
.foot div { display: flex; gap: 24px; flex-wrap: wrap; }
.foot a { font-size: 14px; color: #BCD8F0; text-decoration: none; }

/* responsive */
@media (max-width: 1024px) {
  .hero h1 { font-size: 50px; }
  .ep-grid { grid-template-columns: repeat(2, 1fr); }
  .plat-grid { grid-template-columns: repeat(4, 1fr); }
  .hero-art img { width: 280px; height: 280px; }
  .hero-art img.back { transform: rotate(-7deg) translateX(-80px) scale(.92); }
  .hero-art img.mid { transform: rotate(6deg) translateX(80px) scale(.95); }
}
@media (max-width: 768px) {
  .hero-inner { flex-direction: column; padding: 56px 0; gap: 40px; }
  .hero h1 { font-size: 42px; }
  .hero-art { height: 340px; min-width: 0; }
  .featured { flex-direction: column; }
  .featured .art { width: 100%; }
  .featured .art img { aspect-ratio: 1; }
  .episode-top { flex-direction: column; }
  .episode-top .art { width: 100%; max-width: 380px; }
  .host-inner { flex-direction: column; text-align: center; }
  .host-inner .hero-ctas { justify-content: center; }
  .ep-grid { grid-template-columns: 1fr; }
  .plat-grid { grid-template-columns: repeat(3, 1fr); }
  .plat-grid a { white-space: normal; }
  .sec-head h2 { font-size: 30px; }
  .prose, .shownotes, .form-card { padding: 26px; }
  .links { gap: 18px; }
}
@media (max-width: 480px) {
  .wrap { padding: 0 18px; }
  .hero h1 { font-size: 34px; }
  .page-head h1 { font-size: 30px; }
  .plat-grid { grid-template-columns: repeat(2, 1fr); }
  .brand span { font-size: 14px; }
  section { padding: 48px 0; }
}
