/* Ringside Editorial — 2026 flagship art direction */
:root {
  --ink: #0a0908;
  --paper: #f4ead7;
  --red: #e6352b;
  --blue: #1769ff;
  --gold: #ffc329;
}

html { max-width: 100%; overflow-x: clip; background: var(--ink); }
body {
  max-width: 100%; overflow-x: clip;
  background:
    radial-gradient(circle at 8% 8%, rgba(230,53,43,.12), transparent 28rem),
    radial-gradient(circle at 92% 32%, rgba(23,105,255,.12), transparent 30rem),
    var(--ink);
}

.nav { border-bottom: 1px solid rgba(255,255,255,.08); }
.nav.is-stuck { background: rgba(10,9,8,.9); backdrop-filter: blur(18px); }
.nav__brand { transform: rotate(-2deg); }
.nav__brand-vs { color: var(--ink); }

.hero { min-height: 100svh; isolation: isolate; }
.hero__media { inset: 0; }
.hero__poster img {
  width: 100%; height: 100%; object-fit: cover; object-position: 52% 45%;
  transform: scale(1.025); animation: roster-breathe 14s ease-in-out infinite alternate;
}
.hero__scrim {
  background:
    linear-gradient(90deg, rgba(5,4,3,.94) 0%, rgba(5,4,3,.64) 42%, rgba(5,4,3,.18) 72%),
    linear-gradient(0deg, rgba(5,4,3,.9) 0%, transparent 45%);
}
.hero__content { max-width: 850px; padding-top: 9rem; }
.hero__title {
  display: grid; grid-template-columns: auto auto;
  grid-template-areas: "burgers burgers" "versus tacos";
  align-items: center; justify-content: start; column-gap: clamp(.75rem,1.5vw,1.35rem);
  width: max-content; max-width: 100%; margin-bottom: .65rem;
  font-size: clamp(5.2rem, 14vw, 12.5rem); line-height: .74;
  letter-spacing: -.035em; filter: drop-shadow(0 12px 30px rgba(0,0,0,.45));
}
.hero__word { display: block; font-size: inherit; }
.hero__word--burgers { grid-area: burgers; color: #fff8e9; }
.hero__word--tacos { grid-area: tacos; color: var(--gold); margin-left: 0; }
.hero__vs {
  grid-area: versus; position: static; align-self: center; justify-self: start;
  margin-left: clamp(.75rem,2vw,1.6rem); padding: .18em .38em .11em; border: 2px solid rgba(255,248,233,.9);
  border-radius: .11em; background: var(--red); color: #fff8e9;
  font-size: .31em; line-height: 1; transform: rotate(-3deg); animation: none;
  text-shadow: none; box-shadow: 0 10px 28px rgba(230,53,43,.35);
}
.hero__sub { max-width: 38rem; font-size: clamp(1rem, 1.45vw, 1.3rem); }
.hero__facts { border-left: 3px solid var(--gold); padding-left: 1.25rem; }

.ticker { background: var(--gold); color: var(--ink); transform: rotate(-.35deg); z-index: 3; }
.ticker__track i { color: var(--red); }

.section { position: relative; overflow: clip; }
.section:nth-of-type(even)::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .055;
  background-image: repeating-linear-gradient(135deg, #fff 0 1px, transparent 1px 12px);
}
.eyebrow { color: var(--gold); letter-spacing: .2em; }
.h2 { text-wrap: balance; letter-spacing: -.025em; }
.hl { color: var(--gold); }

.about__grid { gap: clamp(2.5rem, 6vw, 6rem); }
.about__copy > p:nth-of-type(4) { display: none; }
.about__shot { border: 1px solid rgba(255,255,255,.16); box-shadow: 0 28px 70px rgba(0,0,0,.45); }
.about__shot--c img { content: url('../images/fight-card/IMG_5964.webp'); }
.chip { border-radius: 0; clip-path: polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%); }

