/*
Theme Name: Vabamaailm
Theme URI: https://vabamaailm.ee
Author: KARTIM OÜ
Author URI: https://kartim.ee
Description: Elegantne kuldmust podcast teema Vabamaailm podcastile. Sponsoreeritud KARTIM OÜ poolt.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vabamaailm
Tags: podcast, dark, gold, one-column, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =============================================
   VABAMAAILM WORDPRESS THEME
   Sponsored by KARTIM OÜ
   ============================================= */

:root {
  --black:      #080807;
  --black2:     #0e0e0c;
  --black3:     #161613;
  --black4:     #1e1e1a;
  --gold-deep:  #a07830;
  --gold:       #c8973e;
  --gold2:      #e0b96a;
  --gold3:      #f0d898;
  --gold4:      #faf0d0;
  --gold-glow:  rgba(200,151,62,0.15);
  --gold-line:  rgba(200,151,62,0.2);
  --gold-line2: rgba(200,151,62,0.08);
  --white:      #f5efe0;
  --muted:      #6e6858;
  --muted2:     #958f80;
  --serif:      'Cormorant Garamond', Georgia, serif;
  --sans:       'Jost', sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}

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

::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--black2); }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--gold-deep), var(--gold2)); }

.gold-text {
  background: linear-gradient(135deg, var(--gold-deep) 0%, var(--gold2) 40%, var(--gold3) 60%, var(--gold2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── TOPBAR ── */
.sponsor-bar {
  background: var(--black2);
  border-bottom: 1px solid var(--gold-line);
  padding: 7px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.08em;
}
.sponsor-bar a { color: var(--gold); transition: color 0.2s; }
.sponsor-bar a:hover { color: var(--gold3); }
.sponsor-label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sponsor-badge {
  background: linear-gradient(135deg, var(--gold-deep), var(--gold));
  color: var(--black);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 3px 10px;
}

/* ── NAV ── */
#site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
  height: 68px;
  background: rgba(8,8,7,0.96);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--gold-line);
}

.site-branding a {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

#primary-menu {
  display: flex;
  list-style: none;
  gap: 0;
  margin: 0; padding: 0;
}
#primary-menu li a {
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0 22px;
  height: 68px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: color 0.25s, border-color 0.25s;
}
#primary-menu li a:hover,
#primary-menu li.current-menu-item a { color: var(--gold2); border-bottom-color: var(--gold); }
#primary-menu li.menu-subscribe a {
  color: var(--gold);
  border: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  transition: background 0.25s;
}
#primary-menu li.menu-subscribe a:hover { background: var(--gold-glow); }

/* ── HERO ── */
.hero-section {
  min-height: 92vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 80px 64px;
  position: relative;
  overflow: hidden;
  gap: 40px;
}
.hero-section::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 75% 45%, rgba(200,151,62,0.07) 0%, transparent 65%),
    radial-gradient(ellipse 30% 40% at 15% 85%, rgba(160,120,48,0.04) 0%, transparent 55%);
  pointer-events: none;
}
.hero-section::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--gold-line2) 1px, transparent 1px),
    linear-gradient(90deg, var(--gold-line2) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 30%, transparent 100%);
  pointer-events: none;
}
.hero-left { position: relative; z-index: 2; }
.hero-kicker {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 32px;
}
.hero-kicker-line { width: 48px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.hero-kicker span { font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); }
.hero-left h1 {
  font-family: var(--serif);
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  font-weight: 300;
  line-height: 0.95;
  margin-bottom: 28px;
}
.hero-left h1 strong { font-weight: 700; display: block; }
.hero-left h1 em { font-style: italic; font-weight: 300; display: block; }
.hero-desc {
  font-size: 0.95rem;
  color: var(--muted2);
  max-width: 440px;
  line-height: 1.85;
  margin-bottom: 40px;
}
.hero-btns { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 48px; }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-deep) 0%, var(--gold) 50%, var(--gold2) 100%);
  color: var(--black);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 15px 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 24px rgba(200,151,62,0.25);
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}
.btn-gold:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(200,151,62,0.35); color: var(--black); }
.btn-text {
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); display: inline-flex; align-items: center; gap: 8px;
  padding-bottom: 3px; border-bottom: 1px solid var(--gold-line);
  transition: color 0.2s, border-color 0.2s;
}
.btn-text:hover { color: var(--gold3); border-color: var(--gold2); }
.hero-platforms { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding-top: 32px; border-top: 1px solid var(--gold-line); }
.platforms-label { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.p-pill {
  font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted2); border: 1px solid var(--gold-line); padding: 5px 16px;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.p-pill:hover { color: var(--gold2); border-color: var(--gold); background: var(--gold-glow); }

/* Orb */
.hero-right { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; }
.orb-wrap { position: relative; width: 400px; height: 400px; display: flex; align-items: center; justify-content: center; }
.orb-ring { position: absolute; border-radius: 50%; border: 1px solid; }
.orb-ring-1 { width: 400px; height: 400px; border-color: rgba(200,151,62,0.12); animation: spin-slow 40s linear infinite; }
.orb-ring-2 { width: 310px; height: 310px; border-color: rgba(200,151,62,0.18); animation: spin-slow 28s linear infinite reverse; }
.orb-ring-3 { width: 220px; height: 220px; border-color: rgba(200,151,62,0.25); }
.orb-ring-1::before, .orb-ring-2::before {
  content: ''; position: absolute; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); top: -3px; left: 50%; transform: translateX(-50%);
  box-shadow: 0 0 10px var(--gold);
}
@keyframes spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.orb-core {
  width: 155px; height: 155px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, var(--black4), var(--black2));
  border: 1px solid var(--gold-line);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  box-shadow: 0 0 50px rgba(200,151,62,0.12), inset 0 0 30px rgba(200,151,62,0.05);
  z-index: 2;
}
.orb-icon { font-size: 52px; animation: breathe 4s ease-in-out infinite; }
@keyframes breathe { 0%,100%{transform:scale(1);opacity:.9} 50%{transform:scale(1.06);opacity:1} }
.orb-label { font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); }

