:root {
  --cinema-gold: #c9a268;
  --cinema-gold-bright: #e4c58f;
  --cinema-ivory: #eee7da;
  --cinema-muted: rgba(238, 231, 218, 0.66);
  --cinema-line: rgba(201, 162, 104, 0.25);
  --cinema-panel: rgba(7, 7, 9, 0.86);
  --cinema-deep: #020304;
  --cinema-red: #4d1017;
  --cinema-max: 1320px;
}

body.cinema-universe-body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(92, 117, 139, 0.14), transparent 34%),
    linear-gradient(180deg, #030507 0%, #020203 56%, #050303 100%);
  color: var(--cinema-ivory);
}

body.cinema-universe-body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.17;
  background-image:
    repeating-linear-gradient(90deg, transparent 0 3px, rgba(255, 255, 255, 0.012) 3px 4px),
    radial-gradient(circle at center, transparent 48%, rgba(0, 0, 0, 0.76) 100%);
}

.cinema-stage {
  width: 100%;
  min-height: 100vh;
}

.cinema-stage header {
  position: relative;
  top: auto;
  z-index: auto;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.cinema-stage button,
.cinema-stage input,
.cinema-stage textarea {
  font-family: Georgia, "Times New Roman", serif;
}

.cinema-stage img {
  display: block;
}

.cinema-section {
  position: relative;
  width: min(calc(100% - 40px), var(--cinema-max));
  margin: 0 auto;
  padding: clamp(70px, 8vw, 120px) 0;
  border-bottom: 1px solid var(--cinema-line);
}

.cinema-section:first-child {
  width: 100%;
  max-width: none;
  min-height: min(900px, calc(100vh - 92px));
  padding-inline: max(20px, calc((100vw - var(--cinema-max)) / 2));
}

.cinema-section:last-child {
  border-bottom: 0;
}

.cinema-kicker,
.cinema-chip,
.cinema-meta-label,
.cinema-comment-handle,
.cinema-status,
.cinema-era-phase,
.cinema-timeline-year,
.cinema-search-label {
  font-size: 0.7rem;
  line-height: 1.35;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.cinema-kicker {
  margin: 0 0 12px;
  color: var(--cinema-gold);
}

.cinema-section-title {
  margin: 0;
  color: var(--cinema-ivory);
  font-size: clamp(2.1rem, 5vw, 4.7rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.cinema-section-copy {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--cinema-muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.7;
}

.cinema-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.cinema-section-heading--compact {
  margin-bottom: 24px;
}

.cinema-button {
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(201, 162, 104, 0.5);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(228, 197, 143, 0.14), rgba(228, 197, 143, 0.025)),
    rgba(4, 4, 5, 0.84);
  color: var(--cinema-gold-bright);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease;
}

.cinema-button:hover,
.cinema-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(228, 197, 143, 0.86);
  background:
    linear-gradient(180deg, rgba(228, 197, 143, 0.22), rgba(228, 197, 143, 0.05)),
    rgba(8, 7, 7, 0.94);
  color: #fff4df;
}

.cinema-button--solid {
  border-color: rgba(228, 197, 143, 0.72);
  background: linear-gradient(135deg, #9a713c, #d0aa70 55%, #8b612e);
  color: #100c07;
  font-weight: 700;
}

.cinema-button--solid:hover,
.cinema-button--solid:focus-visible {
  color: #050403;
  background: linear-gradient(135deg, #b98d51, #e0c18b 55%, #a57538);
}

.cinema-button[disabled],
.cinema-button.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
}

.cinema-featured {
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cinema-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 3, 4, 0.99) 0%, rgba(2, 3, 4, 0.84) 30%, rgba(2, 3, 4, 0.36) 68%, rgba(2, 3, 4, 0.9) 100%),
    linear-gradient(180deg, rgba(2, 3, 4, 0.48), rgba(2, 3, 4, 0.95)),
    url("../images/cinema-still.jpg") center 42% / cover no-repeat;
  filter: saturate(0.78) contrast(1.06);
}

.cinema-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 68% 35%, rgba(213, 227, 236, 0.14), transparent 32%),
    linear-gradient(180deg, transparent 74%, #020203 100%);
}

