/* Anton is only a fallback for devices without Impact (Android, Linux). It is not downloaded where Impact exists. */
@font-face { font-family: "Anton"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/fonts/anton-latin-400.woff2") format("woff2"); }

:root {
  --cream: #F7EBD7;
  --black: #0B0B0B;
  --red: #B81E23;
  --blue: #1E4ED8;
  --yellow: #F6D860;
  --paper: #FFFDF8;
  --sans: Arial, Helvetica, sans-serif;
  --display: Impact, "Anton", Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --hand: "Segoe Print", "Bradley Hand", cursive;
  --pad: clamp(20px, 5vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--cream); font-family: var(--sans); font-size: 17px; line-height: 1.48; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

.topbar { position: sticky; top: 0; z-index: 50; height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 6px var(--pad); background: rgba(247,235,215,.95); border-bottom: 2px solid var(--black); backdrop-filter: blur(12px); }
.brand-lockup { display: flex; align-items: center; gap: 15px; min-width: 0; }
.brand { width: clamp(118px, 13vw, 166px); flex: 0 0 auto; }
.topbar-tagline { margin: 0; padding-left: 15px; border-left: 2px solid var(--black); font-size: .75rem; line-height: 1.15; letter-spacing: .025em; text-transform: uppercase; white-space: nowrap; }
.topbar-tagline strong { color: var(--red); }
.topbar nav { display: flex; align-items: center; gap: clamp(15px, 2.2vw, 30px); font-weight: 800; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.topbar nav a { text-decoration: none; }
.topbar nav > a:hover { color: var(--red); }
.nav-actions { display: flex; gap: 7px; align-items: center; }
.nav-media { display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; border: 2px solid var(--black); box-shadow: 3px 3px 0 var(--black); transition: transform .15s, box-shadow .15s; }
.nav-media:hover { transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--black); }
.nav-media svg { width: 15px; height: 15px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nav-listen svg, .media-option.listen svg { fill: none; }
.nav-watch { background: var(--red); color: white; }
.nav-listen { background: var(--blue); color: white; }
.menu-button { display: none; background: var(--black); color: white; border: 0; padding: 9px 12px; font: 800 .72rem var(--sans); text-transform: uppercase; }

.hero { min-height: 610px; display: grid; grid-template-columns: 1fr .93fr; gap: clamp(38px, 6vw, 88px); align-items: center; padding: clamp(42px, 6vw, 76px) var(--pad) clamp(52px, 7vw, 88px); position: relative; }
.hero:before { content: ""; position: absolute; width: 240px; height: 13px; background: var(--blue); left: -50px; bottom: 31px; transform: rotate(7deg); }
.eyebrow { font-weight: 900; font-size: .68rem; letter-spacing: .15em; margin: 0 0 11px; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; font-synthesis: none; text-transform: uppercase; line-height: .92; letter-spacing: .005em; margin: 0; }
h1 { font-size: clamp(3.8rem, 7vw, 7rem); max-width: 760px; }
h1 span { color: var(--red); display: inline-block; transform: rotate(-1.2deg); }
.intro { max-width: 650px; font-size: clamp(.98rem, 1.2vw, 1.16rem); font-weight: 650; line-height: 1.43; margin: 22px 0; }
.hero-actions { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.button { display: inline-block; text-decoration: none; padding: 11px 17px; font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; border: 2px solid var(--black); box-shadow: 4px 4px 0 var(--black); transition: transform .15s, box-shadow .15s; }
.button:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--black); }
.button.red { background: var(--red); color: white; }

.marquee { background: var(--black); color: var(--cream); border-block: 2px solid var(--black); overflow: hidden; padding: 10px 0 8px; transform: rotate(-.6deg) scale(1.01); }
.marquee-track { display: flex; width: max-content; will-change: transform; animation: marquee-loop 24s linear infinite; }
.marquee-group { display: flex; flex-shrink: 0; min-width: 100vw; align-items: center; justify-content: space-around; gap: clamp(34px, 4vw, 72px); padding-right: clamp(34px, 4vw, 72px); white-space: nowrap; font: 1.55rem/1 var(--display); letter-spacing: .08em; }
.marquee-group span:nth-child(even) { color: var(--yellow); }
@keyframes marquee-loop { to { transform: translate3d(-50%, 0, 0); } }

.format-section { padding: clamp(60px, 7vw, 92px) var(--pad); }
.section-heading { max-width: 900px; margin-bottom: 36px; }
h2 { font-size: clamp(2.7rem, 5vw, 5.5rem); }
.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 40px); }
.format-card { position: relative; min-height: 315px; padding: clamp(27px, 3.5vw, 44px); border: 3px solid var(--black); box-shadow: 7px 7px 0 var(--black); }
.format-card.before { background: var(--red); color: white; transform: rotate(-.7deg); }
.format-card.after { background: var(--blue); color: white; transform: rotate(.7deg); }
.number { position: absolute; top: 15px; right: 19px; font: 3.3rem/1 var(--display); color: rgba(255,255,255,.32); }
.small-label { font-size: .64rem; font-weight: 900; letter-spacing: .14em; }
.format-card h3 { font-size: clamp(2.8rem, 4.5vw, 4.7rem); margin: 20px 0 16px; }
.format-card > p:last-of-type { font-size: 1rem; font-weight: 700; max-width: 560px; }
.scribble { position: absolute; bottom: 18px; right: 24px; font: .78rem var(--hand); background: var(--cream); color: var(--black); padding: 6px 10px; transform: rotate(-2deg); }
.spoiler-note { max-width: 900px; margin: 34px auto 0; padding: 15px 21px; border-left: 7px solid var(--yellow); background: var(--paper); font-size: .9rem; }

.duo-section { background: var(--black); color: white; padding: clamp(62px, 7vw, 96px) var(--pad); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(38px, 6vw, 82px); }
.duo-intro p:not(.eyebrow) { max-width: 680px; font-size: .98rem; color: #dedede; }
.duo-intro h2 { color: var(--yellow); margin-bottom: 24px; }
.profile-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-content: center; }
.profile { position: relative; min-height: 420px; border: 2px solid white; box-shadow: 6px 6px 0 white; overflow: hidden; }
.profile.ihan { transform: rotate(1.4deg); }
.profile.joel { transform: rotate(-1.4deg); }
.profile > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.06); }
.profile.ihan > img { object-position: 65% center; }
.profile.joel > img { object-position: 65% center; }
.profile:after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.92)); }
.profile-copy { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; color: white; }
.profile-name { font: clamp(3.2rem, 5vw, 5.5rem)/.78 var(--display); }
.profile p { font-size: .82rem; line-height: 1.35; font-weight: 700; }
.profile-tag { display: inline-block; background: var(--yellow); color: var(--black); font-size: .58rem; font-weight: 900; letter-spacing: .12em; padding: 6px 8px; transform: rotate(-2deg); }

.manifesto { padding: clamp(66px, 8vw, 108px) var(--pad); display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(42px, 7vw, 100px); align-items: center; }
blockquote { margin: 0; font: clamp(3.5rem, 6.5vw, 7rem)/.88 var(--display); text-transform: uppercase; position: relative; }
blockquote:after { content: ""; display: block; width: 64%; height: 7px; background: var(--red); transform: rotate(-2deg); margin-top: 22px; }
.manifesto-copy { font-size: 1.02rem; font-weight: 650; }