/* ── STATS ── */
.stats-band {
  display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--gold-line); border-bottom: 1px solid var(--gold-line);
  background: var(--black2);
}
.stat-cell {
  padding: 36px 44px; border-right: 1px solid var(--gold-line);
  transition: background 0.25s; position: relative; overflow: hidden;
}
.stat-cell:last-child { border-right: none; }
.stat-cell:hover { background: var(--gold-glow); }
.stat-n { font-family: var(--serif); font-size: 3rem; font-weight: 700; line-height: 1; display: block; margin-bottom: 6px; }
.stat-l { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); display: block; }

/* ── SECTION SHARED ── */
.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.eyebrow-line { width: 36px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.eyebrow span { font-size: 0.68rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); }
h2.section-title {
  font-family: var(--serif); font-size: clamp(2rem,3.5vw,3.2rem);
  font-weight: 300; line-height: 1.1; margin-bottom: 12px;
}
h2.section-title strong { font-weight: 700; }
h2.section-title em { font-style: italic; }
.section-sub { color: var(--muted2); font-size: 0.9rem; line-height: 1.8; max-width: 520px; }

/* ── ABOUT ── */
.about-section {
  padding: 100px 64px; display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center; background: var(--black2);
  border-bottom: 1px solid var(--gold-line);
}
.about-text p { color: var(--muted2); line-height: 1.85; margin-bottom: 1.2rem; font-size: 0.92rem; }
.about-text p strong { color: var(--white); font-weight: 500; }
.topic-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.topic {
  font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); border: 1px solid var(--gold-line); padding: 7px 16px;
  transition: color 0.2s, border-color 0.2s, background 0.2s; cursor: default;
}
.topic:hover { color: var(--gold2); border-color: var(--gold); background: var(--gold-glow); }
.about-pull {
  background: var(--black3); border: 1px solid var(--gold-line);
  padding: 44px 40px; position: relative; overflow: hidden;
}
.about-pull::before {
  content: '"'; position: absolute; top: -20px; left: 32px;
  font-family: var(--serif); font-size: 13rem; line-height: 1;
  color: rgba(200,151,62,0.06); pointer-events: none; font-style: italic;
}
.about-pull::after {
  content: ''; position: absolute; top: 0; left: 0;
  width: 3px; height: 100%;
  background: linear-gradient(180deg, var(--gold-deep), var(--gold2), var(--gold-deep));
}
.about-pull blockquote {
  font-family: var(--serif); font-size: 1.65rem; font-style: italic;
  font-weight: 300; line-height: 1.5; color: var(--white);
  position: relative; z-index: 1; margin-bottom: 22px;
}
.about-pull cite {
  font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); font-style: normal; display: flex; align-items: center; gap: 12px;
}
.about-pull cite::before { content: ''; width: 24px; height: 1px; background: var(--gold); }