.cinema-feature-intro {
  width: min(100%, 780px);
  margin-bottom: clamp(34px, 5vw, 62px);
}

.cinema-feature-intro .cinema-section-title {
  font-size: clamp(3.3rem, 8vw, 7.2rem);
}

.cinema-feature-intro .cinema-section-copy {
  max-width: 520px;
  color: rgba(238, 231, 218, 0.79);
}

.cinema-feature-card {
  width: min(100%, 1200px);
  margin-left: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(380px, 0.75fr);
  overflow: hidden;
  border: 1px solid rgba(201, 162, 104, 0.34);
  border-radius: 8px;
  background: rgba(2, 3, 4, 0.9);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.62);
}

.cinema-screen {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #000;
}

.cinema-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 0 70px rgba(0, 0, 0, 0.42);
}

.cinema-screen-media {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  min-height: 100%;
  background: #000;
}

.cinema-screen iframe,
.cinema-screen video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.cinema-screen-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
}

.cinema-screen-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.68));
}

.cinema-screen-play {
  width: 76px;
  height: 76px;
  padding: 0 0 0 6px;
  border: 1px solid rgba(255, 241, 215, 0.74);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff2dc;
  font-size: 1.3rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: transform 220ms ease, background 220ms ease;
}

.cinema-screen-play:hover,
.cinema-screen-play:focus-visible {
  transform: scale(1.06);
  background: rgba(201, 162, 104, 0.24);
}

.cinema-feature-copy {
  padding: clamp(26px, 4vw, 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cinema-feature-copy h2,
.cinema-player-copy h1,
.cinema-player-copy h2 {
  margin: 10px 0 14px;
  color: var(--cinema-ivory);
  font-size: clamp(2rem, 4vw, 4.15rem);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

.cinema-feature-copy h2 {
  max-width: 100%;
  font-size: clamp(1.85rem, 2.4vw, 2.35rem);
  overflow-wrap: normal;
}

.cinema-feature-copy p,
.cinema-player-copy p {
  margin: 0;
  color: var(--cinema-muted);
  line-height: 1.7;
}

.cinema-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cinema-chip {
  padding: 7px 10px;
  border: 1px solid rgba(201, 162, 104, 0.24);
  border-radius: 999px;
  color: rgba(228, 197, 143, 0.82);
  background: rgba(0, 0, 0, 0.24);
}

.cinema-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.cinema-comments {
  width: min(100%, 1120px);
  margin: 16px 0 0 auto;
  border: 1px solid rgba(201, 162, 104, 0.22);
  border-radius: 8px;
  background: rgba(3, 4, 5, 0.9);
  overflow: hidden;
}

.cinema-comments-toggle {
  width: 100%;
  min-height: 58px;
  padding: 0 22px;
  border: 0;
  background: transparent;
  color: var(--cinema-ivory);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cinema-comments-toggle::after {
  content: "+";
  color: var(--cinema-gold);
  font-size: 1.4rem;
  font-weight: 300;
}

.cinema-comments-toggle[aria-expanded="true"]::after {
  content: "-";
}

.cinema-comments-panel {
  padding: 0 22px 24px;
  border-top: 1px solid rgba(201, 162, 104, 0.14);
}

.cinema-comment-list {
  display: grid;
  gap: 1px;
  max-height: 380px;
  overflow-y: auto;
  margin: 0 0 20px;
}

.cinema-comment {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.cinema-comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 6px;
}

.cinema-comment-handle {
  color: var(--cinema-gold);
}

.cinema-comment time {
  color: rgba(238, 231, 218, 0.4);
  font-size: 0.78rem;
}

.cinema-comment p,
.cinema-empty,
.cinema-form-note {
  margin: 0;
  color: var(--cinema-muted);
}

.cinema-comment-form {
  display: grid;
  gap: 10px;
}

.cinema-comment-form textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
  padding: 14px 16px;
  border: 1px solid rgba(201, 162, 104, 0.25);
  border-radius: 4px;
  outline: none;
  background: rgba(0, 0, 0, 0.48);
  color: var(--cinema-ivory);
}

.cinema-comment-form textarea:focus {
  border-color: rgba(228, 197, 143, 0.72);
  box-shadow: 0 0 0 3px rgba(201, 162, 104, 0.08);
}

.cinema-comment-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cinema-form-note {
  font-size: 0.86rem;
}

.cinema-form-status {
  min-height: 22px;
  margin: 2px 0 0;
  color: var(--cinema-muted);
  font-size: 0.86rem;
}

.cinema-form-status.is-error {
  color: #eab1a8;
}

.cinema-eras {
  overflow: visible;
}

.cinema-era-layout {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.cinema-theatre-door {
  min-height: 100%;
  border: 1px solid rgba(201, 162, 104, 0.44);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(74, 12, 18, 0.6), rgba(10, 4, 5, 0.96)),
    rgba(6, 4, 5, 0.94);
  color: var(--cinema-gold-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.72);
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.cinema-theatre-door:hover,
.cinema-theatre-door:focus-visible {
  border-color: rgba(228, 197, 143, 0.8);
  background:
    linear-gradient(180deg, rgba(101, 15, 24, 0.78), rgba(14, 4, 6, 0.98)),
    rgba(6, 4, 5, 0.94);
  transform: rotate(180deg) translateY(2px);
}

.cinema-era-viewport {
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: rgba(201, 162, 104, 0.5) rgba(255, 255, 255, 0.04);
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}

.cinema-era-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 32px) / 3);
  gap: 16px;
  min-width: 100%;
  padding-bottom: 14px;
}

.cinema-era-card {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 104, 0.27);
  border-radius: 7px;
  color: var(--cinema-ivory);
  text-decoration: none;
  scroll-snap-align: start;
  background: #060708;
  isolation: isolate;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
}

