/* HOTFIX 2026-05-29 revY: cart right + footer gallery restore + fast internal nav + perf gates */

/* Cart drawer must always come from right side */
.drawer-root .drawer.drawer-cart,
.drawer-root.drawer-left .drawer.drawer-cart,
.drawer-left .drawer-root .drawer.drawer-cart,
html.drawer-left .drawer-root .drawer.drawer-cart,
body.drawer-left .drawer-root .drawer.drawer-cart {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  right: 0 !important;
  inset: 0 0 0 auto !important;
  width: min(440px, 96vw) !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  border-right: 0 !important;
  border-left: 1px solid rgba(255, 244, 226, 0.08) !important;
  box-shadow: -40px 0 80px rgba(0, 0, 0, 0.55) !important;
  transform: translateX(105%) !important;
}

/* 2026-06-09 delivery/cart, hero sparks and venue transition runtime patch. */
.site-header .brand-fire-logo--mark::before,
.site-header .brand-fire-logo--mark::after,
.site-header .header-brand-glow,
.site-header .header-brand-sparks {
  display: none !important;
  opacity: 0 !important;
  filter: none !important;
  box-shadow: none !important;
}

.site-header .brand-fire-logo--mark img {
  filter: none !important;
  box-shadow: none !important;
}

.cinema-hero .hero-video::after {
  z-index: 1;
}

.cinema-hero .hero-embers[hidden] {
  display: none !important;
}

.hero-cinematic-dim,
.hero-video-sparks {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-cinematic-dim {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(8, 6, 5, 0.16), rgba(8, 6, 5, 0.32)),
    radial-gradient(circle at 52% 52%, transparent 32%, rgba(8, 6, 5, 0.2) 100%);
}

.hero-video-sparks {
  z-index: 3;
  overflow: hidden;
  contain: strict;
}

.hero-video-sparks i {
  position: absolute;
  left: var(--hero-spark-x);
  bottom: -18px;
  width: var(--hero-spark-size);
  height: var(--hero-spark-size);
  border-radius: 50%;
  opacity: 0;
  background: rgba(255, 219, 139, 0.98);
  box-shadow:
    0 0 8px rgba(255, 150, 52, 0.9),
    0 0 18px rgba(216, 20, 32, 0.46);
  animation: heroVideoSparkRise var(--hero-spark-duration) linear infinite;
  animation-delay: var(--hero-spark-delay);
}

@keyframes heroVideoSparkRise {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.7);
  }
  12% {
    opacity: 0.9;
  }
  58% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--hero-spark-drift), -72svh, 0) scale(0.18);
  }
}

:root[data-tab-hidden='1'] .hero-video-sparks i {
  animation-play-state: paused !important;
}

:root[data-perf='low'] .hero-video-sparks i:nth-child(n + 6) {
  display: none;
}

.interactive-tools .venue-slider {
  position: relative !important;
}

.interactive-tools .venue-slider__transition {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition:
    opacity 760ms ease,
    transform 980ms cubic-bezier(0.22, 1, 0.36, 1);
}

.interactive-tools .venue-slider__overlay,
.interactive-tools .venue-slider__center {
  z-index: 2;
}

.delivery-address-source {
  display: none !important;
}

