:root {
  color-scheme: dark;
  --cream: #f5eadb;
  --paper: #d7cabc;
  --muted: #958c83;
  --dark: #070707;
  --panel: #11100f;
  --red: #b42428;
  --red-hot: #e04045;
  --gold: #d8a548;
  --line: rgba(239,222,200,.13);
  font-family: "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--dark); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--cream); background: #070707; }
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 100; padding: .7rem 1rem; background: var(--gold); color: #111; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.cinema-shell { min-height: 100vh; overflow: hidden; background: radial-gradient(ellipse at 50% -10%, rgba(146,33,37,.27), transparent 39rem), linear-gradient(90deg, rgba(83,10,13,.12), transparent 20%, transparent 80%, rgba(83,10,13,.12)), #070707; }
.film-grain { pointer-events: none; position: fixed; inset: 0; z-index: 90; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
.site-header { width: min(1420px, 92vw); height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.logo { text-decoration: none; display: inline-flex; align-items: center; gap: .85rem; }
.logo-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #772326; background: radial-gradient(circle at 50% 35%, #a9282d, #351012 72%); box-shadow: 0 0 28px rgba(187,31,36,.33); font: 700 .8rem/1 "Arial Narrow", sans-serif; letter-spacing: .08em; }
.logo strong { display: block; font: 700 1.02rem/1 "Arial Narrow", sans-serif; letter-spacing: .19em; }
.logo small { display: block; margin-top: .35rem; color: #6f6861; font-size: .53rem; letter-spacing: .24em; }
.site-nav { display: flex; align-items: center; gap: 1.8rem; }
.site-nav a { color: #a59b92; text-decoration: none; font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.site-nav a:hover { color: white; }
.nav-search { border: 1px solid var(--line); border-radius: 50%; width: 38px; height: 38px; display: grid; place-items: center; background: rgba(255,255,255,.02); color: var(--paper); cursor: pointer; }

.hero { width: min(1420px, 92vw); min-height: 680px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); align-items: center; gap: 5vw; position: relative; }
.hero::before, .hero::after { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: linear-gradient(transparent, var(--line) 30%, var(--line) 70%, transparent); }
.hero::before { left: -1px; } .hero::after { right: -1px; }
.hero-copy { padding: 6rem 0; position: relative; z-index: 2; }
.overline { color: var(--red-hot); font-size: .66rem; text-transform: uppercase; letter-spacing: .28em; font-weight: 700; }
.hero h1 { margin: 1.4rem 0 1.2rem; max-width: 850px; font: 800 clamp(4rem,8.4vw,9.5rem)/.76 "Arial Narrow", Impact, sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1px #5b5550; font-size: .6em; letter-spacing: .02em; }
.hero-line { width: min(650px,90%); color: #b4aaa0; font-size: clamp(1rem,1.4vw,1.25rem); line-height: 1.7; }
.hero-actions { display: flex; gap: .8rem; margin-top: 2rem; }
.cinema-button { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; padding: .8rem 1.05rem; border: 1px solid #d8464a; border-radius: .28rem; background: linear-gradient(#ca3439,#9e1c20); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; box-shadow: 0 10px 35px rgba(164,23,28,.25); }
.cinema-button.secondary { border-color: var(--line); background: rgba(255,255,255,.025); color: #b5aca3; box-shadow: none; }
.hero-visual { align-self: stretch; display: grid; place-items: center; position: relative; min-height: 620px; }
.hero-visual::before { content: ""; position: absolute; width: 75%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(203,53,57,.22), transparent 67%); filter: blur(10px); }
.host-placeholder { position: relative; width: min(380px,90%); aspect-ratio: 4/5; display: grid; place-items: end center; border: 1px solid rgba(218,180,132,.18); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(85,19,21,.12) 65%, rgba(0,0,0,.1)), repeating-linear-gradient(90deg, transparent 0 38px, rgba(255,255,255,.02) 39px 40px); box-shadow: 0 35px 100px rgba(0,0,0,.55); overflow: hidden; }
.host-placeholder::before { content: "HOST ARTWORK"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(244,234,219,.13); font: 700 2rem "Arial Narrow", sans-serif; letter-spacing: .18em; transform: rotate(-90deg); }
.host-label { width: 100%; padding: 1.2rem; position: relative; z-index: 1; border-top: 1px solid var(--line); background: rgba(6,6,6,.75); backdrop-filter: blur(10px); }
.host-label small { display: block; color: var(--red-hot); letter-spacing: .22em; text-transform: uppercase; font-size: .57rem; }
.host-label strong { display: block; margin-top: .4rem; font: 700 1.25rem "Arial Narrow", sans-serif; text-transform: uppercase; letter-spacing: .04em; }

.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0c0b0a; overflow: hidden; }
.marquee-inner { width: min(1420px,92vw); margin: auto; min-height: 62px; display: flex; align-items: center; gap: 3rem; color: #777069; text-transform: uppercase; letter-spacing: .18em; font-size: .62rem; white-space: nowrap; }
.marquee-inner b { color: var(--gold); }

.content { width: min(1420px,92vw); margin: 0 auto; padding: 7rem 0 8rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.3rem; }
.section-heading h2 { margin: .7rem 0 0; font: 800 clamp(2.3rem,4vw,4.5rem)/.9 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; letter-spacing: -.035em; }
.section-heading p { max-width: 460px; margin: 0; color: var(--muted); line-height: 1.65; }
.featured { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); gap: clamp(2rem,5vw,5rem); padding-bottom: 7rem; }
.featured-poster { position: relative; max-width: 460px; }
.featured-poster img, .featured-poster .poster-fallback { width: 100%; aspect-ratio: 2/3; object-fit: cover; box-shadow: 0 35px 90px rgba(0,0,0,.55); border: 1px solid #3f3933; }
.poster-fallback { display: grid; place-items: center; padding: 1.2rem; text-align: center; background: linear-gradient(145deg,#351517,#12100f 64%); color: #c9a577; font: 800 2rem/1 "Arial Narrow", sans-serif; letter-spacing: .03em; text-transform: uppercase; }
.featured-score { position: absolute; right: -1.4rem; bottom: 2.4rem; width: 92px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #9a6c32; border-radius: 50%; background: radial-gradient(circle,#2b1d0c,#0b0906 72%); color: #ffe0a0; font: 800 2rem "Arial Narrow", sans-serif; box-shadow: 0 0 38px rgba(210,161,74,.25); }
.featured-copy { align-self: center; }
.meta { display: flex; flex-wrap: wrap; gap: .6rem 1.3rem; color: #817970; font-size: .67rem; text-transform: uppercase; letter-spacing: .13em; }
.featured-copy h3 { margin: 1.1rem 0 .7rem; font: 800 clamp(3rem,6vw,7rem)/.88 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; letter-spacing: -.045em; }
.verdict { color: #e1c693; font-family: Georgia, serif; font-style: italic; font-size: clamp(1.1rem,1.8vw,1.5rem); line-height: 1.5; }
.featured-copy .synopsis { color: #a69d94; line-height: 1.8; max-width: 720px; }
.metrics-strip { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.6rem 0; }
.metric-chip { min-width: 118px; padding: .75rem .85rem; border: 1px solid var(--line); background: #0c0b0a; }
.metric-chip small { display: block; color: #726b64; text-transform: uppercase; letter-spacing: .12em; font-size: .54rem; }
.metric-chip strong { display: block; margin-top: .35rem; color: var(--paper); font-family: "Arial Narrow", sans-serif; }

.browse { border-top: 1px solid var(--line); padding-top: 5rem; }
.browse-bar { display: grid; grid-template-columns: minmax(240px,1fr) repeat(2,190px); gap: .7rem; margin-bottom: 2rem; }
.browse-bar input, .browse-bar select { width: 100%; min-height: 48px; padding: 0 .9rem; border: 1px solid var(--line); background: #0d0c0b; color: var(--cream); border-radius: .25rem; }
.collection-chips { display: flex; flex-wrap: wrap; gap: .55rem; margin: -1rem 0 2rem; }
.collection-chip { border: 1px solid var(--line); background: transparent; color: #8f867e; border-radius: 99px; padding: .5rem .75rem; cursor: pointer; font-size: .7rem; }
.collection-chip.active, .collection-chip:hover { color: #f0d39c; border-color: #79572f; background: rgba(210,161,74,.06); }
.card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: clamp(1rem,2.4vw,2.2rem); }
.movie-card { min-width: 0; text-decoration: none; display: block; }
.card-poster { position: relative; aspect-ratio: 2/3; overflow: hidden; border: 1px solid #332f2b; background: #12100f; box-shadow: 0 24px 55px rgba(0,0,0,.26); transition: transform .25s, border-color .25s, box-shadow .25s; }
.movie-card:hover .card-poster { transform: translateY(-7px); border-color: #735237; box-shadow: 0 32px 70px rgba(0,0,0,.45), 0 0 32px rgba(171,38,43,.08); }
.card-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.movie-card:hover .card-poster img { transform: scale(1.025); }
.card-poster .poster-fallback { width: 100%; height: 100%; font-size: clamp(1.2rem,2.5vw,2.1rem); }
.card-score { position: absolute; right: .7rem; top: .7rem; min-width: 50px; height: 40px; padding: 0 .6rem; display: grid; place-items: center; border: 1px solid rgba(240,191,102,.5); background: rgba(8,7,6,.88); backdrop-filter: blur(8px); color: #ffdfa1; font: 800 1rem "Arial Narrow", sans-serif; }
.card-copy { padding: 1.1rem .1rem 0; }
.card-copy h3 { margin: 0; font: 700 1.2rem/1.1 "Arial Narrow", sans-serif; text-transform: uppercase; letter-spacing: .01em; }
.card-copy .meta { margin-top: .55rem; }
.card-copy p { color: #857d75; font-size: .82rem; line-height: 1.5; margin: .65rem 0 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.empty-public { padding: 7rem 2rem; text-align: center; border: 1px solid var(--line); background: rgba(255,255,255,.015); }
.empty-public span { display: block; color: var(--red-hot); font-size: 3rem; }
.empty-public h3 { margin: 1rem 0 .5rem; font: 800 2rem "Arial Narrow",sans-serif; text-transform: uppercase; }
.empty-public p { color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); padding: 2.5rem 4vw; color: #5f5953; font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; text-align: center; }

.review-hero { width: min(1320px,92vw); margin: 0 auto; padding: 5rem 0 6rem; display: grid; grid-template-columns: minmax(270px,420px) 1fr; gap: clamp(2.5rem,7vw,8rem); align-items: center; }
.review-poster img, .review-poster .poster-fallback { width: 100%; aspect-ratio: 2/3; object-fit: cover; border: 1px solid #3d3731; box-shadow: 0 35px 100px rgba(0,0,0,.6); }
.review-heading .back-link { color: #8f867d; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; }
.review-heading h1 { margin: 1.6rem 0 1rem; font: 800 clamp(4rem,8vw,9rem)/.78 "Arial Narrow", Impact, sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.review-scoreline { display: flex; align-items: center; gap: 1.3rem; margin: 1.7rem 0; }
.review-score { width: 100px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #8e6534; border-radius: 50%; background: radial-gradient(circle,#2a1c0e,#0c0906 70%); color: #ffe0a0; font: 800 2rem "Arial Narrow", sans-serif; box-shadow: 0 0 38px rgba(210,161,74,.2); }
.recommendation { color: #cfc1b2; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.review-main { width: min(980px,88vw); margin: 0 auto; padding-bottom: 8rem; }
.reading-section { padding: 4rem 0; border-top: 1px solid var(--line); }
.reading-section h2 { color: var(--red-hot); font-size: .66rem; text-transform: uppercase; letter-spacing: .25em; margin-bottom: 1.5rem; }
.reading-copy { white-space: pre-wrap; color: #c9beb2; font: 1.08rem/1.9 Georgia, serif; }
.reading-copy.review-text { color: #eee2d4; font-size: clamp(1.08rem,1.5vw,1.25rem); }
.spoiler-curtain { padding: 3rem; border: 1px solid rgba(203,48,52,.35); background: linear-gradient(90deg,rgba(113,17,20,.19),rgba(20,10,10,.7),rgba(113,17,20,.19)); text-align: center; }
.spoiler-curtain p { color: #b9aea3; line-height: 1.6; }
.spoiler-curtain button { margin-top: .7rem; }
.preview-ribbon { position: fixed; left: 50%; top: 0; z-index: 80; transform: translateX(-50%); padding: .45rem 1rem; background: var(--gold); color: #16110a; font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr 340px; min-height: 600px; }
  .hero-visual { min-height: 540px; }
  .card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .featured { grid-template-columns: minmax(250px,.65fr) minmax(0,1.35fr); }
}
@media (max-width: 760px) {
  .site-header { height: 72px; }
  .site-nav a { display: none; }
  .hero { display: block; min-height: 0; padding: 4rem 0; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(4.2rem,20vw,7rem); }
  .hero-visual { min-height: 420px; margin-top: 3rem; }
  .host-placeholder { width: min(330px,88%); }
  .section-heading { display: block; }
  .section-heading p { margin-top: 1rem; }
  .featured { display: block; }
  .featured-poster { width: 76%; margin-bottom: 3rem; }
  .featured-score { right: -1rem; }
  .card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.4rem .8rem; }
  .browse-bar { grid-template-columns: 1fr; }
  .review-hero { display: block; padding-top: 3rem; }
  .review-poster { width: 72%; margin-bottom: 3rem; }
  .review-heading h1 { font-size: clamp(4rem,18vw,7rem); }
  .spoiler-curtain { padding: 2rem 1rem; }
}
@media (max-width: 430px) { .card-grid { grid-template-columns: 1fr; } .movie-card { display: grid; grid-template-columns: 115px 1fr; gap: 1rem; } .card-copy { padding-top: .3rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition: none !important; animation: none !important; } }


/* v0.5 — final public-site polish */
.hero-carousel {
  position: relative;
  width: min(440px,94%);
  aspect-ratio: 4/5;
  border: 1px solid rgba(218,180,132,.2);
  background: #0b0909;
  box-shadow: 0 38px 110px rgba(0,0,0,.62), 0 0 70px rgba(176,31,37,.08);
  overflow: hidden;
}
.hero-carousel-stage { position: absolute; inset: 0 0 74px; overflow: hidden; background: #0b0909; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.045); transition: opacity .9s ease, transform 6s ease; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-carousel::after { content:""; pointer-events:none; position:absolute; inset:0 0 74px; background:linear-gradient(180deg,transparent 55%,rgba(5,4,4,.52)); }
.hero-carousel .host-placeholder { width:100%; height:100%; aspect-ratio:auto; border:0; box-shadow:none; }
.hero-carousel .host-label { position:absolute; left:0; right:0; bottom:0; min-height:74px; }
.carousel-controls { position:absolute; z-index:4; left:.8rem; right:.8rem; bottom:84px; display:flex; align-items:center; justify-content:space-between; opacity:.84; }
.carousel-controls > button { width:34px; height:34px; border:1px solid rgba(255,255,255,.18); border-radius:50%; background:rgba(4,4,4,.68); color:#eee0d0; cursor:pointer; }
.carousel-dots { display:flex; gap:.42rem; padding:.4rem .6rem; border-radius:99px; background:rgba(4,4,4,.55); backdrop-filter:blur(8px); }
.carousel-dots button { width:6px; height:6px; padding:0; border:0; border-radius:50%; background:#6c625a; cursor:pointer; }
.carousel-dots button.active { background:var(--gold); box-shadow:0 0 10px rgba(216,165,72,.6); }

.review-hero { position:relative; isolation:isolate; }
.review-hero.has-backdrop::before {
  content:""; position:absolute; z-index:-2; inset:-3rem calc(50% - 50vw);
  background-image:var(--review-backdrop); background-size:cover; background-position:center 35%;
  filter:blur(46px) saturate(.55); opacity:.15; transform:scale(1.06);
}
.review-hero.has-backdrop::after {
  content:""; position:absolute; z-index:-1; inset:-3rem calc(50% - 50vw);
  background:linear-gradient(90deg,#070707 7%,rgba(7,7,7,.64) 45%,#070707 94%),linear-gradient(0deg,#070707 0%,transparent 45%,#070707 100%);
}
.film-facts { margin:2.2rem 0 0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0; border-top:1px solid var(--line); border-left:1px solid var(--line); max-width:760px; }
.film-facts > div { padding:.85rem 1rem; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(10,9,8,.6); }
.film-facts > div.wide { grid-column:1/-1; }
.film-facts dt { color:#726b64; text-transform:uppercase; letter-spacing:.13em; font-size:.54rem; }
.film-facts dd { margin:.38rem 0 0; color:#d9cec2; line-height:1.45; font-size:.84rem; }
.reading-section { position:relative; }
.reading-section::before { content:""; position:absolute; left:-28px; top:4rem; width:5px; height:28px; background:linear-gradient(var(--red-hot),#651b1e); box-shadow:0 0 22px rgba(224,64,69,.22); }

@media (max-width:760px) {
  .hero-carousel { width:min(370px,92%); }
  .film-facts { grid-template-columns:1fr; }
  .film-facts > div.wide { grid-column:auto; }
  .reading-section::before { left:-14px; }
}


/* v0.5.1 — wider cinematic homepage carousel */
@media (min-width: 901px) {
  .hero {
    grid-template-columns: minmax(430px,.88fr) minmax(650px,1.35fr);
    gap: clamp(1.5rem,3vw,3.5rem);
    align-items: center;
  }
  .hero-visual {
    display:flex;
    justify-content:flex-end;
    min-width:0;
  }
  .hero-carousel {
    width:100%;
    max-width:none;
    aspect-ratio: 16/10;
  }
  .hero-carousel-stage {
    inset:0 0 74px;
  }
  .hero-slide {
    object-fit:cover;
    object-position:center;
  }
}
@media (min-width: 1250px) {
  .hero-carousel {
    width:min(760px,100%);
  }
}
