/* ═══════════════════════════════════════════
   MOKAMO — IMMERSION / HERITAGE
   ═══════════════════════════════════════════ */

.immersion {
  --ember: var(--gold-soft);
  --ember-glow: rgba(196, 168, 130, 0.28);
  --glass: rgba(26, 15, 10, 0.55);
}

/* ── CINEMATIC HERO ── */
.cinema-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--void);
}

.cinema-hero__video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.cinema-hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translate(-50%, -50%) scale(1.12);
  transform-origin: center center;
  pointer-events: none;
}

.cinema-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(26, 15, 10, 0.92) 0%, rgba(26, 15, 10, 0.28) 48%, rgba(26, 15, 10, 0.45) 100%),
    radial-gradient(ellipse at 50% 40%, rgba(196, 168, 130, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.cinema-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: calc(var(--header-h) + var(--safe-top) + 0.75rem) 6vw calc(2rem + var(--safe-bottom));
  max-width: 900px;
  color: var(--cream);
}

.cinema-hero__logo {
  display: block;
  width: min(280px, 58vw);
  height: auto;
  margin-bottom: 0.35rem;
  filter: brightness(0) invert(1);
  opacity: 0.96;
  object-fit: contain;
}

.cinema-hero__content .eyebrow {
  margin-bottom: 0.4rem;
}

.cinema-title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4.2vw, 2.75rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin-bottom: 0.65rem;
}

.cinema-title__line {
  display: block;
}

.cinema-title__line--serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--sand);
  font-size: 1.08em;
  text-shadow: 0 0 40px var(--ember-glow);
}

.cinema-lead {
  font-size: 0.92rem;
  color: var(--cream-muted);
  max-width: 38ch;
  line-height: 1.5;
  margin-bottom: 1.1rem;
}

.cinema-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.cinema-actions .pill {
  padding: 0.7rem 1.35rem;
  font-size: 0.72rem;
}

.cinema-hero__badge {
  position: absolute;
  bottom: calc(1.25rem + var(--safe-bottom));
  right: 6vw;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 253, 249, 0.7);
  background: var(--glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(196, 168, 130, 0.25);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sand);
  box-shadow: 0 0 12px var(--sand);
  animation: pulseDot 2s ease infinite;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.immersion .pill--fill {
  background: var(--gold-soft);
  color: var(--void);
}

.immersion .pill--fill:hover {
  background: var(--sand);
}

/* ── MOMENTS REEL ── */
.moments {
  padding: 6rem 0 5rem;
  background: var(--void);
  color: var(--cream);
  scroll-margin-top: calc(var(--header-h) + var(--safe-top));
  overflow: hidden;
}

.moments__head {
  width: min(1280px, 92%);
  margin: 0 auto 3rem;
  padding: 0 2vw;
}

.moments__head .eyebrow {
  color: var(--sand);
}

.moments__head .section-title {
  color: var(--cream);
}

.moments__sub {
  margin-top: 0.75rem;
  color: var(--cream-muted);
  font-size: 0.95rem;
}

.moments__reel {
  display: flex;
  gap: 1.25rem;
  padding: 0 max(4vw, 1rem) 1.5rem;
  padding-left: max(4vw, calc(1rem + var(--safe-x)));
  padding-right: max(4vw, calc(1rem + var(--safe-x)));
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: max(4vw, 1rem);
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.moments__reel::-webkit-scrollbar { display: none; }

.moment-card {
  flex: 0 0 min(300px, 78vw);
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.35s var(--ease);
}

.moment-card:hover {
  transform: translateY(-6px);
}

.moment-card__frame {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  background: var(--void-soft);
  border: 2px solid rgba(196, 168, 130, 0.28);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.moment-card:hover .moment-card__frame {
  border-color: rgba(196, 168, 130, 0.65);
  box-shadow: 0 24px 60px var(--ember-glow);
}

.moment-card__frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
  pointer-events: none;
}

.menu-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* Hide native mobile play button / controls on ambient videos */
.cinema-hero__video::-webkit-media-controls,
.moment-card__frame video::-webkit-media-controls,
.menu-hero__video::-webkit-media-controls,
.autoplay-video::-webkit-media-controls {
  display: none !important;
}

.cinema-hero__video::-webkit-media-controls-start-playback-button,
.moment-card__frame video::-webkit-media-controls-start-playback-button,
.menu-hero__video::-webkit-media-controls-start-playback-button,
.autoplay-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.moment-card__label {
  position: static;
  padding: 0 0.25rem;
  background: none;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cream-muted);
  text-align: center;
}