.delivery-address-panel {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.delivery-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.delivery-address-city,
.delivery-address-street,
.delivery-address-status,
.delivery-address-details {
  grid-column: 1 / -1;
}

.delivery-address-street {
  position: relative;
  z-index: 7;
}

.delivery-street-menu {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  max-height: 224px;
  overflow: auto;
  padding: 6px;
  border: 1px solid rgba(246, 238, 225, 0.16);
  border-radius: 8px;
  background: rgba(20, 15, 12, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.delivery-street-menu::-webkit-scrollbar,
.drawer-cart::-webkit-scrollbar,
.drawer-cart .drawer-body::-webkit-scrollbar,
.drawer-cart .drawer-foot::-webkit-scrollbar {
  display: none;
}

.drawer-cart,
.drawer-cart .drawer-body,
.drawer-cart .drawer-foot {
  scrollbar-width: none;
}

.delivery-street-menu button {
  min-height: 42px;
  padding: 9px 11px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 250, 242, 0.88);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.delivery-street-menu button:hover,
.delivery-street-menu button:focus-visible,
.delivery-street-menu button.is-active,
.delivery-street-menu button[aria-selected='true'] {
  outline: 0;
  background: rgba(224, 166, 75, 0.14);
  color: #fff7e8;
}

.delivery-address-status {
  min-height: 20px;
  margin: 0;
  color: rgba(246, 238, 225, 0.7);
  font-size: 12px;
  line-height: 1.45;
}

.delivery-address-status[data-kind='checking'] {
  color: #e0a64b;
}

.delivery-address-status[data-kind='allowed'] {
  color: #8fd5a2;
}

.delivery-address-status[data-kind='blocked'] {
  color: #ff858d;
}

.delivery-zone-map,
.drawer-payment {
  display: none !important;
}

@media (max-width: 768px) {
  .hero-video-sparks i:nth-child(n + 9) {
    display: none;
  }

  .hero-cinematic-dim {
    background:
      linear-gradient(180deg, rgba(8, 6, 5, 0.12), rgba(8, 6, 5, 0.3)),
      radial-gradient(circle at 50% 48%, transparent 28%, rgba(8, 6, 5, 0.18) 100%);
  }

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

:root[data-perf='low'] .delivery-street-menu {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-sparks i {
    animation: none !important;
    opacity: 0.34;
    bottom: 8%;
  }

  .hero-video-sparks i:nth-child(n + 5) {
    display: none;
  }

  .interactive-tools .venue-slider__transition {
    transition-duration: 1ms !important;
  }
}

.drawer-root.is-open .drawer.drawer-cart,
.drawer-root.drawer-left.is-open .drawer.drawer-cart,
.drawer-left .drawer-root.is-open .drawer.drawer-cart,
html.drawer-left .drawer-root.is-open .drawer.drawer-cart,
body.drawer-left .drawer-root.is-open .drawer.drawer-cart {
  transform: translateX(0) !important;
}

/* Intro: keep only the native bottom-right percent, without the red progress strip. */
.intro-overlay .intro-loader {
  position: fixed !important;
  right: calc(18px + env(safe-area-inset-right, 0px)) !important;
  bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  display: block !important;
  pointer-events: none !important;
}

.intro-overlay .intro-loader__track,
.intro-overlay .intro-loader__meta > span:first-child {
  display: none !important;
}

.intro-overlay .intro-loader__meta {
  display: block !important;
  font-size: 0 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: rgba(27, 20, 14, 0.92) !important;
}

.intro-overlay .intro-loader__percent {
  display: inline-block !important;
  color: rgba(27, 20, 14, 0.92) !important;
  font: 800 clamp(13px, 1.1vw, 17px) / 1 "JetBrains Mono", "IBM Plex Mono", "Segoe UI", monospace !important;
  letter-spacing: 0.1em !important;
  font-variant-numeric: tabular-nums !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7) !important;
}
html[data-hotfix-intro-bypass='1'] .intro-overlay,
html[data-hotfix-intro-bypass='1'] .intro-overlay--bright,
.intro-overlay[data-hotfix-hidden='1'],
.intro-overlay--bright[data-hotfix-hidden='1'] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* revAQ: intro logo can stay mounted after the overlay fades; it must never catch nav taps. */
.intro-logo,
.intro-logo *,
.intro-logo--mark,
.intro-logo--mark * {
  pointer-events: none !important;
}

html[data-boot-loading='0'] .intro-overlay:not(.hotfix-real-intro),
html[data-boot-loading='0'] .intro-overlay--bright:not(.hotfix-real-intro) {
  pointer-events: none !important;
}

main > section.dish-birth,
main > section.cloud-hero,
main > section.journey,
main > section.cultures-section,
main > section.split-story,
main > section.interactive-tools {
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
}

main > section.jobs-section,
main > section.gallery-section {
  content-visibility: auto;
  contain-intrinsic-size: 820px;
  contain: layout style;
}

main > section.order-section--reel {
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
  contain: none !important;
}

:root[data-perf='low'] .film-grain,
:root[data-perf='low'] .animated-fire-glow,
:root[data-perf='low'] [class*='fire-flicker'],
:root[data-hotfix-load-shed='1'] .film-grain,
:root[data-hotfix-load-shed='1'] .animated-fire-glow,
:root[data-hotfix-load-shed='1'] [class*='fire-flicker'] {
  animation-play-state: paused !important;
}

:root[data-tab-hidden='1'] .gallery-section .gallery-track,
:root[data-tab-hidden='1'] .film-grain,
:root[data-tab-hidden='1'] .animated-fire-glow,
:root[data-tab-hidden='1'] [class*='fire-flicker'] {
  animation-play-state: paused !important;
}

.gallery-section .gallery-row-window {
  contain: layout paint;
}

@media (max-width: 768px) {
  :root[data-scroll-active='1'] .film-grain,
  :root[data-scroll-active='1'] .animated-fire-glow,
  :root[data-scroll-active='1'] [class*='fire-flicker'] {
    animation-play-state: paused !important;
  }
}

/* revAV: final dish-birth visual edge fix + containment/perf guards. */
.dish-birth,
.dish-birth__timeline,
.dish-birth__pin,
.dish-birth__pin::before,
.dish-birth__sequence,
.dish-birth__canvas-wrap,
.dish-birth__canvas {
  background: #000 !important;
}

.dish-birth:not(.dish-birth--ribs) .dish-birth__canvas {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  background: #000 !important;
}

.dish-birth--ribs .dish-birth__canvas-vignette {
  display: block !important;
  position: absolute !important;
  z-index: 4 !important;
  inset: -7% -14% -10% !important;
  pointer-events: none !important;
  opacity: 1 !important;
  border-radius: 36px !important;
  background:
    linear-gradient(
      90deg,
      #000 0% 13%,
      rgba(0, 0, 0, 0.96) 20%,
      rgba(0, 0, 0, 0.54) 30%,
      rgba(0, 0, 0, 0) 43% 57%,
      rgba(0, 0, 0, 0.54) 70%,
      rgba(0, 0, 0, 0.96) 80%,
      #000 87% 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0) 18% 57%,
      rgba(0, 0, 0, 0.48) 70%,
      rgba(0, 0, 0, 0.88) 82%,
      #000 94% 100%
    ),
    radial-gradient(
      96% 70% at 50% 44%,
      rgba(0, 0, 0, 0) 43%,
      rgba(0, 0, 0, 0.26) 58%,
      rgba(0, 0, 0, 0.66) 74%,
      #000 94%
    ) !important;
}

.dish-birth--ribs .dish-birth__edge-blend {
  display: block !important;
  position: absolute !important;
  z-index: 1 !important;
  inset: -7% -14% -10% !important;
  pointer-events: none !important;
  opacity: 0.96 !important;
  border-radius: 36px !important;
  background: #000 !important;
  -webkit-mask-image: radial-gradient(
    76% 70% at 50% 50%,
    rgba(0, 0, 0, 0) 44%,
    rgba(0, 0, 0, 0.54) 66%,
    #000 100%
  ) !important;
  mask-image: radial-gradient(
    76% 70% at 50% 50%,
    rgba(0, 0, 0, 0) 44%,
    rgba(0, 0, 0, 0.54) 66%,
    #000 100%
  ) !important;
}

.cloud-hero[data-hotfix-cloud-parallax='1'] .cloud-photo {
  transform: translate3d(
    calc(var(--mx, 0) * -14px),
    calc(var(--my, 0) * -10px),
    0
  ) scale(var(--photo-scale, 1.04)) !important;
  transition:
    opacity 0.24s linear,
    transform 0.14s linear !important;
  will-change: transform;
}

:root[data-hotfix-canvas-paused='1'] canvas {
  animation-play-state: paused !important;
}

.dish-card,
.bar-card,
.lunch-card,
.menu-board,
.bar-board,
.lunch-board,
.drawer-cart,
.cart-line,
.dish-modal,
.booking-panel,
.booking-card,
.table-card {
  contain: layout paint style;
}

.dish-qty,
.cart-qty,
.drawer-cart .dish-qty {
  inline-size: max-content;
  min-inline-size: 112px;
  contain: layout paint style;
}

.dish-qty-btn,
.cart-qty button,
.drawer-cart .dish-qty-btn {
  inline-size: 34px;
  block-size: 34px;
  flex: 0 0 34px;
}

.dish-qty-value,
.cart-qty span,
.drawer-cart .dish-qty-value {
  min-inline-size: 24px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.order-section--reel[data-hotfix-order-reel='1'] .order-reel-card,
:root[data-perf='low'] .order-section--reel[data-hotfix-order-reel='1'] .order-reel-card,
:root[data-perf='mid'] .order-section--reel[data-hotfix-order-reel='1'] .order-reel-card {
  animation: none !important;
  width: 72% !important;
  height: 72vh !important;
  border-radius: 20px;
  transform-origin: center center !important;
  will-change: transform, border-radius !important;
  contain: layout paint !important;
}

.order-section--reel[data-hotfix-order-reel='1'] .order-reel__darken,
:root[data-perf='low'] .order-section--reel[data-hotfix-order-reel='1'] .order-reel__darken,
:root[data-perf='mid'] .order-section--reel[data-hotfix-order-reel='1'] .order-reel__darken {
  animation: none !important;
}

@keyframes orderFullCycle {
  0% {
    transform: scale(0.75);
    border-radius: 20px;
  }
  25% {
    transform: scale(1.38);
    border-radius: 0;
  }
  75% {
    transform: scale(1.38);
    border-radius: 0;
  }
  100% {
    transform: scale(0.75);
    border-radius: 20px;
  }
}

@keyframes darkenFade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@supports (animation-timeline: view()) {
  .order-section--reel[data-hotfix-order-reel='1'] .order-reel-card,
  :root[data-perf='low'] .order-section--reel[data-hotfix-order-reel='1'] .order-reel-card,
  :root[data-perf='mid'] .order-section--reel[data-hotfix-order-reel='1'] .order-reel-card {
    animation: orderFullCycle 1s linear both !important;
    animation-timeline: view() !important;
    animation-range: entry 0% exit 100% !important;
  }

  .order-section--reel[data-hotfix-order-reel='1'] .order-reel__darken,
  :root[data-perf='low'] .order-section--reel[data-hotfix-order-reel='1'] .order-reel__darken,
  :root[data-perf='mid'] .order-section--reel[data-hotfix-order-reel='1'] .order-reel__darken {
    animation: darkenFade 1s linear both !important;
    animation-timeline: view() !important;
    animation-range: cover 70% exit 100% !important;
  }
}

@media (max-width: 768px) {
  .order-section--reel[data-hotfix-order-reel='1'] .order-reel-card,
  :root[data-perf='low'] .order-section--reel[data-hotfix-order-reel='1'] .order-reel-card,
  :root[data-perf='mid'] .order-section--reel[data-hotfix-order-reel='1'] .order-reel-card {
    width: min(82vw, 62svh, 520px) !important;
    height: min(82vw, 62svh, 520px) !important;
  }

  .order-section--reel[data-hotfix-order-reel='1'] .order-reel__phrases {
    height: min(82vw, 62svh, 520px) !important;
  }
}

@media (max-width: 480px) {
  .drawer-root .drawer.drawer-cart,
  .drawer-root.drawer-left .drawer.drawer-cart,
  .drawer-left .drawer-root .drawer.drawer-cart {
    width: 92vw !important;
    left: auto !important;
    right: 0 !important;
    inset: 0 0 0 auto !important;
  }
}

/* revAW: React-safe gallery rows and a smaller header mark/fire composition. */
.gallery-section > .gallery-track {
  position: relative !important;
  inset: auto !important;
  width: max-content !important;
  min-height: clamp(66px, 8.4vw, 118px);
}

.gallery-section .gallery-track.is-paused {
  animation-play-state: paused !important;
}

.gallery-section .gallery-track.is-running {
  animation-play-state: running !important;
}

:root[data-perf='low'] .gallery-section .gallery-track {
  animation-name: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .gallery-section .gallery-track {
    animation-name: none !important;
  }
}

.brand-fire-logo.brand-fire-logo--mark,
.brand-fire .brand-fire-logo--mark {
  width: 112px;
  height: 66px;
  margin-left: 0;
  overflow: visible;
  border: 0;
  box-shadow: none;
}

.brand-fire-logo.brand-fire-logo--mark img,
.brand-fire .brand-fire-logo--mark img {
  width: auto;
  height: 66px;
  max-width: 112px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.brand-fire-logo.brand-fire-logo--mark::before,
.brand-fire .brand-fire-logo--mark::before {
  left: 50%;
  top: 34%;
  width: 100px;
  height: 78px;
  opacity: 0.76;
}

.brand-fire-logo.brand-fire-logo--mark .brand-fire-flame,
.brand-fire .brand-fire-logo--mark .brand-fire-flame {
  left: 50%;
  top: 32%;
  width: 120px;
  height: 122px;
  opacity: 0.86;
}

@media (max-width: 880px) {
  .brand-fire-logo.brand-fire-logo--mark,
  .brand-fire .brand-fire-logo--mark {
    width: 96px;
    height: 56px;
  }

  .brand-fire-logo.brand-fire-logo--mark img,
  .brand-fire .brand-fire-logo--mark img {
    height: 56px;
    max-width: 96px;
  }

  .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire .brand-fire-logo--mark::before {
    top: 35%;
    width: 84px;
    height: 66px;
    opacity: 0.76;
  }

  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .brand-fire-flame {
    top: 32%;
    width: 100px;
    height: 102px;
    opacity: 0.86;
  }
}

@media (max-width: 360px) {
  .brand-fire-logo.brand-fire-logo--mark,
  .brand-fire .brand-fire-logo--mark {
    width: 88px;
    height: 52px;
  }

  .brand-fire-logo.brand-fire-logo--mark img,
  .brand-fire .brand-fire-logo--mark img {
    height: 52px;
    max-width: 88px;
  }

  .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire .brand-fire-logo--mark::before {
    width: 78px;
    height: 60px;
  }

  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .brand-fire-flame {
    width: 92px;
    height: 94px;
  }
}

.drawer-root .drawer.drawer-cart .drawer-foot {
  max-height: 56vh !important;
  overflow-y: auto !important;
  scrollbar-width: none;
}

.drawer-root .drawer.drawer-cart .drawer-foot::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.drawer-root .drawer.drawer-cart .cart-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: sticky !important;
  bottom: 0 !important;
  z-index: 3 !important;
  min-height: 60px !important;
  width: 100% !important;
}

.drawer-root .drawer.drawer-cart .cart-submit.is-disabled,
.drawer-root .drawer.drawer-cart .cart-submit[aria-disabled='true'] {
  opacity: 0.72 !important;
}

/* Footer gallery: 2 rows, small mixed photos, slow movement */
.gallery-section {
  display: grid;
  gap: 4px;
}

.gallery-section .gallery-row-window {
  height: clamp(66px, 8.4vw, 118px) !important;
}

.gallery-section .gallery-track {
  gap: 6px !important;
  animation-duration: 320s !important;
  animation-play-state: running !important;
}

@keyframes hotfixGalleryMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes hotfixGalleryMoveReverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.gallery-section .gallery-track--top.is-running {
  animation-name: hotfixGalleryMove !important;
  animation-direction: normal !important;
}

.gallery-section .gallery-track--bottom {
  margin-top: 4px;
  animation-name: hotfixGalleryMoveReverse !important;
  animation-direction: normal !important;
  animation-duration: 360s !important;
  animation-play-state: running !important;
}

.gallery-section .gallery-track img {
  width: clamp(72px, 9.2vw, 128px) !important;
  height: clamp(46px, 5.9vw, 84px) !important;
  border-radius: 8px !important;
  object-fit: cover !important;
}

.gallery-section .gallery-track img:nth-child(6n + 1) {
  width: clamp(68px, 8.4vw, 118px) !important;
  height: clamp(44px, 5.4vw, 76px) !important;
}

.gallery-section .gallery-track img:nth-child(6n + 2) {
  width: clamp(76px, 9.6vw, 132px) !important;
  height: clamp(48px, 6.1vw, 86px) !important;
}

.gallery-section .gallery-track img:nth-child(6n + 3) {
  width: clamp(70px, 8.9vw, 124px) !important;
  height: clamp(45px, 5.7vw, 80px) !important;
}

.gallery-section .gallery-track img:nth-child(6n + 4) {
  width: clamp(80px, 10.2vw, 138px) !important;
  height: clamp(50px, 6.4vw, 90px) !important;
}

.gallery-section .gallery-track img:nth-child(6n + 5) {
  width: clamp(72px, 9.1vw, 126px) !important;
  height: clamp(46px, 5.8vw, 82px) !important;
}

.gallery-section .gallery-track img:nth-child(6n + 6) {
  width: clamp(78px, 9.8vw, 134px) !important;
  height: clamp(49px, 6.2vw, 88px) !important;
}

:root[data-perf='low'] .gallery-section .gallery-track {
  animation-duration: 420s !important;
}

:root[data-perf='low'] .gallery-section .gallery-track--bottom {
  animation-duration: 470s !important;
}

@media (max-width: 768px) {
  .gallery-section .gallery-track {
    animation-duration: 280s !important;
  }

  .gallery-section .gallery-track--bottom {
    animation-duration: 330s !important;
  }
}

@media (max-width: 480px) {
  .gallery-section {
    gap: 4px;
  }

  .gallery-section .gallery-row-window {
    height: clamp(58px, 18vw, 92px) !important;
  }

  .gallery-section .gallery-track {
    gap: 5px !important;
    animation-duration: 260s !important;
  }

  .gallery-section .gallery-track--bottom {
    margin-top: 3px;
    animation-duration: 300s !important;
  }

  .gallery-section .gallery-track img,
  .gallery-section .gallery-track img:nth-child(6n + 1),
  .gallery-section .gallery-track img:nth-child(6n + 2),
  .gallery-section .gallery-track img:nth-child(6n + 3),
  .gallery-section .gallery-track img:nth-child(6n + 4),
  .gallery-section .gallery-track img:nth-child(6n + 5),
  .gallery-section .gallery-track img:nth-child(6n + 6) {
    width: clamp(66px, 24vw, 108px) !important;
    height: clamp(42px, 15vw, 70px) !important;
  }
}

/* Menu card CTA visibility/layout */
.menu-board .dish-card-action {
  display: grid !important;
  align-items: stretch;
  gap: 8px !important;
  padding-top: 14px !important;
  overflow: visible !important;
}

.menu-board .dish-card-action .fire-btn,
.menu-board .dish-card-action button.fire-btn,
.menu-board .dish-card-action .fire-btn-outline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 50px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.menu-board .dish-card-action .dish-qty {
  width: 100%;
  min-height: 48px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  line-height: 1 !important;
}

.menu-board .dish-card-action .dish-qty .dish-qty-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  line-height: 1 !important;
  padding: 0 !important;
}

.menu-board .dish-card-action .dish-qty .dish-qty-value {
  min-width: 22px !important;
  text-align: center !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.menu-board .dish-card-action .dish-qty .dish-qty-btn svg {
  display: block !important;
  margin: auto !important;
  transform: translateY(0) !important;
}

@media (max-width: 768px) {
  .menu-board .dish-card-action {
    gap: 7px !important;
    padding-top: 12px !important;
  }

  .menu-board .dish-card-action .fire-btn,
  .menu-board .dish-card-action button.fire-btn,
  .menu-board .dish-card-action .fire-btn-outline {
    min-height: 46px !important;
    padding: 11px 12px !important;
    font-size: 13px !important;
  }

  .menu-board .dish-card-body {
    padding-bottom: 20px !important;
  }

  .menu-board .dish-card-footer {
    padding-top: 16px !important;
  }
}

@media (max-width: 480px) {
  .drawer-root .drawer.drawer-cart .drawer-foot {
    max-height: 60vh !important;
  }

  .drawer-root .drawer.drawer-cart .cart-submit {
    min-height: 56px !important;
  }
}

/* HOTFIX 2026-05-30 revJ: hero chapter + ribs side-shadow spacing */
.dish-birth--ribs .dish-birth__canvas-vignette {
  background:
    linear-gradient(
      90deg,
      #000 0% 10%,
      rgba(0, 0, 0, 0.82) 16%,
      rgba(0, 0, 0, 0) 35% 65%,
      rgba(0, 0, 0, 0.82) 84%,
      #000 90% 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.12),
      rgba(0, 0, 0, 0) 20% 66%,
      rgba(0, 0, 0, 0.52) 80%,
      rgba(0, 0, 0, 0.9),
      #000
    ),
    radial-gradient(
      108% 78% at 50% 44%,
      rgba(0, 0, 0, 0) 52%,
      rgba(0, 0, 0, 0.24) 68%,
      rgba(0, 0, 0, 0.6) 80%,
      rgba(0, 0, 0, 0.88) 90%,
      #000
    ) !important;
}

.dish-birth--ribs .dish-birth__edge-blend {
  opacity: 0.88 !important;
  -webkit-mask-image: radial-gradient(
    91% 86% at 50% 52%,
    rgba(0, 0, 0, 0) 62%,
    rgba(0, 0, 0, 0.66) 82%,
    #000 100%
  ) !important;
  mask-image: radial-gradient(
    91% 86% at 50% 52%,
    rgba(0, 0, 0, 0) 62%,
    rgba(0, 0, 0, 0.66) 82%,
    #000 100%
  ) !important;
}



/* revAG: larger header mark; flame stays smaller and centered on the logo. */
.brand-fire .brand-fire-logo--mark,
.brand-fire-logo--mark {
  height: 220px !important;
}

.brand-fire .brand-fire-logo--mark img,
.brand-fire-logo--mark img {
  height: 220px !important;
  max-width: 560px !important;
}

.brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire-logo--mark .brand-fire-flame.animated-fire {
  position: absolute !important;
  inset: auto !important;
  left: 50% !important;
  top: 50% !important;
  width: 184px !important;
  height: 190px !important;
  transform: translate(-50%, -52%) !important;
  z-index: 0 !important;
  pointer-events: none !important;
  mix-blend-mode: screen !important;
  filter: blur(0.25px) saturate(1.02) !important;
  opacity: 0.24 !important;
  border-radius: 50% !important;
}

@media (max-width: 640px) {
  .brand-fire .brand-fire-logo--mark,
  .brand-fire-logo--mark {
    height: 162px !important;
  }

  .brand-fire .brand-fire-logo--mark img,
  .brand-fire-logo--mark img {
    height: 162px !important;
    max-width: 320px !important;
  }

  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    width: 134px !important;
    height: 140px !important;
    transform: translate(-50%, -52%) !important;
    opacity: 0.23 !important;
  }
}

@media (max-width: 360px) {
  .brand-fire .brand-fire-logo--mark,
  .brand-fire-logo--mark,
  .brand-fire .brand-fire-logo--mark img,
  .brand-fire-logo--mark img {
    height: 138px !important;
    max-width: 260px !important;
  }

  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    width: 114px !important;
    height: 120px !important;
  }
}

/* revAL: remove duplicate ambient audio UI created by mixed runtime/source layers. */
.ambient-toggle[data-hotfix-ambient-duplicate='1'],
audio[data-hotfix-ambient-duplicate='1'] {
  display: none !important;
}

/* revAM: real cold-load preloader, safer section containment, and lower scroll jank. */
html[data-hotfix-real-intro='1'] body {
  overflow: hidden !important;
}

.hotfix-real-intro {
  contain: strict !important;
  content-visibility: visible !important;
}

.hotfix-real-intro img {
  background: transparent !important;
  box-shadow: none !important;
}

@supports (content-visibility: auto) {
  .bar-page .bar-section,
  .menu-page .menu-section,
  .menu-board,
  .menu-board-cards,
  .booking-page section:not(.menu-hero),
  .business-lunch-page section:not(.menu-hero),
  .banquets-page section:not(.menu-hero),
  .loyalty-page section:not(.menu-hero),
  .jobs-section,
  .gallery-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }

  .menu-hero,
  .bar-page .menu-hero,
  .booking-page .menu-hero,
  .business-lunch-page .menu-hero,
  .banquets-page .menu-hero,
  .loyalty-page .menu-hero,
  .cinema-hero {
    content-visibility: visible !important;
  }
}

/* revAX: final compact header mark/fire override after all legacy header rules. */
.site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark {
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
  height: 66px !important;
  min-height: 66px !important;
  max-height: 66px !important;
  margin-left: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark img {
  width: auto !important;
  min-width: 0 !important;
  max-width: 112px !important;
  height: 66px !important;
  min-height: 0 !important;
  max-height: 66px !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
}

.site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark::before {
  left: 50% !important;
  top: 34% !important;
  width: 100px !important;
  height: 78px !important;
  opacity: 0.76 !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

.site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame {
  left: 50% !important;
  top: 32% !important;
  width: 120px !important;
  height: 122px !important;
  opacity: 0.86 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 880px) {
  .site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }

  .site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark img {
    max-width: 96px !important;
    height: 56px !important;
    max-height: 56px !important;
  }

  .site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark::before {
    top: 35% !important;
    width: 84px !important;
    height: 66px !important;
  }

  .site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame {
    top: 32% !important;
    width: 100px !important;
    height: 102px !important;
  }
}

@media (max-width: 360px) {
  .site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark {
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
  }

  .site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark img {
    max-width: 88px !important;
    height: 52px !important;
    max-height: 52px !important;
  }

  .site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark::before {
    width: 78px !important;
    height: 60px !important;
  }

  .site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame {
    width: 92px !important;
    height: 94px !important;
  }
}

:root[data-scroll-active='1'] .section-bg,
:root[data-scroll-active='1'] .film-grain,
:root[data-hotfix-load-shed='1'] .section-bg,
:root[data-hotfix-load-shed='1'] .cloud-puffs {
  filter: none !important;
}

:root[data-scroll-active='1'] .firetext .ft-char,
:root[data-scroll-active='1'] .dock-item__icon,
:root[data-scroll-active='1'] .dish-card,
:root[data-scroll-active='1'] .bar-card,
:root[data-scroll-active='1'] .menu-card {
  transition-duration: 80ms !important;
}

:root[data-hotfix-load-shed='1'] .drifting-clouds,
:root[data-hotfix-load-shed='1'] .ember-field,
:root[data-hotfix-load-shed='1'] .animated-fire:not(.brand-fire-flame) {
  opacity: 0.72 !important;
}

/* revAK: venue section, dock recovery, logo halo cleanup and scroll perf guards. */
.interactive-tools {
  overflow: clip !important;
  max-width: 100% !important;
}

.interactive-tools .venue-slider {
  width: 100% !important;
  max-width: 100% !important;
  height: clamp(360px, 42vw, 480px) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 16px !important;
  contain: layout paint style !important;
}

.interactive-tools .venue-slider__center {
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(18px, 4vw, 36px) !important;
  text-align: center !important;
}

.interactive-tools .venue-slider__caption {
  width: min(680px, calc(100% - 28px)) !important;
  max-width: min(680px, calc(100% - 28px)) !important;
  min-height: 2.4em !important;
  align-self: center !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  overflow-wrap: anywhere !important;
  text-wrap: balance;
}

.interactive-tools .venue-slider__actions {
  align-self: center !important;
  justify-content: center !important;
}

.floating-dock .dock-item--hotfix {
  transition-delay: 0ms !important;
}

.floating-dock .dock-item__icon--hotfix {
  color: #e0a64b !important;
  font-weight: 900 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.brand-fire-logo--mark,
.brand-fire-logo--mark img {
  background: transparent !important;
  box-shadow: none !important;
}

.brand-fire .brand-fire-logo.brand-fire-logo--mark img,
.brand-fire .brand-fire-logo--mark img,
.brand-fire-logo.brand-fire-logo--mark img,
.brand-fire-logo--mark img {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.34)) !important;
}

.brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
.brand-fire .brand-fire-logo--mark::before,
.brand-fire-logo.brand-fire-logo--mark::before,
.brand-fire-logo--mark::before {
  top: 36% !important;
  width: 96px !important;
  height: 76px !important;
  opacity: 0.44 !important;
  filter: blur(3px) saturate(1.08) brightness(1.02) !important;
  clip-path: polygon(50% 0%, 62% 18%, 75% 9%, 71% 31%, 91% 28%, 77% 50%, 93% 63%, 70% 65%, 66% 92%, 50% 74%, 33% 96%, 35% 67%, 12% 62%, 28% 49%, 12% 30%, 34% 31%, 38% 12%) !important;
}

.brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
.brand-fire-logo--mark .brand-fire-flame.animated-fire {
  top: 35% !important;
  width: 116px !important;
  height: 118px !important;
  opacity: 0.72 !important;
  mix-blend-mode: screen !important;
}

:root[data-scroll-active='1'] .venue-slider__img,
:root[data-hotfix-load-shed='1'] .venue-slider__img {
  filter: none !important;
  transition-duration: 220ms !important;
}

:root[data-scroll-active='1'] .site-header,
:root[data-scroll-active='1'] .floating-dock,
:root[data-scroll-active='1'] .drawer,
:root[data-scroll-active='1'] .dish-card,
:root[data-scroll-active='1'] .loyalty-card {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

:root[data-tab-hidden='1'] .animated-fire,
:root[data-tab-hidden='1'] .ember-field,
:root[data-tab-hidden='1'] .drifting-clouds,
:root[data-hotfix-load-shed='1'] .film-grain {
  animation-play-state: paused !important;
}

@supports (content-visibility: auto) {
  .menu-card-grid,
  .loyalty-strip,
  .scene-grid,
  .culture-grid,
  .footer-ticker,
  .menu-board-cards {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
  }
}

@media (max-width: 768px) {
  .interactive-tools .venue-slider {
    height: clamp(312px, 84vw, 360px) !important;
    border-radius: 12px !important;
    margin-top: 28px !important;
  }

  .interactive-tools .venue-slider__center {
    padding: 20px 14px !important;
    gap: 14px !important;
  }

  .interactive-tools .venue-slider__caption {
    width: min(92%, 340px) !important;
    max-width: min(92%, 340px) !important;
    align-self: center !important;
    font-size: clamp(18px, 5vw, 28px) !important;
  }

  .interactive-tools .venue-slider__actions {
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }

  .interactive-tools .venue-slider__actions .fire-btn {
    min-height: 34px !important;
    min-width: 74px !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire .brand-fire-logo--mark::before,
  .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire-logo--mark::before {
    top: 35% !important;
    width: 78px !important;
    height: 60px !important;
    opacity: 0.5 !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    top: 34% !important;
    width: 94px !important;
    height: 96px !important;
    opacity: 0.74 !important;
  }
}

/* revAO: pause decorative animation work while the user is actively scrolling. */
:root[data-scroll-active='1'] .gallery-track,
:root[data-scroll-active='1'] .footer-ticker__track,
:root[data-scroll-active='1'] .animated-fire:not(.brand-fire-flame),
:root[data-scroll-active='1'] .fire-ripple,
:root[data-scroll-active='1'] .fire-spark,
:root[data-scroll-active='1'] .dock-item::before,
:root[data-scroll-active='1'] .dish-card::before,
:root[data-scroll-active='1'] .bar-card::before {
  animation-play-state: paused !important;
}

:root[data-scroll-active='1'] .cinema-hero,
:root[data-scroll-active='1'] .cloud-hero,
:root[data-scroll-active='1'] .order-section--reel,
:root[data-scroll-active='1'] .interactive-tools .venue-slider {
  will-change: auto !important;
}

:root[data-scroll-active='1'] .gallery-track,
:root[data-scroll-active='1'] .footer-ticker__track {
  transition-duration: 0ms !important;
}

/* routefix2: mobile section heroes keep photo clear and move copy below media. */
@media (max-width: 768px) {
  .menu-hero {
    display: grid !important;
    grid-template-rows: auto auto auto !important;
    min-height: auto !important;
    padding: 0 !important;
    background: linear-gradient(180deg, #100907 0%, #090605 100%) !important;
    gap: 0 !important;
  }

  .menu-hero picture {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: clamp(320px, 54svh, 460px) !important;
    min-height: 320px !important;
    grid-row: 1 !important;
  }

  .menu-hero img {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .menu-hero__veil {
    inset: 0 0 auto 0 !important;
    height: clamp(320px, 54svh, 460px) !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.08) 52%, rgba(0, 0, 0, 0.54) 100%) !important;
  }

  .menu-hero__content {
    width: 100% !important;
    max-width: none !important;
    padding: 20px 16px 0 !important;
    background: linear-gradient(180deg, #100907 0%, #0a0605 100%) !important;
  }

  .menu-hero__content h2 {
    font-size: clamp(22px, 6vw, 32px) !important;
  }

  .menu-hero__sub {
    width: 100% !important;
    max-width: none !important;
    padding: 10px 16px 30px !important;
    text-align: left !important;
    font-size: 15px !important;
    background: #0a0605 !important;
  }
}

/* revAF: mobile dock must react immediately; route checks count real user-perceived delay. */
.floating-dock.floating-dock--open {
  transition-duration: 0.14s !important;
}

.floating-dock.floating-dock--open .dock-item {
  transition-delay: 0ms !important;
  transition-duration: 0.16s !important;
}

/* routefix2: visible header mark; fire restored from old correct 96px runtime and centered behind logo. */
.brand-fire .brand-fire-logo.brand-fire-logo--mark,
.brand-fire .brand-fire-logo--mark,
.brand-fire-logo.brand-fire-logo--mark,
.brand-fire-logo--mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 192px !important;
  height: 112px !important;
  margin-left: 10px !important;
  overflow: visible !important;
  mix-blend-mode: normal !important;
}

.brand-fire .brand-fire-logo.brand-fire-logo--mark img,
.brand-fire .brand-fire-logo--mark img,
.brand-fire-logo.brand-fire-logo--mark img,
.brand-fire-logo--mark img {
  width: auto !important;
  height: 112px !important;
  max-width: 192px !important;
  object-fit: contain !important;
  position: relative !important;
  z-index: 2 !important;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45)) !important;
}

.brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
.brand-fire-logo--mark .brand-fire-flame.animated-fire {
  position: absolute !important;
  inset: auto !important;
  left: 50% !important;
  top: 50% !important;
  width: 96px !important;
  height: 96px !important;
  transform: translate(-50%, -52%) !important;
  z-index: 0 !important;
  pointer-events: none !important;
  mix-blend-mode: screen !important;
  filter: blur(1.1px) saturate(1.12) !important;
  opacity: 0.48 !important;
  border-radius: 50% !important;
}

@media (max-width: 880px) {
  .brand-fire .brand-fire-logo.brand-fire-logo--mark,
  .brand-fire .brand-fire-logo--mark,
  .brand-fire-logo.brand-fire-logo--mark,
  .brand-fire-logo--mark {
    width: 128px !important;
    height: 76px !important;
    margin-left: 4px !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark img,
  .brand-fire .brand-fire-logo--mark img,
  .brand-fire-logo.brand-fire-logo--mark img,
  .brand-fire-logo--mark img {
    width: auto !important;
    height: 76px !important;
    max-width: 128px !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    width: 78px !important;
    height: 84px !important;
    opacity: 0.42 !important;
    transform: translate(-50%, -52%) !important;
  }
}

@media (max-width: 360px) {
  .brand-fire .brand-fire-logo.brand-fire-logo--mark,
  .brand-fire .brand-fire-logo--mark,
  .brand-fire-logo.brand-fire-logo--mark,
  .brand-fire-logo--mark {
    width: 112px !important;
    height: 66px !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark img,
  .brand-fire .brand-fire-logo--mark img,
  .brand-fire-logo.brand-fire-logo--mark img,
  .brand-fire-logo--mark img {
    height: 66px !important;
    max-width: 112px !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    width: 66px !important;
    height: 70px !important;
  }
}

/* revAF: larger visible header flame, left mobile logo, complete square thumbnails. */
.brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
.brand-fire-logo--mark .brand-fire-flame.animated-fire {
  width: 132px !important;
  height: 140px !important;
  opacity: 0.58 !important;
  filter: blur(0.9px) saturate(1.16) !important;
  transform: translate(-50%, -52%) !important;
}

@media (max-width: 880px) {
  .site-header {
    justify-content: flex-start !important;
    gap: 4px !important;
  }

  .site-header .header-burger {
    order: 0 !important;
  }

  .site-header .brand-fire {
    order: 1 !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    flex: 0 0 auto !important;
    transform: none !important;
    margin-left: -2px !important;
    margin-right: auto !important;
  }

  .site-header .header-actions {
    order: 2 !important;
    margin-left: auto !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    width: 104px !important;
    height: 112px !important;
    opacity: 0.56 !important;
  }
}

@media (max-width: 360px) {
  .brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    width: 90px !important;
    height: 96px !important;
  }
}

.dish-card picture,
.bar-card-photo {
  aspect-ratio: 1 / 1 !important;
  background: #110907 !important;
}

.dish-card picture > img,
.dish-card img,
.bar-card-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transform: none !important;
}

.bmenu-card__img {
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  background: rgba(224, 166, 75, 0.05) !important;
}

.gallery-section .gallery-track--top.is-running {
  animation-name: hotfixGalleryMove !important;
  animation-direction: normal !important;
}

.gallery-section .gallery-track--bottom,
.gallery-section .gallery-track--bottom.is-running {
  animation-name: hotfixGalleryMoveReverse !important;
  animation-direction: normal !important;
}

/* revAG2: visible logo flame, mobile hero copy below video, compact mobile CTA/cart. */
.brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
.brand-fire .brand-fire-logo--mark::before,
.brand-fire-logo.brand-fire-logo--mark::before,
.brand-fire-logo--mark::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 126px !important;
  height: 94px !important;
  transform: translate(-50%, -45%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
  border-radius: 50% !important;
  background:
    radial-gradient(ellipse at 50% 62%, rgba(255, 174, 59, 0.48), transparent 62%),
    radial-gradient(ellipse at 50% 34%, rgba(216, 20, 32, 0.34), transparent 58%) !important;
  filter: blur(7px) saturate(1.18) !important;
  opacity: 0.76 !important;
}

.brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
.brand-fire-logo--mark .brand-fire-flame.animated-fire {
  width: 148px !important;
  height: 152px !important;
  opacity: 0.74 !important;
  filter: blur(0.35px) saturate(1.24) brightness(1.18) !important;
}

.dish-card > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transform: none !important;
}

