/* ============================================================
   BROTHERHOOD — Home page styles
   Vanilla, production-ready. Builds on colors_and_type.css tokens.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  background: var(--bh-black);
  color: var(--fg-1);
}
img { display: block; max-width: 100%; }
button { font: inherit; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--bh-bright-blue); outline-offset: 3px; border-radius: 2px; }
section { scroll-margin-top: 80px; }
strong { color: var(--fg-1); font-weight: 600; }
.bh-wrap { max-width: 1240px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.is-hidden { display: none !important; }

/* ============================================================
   HEADER (shared)
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  transition: background-color .3s ease, backdrop-filter .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(180deg, rgba(16,14,18,.72) 0%, rgba(16,14,18,0) 100%);
  opacity: 1; transition: opacity .3s ease;
}
.site-header.is-scrolled::before { opacity: 0; }
.site-header.is-scrolled {
  background: rgba(20,18,18,.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.site-header__inner {
  max-width: 1240px; margin: 0 auto; padding: 16px 32px;
  display: flex; align-items: center; gap: 32px;
}
.site-header__logo { display: inline-flex; }
.site-header__logo img { height: 24px; width: auto; transition: height .3s ease; opacity: .98; filter: drop-shadow(0 2px 14px rgba(0,0,0,.55)); }
.site-header.is-scrolled .site-header__logo img { height: 19px; }
/* minimal (home): centered, oversized logo, no nav */
.site-header--minimal .site-header__inner { justify-content: center; padding: 20px 32px; }
.site-header--minimal .site-header__logo img { height: 38px; }
.site-header--minimal.is-scrolled .site-header__logo img { height: 28px; }
.site-header__nav { display: flex; gap: 26px; margin-left: 8px; align-items: center; }
.site-header__nav a {
  font-family: var(--font-super); font-weight: 500; font-size: 13px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--fg-2);
  text-decoration: none; transition: color .18s; white-space: nowrap;
}
.site-header__nav a:hover { color: var(--fg-1); }
.site-header__nav a.is-soon {
  color: var(--fg-3); cursor: default; display: inline-flex; align-items: center; gap: 7px;
}
.site-header__nav a.is-soon:hover { color: var(--fg-3); }
.site-header__soon {
  font-size: 9px; letter-spacing: .14em; padding: 2px 6px; border-radius: var(--r-pill);
  border: 1px solid var(--line); color: var(--fg-3);
}
.site-header__cta { margin-left: auto; display: flex; gap: 12px; align-items: center; }
.site-header__burger {
  display: none; width: 42px; height: 42px; border-radius: var(--r-sm);
  border: 1px solid var(--line); background: rgba(0,0,0,.2); color: var(--fg-1);
  align-items: center; justify-content: center; cursor: pointer; margin-left: auto;
}
.site-header__burger i { width: 20px; height: 20px; }