.roulette { background: linear-gradient(135deg, #111 0 50%, #0b1730 50%); }
.roulette::after {
  content: "PICK YOUR FIGHTER"; position: absolute; right: -1rem; top: 2rem;
  writing-mode: vertical-rl; font: 900 clamp(3rem,7vw,7rem)/1 Montserrat,sans-serif;
  color: rgba(255,255,255,.035); pointer-events: none;
}
.roulette__wheel-wrap { filter: drop-shadow(0 30px 70px rgba(0,0,0,.55)); }
.rcard { border-radius: 0; border: 1px solid rgba(255,255,255,.16); }

.section.menu { background: var(--paper); color: #17120d; }
.menu .h2, .menu .section__lead, .menu .dish__desc, .menu .menu__subhead { color: #17120d; }
.menu .eyebrow { color: #a31d17; }
.menu .hl { color: var(--red); }
.menu__tabs { position: sticky; top: 76px; z-index: 8; background: rgba(244,234,215,.92); backdrop-filter: blur(16px); padding-block: .75rem; }
.tab { color: #17120d; border-color: rgba(23,18,13,.22); }
.tab.is-active { background: #17120d; color: #fff; border-color: #17120d; }
.dishes { grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem 1.25rem; }
.dish {
  background: transparent; border: 0; border-bottom: 1px solid rgba(23,18,13,.2); border-radius: 0;
  box-shadow: none; transition: background .25s ease;
}
.dish:hover { transform: none; box-shadow: none; background: rgba(255,255,255,.42); }
.dish__media { display: none; }
.dish__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.dish:hover .dish__media img { transform: scale(1.045); }
.dish__body { padding: 1.05rem .35rem 1.15rem; }
.dish__name { font-size: clamp(1.35rem,2vw,1.8rem); }
.dish__desc { max-width: 52ch; }
.dish__flag, .dish__ribbon { display: none; }
.dish__name, .dish__price { color: #17120d; }

.gallery { background: #0d0c0a; }
.roster-intro { max-width: 860px; margin-bottom: 3rem; }
.roster-grid {
  display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: clamp(.45rem, 1vw, .9rem);
}
.roster-shot { grid-column: span 3; margin: 0; aspect-ratio: 4/5; overflow: hidden; position: relative; }
.roster-shot:nth-child(9n+1), .roster-shot:nth-child(9n+6) { grid-column: span 6; grid-row: span 2; }
.roster-shot__button { position: relative; width: 100%; height: 100%; display: block; overflow: hidden; background: #15110d; cursor: zoom-in; }
.roster-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .4s; }
.roster-shot:hover img, .roster-shot__button:focus-visible img { transform: scale(1.06); filter: saturate(1.12) contrast(1.04); }
.roster-shot__button:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.roster-shot__affordance {
  position: absolute; right: .75rem; bottom: .75rem; width: 2.4rem; height: 2.4rem;
  display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%;
  color: #fff; background: rgba(10,9,8,.66); backdrop-filter: blur(10px);
  opacity: 0; transform: scale(.8); transition: opacity .3s ease, transform .4s cubic-bezier(.16,1,.3,1);
}
.roster-shot__affordance svg { width: 1.1rem; fill: none; stroke: currentColor; stroke-width: 1.6; }
.roster-shot:hover .roster-shot__affordance, .roster-shot__button:focus-visible .roster-shot__affordance { opacity: 1; transform: scale(1); }
.roster-shot { animation: card-in .55s both; }
.roster-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; margin: 2rem 0 5rem; }
.gallery .section__head, .gallery > .container > .carousel { border-top: 1px solid rgba(255,255,255,.12); padding-top: 4rem; }

/* Ringside Spotlight — shared-element gallery viewer */
.lightbox {
  opacity: 0; visibility: hidden; overflow: hidden;
  background: rgba(5,4,3,.93); transition: opacity .28s ease, visibility .28s ease;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__glow {
  position: absolute; inset: -20%; pointer-events: none;
  background: radial-gradient(circle at 30% 60%, rgba(230,53,43,.18), transparent 32%), radial-gradient(circle at 72% 38%, rgba(255,195,41,.10), transparent 35%);
  filter: blur(30px); transform: scale(.92); opacity: 0; transition: opacity .6s ease, transform 1s cubic-bezier(.16,1,.3,1);
}
.lightbox.is-open .lightbox__glow { opacity: 1; transform: scale(1); }
.lightbox__fig { height: min(78svh, 900px); justify-content: center; gap: .7rem; z-index: 1; }
.lightbox__stage {
  position: relative; width: 100%; height: 100%; min-height: 0;
  display: grid; place-items: center; overflow: hidden; cursor: zoom-in;
}
.lightbox__stage img {
  width: auto; height: auto; max-width: 100%; max-height: calc(78svh - 2rem);
  object-fit: contain; border-radius: 10px; box-shadow: 0 32px 90px rgba(0,0,0,.6);
  animation: none; will-change: transform, opacity, filter;
}
.lightbox__stage.is-zoomed { place-items: start; overflow: auto; cursor: zoom-out; }
.lightbox__stage.is-zoomed img { max-width: none; max-height: none; width: auto; height: auto; }
.lightbox__loader {
  position: absolute; width: 2.6rem; aspect-ratio: 1; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.16); border-top-color: var(--gold);
  opacity: 0; animation: spotlight-spin .8s linear infinite;
}
.lightbox.is-loading .lightbox__loader { opacity: 1; }
.lightbox.is-loading #lbImg { opacity: .18; }
@keyframes spotlight-spin { to { transform: rotate(360deg); } }
.lightbox__close, .lightbox__nav, .lightbox__counter, .lightbox__filmstrip { z-index: 3; }
.lightbox__close svg { width: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.lightbox__counter {
  position: absolute; top: clamp(1rem,3vw,1.8rem); left: clamp(1rem,3vw,1.8rem);
  color: rgba(255,255,255,.82); font: 700 .72rem/1 Montserrat,sans-serif; letter-spacing: .18em;
}
.lightbox__filmstrip {
  position: absolute; left: 50%; bottom: 1rem; transform: translateX(-50%);
  display: flex; gap: .45rem; padding: .45rem; border: 1px solid rgba(255,255,255,.12);
  border-radius: .85rem; background: rgba(7,6,5,.7); backdrop-filter: blur(16px);
}
.lightbox__thumb { width: 3rem; height: 3.65rem; padding: 0; border-radius: .45rem; overflow: hidden; opacity: .48; transition: opacity .25s ease, transform .35s cubic-bezier(.16,1,.3,1), box-shadow .25s; }
.lightbox__thumb img { width: 100%; height: 100%; object-fit: cover; }
.lightbox__thumb:hover, .lightbox__thumb:focus-visible { opacity: .84; transform: translateY(-3px); }
.lightbox__thumb.is-active { opacity: 1; box-shadow: 0 0 0 2px var(--gold); transform: translateY(-4px); }
.lightbox__fig figcaption { min-height: 1.2em; }

.promos { display: none; }
.social .sbtn[href*="tiktok.com"] { display: none; }
.cine__thumbs { display: none; }
.facade .section__head { margin-bottom: 2rem; }
.facade .cine__frame { aspect-ratio: 16/8; }
.mobile-dock { display: none; }

.promo, .reviews, .facade, .visit, .social { border-top: 1px solid rgba(255,255,255,.08); }
.visit__grid { box-shadow: 18px 18px 0 rgba(230,53,43,.16); }
.footer { border-top: 5px solid var(--gold); }

@keyframes roster-breathe { to { transform: scale(1.075) translate3d(-.5%,.5%,0); } }
@keyframes card-in { from { opacity: 0; transform: translateY(24px); } }

@media (max-width: 900px) {
  .hero__scrim { background: linear-gradient(0deg,rgba(5,4,3,.97),rgba(5,4,3,.28) 75%,rgba(5,4,3,.45)); }
  .hero__content { align-items: flex-start; justify-content: flex-end; padding-bottom: 6rem; }
  .roster-shot { grid-column: span 4; }
  .roster-shot:nth-child(9n+1), .roster-shot:nth-child(9n+6) { grid-column: span 8; }
}

@media (max-width: 600px) {
  body { overflow-x: hidden; }
  .nav__inner { width: auto; max-width: 100%; gap: .5rem; }
  .nav__brand { font-size: clamp(1.04rem,4.8vw,1.22rem); gap: .35rem; }
  .nav__brand-vs { padding: .18rem .4rem .08rem; }
  .nav__controls {
    display: flex; align-items: center; flex-shrink: 0; margin-left: auto; gap: 0; padding: 3px;
    border: 1px solid rgba(255,255,255,.18); border-radius: 15px;
    background: rgba(10,9,8,.62); box-shadow: 0 10px 30px rgba(0,0,0,.22);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  }
  .nav__toggle {
    display: flex; width: 40px; height: 40px; padding: 11px 10px; border: 0; border-radius: 11px;
    background: transparent; backdrop-filter: none;
  }
  .nav__toggle[aria-expanded="true"] { background: rgba(230,53,43,.9); }
  .nav__controls .lang-toggle {
    gap: 1px; margin: 0 0 0 3px; padding: 3px 0 3px 4px;
    border: 0; border-left: 1px solid rgba(255,255,255,.16); border-radius: 0;
    background: transparent; backdrop-filter: none;
  }
  .nav__controls .lang-toggle button { min-width: 29px; padding: .48rem .38rem; font-size: .58rem; }
  .nav__controls .lang-toggle button.is-active { background: var(--gold); }
  .hero {
    height: 100svh; min-height: 42rem; padding: 0; align-items: flex-end;
    background: var(--ink);
  }
  .hero::after {
    content: ""; position: absolute; z-index: 1; left: 1.25rem; right: 1.25rem; top: 50%;
    height: 2px; background: linear-gradient(90deg,var(--red) 0 28%,var(--gold) 28% 72%,rgba(255,255,255,.14) 72%);
    box-shadow: 0 0 24px rgba(255,195,41,.24); pointer-events: none;
  }
  .hero__poster img {
    width: 100%; height: auto; max-height: 50svh; object-fit: contain; object-position: center top;
    transform: none; animation: none;
  }
  .hero__poster { top: var(--nav-h); }
  .hero__scrim {
    background:
      linear-gradient(180deg,rgba(5,4,3,.18) 0%,rgba(5,4,3,.08) 28%,rgba(5,4,3,.48) 47%,rgba(5,4,3,.96) 59%,#050403 100%),
      linear-gradient(90deg,rgba(5,4,3,.38),transparent 35%,transparent 70%,rgba(5,4,3,.32));
  }
  .hero__grain { opacity: .32; }
  .hero__content {
    width: auto; max-width: none; margin-inline: 0; padding: 0 1.25rem calc(6.25rem + env(safe-area-inset-bottom));
    overflow: visible; align-items: flex-start; justify-content: flex-end;
  }
  .hero__kicker {
    width: auto; max-width: calc(100vw - 2.5rem); white-space: nowrap; overflow: hidden;
    margin: 0 0 .8rem; padding: .45rem .7rem; border-radius: .35rem;
    background: rgba(230,53,43,.9); border-color: rgba(255,248,233,.3); backdrop-filter: blur(12px);
    font-size: clamp(.5rem,2.45vw,.64rem); line-height: 1; letter-spacing: .1em;
  }
  .hero__kicker .dot { display: none; }
  .hero__title { font-size: clamp(4.1rem,20vw,5.35rem); column-gap: .55rem; line-height: .72; margin-bottom: .7rem; }
  .hero__word { font-size: inherit; }
  .hero__word--tacos { margin-left: 0; }
  .hero__vs { margin-left: .35rem; font-size: .28em; border-width: 1px; }
  .hero__sub { width: min(100%, 350px); margin: .65rem 0 0; font-size: clamp(.86rem,3.8vw,.98rem); line-height: 1.55; text-wrap: balance; }
  .hero__actions { display: none; }
  .hero__facts { display: none; }
  .hero__scroll { display: none; }
  .menu__tabs { top: 64px; overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; }
  .tab { flex: 0 0 auto; }
  .dishes { grid-template-columns: 1fr; gap: 0; }
  .dish { flex-direction: column; }
  .dish__body { padding: 1rem .15rem; }
  .roster-grid { grid-template-columns: repeat(2,1fr); }
  .roster-shot, .roster-shot:nth-child(9n+1), .roster-shot:nth-child(9n+6), .roster-shot:nth-child(5n+1) { grid-column: span 1; grid-row: span 1; aspect-ratio: 1; }
  .roster-shot__affordance { opacity: 1; transform: scale(.9); right: .55rem; bottom: .55rem; }
  .lightbox { grid-template-columns: 1fr; grid-template-rows: 1fr; padding: 4.5rem 1rem 5.5rem; }
  .lightbox__fig { width: 100%; height: 100%; }
  .lightbox__stage img { max-height: calc(100svh - 11rem); }
  .lightbox__filmstrip { display: none; }
  .lightbox__counter { top: 1.45rem; left: 1.15rem; }
  .lightbox__close { top: .85rem; right: .85rem; }
  .lightbox__nav { position: absolute; bottom: 1.1rem; }
  .lightbox__nav--prev { left: calc(50% - 4.25rem); }
  .lightbox__nav--next { right: calc(50% - 4.25rem); }
  .facade .cine__frame { aspect-ratio: 4/3; }
  .mobile-dock {
    position: fixed; z-index: 80; left: .7rem; right: .7rem; bottom: max(.7rem, env(safe-area-inset-bottom));
    display: grid; grid-template-columns: 1fr 1.15fr 1fr; align-items: center;
    padding: .35rem; border: 1px solid rgba(255,255,255,.15); border-radius: 999px;
    background: rgba(10,9,8,.94); box-shadow: 0 14px 40px rgba(0,0,0,.5); backdrop-filter: blur(18px);
  }
  .mobile-dock a { padding: .8rem .35rem; text-align: center; color: #fff; font: 700 .68rem/1 Montserrat,sans-serif; text-transform: uppercase; letter-spacing: .04em; }
  .mobile-dock__order { background: #c9251d; border-radius: 999px; }
  .footer { padding-bottom: 5.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__poster img { animation: none; transform: none; }
  .dish, .dish__media img, .roster-shot img { transition: none; }
  .lightbox, .lightbox__glow, .lightbox__thumb, .roster-shot__affordance { transition: none; }
  .lightbox__loader { animation-duration: 1.4s; }
}

/* ==========================================================================
   LA CARTELERA — the four framed posters, as films
   The dining room's fight bills exist as 15s films. This is a fight CARD, so
   it is a ruled list, not a grid of cards: hairline rules between bouts and
   no panel anywhere. The only rectangle is the poster itself, which is what a
   poster is. Controls are discs.
   ========================================================================== */
/* A measure, not the full container: at 1280 the row stretched to ~1160px and
   left ~700px of dead air between the bout name and its disc. */
.cartel { list-style: none; margin: 0 auto; padding: 0; max-width: 54rem; }

.cartel__row + .cartel__row,
.cartel__row:first-child { border-top: 1px solid rgba(244, 234, 215, .16); }
.cartel__row:last-child  { border-bottom: 1px solid rgba(244, 234, 215, .16); }

.cartel__bout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  width: 100%;
  padding: clamp(.9rem, 2.4vw, 1.4rem) 0;
  border: 0; background: transparent;
  text-align: left; cursor: pointer;
  color: inherit;
  transition: background .22s ease;
}
.cartel__bout:hover { background: rgba(244, 234, 215, .045); }
.cartel__bout:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }

/* Pinned to the wall, not placed in a grid — the same paste-up tilt the nav
   wordmark and the ticker already use. */
.cartel__strip {
  display: block;
  width: clamp(76px, 13vw, 148px);
  height: auto; aspect-ratio: 9 / 16;
  object-fit: cover;
  rotate: -1.1deg;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .5);
  transition: rotate .3s ease, transform .3s ease;
}
.cartel__bout:hover .cartel__strip,
.cartel__bout:focus-visible .cartel__strip { rotate: 0deg; transform: translateY(-3px); }

.cartel__billing { display: flex; flex-direction: column; gap: .3rem; min-width: 0; }
.cartel__name {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: clamp(1.35rem, 4.2vw, 2.1rem);
  line-height: 1.02; letter-spacing: .02em;
  color: var(--paper);
}
.cartel__verdict {
  font-size: clamp(.76rem, 2vw, .9rem);
  letter-spacing: .13em; text-transform: uppercase;
  color: rgba(244, 234, 215, .72);       /* measured over --ink, clears AA */
}

.cartel__disc {
  flex: 0 0 auto;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  transition: background .22s ease, color .22s ease, transform .22s ease;
}
.cartel__disc svg { width: 17px; height: 17px; fill: currentColor; }
.cartel__bout:hover .cartel__disc,
.cartel__bout:focus-visible .cartel__disc {
  background: var(--red); border-color: var(--red); color: var(--paper);
  transform: scale(1.06);
}

/* ==========================================================================
   FILM VIEWER — the film plays at its native 9:16 on the bare ground.
   No panel, no border, no card: the billing hangs off a single gold rule.
   ========================================================================== */
.filmbox {
  position: fixed; inset: 0;
  /* The site's modal tier. Must clear .nav (900) and .fab (800) or the
     sticky navbar covers the close button: caught by elementFromPoint,
     which returned .nav__inner at the X's centre. */
  z-index: 1500;
  display: grid; place-items: center;
  padding: clamp(1rem, 4vw, 2.5rem);
  background:
    radial-gradient(circle at 12% 10%, rgba(230, 53, 43, .16), transparent 30rem),
    radial-gradient(circle at 88% 88%, rgba(255, 195, 41, .12), transparent 32rem),
    /* Fully opaque: at .97 the sticky mobile-dock and page headings ghosted
       through behind the film, measured at 2.7x the scrim's own noise floor.
       A film viewer has no reason to show the page underneath. */
    rgb(6, 5, 4);
  opacity: 0; transition: opacity .28s ease;
}
.filmbox.is-open { opacity: 1; }
.filmbox[hidden] { display: none; }

.filmbox__fig {
  display: flex; flex-direction: column; align-items: center;
  gap: .9rem; margin: 0; max-width: 100%;
}
.filmbox__video {
  display: block;
  width: auto; max-width: min(92vw, 30rem);
  height: auto; max-height: 74svh;
  aspect-ratio: 9 / 16;
  background: #000;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .66);
  cursor: pointer;
}
.filmbox__cap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.25rem;
  width: 100%; max-width: min(92vw, 30rem);
  padding-top: .7rem;
  border-top: 2px solid var(--gold);
}
.filmbox__bout {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: clamp(1.15rem, 3.4vw, 1.6rem);
  letter-spacing: .045em; line-height: 1.1;
  color: var(--paper);
}
.filmbox__toggle,
.filmbox__close {
  display: grid; place-items: center;
  border-radius: 50%;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}
.filmbox__toggle {
  flex: 0 0 auto; width: 44px; height: 44px;   /* 44px: the WCAG target floor */
  border: 2px solid rgba(244, 234, 215, .55);
}
.filmbox__close {
  position: absolute;
  top: clamp(.75rem, 2.5vw, 1.5rem); right: clamp(.75rem, 2.5vw, 1.5rem);
  width: 46px; height: 46px;
  border: 2px solid rgba(244, 234, 215, .4);
  background: rgba(10, 9, 8, .5);
}
.filmbox__toggle:hover { border-color: var(--gold); color: var(--gold); }
.filmbox__close:hover  { border-color: var(--red);  color: var(--red); }
.filmbox__toggle:focus-visible,
.filmbox__close:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.filmbox__ico,
.filmbox__close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.filmbox__ico--play { fill: currentColor; stroke: none; }
.filmbox__toggle[aria-pressed="true"]  .filmbox__ico--play  { display: none; }
.filmbox__toggle[aria-pressed="false"] .filmbox__ico--pause { display: none; }

/* Signature motion: the film gets pinned up, the way the real ones are. */
@keyframes film-pin-up {
  from { opacity: 0; transform: translateY(20px) rotate(-1.4deg) scale(.984); }
  to   { opacity: 1; transform: none; }
}
.filmbox.is-open .filmbox__fig { animation: film-pin-up .5s cubic-bezier(.16, 1, .3, 1) both; }

@media (prefers-reduced-motion: reduce) {
  .filmbox { transition: none; }
  .filmbox.is-open .filmbox__fig { animation: none; }
  .cartel__strip, .cartel__disc, .cartel__bout,
  .filmbox__toggle, .filmbox__close { transition: none; }
  .cartel__bout:hover .cartel__strip,
  .cartel__bout:focus-visible .cartel__strip { rotate: -1.1deg; transform: none; }
}

@media (max-width: 480px) {
  .cartel__bout { gap: .85rem; }
  /* Was 42px, which undercut the 44px floor this file asserts for the viewer's
     own controls. The row is the real target, but keep the two consistent. */
  .cartel__disc { width: 44px; height: 44px; }
}

/* ==========================================================================
   SPLIT-PAGE COMPONENTS
   The homepage keeps the customer journey; menu, gallery, posters and careers
   moved to their own URLs. What stays here are teasers that hand people on.
   Ruled rows, never cards — same rule as La Cartelera.
   ========================================================================== */

/* --- menu teaser: an edgeless ruled list of the four cards ---------------- */
.menu-teaser__rows { list-style: none; margin: 0 auto; padding: 0; max-width: 46rem; }
.menu-teaser__rows li + li,
.menu-teaser__rows li:first-child { border-top: 1px solid rgba(244, 234, 215, .16); }
.menu-teaser__rows li:last-child  { border-bottom: 1px solid rgba(244, 234, 215, .16); }
.menu-teaser__rows a {
  display: flex; align-items: center; justify-content: space-between;
  padding: clamp(.85rem, 2.2vw, 1.2rem) 0;
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: clamp(1.35rem, 4vw, 2rem); letter-spacing: .03em;
  color: var(--paper); text-decoration: none;
  transition: color .2s ease, padding-left .2s ease;
}
.menu-teaser__rows a::after { content: "→"; color: var(--gold); font-size: .8em; }
.menu-teaser__rows a:hover { color: var(--gold); padding-left: .5rem; }
.menu-teaser__rows a:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.menu-teaser__cta { display: flex; justify-content: center; margin-top: 2.2rem; }

/* --- gallery teaser: a short strip, not a second grid --------------------- */
.gallery-teaser__strip {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: .6rem; margin-top: 1.6rem;
}
.gallery-teaser__strip img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block;
  box-shadow: 0 10px 26px rgba(0,0,0,.4);
}

/* --- careers teaser: one line, one action -------------------------------- */
.careers-teaser .container {
  display: flex; flex-direction: column; align-items: center; gap: 1.1rem; text-align: center;
}
.careers-teaser__line {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: clamp(1.5rem, 5vw, 2.4rem); letter-spacing: .03em;
  color: var(--paper); margin: 0;
}

/* ==========================================================================
   /carteles — the poster library
   A poster IS a rectangle; that is what a poster is. So the posters sit bare
   on the ground with their names on a rule beneath. No cards around them.
   ========================================================================== */
.cartel-grid {
  list-style: none; margin: 2.4rem 0 0; padding: 0;
  display: grid; gap: clamp(1rem, 2.6vw, 1.9rem);
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.cartel-tile__btn {
  display: block; width: 100%; padding: 0; border: 0; background: transparent;
  cursor: pointer; text-align: left; color: inherit;
}
.cartel-tile__btn img {
  width: 100%; height: auto; aspect-ratio: 2/3; object-fit: cover; display: block;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .5);
  transition: transform .28s ease, box-shadow .28s ease;
}
.cartel-tile__name {
  display: block; margin-top: .6rem; padding-top: .5rem;
  border-top: 2px solid var(--gold);
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: clamp(.85rem, 2vw, 1.05rem); letter-spacing: .05em;
  color: var(--paper);
}
.cartel-tile__btn:hover img { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(0,0,0,.6); }
.cartel-tile__btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

/* --- the poster viewer: same language as the film viewer ------------------ */
.posterbox {
  position: fixed; inset: 0;
  z-index: 1500;                        /* modal tier: must clear .nav (900) */
  display: grid; place-items: center;
  padding: clamp(1rem, 4vw, 2.5rem);
  background:
    radial-gradient(circle at 12% 10%, rgba(230,53,43,.16), transparent 30rem),
    radial-gradient(circle at 88% 88%, rgba(255,195,41,.12), transparent 32rem),
    rgb(6, 5, 4);
  opacity: 0; transition: opacity .28s ease;
}
.posterbox.is-open { opacity: 1; }
.posterbox[hidden] { display: none; }
.posterbox__fig { display: flex; flex-direction: column; align-items: center; gap: .8rem; margin: 0; max-width: 100%; }
.posterbox__img {
  display: block; width: auto; max-width: min(92vw, 34rem);
  height: auto; max-height: 78svh; aspect-ratio: 2/3;
  box-shadow: 0 34px 90px rgba(0,0,0,.66);
}
.posterbox__cap {
  width: 100%; max-width: min(92vw, 34rem); padding-top: .65rem;
  border-top: 2px solid var(--gold);
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: clamp(1.1rem, 3.2vw, 1.5rem); letter-spacing: .045em; color: var(--paper);
}
.posterbox__close {
  position: absolute; top: clamp(.75rem, 2.5vw, 1.5rem); right: clamp(.75rem, 2.5vw, 1.5rem);
  width: 46px; height: 46px; display: grid; place-items: center;
  border: 2px solid rgba(244,234,215,.4); border-radius: 50%;
  background: rgba(10,9,8,.5); color: var(--paper); cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}
.posterbox__close:hover { border-color: var(--red); color: var(--red); }
.posterbox__close:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.posterbox__close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }

@media (prefers-reduced-motion: reduce) {
  .posterbox, .cartel-tile__btn img, .menu-teaser__rows a { transition: none; }
  .cartel-tile__btn:hover img { transform: none; }
}