@media (max-width: 880px) {
  .brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire .brand-fire-logo--mark::before,
  .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire-logo--mark::before {
    width: 102px !important;
    height: 76px !important;
    opacity: 0.78 !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    width: 118px !important;
    height: 126px !important;
    opacity: 0.76 !important;
  }
}

@media (max-width: 768px) {
  .section-with-bg > .section-bg {
    --section-photo: none !important;
  }

  .cinema-hero {
    --mobile-hero-video-h: min(72svh, 560px);
    display: block !important;
    min-height: auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .cinema-hero .hero-video,
  .cinema-hero .film-grain,
  .cinema-hero::after {
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    height: var(--mobile-hero-video-h) !important;
  }

  .cinema-hero .hero-content {
    display: grid !important;
    grid-template-rows: var(--mobile-hero-video-h) auto auto auto !important;
    max-width: none !important;
    width: 100% !important;
    padding: 0 16px 34px !important;
  }

  .cinema-hero .hero-content h1 {
    grid-row: 1 !important;
    align-self: end !important;
    max-width: min(94vw, 560px) !important;
    margin: 0 0 30px !important;
    font-size: clamp(32px, 9vw, 52px) !important;
    line-height: 0.94 !important;
    letter-spacing: 0 !important;
  }

  .cinema-hero .hero-content > .chapter {
    grid-row: 2 !important;
    margin: 22px 0 10px !important;
  }

  .cinema-hero .hero-content p {
    grid-row: 3 !important;
    margin: 0 !important;
    max-width: none !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .cinema-hero .hero-actions {
    grid-row: 4 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 16px !important;
  }

  .cinema-hero .hero-actions .fire-btn {
    min-height: 40px !important;
    padding: 8px 7px !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
  }

  .cinema-hero .hero-actions .fire-btn svg {
    display: none !important;
  }

  .mobile-cta-bar {
    display: flex !important;
    gap: 6px !important;
    padding: 7px !important;
  }

  .mobile-cta-bar a,
  .mobile-cta-bar button {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 9px 6px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 12px !important;
    color: #fff !important;
    font: inherit !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
  }

  .mobile-cta-bar button {
    cursor: pointer !important;
  }

  .mobile-cta-bar a.book {
    background: linear-gradient(135deg, #d81420, #ff5b3a) !important;
    border: 0 !important;
  }

  .mobile-cta-bar a.order,
  .mobile-cta-bar button.delivery {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: #f2e6d4 !important;
  }

  .mobile-cta-bar button.delivery {
    background: rgba(224, 166, 75, 0.12) !important;
    border-color: rgba(224, 166, 75, 0.28) !important;
  }
}

@media (max-width: 600px) {
  body > [role='status'] {
    pointer-events: none !important;
  }

  body > [role='status'] button,
  body > [role='status'] a {
    pointer-events: auto !important;
  }

  :root[data-cart-drawer-open='1'] .ambient-toggle,
  body:has(.drawer-cart) .ambient-toggle {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(120%) !important;
  }

  :root[data-cart-drawer-open='1'] body > [role='status'],
  body:has(.drawer-cart) > [role='status'] {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .drawer-cart {
    width: min(94vw, 420px) !important;
  }

  .drawer-cart .drawer-head {
    padding: 12px 12px 10px !important;
  }

  .drawer-cart .drawer-body {
    padding: 12px !important;
  }

  .drawer-cart .drawer-line {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .drawer-cart .drawer-line-image {
    width: 54px !important;
    height: 54px !important;
    border-radius: 10px !important;
  }

  .drawer-cart .drawer-line-total {
    grid-column: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    text-align: left !important;
  }

  .drawer-cart .drawer-upsell {
    margin: 14px -12px 4px !important;
    padding: 14px 12px !important;
  }

  .drawer-cart .drawer-upsell__item {
    grid-template-columns: 48px minmax(0, 1fr) 34px !important;
    gap: 10px !important;
    padding: 7px !important;
  }

  .drawer-cart .drawer-upsell__item img {
    width: 48px !important;
    height: 48px !important;
  }

  .drawer-cart .drawer-foot {
    max-height: 48vh !important;
    padding: 12px 14px 16px !important;
    gap: 10px !important;
  }
}

/* revAH: non-rounded visible logo flame, tuned for mobile without extra JS. */
.brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
.brand-fire .brand-fire-logo--mark::before,
.brand-fire-logo.brand-fire-logo--mark::before,
.brand-fire-logo--mark::before {
  left: 51% !important;
  top: 54% !important;
  width: 148px !important;
  height: 126px !important;
  transform: translate(-50%, -50%) !important;
  z-index: 0 !important;
  border-radius: 0 !important;
  clip-path: polygon(50% 0%, 61% 18%, 74% 7%, 70% 31%, 89% 27%, 76% 48%, 92% 61%, 69% 64%, 67% 91%, 51% 73%, 35% 96%, 35% 66%, 13% 63%, 29% 48%, 13% 30%, 34% 31%, 38% 12%) !important;
  background:
    radial-gradient(ellipse at 50% 66%, rgba(255, 185, 70, 0.54), transparent 58%),
    radial-gradient(ellipse at 58% 34%, rgba(255, 91, 36, 0.42), transparent 54%),
    radial-gradient(ellipse at 35% 42%, rgba(216, 20, 32, 0.36), transparent 58%) !important;
  filter: blur(8px) saturate(1.25) brightness(1.08) !important;
  opacity: 0.86 !important;
}

.brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
.brand-fire-logo--mark .brand-fire-flame.animated-fire {
  z-index: 1 !important;
  width: 164px !important;
  height: 168px !important;
  opacity: 0.88 !important;
  filter: blur(0.15px) saturate(1.34) brightness(1.2) !important;
  border-radius: 0 !important;
}

.brand-fire .brand-fire-logo.brand-fire-logo--mark img,
.brand-fire .brand-fire-logo--mark img,
.brand-fire-logo.brand-fire-logo--mark img,
.brand-fire-logo--mark img {
  z-index: 2 !important;
  clip-path: none !important;
}

@media (max-width: 880px) {
  .brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire .brand-fire-logo--mark::before,
  .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire-logo--mark::before {
    width: 122px !important;
    height: 104px !important;
    opacity: 0.88 !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    width: 136px !important;
    height: 140px !important;
    opacity: 0.9 !important;
  }
}

/* revAI: final mobile header CTAs and larger organic logo flame. */
.brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
.brand-fire .brand-fire-logo--mark::before,
.brand-fire-logo.brand-fire-logo--mark::before,
.brand-fire-logo--mark::before {
  border-radius: 0 !important;
  clip-path: polygon(50% 0%, 63% 17%, 77% 8%, 72% 31%, 92% 27%, 78% 49%, 94% 62%, 70% 65%, 66% 92%, 50% 74%, 33% 97%, 35% 67%, 11% 62%, 28% 48%, 12% 29%, 34% 31%, 38% 11%) !important;
}

@media (max-width: 880px) {
  .brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire .brand-fire-logo--mark::before,
  .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire-logo--mark::before {
    width: 132px !important;
    height: 112px !important;
    opacity: 0.92 !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    width: 146px !important;
    height: 150px !important;
    opacity: 0.92 !important;
  }
}

@media (max-width: 768px) {
  .cinema-hero .hero-actions,
  .mobile-cta-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .cinema-hero .hero-actions .fire-btn,
  .mobile-cta-bar a,
  .mobile-cta-bar button {
    min-width: 0 !important;
    min-height: 34px !important;
    padding: 6px 10px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
  }

  .cinema-hero .hero-actions .fire-btn svg {
    display: none !important;
  }
}

/* revAJ: logo flame sits on the mark, not as a lower square glow. */
.brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
.brand-fire .brand-fire-logo--mark::before,
.brand-fire-logo.brand-fire-logo--mark::before,
.brand-fire-logo--mark::before {
  left: 50% !important;
  top: 42% !important;
  width: 112px !important;
  height: 88px !important;
  transform: translate(-50%, -50%) !important;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 190, 68, 0.34), transparent 54%),
    radial-gradient(ellipse at 54% 30%, rgba(255, 92, 36, 0.3), transparent 48%),
    radial-gradient(ellipse at 38% 36%, rgba(216, 20, 32, 0.24), transparent 54%) !important;
  filter: blur(4px) saturate(1.12) brightness(1.04) !important;
  opacity: 0.54 !important;
  mix-blend-mode: screen !important;
}

.brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
.brand-fire-logo--mark .brand-fire-flame.animated-fire {
  top: 39% !important;
  width: 126px !important;
  height: 128px !important;
  transform: translate(-50%, -50%) !important;
  opacity: 0.66 !important;
  filter: blur(0.1px) saturate(1.2) brightness(1.08) !important;
}

@media (max-width: 880px) {
  .brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire .brand-fire-logo--mark::before,
  .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire-logo--mark::before {
    top: 41% !important;
    width: 88px !important;
    height: 68px !important;
    opacity: 0.58 !important;
    filter: blur(3px) saturate(1.1) brightness(1.04) !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    top: 38% !important;
    width: 106px !important;
    height: 108px !important;
    opacity: 0.68 !important;
  }
}

@media (max-width: 360px) {
  .brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire .brand-fire-logo--mark::before,
  .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire-logo--mark::before {
    width: 74px !important;
    height: 58px !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    width: 90px !important;
    height: 92px !important;
  }
}

/* revAP: final active header fire layer and old venue-caption visibility lock. */
.brand-fire .brand-fire-logo.brand-fire-logo--mark,
.brand-fire .brand-fire-logo--mark,
.brand-fire-logo.brand-fire-logo--mark,
.brand-fire-logo--mark {
  overflow: visible !important;
  isolation: isolate !important;
}

.brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
.brand-fire .brand-fire-logo--mark::before,
.brand-fire-logo.brand-fire-logo--mark::before,
.brand-fire-logo--mark::before {
  left: 52% !important;
  top: 38% !important;
  width: 142px !important;
  height: 118px !important;
  transform: translate(-50%, -50%) rotate(-2deg) !important;
  z-index: 0 !important;
  border-radius: 0 !important;
  clip-path: polygon(50% 0%, 60% 18%, 75% 7%, 71% 31%, 91% 26%, 78% 48%, 95% 61%, 70% 65%, 66% 92%, 50% 75%, 33% 97%, 35% 66%, 11% 62%, 29% 48%, 12% 29%, 35% 31%, 39% 11%) !important;
  background:
    radial-gradient(ellipse at 50% 62%, rgba(255, 190, 70, 0.52), transparent 58%),
    radial-gradient(ellipse at 58% 35%, rgba(255, 90, 34, 0.48), transparent 54%),
    radial-gradient(ellipse at 36% 42%, rgba(224, 30, 34, 0.36), transparent 58%) !important;
  filter: blur(5px) saturate(1.24) brightness(1.1) !important;
  opacity: 0.78 !important;
  mix-blend-mode: screen !important;
  pointer-events: none !important;
}

.brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
.brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
.brand-fire-logo--mark .brand-fire-flame.animated-fire {
  left: 52% !important;
  top: 37% !important;
  width: 156px !important;
  height: 158px !important;
  transform: translate(-50%, -50%) !important;
  z-index: 1 !important;
  opacity: 0.86 !important;
  border-radius: 0 !important;
  filter: blur(0.1px) saturate(1.3) brightness(1.16) !important;
  mix-blend-mode: screen !important;
  pointer-events: none !important;
}

.brand-fire .brand-fire-logo.brand-fire-logo--mark img,
.brand-fire .brand-fire-logo--mark img,
.brand-fire-logo.brand-fire-logo--mark img,
.brand-fire-logo--mark img {
  position: relative !important;
  z-index: 2 !important;
  clip-path: none !important;
  background: transparent !important;
}

.venue-slider__caption[data-caption-set='old-10'],
.venue-slider__caption {
  z-index: 3 !important;
  color: #fff7e8 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72), 0 0 18px rgba(228, 22, 39, 0.2) !important;
}

@media (max-width: 880px) {
  .brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire .brand-fire-logo--mark::before,
  .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire-logo--mark::before {
    left: 52% !important;
    top: 39% !important;
    width: 112px !important;
    height: 92px !important;
    opacity: 0.84 !important;
    filter: blur(4px) saturate(1.22) brightness(1.08) !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    left: 52% !important;
    top: 38% !important;
    width: 128px !important;
    height: 130px !important;
    opacity: 0.9 !important;
  }
}

@media (max-width: 360px) {
  .brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire .brand-fire-logo--mark::before,
  .brand-fire-logo.brand-fire-logo--mark::before,
  .brand-fire-logo--mark::before {
    width: 96px !important;
    height: 78px !important;
  }

  .brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire .brand-fire-logo--mark .animated-fire.brand-fire-flame,
  .brand-fire-logo.brand-fire-logo--mark .brand-fire-flame.animated-fire,
  .brand-fire-logo--mark .brand-fire-flame.animated-fire {
    width: 112px !important;
    height: 114px !important;
  }
}

/* revAQ: venue slider timing/layout lock for 7s photo cadence. */
.interactive-tools .venue-slider__center {
  align-items: flex-end !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  padding: clamp(18px, 3.4vw, 34px) !important;
  text-align: right !important;
}

.interactive-tools .venue-slider__caption {
  align-self: flex-end !important;
  justify-content: flex-end !important;
  text-align: right !important;
  transition: opacity 520ms ease !important;
}

.interactive-tools .venue-slider__actions {
  align-self: flex-end !important;
  justify-content: flex-end !important;
}

@media (max-width: 768px) {
  .interactive-tools .venue-slider__center {
    align-items: flex-end !important;
    justify-content: flex-end !important;
    padding: 18px 14px 20px !important;
    text-align: right !important;
  }

  .interactive-tools .venue-slider__caption {
    width: min(88%, 330px) !important;
    max-width: min(88%, 330px) !important;
    align-self: flex-end !important;
    text-align: right !important;
  }

  .interactive-tools .venue-slider__actions {
    align-self: flex-end !important;
    justify-content: flex-end !important;
  }
}

/* revAR: dish-birth jank guard and mobile horizontal containment. */
html,
body,
#root {
  max-width: 100% !important;
  overflow-x: clip !important;
}

body {
  overscroll-behavior-x: none;
}

main,
main > section,
.site-shell,
.page-shell {
  max-width: 100vw !important;
}

.gallery-section,
.gallery-section .gallery-row-window,
.footer-ticker,
.footer-ticker__viewport {
  width: 100% !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
  contain: layout paint style !important;
}

.dish-birth,
.dish-birth__timeline,
.dish-birth__pin {
  width: 100% !important;
  max-width: 100vw !important;
  overflow-x: clip !important;
}

.dish-birth[data-hotfix-dish-guard='1'] .dish-birth__sequence {
  will-change: auto !important;
  contain: layout paint style !important;
}

:root[data-scroll-active='1'] .dish-birth__smoke,
:root[data-scroll-active='1'] .dish-birth__sequence::before,
:root[data-scroll-active='1'] .dish-birth__sequence::after,
:root[data-tab-hidden='1'] .dish-birth__smoke,
:root[data-tab-hidden='1'] .dish-birth__sequence::before,
:root[data-tab-hidden='1'] .dish-birth__sequence::after,
:root[data-hotfix-dish-paused='1'] .dish-birth__smoke,
.dish-birth[data-hotfix-dish-paused='1'] .dish-birth__smoke,
.dish-birth[data-hotfix-dish-paused='1'] .dish-birth__sequence::before,
.dish-birth[data-hotfix-dish-paused='1'] .dish-birth__sequence::after,
.dish-birth[data-hotfix-dish-switching='1'] .dish-birth__smoke,
.dish-birth[data-hotfix-dish-switching='1'] .dish-birth__sequence::before,
.dish-birth[data-hotfix-dish-switching='1'] .dish-birth__sequence::after {
  animation-play-state: paused !important;
}

:root[data-hotfix-load-shed='1'] .dish-birth__smoke,
:root[data-hotfix-load-shed='1'] .dish-birth__sequence::before,
:root[data-hotfix-load-shed='1'] .dish-birth__sequence::after {
  animation: none !important;
  filter: blur(8px) !important;
  opacity: 0.1 !important;
}

.dish-birth[data-hotfix-dish-switching='1'] .dish-birth__smoke {
  opacity: 0.09 !important;
}

:root[data-scroll-active='1'] .dish-birth__corner,
:root[data-hotfix-load-shed='1'] .dish-birth__corner {
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .gallery-section .gallery-row-window,
  .footer-ticker,
  .footer-ticker__viewport {
    inline-size: 100vw !important;
    max-inline-size: 100vw !important;
  }

  .dish-birth__sequence {
    max-width: calc(100vw - 12px) !important;
  }

  .dish-birth__smoke {
    will-change: auto !important;
  }
}

/* revAT: restore standalone burger routes, mobile dock access, dish masks and viewport perf. */
@media (max-width: 768px) {
  .floating-dock {
    max-height: calc(100svh - 84px - env(safe-area-inset-bottom, 0px)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .floating-dock::-webkit-scrollbar {
    display: none !important;
  }
}

@media (max-width: 768px) and (max-height: 680px) {
  .floating-dock {
    top: calc(62px + env(safe-area-inset-top, 0px)) !important;
    gap: 6px !important;
    padding: 8px !important;
    max-height: calc(100svh - 72px - env(safe-area-inset-bottom, 0px)) !important;
  }

  .floating-dock .dock-item {
    min-height: 38px !important;
    height: 38px !important;
  }
}

.dish-birth__sequence,
.dish-birth__canvas-wrap,
.dish-birth__canvas {
  background: transparent !important;
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dish-birth:not(.dish-birth--ribs) .dish-birth__canvas {
  -webkit-mask-image: radial-gradient(
    88% 80% at 50% 52%,
    #000 0 67%,
    rgba(0, 0, 0, 0.92) 77%,
    rgba(0, 0, 0, 0.34) 89%,
    transparent 98%
  ) !important;
  mask-image: radial-gradient(
    88% 80% at 50% 52%,
    #000 0 67%,
    rgba(0, 0, 0, 0.92) 77%,
    rgba(0, 0, 0, 0.34) 89%,
    transparent 98%
  ) !important;
}

.dish-birth--ribs .dish-birth__canvas-vignette,
.dish-birth--ribs .dish-birth__edge-blend {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.dish-birth--ribs .dish-birth__canvas {
  -webkit-mask-image: radial-gradient(
    122% 88% at 50% 53%,
    #000 0 72%,
    rgba(0, 0, 0, 0.9) 83%,
    rgba(0, 0, 0, 0.3) 93%,
    transparent 100%
  ) !important;
  mask-image: radial-gradient(
    122% 88% at 50% 53%,
    #000 0 72%,
    rgba(0, 0, 0, 0.9) 83%,
    rgba(0, 0, 0, 0.3) 93%,
    transparent 100%
  ) !important;
}

/* revAU: restore black burger stage and BBQ rounded edge blend without touching scroll assembly. */
.dish-birth:not(.dish-birth--ribs) .dish-birth__sequence,
.dish-birth:not(.dish-birth--ribs) .dish-birth__canvas-wrap,
.dish-birth:not(.dish-birth--ribs) .dish-birth__canvas {
  background: #000 !important;
}

.dish-birth:not(.dish-birth--ribs) .dish-birth__canvas {
  -webkit-mask-image: radial-gradient(
    88% 92% at 50% 53%,
    #000 0 44%,
    rgba(0, 0, 0, 0.98) 58%,
    rgba(0, 0, 0, 0.78) 70%,
    rgba(0, 0, 0, 0.32) 83%,
    transparent 95%
  ) !important;
  mask-image: radial-gradient(
    88% 92% at 50% 53%,
    #000 0 44%,
    rgba(0, 0, 0, 0.98) 58%,
    rgba(0, 0, 0, 0.78) 70%,
    rgba(0, 0, 0, 0.32) 83%,
    transparent 95%
  ) !important;
}

.dish-birth--ribs .dish-birth__sequence,
.dish-birth--ribs .dish-birth__canvas-wrap,
.dish-birth--ribs .dish-birth__canvas {
  background: #000 !important;
}

.dish-birth--ribs .dish-birth__canvas {
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.dish-birth--ribs .dish-birth__canvas-vignette {
  display: block !important;
  position: absolute !important;
  z-index: 4 !important;
  inset: -6% -12% -8% !important;
  pointer-events: none !important;
  opacity: 1 !important;
  border-radius: 34px !important;
  background:
    linear-gradient(
      90deg,
      #000 0% 9%,
      rgba(0, 0, 0, 0.86) 15%,
      rgba(0, 0, 0, 0) 34% 66%,
      rgba(0, 0, 0, 0.86) 85%,
      #000 91% 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0) 22% 64%,
      rgba(0, 0, 0, 0.52) 79%,
      rgba(0, 0, 0, 0.9) 91%,
      #000
    ),
    radial-gradient(
      110% 78% at 50% 45%,
      rgba(0, 0, 0, 0) 52%,
      rgba(0, 0, 0, 0.24) 68%,
      rgba(0, 0, 0, 0.6) 80%,
      rgba(0, 0, 0, 0.88) 90%,
      #000
    ) !important;
}

.dish-birth--ribs .dish-birth__edge-blend {
  display: block !important;
  position: absolute !important;
  z-index: 1 !important;
  inset: -6% -12% -8% !important;
  pointer-events: none !important;
  opacity: 0.88 !important;
  border-radius: 34px !important;
  background: #000 !important;
  -webkit-mask-image: radial-gradient(
    91% 86% at 50% 52%,
    rgba(0, 0, 0, 0) 62%,
    rgba(0, 0, 0, 0.66) 82%,
    #000 100%
  ) !important;
  mask-image: radial-gradient(
    91% 86% at 50% 52%,
    rgba(0, 0, 0, 0) 62%,
    rgba(0, 0, 0, 0.66) 82%,
    #000 100%
  ) !important;
}


[data-hotfix-viewport='offscreen'] .gallery-track,
[data-hotfix-viewport='offscreen'] .footer-ticker__track,
[data-hotfix-viewport='offscreen'] .order-reel__video,
[data-hotfix-viewport='offscreen'] .cloud-puffs,
[data-hotfix-viewport='offscreen'] .dish-birth__smoke,
[data-hotfix-viewport='offscreen'] .dish-birth__sequence::before,
[data-hotfix-viewport='offscreen'] .dish-birth__sequence::after {
  animation-play-state: paused !important;
}

/* revAV: production DishBirth pipeline owns compositing; keep all exposed pixels black. */
.dish-birth,
.dish-birth__timeline,
.dish-birth__pin,
.dish-birth__sequence,
.dish-birth__canvas {
  background-color: #000 !important;
}

.dish-birth:not(.dish-birth--ribs) .dish-birth__canvas {
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.dish-birth:not(.dish-birth--ribs) .dish-birth__canvas-vignette {
  display: block !important;
  position: absolute !important;
  z-index: 4 !important;
  inset: -2px !important;
  pointer-events: none !important;
  opacity: 1 !important;
  background: radial-gradient(
    96% 92% at 50% 52%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.18) 84%,
    rgba(0, 0, 0, 0.72) 96%,
    #000 100%
  ) !important;
}

.dish-birth--ribs .dish-birth__canvas-vignette {
  display: block !important;
  position: absolute !important;
  z-index: 4 !important;
  inset: -2px !important;
  pointer-events: none !important;
  opacity: 1 !important;
  border-radius: 0 30px 30px 30px !important;
  background:
    linear-gradient(
      270deg,
      #000 0%,
      rgba(0, 0, 0, 0.96) 4%,
      rgba(0, 0, 0, 0.62) 11%,
      rgba(0, 0, 0, 0.16) 19%,
      rgba(0, 0, 0, 0) 27%
    ),
    linear-gradient(
      0deg,
      #000 0%,
      rgba(0, 0, 0, 0.94) 5%,
      rgba(0, 0, 0, 0.56) 12%,
      rgba(0, 0, 0, 0.12) 21%,
      rgba(0, 0, 0, 0) 29%
    ) !important;
}

.dish-birth--ribs .dish-birth__edge-blend {
  display: none !important;
  opacity: 0 !important;
}

.dish-birth[data-dish-birth-active='0'] .dish-birth__smoke,
.dish-birth[data-dish-birth-active='0'] .dish-birth__sequence::before,
.dish-birth[data-dish-birth-active='0'] .dish-birth__sequence::after {
  animation-play-state: paused !important;
}

:root[data-dish-birth-active='1'] .drifting-clouds,
:root[data-dish-birth-active='1'] .ember-field,
:root[data-dish-birth-active='1'] .gallery-track,
:root[data-dish-birth-active='1'] .footer-ticker__track,
:root[data-dish-birth-active='1'] .order-reel__video,
:root[data-dish-birth-active='1'] .cloud-puffs {
  animation-play-state: paused !important;
}

:root[data-dish-birth-active='1'] .order-reel__video,
:root[data-dish-birth-active='1'] .drifting-clouds,
:root[data-dish-birth-active='1'] .ember-field {
  visibility: hidden !important;
}

/* revAW: keep unrelated media visible; their own viewport observers pause work offscreen. */
:root[data-dish-birth-active='1'] .order-reel__video,
:root[data-dish-birth-active='1'] .order-fire-sparks,
:root[data-dish-birth-active='1'] .drifting-clouds,
:root[data-dish-birth-active='1'] .ember-field {
  visibility: visible !important;
}

@media (prefers-reduced-motion: no-preference) {
  :root:not([data-tab-hidden='1']) .gallery-section .gallery-track.is-running,
  :root:not([data-tab-hidden='1']) .gallery-section .gallery-track.is-running:hover {
    animation-play-state: running !important;
  }
}

.order-fire-intro {
  position: relative;
  isolation: isolate;
}

.order-fire-sparks {
  position: absolute;
  inset: -18% 0 -8%;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.order-fire-sparks i {
  position: absolute;
  left: var(--spark-x);
  bottom: 6%;
  width: 3px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
  background: #ffb13b;
  box-shadow: 0 0 8px rgba(255, 89, 16, 0.9);
  transform: translate3d(0, 14px, 0) scale(0.65);
  animation: orderFireSpark 3.2s var(--spark-delay) linear infinite;
  animation-play-state: paused;
  will-change: transform, opacity;
}

.order-fire-sparks[data-active='1'] i {
  animation-play-state: running;
}

@keyframes orderFireSpark {
  0%,
  12% {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(0.65);
  }
  24% {
    opacity: 0.95;
  }
  72% {
    opacity: 0.36;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--spark-drift), -118px, 0) scale(0.15);
  }
}

body:has(.dish-modal-overlay) {
  overflow: hidden !important;
  scrollbar-width: none;
}

body:has(.dish-modal-overlay)::-webkit-scrollbar,
.dish-modal::-webkit-scrollbar {
  display: none;
}

.dish-modal {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.dish-birth--ribs .dish-birth__canvas-vignette {
  inset: -2px -18px -14px -2px !important;
  border-radius: 0 38px 40px 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  .order-fire-sparks i {
    animation: none !important;
    opacity: 0.28;
    transform: translate3d(0, -28px, 0) scale(0.5);
  }
}

@media (max-width: 768px) {
  :root[data-scroll-active='1'] .ft-fire {
    display: none !important;
  }

  :root[data-scroll-active='1'] .firetext .ft-char {
    animation-play-state: paused !important;
  }
}

@supports (content-visibility: auto) {
  main > section.jobs-section,
  main > section.gallery-section,
  main > section.menu-section:not(:first-child),
  .banquets-page section:not(.menu-hero),
  .loyalty-page section:not(.menu-hero) {
    content-visibility: auto;
    contain-intrinsic-size: 760px;
  }

  @media (max-width: 768px) {
    main > section.jobs-section,
    main > section.gallery-section,
    main > section.menu-section:not(:first-child),
    .banquets-page section:not(.menu-hero),
    .loyalty-page section:not(.menu-hero) {
      contain-intrinsic-size: 620px;
    }
  }
}

/* smooth1 final cascade lock */
.gallery-section .gallery-track--top.is-running {
  animation-name: hotfixGalleryMove !important;
  animation-duration: 240s !important;
}

.gallery-section .gallery-track--bottom.is-running {
  animation-name: hotfixGalleryMoveReverse !important;
  animation-duration: 275s !important;
}

:root[data-dish-birth-active='1'] .gallery-section[data-hotfix-gallery-near='1'] .gallery-track.is-running {
  animation-play-state: running !important;
}

:root[data-perf='low'] .gallery-section .gallery-track--top.is-running {
  animation-duration: 300s !important;
}

:root[data-perf='low'] .gallery-section .gallery-track--bottom.is-running {
  animation-duration: 340s !important;
}

#business-lunch .dish-card picture {
  aspect-ratio: 4 / 3 !important;
}

#business-lunch .dish-card picture > img,
#business-lunch .dish-card > img {
  object-fit: cover !important;
}

.dish-birth--ribs .dish-birth__canvas-vignette {
  inset: -10px -24px -30px -30px !important;
  border-radius: 40px 44px 52px 46px !important;
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.96) 5%, rgba(0, 0, 0, 0.62) 12%, rgba(0, 0, 0, 0.14) 22%, rgba(0, 0, 0, 0) 34%),
    linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.96) 4%, rgba(0, 0, 0, 0.58) 10%, rgba(0, 0, 0, 0.12) 18%, rgba(0, 0, 0, 0) 28%),
    linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.98) 7%, rgba(0, 0, 0, 0.68) 15%, rgba(0, 0, 0, 0.18) 26%, rgba(0, 0, 0, 0) 40%),
    radial-gradient(ellipse at 0% 100%, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.44) 34%, rgba(0, 0, 0, 0) 68%) !important;
}