/* mobile drawer */
.site-drawer {
  position: fixed; inset: 0; z-index: 70; display: none;
  background: rgba(16,14,16,.96); backdrop-filter: blur(10px);
  flex-direction: column; padding: 22px 28px 40px;
}
.site-drawer.is-open { display: flex; }
.site-drawer__top { display: flex; align-items: center; justify-content: space-between; }
.site-drawer__top img { height: 18px; }
.site-drawer__close {
  width: 42px; height: 42px; border-radius: var(--r-sm); border: 1px solid var(--line);
  background: transparent; color: var(--fg-1); display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.site-drawer__close i { width: 20px; height: 20px; }
.site-drawer__nav { display: flex; flex-direction: column; gap: 4px; margin-top: 40px; }
.site-drawer__nav a {
  font-family: var(--font-display); font-weight: 600; font-size: 30px; text-transform: uppercase;
  color: var(--fg-1); text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--line);
  display: flex; align-items: baseline; gap: 12px;
}
.site-drawer__nav a .site-header__soon { font-size: 10px; align-self: center; }
.site-drawer__nav a.is-soon { color: var(--fg-3); }
.site-drawer__cta { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.site-drawer__cta .bh-btn { justify-content: center; }

@media (max-width: 900px) {
  .site-header__nav, .site-header__cta { display: none; }
  .site-header__burger { display: flex; }
  .site-header--minimal .site-header__logo img { height: 30px; }
  .site-header--minimal.is-scrolled .site-header__logo img { height: 24px; }
}

/* ============================================================
   HERO  (conversion-first)
   ============================================================ */
/* Shared cinematic field — hero + heart ride one continuous gradient */
.cinematic {
  position: relative; overflow: hidden;
  background: linear-gradient(162deg, #7D2D3F 0%, #5A3551 38%, #45506E 70%, #374967 100%);
}
.cinematic__stripes {
  position: absolute; top: 0; right: 0; width: clamp(200px, 32vw, 430px);
  aspect-ratio: 360 / 320; z-index: 3; pointer-events: none; opacity: .5;
  /* shown near native size (crisp) as a top-right accent, faded left + bottom */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 42%), linear-gradient(180deg, #000 56%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-image: linear-gradient(90deg, transparent 0%, #000 42%), linear-gradient(180deg, #000 56%, transparent 100%);
          mask-composite: intersect;
}
.cinematic__stripes img { width: 100%; height: 100%; object-fit: fill; display: block; }

.hero {
  position: relative; min-height: 100svh; display: flex; flex-direction: column;
  align-items: center; justify-content: flex-start; overflow: hidden;
  padding: clamp(112px, 13vh, 150px) 24px 56px;
}
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  /* warm glow only — the wine→blue gradient now lives on .cinematic */
  background: radial-gradient(115% 90% at 78% 8%, rgba(221,67,67,.22) 0%, transparent 48%);
}
.hero__haze {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(100% 80% at 50% 22%, rgba(189,214,231,.12) 0%, transparent 58%);
}
.hero__grain {
  position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: .07; 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");
}
.hero__scrim {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  /* top darkening for logo legibility only — no bottom band, so it flows into the heart */
  background: linear-gradient(180deg, rgba(18,16,22,.5) 0%, transparent 24%);
}
.hero__inner {
  position: relative; z-index: 4; width: 100%; max-width: 1000px;
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px;
}
.hero__scroll {
  position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 5;
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  color: var(--bh-pale-blue); text-decoration: none;
  font-family: var(--font-super); font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  opacity: .92; transition: opacity .2s ease;
  animation: heroScrollFloat 2.4s ease-in-out infinite;
}
.hero__scroll:hover { opacity: 1; }
.hero__scroll i { width: 20px; height: 20px; }
@keyframes heroScrollFloat { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 6px); } }
@media (prefers-reduced-motion: reduce) { .hero__scroll { animation: none; } }
.hero__eyebrow { color: var(--bh-pale-blue); margin: 0; }
.hero__eyebrow b { color: var(--bh-bright-red); font-weight: 500; }
.hero__headline {
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  font-size: clamp(30px, 4.4vw, 54px); line-height: .96; letter-spacing: -.01em;
  margin: 0; max-width: 14ch; text-wrap: balance;
}
.hero__headline em { font-style: normal; color: var(--bh-bright-red); }