/* ── EPISODES ── */
.episodes-section { padding: 100px 64px; border-bottom: 1px solid var(--gold-line); }
.ep-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; }
.see-all {
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
  display: flex; align-items: center; gap: 8px; padding-bottom: 2px;
  border-bottom: 1px solid var(--gold-line); transition: color 0.2s, border-color 0.2s;
}
.see-all:hover { color: var(--gold3); border-color: var(--gold2); }
.ep-item {
  display: grid; grid-template-columns: 64px 1fr auto;
  align-items: center; gap: 28px; padding: 24px 0;
  border-bottom: 1px solid var(--gold-line2);
  cursor: pointer; position: relative; transition: background 0.15s;
}
.ep-item:last-child { border-bottom: none; }
.ep-item::before {
  content: ''; position: absolute; left: -64px; right: -64px; top: 0; bottom: 0;
  background: var(--gold-glow); opacity: 0; transition: opacity 0.2s; pointer-events: none;
}
.ep-item:hover::before { opacity: 1; }
.ep-n {
  font-family: var(--serif); font-size: 2.4rem; font-weight: 700;
  color: rgba(200,151,62,0.15); line-height: 1; text-align: center;
  transition: color 0.25s; position: relative; z-index: 1;
}
.ep-item:hover .ep-n { color: var(--gold); }
.ep-body { position: relative; z-index: 1; }
.ep-category { font-size: 0.63rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.ep-t {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 600;
  line-height: 1.3; color: var(--white); margin-bottom: 6px; transition: color 0.2s;
}
.ep-item:hover .ep-t { color: var(--gold2); }
.ep-date { font-size: 0.72rem; color: var(--muted); }
.ep-side { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; position: relative; z-index: 1; }
.ep-mins { font-size: 0.72rem; color: var(--muted); }
.play-btn {
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--gold-line);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.ep-item:hover .play-btn {
  background: linear-gradient(135deg, var(--gold-deep), var(--gold));
  border-color: var(--gold); box-shadow: 0 4px 16px rgba(200,151,62,0.3);
}
.play-btn svg { fill: var(--muted2); transition: fill 0.2s; }
.ep-item:hover .play-btn svg { fill: var(--black); }

/* ── SPONSOR BLOCK ── */
.sponsor-section {
  padding: 80px 64px;
  background: var(--black2);
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
}
.sponsor-inner {
  display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: center;
  max-width: 900px; margin: 0 auto;
}
.sponsor-logo-block { text-align: center; }
.sponsor-logo-name {
  font-family: var(--serif); font-size: 2.8rem; font-weight: 700;
  line-height: 1; margin-bottom: 8px;
}
.sponsor-logo-sub {
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); display: block; margin-bottom: 20px;
}
.sponsor-divider {
  width: 48px; height: 1px; margin: 0 auto 20px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.sponsor-tag {
  font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--gold-line); padding: 5px 14px; display: inline-block;
}
.sponsor-text h3 {
  font-family: var(--serif); font-size: 1.6rem; font-weight: 600;
  margin-bottom: 14px; line-height: 1.3;
}
.sponsor-text h3 em { font-style: italic; color: var(--gold); }
.sponsor-text p { color: var(--muted2); font-size: 0.9rem; line-height: 1.8; margin-bottom: 20px; }
.sponsor-link {
  font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); display: inline-flex; align-items: center; gap: 8px;
  border-bottom: 1px solid var(--gold-line); padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.sponsor-link:hover { color: var(--gold3); border-color: var(--gold2); }

/* ── HIGHLIGHTS ── */
.highlights-section {
  padding: 100px 64px; background: var(--black2); border-bottom: 1px solid var(--gold-line);
}
.highlights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 52px; }
.hl-card {
  background: var(--black3); border: 1px solid var(--gold-line);
  padding: 44px 40px; position: relative; overflow: hidden;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.hl-card:hover { border-color: rgba(200,151,62,0.45); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.5), 0 0 40px rgba(200,151,62,0.08); }