@media (max-width: 768px) {
  .gallery-section .gallery-track--top.is-running {
    animation-duration: 220s !important;
  }

  .gallery-section .gallery-track--bottom.is-running {
    animation-duration: 255s !important;
  }
}

/* 2026-06-08 ritual1: keep DishBirth sticky alive and add lightweight mobile header sparks. */
main {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.dish-birth,
.dish-birth__timeline {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.dish-birth__pin {
  position: sticky !important;
  top: 0 !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  contain: none !important;
}

.dish-birth[data-dish-birth-pin-fixed='1'] .dish-birth__pin {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100svh !important;
  min-height: 100svh !important;
  z-index: 1 !important;
}

@keyframes headerBrandSparkLift {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 10px, 0) scale(0.7);
  }
  22% {
    opacity: 0.96;
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, -34px, 0) scale(0.25);
  }
}

.brand-fire-logo--mark::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 54%;
  z-index: 4;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 203, 92, 0.9);
  box-shadow:
    -24px -9px 0 rgba(255, 118, 34, 0.78),
    -6px -17px 0 rgba(255, 225, 142, 0.86),
    18px -12px 0 rgba(255, 125, 38, 0.76),
    30px 1px 0 rgba(255, 181, 76, 0.52);
  opacity: 0;
  filter: drop-shadow(0 0 7px rgba(255, 126, 36, 0.58));
  animation: headerBrandSparkLift 2.2s linear infinite;
}

