/* Gerçekten Aramızda — style.css
   Tokens: brand red from logo, ink black, off-white paper, sun yellow for stickers */
:root{
  --red:#F43C46; --red-deep:#C9252E; --ink:#141414; --paper:#FFF9F7; --white:#FFFFFF;
  --sun:#FFD84D; --pink:#FFD9DC; --mute:#6B6B6B; --line:#EADEDC;
  --display:"Anton", Impact, sans-serif;
  --brand:"Fredoka", "Rubik", sans-serif;
  --body:"Rubik", system-ui, sans-serif;
  --wrap:1180px; --r-pill:999px; --r:18px;
}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto} .ticker-track{animation:none!important}}
body{margin:0;font-family:var(--body);color:var(--ink);background:var(--paper);line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit}
h1,h2,h3{margin:0;line-height:1.05}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.skip{position:absolute;left:-999px;top:8px;background:var(--ink);color:#fff;padding:8px 14px;border-radius:var(--r-pill)}
.skip:focus{left:8px;z-index:99}
:focus-visible{outline:3px solid var(--sun);outline-offset:3px}

/* Brand wordmark (echoes logo: lowercase, white pill) */
.brand{display:inline-flex;flex-direction:column;align-items:center;text-decoration:none;line-height:1;gap:2px}
.brand-top{font-family:var(--brand);font-weight:600;font-size:20px;letter-spacing:-.01em;color:currentColor}
.brand-pill{font-family:var(--brand);font-weight:700;font-size:15px;padding:3px 10px;border-radius:var(--r-pill);background:var(--red);color:#fff}
.nav .brand{color:var(--ink)}

/* Buttons + pills */
.btn{display:inline-block;font-family:var(--brand);font-weight:600;font-size:16px;padding:12px 22px;border-radius:var(--r-pill);text-decoration:none;border:2px solid transparent;cursor:pointer;transition:transform .15s}
.btn:active{transform:scale(.97)}
.btn-ink{background:var(--ink);color:#fff}
.btn-red{background:var(--red);color:#fff}
.btn-white{background:#fff;color:var(--red)}
.btn-ghost{background:transparent;color:#fff;border-color:#fff}
.btn-wide{width:100%}
.pill{display:inline-block;font-family:var(--brand);font-weight:600;padding:8px 16px;border-radius:var(--r-pill);background:#fff;border:2px solid var(--ink);font-size:15px}

/* Nav */
.nav{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:14px 28px;background:rgba(255,249,247,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nav-links{display:flex;align-items:center;gap:26px}
.nav-links a{text-decoration:none;font-weight:500}
.nav-links a:not(.btn):hover{color:var(--red)}
.nav-burger{display:none;background:none;border:0;width:44px;height:44px;padding:10px;cursor:pointer}
.nav-burger span{display:block;height:3px;background:var(--ink);border-radius:2px;margin:7px 0}
.mobile-nav{display:none;flex-direction:column;background:var(--ink);padding:16px 24px}
.mobile-nav a{color:#fff;text-decoration:none;font-family:var(--brand);font-size:22px;padding:12px 0;border-bottom:1px solid #333}
.mobile-nav.is-open{display:flex}

/* HERO — the memorable thing: a thumbnail-style question, 20ft tall */
.hero{position:relative;overflow:hidden;background:var(--red);color:#fff}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:center;max-width:var(--wrap);margin:0 auto;padding:64px 24px 72px}
.hero-kicker{font-family:var(--brand);font-weight:600;font-size:16px;margin:0 0 18px;opacity:.95}
.hero-q{font-family:var(--display);text-transform:uppercase;font-size:clamp(56px,8.6vw,124px);line-height:.92;letter-spacing:.005em;display:flex;flex-direction:column;align-items:flex-start;color:#fff;text-shadow:5px 5px 0 var(--ink)}
.q-line{display:block}
.q-box{background:var(--ink);color:#fff;text-shadow:none;padding:0 .22em .04em;border-radius:6px;transform:rotate(-2deg);margin:.06em 0}
.q-under{position:relative}
.q-under::after{content:"";position:absolute;left:0;right:0;bottom:-.06em;height:.12em;background:var(--sun);border-radius:99px;transform:rotate(-1deg)}
.hero-lead{font-size:19px;max-width:520px;margin:28px 0 30px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.hero-thumb{margin:0;justify-self:center;text-align:center;font-family:var(--brand);font-weight:600}
.play-card{position:relative;display:block;border:0;padding:0;background:none;cursor:pointer;border-radius:22px;overflow:hidden;box-shadow:12px 12px 0 var(--ink);transform:rotate(3deg);transition:transform .2s}
.play-card:hover{transform:rotate(1deg) scale(1.02)}
.play-card img{width:min(300px,70vw);height:auto;aspect-ratio:9/16;object-fit:cover}
.play-btn{position:absolute;inset:0;display:grid;place-items:center}
.play-btn svg{width:78px;height:78px;padding:20px;background:#fff;color:var(--red);border-radius:50%;box-shadow:0 10px 30px rgba(0,0,0,.3)}
.hero-thumb figcaption{margin-top:22px;opacity:.9}

/* Doodles */
.doodle{position:absolute;color:#fff;opacity:.9;pointer-events:none}
.doodle-squiggle{width:120px;bottom:40px;left:44%;transform:rotate(-15deg)}
.doodle-bubble{width:90px;right:6%;top:40px}
.doodle-spark{width:44px;left:4%;top:60px;color:var(--sun)}
.doodle-squiggle2{width:110px;right:40px;top:30px;color:var(--red);transform:rotate(20deg)}

/* Ticker */
.ticker{background:var(--ink);color:#fff;overflow:hidden;font-family:var(--display);text-transform:uppercase;font-size:22px;padding:12px 0;white-space:nowrap}
.ticker-track{display:inline-flex;gap:32px;animation:ticker 40s linear infinite;width:max-content}
.ticker-track span:nth-child(even){color:var(--sun)}
@keyframes ticker{to{transform:translateX(-50%)}}

/* Manifesto */
.manifesto{padding:96px 0 80px;text-align:center}
.manifesto-h{font-family:var(--brand);font-weight:600;font-size:clamp(28px,4vw,46px);max-width:900px;margin:0 auto 32px;letter-spacing:-.01em}
.pill-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:32px}
.pill-row .pill:nth-child(odd){transform:rotate(-2deg)}
.pill-row .pill:nth-child(even){transform:rotate(1.5deg);background:var(--sun)}
.manifesto-p{max-width:640px;margin:0 auto;font-size:18px;color:#333}

/* Episodes */
.episodes{padding:40px 0 90px}
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:28px}
.sec-head h2,.hosts-h,.suggest h2,.listen h2,.press h2{font-family:var(--display);text-transform:uppercase;font-size:clamp(40px,5vw,64px);letter-spacing:.01em}
.filters{display:flex;gap:8px;flex-wrap:wrap}
.chip{font-family:var(--brand);font-weight:600;font-size:14px;padding:8px 14px;border-radius:var(--r-pill);border:2px solid var(--ink);background:#fff;cursor:pointer}
.chip.is-active{background:var(--ink);color:#fff}
.ep-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.ep{background:#fff;border-radius:var(--r);overflow:hidden;border:2px solid var(--ink);box-shadow:6px 6px 0 var(--ink);display:flex;flex-direction:column;transition:transform .15s}
.ep:hover{transform:translate(-2px,-2px)}
.ep-thumb{position:relative;aspect-ratio:9/13;overflow:hidden;background:var(--red);border:0;padding:0;cursor:pointer;width:100%}
.ep-thumb img{width:100%;height:100%;object-fit:cover;object-position:top}
.ep-thumb .play-btn svg{width:56px;height:56px;padding:14px;opacity:0;transition:opacity .2s}
.ep-thumb:hover .play-btn svg,.ep-thumb:focus-visible .play-btn svg{opacity:1}
.ep-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1}
.ep-theme{align-self:flex-start;font-family:var(--brand);font-weight:600;font-size:12px;padding:3px 10px;border-radius:var(--r-pill);background:var(--pink)}
.ep h3{font-family:var(--brand);font-weight:600;font-size:19px;line-height:1.2}
.ep p{margin:0;font-size:14px;color:var(--mute);flex:1}
.ep-meta{font-size:13px;color:var(--mute)}
.ep-more{text-align:center;margin:40px 0 0}

/* Hosts */
.hosts{background:var(--ink);color:#fff;padding:90px 0}
.hosts-h{margin-bottom:44px}
.host-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.host-photo{position:relative;aspect-ratio:1/1;max-height:440px;border-radius:var(--r);overflow:hidden;background:var(--red);margin-bottom:22px;border:3px solid #fff;box-shadow:10px 10px 0 var(--red)}
.host-photo-g{box-shadow:-10px 10px 0 var(--sun);transform:rotate(1.5deg)}
.host-photo-d{transform:rotate(-1.5deg)}
.host-photo img{width:100%;height:100%;object-fit:cover}
.host-photo.is-empty img{display:none}
.host-photo.is-empty::before{content:"fotoğraf gelecek";position:absolute;inset:0;display:grid;place-items:center;font-family:var(--brand);font-size:20px;color:#fff;opacity:.85}
.host-tag{position:absolute;left:16px;bottom:16px;font-family:var(--brand);font-weight:700;font-size:22px;background:#fff;color:var(--red);padding:4px 16px;border-radius:var(--r-pill)}
.host h3{font-family:var(--brand);font-weight:600;font-size:28px;margin-bottom:4px}
.host-role{color:var(--sun);font-weight:500;margin:0 0 12px}
.host p{color:#ddd}
.hosts-foot{margin:48px auto 0;max-width:640px;text-align:center;color:#bbb;font-size:17px}

/* Suggest — a sticky note */
.suggest{position:relative;padding:96px 0;background:var(--pink)}
.suggest-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.suggest-copy p{font-size:18px;max-width:480px}
.wanted{margin-top:36px}
.wanted h3{font-family:var(--brand);font-weight:600;font-size:18px;margin-bottom:10px}
.wanted ol{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}
.wanted li{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff;border-radius:12px;padding:10px 14px;border:2px solid var(--ink);font-size:15px}
.wanted li b{font-family:var(--brand);color:var(--red);white-space:nowrap}
.wanted button{font:inherit;font-family:var(--brand);font-weight:600;background:var(--sun);border:2px solid var(--ink);border-radius:var(--r-pill);padding:4px 10px;cursor:pointer}
.note{background:var(--sun);padding:32px;border-radius:6px;transform:rotate(-1deg);box-shadow:14px 14px 0 var(--ink);border:2px solid var(--ink)}
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;font-family:var(--brand);font-weight:600;font-size:15px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.field textarea,.field input{font:16px var(--body);padding:12px 14px;border:2px solid var(--ink);border-radius:10px;background:#fff;width:100%}
.check{display:flex;align-items:center;gap:10px;margin:4px 0 18px;font-size:15px}
.check input{width:20px;height:20px;accent-color:var(--red)}
.hp{position:absolute;left:-9999px}
.form-msg{margin:12px 0 0;font-weight:500;min-height:1.4em}
.form-msg.ok{color:#0a6b2f}.form-msg.err{color:var(--red-deep)}

/* Listen */
.listen{padding:90px 0}
.listen h2{margin-bottom:32px}
.listen-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.listen-card{display:flex;flex-direction:column;gap:6px;padding:26px 22px;border-radius:var(--r);background:#fff;border:2px solid var(--ink);text-decoration:none;box-shadow:6px 6px 0 var(--ink)}
.listen-card svg{width:40px;height:40px;color:var(--red);margin-bottom:8px}
.listen-card strong{font-family:var(--brand);font-weight:600;font-size:20px}
.listen-card span{color:var(--mute);font-size:14px}
.listen-card:hover{background:var(--red);color:#fff}
.listen-card:hover svg,.listen-card:hover span{color:#fff}

/* Press */
.press{padding:40px 0 100px}
.press-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:center}
.press-cover{margin:0;transform:rotate(-2deg);border:3px solid var(--ink);box-shadow:12px 12px 0 var(--red);border-radius:8px;overflow:hidden;max-width:380px}
.press h2{margin-bottom:20px}
.press blockquote{margin:0 0 24px;padding-left:22px;border-left:5px solid var(--red)}
.press blockquote p{font-family:var(--brand);font-weight:500;font-size:22px;line-height:1.35;margin:0 0 10px}
.press cite{font-style:normal;color:var(--mute)}
.press-contact a{color:var(--red);font-weight:500}

/* Footer */
.foot{background:var(--red);color:#fff;padding:64px 0 24px}
.foot-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px}
.foot-brand .brand-top{font-size:28px}
.foot-brand .brand-pill{background:#fff;color:var(--red);font-size:18px;margin-top:4px;display:inline-block}
.foot-brand p{margin:20px 0 12px;max-width:420px}
.foot-news{display:flex;gap:10px;max-width:460px}
.foot-news input{flex:1;font:16px var(--body);padding:12px 16px;border-radius:var(--r-pill);border:2px solid #fff;background:transparent;color:#fff}
.foot-news input::placeholder{color:rgba(255,255,255,.7)}
.foot-links{display:flex;flex-direction:column;gap:10px;align-items:flex-start}
.foot-links a{text-decoration:none;font-family:var(--brand);font-weight:600;font-size:18px}
.foot-links a:hover{text-decoration:underline}
.foot-legal{text-align:center;margin:56px 0 0;font-size:13px;opacity:.85}

/* Lightbox */
.lightbox{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:20px}
.lightbox[hidden]{display:none}
.lightbox-bg{position:absolute;inset:0;background:rgba(20,20,20,.85)}
.lightbox-box{position:relative;background:#fff;border-radius:var(--r);padding:22px;max-width:900px;width:100%;border:3px solid var(--ink);box-shadow:12px 12px 0 var(--red)}
.lightbox-x{position:absolute;top:-18px;right:-18px;width:44px;height:44px;border-radius:50%;border:3px solid var(--ink);background:var(--sun);font-size:26px;line-height:1;cursor:pointer}
.lightbox-video{aspect-ratio:16/9;background:var(--ink);border-radius:12px;overflow:hidden;margin-bottom:16px;display:grid;place-items:center;color:#fff;font-family:var(--brand);text-align:center;padding:20px}
.lightbox-video iframe{width:100%;height:100%;border:0}
.lightbox-video a{color:var(--sun)}
.lightbox h3{font-family:var(--brand);font-weight:600;font-size:24px;margin-bottom:6px}
.lightbox p{margin:0;color:var(--mute)}

/* Countdown */
.countdown{background:var(--sun);border-bottom:3px solid var(--ink)}
.countdown[hidden]{display:none}
.countdown-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:26px 24px;flex-wrap:wrap}
.cd-label{font-family:var(--brand);font-weight:600;font-size:14px;background:var(--ink);color:#fff;padding:4px 12px;border-radius:var(--r-pill)}
.cd-teaser{font-family:var(--brand);font-weight:600;font-size:clamp(20px,2.4vw,30px);margin-top:10px;max-width:640px}
.cd-clock{display:flex;gap:10px}
.cd-clock div{background:#fff;border:2px solid var(--ink);border-radius:14px;min-width:78px;padding:10px 8px;text-align:center;box-shadow:4px 4px 0 var(--ink)}
.cd-clock b{display:block;font-family:var(--display);font-size:40px;line-height:1}
.cd-clock span{font-family:var(--brand);font-weight:600;font-size:12px}
.cd-live{font-family:var(--brand);font-weight:600;font-size:22px;margin:0}
.cd-live a{color:var(--red)}

/* Shorts */
.shorts{padding:20px 0 90px;overflow:hidden}
.shorts[hidden]{display:none}
.sec-sub{margin:0;color:var(--mute);font-size:17px}
.shorts-track{display:flex;gap:18px;overflow-x:auto;max-width:var(--wrap);margin:0 auto;padding:8px 24px 24px;scroll-snap-type:x mandatory;scrollbar-width:none}
.shorts-track::-webkit-scrollbar{display:none}
.short{flex:0 0 210px;scroll-snap-align:start;border:0;padding:0;background:var(--red);border-radius:16px;overflow:hidden;aspect-ratio:9/16;position:relative;cursor:pointer;box-shadow:5px 5px 0 var(--ink);text-align:left;transform:rotate(0);transition:transform .15s}
.short:nth-child(odd){transform:rotate(-1.5deg)}.short:nth-child(even){transform:rotate(1.5deg)}
.short:hover{transform:rotate(0) scale(1.03)}
.short img{width:100%;height:100%;object-fit:cover}
.short span{position:absolute;left:12px;right:12px;bottom:14px;color:#fff;font-family:var(--brand);font-weight:600;font-size:15px;line-height:1.25;text-shadow:0 2px 8px rgba(0,0,0,.7)}
.short::after{content:"";position:absolute;inset:auto 0 0 0;height:45%;background:linear-gradient(transparent,rgba(0,0,0,.75))}
.short span{z-index:1}

/* Worlds */
.worlds{padding:0 0 90px;background:var(--ink);color:#fff}
.worlds[hidden]{display:none}
.worlds-h{font-family:var(--display);text-transform:uppercase;font-size:clamp(34px,4.5vw,56px);margin-bottom:30px}
.world-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.world{position:relative;border-radius:var(--r);overflow:hidden;border:3px solid #fff;min-height:380px;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;text-decoration:none;color:#fff}
.world.tone-red{background:var(--red);box-shadow:10px 10px 0 var(--red)}
.world.tone-sun{background:var(--sun);color:var(--ink);box-shadow:10px 10px 0 var(--sun)}
.world img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}
.world.is-empty img{display:none}
.world > *{position:relative}
.world-owner{font-family:var(--brand);font-weight:600;font-size:14px;background:#fff;color:var(--ink);padding:3px 12px;border-radius:var(--r-pill);align-self:flex-start;margin-bottom:10px}
.world h3{font-family:var(--brand);font-weight:700;font-size:34px;margin-bottom:8px}
.world p{margin:0 0 16px;max-width:440px;font-size:16px}
.world .btn{align-self:flex-start}

/* Poll + testimonials */
.voices{padding:90px 0 40px}
.voices-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:start}
.poll{background:#fff;border:3px solid var(--ink);border-radius:var(--r);padding:30px;box-shadow:10px 10px 0 var(--red);transform:rotate(-1deg)}
.poll[hidden],.testi[hidden]{display:none}
.poll-kicker{font-family:var(--brand);font-weight:600;font-size:14px;background:var(--red);color:#fff;padding:4px 12px;border-radius:var(--r-pill)}
.poll h2{font-family:var(--brand);font-weight:600;font-size:26px;line-height:1.2;margin:14px 0 20px}
.poll-opts{display:flex;flex-direction:column;gap:10px}
.poll-opt{position:relative;display:flex;justify-content:space-between;align-items:center;gap:12px;font:500 16px var(--body);text-align:left;background:var(--paper);border:2px solid var(--ink);border-radius:12px;padding:12px 16px;cursor:pointer;overflow:hidden}
.poll-opt .bar{position:absolute;left:0;top:0;bottom:0;background:var(--pink);width:0;transition:width .6s}
.poll-opt > span{position:relative}
.poll-opt b{font-family:var(--brand);color:var(--red);position:relative}
.poll-opt.is-mine{border-color:var(--red)}
.poll-opt:disabled{cursor:default}
.poll-note{margin:16px 0 0;font-size:14px;color:var(--mute)}
.testi h2{font-family:var(--display);text-transform:uppercase;font-size:clamp(34px,4.5vw,56px);margin-bottom:22px}
.testi-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.bubble{position:relative;background:#fff;border:2px solid var(--ink);border-radius:20px;padding:18px 20px;font-size:15px}
.bubble::after{content:"";position:absolute;left:26px;bottom:-14px;width:22px;height:22px;background:#fff;border:2px solid var(--ink);border-top:0;border-left:0;transform:rotate(45deg) skew(10deg,10deg)}
.bubble:nth-child(even){background:var(--sun);transform:rotate(1deg)}
.bubble:nth-child(even)::after{background:var(--sun)}
.bubble:nth-child(odd){transform:rotate(-1deg)}
.bubble p{margin:0 0 8px;font-weight:500;line-height:1.4}
.bubble cite{font-style:normal;color:var(--mute);font-size:13px}

/* Guests */
.guests{padding:40px 0 90px}
.guests[hidden]{display:none}
.guests h2{font-family:var(--display);text-transform:uppercase;font-size:clamp(34px,4.5vw,56px);margin-bottom:24px}
.guest-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.guest{background:#fff;border:2px solid var(--ink);border-radius:var(--r);padding:18px;text-align:center;box-shadow:6px 6px 0 var(--ink)}
.guest img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 12px;border:3px solid var(--red)}
.guest h3{font-family:var(--brand);font-weight:600;font-size:18px}
.guest p{margin:4px 0 0;color:var(--mute);font-size:14px}

/* Responsive */
@media (max-width:1020px){
  .ep-grid{grid-template-columns:repeat(3,1fr)}
  .listen-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:820px){
  .nav-links{display:none}.nav-burger{display:block}
  .hero-grid{grid-template-columns:1fr;padding:48px 24px 56px}
  .doodle-squiggle{display:none}
  .hero-thumb{justify-self:start}
  .play-card{transform:rotate(0)}
  .doodle-spark{display:none}
  .ep-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .host-grid,.suggest-grid,.press-grid,.foot-grid,.world-grid,.voices-grid{grid-template-columns:1fr}
  .guest-grid{grid-template-columns:repeat(2,1fr)}
  .poll{transform:none}
  .cd-clock div{min-width:64px}.cd-clock b{font-size:30px}
  .press-cover{max-width:300px}
  .field-row{grid-template-columns:1fr}
  .note{transform:none}
}
@media (max-width:480px){
  .ep-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ep-body{padding:12px}.ep h3{font-size:15px}.ep p{display:none}.ep-theme{font-size:11px}.ep-meta{font-size:12px}.ep{box-shadow:4px 4px 0 var(--ink)}
  .listen-grid{grid-template-columns:1fr}
  .testi-grid{grid-template-columns:1fr}
  .hero-q{text-shadow:3px 3px 0 var(--ink)}
}

/* ===== Bölüm sayfası ===== */
.ep-page{padding:40px 0 80px}
.ep-page-grid{display:grid;grid-template-columns:1.6fr .8fr;gap:48px;align-items:start}
.ep-crumb{font-family:var(--brand);font-weight:600;font-size:14px;color:var(--mute);margin:0 0 12px}
.ep-crumb a{text-decoration:none;color:var(--red)}
.ep-title{font-family:var(--display);text-transform:uppercase;font-size:clamp(36px,5vw,64px);line-height:.98;margin-bottom:10px}
.ep-meta-line{color:var(--mute);margin:0 0 22px;font-family:var(--brand);font-weight:600}
.ep-player{position:relative;aspect-ratio:16/9;background:var(--ink);border-radius:var(--r);overflow:hidden;border:3px solid var(--ink);box-shadow:10px 10px 0 var(--red);margin-bottom:28px}
.ep-player iframe{width:100%;height:100%;border:0}
.ep-player-btn{position:absolute;inset:0;border:0;padding:0;background:none;cursor:pointer;width:100%}
.ep-player-btn img,.ep-player-img{width:100%;height:100%;object-fit:cover;object-position:center 25%;opacity:.85}
.ep-player-btn .play-btn svg{width:90px;height:90px;padding:24px;background:#fff;color:var(--red);border-radius:50%}
.ep-player-note{position:absolute;left:0;right:0;bottom:0;margin:0;padding:14px;background:rgba(20,20,20,.85);color:#fff;font-family:var(--brand);text-align:center}
.ep-player-note a{color:var(--sun)}
.ep-lead{font-size:20px;font-family:var(--brand);font-weight:500;line-height:1.45;margin:0 0 20px}
.ep-body-rich{font-size:17px;line-height:1.7;max-width:70ch}
.ep-body-rich h2,.ep-body-rich h3{font-family:var(--brand);font-weight:600;margin:28px 0 10px}
.ep-body-rich h2{font-size:26px}.ep-body-rich h3{font-size:20px}
.ep-body-rich blockquote{margin:20px 0;padding:14px 20px;background:var(--sun);border:2px solid var(--ink);border-radius:12px;font-family:var(--brand);font-weight:500}
.ep-body-rich img{border-radius:12px;border:2px solid var(--ink)}
.ep-tags{margin:24px 0}
.ep-tags .pill{font-size:13px;padding:5px 12px;margin-bottom:6px}
.ep-share{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:24px 0;font-family:var(--brand);font-weight:600}
.ep-share a,.ep-share button{font:inherit;text-decoration:none;background:#fff;border:2px solid var(--ink);border-radius:var(--r-pill);padding:6px 14px;cursor:pointer}
.ep-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:36px;border-top:2px solid var(--line);padding-top:24px}
.ep-nav a{text-decoration:none;font-family:var(--brand);font-weight:600;display:flex;flex-direction:column;gap:4px}
.ep-nav small{color:var(--mute);font-weight:500}
.ep-nav-next{text-align:right}
.ep-side{display:flex;flex-direction:column;gap:20px;position:sticky;top:90px}
.ep-side-box{background:#fff;border:2px solid var(--ink);border-radius:var(--r);padding:22px;box-shadow:6px 6px 0 var(--ink)}
.ep-side-box h2{font-family:var(--brand);font-weight:600;font-size:18px;margin-bottom:12px}
.ep-side-cta{background:var(--sun)}
.ep-side-cta p{margin:0 0 14px}
.ep-side-link{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:500;padding:8px 0;border-bottom:1px solid var(--line)}
.ep-side-link:last-child{border:0}
.ep-side-link svg{width:24px;height:24px;color:var(--red)}
.ep-rel{display:flex;gap:12px;align-items:center;text-decoration:none;font-weight:500;padding:8px 0;border-bottom:1px solid var(--line)}
.ep-rel:last-child{border:0}
.ep-rel img{width:56px;height:74px;object-fit:cover;object-position:top;border-radius:8px;border:2px solid var(--ink);flex:none}
.ep-rel span{font-size:14px}
@media (max-width:900px){.ep-page-grid{grid-template-columns:1fr}.ep-side{position:static}.ep-nav{grid-template-columns:1fr}.ep-nav-next{text-align:left}}
