/* e-Dubai-Mart — Cinema layer (custom cursor, preloader, mega-menu, filter drawer, WebGL hero, scroll transitions) */

/* Custom cursor - desktop only */
@media (hover: hover) and (pointer: fine) {
  html.cursor-ready, html.cursor-ready * { cursor: none !important; }
  .cur-ring, .cur-dot, .cur-label {
    position: fixed; pointer-events: none; z-index: 9999;
    top: 0; left: 0; will-change: transform;
  }
  .cur-ring {
    width: 28px; height: 28px; border: 1px solid var(--navy);
    border-radius: 999px; transform: translate(-50%,-50%);
    transition: width .2s ease, height .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease;
  }
  .cur-dot {
    width: 4px; height: 4px; background: var(--gold);
    border-radius: 999px; transform: translate(-50%,-50%);
    transition: transform .12s ease, opacity .2s ease;
  }
  .cur-ring.grow { width: 44px; height: 44px; border-color: var(--gold); background: rgba(201,169,97,.08); }
  .cur-ring.image {
    width: 150px; height: 44px; border-radius: 22px;
    background: var(--navy); border-color: var(--navy);
  }
  .cur-label {
    font-family: var(--mono); font-size: 9px; letter-spacing: .18em;
    text-transform: uppercase; color: var(--parchment);
    transform: translate(-50%,-50%); opacity: 0;
    padding: 4px 8px; white-space: nowrap;
  }
  .cur-label.show { opacity: 1; }
}

/* Scroll progress bar */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  z-index: 9998; transition: width .06s linear; pointer-events: none;
}

/* Preloader */
.preloader {
  position: fixed; inset: 0; z-index: 10000;
  background: var(--navy);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 24px;
}
.preloader__logo {
  font-family: var(--serif); font-size: clamp(32px, 5vw, 48px); font-weight: 500;
  letter-spacing: -0.02em; color: var(--parchment);
}
.preloader__logo em { color: var(--gold); font-style: normal; }
.preloader__sub {
  font-family: var(--mono); font-size: 10px; letter-spacing: .32em;
  text-transform: uppercase; color: var(--gold-dim);
}
.preloader__bar {
  width: min(340px, 60vw); height: 2px; background: rgba(201,169,97,.15);
  border-radius: 999px; overflow: hidden; position: relative;
}
.preloader__bar span {
  display: block; height: 100%; width: 0; background: var(--gold);
  transition: width .3s ease;
}
.preloader__pct {
  font-family: var(--mono); font-size: 11px; letter-spacing: .28em;
  color: var(--gold); min-width: 50px; text-align: center;
}
.preloader.done {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.05s cubic-bezier(.76,0,.24,1);
}
body.pl-lock { overflow: hidden; height: 100vh; }