@media (max-width: 880px) {
  .brand-fire-logo--mark::after {
    animation-duration: 2.45s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-section .gallery-track.is-running {
    animation: none !important;
  }

  .brand-fire-logo--mark::after {
    animation: none !important;
    opacity: 0.34;
  }
}

/* 2026-06-08 sparkmenu1: real header sparks layer and reachable DishBirth menu CTA. */
@keyframes headerBrandSparkDrift {
  0% {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(0.72);
  }
  18%,
  52% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--spark-drift, 0), -34px, 0) scale(0.26);
  }
}

.brand-fire-logo--mark[data-hotfix-header-sparks='1'] {
  overflow: visible !important;
  isolation: isolate;
}

.brand-fire-logo--mark[data-hotfix-header-sparks='1'] img {
  position: relative;
  z-index: 6;
}

.brand-fire-logo--mark[data-hotfix-header-sparks='1'] .brand-fire-flame {
  z-index: 2;
}

.header-brand-sparks {
  display: block !important;
  position: absolute;
  pointer-events: none;
}

.header-brand-glow {
  display: none !important;
}

.header-brand-sparks {
  inset: -22px -28px -16px;
  z-index: 8;
  overflow: visible;
}

.header-brand-sparks i {
  position: absolute;
  left: var(--spark-x, 50%);
  top: var(--spark-y, 64%);
  width: var(--spark-size, 4px);
  height: var(--spark-size, 4px);
  border-radius: 50%;
  opacity: 0;
  background: rgba(255, 209, 112, 0.96);
  box-shadow:
    0 0 7px rgba(255, 143, 44, 0.7),
    0 0 14px rgba(216, 20, 32, 0.38);
  animation: headerBrandSparkDrift var(--spark-duration, 2.8s) ease-out infinite;
  animation-delay: var(--spark-delay, 0s);
  will-change: transform, opacity;
}