.hl-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0; transition: opacity 0.3s;
}
.hl-card:hover::before { opacity: 1; }
.hl-card::after { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 100%; background: linear-gradient(180deg, var(--gold-deep), var(--gold2)); }
.hl-ep {
  font-size: 0.63rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px; display: flex; align-items: center; gap: 10px;
}
.hl-ep::after { content: ''; flex: 1; height: 1px; background: var(--gold-line); }
.hl-card blockquote { font-family: var(--serif); font-size: 1.4rem; font-style: italic; font-weight: 300; line-height: 1.55; color: var(--white); margin-bottom: 22px; }
.hl-source { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

/* ── CONTACT ── */
.contact-section {
  padding: 100px 64px; display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start; border-bottom: 1px solid var(--gold-line);
}
.contact-info { padding-top: 12px; }
.contact-row { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 28px; }
.c-icon {
  width: 44px; height: 44px; border: 1px solid var(--gold-line);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; flex-shrink: 0; background: var(--black2);
}
.c-label { font-size: 0.63rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.c-val { font-size: 0.88rem; color: var(--muted2); }
.c-val a { color: var(--muted2); transition: color 0.2s; }
.c-val a:hover { color: var(--gold2); }
.contact-form-wrap { display: flex; flex-direction: column; gap: 12px; }
.contact-form-wrap input,
.contact-form-wrap textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%; background: var(--black2); border: 1px solid var(--gold-line);
  color: var(--white); font-family: var(--sans); font-size: 0.88rem;
  font-weight: 300; padding: 14px 18px; outline: none;
  transition: border-color 0.2s, box-shadow 0.2s; resize: none;
}
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,151,62,0.06); }
.contact-form-wrap textarea { height: 110px; }

/* ── FOOTER ── */
#site-footer {
  padding: 64px; background: var(--black2); border-top: 1px solid var(--gold-line);
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px;
}
.footer-logo { font-family: var(--serif); font-size: 1.9rem; font-weight: 600; letter-spacing: 0.06em; margin-bottom: 14px; }
.footer-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.8; max-width: 300px; }
.footer-col h4 { font-size: 0.63rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 0.85rem; color: var(--muted); transition: color 0.2s; }
.footer-col a:hover { color: var(--gold2); }
.footer-bottom {
  border-top: 1px solid var(--gold-line); padding: 18px 64px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.72rem; color: var(--muted); background: var(--black2);
}
.footer-bottom a { color: var(--muted); transition: color 0.2s; }
.footer-bottom a:hover { color: var(--gold); }

/* ── SINGLE POST (episode) ── */
.single-episode { padding: 100px 64px; max-width: 860px; margin: 0 auto; }
.episode-header { margin-bottom: 48px; }
.episode-number { font-size: 0.68rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.episode-header h1 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 600; line-height: 1.15; margin-bottom: 20px; }
.episode-meta { display: flex; gap: 24px; font-size: 0.78rem; color: var(--muted); margin-bottom: 32px; }
.episode-player {
  background: var(--black2); border: 1px solid var(--gold-line);
  padding: 28px 32px; margin-bottom: 40px; display: flex; align-items: center; gap: 20px;
}
.player-play {
  width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold-deep), var(--gold));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(200,151,62,0.3); cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.player-play:hover { transform: scale(1.06); box-shadow: 0 6px 28px rgba(200,151,62,0.4); }
.player-play svg { fill: var(--black); }
.player-info { flex: 1; }
.player-title { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; margin-bottom: 4px; }
.player-duration { font-size: 0.75rem; color: var(--muted); }
.episode-content { font-size: 0.95rem; color: var(--muted2); line-height: 1.85; }
.episode-content p { margin-bottom: 1.4rem; }
.episode-content h2,
.episode-content h3 { font-family: var(--serif); color: var(--white); margin: 2rem 0 1rem; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-section,
  .about-section,
  .contact-section,
  #site-footer { grid-template-columns: 1fr; padding: 60px 28px; gap: 40px; }
  .hero-right { display: none; }
  .stats-band { grid-template-columns: repeat(2,1fr); }
  #site-header,
  .sponsor-bar,
  .episodes-section,
  .highlights-section,
  .sponsor-section { padding-left: 28px; padding-right: 28px; }
  .highlights-grid { grid-template-columns: 1fr; }
  .ep-item::before { left: -28px; right: -28px; }
  #primary-menu { display: none; }
  .footer-bottom { padding: 18px 28px; flex-direction: column; gap: 8px; text-align: center; }
}