.cinema-era-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 28%, rgba(2, 2, 3, 0.92) 88%),
    var(--era-image) center / cover no-repeat;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 350ms ease;
}

.cinema-era-card:hover::after,
.cinema-era-card:focus-visible::after {
  transform: scale(1.035);
  filter: brightness(1.08);
}

.cinema-era-card-content {
  position: absolute;
  inset: auto 0 0;
  padding: 28px;
}

.cinema-era-phase {
  color: var(--era-accent, var(--cinema-gold));
}

.cinema-era-card h3 {
  margin: 8px 0 5px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.cinema-era-card p {
  margin: 0;
  color: var(--cinema-muted);
}

.cinema-era-state {
  display: inline-flex;
  margin-top: 18px;
  padding: 7px 10px;
  border: 1px solid color-mix(in srgb, var(--era-accent, var(--cinema-gold)) 50%, transparent);
  border-radius: 999px;
  color: var(--era-accent, var(--cinema-gold));
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cinema-lock-visual {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter:
    drop-shadow(0 4px 5px #000)
    drop-shadow(0 0 18px rgba(0, 0, 0, 0.98));
}

.cinema-era-card.is-sealed::before,
.cinema-video-card.is-locked::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.38);
  -webkit-backdrop-filter: grayscale(0.7);
  backdrop-filter: grayscale(0.7);
}

.cinema-timeline-viewport {
  overflow-x: auto;
  padding: 22px 0 18px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(201, 162, 104, 0.5) rgba(255, 255, 255, 0.04);
  scrollbar-width: thin;
}

.cinema-timeline-track {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 18px;
  min-width: max(100%, 1040px);
}

.cinema-timeline-track::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 38px;
  right: 38px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 162, 104, 0.18), rgba(201, 162, 104, 0.76), rgba(201, 162, 104, 0.18));
}

.cinema-timeline-card {
  position: relative;
  z-index: 1;
  min-height: 340px;
  padding: 78px 18px 18px;
  scroll-snap-align: start;
}

.cinema-timeline-dot {
  position: absolute;
  top: 38px;
  left: 28px;
  width: 21px;
  height: 21px;
  border: 1px solid var(--cinema-gold);
  border-radius: 999px;
  background: #070707;
  box-shadow: 0 0 0 8px rgba(201, 162, 104, 0.05);
}

