/* ==========================================================================
   Stories by Ronnie — site styles
   Palette: ink (near-black), paper (parchment), one bold red (the thumbnail red).
   ========================================================================== */
:root {
  --ink: #0c0b0a;
  --ink-2: #151311;
  --ink-3: #1f1c19;
  --line: rgba(242, 236, 225, .14);
  --line-strong: rgba(242, 236, 225, .28);
  --paper: #f2ece1;
  --paper-2: #e6dccb;
  --paper-ink: #1a1714;
  --muted: #a39b8e;
  --muted-2: #6f685e;
  --red: #d13b2e;
  --red-deep: #a92c21;
  --gold: #f1cd72;

  --serif: "Instrument Serif", "Iowan Old Style", Georgia, serif;
  --sans: "Inter Tight", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --gut: 16px;
  --max: 1280px;
  --r: 14px;
  --ease: cubic-bezier(.2, .7, .1, 1);
}
@media (min-width: 720px) { :root { --gut: 32px; } }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font: 400 17px/1.55 var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* film grain over everything */
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .07; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
em { font-style: italic; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gut); }
.mono { font: 500 11.5px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.small { font-size: 14px; color: var(--muted); }
.tiny { font-size: 12.5px; color: var(--muted); margin: 10px 0 0; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 200; background: var(--paper); color: var(--ink); padding: 8px 12px; border-radius: 8px; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

.ic { width: 1.1em; height: 1.1em; flex: none; }
.ic.flip { transform: scaleX(-1); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  padding: 13px 20px; border-radius: 999px; border: 1px solid transparent;
  font: 600 15px/1 var(--sans); text-decoration: none; white-space: nowrap;
  transition: transform .25s var(--ease), background .25s, border-color .25s, color .25s;
}
.btn:hover { transform: translateY(-1px); }
.btn-sm { padding: 10px 15px; font-size: 14px; }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: #e2473a; }
.btn-paper { background: var(--paper); color: var(--ink); }
.btn-paper:hover { background: #fff; }
.btn-ghost { border-color: var(--line-strong); background: transparent; }
.btn-ghost:hover { border-color: var(--paper); }
.btn-ink { background: var(--paper-ink); color: var(--paper); }
.btn-ink:hover { background: #000; }

/* ---------- Announcement ---------- */
.announce {
  display: block; background: var(--red); color: #fff; text-align: center;
  font: 500 13.5px/1.35 var(--sans); padding: 9px var(--gut); text-decoration: none;
}
.announce[hidden] { display: none; }
.announce b { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; margin-right: 8px; opacity: .85; }
a.announce:hover { background: var(--red-deep); }

/* ---------- Header ---------- */
.top {
  position: sticky; top: 0; z-index: 50;
  background: rgba(12, 11, 10, .82); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--line);
}
.top-in { display: flex; align-items: center; gap: 20px; height: 64px; }
.wordmark { font: 400 26px/1 var(--serif); text-decoration: none; letter-spacing: -.01em; white-space: nowrap; }
.wordmark em { color: var(--red); padding: 0 .04em; }
.nav { display: none; gap: 26px; margin: 0 auto; }
.nav a { text-decoration: none; font-size: 14.5px; color: var(--muted); transition: color .2s; }
.nav a:hover { color: var(--paper); }
.top-cta { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.top-cta .btn-red .ic { width: 1.25em; height: 1.25em; }
.follow { position: relative; display: none; }
.follow-menu {
  position: absolute; right: 0; top: calc(100% + 10px); width: 250px; padding: 6px;
  background: var(--ink-2); border: 1px solid var(--line-strong); border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,.5);
}
.follow-menu a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: 15px; }
.follow-menu a:hover { background: var(--ink-3); }
.follow-menu .ic { width: 22px; height: 22px; }
.follow-menu small { display: block; font: 400 12.5px/1.3 var(--sans); color: var(--muted); }
.menu-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-strong); background: none; display: grid; place-content: center; gap: 5px; }
.menu-btn span { display: block; width: 16px; height: 1.5px; background: var(--paper); transition: transform .3s var(--ease); }
.menu-btn[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
@media (max-width: 519px) {
  .top-cta .btn-red { padding: 10px 13px; }
  .wordmark { font-size: 23px; }
}
@media (min-width: 560px) { .follow { display: block; } }
@media (min-width: 1040px) { .nav { display: flex; } .menu-btn { display: none; } }

.sheet {
  position: fixed; inset: 64px 0 0; z-index: 49; background: var(--ink); padding: 24px var(--gut) 40px;
  display: flex; flex-direction: column; gap: 30px; overflow-y: auto;
}
.sheet[hidden] { display: none; }
.sheet nav { display: flex; flex-direction: column; }
.sheet nav a { font: 400 38px/1.25 var(--serif); text-decoration: none; padding: 6px 0; border-bottom: 1px dashed var(--line); }

/* ---------- Shared type ---------- */
.eyebrow { font: 500 12px/1.4 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin: 0 0 20px; }
.display {
  font: 400 clamp(48px, 9.4vw, 112px)/.95 var(--serif); letter-spacing: -.025em; margin: 0 0 26px;
  text-wrap: balance;
}
.display em { color: var(--paper); font-style: italic; }
.display em::after { content: ""; }
.lede { font-size: clamp(17px, 1.6vw, 19.5px); color: #d6cfc3; max-width: 36em; margin: 0 0 30px; line-height: 1.55; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.sec-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 14px; margin-bottom: 30px; border-bottom: 1px dashed var(--line-strong); }
.sec-head.dark { border-color: rgba(26, 23, 20, .3); }
@media (max-width: 559px) { .hide-sm { display: none !important; } }
.label { font: 600 13px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; margin: 0; }
.label-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); text-decoration: none; }
a.label-link:hover { color: var(--paper); }
.sec-title { font: 400 clamp(38px, 6vw, 72px)/1 var(--serif); letter-spacing: -.02em; margin: 0 0 14px; text-wrap: balance; }
.sec-title em { color: var(--red); }
.sec-sub { color: var(--muted); max-width: 40em; margin: 0 0 8px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(36px, 6vw, 80px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto auto; width: 70vw; height: 70vw; pointer-events: none;
  background: radial-gradient(closest-side, rgba(209, 59, 46, .18), transparent 70%);
}
.hero-grid { display: grid; gap: 40px; align-items: center; position: relative; }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1.25fr 1fr; gap: 56px; } }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }

.stats { list-style: none; margin: 0; padding: 22px 0 0; border-top: 1px dashed var(--line-strong); display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 24px; }
@media (min-width: 560px) { .stats { grid-template-columns: repeat(4, auto); justify-content: start; gap: 24px 40px; } }
.stats li { min-width: 0; }
.stats b { display: block; font: 400 clamp(34px, 4vw, 44px)/1 var(--serif); letter-spacing: -.01em; }
.stats span { font-size: 13px; color: var(--muted); }
.stats a { text-decoration: none; }
.stats a:hover span { color: var(--paper); }

/* Stage: the figure, the sun, the rolling year, then a caption bar underneath */
.stage { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.stage-art { position: relative; height: clamp(420px, 56vw, 580px); isolation: isolate; }
.stage-art::after { /* soft floor shadow the figure stands on */
  content: ""; position: absolute; left: 50%; bottom: -6px; width: 46%; height: 22px; transform: translateX(-50%); z-index: 0;
  background: radial-gradient(closest-side, rgba(0,0,0,.65), transparent); pointer-events: none;
}
.stage-sun {
  position: absolute; left: 50%; top: 47%; width: min(84%, 460px); aspect-ratio: 1; border-radius: 50%;
  transform: translate(-50%, -50%); z-index: -1;
  background: radial-gradient(circle at 35% 30%, #e8513f, var(--red) 45%, var(--red-deep) 100%);
  box-shadow: 0 0 120px rgba(209, 59, 46, .35);
  transition: background .7s var(--ease), box-shadow .7s;
}
.stage-year {
  position: absolute; left: 50%; top: 47%; transform: translate(-50%, -50%); z-index: 0; pointer-events: none;
  font: 400 clamp(140px, 24vw, 280px)/1 var(--serif); letter-spacing: -.04em; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1.5px rgba(242, 236, 225, .55);
}
.stage-year span { display: inline-block; transition: opacity .45s, transform .6s var(--ease), filter .45s; }
.stage-year span.out { opacity: 0; transform: translateY(-18px); filter: blur(6px); }
.fig {
  position: absolute; left: 50%; bottom: 0; z-index: 1; height: 100%; width: auto; max-width: none;
  transform: translateX(-50%); filter: drop-shadow(0 26px 34px rgba(0,0,0,.5));
  transition: opacity .6s var(--ease), transform .7s var(--ease);
}
.fig-real { height: 97%; opacity: 0; transform: translateX(-50%) translateY(20px); }
.stage[data-mode="real"] .fig-drawn { opacity: 0; transform: translateX(-50%) translateY(20px); }
.stage[data-mode="real"] .fig-real { opacity: 1; transform: translateX(-50%); }
.stage[data-mode="real"] .stage-sun { background: radial-gradient(circle at 35% 30%, #4a4036, #2c261f 60%, #1b1713); box-shadow: 0 0 120px rgba(241, 205, 114, .14); }
.stage[data-mode="real"] .stage-year { -webkit-text-stroke-color: rgba(241, 205, 114, .45); }

.stage-bar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: stretch; position: relative; z-index: 2; }
.stage-caption, .stage-toggle {
  border-radius: 16px; background: var(--ink-2); border: 1px solid var(--line);
}
.stage-caption {
  display: flex; flex-direction: column; justify-content: center; gap: 6px; min-width: 0; min-height: 78px;
  padding: 12px 16px; text-align: left; transition: border-color .2s;
}
.stage-caption:hover { border-color: var(--line-strong); }
.stage-caption .mono { color: var(--gold); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.stage-caption-title { font: 400 18px/1.2 var(--serif); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.stage-toggle { display: flex; gap: 4px; padding: 5px; }
.stage-toggle button { border: 0; background: none; padding: 8px 14px; border-radius: 11px; font-size: 14px; font-weight: 600; line-height: 1.2; text-align: left; transition: background .25s, color .25s; }
.stage-toggle button:hover { background: var(--ink-3); }
.stage-toggle small { display: block; white-space: nowrap; font-weight: 400; font-size: 11.5px; color: var(--muted); }
.stage-toggle button[aria-pressed="true"] { background: var(--paper); color: var(--ink); }
.stage-toggle button[aria-pressed="true"] small { color: var(--muted-2); }
@media (max-width: 559px) {
  .stage-art { height: 440px; }
  .stage-bar { grid-template-columns: 1fr; }
  .stage-toggle button { flex: 1; text-align: center; }
}

/* Marquee */
.marquee { margin-top: clamp(40px, 6vw, 72px); border-block: 1px solid var(--line); overflow: hidden; padding: 16px 0; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; width: max-content; gap: 40px; animation: marquee 90s linear infinite; font: 400 26px/1 var(--serif); white-space: nowrap; }
.marquee-track span { display: inline-flex; gap: 14px; align-items: baseline; color: #cfc7ba; }
.marquee-track i { color: var(--red); font-style: normal; font-size: 16px; }
.marquee-track b { font-weight: 400; font-style: italic; color: var(--paper); }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Now showing ---------- */
.now { display: grid; gap: 36px; }
.now-main { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.feature {
  position: relative; display: grid; border-radius: 22px; overflow: hidden; width: 100%;
  background: var(--ink-2); border: 1px solid var(--line); text-align: left; padding: 0;
  transition: border-color .25s;
}
.feature:hover { border-color: var(--line-strong); }
.feature-media { position: relative; overflow: hidden; background: #000; }
.feature.is-film .feature-media { aspect-ratio: 16 / 9; }
.feature.is-reel .feature-media { aspect-ratio: 1 / 1; }
@media (min-width: 640px) {
  /* picture left, words right. Film on top, the reel underneath. */
  .feature.is-film { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); }
  .feature.is-reel { grid-template-columns: minmax(0, 250px) minmax(0, 1fr); }
  .feature.is-reel .feature-media { aspect-ratio: auto; min-height: 340px; }
}
@media (min-width: 640px) and (max-width: 859px) {
  .feature.is-film { grid-template-columns: 1fr; }
  .feature.is-film .feature-body { gap: 20px; }
}
.feature-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.feature:hover .feature-media img { transform: scale(1.04); }
.feature-body { padding: clamp(20px, 3vw, 40px); display: flex; flex-direction: column; justify-content: center; gap: 24px; min-width: 0; }
.feature-kicker { display: flex; align-items: center; gap: 10px; color: var(--gold); margin: 0; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); flex: none; box-shadow: 0 0 0 0 rgba(209,59,46,.7); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(209,59,46,0); } 100% { box-shadow: 0 0 0 0 rgba(209,59,46,0); } }
.feature h3 { font: 400 clamp(28px, 3vw, 42px)/1.06 var(--serif); letter-spacing: -.01em; margin: 12px 0 0; text-wrap: balance; }
.feature-foot { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { font: 500 11px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; padding: 7px 10px; border-radius: 999px; border: 1px solid var(--line-strong); color: #d6cfc3; background: rgba(12,11,10,.55); }
.tag-red { background: var(--red); border-color: var(--red); color: #fff; }

.play-badge {
  position: absolute; left: 50%; top: 50%; width: 72px; height: 72px; border-radius: 50%; transform: translate(-50%, -50%);
  display: grid; place-items: center; background: rgba(12, 11, 10, .55); border: 1px solid rgba(255,255,255,.35);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); transition: transform .3s var(--ease), background .3s;
}
.play-badge .ic { width: 26px; height: 26px; margin-left: 3px; }
.card:hover .play-badge, .feature:hover .play-badge { transform: translate(-50%, -50%) scale(1.08); background: var(--red); border-color: var(--red); }

.also { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); column-gap: 28px; min-width: 0; }
.also .mono { grid-column: 1 / -1; color: var(--muted); padding-bottom: 12px; margin: 0; }
.also-item { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 14px; align-items: center; padding: 12px 0; border: 0; border-top: 1px dashed var(--line); background: none; text-align: left; width: 100%; }
.also-item img { width: 64px; height: 86px; object-fit: cover; border-radius: 8px; }
.also-item.is-film img { height: 36px; }
.also-item b { display: block; font: 400 19px/1.18 var(--serif); margin-top: 4px; }
.also-item span { font: 500 11px/1 var(--mono); letter-spacing: .08em; color: var(--muted); text-transform: uppercase; }
.also-item:hover b { color: var(--gold); }

/* ---------- The Witness ---------- */
.witness { position: relative; padding: clamp(72px, 10vw, 140px) 0; overflow: hidden; border-block: 1px solid var(--line); }
.witness-bg { position: absolute; inset: 0; z-index: -1; background-size: cover; background-position: center 30%; opacity: .16; filter: saturate(.8) blur(16px); transform: scale(1.15); }
.witness-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--ink) 0%, rgba(12,11,10,.55) 40%, rgba(12,11,10,.85) 75%, var(--ink) 100%); }
.witness-head { max-width: 760px; margin-bottom: 56px; }
.witness-title { font: 400 clamp(64px, 13vw, 168px)/.86 var(--serif); letter-spacing: -.03em; margin: 0 0 24px; text-transform: uppercase; }
.witness-title em { text-transform: none; color: var(--gold); }
.season { margin-bottom: 56px; }
.season-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 18px; margin-bottom: 20px; }
.season-head h3 { font: 400 clamp(30px, 3.6vw, 44px)/1 var(--serif); margin: 0; }
.season-head h3 em { color: var(--gold); }
.season-head .mono { color: var(--muted); }
.rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 1fr); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; scrollbar-width: thin; scrollbar-color: var(--line-strong) transparent; }
@media (min-width: 1100px) { .rail.fit { grid-auto-flow: row; grid-template-columns: repeat(var(--n, 5), 1fr); } }
.ep { scroll-snap-align: start; text-align: left; background: none; border: 0; padding: 0; }
.ep-media { position: relative; aspect-ratio: 16/9; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: #000; }
.ep-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.ep:hover .ep-media img { transform: scale(1.05); }
.ep-n { position: absolute; left: 10px; top: 10px; font: 500 11px/1 var(--mono); letter-spacing: .1em; background: rgba(12,11,10,.75); padding: 6px 8px; border-radius: 6px; }
.ep h4 { font: 400 20px/1.2 var(--serif); margin: 12px 0 4px; }
.ep p { margin: 0; font-size: 13px; color: var(--muted); }
.ep:hover h4 { color: var(--gold); }
.ep .play-badge { width: 54px; height: 54px; opacity: 0; transition: opacity .3s; }
.ep:hover .play-badge { opacity: 1; }

.upcoming { display: grid; gap: 0; border-radius: 22px; overflow: hidden; border: 1px dashed rgba(241, 205, 114, .45); background: rgba(21,19,17,.7); }
@media (min-width: 860px) { .upcoming { grid-template-columns: 1.3fr 1fr; } }
.upcoming img { width: 100%; height: 100%; object-fit: cover; min-height: 240px; }
.upcoming-txt { padding: clamp(22px, 3vw, 40px); display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.upcoming-txt h3 { font: 400 clamp(34px, 4vw, 52px)/1 var(--serif); margin: 0; }
.upcoming-txt h3 em { color: var(--gold); }
.upcoming-txt p { margin: 0; color: #d6cfc3; }
.status { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); animation: blink 1.6s infinite; }
@keyframes blink { 50% { opacity: .25; } }
.full-season { display: grid; gap: 0; width: 100%; margin-bottom: 18px; padding: 0; text-align: left; border-radius: 18px; overflow: hidden; border: 1px solid rgba(241, 205, 114, .4); background: rgba(21,19,17,.75); }
@media (min-width: 720px) { .full-season { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); } }
.full-season .ep-media { border: 0; border-radius: 0; }
.full-season-txt { padding: clamp(20px, 3vw, 34px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 12px; }
.full-season-txt .mono { color: var(--gold); margin: 0; }
.full-season-txt h4 { font: 400 clamp(26px, 3vw, 38px)/1.05 var(--serif); margin: 0; }
.full-season:hover h4 { color: var(--gold); }
.films-more h3 { font: 400 clamp(26px, 3vw, 36px)/1 var(--serif); margin: 0 0 20px; }
.films-more h3 em { color: var(--gold); }

/* ---------- Archive ---------- */
.filters { display: grid; gap: 14px; margin: 30px 0 26px; }
@media (min-width: 960px) { .filters { grid-template-columns: 300px 1fr auto; align-items: center; } }
.search { display: flex; align-items: center; gap: 10px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--ink-2); height: 46px; }
.search:focus-within { border-color: var(--paper); }
.search .ic { color: var(--muted); }
.search input { flex: 1; min-width: 0; background: none; border: 0; outline: 0; color: var(--paper); font: 400 15px var(--sans); }
.search input::placeholder { color: var(--muted-2); }
.chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 2px; }
.chips::-webkit-scrollbar { display: none; }
.chip, .sort button { flex: none; border: 1px solid var(--line-strong); background: none; border-radius: 999px; padding: 9px 14px; font-size: 13.5px; font-weight: 500; transition: background .2s, color .2s, border-color .2s; }
.chip:hover, .sort button:hover { border-color: var(--paper); }
.chip[aria-pressed="true"], .sort button[aria-pressed="true"] { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.chip small { opacity: .6; margin-left: 4px; }
.sort { display: flex; gap: 6px; }

.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
@media (min-width: 720px) { .grid { grid-template-columns: repeat(3, 1fr); gap: 32px 20px; } }
@media (min-width: 1040px) { .grid { grid-template-columns: repeat(4, 1fr); } }
.card { text-align: left; background: none; border: 0; padding: 0; min-width: 0; animation: rise .6s var(--ease) both; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } }
.card-media { position: relative; aspect-ratio: 9/14; border-radius: 14px; overflow: hidden; background: var(--ink-3); border: 1px solid var(--line); }
.card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; transition: transform 1s var(--ease), filter .6s; filter: saturate(.92); }
.card:hover .card-media img { transform: scale(1.05); filter: saturate(1.05); }
.card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,11,10,.55) 0%, transparent 28%, transparent 60%, rgba(12,11,10,.7) 100%); }
.card-year { position: absolute; left: 12px; top: 10px; z-index: 1; font: 400 30px/1 var(--serif); text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.card-year small { font-size: .55em; font-style: italic; margin-right: 2px; }
.card-region { position: absolute; left: 12px; bottom: 12px; z-index: 1; }
.card .play-badge { width: 52px; height: 52px; opacity: 0; z-index: 1; transition: opacity .3s, transform .3s var(--ease), background .3s; }
.card:hover .play-badge, .card:focus-visible .play-badge { opacity: 1; }
.card h4 { font: 400 clamp(17px, 1.6vw, 20px)/1.2 var(--serif); margin: 12px 0 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card:hover h4 { color: var(--gold); }
.card-film .card-media img.card-bg { filter: blur(18px) saturate(1.1) brightness(.6); transform: scale(1.2); }
.card-film .card-media img.card-fg { object-fit: contain; object-position: center; filter: none; transform: none; }
.card-film:hover .card-media img.card-fg { transform: scale(1.03); }
.empty { grid-column: 1 / -1; text-align: center; padding: 60px 0; color: var(--muted); font: 400 26px var(--serif); }
.more-row { display: flex; justify-content: center; margin-top: 40px; }
.more-row[hidden] { display: none; }

/* ---------- Timeline ---------- */
.timeline-sec { padding: clamp(64px, 9vw, 120px) 0 clamp(40px, 6vw, 80px); background: linear-gradient(180deg, var(--ink), var(--ink-2)); border-top: 1px solid var(--line); }
.tl-nav { display: flex; gap: 8px; }
.round { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-strong); background: none; display: grid; place-items: center; }
.round:hover { border-color: var(--paper); }
.tl { overflow-x: auto; overflow-y: hidden; cursor: grab; margin-top: 30px; scrollbar-width: thin; scrollbar-color: var(--line-strong) transparent; overscroll-behavior-x: contain; }
.tl.dragging { cursor: grabbing; }
.tl.dragging * { pointer-events: none; }
.tl-track { position: relative; height: 320px; }
.tl-axis { position: absolute; left: 0; right: 0; top: 160px; height: 1px; background: var(--line-strong); }
.tl-century { position: absolute; top: 0; bottom: 0; border-left: 1px dashed var(--line); }
.tl-century span { position: absolute; top: 152px; left: 8px; font: 400 italic 15px/1 var(--serif); color: var(--muted); background: var(--ink-2); padding: 0 6px; white-space: nowrap; }
.tl-item { position: absolute; width: 190px; text-align: left; background: none; border: 0; padding: 0; transform: translateX(-10px); }
.tl-item::before { content: ""; position: absolute; left: 6px; width: 9px; height: 9px; border-radius: 50%; background: var(--paper); box-shadow: 0 0 0 4px var(--ink-2); z-index: 1; }
.tl-item::after { content: ""; position: absolute; left: 10px; width: 1px; background: var(--line-strong); }
.tl-item.up { bottom: 160px; padding-bottom: 26px; }
.tl-item.up::before { bottom: -5px; }
.tl-item.up::after { bottom: 0; height: 26px; }
.tl-item.down { top: 160px; padding-top: 26px; }
.tl-item.down::before { top: -4px; }
.tl-item.down::after { top: 0; height: 26px; }
.tl-card { display: grid; grid-template-columns: 56px 1fr; gap: 10px; align-items: center; padding: 8px; border-radius: 12px; border: 1px solid var(--line); background: var(--ink); transition: border-color .2s, transform .3s var(--ease); }
.tl-item:hover .tl-card, .tl-item:focus-visible .tl-card { border-color: var(--gold); transform: translateY(-3px); }
.tl-item:hover::before { background: var(--red); }
.tl-card img { width: 56px; height: 72px; object-fit: cover; border-radius: 8px; }
.tl-card b { display: block; font: 400 24px/1 var(--serif); color: var(--gold); }
.tl-card b small { font-size: .6em; font-style: italic; }
.tl-card span { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 12.5px; line-height: 1.3; color: #d6cfc3; }

/* ---------- About (paper) ---------- */
.paper { background: var(--paper); color: var(--paper-ink); padding: clamp(64px, 9vw, 120px) 0; }
.paper .label-link { color: var(--muted-2); }
.paper .sec-title em { color: var(--red); }
.duo { display: grid; gap: 20px; margin: 40px 0 72px; }
@media (min-width: 860px) { .duo { grid-template-columns: 1fr 1fr; } }
.duo-card { display: grid; grid-template-columns: 42% 1fr; border-radius: 22px; overflow: hidden; min-height: 340px; }
.duo-drawn { background: var(--red); color: #fff; }
.duo-real { background: var(--paper-ink); color: var(--paper); }
.duo-img { position: relative; overflow: hidden; }
.duo-drawn .duo-img img { position: absolute; left: 50%; top: 8%; height: 175%; width: auto; max-width: none; transform: translateX(-50%); filter: drop-shadow(0 18px 24px rgba(0,0,0,.35)); }
.duo-real .duo-img img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 20%; }
.duo-txt { padding: clamp(20px, 2.6vw, 32px); display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; }
.duo-txt .mono { opacity: .75; margin: 0; }
.duo-txt h4 { font: 400 clamp(28px, 3vw, 38px)/1 var(--serif); margin: 0; }
.duo-txt p:last-child { margin: 0; font-size: 15.5px; line-height: 1.5; opacity: .92; }
@media (max-width: 479px) { .duo-card { grid-template-columns: 1fr; } .duo-img { height: 300px; } }

.bio { display: grid; gap: 36px; align-items: start; }
@media (min-width: 860px) { .bio { grid-template-columns: 5fr 7fr; gap: 64px; } }
.bio-photo { margin: 0; position: relative; }
.bio-photo img { border-radius: 22px; aspect-ratio: 4/5; object-fit: cover; object-position: 55% 40%; width: 100%; }
.bio-photo figcaption { margin-top: 12px; color: var(--muted-2); }
@media (min-width: 860px) { .bio-photo { position: sticky; top: 90px; } }
.bio-big { font: 400 clamp(28px, 3.2vw, 40px)/1.12 var(--serif); margin: 0 0 22px; letter-spacing: -.01em; }
.bio-txt p { color: #3a342d; max-width: 38em; }
.bio-txt blockquote { font: 400 italic clamp(24px, 2.6vw, 32px)/1.2 var(--serif); margin: 32px 0; padding-left: 20px; border-left: 3px solid var(--red); color: var(--paper-ink); }

/* ---------- Week ---------- */
.week-grid { list-style: none; padding: 0; margin: 40px 0 56px; display: grid; gap: 16px; }
@media (min-width: 860px) { .week-grid { grid-template-columns: repeat(3, 1fr); } }
.week-grid li { padding: 26px; border-radius: 20px; background: var(--ink-2); border: 1px solid var(--line); }
.week-grid li:nth-child(2) { background: var(--red); border-color: var(--red); }
.week-grid li:nth-child(2) .day { color: #fff; opacity: .85; }
.day { font: 500 12px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.week-grid h4 { font: 400 32px/1.02 var(--serif); margin: 18px 0 10px; }
.week-grid p { margin: 0; font-size: 15.5px; opacity: .88; }
.principles { list-style: none; margin: 0; padding: 0; display: grid; border-top: 1px dashed var(--line-strong); }
@media (min-width: 860px) { .principles { grid-template-columns: repeat(4, 1fr); } }
.principles li { padding: 22px 20px 22px 0; font: 400 24px/1.15 var(--serif); border-bottom: 1px dashed var(--line-strong); }
@media (min-width: 860px) { .principles li { border-bottom: 0; border-right: 1px dashed var(--line-strong); padding: 26px 22px; } .principles li:first-child { padding-left: 0; } .principles li:last-child { border-right: 0; } }
.principles span { display: block; font: 500 11px/1 var(--mono); letter-spacing: .1em; color: var(--red); margin-bottom: 12px; }

/* ---------- Work ---------- */
.work { padding: clamp(64px, 9vw, 120px) 0; background: radial-gradient(ellipse at 90% 0%, rgba(209,59,46,.28), transparent 55%), var(--ink-2); border-top: 1px solid var(--line); }
.work-grid { display: grid; gap: 40px; }
@media (min-width: 960px) { .work-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
.work-title { font: 400 clamp(52px, 8vw, 104px)/.92 var(--serif); letter-spacing: -.025em; margin: 0 0 24px; }
.work-title em { color: var(--red); }
.offers { display: grid; gap: 14px; }
@media (min-width: 560px) { .offers { grid-template-columns: 1fr 1fr; } .offer-aud { grid-column: 1 / -1; } }
.offer { padding: 24px; border-radius: 20px; border: 1px solid var(--line); background: rgba(12,11,10,.5); }
.offer .mono { color: var(--gold); margin: 0 0 14px; }
.offer h4 { font: 400 28px/1.05 var(--serif); margin: 0 0 8px; }
.offer p:last-child { margin: 0; color: #d6cfc3; font-size: 15.5px; }
.offer p.tiny { margin-top: 16px; font-size: 12.5px; color: var(--muted); }
.aud { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.aud b { display: block; font: 400 clamp(22px, 2.2vw, 30px)/1.05 var(--serif); white-space: nowrap; }
.aud span { font-size: 12.5px; color: var(--muted); }
@media (max-width: 479px) { .aud { grid-template-columns: 1fr; } }

/* ---------- Tools ---------- */
.tools { padding: 56px 0; border-top: 1px solid var(--line); }
.tools .sec-head { margin-bottom: 18px; }
.tool-row { display: grid; gap: 12px; }
@media (min-width: 640px) { .tool-row { grid-template-columns: 1fr 1fr; } }
.tool { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; border-radius: 16px; border: 1px solid var(--line); background: var(--ink-2); text-decoration: none; transition: border-color .2s, transform .25s var(--ease); }
.tool:hover { border-color: var(--paper); transform: translateY(-1px); }
.tool-txt { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.tool b { font: 400 26px/1 var(--serif); }
.tool-txt span { font-size: 13.5px; color: var(--muted); }
.tool .ic { color: var(--muted); }
.tool:hover .ic { color: var(--paper); }

/* ---------- Footer ---------- */
.foot { padding: clamp(64px, 8vw, 100px) 0 28px; border-top: 1px solid var(--line); overflow: hidden; }
.foot-cta { font: 400 clamp(34px, 5vw, 60px)/1.02 var(--serif); margin: 0 0 30px; letter-spacing: -.015em; }
.foot-cta em { color: var(--gold); }
.socials { display: flex; flex-wrap: wrap; gap: 10px; }
.social { display: inline-flex; align-items: center; gap: 10px; padding: 14px 20px; border-radius: 999px; border: 1px solid var(--line-strong); text-decoration: none; font-weight: 600; font-size: 15px; transition: background .2s, color .2s, border-color .2s; }
.social .ic { width: 20px; height: 20px; }
.social:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.social-yt { background: var(--red); border-color: var(--red); color: #fff; }
.social-yt:hover { background: #e2473a; border-color: #e2473a; color: #fff; }
.foot-mark { font: 400 clamp(64px, 16.5vw, 236px)/.9 var(--serif); letter-spacing: -.035em; margin: clamp(48px, 7vw, 90px) 0 24px; white-space: nowrap; color: var(--paper); }
.foot-mark em { color: var(--red); }
.foot-row { display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: space-between; padding-top: 18px; border-top: 1px dashed var(--line-strong); font-size: 13.5px; color: var(--muted); }
.foot-row a { text-decoration: none; }
.foot-row a:hover { color: var(--paper); }

/* ---------- Player ---------- */
.player { border: 0; padding: 0; background: transparent; color: var(--paper); max-width: none; max-height: none; width: 100%; height: 100%; }
.player::backdrop { background: rgba(6, 5, 4, .9); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.player[open] { display: grid; place-items: center; animation: fade .3s var(--ease); }
@keyframes fade { from { opacity: 0; } }
.player-in { position: relative; display: grid; gap: 22px; align-items: center; width: min(1100px, 100% - 2 * var(--gut)); max-height: 100%; padding: 60px 0 24px; }
.player-in.v { grid-template-columns: auto; justify-items: center; width: auto; max-width: calc(100% - 2 * var(--gut)); }
@media (min-width: 860px) { .player-in.v { grid-template-columns: auto 340px; justify-items: start; } }
.player-frame { width: 100%; aspect-ratio: 16/9; background: #000; border-radius: 16px; overflow: hidden; }
.player-in.v .player-frame { width: auto; height: min(78vh, 760px); aspect-ratio: 9/16; }
@media (max-width: 859px) { .player-in.v .player-frame { height: min(68vh, 640px); } }
.player-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.player-meta .mono { color: var(--gold); margin: 0 0 8px; }
.player-meta h3 { font: 400 clamp(24px, 2.6vw, 34px)/1.1 var(--serif); margin: 0 0 18px; }
.player-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.player-x { position: fixed; top: 16px; right: 16px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-strong); background: var(--ink-2); font-size: 18px; z-index: 2; }
.player-x:hover { background: var(--paper); color: var(--ink); }

.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); opacity: 0; background: var(--paper); color: var(--ink); padding: 11px 18px; border-radius: 999px; font-weight: 600; font-size: 14px; transition: .3s var(--ease); z-index: 300; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.skeleton { border-radius: 22px; background: linear-gradient(90deg, var(--ink-2), var(--ink-3), var(--ink-2)); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.hero .reveal:nth-child(2) { transition-delay: .08s; }
.hero .reveal:nth-child(3) { transition-delay: .16s; }
.hero .reveal:nth-child(4) { transition-delay: .24s; }
.hero .reveal:nth-child(5) { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
}