.moment-card__label span {
  color: var(--sand);
  margin-right: 0.4rem;
}

/* ── ALCHEMY STORY ── */
.alchemy {
  position: relative;
  padding: 7rem 4vw;
  background:
    radial-gradient(ellipse at 10% 0%, rgba(196, 168, 130, 0.18) 0%, transparent 45%),
    var(--cream);
  scroll-margin-top: calc(var(--header-h) + var(--safe-top));
  overflow: hidden;
}

.alchemy::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(520px, 80vw);
  height: 160px;
  border: 1px solid rgba(61, 35, 20, 0.12);
  border-bottom: none;
  border-radius: 260px 260px 0 0;
  pointer-events: none;
}

.alchemy__grid {
  position: relative;
  z-index: 1;
  width: min(1140px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.alchemy__announce {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(26, 15, 10, 0.18);
  border: 1px solid rgba(61, 35, 20, 0.1);
}

.alchemy__announce img {
  width: 100%;
  height: auto;
  min-height: 420px;
  display: block;
  object-fit: cover;
}

.alchemy__copy .section-title {
  margin-bottom: 1.25rem;
  color: var(--void);
}

.alchemy__text {
  color: var(--text-soft);
  line-height: 1.75;
  margin-bottom: 1.75rem;
}

.alchemy__list {
  list-style: none;
  margin-bottom: 2rem;
}

.alchemy__list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(61, 35, 20, 0.1);
  font-size: 0.92rem;
  color: var(--text-soft);
}

.alchemy__list strong {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 0.2rem;
}

/* Optional still from assets/brand/ */
.alchemy--has-bg .alchemy__announce img[data-new-still] {
  object-fit: cover;
  min-height: 420px;
}

/* ── QUOTE BREAK (image bg) ── */
.video-break {
  position: relative;
  min-height: 70vh;
  min-height: 70dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-break__bg-img {
  position: absolute;
  inset: 0;
  background: url("../assets/brand/interior-mood.webp") center / cover no-repeat;
  transform: scale(1.05);
}

.video-break__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 15, 10, 0.62);
}

.video-break__quote {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--cream);
  padding: 4rem 2rem;
  max-width: 800px;
}

.video-break__quote p {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-style: italic;
  line-height: 1.15;
}

.video-break__quote em {
  color: var(--sand);
  font-style: italic;
}

/* ── STATS DARK ── */
.stats-band--dark {
  background: var(--void-soft);
}

.stats-band--dark .stat__num {
  color: var(--cream);
}

.stats-band--dark .stat__num::after {
  color: var(--sand);
}

.stats-band--dark .stat__label {
  color: var(--cream-muted);
}

/* ── BENTO VIDEO CELL ── */
.bento__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.bento__cell--wide {
  position: relative;
}

.bento__cell--wide .bento__meta {
  z-index: 2;
}

.immersion .eyebrow {
  color: var(--gold-soft);
}

.immersion .eyebrow--ar {
  font-family: var(--font-arabic);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: none;
  direction: rtl;
  color: var(--sand);
  display: block;
  margin-bottom: 0.35rem;
}

.immersion .marquee {
  background: var(--gold-soft);
  color: var(--void);
}

.bento-section .pill--outline {
  border-color: var(--sand);
  color: var(--cream);
}

.bento-section .pill--outline:hover {
  background: var(--sand);
  color: var(--void);
  border-color: var(--sand);
}

/* ── MENU PAGE VIDEO HERO ── */
.menu-hero--video {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.menu-hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(26, 15, 10, 0.72);
}

.menu-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 5rem 4vw 3rem;
  color: var(--cream);
}

.menu-hero--video .eyebrow {
  color: var(--sand);
}

.menu-hero--video .menu-note {
  color: var(--sand);
  border-color: rgba(196, 168, 130, 0.4);
}

.menu-page .menu-filters {
  background: rgba(245, 237, 227, 0.95);
}

.menu-page .filter-btn:hover,
.menu-page .filter-btn.active {
  background: var(--espresso);
  border-color: var(--espresso);
  color: var(--cream);
}