.cinema-timeline-card.is-current .cinema-timeline-dot {
  background: var(--cinema-gold);
  box-shadow: 0 0 20px rgba(201, 162, 104, 0.58);
}

.cinema-timeline-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 104, 0.2);
  border-radius: 5px;
  background: #050505;
}

.cinema-timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cinema-timeline-card.is-next .cinema-timeline-image img,
.cinema-timeline-card.is-sealed .cinema-timeline-image img {
  filter: brightness(0.22) grayscale(0.8);
}

.cinema-timeline-card h3 {
  margin: 14px 0 4px;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}

.cinema-timeline-year {
  color: var(--cinema-gold);
}

.cinema-timeline-state {
  margin: 5px 0 0;
  color: var(--cinema-muted);
}

/* Theatre */

body.cinema-theatre-body {
  background:
    linear-gradient(90deg, rgba(56, 5, 12, 0.5), transparent 14% 86%, rgba(56, 5, 12, 0.5)),
    linear-gradient(180deg, #080204, #020203 42%, #070203);
}

.cinema-theatre-stage {
  position: relative;
  isolation: isolate;
}

.cinema-theatre-stage::before,
.cinema-theatre-stage::after {
  content: "";
  position: fixed;
  top: 92px;
  bottom: 0;
  z-index: -1;
  width: min(16vw, 220px);
  opacity: 0.72;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(117, 18, 30, 0.52) 0 18px, rgba(44, 3, 9, 0.72) 18px 36px),
    linear-gradient(180deg, #4c0a13, #120207);
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.72);
}

.cinema-theatre-stage::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}

.cinema-theatre-stage::after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
}

.cinema-theatre-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 80px), 1180px);
  margin: 0 auto;
  padding: clamp(64px, 7vw, 100px) 0;
}

.cinema-theatre-hero {
  text-align: center;
  margin-bottom: 34px;
}

.cinema-theatre-hero .cinema-section-copy {
  margin-inline: auto;
}

.cinema-search-dock {
  position: sticky;
  top: 108px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px;
  margin-bottom: 28px;
  border: 1px solid rgba(201, 162, 104, 0.28);
  border-radius: 7px;
  background: rgba(4, 3, 4, 0.92);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.44);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.cinema-search-label {
  color: var(--cinema-gold);
}

.cinema-search-dock input {
  min-width: 0;
  height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(201, 162, 104, 0.2);
  border-radius: 4px;
  outline: none;
  background: rgba(0, 0, 0, 0.46);
  color: var(--cinema-ivory);
}

.cinema-search-dock input:focus {
  border-color: rgba(228, 197, 143, 0.7);
}

.cinema-programme {
  display: grid;
  gap: 54px;
  margin-top: 54px;
}

.cinema-programme-era {
  min-width: 0;
}

.cinema-programme-era[hidden] {
  display: none;
}

.cinema-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cinema-video-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 104, 0.2);
  border-radius: 6px;
  background: rgba(7, 7, 8, 0.9);
  color: inherit;
}

button.cinema-video-card {
  width: 100%;
  padding: 0;
  text-align: left;
}

.cinema-video-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #020202;
}

.cinema-video-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 260ms ease;
}

.cinema-video-card:hover .cinema-video-card-media img,
.cinema-video-card:focus-visible .cinema-video-card-media img {
  transform: scale(1.035);
  filter: brightness(1.08);
}

.cinema-video-card-copy {
  padding: 16px;
}

.cinema-video-card-copy h3 {
  margin: 5px 0;
  font-size: 1.08rem;
  font-weight: 400;
}

.cinema-video-card-copy p {
  margin: 0;
  color: var(--cinema-muted);
  font-size: 0.9rem;
}

.cinema-video-access {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  padding: 6px 8px;
  border: 1px solid rgba(201, 162, 104, 0.3);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: var(--cinema-gold-bright);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cinema-member-wing {
  position: relative;
  overflow: hidden;
  margin-top: 64px;
  min-height: 330px;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(201, 162, 104, 0.35);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(4, 4, 5, 0.94), rgba(4, 4, 5, 0.62)),
    url("../images/darkclub-still.jpg") center / cover no-repeat;
}