/* WebGL hero */
.hero-webgl {
  position: relative;
  padding: 0; margin: 0;
  overflow: hidden;
  min-height: 92vh;
  background: radial-gradient(ellipse at 30% 20%, #1a2a5c 0%, #0F1B3C 55%, #070d20 100%);
  color: var(--parchment);
  border-bottom: 1px solid var(--line-gold);
}
.hero-webgl canvas {
  position: absolute; inset: 0; width: 100% !important; height: 100% !important;
  display: block;
}
.hero-webgl__skyline {
  position: absolute; left: 0; right: 0; bottom: 0; height: 42%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'><g fill='%23070d20' opacity='.86'><rect x='0' y='210' width='40' height='110'/><rect x='42' y='170' width='30' height='150'/><rect x='75' y='190' width='40' height='130'/><rect x='118' y='140' width='30' height='180'/><rect x='150' y='180' width='60' height='140'/><rect x='214' y='120' width='36' height='200'/><rect x='254' y='150' width='44' height='170'/><rect x='302' y='90' width='34' height='230'/><rect x='340' y='60' width='60' height='260'/><rect x='404' y='120' width='40' height='200'/><rect x='450' y='40' width='30' height='280'/><polygon points='465,10 480,40 450,40'/><rect x='484' y='150' width='50' height='170'/><rect x='540' y='0' width='34' height='320'/><polygon points='557,-30 574,0 540,0'/><rect x='578' y='120' width='42' height='200'/><rect x='624' y='80' width='34' height='240'/><rect x='662' y='150' width='60' height='170'/><rect x='726' y='110' width='40' height='210'/><rect x='770' y='60' width='60' height='260'/><rect x='834' y='30' width='30' height='290'/><rect x='868' y='120' width='42' height='200'/><rect x='914' y='90' width='40' height='230'/><rect x='958' y='150' width='50' height='170'/><rect x='1012' y='100' width='34' height='220'/><rect x='1050' y='130' width='60' height='190'/><rect x='1114' y='60' width='40' height='260'/><rect x='1158' y='120' width='34' height='200'/><rect x='1196' y='180' width='50' height='140'/><rect x='1250' y='140' width='40' height='180'/><rect x='1294' y='170' width='60' height='150'/><rect x='1358' y='120' width='40' height='200'/><rect x='1402' y='160' width='38' height='160'/></g></svg>") no-repeat bottom center / 100% 100%;
  pointer-events: none; opacity: .8;
}
.hero-webgl__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .06;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/></filter><rect width='120' height='120' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay;
}
.hero-webgl__inner {
  position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 60px; align-items: center; padding: 120px 32px 90px;
  max-width: 1400px; margin: 0 auto; min-height: 92vh;
}
.hero-webgl__copy .eyebrow { color: var(--gold); }
.hero-webgl__copy h1 {
  color: var(--parchment); margin: 18px 0 22px;
  font-size: clamp(38px, 5.8vw, 82px);
  line-height: 1.02;
}
.hero-webgl__copy h1 em { color: var(--gold); font-style: normal; }
.hero-webgl__copy .lede {
  color: rgba(244,240,229,.82); font-size: clamp(16px, 1.4vw, 20px);
  max-width: 56ch; margin-bottom: 32px;
}
.hero-webgl__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-webgl__cta .btn.ghost { border-color: var(--parchment); color: var(--parchment); }
.hero-webgl__cta .btn.ghost:hover { background: var(--parchment); color: var(--navy); }
.hero-webgl__meta {
  position: absolute; z-index: 3; bottom: 26px; left: 32px; right: 32px;
  display: flex; justify-content: space-between; gap: 24px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .28em;
  text-transform: uppercase; color: rgba(244,240,229,.5);
}
.hero-webgl__meta span:first-child::before { content: "◆ "; color: var(--gold); }
.hero-webgl__stage {
  position: relative;
  min-height: 460px;
  aspect-ratio: 3 / 4;
}
.hero-webgl__stage .fallback {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-family: var(--mono); font-size: 11px; letter-spacing: .28em;
  text-transform: uppercase; opacity: 0;
}
.scroll-hint {
  position: absolute; z-index: 3; bottom: 12px; left: 50%; transform: translateX(-50%);
  width: 22px; height: 34px; border: 1px solid var(--gold); border-radius: 12px;
  opacity: .7;
}
.scroll-hint::after {
  content: ""; position: absolute; left: 50%; top: 6px; width: 2px; height: 6px;
  background: var(--gold); transform: translateX(-50%);
  animation: scroll-dot 1.6s infinite ease-in-out;
}
@keyframes scroll-dot { 0%,100% { opacity: 0; transform: translate(-50%, 0);} 50% {opacity:1; transform: translate(-50%, 12px);} }
@media (max-width: 900px) {
  .hero-webgl__inner { grid-template-columns: 1fr; padding: 100px 24px 70px; gap: 40px; }
  .hero-webgl__stage { min-height: 340px; aspect-ratio: 1 / 1; order: -1; }
  .hero-webgl__meta { position: static; padding: 20px 0 0; flex-wrap: wrap; }
}

/* Mega-menu */
.site-nav.cinema {
  background: rgba(244,240,229,.92);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s ease, background .3s ease;
}
.site-nav.cinema.scrolled {
  background: rgba(244,240,229,.98);
  box-shadow: 0 4px 24px rgba(15,27,60,.06);
}
.nav-search {
  position: relative; flex: 1; max-width: 320px; margin: 0 12px;
}
.nav-search input {
  width: 100%; padding: 10px 14px 10px 34px;
  background: rgba(255,255,255,.7); border: 1px solid var(--line);
  border-radius: 999px; font-family: var(--sans); font-size: 13px;
  color: var(--navy); transition: border-color .2s;
}
.nav-search input:focus { outline: none; border-color: var(--gold); }
.nav-search::before {
  content: ""; position: absolute; left: 12px; top: 50%; width: 14px; height: 14px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F1B3C' stroke-width='2'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") no-repeat center / contain;
  opacity: .6; pointer-events: none;
}
.nav-search__results {
  position: absolute; top: calc(100% + 8px); left: 0; right: 0;
  background: var(--parchment); border: 1px solid var(--line);
  border-radius: 6px; box-shadow: var(--shadow-2);
  max-height: 60vh; overflow: auto; opacity: 0; pointer-events: none;
  transform: translateY(-4px); transition: opacity .2s, transform .2s;
}
.nav-search.open .nav-search__results { opacity: 1; pointer-events: auto; transform: none; }
.nav-search__results a {
  display: flex; gap: 12px; padding: 10px 14px; align-items: center;
  border-bottom: 1px solid var(--line); text-decoration: none;
}
.nav-search__results a:hover { background: var(--parchment-2); }
.nav-search__results .rs-sku {
  font-family: var(--mono); font-size: 10px; letter-spacing: .16em;
  color: var(--gold-dim); text-transform: uppercase; min-width: 90px;
}
.nav-search__results .rs-name {
  font-size: 13px; color: var(--navy); flex: 1;
}
.nav-search__results .rs-price {
  font-family: var(--mono); font-size: 11px; color: var(--navy);
}
.nav-search__results .rs-empty { padding: 20px; color: var(--muted); font-size: 13px; text-align: center; }