.menu-page .menu-section-title::after {
  background: linear-gradient(to right, rgba(166, 124, 82, 0.45), transparent);
}

.menu-page .menu-item-body .price {
  color: var(--espresso-soft);
}

.menu-page .menu-item {
  background: var(--white);
  border-color: rgba(61, 35, 20, 0.08);
}

/* ── Responsive ── */
@media (min-width: 900px) {
  .moments__reel {
    justify-content: center;
    flex-wrap: nowrap;
    padding-bottom: 2rem;
  }

  .moment-card {
    flex: 0 0 280px;
  }

  .cinema-hero__video {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@media (max-width: 1024px) {
  .alchemy__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .alchemy__announce {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .cinema-hero {
    min-height: 100svh;
    min-height: 100dvh;
    align-items: center;
  }

  .cinema-hero__badge {
    display: none;
  }

  .cinema-hero__content {
    padding: calc(var(--header-h) + var(--safe-top) + 0.35rem) 5vw calc(1.25rem + var(--safe-bottom));
    text-align: center;
    max-width: 100%;
  }

  .cinema-hero__logo {
    width: min(180px, 46vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.2rem;
  }

  .cinema-hero__content .eyebrow {
    margin-bottom: 0.3rem;
    font-size: 0.65rem;
  }

  .cinema-lead {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.84rem;
    line-height: 1.45;
    margin-bottom: 0.85rem;
    max-width: 32ch;
  }

  .cinema-actions {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    gap: 0.55rem;
  }

  .cinema-actions .pill {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  .cinema-title {
    font-size: clamp(1.35rem, 6vw, 1.85rem);
    margin-bottom: 0.4rem;
    line-height: 1.05;
  }

  .cinema-hero__video {
    transform: translate(-50%, -50%) scale(1.08);
    object-position: center center;
  }

  .moments {
    padding: 3.5rem 0 calc(2.5rem + var(--safe-bottom));
  }

  .moments__head {
    text-align: center;
    padding: 0 1.25rem;
    margin-bottom: 1.5rem;
  }

  .moments__reel {
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    gap: 0.85rem;
  }

  .moment-card {
    flex: 0 0 min(240px, 78vw);
  }

  .alchemy {
    padding: 3.5rem 1.25rem;
  }

  .alchemy__announce img {
    min-height: 260px;
    max-height: 360px;
  }

  .alchemy__copy {
    text-align: center;
  }

  .alchemy__copy .pill {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .video-break {
    min-height: 55svh;
  }

  .video-break__quote {
    padding: 2.5rem 1.25rem;
  }

  .video-break__quote p {
    font-size: clamp(1.45rem, 6.5vw, 2rem);
  }

  .bento-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .visit-block {
    padding: 3.5rem 1.25rem calc(3.5rem + var(--safe-bottom));
  }

  .visit-card {
    padding: 1.75rem 1.35rem;
  }

  .visit-card .pill {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .menu-hero__content {
    padding: calc(3.25rem + var(--safe-top)) 1.25rem 2rem;
  }

  .filter-btn {
    min-height: 44px;
    padding: 0.7rem 1.15rem;
  }
}

@media (max-width: 480px) {
  .cinema-hero__logo {
    width: min(150px, 42vw);
  }

  .cinema-title {
    font-size: clamp(1.25rem, 5.8vw, 1.6rem);
  }

  .moment-card {
    flex: 0 0 82vw;
  }

  .stats-band__inner {
    gap: 1.75rem;
  }

  .stats-band {
    padding: 3rem 1rem;
  }
}

@media (max-height: 700px) and (max-width: 768px) {
  .cinema-hero__logo {
    width: min(130px, 36vw);
  }

  .cinema-lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.65rem;
  }

  .cinema-title {
    font-size: 1.25rem;
  }

  .cinema-hero__content .eyebrow {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinema-hero__video {
    display: none;
  }

  .cinema-hero {
    background: url("../assets/brand/hero-poster.webp") center top / cover no-repeat;
  }

  .cinema-hero.has-new-poster {
    background-image: var(--hero-poster);
  }

  .video-break__bg-img {
    background-image: url("../assets/brand/interior-mood.webp");
  }

  .moment-card:hover {
    transform: none;
  }
}