@media (max-width: 820px) {
  .dish-birth[data-hotfix-viewport='visible'] .dish-birth__menu-cta {
    position: fixed !important;
    left: calc(8px + env(safe-area-inset-left, 0px)) !important;
    top: calc(96px + env(safe-area-inset-top, 0px)) !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 32 !important;
    max-width: min(82vw, 286px) !important;
    transform: none !important;
  }

  .dish-birth[data-hotfix-viewport='visible'] .dish-birth__menu-cta:hover,
  .dish-birth[data-hotfix-viewport='visible'] .dish-birth__menu-cta:focus-visible,
  .dish-birth[data-hotfix-viewport='visible'] .dish-birth__menu-cta:active {
    transform: none !important;
  }

  .header-brand-sparks {
    inset: -18px -20px -12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-brand-sparks i {
    animation: none !important;
    opacity: 0.36;
  }
}

/* 2026-06-08 cartfix1: online-only payment, stable mobile cart, shared fire CTA. */
@media (prefers-reduced-motion: no-preference) {
  :root:not([data-tab-hidden='1']) .order-section--reel[data-hotfix-viewport='visible'] .order-fire-sparks i,
  :root:not([data-tab-hidden='1']) .order-fire-sparks[data-active='1'] i {
    animation-play-state: running !important;
  }

  :root:not([data-tab-hidden='1']) .gallery-section[data-hotfix-viewport='visible'] .gallery-track,
  :root:not([data-tab-hidden='1']) .gallery-section[data-hotfix-gallery-near='1'] .gallery-track.is-running {
    animation-play-state: running !important;
  }

  :root:not([data-tab-hidden='1']) .gallery-section[data-hotfix-viewport='visible'] .gallery-track--top {
    animation-name: hotfixGalleryMove !important;
    animation-duration: 240s !important;
  }

  :root:not([data-tab-hidden='1']) .gallery-section[data-hotfix-viewport='visible'] .gallery-track--bottom {
    animation-name: hotfixGalleryMoveReverse !important;
    animation-duration: 275s !important;
  }
}

.drawer-payment[data-hotfix-payment='online-only'] .cart-segment__grid,
.drawer-root .drawer.drawer-cart .drawer-payment[data-hotfix-payment='online-only'] .cart-segment__grid {
  grid-template-columns: 1fr !important;
}

.drawer-payment[data-hotfix-payment='online-only'] [hidden],
.drawer-root .drawer.drawer-cart .drawer-payment[data-hotfix-payment='online-only'] [hidden] {
  display: none !important;
}

.drawer-root .drawer.drawer-cart .drawer-head {
  gap: 0 !important;
}

.drawer-root .drawer.drawer-cart .drawer-title {
  border-radius: 10px 0 0 10px !important;
  border-right: 0 !important;
}

.drawer-root .drawer.drawer-cart .drawer-close {
  width: 44px !important;
  min-width: 44px !important;
  min-height: 48px !important;
  height: auto !important;
  margin-left: -1px !important;
  border: 1px solid rgba(224, 166, 75, 0.2) !important;
  border-radius: 0 10px 10px 0 !important;
  background: rgba(20, 16, 12, 0.66) !important;
}

.drawer-root .drawer.drawer-cart .drawer-close svg {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.drawer-root .drawer.drawer-cart .drawer-close:hover svg,
.drawer-root .drawer.drawer-cart .drawer-close:focus-visible svg {
  transform: rotate(90deg) !important;
}

.drawer-root .drawer.drawer-cart .cart-submit {
  min-height: 60px !important;
  height: 60px !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  background: linear-gradient(135deg, #d81420 0%, #ff5b3a 100%) !important;
  color: #fff !important;
  box-shadow:
    0 14px 30px rgba(216, 20, 32, 0.36),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
  font-size: 0.96rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  isolation: isolate !important;
  overflow: hidden !important;
  filter: drop-shadow(0 0 14px rgba(216, 20, 32, 0.45)) !important;
  transition: transform 0.18s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.drawer-root .drawer.drawer-cart .cart-submit .fire-btn-content,
.drawer-root .drawer.drawer-cart .cart-submit__inner {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.drawer-root .drawer.drawer-cart .cart-submit__flame {
  color: #ffd28a !important;
}

@media (hover: hover) {
  .drawer-root .drawer.drawer-cart .cart-submit:hover {
    transform: translateY(-1px) !important;
    box-shadow:
      0 16px 36px rgba(216, 20, 32, 0.46),
      inset 0 0 0 1px rgba(255, 255, 255, 0.12) !important;
  }
}

.drawer-root .drawer.drawer-cart .cart-submit:active {
  transform: translateY(0) !important;
}

.drawer-root .drawer.drawer-cart .cart-submit.is-disabled,
.drawer-root .drawer.drawer-cart .cart-submit[aria-disabled='true'] {
  opacity: 0.72 !important;
}

@media (max-width: 640px) {
  :root[data-cart-drawer-open='1'],
  :root[data-cart-drawer-open='1'] body {
    overflow: hidden !important;
  }

  .drawer-root .drawer.drawer-cart,
  .drawer-root.drawer-left .drawer.drawer-cart,
  .drawer-left .drawer-root .drawer.drawer-cart,
  html.drawer-left .drawer-root .drawer.drawer-cart,
  body.drawer-left .drawer-root .drawer.drawer-cart {
    inset: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.62) !important;
  }

  .drawer-cart .drawer-head {
    position: sticky !important;
    top: 0 !important;
    z-index: 9 !important;
    padding: 12px 14px 10px !important;
    background: linear-gradient(180deg, #1a1410 0%, rgba(26, 20, 16, 0.94) 100%) !important;
  }

  .drawer-cart .drawer-body,
  .drawer-root .drawer.drawer-cart .drawer-foot {
    flex: none !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .drawer-cart .drawer-body {
    padding: 12px 14px 8px !important;
  }

  .drawer-root .drawer.drawer-cart .drawer-foot {
    padding: 12px 14px calc(18px + env(safe-area-inset-bottom, 0px)) !important;
    gap: 10px !important;
  }

  .drawer-cart .drawer-line {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .drawer-cart .drawer-upsell {
    margin: 14px 0 8px !important;
    padding: 14px 0 !important;
    overflow: visible !important;
  }

  .drawer-cart .drawer-upsell__list {
    gap: 8px !important;
  }

  .drawer-cart .drawer-upsell__item {
    grid-template-columns: 52px minmax(0, 1fr) 38px !important;
    min-height: 64px !important;
    gap: 10px !important;
    padding: 8px !important;
  }

  .drawer-cart .drawer-upsell__item img {
    width: 52px !important;
    height: 52px !important;
  }

  .drawer-root .drawer.drawer-cart .cart-submit {
    position: sticky !important;
    bottom: env(safe-area-inset-bottom, 0px) !important;
    z-index: 10 !important;
    min-height: 56px !important;
    height: 56px !important;
  }

  @media (prefers-reduced-motion: no-preference) {
    :root:not([data-tab-hidden='1']) .gallery-section[data-hotfix-viewport='visible'] .gallery-track--top {
      animation-duration: 220s !important;
    }

    :root:not([data-tab-hidden='1']) .gallery-section[data-hotfix-viewport='visible'] .gallery-track--bottom {
      animation-duration: 255s !important;
    }
  }
}

/* Header logo stays clean; hero-video sparks are handled separately above. */
.site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark::before,
.site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark::after {
  display: none !important;
  opacity: 0 !important;
  filter: none !important;
  box-shadow: none !important;
}

.site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark .animated-fire.brand-fire-flame {
  display: block !important;
  opacity: 0.82 !important;
  filter: none !important;
  box-shadow: none !important;
}

.site-header .brand.brand-fire .brand-fire-logo.brand-fire-logo--mark img {
  filter: none !important;
  box-shadow: none !important;
}
/* 2026-06-09 media-pay1: exact cart mark, low-cost cart flame and route-lazy video. */
.cart-brand-icon {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.42));
}

.drawer-cart-cta .cart-brand-icon {
  width: 32px;
  height: 32px;
}

.footer-link .cart-brand-icon {
  width: 22px;
  height: 22px;
}

.header-cart > svg,
.drawer-cart-cta button > svg,
.footer-link[href="#order"] > svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: transparent !important;
  background: url('/assets/cart/cart-icon-128.png') center / contain no-repeat;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.42));
}

.drawer-cart-cta button > svg {
  width: 32px;
  height: 32px;
}

.footer-link[href="#order"] > svg {
  width: 22px;
  height: 22px;
}

.header-cart > svg *,
.drawer-cart-cta button > svg *,
.footer-link[href="#order"] > svg * {
  display: none;
}

.cart-header__icon {
  width: 24px !important;
  height: 24px !important;
  display: grid;
  place-items: center;
  color: var(--gold, #e0a64b);
  filter: drop-shadow(0 2px 6px rgba(216, 20, 32, 0.3));
}

.cart-header__icon > svg {
  display: block;
  width: 18px;
  height: 18px;
}

.cart-empty__medallion [data-cart-empty-fire-host] {
  display: grid;
  place-items: center;
  width: 68px;
  height: 78px;
}

.cart-empty__fire {
  width: 68px !important;
  height: 78px !important;
  filter: drop-shadow(0 0 9px rgba(216, 60, 30, 0.38));
}

.interactive-tools .venue-slider__caption {
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}