/* the morphing stage: video <-> form share this frame */
.hero__stage {
  position: relative; width: 100%; max-width: 880px; margin-top: 6px;
}
.hero__media {
  position: relative; aspect-ratio: 16/9; width: 100%;
  border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line); background: #000;
  transition: opacity .6s ease, transform .6s ease, filter .6s ease;
}
.hero__media iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
/* placeholder poster shown until the user hits play */
.hero__poster {
  position: absolute; inset: 0; z-index: 3; cursor: pointer; border: 0; padding: 0;
  width: 100%; height: 100%; color: #fff; background: transparent;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
}
.hero__poster::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(20,18,24,.25), rgba(20,18,24,.62)),
              var(--haze-blue);
  background-blend-mode: soft-light, normal;
}
.hero__poster-label {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-family: var(--font-super); font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.6); border: 1px dashed rgba(255,255,255,.3); padding: 4px 8px; border-radius: 4px;
}
.hero__play-ring {
  position: relative; z-index: 1; width: 82px; height: 82px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.9); display: flex; align-items: center; justify-content: center;
  transition: transform .2s ease, background-color .2s ease;
}
.hero__play-ring i { width: 30px; height: 30px; margin-left: 4px; }
.hero__poster:hover .hero__play-ring { transform: scale(1.06); background: rgba(255,255,255,.12); }
.hero__play-lbl {
  position: relative; z-index: 1; font-family: var(--font-super); font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase;
}

/* skip-to-signup chip floating over the video */
.hero__skip {
  position: absolute; z-index: 6; right: 12px; bottom: 12px;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-super); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: #fff; background: rgba(20,18,24,.6); border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(6px); padding: 9px 14px; border-radius: var(--r-pill);
  cursor: pointer; transition: background-color .18s, border-color .18s, opacity .3s;
}
.hero__skip:hover { background: rgba(20,18,24,.85); border-color: rgba(255,255,255,.5); }
.hero__skip i { width: 14px; height: 14px; }

/* ---------- the opt-in form that the video morphs into ---------- */
.hero__form-wrap {
  position: absolute; inset: 0; z-index: 5;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transform: translateY(14px) scale(.985);
  transition: opacity .6s ease, transform .6s ease, visibility .6s;
}
.hero__stage.is-form .hero__form-wrap { opacity: 1; visibility: visible; transform: none; }
.hero__stage.is-form .hero__media { opacity: 0; visibility: hidden; pointer-events: none; }
.hero__stage.is-form { min-height: 0; }

.optin {
  position: relative; width: 100%;
  background: linear-gradient(180deg, rgba(42,39,51,.72), rgba(30,28,38,.82)), var(--haze-blue-red);
  border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-lg);
  padding: 40px clamp(22px, 5vw, 58px) 36px; overflow: hidden;
}
.optin__brayer {
  position: absolute; top: 0; right: 0; width: 230px; opacity: .5; mix-blend-mode: screen;
  pointer-events: none; transform: translate(28%, -36%) rotate(8deg);
}
.optin__dots { display: flex; gap: 8px; justify-content: center; margin-bottom: 22px; }
.optin__dot {
  width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.22);
  transition: background-color .3s, width .3s; flex: none;
}
.optin__dot.is-active { background: var(--bh-bright-red); width: 22px; border-radius: var(--r-pill); }
.optin__dot.is-done { background: rgba(255,255,255,.5); }

.optin__step { display: none; flex-direction: column; gap: 16px; text-align: center; }
.optin__step.is-active { display: flex; animation: optinIn .45s cubic-bezier(.2,.7,.2,1); }
@keyframes optinIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .optin__step.is-active { animation: none; } }