.watch-listen-section { padding: clamp(58px, 7vw, 92px) var(--pad); background: var(--red); color: white; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(34px, 6vw, 80px); }
.watch-listen-heading h2 { font-size: clamp(2.8rem, 5.2vw, 5.8rem); }
.media-options { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.media-option { position: relative; min-height: 280px; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; color: white; border: 3px solid var(--black); box-shadow: 7px 7px 0 var(--black); text-decoration: none; overflow: hidden; transition: transform .18s, box-shadow .18s; }
.media-option:hover { transform: translate(3px,3px) rotate(0deg); box-shadow: 4px 4px 0 var(--black); }
.media-option.watch { background: var(--black); transform: rotate(-1deg); }
.media-option.listen { background: var(--blue); transform: rotate(1deg); }
.media-option.listen:hover, .media-option.watch:hover { transform: translate(3px,3px) rotate(0); }

.media-kicker { font-size: .65rem; font-weight: 900; letter-spacing: .14em; }
.media-option > strong { font: clamp(4rem, 6vw, 6.6rem)/.82 var(--display); }
.media-status { margin-top: 15px; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }

.partner-section { padding: clamp(62px, 7vw, 92px) var(--pad); background: var(--blue); color: white; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 7vw, 96px); }
.partner-copy { font-size: 1.02rem; font-weight: 650; }

footer { padding: 27px var(--pad); display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; background: var(--cream); border-top: 2px solid var(--black); font-size: .82rem; font-weight: 800; }
footer img { width: 142px; }
.copyright { font-size: .65rem; text-transform: uppercase; }

.back-home { font-size: .72rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; text-underline-offset: 4px; }
.listen-page { background: var(--blue); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .topbar nav { gap: 14px; }
  .topbar-tagline { display: none; }
  .duo-section { grid-template-columns: 1fr; }
  .profile { min-height: 390px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .topbar { height: 62px; }
  .brand-lockup { gap: 9px; }
  .brand { width: 112px; }
  .topbar-tagline { display: block; font-size: .75rem; padding-left: 9px; }
  .menu-button { display: block; }
  .topbar nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 20px; background: var(--cream); border-bottom: 2px solid var(--black); flex-direction: column; align-items: stretch; }
  .topbar nav.open { display: flex; }
  .nav-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 5px; }
  .nav-media { justify-content: center; }
  .hero, .manifesto, .partner-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 42px; }

  .format-grid, .profile-stack { grid-template-columns: 1fr; }
  .format-card { min-height: 300px; }
  .profile { min-height: 460px; }
  .watch-listen-section { grid-template-columns: 1fr; }
  .media-options { grid-template-columns: 1fr 1fr; }
  .media-option { min-height: 220px; padding: 20px; }

  .back-home { font-size: .62rem; }
  footer { grid-template-columns: 1fr; gap: 9px; }
}