.nav-cart-count {
  position: relative; display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 12px; font-family: var(--mono); font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--navy); text-decoration: none;
}
.nav-cart-count .bubble {
  background: var(--gold); color: var(--navy); border-radius: 999px;
  min-width: 20px; height: 20px; display: inline-flex; align-items: center;
  justify-content: center; font-family: var(--mono); font-size: 10px; font-weight: 700;
  padding: 0 6px;
}

.mega-menu {
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--parchment);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(15,27,60,.14);
  padding: 32px 32px 40px;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
  z-index: 60;
}
.mega-menu.open { opacity: 1; visibility: visible; transform: none; transition: opacity .22s ease, transform .22s ease, visibility 0s; }
.mega-menu__grid {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 2.4fr; gap: 40px;
}
.mega-menu__col h5 {
  font-family: var(--mono); font-size: 10px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--gold-dim); margin: 0 0 14px;
  font-weight: 500;
}
.mega-menu__cats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
.mega-menu__cats a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px; border-radius: 4px; color: var(--navy);
  font-family: var(--sans); font-size: 14px; text-decoration: none;
  transition: background .16s, color .16s;
}
.mega-menu__cats a:hover, .mega-menu__cats a.active { background: var(--parchment-2); color: var(--gold-dim); }
.mega-menu__cats .count {
  font-family: var(--mono); font-size: 10px; color: var(--muted); letter-spacing: .18em;
}
.mega-menu__featured {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.mega-menu__prod {
  display: flex; flex-direction: column; gap: 6px; padding: 14px;
  border: 1px solid var(--line); border-radius: 4px; background: #fff;
  text-decoration: none; transition: border-color .2s, transform .2s;
  min-height: 140px;
}
.mega-menu__prod:hover { border-color: var(--gold); transform: translateY(-2px); }
.mega-menu__prod .thumb {
  aspect-ratio: 4/3; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
  border-radius: 3px; display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-family: var(--mono); font-size: 10px; letter-spacing: .16em;
  text-transform: uppercase; margin-bottom: 4px;
}
.mega-menu__prod .brand { font-family: var(--mono); font-size: 9px; letter-spacing: .2em; color: var(--gold-dim); text-transform: uppercase; }
.mega-menu__prod .name { font-size: 13px; color: var(--navy); line-height: 1.3; }
.mega-menu__prod .price { font-family: var(--mono); font-size: 11px; color: var(--navy); margin-top: auto; }

@media (max-width: 1100px) {
  .nav-search { display: none; }
  .mega-menu__featured { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .mega-menu { display: none; }
}

/* Category rail + drawer */
.cat-layout {
  display: grid; grid-template-columns: 240px 1fr;
  gap: 40px; align-items: flex-start;
}
.cat-rail {
  position: sticky; top: 100px;
  background: rgba(255,255,255,.55); border: 1px solid var(--line);
  border-radius: 4px; padding: 20px; backdrop-filter: blur(24px);
}
.cat-rail h5 {
  font-family: var(--mono); font-size: 10px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--gold-dim); margin: 0 0 12px; font-weight: 500;
}
.cat-rail ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
.cat-rail a {
  display: flex; justify-content: space-between; padding: 8px 10px;
  border-radius: 3px; font-size: 13px; color: var(--navy);
  text-decoration: none; transition: background .15s;
}
.cat-rail a:hover { background: var(--parchment-2); }
.cat-rail a[aria-current="page"] { background: var(--navy); color: var(--parchment); }
.cat-rail a[aria-current="page"] .count { color: var(--gold); }
.cat-rail .count { font-family: var(--mono); font-size: 10px; color: var(--muted); }

.cat-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 0; border-bottom: 1px solid var(--line); margin-bottom: 20px;
  flex-wrap: wrap; gap: 12px;
}
.cat-toolbar__meta {
  font-family: var(--mono); font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--muted);
}
.cat-toolbar__meta strong { color: var(--navy); }
.cat-toolbar__sort {
  display: inline-flex; gap: 12px; align-items: center;
}
.cat-toolbar__sort select {
  padding: 8px 12px; background: rgba(255,255,255,.7); border: 1px solid var(--line);
  border-radius: 999px; font-family: var(--mono); font-size: 11px; letter-spacing: .18em;
  color: var(--navy); text-transform: uppercase;
}
.btn.filter-btn {
  border: 1px solid var(--navy); background: transparent; color: var(--navy);
  padding: 10px 18px;
}
.btn.filter-btn:hover { background: var(--navy); color: var(--parchment); }
.btn.filter-btn::before { content: "◆ "; color: var(--gold); margin-right: 6px; }