.optin__eyebrow { color: var(--bh-pale-blue); margin: 0; }
.optin__title {
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  font-size: clamp(26px, 3.4vw, 40px); line-height: 1; margin: 0; color: #fff; text-wrap: balance;
}
.optin__sub { font-family: var(--font-body); font-weight: 300; font-size: 16px; color: rgba(255,255,255,.8); margin: 0; line-height: 1.5; }
.optin__row { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.optin__field { display: flex; flex-direction: column; gap: 6px; text-align: left; flex: 1; min-width: 150px; }
.optin__field label {
  font-family: var(--font-super); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6);
}
.optin input[type="email"], .optin input[type="text"], .optin input[type="tel"] {
  width: 100%; font-family: var(--font-body); font-size: 16px; padding: 14px 16px;
  border-radius: var(--r-sm); border: 1px solid rgba(255,255,255,.3); background: rgba(0,0,0,.32);
  color: #fff; outline: none; transition: border-color .18s; min-width: 0;
}
.optin input::placeholder { color: rgba(255,255,255,.5); }
.optin input:focus { border-color: var(--bh-bright-red); }
.optin__actions { display: flex; gap: 12px; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 4px; }
.optin__btn { padding: 14px 30px; }
.optin__back {
  background: transparent; border: 0; cursor: pointer; color: rgba(255,255,255,.62);
  font-family: var(--font-super); font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 6px; transition: color .18s;
}
.optin__back:hover { color: #fff; }
.optin__back i { width: 14px; height: 14px; }
.optin__err { font-family: var(--font-body); font-size: 13px; color: #FFB4A8; margin: 0; min-height: 1em; }
.optin__fine { font-family: var(--font-body); font-size: 12px; color: rgba(255,255,255,.5); margin: 4px 0 0; }

/* interest chips */
.optin__chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 4px 0; }
.optin__chip {
  font-family: var(--font-super); font-size: 13px; letter-spacing: .06em; text-transform: uppercase;
  padding: 11px 18px; border-radius: var(--r-pill); border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.04); color: rgba(255,255,255,.85); cursor: pointer;
  transition: all .18s; display: inline-flex; align-items: center; gap: 8px;
}
.optin__chip i { width: 15px; height: 15px; opacity: 0; transform: scale(.6); transition: all .18s; margin-left: -4px; }
.optin__chip.is-on { background: #fff; border-color: #fff; color: var(--bh-warm-black); }
.optin__chip.is-on i { opacity: 1; transform: none; margin-left: 0; }

/* confirmation */
.optin__confirm { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.optin__check {
  width: 64px; height: 64px; border-radius: 50%; background: var(--bh-deep-green);
  display: flex; align-items: center; justify-content: center; color: #fff;
  box-shadow: 0 0 0 8px rgba(0,104,69,.18);
}
.optin__check i { width: 30px; height: 30px; }
.optin__confirm-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ============================================================
   SHARED SECTION FURNITURE
   ============================================================ */
.section { padding: clamp(72px, 10vw, 120px) 0; }
.section--paper { background: var(--bg-paper); color: var(--ink-1); }
.section--warm { background: var(--bh-warm-black); }
.eyebrow-block { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.eyebrow-block .bh-eyebrow { margin: 0; }
.eyebrow-block .rule { height: 1px; flex: 1; background: var(--line); }
.section--paper .eyebrow-block .rule { background: var(--line-dark); }
.brayer-rule { display: block; width: 200px; height: auto; opacity: .95; margin: 0 0 4px; }

/* ============================================================
   THE HEART  (three short lines)
   ============================================================ */
.heart { position: relative; text-align: center; overflow: hidden; }
.heart__inner { max-width: 1000px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.heart__lines { display: flex; flex-direction: column; gap: clamp(18px, 3vw, 34px); }
.heart__line {
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  font-size: clamp(28px, 4.6vw, 58px); line-height: 1; margin: 0; color: var(--fg-1);
  text-wrap: balance;
}
.heart__line:nth-child(2) { color: var(--fg-2); }
.heart__line em { font-style: normal; color: var(--bh-bright-red); }
.heart__line b { font-weight: 600; color: var(--bh-pale-blue); }
.heart__quote { display: flex; justify-content: center; color: var(--bh-bright-red); margin: 0 auto clamp(20px,4vw,34px); }
.heart__quote svg, .heart__quote i { width: clamp(44px,6vw,60px); height: clamp(44px,6vw,60px); stroke-width: 1.75; }

/* ============================================================
   PROOF / THE WORLD
   ============================================================ */
.proof__head { max-width: 720px; margin-bottom: 48px; }
.proof__head .bh-h2 { color: var(--fg-1); }
.proof__head p { margin: 16px 0 0; color: var(--fg-2); max-width: 580px; }

/* lead image — caption now sits BELOW the art (no overlay) */
.proof__cast {
  max-width: 620px; margin: 0 auto; text-align: center; border: 0; box-shadow: none;
}
.proof__cast img {
  width: 100%; height: auto; display: block; border-radius: var(--r-md);
  box-shadow: var(--shadow-lg); border: 1px solid var(--line);
  transition: transform .6s ease;
}
.proof__cast figcaption {
  padding: 20px 0 0; line-height: 1.35;
}
.proof__cast .kicker { font-family: var(--font-super); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--bh-bright-red); }
.proof__cast .names { font-family: var(--font-display); font-weight: 600; font-size: 28px; text-transform: uppercase; color: var(--fg-1); margin-top: 6px; }
.proof__cast .roles { font-family: var(--font-body); font-size: 15px; color: var(--fg-2); margin-top: 6px; max-width: 46ch; margin-left: auto; margin-right: auto; }

/* music + series cards, beneath the image */
.proof__cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
  max-width: 940px; margin: 44px auto 0;
}

.proof__tile {
  background: var(--surface-1); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 26px; display: flex; flex-direction: column; gap: 10px; text-decoration: none;
  transition: transform .2s ease, background-color .2s ease; color: var(--fg-1);
}
a.proof__tile:hover { transform: translateY(-3px); background: var(--surface-2); }
.proof__tile .stat {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(40px, 5vw, 58px); line-height: .9;
  color: var(--bh-bright-red); display: flex; align-items: baseline; gap: 8px;
}
.proof__tile .stat span { font-size: .42em; color: var(--fg-2); }
.proof__tile .tlabel { font-family: var(--font-super); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--fg-3); }
.proof__tile .ttitle { font-family: var(--font-display); font-weight: 600; font-size: 24px; text-transform: uppercase; color: var(--fg-1); line-height: 1; }
.proof__tile p { font-family: var(--font-body); font-size: 14px; color: var(--fg-2); margin: 0; line-height: 1.5; }
.proof__tile .go { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; font-family: var(--font-super); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--bh-pale-blue); }
.proof__tile .go i { width: 15px; height: 15px; }
.proof__tile--single {
  background: linear-gradient(180deg, rgba(55,73,103,.55), rgba(28,30,42,.4)), var(--surface-1);
}
.proof__tile--single .proof__media-icon { background: var(--bh-mid-blue); border-color: var(--bh-mid-blue); }
.proof__media-icon {
  width: 46px; height: 46px; border-radius: 50%; background: var(--bh-bright-red); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.proof__media-icon i { width: 20px; height: 20px; }
.proof__media-icon--ghost {
  background: rgba(255,255,255,.06); border: 1px solid var(--line); color: var(--bh-pale-blue);
}
.proof__spotify { width: 100%; border: 0; border-radius: 12px; margin-top: 8px; }
.proof__tile--btn {
  font: inherit; text-align: left; cursor: pointer; width: 100%;
  background: linear-gradient(180deg, rgba(0,104,69,.5), rgba(26,38,32,.4)), var(--surface-1);
}
.proof__tile--btn:hover { transform: translateY(-3px); }
.proof__tile--btn .proof__media-icon { background: var(--bh-deep-green); border-color: var(--bh-deep-green); color: #fff; }
.proof__tile--btn .go { color: #86CFAC; }

@media (max-width: 880px) {
  .proof__cards { grid-template-columns: 1fr; }
}

/* press strip */
.press { margin-top: 56px; padding-top: 36px; border-top: 1px solid var(--line); }
.press__label { font-family: var(--font-super); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--fg-3); text-align: center; margin: 0 0 22px; }
.press__row { display: flex; flex-wrap: wrap; gap: clamp(28px, 6vw, 70px); align-items: center; justify-content: center; }
.press__logo {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(20px, 2.6vw, 30px);
  text-transform: uppercase; letter-spacing: .02em; color: var(--fg-2); opacity: .8;
  display: inline-flex; flex-direction: column; align-items: center; line-height: .9;
}
.press__logo span { font-family: var(--font-super); font-size: 9px; letter-spacing: .2em; color: var(--fg-3); margin-top: 5px; }

/* ============================================================
   THE FILM  (logline, release, premieres)
   ============================================================ */
.film { position: relative; overflow: hidden; }
.film__bg {
  position: absolute; inset: 0; z-index: 0;
  background: url(../key-art/brotherhood-poster.png) center 20%/cover no-repeat;
  filter: brightness(.32) saturate(1.1); transform: scale(1.06);
}
.film__haze { position: absolute; inset: 0; z-index: 1; background: var(--haze-blue-red); mix-blend-mode: soft-light; opacity: .7; }
.film__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(18,16,22,.86), rgba(18,16,22,.7)); }
.film__inner { position: relative; z-index: 3; max-width: 1080px; margin: 0 auto; padding: 0 32px; }
.film__logline {
  font-family: var(--font-body); font-weight: 300; font-size: clamp(22px, 2.7vw, 32px);
  line-height: 1.42; color: var(--fg-1); max-width: 30ch; margin: 18px 0 0; text-wrap: pretty;
}
.film__logline em { font-style: italic; color: var(--bh-pale-blue); }
.film__body {
  font-family: var(--font-body); font-weight: 300; font-size: var(--fs-body-lg);
  line-height: 1.62; color: var(--fg-2); max-width: 58ch; margin: 22px 0 0; text-wrap: pretty;
}
.film__body strong { color: var(--fg-1); font-weight: 600; }
.film__release {
  display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap;
  margin: 40px 0 8px; padding-top: 30px; border-top: 1px solid var(--line);
}
.film__release .rlabel { font-family: var(--font-super); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--fg-3); }
.film__release .rdate { font-family: var(--font-display); font-weight: 600; font-size: clamp(34px, 4.6vw, 56px); text-transform: uppercase; color: var(--bh-bright-red); line-height: 1; }
.film__premieres { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.film__prem {
  border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px;
  background: rgba(20,18,24,.4); backdrop-filter: blur(2px);
  display: flex; flex-direction: column; gap: 6px;
}
.film__prem .pn { font-family: var(--font-super); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--bh-pale-blue); }
.film__prem .pcity { font-family: var(--font-display); font-weight: 600; font-size: 24px; text-transform: uppercase; color: var(--fg-1); line-height: 1; }
.film__prem .pdate { font-family: var(--font-body); font-size: 14px; color: var(--fg-2); }
@media (max-width: 760px) { .film__premieres { grid-template-columns: 1fr; } }