.cinema-member-wing-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.cinema-member-wing .cinema-lock-visual {
  top: 50%;
  right: 8%;
  width: 150px;
  height: 150px;
  transform: translateY(-50%);
}

/* Era channels */

body.cinema-era-body {
  --era-accent: var(--cinema-gold);
  position: relative;
  background: #020203;
}

body.cinema-era-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(1, 2, 3, 0.96), rgba(1, 2, 3, 0.48) 48%, rgba(1, 2, 3, 0.84)),
    linear-gradient(180deg, rgba(1, 2, 3, 0.28), rgba(1, 2, 3, 0.92)),
    var(--era-backdrop) center top / cover no-repeat;
  filter: saturate(0.82);
}

body.cinema-era-body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 18%, color-mix(in srgb, var(--era-accent) 16%, transparent), transparent 28%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62));
}

.cinema-era-channel {
  width: min(calc(100% - 48px), var(--cinema-max));
  margin: 0 auto;
  padding: clamp(62px, 8vw, 112px) 0;
}

.cinema-era-channel-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  padding: 30px 0 60px;
}

.cinema-era-channel-title {
  max-width: 780px;
}

.cinema-era-channel-title .cinema-section-title {
  font-size: clamp(3.2rem, 8vw, 7rem);
}

.cinema-era-channel-title .cinema-kicker {
  color: var(--era-accent);
}

.cinema-channel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.7fr);
  gap: 18px;
  align-items: start;
}

.cinema-channel-player {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--era-accent) 44%, transparent);
  border-radius: 8px;
  background: rgba(2, 2, 3, 0.9);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.58);
}

.cinema-player-copy {
  padding: 25px;
}

.cinema-player-copy h1,
.cinema-player-copy h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.cinema-channel-playlist {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--era-accent) 34%, transparent);
  border-radius: 8px;
  background: rgba(3, 3, 4, 0.9);
}