.filter-drawer-backdrop {
  position: fixed; inset: 0; background: rgba(15,27,60,.45);
  opacity: 0; pointer-events: none; transition: opacity .3s ease; z-index: 200;
  backdrop-filter: blur(2px);
}
.filter-drawer-backdrop.open { opacity: 1; pointer-events: auto; }

.filter-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(400px, 90vw);
  background: var(--parchment); z-index: 201;
  transform: translateX(100%); transition: transform .35s cubic-bezier(.76,0,.24,1);
  display: flex; flex-direction: column;
  box-shadow: -12px 0 40px rgba(15,27,60,.18);
}
.filter-drawer.open { transform: none; }
.filter-drawer__head {
  padding: 20px 24px; border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
}
.filter-drawer__head h3 { font-size: 18px; margin: 0; }
.filter-drawer__close {
  background: transparent; border: 0; font-size: 22px; color: var(--navy);
  cursor: pointer; padding: 4px 10px;
}
.filter-drawer__body { padding: 24px; overflow: auto; flex: 1; }
.filter-group { margin-bottom: 24px; }
.filter-group h5 {
  font-family: var(--mono); font-size: 10px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--gold-dim); margin: 0 0 12px; font-weight: 500;
}
.filter-group label {
  display: flex; align-items: center; gap: 10px; padding: 6px 0; cursor: pointer;
  font-size: 14px; color: var(--navy);
}
.filter-group label input[type="checkbox"] { accent-color: var(--gold); width: 15px; height: 15px; }
.filter-group label .fg-count { margin-left: auto; font-family: var(--mono); font-size: 10px; color: var(--muted); }
.filter-drawer__foot {
  padding: 16px 24px; border-top: 1px solid var(--line);
  display: flex; gap: 10px;
}
.filter-drawer__foot .btn { flex: 1; justify-content: center; }

.price-range {
  display: flex; align-items: center; gap: 8px; margin-top: 8px;
}
.price-range input {
  width: 100%; padding: 8px 10px; border: 1px solid var(--line); border-radius: 3px;
  background: rgba(255,255,255,.7); font-family: var(--mono); font-size: 12px;
}
.price-range span { color: var(--muted); font-family: var(--mono); font-size: 11px; }

@media (max-width: 900px) {
  .cat-layout { grid-template-columns: 1fr; }
  .cat-rail { display: none; }
}

/* PDP gallery + sticky RFQ */
.pdp-cinema { padding: 40px 0 0; }
.pdp-grid.cinema {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px;
  align-items: flex-start;
}
@media (max-width: 900px) { .pdp-grid.cinema { grid-template-columns: 1fr; gap: 32px; } }

