:root {
  --ink: #070809;
  --ink-2: #0d0f12;
  --panel: #121519;
  --line: #292d32;
  --blood: #d10a17;
  --blood-light: #ff313d;
  --bone: #f0ede7;
  --muted: #a7a9ad;
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--bone); background: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; padding: .7rem 1rem; background: var(--bone); color: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 clamp(1.25rem, 5vw, 5rem); border-bottom: 1px solid var(--line); background: rgba(7,8,9,.96); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { height: 100%; display: flex; align-items: center; gap: .85rem; color: var(--bone); text-decoration: none; letter-spacing: .08em; font-size: .95rem; }
.brand img { width: 70px; height: 68px; object-fit: cover; object-position: center; mix-blend-mode: screen; }
.brand b { color: var(--blood-light); }
.main-nav { display: flex; align-items: center; gap: clamp(.65rem, 1.3vw, 1.45rem); }
.main-nav a { position: relative; text-decoration: none; color: #d7d8da; font-weight: 600; font-size: .78rem; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 2px; background: var(--blood-light); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; padding: .5rem .8rem; }

.hero { min-height: 630px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); position: relative; overflow: hidden; background: radial-gradient(circle at 68% 40%, rgba(146,0,12,.23), transparent 25%), linear-gradient(120deg, #090a0c 55%, #13080a); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: repeating-linear-gradient(90deg, transparent 0, transparent 79px, #74777b 80px), repeating-linear-gradient(0deg, transparent 0, transparent 79px, #74777b 80px); mask-image: linear-gradient(to right, transparent 20%, black); }
.hero-copy, .now-playing { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 .8rem; color: var(--blood-light); font-size: .78rem; line-height: 1.2; font-weight: 700; letter-spacing: .19em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 900px; margin-bottom: 1.5rem; font-family: var(--display); font-size: clamp(4.8rem, 10vw, 9.6rem); line-height: .84; font-weight: 400; letter-spacing: .01em; }
h1 em { color: var(--blood-light); font-style: normal; }
.hero-text { max-width: 620px; color: #c2c3c5; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .7rem 1.25rem; border: 1px solid var(--blood); text-decoration: none; font-weight: 700; font-size: .9rem; }
.button-primary { background: var(--blood); }
.button-primary:hover { background: var(--blood-light); }
.button-ghost:hover { background: #1b0b0d; }
.now-playing { border: 1px solid #652029; background: rgba(12,12,14,.78); padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: 18px 18px 0 rgba(139,0,11,.14); }
.signal { color: #d7d8da; font-size: .72rem; font-weight: 700; letter-spacing: .17em; }
.signal span { display: inline-block; width: 7px; height: 7px; margin-right: .45rem; border-radius: 50%; background: var(--blood-light); box-shadow: 0 0 12px var(--blood-light); }
.case-number { margin: 2.5rem 0 .2rem; color: #71747a; font-size: .72rem; letter-spacing: .15em; }
.now-playing h2 { font-family: var(--display); font-size: 3.2rem; line-height: .95; font-weight: 400; }
.now-playing p { color: var(--muted); }
.now-playing a { display: inline-flex; gap: 1rem; color: var(--blood-light); text-decoration: none; font-weight: 700; }
.featured-slide { min-height: 315px; animation: reveal .4s ease; }
.featured-slide[hidden] { display: none; }
.feature-dots { display: flex; gap: .55rem; margin-top: 1.2rem; }
.feature-dot { width: 32px; height: 4px; padding: 0; border: 0; background: #494b50; cursor: pointer; }
.feature-dot.active { background: var(--blood-light); }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.ticker { overflow: hidden; border-top: 1px solid #6e0a12; border-bottom: 1px solid #6e0a12; background: var(--blood); color: white; font-family: var(--display); font-size: 1.35rem; letter-spacing: .08em; white-space: nowrap; }
.ticker span { display: block; width: max-content; padding: .45rem 0; animation: crawl 24s linear infinite; }
@keyframes crawl { to { transform: translateX(-50%); } }

.section { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); }
.section-heading { display: flex; justify-content: space-between; gap: 3rem; align-items: end; margin-bottom: 2.5rem; }
.section-heading h2, .warren-copy > h2, .site-footer h2 { margin-bottom: 0; font-family: var(--display); font-size: clamp(3.4rem, 7vw, 6rem); line-height: .9; font-weight: 400; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); }
.halloween-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; background: radial-gradient(circle at 15% 50%, rgba(181,34,10,.18), transparent 28%), #11100f; border-bottom: 1px solid #40221a; }
.halloween-copy h2 { margin-bottom: 1.5rem; font-family: var(--display); font-size: clamp(4rem, 8vw, 7rem); line-height: .87; font-weight: 400; }
.halloween-copy > p:not(.eyebrow) { max-width: 560px; color: #b8b5af; }
.halloween-categories { border-top: 1px solid #533025; }
.halloween-categories a { display: grid; grid-template-columns: 50px 1fr; gap: .1rem 1rem; padding: 1.3rem .4rem; border-bottom: 1px solid #533025; text-decoration: none; transition: background .2s ease, padding .2s ease; }
.halloween-categories a:hover { padding-left: 1rem; background: rgba(175,42,14,.13); }
.halloween-categories span { grid-row: 1 / 3; color: #db431f; font-family: var(--display); font-size: 1.7rem; }
.halloween-categories strong { font-size: 1.05rem; }
.halloween-categories small { color: #8f8c88; font-size: .78rem; }
.films-section { background: #0a0b0d; }
.year-tabs { display: flex; gap: .5rem; margin-bottom: 2rem; overflow-x: auto; }
.year-tab { min-width: 72px; border: 1px solid var(--line); background: transparent; padding: .55rem 1rem; cursor: pointer; color: var(--muted); font-weight: 700; }
.year-tab:hover, .year-tab.active { border-color: var(--blood); background: var(--blood); color: white; }
.film-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.film-card { min-height: 390px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; background: var(--panel); }
.film-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -85px; top: 50px; border: 30px solid currentColor; border-radius: 50%; opacity: .1; filter: blur(1px); }
.film-card[hidden] { display: none; }
.film-number { position: absolute; top: .2rem; left: 1rem; font-family: var(--display); font-size: 8rem; line-height: 1; color: rgba(255,255,255,.035); }
.film-year { align-self: flex-end; padding: .25rem .55rem; border: 1px solid currentColor; font-size: .75rem; font-weight: 700; }
.film-card-body { position: relative; z-index: 1; }
.film-card-body > p, .product-card > p { margin-bottom: .5rem; color: currentColor; font-size: .7rem; font-weight: 700; letter-spacing: .13em; }
.film-card h3 { max-width: 290px; margin-bottom: 1.8rem; color: var(--bone); font-family: var(--display); font-size: 2.5rem; line-height: .98; font-weight: 400; }
.crimson { color: #ee3843; background: linear-gradient(145deg, #211014, #0d0f12 70%); }
.smoke { color: #b7c3c7; background: linear-gradient(145deg, #192124, #0d0f12 70%); }
.ochre { color: #dfa33b; background: linear-gradient(145deg, #261d0d, #0d0f12 70%); }
.violet { color: #aa6bc4; background: linear-gradient(145deg, #201326, #0d0f12 70%); }
.ice { color: #9db9c7; background: linear-gradient(145deg, #12212a, #0d0f12 70%); }
.red { color: #d31c25; background: linear-gradient(145deg, #251012, #0d0f12 70%); }
.text-link { padding: 0 0 .3rem; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-weight: 700; font-size: .9rem; }
.text-link span { margin-left: .65rem; }
.series-section { background: #090a0c; border-top: 1px solid var(--line); }
.series-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.series-card { min-height: 430px; padding: 1.4rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #30343a; overflow: hidden; position: relative; }
.series-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, #08090b 12%, transparent 75%); }
.series-card > span, .series-card > div { position: relative; z-index: 1; }
.series-card > span { align-self: flex-end; padding: .22rem .5rem; border: 1px solid currentColor; color: #d0d2d5; font-size: .7rem; font-weight: 700; }
.series-card div > p:first-child { color: var(--blood-light); font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.series-card h3 { margin-bottom: .5rem; font-family: var(--display); font-size: 4rem; line-height: .9; font-weight: 400; }
.series-card div > p:not(:first-child) { max-width: 340px; color: #b1b4b8; font-size: .9rem; }
.series-card .text-link { color: #ece9e4; }
.from-card { background: radial-gradient(circle at 68% 25%, #a79a60 0, #3a3020 5%, transparent 27%), linear-gradient(145deg, #27200f, #0c1013); }
.mercedes-card { background: radial-gradient(circle at 70% 20%, #83131c 0, #310d12 10%, transparent 32%), linear-gradient(145deg, #211015, #0b0d10); }
.keeper-card { background: radial-gradient(circle at 65% 22%, #7a8892 0, #242d33 8%, transparent 30%), linear-gradient(145deg, #14202a, #0b0d10); }

.warren-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 8vw, 9rem); background: #ece9e2; color: #111316; }
.warren-mark { min-height: 570px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #111316; color: var(--blood-light); position: relative; box-shadow: -22px 22px 0 #b90915; }
.warren-mark::before, .warren-mark::after { content: ""; position: absolute; width: 52%; height: 1px; background: #8b2229; transform: rotate(45deg); }
.warren-mark::after { transform: rotate(-45deg); }
.warren-mark span { position: relative; z-index: 1; font-family: var(--display); font-size: clamp(9rem, 20vw, 18rem); line-height: .8; }
.warren-mark small { position: relative; z-index: 1; color: var(--bone); letter-spacing: .5em; }
.warren-copy > p:not(.eyebrow) { max-width: 650px; color: #555960; font-size: 1.05rem; }
.episode-list { margin-top: 3rem; border-top: 1px solid #bbb8b2; }
.episode-list article { display: grid; grid-template-columns: 72px 1fr 46px; gap: 1rem; align-items: center; padding: 1.4rem 0; border-bottom: 1px solid #bbb8b2; }
.episode-list article > span { color: #8f1119; font-size: .72rem; font-weight: 700; }
.episode-list h3 { margin: 0; font-size: 1.05rem; }
.episode-list p { margin: .2rem 0 0; color: #676b71; font-size: .88rem; }
.round-button { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #a6a39d; border-radius: 50%; background: transparent; color: inherit; cursor: pointer; text-decoration: none; }
.round-button:hover { border-color: var(--blood); background: var(--blood); color: white; }
.podcast-section { display: grid; grid-template-columns: .45fr 1.55fr; gap: 2rem; align-items: stretch; background: var(--blood); }
.podcast-label { display: flex; align-items: center; gap: .7rem; border-right: 1px solid rgba(255,255,255,.28); font-weight: 700; font-size: .75rem; letter-spacing: .14em; }
.podcast-label span { color: #ffb8bc; animation: pulse 1.6s ease infinite; }
.podcast-main { display: flex; justify-content: space-between; gap: 3rem; align-items: center; }
.podcast-main .eyebrow { color: #ffd4d7; }
.podcast-main h2 { margin-bottom: .6rem; font-family: var(--display); font-size: clamp(3rem, 6vw, 5.5rem); line-height: .9; font-weight: 400; }
.podcast-main p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: #f1cfd2; }
.podcast-play { flex: 0 0 auto; min-height: 54px; display: inline-flex; align-items: center; padding: .8rem 1.2rem; border: 1px solid white; background: white; color: #99101a; cursor: pointer; font-weight: 700; text-decoration: none; }
.podcast-play span { margin-right: .55rem; }
@keyframes pulse { 50% { opacity: .35; } }

.bazaar-section { background: #0e1013; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.product-card { padding: 1rem 1rem 1.7rem; border: 1px solid var(--line); background: #111419; }
.product-visual { height: 230px; display: grid; place-items: center; margin-bottom: 1.5rem; font-family: var(--display); font-size: 7rem; overflow: hidden; color: rgba(255,255,255,.8); }
.product-visual.candle { background: radial-gradient(circle, #bb4a1b 0, #40100e 20%, #130b0b 55%); }
.product-visual.decor { background: radial-gradient(circle at 70% 30%, #7987a0 0, #232b3b 13%, #101217 55%); }
.product-visual.books { background: repeating-linear-gradient(90deg, #231011 0 48px, #71131a 50px 54px, #101217 56px 105px); }
.product-card > p { color: var(--blood-light); }
.product-card h3 { min-height: 58px; font-size: 1.15rem; }
.product-card .text-link { color: #d8d9dc; }
.affiliate-note { max-width: 850px; margin: 2rem 0 0; color: #7f8389; font-size: .78rem; }

.site-footer { padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7.5rem) 2rem; background: #070809; border-top: 1px solid var(--line); }
.site-footer > div:first-child { margin-bottom: 3rem; }
.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.social-link { display: flex; justify-content: space-between; min-height: 74px; align-items: center; padding: 1rem; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; text-align: left; font-weight: 600; }
.social-link { text-decoration: none; }
.social-link:hover { background: var(--blood); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 3rem; color: #696d73; font-size: .75rem; }
.toast { position: fixed; left: 50%; bottom: 1.5rem; z-index: 50; transform: translate(-50%, 150%); max-width: calc(100% - 2rem); padding: .85rem 1.1rem; background: var(--bone); color: #101114; box-shadow: 0 12px 35px #000; font-size: .85rem; transition: transform .25s ease; }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .brand span { display: none; }
  .hero { grid-template-columns: 1fr; }
  .now-playing { max-width: 550px; }
  .film-grid, .product-grid, .series-grid { grid-template-columns: repeat(2, 1fr); }
  .halloween-section { grid-template-columns: 1fr; }
  .warren-section { grid-template-columns: 1fr; }
  .warren-mark { min-height: 390px; }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .podcast-section { grid-template-columns: 1fr; }
  .podcast-label { padding-bottom: 1rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
}

@media (max-width: 1050px) {
  .site-header { height: 76px; }
  .brand span { display: none; }
  .brand img { width: 58px; height: 56px; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: .75rem clamp(1rem, 5vw, 3rem) 1rem; background: #090a0c; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .72rem .2rem; border-bottom: 1px solid #202328; font-size: .86rem; }
}

@media (max-width: 680px) {
  .site-header { height: 76px; padding-inline: 1rem; }
  .brand img { width: 58px; height: 56px; }
  .brand span { font-size: .76rem; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: .75rem 1rem 1rem; background: #090a0c; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .8rem .2rem; border-bottom: 1px solid #202328; }
  .hero { min-height: auto; padding-top: 4.5rem; }
  h1 { font-size: clamp(4.2rem, 22vw, 6.3rem); }
  .section-heading { align-items: start; flex-direction: column; gap: 1rem; }
  .film-grid, .product-grid, .series-grid { grid-template-columns: 1fr; }
  .film-card { min-height: 330px; }
  .warren-mark { min-height: 320px; }
  .episode-list article { grid-template-columns: 58px 1fr 42px; }
  .social-grid { grid-template-columns: 1fr 1fr; }
  .podcast-main { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