.cinema-playlist-head {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cinema-playlist-head h2 {
  margin: 5px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

.cinema-playlist {
  display: grid;
  max-height: 650px;
  overflow-y: auto;
}

.cinema-playlist-item {
  position: relative;
  display: grid;
  grid-template-columns: 42px 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 11px 14px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: transparent;
  color: var(--cinema-ivory);
  text-align: left;
}

.cinema-playlist-item:hover,
.cinema-playlist-item:focus-visible,
.cinema-playlist-item.is-active {
  background: color-mix(in srgb, var(--era-accent) 11%, rgba(255, 255, 255, 0.02));
}

.cinema-playlist-number {
  color: var(--era-accent);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}

.cinema-playlist-thumb {
  aspect-ratio: 16 / 9;
  width: 92px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cinema-playlist-copy {
  min-width: 0;
}

.cinema-playlist-copy strong,
.cinema-playlist-copy span {
  display: block;
}

.cinema-playlist-copy strong {
  overflow: hidden;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cinema-playlist-copy span {
  margin-top: 4px;
  color: var(--cinema-muted);
  font-size: 0.78rem;
}

.cinema-playlist-lock {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 2;
  width: 33px;
  height: 33px;
  object-fit: contain;
  filter: drop-shadow(0 3px 5px #000) drop-shadow(0 0 10px #000);
}

.cinema-channel-gate {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 40px;
  border: 1px solid color-mix(in srgb, var(--era-accent) 40%, transparent);
  border-radius: 8px;
  background: rgba(2, 2, 3, 0.74);
  text-align: center;
}

.cinema-channel-gate::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--era-door) center / cover no-repeat;
  filter: brightness(0.3) blur(1px);
  transform: scale(1.03);
}

.cinema-channel-gate-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.cinema-channel-gate .cinema-lock-visual {
  position: static;
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
}

.cinema-channel-gate h2 {
  margin: 6px 0 12px;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.cinema-channel-gate p {
  color: var(--cinema-muted);
}

.cinema-return-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.cinema-no-results {
  padding: 42px 20px;
  border: 1px solid rgba(201, 162, 104, 0.18);
  color: var(--cinema-muted);
  text-align: center;
}

@media (max-width: 1050px) {
  .cinema-feature-card {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cinema-comments {
    width: 100%;
  }

  .cinema-era-strip {
    grid-auto-columns: calc((100% - 16px) / 2);
  }

  .cinema-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cinema-channel-layout {
    grid-template-columns: 1fr;
  }

  .cinema-playlist {
    max-height: none;
  }
}

@media (max-width: 760px) {
  .cinema-section {
    width: min(calc(100% - 28px), var(--cinema-max));
    padding-block: 64px;
  }

  .cinema-section:first-child {
    min-height: 0;
    padding: 76px 14px 64px;
  }

  .cinema-featured::before {
    background:
      linear-gradient(180deg, rgba(2, 3, 4, 0.5), rgba(2, 3, 4, 0.96) 48%, #020203 100%),
      url("../images/cinema-still.jpg") 58% top / auto 520px no-repeat;
  }

  .cinema-feature-intro {
    min-height: 380px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .cinema-feature-intro .cinema-section-title {
    font-size: clamp(3rem, 17vw, 5rem);
  }

  .cinema-section-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .cinema-section-title {
    font-size: clamp(2rem, 11vw, 3.5rem);
  }

  .cinema-feature-copy {
    padding: 24px 20px 28px;
  }

  .cinema-feature-copy h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .cinema-actions,
  .cinema-comment-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .cinema-actions .cinema-button,
  .cinema-comment-form-footer .cinema-button {
    width: 100%;
  }

  .cinema-era-layout {
    grid-template-columns: 1fr;
  }

  .cinema-theatre-door {
    min-height: 54px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .cinema-theatre-door:hover,
  .cinema-theatre-door:focus-visible {
    transform: translateY(-2px);
  }

  .cinema-era-strip {
    grid-auto-columns: 84%;
  }

  .cinema-era-card {
    min-height: 440px;
  }

  .cinema-theatre-shell,
  .cinema-era-channel {
    width: min(calc(100% - 28px), var(--cinema-max));
  }

  .cinema-theatre-stage::before,
  .cinema-theatre-stage::after {
    opacity: 0.35;
    width: 70px;
  }

  .cinema-search-dock {
    top: 92px;
    grid-template-columns: 1fr auto;
  }

  .cinema-search-label {
    display: none;
  }

  .cinema-video-grid {
    grid-template-columns: 1fr;
  }

  .cinema-member-wing {
    min-height: 430px;
    padding: 30px 22px 180px;
  }

  .cinema-member-wing .cinema-lock-visual {
    top: auto;
    right: 50%;
    bottom: 26px;
    width: 130px;
    height: 130px;
    transform: translateX(50%);
  }

  .cinema-era-channel-hero {
    min-height: 440px;
    align-items: end;
  }

  .cinema-era-channel-title .cinema-section-title {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .cinema-playlist-item {
    grid-template-columns: 30px 82px minmax(0, 1fr);
    padding-inline: 10px;
  }

  .cinema-playlist-thumb {
    width: 82px;
  }
}

@media (max-width: 480px) {
  .cinema-kicker,
  .cinema-chip,
  .cinema-meta-label,
  .cinema-status,
  .cinema-era-phase,
  .cinema-timeline-year,
  .cinema-search-label {
    letter-spacing: 0.17em;
  }

  .cinema-screen-play {
    width: 62px;
    height: 62px;
  }

  .cinema-comments-toggle {
    padding-inline: 16px;
  }

  .cinema-comments-panel {
    padding-inline: 16px;
  }

  .cinema-era-strip {
    grid-auto-columns: 91%;
  }

  .cinema-timeline-track {
    grid-auto-columns: 82vw;
  }

  .cinema-search-dock {
    grid-template-columns: 1fr;
  }

  .cinema-search-dock .cinema-button {
    width: 100%;
  }

  .cinema-playlist-item {
    grid-template-columns: 28px 70px minmax(0, 1fr);
    gap: 8px;
  }

  .cinema-playlist-thumb {
    width: 70px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinema-era-card::after,
  .cinema-video-card-media img,
  .cinema-button,
  .cinema-screen-play {
    transition: none;
  }
}