.gallery { position: sticky; top: 100px; }
.gallery__stage {
  position: relative; aspect-ratio: 1/1;
  background: linear-gradient(135deg, #12204f 0%, #0F1B3C 70%, #070d20 100%);
  border-radius: 6px; overflow: hidden;
  border: 1px solid var(--line-gold);
}
.gallery__stage::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(201,169,97,.14) 0%, transparent 55%);
}
.gallery__slide {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 40px; opacity: 0; transform: scale(1.02);
  transition: opacity .5s ease, transform .5s ease;
}
.gallery__slide.active { opacity: 1; transform: none; }
.gallery__title {
  color: var(--parchment); font-family: var(--serif); font-size: clamp(28px, 4vw, 46px);
  font-weight: 500; text-align: center; letter-spacing: -.02em; line-height: 1.1;
}
.gallery__grade {
  color: var(--gold); font-family: var(--mono); font-size: 13px; letter-spacing: .3em;
  text-transform: uppercase; margin-top: 12px; display: block;
}
.gallery__packing {
  position: absolute; bottom: 20px; left: 20px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .22em;
  color: rgba(244,240,229,.55); text-transform: uppercase;
}
.gallery__thumbs {
  display: flex; gap: 10px; margin-top: 14px;
}
.gallery__thumb {
  flex: 1; aspect-ratio: 1/1; border: 1px solid var(--line); border-radius: 4px;
  background: var(--navy); cursor: pointer; padding: 0; position: relative;
  transition: border-color .2s, transform .2s;
  overflow: hidden;
}
.gallery__thumb::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 40% 40%, var(--gold-2) 0%, transparent 55%);
  opacity: .38;
}
.gallery__thumb span {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 9px; letter-spacing: .18em;
  color: var(--gold); text-transform: uppercase;
}
.gallery__thumb.active { border-color: var(--gold); transform: translateY(-2px); }

.sticky-rfq {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: var(--navy); color: var(--parchment);
  padding: 12px 16px 14px; border-top: 1px solid var(--gold);
  gap: 10px; align-items: center; justify-content: space-between;
}
.sticky-rfq__price {
  display: flex; flex-direction: column; line-height: 1.1;
}
.sticky-rfq__price .label { font-family: var(--mono); font-size: 9px; letter-spacing: .22em; color: var(--gold); text-transform: uppercase; }
.sticky-rfq__price .val { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--parchment); }
.sticky-rfq__cta { display: flex; gap: 8px; }
.sticky-rfq__cta .btn { padding: 10px 16px; font-size: 10px; }

@media (max-width: 700px) {
  .sticky-rfq { display: flex; }
  .gallery { position: static; }
  body { padding-bottom: 76px; }
}

/* Reveals */
[data-reveal] {
  opacity: 0; transform: translateY(40px);
  transition: opacity .9s cubic-bezier(.22,.61,.36,1), transform .9s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal="fade"] { transform: none; }
[data-reveal="left"] { transform: translateX(-40px); }
[data-reveal="left"].in { transform: none; }
[data-reveal="right"] { transform: translateX(40px); }
[data-reveal="right"].in { transform: none; }
[data-reveal="zoom"] { transform: scale(.94); }
[data-reveal="zoom"].in { transform: none; }
[data-reveal="clip"] { clip-path: inset(0 0 100% 0); opacity: 1; transform: none; transition: clip-path 1.1s cubic-bezier(.76,0,.24,1); }
[data-reveal="clip"].in { clip-path: inset(0 0 0 0); }

[data-parallax] { will-change: transform; }

.section-cinema {
  position: relative; padding: 100px 0; border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.section-cinema--dark {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
  color: var(--parchment); border-bottom-color: rgba(255,255,255,.08);
}
.section-cinema--dark h2, .section-cinema--dark h3 { color: var(--parchment); }
.section-cinema--dark .eyebrow { color: var(--gold); }
.section-cinema--dark .cat-card {
  background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); color: var(--parchment);
}
.section-cinema--dark .cat-card h3 { color: var(--parchment); }
.section-cinema--dark .cat-card p { color: rgba(244,240,229,.72); }
.section-cinema--dark .section-head p { color: rgba(244,240,229,.72); }

.section-index {
  position: absolute; top: 20px; right: 32px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--gold-dim); opacity: .7;
}
.section-cinema--dark .section-index { color: var(--gold); opacity: .9; }

.crumb-cinema {
  font-family: var(--mono); font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 20px;
}
.crumb-cinema a { color: var(--muted); text-decoration: none; }
.crumb-cinema a:hover { color: var(--gold-dim); }
.crumb-cinema .sep { margin: 0 8px; opacity: .5; }

.skip-nav {
  position: absolute; left: -9999px; top: 0; z-index: 10001;
  background: var(--navy); color: var(--parchment); padding: 12px 18px;
  font-family: var(--mono); font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
}
.skip-nav:focus { left: 20px; top: 20px; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  .preloader { display: none !important; }
  body.pl-lock { overflow: auto; height: auto; }
  [data-reveal] { opacity: 1 !important; transform: none !important; clip-path: none !important; }
}