@media (max-width: 480px) {
  .media-options { grid-template-columns: 1fr; }
  .media-option { min-height: 205px; }
  .topbar-tagline { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Approved direction 01: Biografsalen. Photo pixels remain unaltered. */
.topbar { height: 88px; border-bottom: 1px solid #0b0b0b22; padding-inline: clamp(16px, 3vw, 48px); background: var(--cream); }
.topbar-tagline { display: block; text-transform: none; letter-spacing: 0; font-size: .875rem; border: 0; padding-left: 0; line-height: 1.3; }
.topbar-tagline strong { color: inherit; }
.topbar nav { font-size: .875rem; text-transform: none; letter-spacing: 0; }
.nav-media { background: none; color: var(--red); border: 0; box-shadow: none; padding: 8px; font-size: 1rem; }
.nav-listen { color: var(--blue); }
.nav-media svg { width: 29px; height: 29px; }
.nav-media:hover { transform: none; box-shadow: none; opacity: .75; }
.cinema-hero { display: block; isolation: isolate; min-height: 0; height: clamp(460px, 44vw, 720px); padding: 0; overflow: hidden; background: #200304; color: var(--cream); }
.cinema-hero::before { display: none; }
.cinema-photo { position: absolute; right: 0; top: 0; width: 74%; height: 100%; overflow: hidden; z-index: -2; }
.cinema-photo img { width: 100%; height: auto; max-width: none; }
.cinema-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #200304 0%, #200304a0 8%, transparent 29%); }
.cinema-hero .hero-copy { width: 47%; padding: clamp(38px, 5vw, 78px) 0 28px clamp(24px, 4vw, 64px); }
.cinema-hero h1 { font-size: clamp(2.8rem, 5.05vw, 5.3rem); font-weight: 400; font-synthesis: none; line-height: 1.06; letter-spacing: .015em; }
.cinema-hero h1 span { transform: none; color: #ef2836; position: relative; padding-bottom: 12px; }
.cinema-hero h1 span::after { content: ''; position: absolute; bottom: 0; left: 3%; width: 93%; height: 5px; border-radius: 60%; background: #366bff; transform: rotate(-1deg); }
.cinema-hero .intro { font-size: clamp(1rem, 1.55vw, 1.4rem); font-weight: 400; margin: 20px 0; }
.cinema-hero .hero-actions { gap: 12px; }
.cinema-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 10px 18px; border-radius: 100px; border: 2px solid currentColor; font-size: .9375rem; font-weight: 700; text-decoration: none; transition: background .15s, transform .15s; }
.cinema-button:hover { transform: translateY(-2px); }
.cinema-button svg { width: 22px; height: 22px; flex-shrink: 0; fill: currentColor; }
.cinema-watch { color: var(--black); background: var(--yellow); border-color: var(--yellow); }
.cinema-watch svg { color: var(--red); }
.cinema-listen { color: var(--cream); background: #20030455; }
.cinema-listen svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linejoin: round; }

.cinema-hand { color: #6b98ff; font: italic clamp(1.3rem, 2.1vw, 2rem)/1.05 var(--hand); transform: rotate(-5deg); width: fit-content; margin: clamp(22px, 3vw, 44px) 0 0; }
.marquee { transform: none; background: var(--cream); color: var(--black); border-block: 1px solid #0b0b0b55; padding: 20px 0; position: relative; }
.marquee::before, .marquee::after { content: ''; position: absolute; left: 0; right: 0; height: 7px; background: repeating-linear-gradient(90deg, var(--black) 0 8px, transparent 8px 17px); }
.marquee::before { top: 3px; }.marquee::after { bottom: 3px; }
.marquee-group { font: 800 .9375rem/1.2 var(--sans); letter-spacing: .12em; gap: 48px; padding-right: 48px; }
.marquee-group span:nth-child(even) { color: inherit; }
.marquee-group span::after { content: '•'; color: var(--red); margin-left: 48px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
@media (min-width: 761px) and (max-width: 1100px) {
  .topbar nav { gap: 10px; }.brand { width: 130px; }
  .cinema-button { padding: 9px 12px; font-size: .875rem; }
}
@media (max-width: 1000px) {
  .topbar { height: auto; min-height: 76px; padding: 8px 12px; gap: 8px; flex-wrap: wrap; }
  .brand { width: 102px; }.brand-lockup { gap: 10px; }
  .topbar-tagline { display: block; font-size: .75rem; padding: 0; }
  .menu-button { padding: 8px; font-size: .75rem; margin-left: auto; }
  .topbar nav { display: flex; position: static; padding: 0; border: 0; background: none; flex-direction: row; width: 100%; justify-content: flex-end; }
  .topbar nav > a { display: none; }
  .topbar nav.open { flex-wrap: wrap; justify-content: flex-start; gap: 18px; padding-top: 8px; }
  .topbar nav.open > a { display: block; }
  .nav-actions { display: flex; margin: -4px 0 0; gap: 16px; }
  .nav-media { padding: 2px 5px; min-height: 32px; font-size: .875rem; }.nav-media svg { width: 24px; height: 24px; }
  .cinema-hero { height: auto; display: flex; flex-direction: column; background: var(--cream); color: var(--black); }
  .cinema-photo { position: relative; z-index: 0; width: 100%; height: auto; aspect-ratio: 1.6; }
  .cinema-photo::after { display: none; }
  .cinema-hero .hero-copy { width: 100%; padding: 22px 22px 28px; }
  .cinema-hero h1 { font-size: clamp(2rem, 9.8vw, 4.6rem); }
  .cinema-hero h1 span { color: var(--red); }
  .cinema-hero .intro { font-size: 1.0625rem; margin: 18px 0; }
  .cinema-hero .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .cinema-button { width: 100%; font-size: 1rem; }
  .cinema-listen { background: transparent; color: var(--black); }

  .cinema-hand { color: var(--blue); font-size: 1.5rem; text-align: center; margin: 20px auto 0; }
}
@media (prefers-reduced-motion: reduce) { .cinema-button { transition: none; } }

/* Database-driven episode spotlight. Kept separate from the editorial layout above. */
.latest-episode { padding: clamp(48px, 6vw, 80px) var(--pad); display: grid; grid-template-columns: .68fr 1.32fr; align-items: end; gap: clamp(24px, 4vw, 58px); background: var(--paper); }
.latest-episode[hidden] { display: none; }
.latest-episode h2 { font-size: clamp(2.7rem, 4.7vw, 5rem); }.latest-episode h2 span { color: var(--red); }
.latest-episode-card { display:grid; grid-template-columns: minmax(170px,.62fr) 1fr; align-items:stretch; text-decoration:none; border:2px solid var(--black); box-shadow:7px 7px 0 var(--black); background:var(--cream); transition:transform .16s,box-shadow .16s; }
.latest-episode-card:hover { transform:translate(3px,3px); box-shadow:4px 4px 0 var(--black); }.latest-episode-card img { width:100%;height:100%;min-height:210px;object-fit:cover; }.latest-episode-card > div { padding:24px; }.latest-episode-card h3 { font-size:clamp(2rem,3vw,3.35rem); }.latest-episode-card span:last-child { display:inline-block;margin-top:14px;font-weight:900;color:var(--blue); }
@media(max-width:760px){.latest-episode{grid-template-columns:1fr}.latest-episode-card{grid-template-columns:1fr}.latest-episode-card img{aspect-ratio:16/9;min-height:0}}

/* Social section. No embedded feeds or tracking scripts. */
.social-section { padding: clamp(48px, 6vw, 88px) var(--pad); background: var(--paper); scroll-margin-top: 100px; }
.social-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 32px; }
.social-heading h2 { font-size: clamp(2.5rem, 4.4vw, 4.7rem); font-weight: 400; line-height: 1.03; }
.social-heading h2 span { color: var(--red); }
.social-heading .eyebrow { color: var(--blue); font-size: .8125rem; }
.social-heading > p { max-width: 350px; margin: 0; font-size: 1rem; }

@media (max-width: 600px) {
  .social-heading { display: block; }.social-heading > p { margin-top: 18px; }
}

/* Episode hub */
.episode-hub-page { background: var(--cream); color: var(--black); }
.listen-topbar .back-home { font-size: .875rem; font-weight: 800; text-underline-offset: 4px; }
.episode-hub-main { overflow: hidden; }
.episode-hub-hero { min-height: 315px; display: grid; grid-template-columns: .94fr 1.06fr; background: #230405; color: var(--cream); }
.episode-hub-copy { padding: clamp(34px, 4.5vw, 58px) var(--pad); align-self: center; }
.episode-hub-copy h1 { font-size: clamp(2.65rem, 4.5vw, 4.7rem); font-weight: 400; font-synthesis: none; line-height: 1.02; letter-spacing: .012em; }
.episode-hub-copy h1 span { color: var(--yellow); }
.episode-hub-copy > p:last-child { max-width: 520px; margin: 24px 0 0; font-size: 1.125rem; }
.episode-hub-photo { margin: 0; position: relative; height: clamp(315px, 27vw, 430px); overflow: hidden; }
.episode-hub-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #230405 0, transparent 26%); }
.episode-hub-photo img { width: 100%; height: auto; max-width: none; }
.podcast-services { padding: 34px var(--pad) 30px; background: var(--paper); border-bottom: 1px solid #0b0b0b28; display: grid; grid-template-columns: minmax(245px, .8fr) minmax(520px, 1.6fr); gap: 28px 52px; align-items: center; }
.service-intro .eyebrow { color: var(--blue); margin-bottom: 5px; }
.service-intro h2 { font-size: clamp(1.75rem, 2.7vw, 3rem); font-weight: 400; line-height: 1; }
.service-icons { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 2vw, 26px); }
.service-icon { display: grid; grid-template-rows: 42px auto; justify-items: center; gap: 6px; min-width: 72px; color: var(--black); opacity: .7; }
.service-icon svg { width: 39px; height: 39px; fill: currentColor; }
.service-icon.spotify { color: #168d4b; }.service-icon.apple { color: var(--blue); }.service-icon.podimo { color: #6547db; }.service-icon.youtube { color: var(--red); }
.service-icon > span { color: var(--black); font-size: .75rem; font-weight: 800; text-align: center; white-space: nowrap; }
.services-status { grid-column: 2; margin: -15px 0 0; color: #645e56; font-size: .8125rem; text-align: right; }
.episode-archive { padding: clamp(58px, 7vw, 96px) var(--pad) clamp(70px, 9vw, 120px); }
.episode-archive-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px; align-items: end; margin-bottom: 36px; }
.episode-archive-heading .eyebrow { color: var(--red); }
.episode-archive-heading h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); font-weight: 400; line-height: .98; }
.episode-archive-heading > p { max-width: 470px; margin: 0 0 6px; font-size: 1rem; }
.episode-row { display: grid; grid-template-columns: minmax(220px, .46fr) minmax(360px, 1fr) auto; align-items: center; gap: clamp(24px, 4vw, 56px); padding: 18px; background: var(--paper); border: 2px solid var(--black); box-shadow: 7px 7px 0 var(--black); }
.episode-cover { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #230405; color: inherit; text-decoration: none; }
.episode-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center 8%; }
.episode-cover::after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, #0009); pointer-events: none; }
.episode-cover:hover img { transform: scale(1.025); }
.episode-cover img { transition: transform .25s ease; }
.episode-cover .episode-number { z-index: 1; }
.episode-number { position: absolute; right: 10px; bottom: 7px; color: white; font: 400 3rem/1 var(--display); text-shadow: 2px 2px 0 var(--black); }
.episode-demo-badge { display: inline-block; background: var(--yellow); color: var(--black); border: 2px solid var(--black); font-size: .6875rem; font-weight: 900; letter-spacing: .08em; padding: 6px 9px; }
.episode-demo-badge { position: absolute; z-index: 2; left: 10px; top: 10px; transform: rotate(-2deg); }
.episode-meta { margin: 0 0 11px; color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.episode-meta span { color: var(--red); margin: 0 4px; }
.episode-details h3 { font-size: clamp(2rem, 3.5vw, 3.8rem); font-weight: 400; line-height: .98; letter-spacing: .015em; }
.episode-details h3 a { text-decoration: none; }
.episode-details h3 a:hover { color: var(--red); }
.episode-details > p:last-child { max-width: 660px; margin: 15px 0 0; font-size: 1rem; }
.episode-actions { display: flex; gap: 11px; padding-right: 8px; }
.episode-action { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 72px; height: 72px; border-radius: 50%; border: 2px solid currentColor; opacity: 1; text-decoration: none; transition: transform .15s, background .15s, color .15s; }
.episode-action:hover { transform: translateY(-3px); color: white; }
.episode-action svg { width: 25px; height: 25px; fill: currentColor; }
.episode-action span { font-size: .75rem; font-weight: 900; }
.episode-action.watch { color: var(--red); }.episode-action.listen { color: var(--blue); }
.episode-action.watch:hover { background: var(--red); }.episode-action.listen:hover { background: var(--blue); }
.episode-action.listen svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linejoin: round; }
.episode-empty-note { display: flex; align-items: center; gap: 22px; width: fit-content; margin: 44px 4% 0 auto; transform: rotate(-2deg); }
.episode-empty-note > span { color: var(--red); font: italic 1.5rem/1.05 var(--hand); }
.episode-empty-note p { margin: 0; padding-left: 20px; border-left: 4px solid var(--yellow); }
@media (max-width: 980px) {
  .podcast-services { grid-template-columns: 1fr; }.service-icons { justify-content: flex-start; flex-wrap: wrap; }.services-status { grid-column: 1; margin: 0; text-align: left; }
  .episode-archive-heading { grid-template-columns: 1fr; gap: 18px; }
  .episode-row { grid-template-columns: minmax(180px, .55fr) 1fr; }.episode-actions { grid-column: 2; }
}
@media (max-width: 600px) {
  .listen-topbar { flex-wrap: nowrap; }.listen-topbar .topbar-tagline { display: none; }.listen-topbar .back-home { font-size: .75rem; }
  .episode-hub-hero { display: flex; flex-direction: column-reverse; min-height: 0; }
  .episode-hub-photo { height: auto; aspect-ratio: 1.6; }
  .episode-hub-photo::after { display: none; }
  .episode-hub-copy { padding: 28px 22px 34px; }.episode-hub-copy h1 { font-size: clamp(2.5rem, 12vw, 4.5rem); }
  .podcast-services { padding: 30px 22px; }.service-icons { gap: 18px 10px; justify-content: space-between; }.service-icon { min-width: 58px; }.service-icon svg { width: 34px; height: 34px; }.service-icon > span { white-space: normal; font-size: .6875rem; }
  .episode-archive { padding: 50px 22px 80px; }.episode-archive-heading h2 { font-size: 3rem; }
  .episode-row { display: block; padding: 12px; }.episode-details { padding: 21px 6px 16px; }.episode-actions { padding: 0 6px 9px; }.episode-action { width: auto; height: 48px; flex: 1; border-radius: 100px; flex-direction: row; }
  .episode-empty-note { margin: 35px auto 0; }
}

/* Individual episode page. Compact, editorial and reusable for every film. */
.episode-page { background: var(--cream); color: var(--black); }
.episode-topbar .back-home { font-size: .875rem; font-weight: 800; text-underline-offset: 4px; }
.episode-masthead { display: grid; grid-template-columns: minmax(440px, .86fr) minmax(0, 1.14fr); min-height: 430px; background: #111a27; color: white; }
.episode-masthead-copy { align-self: center; padding: clamp(36px, 4.5vw, 64px) clamp(28px, 4vw, 60px); }
.demo-label { display: inline-block; margin-bottom: 16px; padding: 7px 10px; background: var(--yellow); color: var(--black); border: 2px solid var(--black); transform: rotate(-1deg); font-size: .6875rem; font-weight: 900; letter-spacing: .1em; }
.episode-masthead .episode-meta { color: #92afff; }
.episode-masthead h1 { max-width: 760px; font-size: clamp(2.7rem, 4.15vw, 4.65rem); font-weight: 400; font-synthesis: none; line-height: 1.01; letter-spacing: .015em; }
.episode-masthead h1 span { color: white; display: inline; transform: none; }
.episode-deck { max-width: 690px; margin: 19px 0 0; font-size: clamp(1rem, 1.25vw, 1.125rem); line-height: 1.48; }
.episode-primary-actions { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 24px; }
.episode-listen-button { color: white; border-color: white; background: transparent; }
.episode-listen-button svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linejoin: round; }
.episode-hosts { display: flex; align-items: center; gap: 12px; margin-top: 23px; }
.episode-hosts p { margin: 0; color: #ffffffc7; font-size: .75rem; line-height: 1.35; }
.episode-hosts strong { color: white; font-size: .875rem; }
.host-faces { display: flex; padding-left: 8px; }
.host-face { position: relative; width: 62px; height: 62px; margin-left: -8px; overflow: hidden; border: 3px solid var(--cream); border-radius: 50%; background: #230405; box-shadow: 0 3px 10px #0006; }
.host-face img { width: 100%; height: 100%; object-fit: cover; }
.episode-keyart { position: relative; margin: 0; min-height: 430px; overflow: hidden; }
.episode-keyart::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #111a27 0, transparent 24%); }
.episode-keyart img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.episode-keyart figcaption { position: absolute; z-index: 1; right: 16px; bottom: 12px; max-width: 310px; color: #ffffffc7; font-size: .6875rem; text-align: right; }
.demo-disclaimer { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; padding: 14px var(--pad); background: var(--yellow); border-block: 2px solid var(--black); }
.demo-disclaimer strong { font-size: .8125rem; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.demo-disclaimer p { margin: 0; font-size: .875rem; }
.episode-player-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: clamp(22px, 3vw, 40px); padding: clamp(50px, 6vw, 82px) var(--pad); background: var(--paper); }
.episode-player { min-width: 0; scroll-margin-top: 110px; }
.episode-player > .eyebrow { color: var(--red); }

.youtube-thumbnail { position: relative; width: 100%; aspect-ratio: 16 / 9; display: block; padding: 0; overflow: hidden; border: 2px solid var(--black); background: #111a27; color: white; cursor: pointer; font: inherit; }
.youtube-thumbnail::after { content: ''; position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at center, #0002 0 22%, #0000 48%), linear-gradient(180deg, #0001, #0000 48%, #0009); box-shadow: inset 0 0 0 1px #ffffff18; pointer-events: none; }
.youtube-thumbnail > img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.youtube-thumbnail:hover > img { transform: scale(1.018); }
.youtube-thumbnail > span { position: absolute; z-index: 2; }
.youtube-demo-badge { left: 13px; top: 13px; padding: 6px 9px; background: var(--yellow); color: var(--black); border: 2px solid var(--black); font-size: .6875rem; font-weight: 900; letter-spacing: .08em; transform: rotate(-2deg); }
.youtube-headline { left: 50%; top: 19%; width: 48%; transform: translateX(-50%) rotate(-1deg); color: white; font: 400 clamp(2rem, 4.1vw, 4.5rem)/.84 var(--display); text-align: center; text-shadow: 3px 3px 0 #0b0b0b, 0 0 18px #0b0b0b; }
.youtube-subline { left: 14px; bottom: 12px; font-size: .6875rem; font-weight: 900; letter-spacing: .08em; text-shadow: 1px 1px 2px #000; }
.youtube-thumbnail .player-play { left: 50%; top: 69%; transform: translate(-50%,-50%); }
.youtube-thumbnail:hover .player-play { transform: translate(-50%,-50%) scale(1.08); }

.player-play { width: 62px; height: 62px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--red); }
.player-play svg { width: 30px; height: 30px; fill: white; }

.video-caption { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-top: 12px; }
.video-caption strong, .video-caption span { display: block; }.video-caption span { margin-top: 2px; color: #645e56; font-size: .75rem; }
.video-caption a { flex: 0 0 auto; font-size: .8125rem; font-weight: 800; text-underline-offset: 4px; }

.audio-art { aspect-ratio: 1; display: grid; place-items: center; padding: 12px; background: var(--cream); border: 2px solid var(--black); }

.audio-player-card { min-height: 285px; padding: 22px; background: var(--blue); color: white; border: 2px solid var(--black); }
.audio-player-head { display: grid; grid-template-columns: 94px 1fr; gap: 18px; align-items: center; }
.audio-player-head > div:last-child > span { color: var(--yellow); font-size: .6875rem; font-weight: 900; letter-spacing: .08em; }
.audio-player-head strong { display: block; margin-top: 5px; font-size: 1rem; line-height: 1.25; }
.audio-player-head p { margin: 4px 0 0; color: #e4e9ff; font-size: .8125rem; }

.audio-play { border: 0; color: var(--black); background: var(--yellow); cursor: pointer; }
.audio-play { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; }.audio-play svg { width: 24px; fill: currentColor; }

.audio-demo-status { margin: 17px 0 0; padding-top: 13px; border-top: 1px solid #ffffff42; color: #ffffffbd; font-size: .6875rem; font-weight: 900; letter-spacing: .09em; }
.episode-service-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.episode-service-links span, .episode-service-links button { padding: 6px 9px; border: 1px solid #0b0b0b55; border-radius: 100px; color: #57514a; background: transparent; font: 800 .6875rem var(--sans); cursor: pointer; }
.episode-service-links button:hover { color: var(--blue); border-color: var(--blue); }

.episode-editorial { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px, 7vw, 100px); padding: clamp(58px, 7vw, 96px) var(--pad); }
.episode-about .eyebrow, .film-facts .eyebrow { color: var(--blue); }
.episode-about h2 { max-width: 790px; font-size: clamp(2.7rem, 4.6vw, 5rem); font-weight: 400; line-height: .98; }
.episode-about > p:not(.eyebrow) { max-width: 760px; font-size: 1.0625rem; }
.episode-verdict { max-width: 760px; margin-top: 30px; padding: 20px 22px; background: var(--yellow); border: 2px solid var(--black); box-shadow: 5px 5px 0 var(--black); transform: rotate(-.5deg); }
.episode-verdict > span, .episode-verdict > strong, .episode-verdict > small { display: block; }.episode-verdict > span { font-size: .6875rem; font-weight: 900; letter-spacing: .1em; }.episode-verdict > strong { margin-top: 7px; font-size: 1.125rem; line-height: 1.35; }.episode-verdict > small { margin-top: 9px; color: #645e56; }
.film-facts { align-self: start; padding: 26px; background: var(--paper); border: 2px solid var(--black); box-shadow: 6px 6px 0 var(--black); }
.film-facts dl { margin: 0; }
.film-facts dl > div { display: grid; grid-template-columns: 105px 1fr; gap: 10px; padding: 9px 0; border-bottom: 1px solid #0b0b0b24; }
.film-facts dt { font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.film-facts dd { margin: 0; }
.film-synopsis { font-size: .875rem; }
.film-facts > a { font-size: .8125rem; font-weight: 800; text-underline-offset: 4px; }
.episode-two-acts { display: grid; grid-template-columns: 1fr 1fr; }
.episode-act { position: relative; min-height: 360px; padding: clamp(34px, 5vw, 70px) var(--pad); color: white; overflow: hidden; }
.episode-act.before { background: var(--red); }.episode-act.after { background: var(--blue); }
.episode-act > span { position: absolute; right: 25px; top: 14px; color: #ffffff3b; font: 400 5.5rem/1 var(--display); }
.episode-act h2 { font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 400; }
.episode-act > p:not(.eyebrow) { max-width: 650px; font-size: 1.0625rem; }
.episode-act small { display: block; margin-top: 20px; color: #ffffffbd; font-size: .75rem; }
.episode-act blockquote { max-width: 680px; margin: 20px 0 0; padding-left: 18px; border-left: 4px solid var(--yellow); color: white; font: 800 clamp(1.15rem, 1.55vw, 1.45rem)/1.28 var(--sans); text-transform: none; }
.episode-act blockquote::after { display: none; }
.episode-act blockquote cite { display: block; margin-top: 7px; color: var(--yellow); font: italic 800 .75rem var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.episode-act blockquote + p { margin-top: 27px; }
.episode-chapters { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(30px, 6vw, 90px); padding: clamp(55px, 7vw, 88px) var(--pad); background: var(--paper); }
.episode-chapters .eyebrow { color: var(--red); }.episode-chapters h2 { font-size: clamp(2.7rem, 4.5vw, 4.8rem); font-weight: 400; line-height: .98; }
.episode-chapters ol { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--black); }
.episode-chapters li { display: grid; grid-template-columns: 76px 1fr; gap: 16px; padding: 15px 4px; border-bottom: 1px solid #0b0b0b4a; }
.episode-chapters time { color: var(--blue); font-weight: 900; }.episode-chapters span { font-weight: 700; }
.episode-spoiler-note { max-width: 950px; display: grid; grid-template-columns: 150px 1fr; gap: 24px; margin: clamp(48px, 6vw, 82px) auto; padding: 22px 26px; background: var(--yellow); border: 2px solid var(--black); box-shadow: 5px 5px 0 var(--black); }
.episode-spoiler-note strong { text-transform: uppercase; }.episode-spoiler-note p { margin: 0; }
.episode-bottom-nav { display: flex; justify-content: space-between; gap: 20px; padding: 24px var(--pad); border-top: 1px solid #0b0b0b2c; font-size: .8125rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.episode-bottom-nav span { color: #645e56; }
@media (max-width: 950px) {
  .episode-masthead { grid-template-columns: 1fr; }
  .episode-keyart { grid-row: 1; min-height: 0; aspect-ratio: 16 / 7; }
  .episode-keyart::after { background: linear-gradient(0deg, #111a27 0, transparent 30%); }
  .episode-masthead-copy { padding: 34px var(--pad) 42px; }
  .episode-player-grid, .episode-editorial, .episode-chapters { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .episode-topbar { flex-wrap: nowrap; }.episode-topbar .topbar-tagline { display: none; }.episode-topbar .back-home { font-size: .75rem; }
  .episode-keyart { aspect-ratio: 16 / 9; }.episode-keyart figcaption { left: 12px; right: 12px; text-align: left; }
  .episode-masthead-copy { padding: 28px 22px 34px; }.episode-masthead h1 { font-size: 2.55rem; }
  .episode-primary-actions { display: grid; }.episode-primary-actions .cinema-button { width: 100%; }
  .demo-disclaimer { grid-template-columns: 1fr; gap: 3px; padding: 14px 22px; }
  .episode-player-grid, .episode-editorial { padding: 46px 22px; }
  .player-play { margin: auto; }

  .youtube-headline { top: 19%; width: 54%; font-size: clamp(1.2rem, 7.2vw, 2rem); text-shadow: 2px 2px 0 #0b0b0b, 0 0 10px #0b0b0b; }
  .youtube-thumbnail .player-play { width: 46px; height: 46px; }.youtube-thumbnail .player-play svg { width: 23px; height: 23px; }
  .youtube-subline { max-width: 65%; font-size: .5625rem; }.youtube-demo-badge { font-size: .5625rem; padding: 4px 6px; }
  .video-caption { display: block; }.video-caption a { display: inline-block; margin-top: 10px; }
  .audio-player-card { padding: 18px; }.audio-player-head { grid-template-columns: 76px 1fr; gap: 13px; }.audio-player-head strong { font-size: .875rem; }
  .episode-hosts { margin-top: 20px; }
  .host-face { width: 56px; height: 56px; }
  .film-facts dl > div { grid-template-columns: 90px 1fr; }
  .episode-two-acts { grid-template-columns: 1fr; }.episode-act { min-height: 320px; padding: 42px 22px; }
  .episode-spoiler-note { grid-template-columns: 1fr; gap: 5px; margin: 44px 22px; }
  .episode-chapters { padding: 46px 22px; }.episode-chapters li { grid-template-columns: 58px 1fr; gap: 10px; }
  .episode-bottom-nav { align-items: flex-start; flex-direction: column; padding: 22px; }
}
@media (prefers-reduced-motion: reduce) { .episode-cover img, .episode-action, .youtube-thumbnail > img { transition: none; } }

/* Compact mobile header: actions live inside the opened menu, never in the top bar. */
@media (max-width: 1000px) {
  .topbar {
    height: 70px;
    min-height: 70px;
    padding: 8px 12px;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .topbar nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    margin: 0;
    padding: 14px 16px 18px;
    background: var(--cream);
    border-top: 1px solid #0b0b0b22;
    border-bottom: 2px solid var(--black);
    box-shadow: 0 9px 16px #0b0b0b18;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .topbar nav.open {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 14px;
  }

  .topbar nav > a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #0b0b0b22;
  }

  .nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 16px 0 0;
  }

  .nav-media {
    min-height: 48px;
    justify-content: center;
    padding: 10px 8px;
    font-size: .875rem;
  }

  .nav-media svg { width: 23px; height: 23px; }
}

@media (max-width: 370px) {
  .topbar-tagline { font-size: .68rem; }
}
/* Episode navigation */
#lytteplatforme { scroll-margin-top: 90px; }
.episode-read-more { display: inline-block; margin-top: 14px; color: var(--blue); font-size: .875rem; font-weight: 900; text-underline-offset: 4px; }
.episode-read-more:hover { color: var(--red); }

/* Mobile polish across home, archive and episode pages. */
.episode-cover.is-resident-evil img { object-position: 58% center; }
.episode-cover.is-resident-evil::after { inset: 0; background: linear-gradient(90deg, #070d16d9, #070d1655 52%, transparent 86%); }
.episode-cover-title { position: absolute; z-index: 2; left: 14px; color: var(--cream); text-shadow: 1px 2px 7px #000b; }

.episode-cover-title { bottom: 16px; font: 400 clamp(2rem, 3vw, 3.55rem)/.86 var(--display); letter-spacing: .015em; }
.is-resident-evil .episode-demo-badge { left: auto; right: 10px; top: 10px; font-size: .6rem; }
.episode-keyart img { object-position: 58% center; }
@media (max-width: 980px) {
  .service-icons { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; justify-content: initial; align-items: start; width: 100%; }
  .service-icon { min-width: 0; width: 100%; }
  .service-icon > span { white-space: normal; line-height: 1.15; overflow-wrap: anywhere; }
}
@media (max-width: 600px) {
  .topbar { padding-inline: max(16px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-right)); }
  .brand-lockup { min-width: 0; }.menu-button { flex-shrink: 0; min-width: 48px; min-height: 44px; }
  .topbar nav.open { max-height: calc(100dvh - 70px); overflow-y: auto; }
  .format-card { min-height: 0; padding: 28px 24px 48px; }.format-card h3 { font-size: clamp(2.35rem, 11vw, 3.3rem); }
  .profile { min-height: 0; aspect-ratio: 4 / 5; }.profile-name { font-size: clamp(2.8rem, 11vw, 4rem); }
  .social-section, .watch-listen-section, .duo-section { padding-inline: 22px; }

  .episode-hub-copy h1 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .service-icons { gap: 5px; }.service-icon { grid-template-rows: 31px auto; gap: 6px; opacity: 1; }.service-icon svg { width: 29px; height: 29px; }.service-icon > span { font-size: .625rem; }
  .services-status { margin-top: 8px; }
  .episode-row { min-width: 0; }.episode-details h3 { overflow-wrap: break-word; }.episode-actions { gap: 10px; }
.episode-cover-title { font-size: clamp(2.15rem, 10vw, 3.5rem); }
  .episode-masthead-copy, .episode-player-grid, .episode-editorial, .episode-chapters { min-width: 0; }
  .episode-masthead h1 { font-size: clamp(2.2rem, 9vw, 2.7rem); overflow-wrap: break-word; }
  .audio-player-head { grid-template-columns: minmax(64px, 76px) minmax(0, 1fr); }.audio-player-head > div:last-child { min-width: 0; }
  .film-facts dl > div { grid-template-columns: minmax(74px, 90px) minmax(0, 1fr); }.film-facts dd { overflow-wrap: anywhere; }
}
@media (max-width: 380px) {
  .topbar-tagline { display: none; }
  .podcast-services, .episode-archive, .episode-hub-copy { padding-inline: 18px; }
  .service-icons { gap: 2px; }.service-icon > span { font-size: .56rem; }
.episode-cover-title { font-size: 2.2rem; }
  .episode-masthead-copy, .episode-player-grid, .episode-editorial, .episode-chapters { padding-inline: 18px; }
}

/* Audit fixes 2026-09-25: premiere signal, tablet navigation, mobile crops, WebKit card fix, tap targets and focus. */
html { overflow-x: clip; }
.skip-link { position: absolute; left: 12px; top: -120px; z-index: 200; padding: 12px 16px; background: var(--black); color: white; font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 12px; }
html:not(.js) .reveal { opacity: 1; transform: none; }
main [id] { scroll-margin-top: 100px; }

/* Hero: premiere signal replaces the small status line. */
.cinema-premiere { max-width: 100%; white-space: nowrap; display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin: 0 0 18px; padding: 8px 16px 8px 13px; border: 1.5px solid currentColor; border-radius: 100px; color: inherit; font-size: .8125rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; }
.cinema-premiere::before { content: ''; flex: none; width: 9px; height: 9px; border-radius: 50%; background: #ef2836; box-shadow: 0 0 0 4px #ef283638; }
.cinema-premiere:hover span { text-decoration: underline; text-underline-offset: 3px; }
@media (min-width: 1001px) {
  .cinema-hero { height: auto; min-height: clamp(460px, 44vw, 720px); }
  .cinema-hero a:focus-visible { outline-color: var(--yellow); }
}
@media (min-width: 1001px) and (max-width: 1280px) {
  .cinema-hero .hero-copy { width: 44%; }
  .cinema-hero h1 { font-size: clamp(2.6rem, 4.4vw, 5.3rem); }
}

/* Mobile and tablet header: the menu is always reachable up to 1000px. */
@media (max-width: 1000px) {
  .menu-button { display: block; min-width: 56px; min-height: 44px; }
  .topbar nav .nav-media { border-radius: 100px; color: white; font-weight: 800; }
  .topbar nav .nav-watch { background: var(--red); }
  .topbar nav .nav-listen { background: var(--blue); }
  .topbar nav .nav-media:hover { opacity: .88; }
  main [id] { scroll-margin-top: 82px; }

  .cinema-hero { gap: 0; }
  .cinema-photo { aspect-ratio: 1.45; }
  .cinema-photo img { width: 110%; margin-left: -5%; }
  .cinema-premiere { color: var(--black); font-size: .75rem; margin-bottom: 16px; }
  .cinema-premiere::before { background: var(--red); box-shadow: 0 0 0 4px #b81e2330; }
  .cinema-hand { margin-top: 16px; }
}

/* Phones in landscape: keep both faces and the menu in view instead of a full-screen photo. */
@media (max-width: 1000px) and (orientation: landscape) and (max-height: 520px) {
  .cinema-photo { aspect-ratio: auto; height: 68vh; }
  .cinema-photo img { width: 100%; height: 100%; margin: 0; object-fit: cover; object-position: 50% 8%; }
}

/* Safari/WebKit: the cover link must be a block, otherwise its badge and number escape the card. */
.episode-cover { display: block; }

/* Homepage episode spotlight is static until the database has a newer episode. */
.latest-episode-card { color: inherit; }
.latest-episode-card img { object-position: 58% center; }

/* Episode thumbnail: text sits on the dark side of the artwork, hosts stay uncovered. */
.youtube-thumbnail > img { object-position: 58% center; }
.youtube-headline { left: 5%; top: 14%; width: auto; max-width: 52%; transform: rotate(-1deg); text-align: left; }
.youtube-thumbnail .player-play { left: 64%; top: 50%; }
.youtube-demo-badge { left: auto; right: 13px; }
.youtube-hosts { left: 5%; bottom: 17%; display: flex; }
.youtube-hosts img { width: clamp(38px, 5.5vw, 72px); aspect-ratio: 1; margin-right: -8px; border: 2px solid var(--cream); border-radius: 50%; object-fit: cover; box-shadow: 0 3px 10px #0008; }

/* Social: a real YouTube link, the cinema photo is cropped above the baked-in title. */

.contact-button { display: inline-flex; align-items: center; min-height: 48px; margin-top: 15px; padding: 10px 18px; background: var(--yellow); color: var(--black); border: 2px solid var(--black); box-shadow: 4px 4px 0 var(--black); font-size: .875rem; font-weight: 900; text-decoration: none; overflow-wrap: anywhere; transition: transform .15s, box-shadow .15s; }
.contact-button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--black); }
footer a { display: inline-block; padding: 8px 0; text-underline-offset: 3px; }

/* Tap targets of at least 44px. */
.back-home, .episode-read-more, .video-caption a, .film-facts > a, .episode-bottom-nav a { display: inline-flex; align-items: center; min-height: 44px; }
.episode-read-more { margin-top: 4px; }
.episode-service-links button { min-height: 44px; padding: 8px 14px; }

/* Visible focus on red, blue and black surfaces. */
.duo-section a:focus-visible, .watch-listen-section a:focus-visible, .partner-section a:focus-visible, .episode-masthead a:focus-visible, .audio-player-card button:focus-visible, .episode-two-acts a:focus-visible, .episode-hub-hero a:focus-visible { outline-color: var(--yellow); }

@media (max-width: 600px) {
  .manifesto > * { min-width: 0; }
  .manifesto blockquote { font-size: clamp(2.5rem, 13.5vw, 3.5rem); }

  /* Portraits: image above the text so faces are never covered. */
  .profile { display: flex; flex-direction: column; aspect-ratio: auto; background: var(--black); }
  .profile > img { height: auto; aspect-ratio: 4 / 3; }
  .profile.ihan > img { object-position: 88% center; }
  .profile.joel > img { object-position: 55% 30%; }
  .profile::after { display: none; }
  .profile-copy { position: static; padding: 18px 20px 22px; }

  /* Social cards become a swipeable row instead of four screen heights. */

  .episode-hub-photo { aspect-ratio: 2; }
  .youtube-headline { top: 12%; max-width: 56%; }
  .youtube-hosts { bottom: 20%; }
}
@media (prefers-reduced-motion: reduce) { .contact-button { transition: none; } }

/* Cinema effects 2026-09-25. Everything animates transform or opacity only; --p (0–1) is set by script.js on scroll. */
.cinema-photo { container-type: inline-size; }
.cinema-photo img { transform: translate3d(0, calc(var(--p, 0) * 8%), 0) scale(calc(1 + var(--p, 0) * .08)); transform-origin: 50% 22%; animation: hero-settle 1.9s cubic-bezier(.2, .7, .2, 1) both; }
.cinema-photo::before { content: ''; position: absolute; inset: 0; z-index: 1; background: #0b0102; pointer-events: none; animation: lights-down 1.5s ease-out .1s both; }
.hero-beam { position: absolute; z-index: 1; left: 48.6cqw; top: 9.6cqw; width: 44cqw; aspect-ratio: 1; translate: -50% -50%; border-radius: 50%; background: radial-gradient(circle, #fff7e0f0 0 5%, #ffe6ad70 17%, #ffd3942a 36%, transparent 64%); mix-blend-mode: screen; pointer-events: none; animation: beam-on 1s .7s both, projector-flicker 3.4s 1.7s linear infinite; }
.hero-grain { position: absolute; inset: -50%; z-index: 1; pointer-events: none; opacity: .1; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); animation: film-grain .8s steps(5) infinite; }
.letterbox { display: none; position: absolute; z-index: 2; left: 0; right: 0; height: 12%; background: #050505; pointer-events: none; transform: scaleY(min(1, calc(var(--p, 0) * 1.7))); }
.letterbox-top { top: 0; transform-origin: top; }
.letterbox-bottom { bottom: 0; transform-origin: bottom; }
.cinema-hero .hero-copy > * { animation: hero-rise .75s cubic-bezier(.2, .7, .2, 1) both; }
.cinema-hero .hero-copy > :nth-child(2) { animation-delay: .08s; }
.cinema-hero .hero-copy > :nth-child(3) { animation-delay: .16s; }
.cinema-hero .hero-copy > :nth-child(4) { animation-delay: .24s; }
.cinema-hero .hero-copy > :nth-child(5) { animation-delay: .5s; }
@media (min-width: 1001px) {
  .letterbox { display: block; }
  .cinema-hero .hero-copy { transform: translate3d(0, calc(var(--p, 0) * -70px), 0); opacity: calc(1 - var(--p, 0) * 1.3); }
}
@media (max-width: 1000px) and (orientation: landscape) and (max-height: 520px) { .hero-beam { display: none; } }
@keyframes hero-settle { from { scale: 1.07; } to { scale: 1; } }
@keyframes lights-down { from { opacity: .92; } to { opacity: 0; } }
@keyframes beam-on { from { opacity: 0; } to { opacity: .75; } }
@keyframes projector-flicker { 0%, 100% { opacity: .75; } 6% { opacity: .92; } 8% { opacity: .64; } 22% { opacity: .82; } 40% { opacity: .7; } 42% { opacity: .95; } 61% { opacity: .77; } 77% { opacity: .88; } 79% { opacity: .66; } }
@keyframes film-grain { 0% { transform: translate(0, 0); } 20% { transform: translate(-6%, 4%); } 40% { transform: translate(5%, -3%); } 60% { transform: translate(-3%, -6%); } 80% { transform: translate(4%, 5%); } 100% { transform: translate(0, 0); } }
@keyframes hero-rise { from { opacity: 0; translate: 0 16px; } to { opacity: 1; translate: 0 0; } }

/* Se / Lyt: a rolling film strip and a live waveform instead of flat boxes. */
.media-option { --mo-pad: 25px; min-height: 380px; justify-content: flex-start; padding: var(--mo-pad); }
.media-option .media-kicker { margin-top: auto; }
.media-visual { position: relative; display: block; height: 168px; margin: calc(var(--mo-pad) * -1) calc(var(--mo-pad) * -1) 24px; overflow: hidden; }
.film-strip { background: #050505; }
.film-strip::before, .film-strip::after { content: ''; position: absolute; z-index: 2; left: 0; right: 0; height: 18px; background-color: #050505; background-image: linear-gradient(90deg, #f7ebd7d9 0 10px, transparent 10px); background-size: 22px 8px; background-position: 6px center; background-repeat: repeat-x; }
.film-strip::before { top: 0; }
.film-strip::after { bottom: 0; }
.film-strip-track { position: absolute; top: 18px; bottom: 18px; left: 0; display: flex; gap: 8px; padding-right: 8px; width: max-content; animation: film-roll 24s linear infinite paused; }
.media-visual.is-playing .film-strip-track, .media-visual.is-playing i { animation-play-state: running; }
.film-frame { flex: none; width: 190px; height: 100%; background: #230405 url("assets/biografsalen-original.jpeg") no-repeat; border-radius: 3px; }
.frame-both { background-size: 118% auto; background-position: 50% 3%; }
.frame-ihan { background-size: 250% auto; background-position: 18% 12%; }
.frame-joel { background-size: 250% auto; background-position: 80% 17%; }
.film-play { position: absolute; z-index: 3; right: var(--mo-pad); bottom: var(--mo-pad); width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px #b81e2340, 0 6px 18px #0009; transition: transform .18s; }
.film-play svg { width: 24px; height: 24px; fill: white; }
.media-option.watch:hover .film-play { transform: scale(1.1); }
@keyframes film-roll { to { transform: translate3d(-50%, 0, 0); } }

.waveform { display: flex; align-items: center; gap: 5px; padding: 0 64px 0 24px; background: linear-gradient(180deg, #ffffff14, #ffffff00 70%); }
.waveform i { --h: .6; flex: 1; height: 72%; border-radius: 4px; background: var(--cream); transform: scaleY(calc(var(--h) * .35)); animation: wave-bar 1.05s ease-in-out infinite alternate paused; }
.waveform i:nth-child(7n+1) { --h: .45; animation-duration: .9s; }
.waveform i:nth-child(7n+2) { --h: .8; animation-delay: -.3s; }
.waveform i:nth-child(7n+3) { --h: 1; animation-duration: 1.25s; background: var(--yellow); }
.waveform i:nth-child(7n+4) { --h: .65; animation-delay: -.6s; }
.waveform i:nth-child(7n+5) { --h: .9; animation-duration: .8s; animation-delay: -.2s; }
.waveform i:nth-child(7n+6) { --h: .5; animation-delay: -.45s; background: var(--yellow); }
.waveform i:nth-child(7n) { --h: .7; animation-duration: 1.15s; }
.waveform-icon { position: absolute; top: 50%; right: 16px; width: 42px; height: 42px; translate: 0 -50%; display: grid; place-items: center; border: 2px solid var(--cream); border-radius: 50%; }
.waveform-icon svg { width: 21px; height: 21px; fill: none; stroke: var(--cream); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
@keyframes wave-bar { from { transform: scaleY(calc(var(--h) * .3)); } to { transform: scaleY(var(--h)); } }
@media (max-width: 760px) {
  .media-option { --mo-pad: 20px; min-height: 0; }
  .media-visual { height: 136px; }
  .film-frame { width: 160px; }
}

/* Social: four compact platform rows instead of large cards. */
.social-links { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.social-link { --accent: var(--black); --accent-ink: white; height: 100%; display: grid; grid-template-columns: auto minmax(0, 1fr); grid-template-rows: 1fr auto; gap: 8px 14px; align-items: center; padding: 18px; background: var(--cream); border: 1px solid #0b0b0b25; border-radius: 12px; color: inherit; text-decoration: none; transition: transform .15s, box-shadow .15s; }
.social-link-icon { grid-row: 1 / 3; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; background: var(--accent); color: var(--accent-ink); }
.social-link-icon svg { width: 27px; height: 27px; fill: currentColor; }
.social-link-text strong { display: block; font-size: 1.0625rem; }
.social-link-text small { display: block; margin-top: 2px; color: #56514b; font-size: .875rem; line-height: 1.35; }
.social-link-status { color: #645e56; font-size: .8125rem; font-weight: 700; }
.social-youtube { --accent: var(--red); }
.social-instagram { --accent: var(--yellow); --accent-ink: var(--black); }
.social-facebook { --accent: var(--blue); }
.social-link.is-live { border: 2px solid var(--black); box-shadow: 4px 4px 0 var(--black); }
.social-link.is-live .social-link-status { color: var(--red); font-weight: 900; }
.social-link.is-live:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--black); }
@media (max-width: 1050px) { .social-links { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .social-links { grid-template-columns: minmax(0, 1fr); gap: 10px; } .social-link { padding: 14px 16px; } }

/* Contact form dialog. 16px inputs avoid iOS zoom; on phones it opens as a bottom sheet. */
.contact-dialog { width: min(560px, calc(100vw - 24px)); max-width: none; max-height: calc(100dvh - 24px); padding: 0; border: 2px solid var(--black); box-shadow: 8px 8px 0 var(--black); background: var(--cream); color: var(--black); overflow: auto; overscroll-behavior: contain; }
.contact-dialog[open] { animation: dialog-in .22s ease-out; }
.contact-dialog::backdrop { background: #0b0102d0; }
.contact-sheet { position: relative; padding: 30px clamp(20px, 5vw, 36px) 26px; }
.contact-sheet > .eyebrow { color: var(--red); }
.contact-sheet h2 { font-size: clamp(2.6rem, 9vw, 3.6rem); margin-bottom: 10px; }
.contact-close { position: absolute; top: 8px; right: 8px; width: 48px; height: 48px; border: 0; background: transparent; color: var(--black); font: 400 2.2rem/1 var(--sans); cursor: pointer; }
.contact-form { display: grid; gap: 14px; }
.contact-form[hidden], .contact-success[hidden] { display: none; }
.contact-lead { margin: 0 0 4px; }
.contact-form label { display: grid; gap: 6px; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-form label span { color: #645e56; font-weight: 600; letter-spacing: 0; text-transform: none; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 2px solid var(--black); border-radius: 0; background: var(--paper); color: var(--black); font: 400 1rem/1.4 var(--sans); letter-spacing: 0; text-transform: none; }
.contact-form textarea { min-height: 128px; resize: vertical; }
.contact-form :is(input, select, textarea):focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
.contact-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-submit { min-height: 52px; border: 2px solid var(--black); background: var(--yellow); color: var(--black); box-shadow: 4px 4px 0 var(--black); font: 900 1rem var(--sans); cursor: pointer; transition: transform .15s, box-shadow .15s; }
.contact-submit:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--black); }
.contact-submit:disabled { opacity: .6; cursor: progress; }
.contact-status { min-height: 1.2em; margin: 0; color: var(--red); font-weight: 700; }
.contact-note { margin: 0; color: #645e56; font-size: .8125rem; }
.contact-dialog.is-sent #contact-title { display: none; }
.contact-success-title { margin: 6px 0 8px; font: 400 2rem/1 var(--display); text-transform: uppercase; }
html.dialog-open { overflow: hidden; }
button.contact-button { cursor: pointer; font-family: var(--sans); }
@keyframes dialog-in { from { opacity: 0; translate: 0 18px; } to { opacity: 1; translate: 0 0; } }
@media (max-width: 600px) {
  .contact-dialog { width: 100%; max-height: 94dvh; margin: auto 0 0; border-width: 2px 0 0; box-shadow: none; }
  @keyframes dialog-in { from { translate: 0 40px; opacity: 0; } to { translate: 0 0; opacity: 1; } }
}

/* Episode host faces: matched crops from the cinema photo. */
.host-face { width: 66px; height: 66px; }
@media (max-width: 600px) { .host-face { width: 58px; height: 58px; } }

@media (prefers-reduced-motion: reduce) {
  .cinema-photo img, .cinema-photo::before, .hero-beam, .hero-grain, .cinema-hero .hero-copy > *, .film-strip-track, .waveform i, .contact-dialog[open] { animation: none; }
  .cinema-photo::before, .letterbox { display: none; }
  .hero-beam { opacity: .75; }
  .cinema-hero .hero-copy { transform: none; opacity: 1; }
  .waveform i { transform: scaleY(var(--h)); }
}

/* Real episode players (2026-09-27): YouTube and Spotify iframes replace the click-to-load covers. */
.youtube-embed { display: block; width: 100%; aspect-ratio: 16 / 9; border: 2px solid var(--black); background: #000; }
.spotify-load { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 56px; margin-top: 22px; padding: 0; border: 0; background: transparent; color: white; font: 800 1rem var(--sans); text-align: left; cursor: pointer; }
.spotify-load:hover .audio-play { transform: scale(1.06); }
.spotify-load .audio-play { flex: none; transition: transform .15s; }
.spotify-embed { display: block; width: 100%; height: 152px; margin-top: 18px; border: 0; border-radius: 12px; background: #0b0b0b; }
.video-links { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.episode-service-links a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 14px; border: 2px solid var(--black); border-radius: 100px; color: var(--black); font: 800 .8125rem var(--sans); text-decoration: none; }
.episode-service-links a:hover { background: var(--black); color: white; }
.episode-service-links span { align-self: center; border: 0; padding-left: 4px; }
.service-icon.is-live { opacity: 1; text-decoration: none; }
.service-icon.is-live:hover > span { text-decoration: underline; }
@media (max-width: 600px) { .video-caption .video-links { margin-top: 8px; } }
.audio-player-card { min-height: 0; }
.service-icon:not(.is-live) { opacity: .45; }

/* Cookies og privatliv */
.legal-main { max-width: 820px; padding: clamp(48px, 7vw, 96px) var(--pad) clamp(64px, 8vw, 110px); }
.legal-main h1 { font-size: clamp(3rem, 8vw, 5.5rem); margin-bottom: 18px; }
.legal-main h2 { margin: 48px 0 12px; font-size: clamp(1.9rem, 4vw, 2.8rem); }
.legal-main .eyebrow { color: var(--red); }
.legal-lead { font-size: 1.15rem; }
.legal-table { margin: 8px 0 18px; border-top: 2px solid var(--black); font-size: .9375rem; }
.legal-row { display: grid; grid-template-columns: 150px 1fr 100px 90px; gap: 14px; padding: 12px 0; border-bottom: 1px solid #0b0b0b33; }
.legal-row span:first-child { font-family: ui-monospace, Menlo, monospace; font-size: .8125rem; overflow-wrap: anywhere; }
.legal-head { font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.legal-head span:first-child { font: inherit; }
.legal-updated { margin-top: 40px; color: #645e56; font-size: .875rem; }
.copyright a { color: inherit; }
@media (max-width: 600px) {
  .legal-row { grid-template-columns: 1fr 1fr; gap: 4px 12px; }
  .legal-row span:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
  .legal-head span:nth-child(2) { display: none; }
}