/* ============================================================
   SECOND OPT-IN (lighter band)
   ============================================================ */
.band { background: var(--haze-blue-red); position: relative; overflow: hidden; }
.band__stripes { position: absolute; top: 0; bottom: 0; right: 0; width: 240px; opacity: .14; object-fit: cover; height: 100%; pointer-events: none; }
.band__inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; padding: clamp(64px,9vw,100px) 32px; text-align: center; }
.band__eyebrow { color: rgba(255,255,255,.85); }
.band__title { color: #fff; margin: 14px 0 0; }
.band__sub { color: rgba(255,255,255,.82); margin: 14px auto 0; max-width: 480px; }
.band__form { display: flex; gap: 10px; max-width: 480px; margin: 28px auto 0; flex-wrap: wrap; }
.band__form input {
  flex: 1; min-width: 0; font-family: var(--font-body); font-size: 16px; padding: 14px 16px;
  border-radius: var(--r-sm); border: 1px solid rgba(255,255,255,.4); background: rgba(0,0,0,.22); color: #fff; outline: none;
}
.band__form input::placeholder { color: rgba(255,255,255,.6); }
.band__form input:focus { border-color: #fff; }
.band__note { font-family: var(--font-body); font-size: 13px; color: rgba(255,255,255,.62); margin: 16px 0 0; }
.band__done {
  display: inline-flex; align-items: center; gap: 12px; margin: 24px auto 0; padding: 14px 20px;
  border-radius: var(--r-sm); background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.4); color: #fff;
  font-family: var(--font-super); font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
}
.band__done i { width: 18px; height: 18px; color: var(--bh-bright-blue); }

/* ============================================================
   THE DOORS
   ============================================================ */
.doors__head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.doors__head .bh-h2 { color: var(--fg-1); }
.doors__head p { color: var(--fg-2); margin: 14px 0 0; }
.doors__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.door {
  position: relative; display: flex; flex-direction: column; gap: 12px;
  padding: 30px; text-decoration: none; color: var(--fg-1);
  background: var(--surface-1); border: 1px solid var(--line); border-radius: var(--r-md);
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease; overflow: hidden;
}
a.door:hover { transform: translateY(-4px); background: var(--surface-2); border-color: rgba(255,255,255,.28); }
.door__icon {
  width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.06); border: 1px solid var(--line); color: var(--bh-pale-blue); margin-bottom: 4px;
}
.door__icon i { width: 22px; height: 22px; }
.door__title { font-family: var(--font-display); font-weight: 600; font-size: 28px; text-transform: uppercase; color: var(--fg-1); line-height: 1; }
.door__desc { font-family: var(--font-body); font-size: 14px; color: var(--fg-2); margin: 0; line-height: 1.5; }
.door__go { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 8px; font-family: var(--font-super); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--bh-bright-red); }
.door__go i { width: 15px; height: 15px; transition: transform .2s; }
a.door:hover .door__go i { transform: translateX(4px); }
.door--donate { background: linear-gradient(180deg, rgba(125,45,63,.5), rgba(64,32,34,.4)), var(--surface-1); }
.door--donate .door__icon { background: var(--bh-bright-red); border-color: var(--bh-bright-red); color: #fff; }
.door--donate .door__go { color: var(--bh-terra); }
.door--groups { background: linear-gradient(180deg, rgba(55,73,103,.55), rgba(28,30,42,.4)), var(--surface-1); }
.door--groups .door__icon { background: var(--bh-mid-blue); border-color: var(--bh-mid-blue); color: #fff; }
.door--groups .door__go { color: var(--bh-pale-blue); }
.door--street { background: linear-gradient(180deg, rgba(0,104,69,.5), rgba(26,38,32,.4)), var(--surface-1); }
.door--street .door__icon { background: var(--bh-deep-green); border-color: var(--bh-deep-green); color: #fff; }
.door--street .door__go { color: #86CFAC; }
.door--soon { opacity: .55; }
.door__soon-badge {
  position: absolute; top: 18px; right: 18px; font-family: var(--font-super); font-size: 9px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--fg-3);
  border: 1px solid var(--line); padding: 4px 8px; border-radius: var(--r-pill);
}
@media (max-width: 880px) { .doors__grid { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER (shared)
   ============================================================ */
.site-footer { background: var(--bh-black); border-top: 1px solid var(--line); }
.site-footer__inner { max-width: 1240px; margin: 0 auto; padding: 52px 32px 60px; }
.site-footer__top { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.site-footer__logo { height: 24px; width: auto; opacity: .92; }
.site-footer__social { display: flex; gap: 10px; }
.site-footer__icon {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; color: var(--fg-2); transition: all .18s; text-decoration: none;
}
.site-footer__icon:hover { color: var(--fg-1); border-color: rgba(255,255,255,.4); }
.site-footer__icon i { width: 17px; height: 17px; }
.site-footer__ig {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-super); font-size: 13px;
  letter-spacing: .08em; text-transform: uppercase; color: var(--fg-2); text-decoration: none; transition: color .18s;
}
.site-footer__ig:hover { color: var(--fg-1); }
.site-footer__ig i { width: 16px; height: 16px; }
.site-footer__bottom {
  display: flex; gap: 26px; flex-wrap: wrap; margin-top: 24px; align-items: center;
  font-family: var(--font-super); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-3);
}
.site-footer__bottom a { color: var(--fg-3); text-decoration: none; transition: color .18s; }
.site-footer__bottom a:hover { color: var(--fg-1); }

/* reveal-on-scroll */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
  .reveal.is-in { opacity: 1; transform: none; }
}

/* ============================================================
   HEART — light-backdrop variant (driven by Tweaks)
   ============================================================ */
.heart { transition: background-color .5s ease; }
.heart.is-light .heart__line { color: var(--ink-1); }
.heart.is-light .heart__line em { color: var(--bh-wine); }

/* ============================================================
   OPT-IN MODAL (Behind the Scenes gate)
   ============================================================ */
.optin-modal { position: fixed; inset: 0; z-index: 80; display: none; align-items: center; justify-content: center; padding: 24px; }
.optin-modal.is-open { display: flex; animation: optinModalIn .3s ease; }
@keyframes optinModalIn { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .optin-modal.is-open { animation: none; } }
.optin-modal__backdrop { position: absolute; inset: 0; background: rgba(12,10,14,.74); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); }
.optin-modal__dialog { position: relative; z-index: 1; width: 100%; max-width: 620px; }
.optin-modal__slot { width: 100%; }
.optin-modal__close {
  position: absolute; top: 12px; right: 12px; z-index: 8; width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.28); background: rgba(20,18,24,.6); color: #fff; cursor: pointer;
  font-size: 14px; line-height: 1; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: background-color .18s, border-color .18s;
}
.optin-modal__close:hover { background: rgba(20,18,24,.9); border-color: rgba(255,255,255,.5); }

/* ============================================================
   TWEAKS PANEL
   ============================================================ */
.twk-panel {
  position: fixed; right: 16px; bottom: 16px; z-index: 2147483646; width: 240px;
  display: none; flex-direction: column;
  background: rgba(250,249,247,.82); color: #29261b;
  -webkit-backdrop-filter: blur(24px) saturate(160%); backdrop-filter: blur(24px) saturate(160%);
  border: .5px solid rgba(255,255,255,.6); border-radius: 14px;
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 12px 40px rgba(0,0,0,.28);
  font: 11.5px/1.4 var(--font-ui), system-ui, sans-serif;
}
.twk-panel.is-open { display: flex; }
.twk-hd { display: flex; align-items: center; justify-content: space-between; padding: 11px 9px 9px 14px; }
.twk-hd b { font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-family: var(--font-super); }
.twk-x {
  appearance: none; border: 0; background: transparent; color: rgba(41,38,27,.55);
  width: 22px; height: 22px; border-radius: 6px; cursor: pointer; font-size: 12px; line-height: 1;
}
.twk-x:hover { background: rgba(0,0,0,.06); color: #29261b; }
.twk-body { padding: 4px 14px 14px; display: flex; flex-direction: column; gap: 10px; }
.twk-row { display: flex; flex-direction: column; gap: 8px; }
.twk-lbl { color: rgba(41,38,27,.72); font-weight: 500; }
.twk-swatches { display: flex; gap: 8px; }
.twk-sw {
  width: 38px; height: 30px; border-radius: 7px; cursor: pointer; padding: 0;
  border: 1px solid rgba(0,0,0,.15); box-shadow: 0 1px 2px rgba(0,0,0,.12);
  transition: transform .14s ease, box-shadow .14s ease; outline-offset: 2px;
}
.twk-sw:hover { transform: translateY(-1px); }
.twk-sw.is-on { box-shadow: 0 0 0 2px #29261b, 0 1px 2px rgba(0,0,0,.12); }
