/* ============================================================
   Diwan Cafe - Authentic Yemeni Coffee & Tea
   Master stylesheet (multi-page). Deep red, cream, espresso, gold.
   ============================================================ */

:root {
  --red: #b33028;
  --red-bright: #ca3a3c;
  --red-deep: #7a1f1a;
  --espresso: #2a1712;
  --espresso-deep: #1a0e0a;
  --coffee: #4a2c1d;
  --cream: #f7f1ea;
  --cream-2: #fbf7f1;
  --gold: #c2a25a;
  --gold-bright: #e3c87f;
  --ink: #221817;
  --green: #173b31;
  --platinum: #ece8e3;
  --white: #ffffff;
  --muted: #5c4f4b;

  --shadow: 0 26px 70px rgba(34, 16, 12, 0.22);
  --shadow-soft: 0 16px 44px rgba(34, 16, 12, 0.12);
  --radius: 14px;
  --radius-lg: 22px;
  --max: 1180px;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

img, video, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--white); background: var(--red); }

:where(a, button, [tabindex]):focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 3px;
  border-radius: 6px;
}
.site-header:not(.is-scrolled) a:focus-visible,
.site-header:not(.is-scrolled) .header-cta:focus-visible,
.hero a:focus-visible, .page-hero a:focus-visible,
.video-panel a:focus-visible, .video-panel button:focus-visible,
.site-footer a:focus-visible, .app-band a:focus-visible {
  outline-color: var(--gold-bright);
}

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 300;
  padding: 10px 16px; font-size: 0.78rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.04em;
  color: var(--cream); background: var(--espresso);
  border-radius: var(--radius); box-shadow: 0 10px 28px rgba(26, 14, 10, 0.4);
  transform: translateY(-150%); transition: transform 160ms ease;
}
.skip-link:focus { transform: none; }

/* Scroll progress bar */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  z-index: 120; pointer-events: none;
  background: linear-gradient(90deg, var(--gold-bright), var(--red-bright));
  box-shadow: 0 0 12px rgba(227, 200, 127, 0.6);
}

/* ====================== AMBIENT BACKGROUND ====================== */
.ambient { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.ambient__blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.42; will-change: transform; }
.ambient__blob--red {
  width: 52vw; height: 52vw; top: -10vw; left: -12vw;
  background: radial-gradient(circle, rgba(202, 58, 60, 0.72), rgba(179, 48, 40, 0.22) 45%, transparent 70%);
  animation: blobDrift1 26s ease-in-out infinite alternate;
}
.ambient__blob--gold {
  width: 44vw; height: 44vw; top: 34%; right: -13vw;
  background: radial-gradient(circle, rgba(227, 200, 127, 0.62), rgba(194, 162, 90, 0.24) 45%, transparent 70%);
  animation: blobDrift2 32s ease-in-out infinite alternate;
}
.ambient__blob--amber {
  width: 42vw; height: 42vw; bottom: -11vw; left: 24%;
  background: radial-gradient(circle, rgba(255, 121, 70, 0.32), rgba(202, 58, 60, 0.22) 42%, transparent 72%);
  animation: blobDrift3 30s ease-in-out infinite alternate;
}
.ambient__pattern {
  position: absolute; inset: -10%; opacity: 0.05;
  background-image:
    radial-gradient(circle at 50% 50%, rgba(122, 31, 26, 0.7) 0 2px, transparent 2px),
    repeating-linear-gradient(45deg, rgba(122, 31, 26, 0.35) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(-45deg, rgba(122, 31, 26, 0.35) 0 1px, transparent 1px 22px);
  background-size: 44px 44px, 44px 44px, 44px 44px;
}
.ambient__grain {
  position: absolute; inset: 0; opacity: 0.04;
  background-image: radial-gradient(rgba(0,0,0,0.6) 0.5px, transparent 0.5px);
  background-size: 3px 3px;
}

/* ======================== CURSOR GLOW ======================== */
.cursor-glow {
  position: fixed; top: 0; left: 0; width: 460px; height: 460px;
  margin: -230px 0 0 -230px; border-radius: 50%; z-index: 2;
  pointer-events: none; opacity: 0; mix-blend-mode: screen;
  background: radial-gradient(circle, rgba(227, 200, 127, 0.20), rgba(202, 58, 60, 0.12) 42%, transparent 70%);
  transform: translate3d(-9999px, -9999px, 0);
  transition: opacity 450ms ease; will-change: transform;
}
body.has-glow .cursor-glow { opacity: 1; }

/* =========================== LOADER =========================== */
.loader {
  position: fixed; inset: 0; z-index: 200;
  display: grid; place-items: center;
  background:
    radial-gradient(120% 90% at 50% 30%, rgba(122, 31, 26, 0.55), transparent 62%),
    radial-gradient(80% 60% at 50% 120%, rgba(194, 162, 90, 0.25), transparent 60%),
    var(--espresso-deep);
  color: var(--white);
  transition: transform 900ms cubic-bezier(0.77, 0, 0.18, 1), opacity 500ms ease;
}
.loader.is-hidden { transform: translateY(-102%); opacity: 0; pointer-events: none; }
.loader__pattern {
  position: absolute; inset: 0; opacity: 0.07;
  background-image:
    linear-gradient(45deg, transparent 45%, rgba(255,255,255,0.55) 46%, rgba(255,255,255,0.55) 54%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, rgba(255,255,255,0.35) 46%, rgba(255,255,255,0.35) 54%, transparent 55%);
  background-size: 46px 46px;
}
.loader__inner {
  position: relative; display: grid; justify-items: center; gap: 22px;
  width: min(520px, 88vw); padding: clamp(18px, 4vw, 38px); text-align: center;
}
.loader__logo {
  width: 100%; max-width: 430px; max-height: 58vh;
  height: auto; object-fit: contain;
  padding: 0;
  filter: brightness(0) invert(1) drop-shadow(0 14px 30px rgba(0,0,0,0.5));
  animation: markRise 1100ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.loader__ring {
  width: 40px; height: 40px; border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-top-color: var(--gold-bright);
  animation: spin 900ms linear infinite;
}
.loader p {
  margin: 0; text-transform: uppercase; letter-spacing: 0.26em;
  font-size: 0.7rem; font-weight: 600; color: rgba(255, 255, 255, 0.78);
}

/* =========================== HEADER =========================== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: clamp(14px, 2vw, 28px); width: min(100% - 32px, 1220px); margin: 14px auto 0;
  padding: 13px 20px 13px 22px; color: var(--cream);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(34, 18, 14, 0.54);
  border: 1px solid rgba(227, 200, 127, 0.34);
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 48px rgba(26, 14, 10, 0.34),
    0 0 0 1px rgba(122, 31, 26, 0.08);
  backdrop-filter: blur(20px) saturate(170%);
  -webkit-backdrop-filter: blur(20px) saturate(170%);
  transition: padding 280ms ease, background 280ms ease, color 280ms ease,
    box-shadow 280ms ease, border-color 280ms ease, border-radius 280ms ease;
}
.site-header.is-scrolled {
  padding: 10px 18px 10px 20px; border-radius: 24px; color: var(--espresso);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(251, 247, 241, 0.76)),
    rgba(251, 247, 241, 0.9);
  border-color: rgba(179, 48, 40, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 36px rgba(26, 14, 10, 0.16);
}
/* Inner pages have a light hero background area; keep header readable from load. */
body.inner .site-header {
  color: var(--espresso);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(251, 247, 241, 0.78)),
    rgba(251, 247, 241, 0.9);
  border-color: rgba(179, 48, 40, 0.22);
}
body.inner .site-header .brand__mark { filter: none; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  overflow: visible;
}
.brand__mark {
  width: 88px;
  height: 54px;
  object-fit: contain;
  object-position: center;
  padding: 2px 4px;
  overflow: visible;
  transition: width 280ms ease, height 280ms ease, transform 280ms ease;
}
.site-header.is-scrolled .brand__mark {
  width: 76px;
  height: 46px;
}
.brand__word {
  display: flex; flex-direction: column;
  font-family: var(--display); font-weight: 700; font-size: 1.62rem;
  line-height: 0.82; letter-spacing: 0.01em;
}
.brand__word small {
  font-family: var(--sans); font-weight: 700; font-size: 0.52rem;
  letter-spacing: 0.34em; text-transform: uppercase; opacity: 0.78; margin-top: 3px;
}

.nav-links {
  display: flex; justify-content: center; gap: clamp(6px, 1vw, 12px);
  font-size: 0.82rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
}
.nav-links a {
  position: relative; display: inline-flex; align-items: center;
  min-height: 36px; padding: 8px 12px; border-radius: 999px;
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}
.nav-links a::after {
  position: absolute; left: 16px; right: 16px; bottom: 6px; height: 2px;
  content: ""; background: var(--gold-bright);
  transform: scaleX(0); transform-origin: right; transition: transform 220ms ease;
}
.nav-links a:hover { background: rgba(255, 255, 255, 0.1); }
.nav-links a:hover::after, .nav-links a:focus-visible::after,
.nav-links a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-links a[aria-current="page"] {
  color: var(--espresso);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 8px 22px rgba(194, 162, 90, 0.28);
}
body:not(.inner) .site-header:not(.is-scrolled) .nav-links a[aria-current="page"] { color: var(--espresso); }

.header-cta {
  justify-self: end; display: inline-flex; align-items: center; min-height: 38px;
  padding: 9px 16px; border: 1px solid currentColor; border-radius: 999px;
  font-size: 0.82rem; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase;
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease, transform 120ms ease;
}
.header-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--espresso); box-shadow: 0 8px 22px rgba(194, 162, 90, 0.4); }

.nav-toggle {
  display: none; justify-self: end; width: 44px; height: 40px; padding: 0;
  background: transparent; border: 1px solid currentColor; border-radius: 12px;
  cursor: pointer; place-items: center; color: inherit;
}
.nav-toggle__bar {
  display: block; width: 20px; height: 2px; margin: 2.5px auto;
  background: currentColor; border-radius: 2px;
  transition: transform 240ms ease, opacity 200ms ease;
}
.site-header.nav-open .nav-toggle__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.nav-open .nav-toggle__bar:nth-child(2) { opacity: 0; }
.site-header.nav-open .nav-toggle__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ========================== BUTTONS ========================== */
.button {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 14px 24px; border: 1px solid currentColor; border-radius: 999px;
  font-size: 0.78rem; font-weight: 800; line-height: 1; letter-spacing: 0.04em; text-transform: uppercase;
  transition: transform 180ms ease, background 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
  will-change: transform; cursor: pointer;
}
.button:hover { transform: translateY(-2px); }
.button--gold { color: var(--espresso); background: linear-gradient(135deg, var(--gold-bright), var(--gold)); border-color: transparent; box-shadow: 0 12px 30px rgba(194, 162, 90, 0.4); }
.button--gold:hover { box-shadow: 0 18px 40px rgba(227, 200, 127, 0.55); }
.button--ghost { color: var(--white); background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.45); backdrop-filter: blur(6px); }
.button--ghost:hover { background: rgba(255, 255, 255, 0.18); border-color: var(--gold-bright); }
.button--red { color: var(--white); background: linear-gradient(135deg, var(--red-bright), var(--red)); border-color: transparent; box-shadow: 0 12px 30px rgba(179, 48, 40, 0.34); }
.button--red:hover { box-shadow: 0 18px 44px rgba(202, 58, 60, 0.5); }
.button--outline { color: var(--red); background: rgba(255, 255, 255, 0.5); }
.button--outline:hover { color: var(--white); background: var(--red); border-color: var(--red); box-shadow: 0 14px 32px rgba(179, 48, 40, 0.3); }

/* ============================ HERO ============================ */
.hero {
  position: relative; min-height: 100svh; display: grid; place-items: center;
  padding: 150px 24px 120px; overflow: hidden; text-align: center; color: var(--white); isolation: isolate;
}
.hero__media, .hero__media img, .hero__shade { position: absolute; inset: 0; }
.hero__media { z-index: -2; background: var(--espresso-deep); will-change: transform; }
.hero__media img { width: 100%; height: 120%; top: -10%; object-fit: cover; object-position: center 52%; animation: heroDrift 20s ease-in-out infinite alternate; }
.hero__shade {
  z-index: 1;
  background:
    radial-gradient(120% 90% at 50% 18%, rgba(26, 14, 10, 0.15), rgba(26, 14, 10, 0.72) 78%),
    linear-gradient(0deg, rgba(26, 14, 10, 0.86) 0%, rgba(26, 14, 10, 0.12) 60%),
    linear-gradient(180deg, rgba(26, 14, 10, 0.4) 0%, transparent 30%);
}
.hero__decor { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero__halo {
  position: absolute; top: 30%; left: 50%; width: min(620px, 84vw); height: min(620px, 84vw);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(227, 200, 127, 0.28), rgba(202, 58, 60, 0.12) 45%, transparent 70%);
  filter: blur(12px); animation: haloPulse 9s ease-in-out infinite;
}
.steam { position: absolute; width: 60px; height: 160px; }
.steam--1 { top: 26%; left: 26%; }
.steam--2 { top: 22%; right: 24%; transform: scale(0.8); }
.steam i {
  position: absolute; bottom: 0; left: 50%; width: 14px; height: 14px; margin-left: -7px;
  border-radius: 50%; background: radial-gradient(circle, rgba(255, 248, 235, 0.55), transparent 70%);
  filter: blur(5px); opacity: 0; animation: steamRise 6.5s ease-in infinite;
}
.steam i:nth-child(2) { animation-delay: 2.1s; left: 42%; }
.steam i:nth-child(3) { animation-delay: 4.2s; left: 58%; }

.hero__content { position: relative; z-index: 3; display: grid; justify-items: center; gap: 4px; width: min(760px, 100%); }
.hero__logo {
  width: min(460px, 82vw); margin: 6px auto 10px; padding: clamp(6px, 2vw, 14px);
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.45)); animation: floaty 7s ease-in-out infinite;
}
.hero__logo img { width: 100%; height: auto; max-height: 50vh; object-fit: contain; }
.hero__lede { width: min(620px, 100%); margin: 16px auto 0; font-size: clamp(1.05rem, 1.7vw, 1.28rem); color: rgba(255, 255, 255, 0.92); }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.hero__badge {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 3;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px;
  width: min(720px, calc(100% - 40px)); padding: 12px 22px;
  border: 1px solid rgba(227, 200, 127, 0.4); border-radius: 999px;
  background: rgba(26, 14, 10, 0.4); backdrop-filter: blur(12px);
}
.hero__badge span { display: inline-flex; align-items: center; gap: 9px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; }
.hero__badge span::before { width: 7px; height: 7px; content: ""; background: var(--gold-bright); transform: rotate(45deg); }

/* ===================== INNER PAGE HERO ===================== */
.page-hero {
  position: relative; margin-top: 0; padding: clamp(140px, 18vh, 220px) 24px clamp(56px, 8vw, 96px);
  text-align: center; color: var(--white); overflow: hidden; isolation: isolate;
}
.page-hero__media, .page-hero__media img, .page-hero__shade { position: absolute; inset: 0; }
.page-hero__media { z-index: -2; background: var(--espresso); }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-hero__shade {
  z-index: 1;
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(122, 31, 26, 0.4), transparent 60%),
    linear-gradient(0deg, rgba(26, 14, 10, 0.88), rgba(26, 14, 10, 0.55));
}
.page-hero__inner { position: relative; z-index: 2; display: grid; justify-items: center; gap: 8px; }
.page-hero h1 { font-size: clamp(2.6rem, 7vw, 5rem); line-height: 0.98; }
.page-hero p { max-width: 60ch; margin: 8px 0 0; color: rgba(255, 255, 255, 0.9); font-size: clamp(1rem, 1.6vw, 1.18rem); }
.breadcrumb { display: flex; gap: 8px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-bright); }
.breadcrumb a:hover { text-decoration: underline; }

/* ========================= TYPOGRAPHY ========================= */
.eyebrow {
  position: relative; margin: 0 0 16px; color: var(--red); font-size: 0.76rem;
  font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
}
.eyebrow::after { display: block; width: 34px; height: 2px; margin-top: 8px; content: ""; background: var(--gold); }
.eyebrow--center { display: inline-block; }
.eyebrow--center::after { margin-inline: auto; }
.hero .eyebrow, .video-panel .eyebrow, .page-hero .eyebrow { color: var(--gold-bright); }

h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 700; text-wrap: balance; }
h1 { max-width: 17ch; font-size: clamp(3rem, 7.4vw, 6.2rem); line-height: 0.96; letter-spacing: 0; }
h2 { font-size: clamp(2.7rem, 5.8vw, 5.1rem); line-height: 1; letter-spacing: 0; }
h3 { margin: 0; font-family: var(--display); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.05; }
.shimmer {
  background: linear-gradient(100deg, currentColor 40%, var(--gold-bright) 50%, currentColor 60%);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; animation: shimmer 6s linear infinite;
}

/* ========================== MARQUEE ========================== */
.intro-band {
  overflow: hidden; background: linear-gradient(90deg, var(--red-deep), var(--red), var(--red-deep));
  color: var(--cream); border-block: 1px solid rgba(227, 200, 127, 0.25);
}
.intro-band__track {
  display: flex; width: max-content; gap: 42px; padding: 16px 24px;
  font-family: var(--display); font-size: clamp(1.4rem, 3vw, 2.4rem); font-weight: 700;
  white-space: nowrap; animation: marquee 40s linear infinite;
}
.intro-band__track:hover { animation-play-state: paused; }
.intro-band__track span { display: inline-flex; align-items: center; }
.intro-band__track span::after { display: inline-block; width: 9px; height: 9px; margin-left: 42px; content: ""; background: var(--gold-bright); transform: rotate(45deg); }

/* ====================== SECTION / REVEAL ====================== */
.section { position: relative; width: min(100% - 40px, var(--max)); margin: 0 auto; padding: clamp(72px, 9vw, 124px) 0; }
.section--split { display: grid; grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr); gap: clamp(28px, 5vw, 76px); align-items: start; }
.section__heading { position: sticky; top: 116px; }
.section__heading p:not(.eyebrow), .heritage__copy p, .lounge__content p,
.video-panel__copy p, .visit__main p, .about__body, .section-lead { color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.12rem); }
.section-head { width: min(760px, 100%); margin: 0 auto clamp(36px, 5vw, 56px); text-align: center; }
.section-head .eyebrow { display: inline-block; }
.section-head .eyebrow::after { margin-inline: auto; }

[id] { scroll-margin-top: clamp(92px, 12vh, 120px); }

.reveal { opacity: 1; }
.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity 720ms ease, transform 820ms cubic-bezier(0.16, 1, 0.3, 1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal.drink-card.is-visible {
  transform: var(--tilt-transform, perspective(1050px) rotateY(var(--slide-rot, 0deg)) translateZ(var(--slide-z, 0px)) scale(var(--slide-scale, 1)));
}
.js .reveal.menu-card.is-visible,
.js .reveal[data-tilt].is-visible:not(.drink-card) {
  transform: var(--tilt-transform, perspective(900px) rotateX(0deg) rotateY(0deg));
}
.js .reveal.is-visible[style*="--d"] { transition-delay: var(--d); }

[data-tilt] {
  transform: var(--tilt-transform, perspective(900px) rotateX(0deg) rotateY(0deg));
  transform-style: preserve-3d;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms ease;
}
[data-tilt].is-tilting { transition: transform 90ms linear; }

/* =========================== DRINKS =========================== */
/* Refreshers: tall one-by-one poster carousel */
#drinks.section {
  width: min(100% - 64px, 1600px);
}
#drinks.section--split {
  grid-template-columns: minmax(290px, 0.44fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 66px);
}
#drinks .section__heading {
  transform: translateX(-7%);
}
.drink-grid {
  --drink-x: 0px;
  position: relative;
  overflow: hidden;
  padding: 48px clamp(20px, 3.4vw, 62px) 62px;
  margin: 0 calc(clamp(20px, 3.4vw, 62px) * -1);
  cursor: grab;
  perspective: 1200px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  contain: layout paint;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.drink-grid.is-dragging { cursor: grabbing; }
.drink-grid::before {
  position: absolute; inset: 14% 8% 9%; content: ""; pointer-events: none;
  background:
    radial-gradient(circle at 44% 48%, rgba(226, 65, 51, 0.18), transparent 42%),
    radial-gradient(circle at 64% 36%, rgba(239, 178, 58, 0.18), transparent 44%);
  filter: blur(28px);
}
.drink-track {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: clamp(24px, 2.7vw, 40px);
  width: max-content;
  transform: translate3d(calc(var(--drink-x, 0px) * -1), 0, 0);
  transition: transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  transform-style: preserve-3d;
}
.drink-track.is-jumping {
  transition: none;
}
.drink-grid::-webkit-scrollbar { display: none; width: 0; height: 0; }
.drink-grid::-webkit-scrollbar-track { background: transparent; }
.drink-grid::-webkit-scrollbar-thumb { background: transparent; border-radius: 999px; }
.drink-card {
  --slide-rot: -10deg;
  --slide-z: -42px;
  --slide-scale: 0.86;
  position: relative; flex: 0 0 auto; width: clamp(300px, 24vw, 410px);
  aspect-ratio: 0.58;
  scroll-snap-align: start; overflow: hidden; border-radius: var(--radius-lg);
  background: var(--espresso); box-shadow: 0 26px 70px rgba(34, 16, 12, 0.28); isolation: isolate;
  text-decoration: none; color: var(--white); cursor: pointer;
  opacity: 0.54; filter: saturate(0.9) brightness(0.9);
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 420ms ease, opacity 420ms ease, filter 420ms ease;
  transform: var(--tilt-transform, perspective(1050px) rotateY(var(--slide-rot)) translateZ(var(--slide-z)) scale(var(--slide-scale)));
  transform-style: preserve-3d;
  will-change: transform;
}
.drink-card::after {
  position: absolute; inset: 0; content: ""; z-index: 2; opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(250px circle at var(--hl-x, 50%) var(--hl-y, 50%), rgba(255, 255, 255, 0.28), transparent 58%),
    linear-gradient(130deg, rgba(255, 255, 255, 0.14), transparent 36%);
  transition: opacity 300ms ease;
}
.drink-card img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 300ms ease;
  pointer-events: none;
}
.drink-card.is-active {
  --slide-rot: 0deg;
  --slide-z: 44px;
  --slide-scale: 1.08;
  opacity: 1; filter: saturate(1.12) brightness(1.02);
  box-shadow: 0 52px 120px rgba(34, 16, 12, 0.46);
}
.drink-card.is-before {
  --slide-rot: 12deg;
  --slide-z: -54px;
  --slide-scale: 0.82;
}
.drink-card.is-after {
  --slide-rot: -12deg;
  --slide-z: -54px;
  --slide-scale: 0.82;
}
.drink-card::before { position: absolute; inset: 0 auto 0 0; width: 7px; content: ""; background: var(--accent, var(--gold)); z-index: 3; transition: width 260ms ease; }
.drink-card:hover::before, .drink-card:focus-visible::before { width: 14px; }
.drink-card:hover, .drink-card:focus-visible { opacity: 1; filter: saturate(1.12) brightness(1.02); box-shadow: 0 46px 100px rgba(34, 16, 12, 0.44); }
.drink-card:hover::after, .drink-card:focus-visible::after { opacity: 1; }
.drink-card:hover img, .drink-card:focus-visible img { transform: scale(1.06); filter: saturate(1.08); }
.drink-card__tag {
  position: absolute; left: 18px; bottom: 18px; z-index: 3; padding: 9px 16px;
  font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--espresso); background: rgba(251, 247, 241, 0.92); border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); transition: opacity 280ms ease;
}
.drink-card:hover .drink-card__tag, .drink-card:focus-visible .drink-card__tag { opacity: 0; }
.drink-card__desc {
  position: absolute; inset: 0; z-index: 4; display: flex; flex-direction: column; justify-content: flex-end;
  gap: 8px; padding: 18px; pointer-events: none;
  background: linear-gradient(0deg, rgba(26, 14, 10, 0.95) 6%, rgba(26, 14, 10, 0.5) 48%, rgba(26, 14, 10, 0) 100%);
  opacity: 0; transform: translateY(14px); transition: opacity 360ms ease, transform 360ms ease;
}
.drink-card:hover .drink-card__desc, .drink-card:focus-visible .drink-card__desc { opacity: 1; transform: none; }
.drink-card__desc p { margin: 0; font-size: 0.92rem; line-height: 1.45; color: rgba(255, 255, 255, 0.92); }
.drink-card__cta { display: inline-flex; align-items: center; gap: 7px; margin-top: 4px; font: 800 0.72rem/1 var(--sans); letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-bright); }
.drink-card__cta svg { width: 15px; height: 15px; }

#drinks-title {
  max-width: 8.8ch;
  color: var(--espresso-deep);
  font-size: clamp(3.86rem, 5.42vw, 6.76rem);
  line-height: 0.95;
  text-wrap: balance;
}

/* Drink photo marquee (auto-scroll row) */
.photo-rail { overflow: hidden; padding: 8px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.photo-rail__track { display: flex; width: max-content; gap: 16px; animation: marquee 48s linear infinite; }
.photo-rail:hover .photo-rail__track { animation-play-state: paused; }
.photo-rail__track img { width: 220px; height: 290px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-soft); }

/* ============================ ABOUT ============================ */
.about {
  position: relative; padding: clamp(76px, 9vw, 132px) max(24px, calc((100vw - var(--max)) / 2));
  color: var(--cream); overflow: hidden;
  background:
    radial-gradient(120% 120% at 12% 0%, rgba(122, 31, 26, 0.55), transparent 55%),
    radial-gradient(120% 120% at 100% 100%, rgba(74, 44, 29, 0.6), transparent 55%),
    var(--espresso);
}
.about::before {
  position: absolute; inset: 0; content: ""; pointer-events: none;
  background-image: url("assets/arabic-wordmark-band.png"); background-repeat: repeat-x;
  background-position: center; background-size: auto 200px; opacity: 0.05;
}
.about__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr); gap: clamp(34px, 6vw, 80px); align-items: center; }
.about .eyebrow { color: var(--gold-bright); }
.about__lead { margin: 18px 0 18px; font-size: clamp(1.12rem, 1.7vw, 1.32rem); color: rgba(255, 255, 255, 0.94); }
.about__body { color: rgba(255, 255, 255, 0.74) !important; }
.about__stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.stat-card {
  position: relative; display: grid; gap: 8px; padding: 26px 22px; overflow: hidden;
  border: 1px solid rgba(227, 200, 127, 0.28); border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}
.stat-card::after {
  position: absolute; inset: 0; content: ""; opacity: 0; pointer-events: none;
  background: radial-gradient(160px circle at var(--hl-x, 50%) var(--hl-y, 50%), rgba(227, 200, 127, 0.2), transparent 60%);
  transition: opacity 300ms ease;
}
.stat-card:hover { border-color: rgba(227, 200, 127, 0.6); box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34); }
.stat-card:hover::after { opacity: 1; }
.stat-card__num { font-family: var(--display); font-size: clamp(2.4rem, 4vw, 3.2rem); font-weight: 700; line-height: 1; color: var(--gold-bright); }
.stat-card__num sup { font-size: 0.5em; }
.stat-card__label { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; color: rgba(255, 255, 255, 0.82); }

/* ========================== HERITAGE ========================== */
.heritage {
  position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(34px, 6vw, 92px); align-items: center;
  padding: clamp(70px, 9vw, 128px) max(24px, calc((100vw - var(--max)) / 2));
  background: linear-gradient(90deg, rgba(247, 241, 234, 0.9), rgba(247, 241, 234, 0.97)), var(--platinum);
  overflow: hidden;
}
.heritage::before {
  position: absolute; inset: 0; content: ""; pointer-events: none;
  background-image: url("assets/arabic-wordmark-band.png"); background-repeat: repeat-x;
  background-position: center; background-size: auto 190px; opacity: 0.05;
}
.heritage__art, .heritage__copy { position: relative; }
.heritage__art img { width: min(780px, 100%); height: auto; filter: drop-shadow(0 26px 40px rgba(34, 16, 12, 0.16)); }
.heritage__facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.heritage__facts span { padding: 9px 14px; border: 1px solid rgba(34, 16, 12, 0.16); border-radius: 999px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase; }

/* Ibex (goat) feature */
.ibex-feature {
  position: relative; display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 70px); align-items: center;
  padding: clamp(70px, 9vw, 120px) max(24px, calc((100vw - var(--max)) / 2));
  color: var(--cream); overflow: hidden;
  background: radial-gradient(120% 100% at 0% 50%, rgba(122,31,26,0.5), transparent 60%), var(--espresso-deep);
}
.ibex-feature .eyebrow { color: var(--gold-bright); }
.ibex-feature__art { position: relative; display: grid; place-items: center; }
.ibex-feature__art img { width: min(320px, 70%); height: auto; filter: drop-shadow(0 22px 50px rgba(0,0,0,0.5)); animation: floaty 8s ease-in-out infinite; }
.ibex-feature__art::before {
  content: ""; position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(227,200,127,0.3), transparent 70%); filter: blur(20px);
}
.ibex-feature p { color: rgba(255,255,255,0.82); font-size: clamp(1rem, 1.5vw, 1.16rem); }

/* =========================== LOUNGE =========================== */
.lounge { display: grid; grid-template-columns: minmax(280px, 0.92fr) minmax(280px, 1fr); gap: clamp(28px, 5vw, 74px); align-items: center; }
.lounge__image { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.lounge__image img { width: 100%; height: min(74vh, 720px); object-fit: cover; object-position: center; transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1); }
.lounge__image:hover img { transform: scale(1.04); }
.feature-list { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 28px; color: #463834; }
.feature-list li::before { position: absolute; top: 0.66em; left: 0; width: 10px; height: 10px; content: ""; background: var(--red); transform: rotate(45deg); }

/* ========================= VIDEO PANEL ========================= */
.video-panel { position: relative; min-height: 70vh; display: grid; align-items: end; overflow: hidden; padding: clamp(72px, 9vw, 130px) max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--espresso-deep); }
.video-panel video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.6; }
.video-panel::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(26, 14, 10, 0.82), rgba(26, 14, 10, 0.2)); }
.video-toggle {
  position: absolute; top: clamp(18px, 4vw, 30px); right: max(24px, calc((100vw - var(--max)) / 2)); z-index: 2;
  display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 10px 16px;
  color: var(--white); font-family: var(--sans); font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.04em; text-transform: uppercase; background: rgba(26, 14, 10, 0.55);
  border: 1px solid rgba(227, 200, 127, 0.55); border-radius: 999px; backdrop-filter: blur(10px);
  cursor: pointer; transition: background 200ms ease, border-color 200ms ease;
}
.video-toggle:hover { background: rgba(26, 14, 10, 0.74); border-color: var(--gold-bright); }
.video-toggle__icon { width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 10px; border-color: transparent transparent transparent var(--gold-bright); }
.video-toggle[aria-pressed="true"] .video-toggle__icon {
  width: 10px; height: 12px; border: 0;
  background: linear-gradient(var(--gold-bright), var(--gold-bright)) left / 3px 100% no-repeat, linear-gradient(var(--gold-bright), var(--gold-bright)) right / 3px 100% no-repeat;
}
.video-panel__copy { position: relative; z-index: 1; width: min(720px, 100%); }
.video-panel__copy p { color: rgba(255, 255, 255, 0.88); }

/* ============================ MENU ============================ */
.menu { display: grid; gap: 34px; }
.menu__heading { width: min(780px, 100%); }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.menu-card {
  position: relative; display: grid; min-height: 360px; overflow: hidden;
  border: 1px solid rgba(92, 79, 75, 0.18); border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.6); box-shadow: 0 15px 42px rgba(34, 16, 12, 0.08);
  transition: box-shadow 300ms ease, border-color 300ms ease, transform 420ms cubic-bezier(0.16,1,0.3,1);
  transform: var(--tilt-transform, perspective(900px) rotateX(0deg) rotateY(0deg));
  color: inherit; text-decoration: none;
}
.menu-card::after {
  position: absolute; inset: 0; content: ""; z-index: 1; opacity: 0; pointer-events: none;
  background: radial-gradient(180px circle at var(--hl-x, 50%) var(--hl-y, 50%), rgba(227, 200, 127, 0.22), transparent 60%);
  transition: opacity 300ms ease;
}
.menu-card:hover { box-shadow: 0 28px 64px rgba(34, 16, 12, 0.16); border-color: var(--gold); }
.menu-card:hover::after { opacity: 1; }
.menu-card img { width: 100%; height: 230px; object-fit: cover; transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1); }
.menu-card--refresher img {
  height: clamp(300px, 28vw, 390px);
  object-fit: contain;
  object-position: center;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 221, 158, 0.55), transparent 62%),
    linear-gradient(135deg, rgba(255, 238, 232, 0.92), rgba(255, 250, 238, 0.96));
}
.menu-card:hover img { transform: scale(1.05); }
.menu-card > div { position: relative; z-index: 2; align-self: end; padding: var(--space-4, 24px); }
.menu-card p { margin: 0 0 8px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--red); }
.menu-card h3 { color: var(--green); }
.menu-card span:not(.price) {
  position: absolute; left: 0; right: 0; top: 0; height: 230px; margin: 0;
  display: flex; align-items: flex-end; padding: 18px; z-index: 3; color: #fff;
  background: linear-gradient(0deg, rgba(26, 14, 10, 0.94), rgba(26, 14, 10, 0.35) 58%, rgba(26, 14, 10, 0) 100%);
  opacity: 0; transform: translateY(8px); transition: opacity 320ms ease, transform 320ms ease; pointer-events: none;
}
.menu-card span:not(.price)::after {
  content: "  Order now";
  color: var(--gold-bright);
  font-weight: 800;
  text-transform: uppercase;
}
.menu-card:hover span:not(.price), .menu-card:focus-within span:not(.price) { opacity: 1; transform: none; }
.menu-card--text span:not(.price) {
  position: static; height: auto; margin: 12px 0 0; padding: 0; display: block;
  color: var(--muted); background: none; transform: none; opacity: 0;
}
.menu-card--text:hover span:not(.price), .menu-card--text:focus-within span:not(.price) { opacity: 1; }
.menu-card--text { min-height: 240px; background: linear-gradient(135deg, rgba(179, 48, 40, 0.08), rgba(194, 162, 90, 0.1)), rgba(255, 255, 255, 0.6); }
.menu-card .price { display: inline-block; margin-top: 10px; color: var(--red); font-weight: 800; font-size: 0.95rem; }
.js .menu-card > div > span:not(.price) {
  display: none;
}
.menu-card__hover-desc {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 22px;
  color: var(--white);
  background:
    radial-gradient(300px circle at var(--hl-x, 50%) var(--hl-y, 50%), rgba(227, 200, 127, 0.2), transparent 62%),
    linear-gradient(0deg, rgba(26, 14, 10, 0.96), rgba(26, 14, 10, 0.68) 48%, rgba(26, 14, 10, 0.12));
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 320ms ease, transform 320ms ease;
}
.menu-card__hover-desc p {
  margin: 0;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.96rem;
  line-height: 1.45;
}
.menu-card__hover-desc b {
  color: var(--gold-bright);
  font: 800 0.74rem/1 var(--sans);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.menu-card:hover .menu-card__hover-desc,
.menu-card.is-hovered .menu-card__hover-desc,
.menu-card:focus-visible .menu-card__hover-desc,
.menu-card:focus-within .menu-card__hover-desc {
  opacity: 1;
  transform: none;
}

/* Dessert grid */
.dessert-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.dessert-card { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--cream-2); box-shadow: var(--shadow-soft); }
.dessert-card img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; transition: transform 600ms cubic-bezier(0.16,1,0.3,1); }
.dessert-card:hover { box-shadow: var(--shadow); }
.dessert-card:hover img { transform: scale(1.06); }
.dessert-card figcaption { padding: 14px 16px 18px; }
.dessert-card figcaption b { display: block; font-family: var(--display); font-size: 1.15rem; color: var(--green); }
.dessert-card figcaption span { font-size: 0.82rem; color: var(--muted); }

/* =========================== GALLERY =========================== */
.gallery { display: grid; grid-template-columns: 1.1fr 1.4fr 0.9fr 1fr; gap: 12px; padding: 14px; align-items: start; background: var(--espresso-deep); }
.gallery img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms ease; }
.gallery img:hover { transform: translateY(-6px) scale(1.01); box-shadow: 0 22px 50px rgba(0,0,0,0.4); }
.gallery img:nth-child(2) { aspect-ratio: 3 / 2; }
.gallery img:nth-child(3) { margin-top: clamp(0px, 6vw, 70px); }

/* ===================== APP / ORDER BAND ===================== */
.app-band {
  position: relative; overflow: hidden;
  padding: clamp(70px, 9vw, 120px) max(24px, calc((100vw - var(--max)) / 2));
  color: var(--cream);
  background: radial-gradient(120% 120% at 100% 0%, rgba(122,31,26,0.6), transparent 55%), var(--espresso);
}
.app-band__inner { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(34px, 6vw, 80px); align-items: center; }
.app-band .eyebrow { color: var(--gold-bright); }
.app-band p { color: rgba(255,255,255,0.84); font-size: clamp(1rem, 1.5vw, 1.16rem); }
.app-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; align-items: center; }
.store-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.store-badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px;
  background: #100a08; border: 1px solid rgba(255,255,255,0.18); border-radius: 12px;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.store-badge:hover { transform: translateY(-2px); border-color: var(--gold-bright); box-shadow: 0 12px 26px rgba(0,0,0,0.4); }
.store-badge svg { width: 26px; height: 26px; flex: none; }
.store-badge span { display: flex; flex-direction: column; line-height: 1.1; color: #fff; }
.store-badge span small { font-size: 0.6rem; letter-spacing: 0.06em; opacity: 0.78; text-transform: uppercase; }
.store-badge span b { font-size: 1.02rem; font-weight: 700; }

/* Phone mockup */
.app-mock { position: relative; display: grid; place-items: center; }
.phone {
  position: relative; width: min(280px, 74%); aspect-ratio: 9 / 19; border-radius: 38px;
  background: linear-gradient(160deg, #2c1a14, #120b08); padding: 12px;
  border: 1px solid rgba(227,200,127,0.3); box-shadow: 0 40px 80px rgba(0,0,0,0.5), inset 0 0 0 2px rgba(0,0,0,0.6);
  animation: floaty 8s ease-in-out infinite;
}
.phone::before { content: ""; position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 36%; height: 18px; background: #0a0605; border-radius: 0 0 12px 12px; z-index: 2; }
.phone__screen { width: 100%; height: 100%; border-radius: 28px; overflow: hidden; position: relative; background: var(--red-deep); display: grid; place-items: center; }
.phone__screen img { width: 100%; height: 100%; object-fit: cover; }
.phone__badge {
  position: absolute; left: -14px; bottom: 40px; z-index: 3; padding: 10px 16px; border-radius: 14px;
  background: rgba(251,247,241,0.96); color: var(--espresso); box-shadow: 0 16px 34px rgba(0,0,0,0.4);
  font-weight: 800; font-size: 0.78rem;
}
.phone__badge b { color: var(--red); }

/* ===================== STORE LOCATOR EMBED ===================== */
.locator {
  position: relative; width: 100%; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(227,200,127,0.3); box-shadow: var(--shadow); background: var(--espresso-deep);
}
.locator__frame { position: relative; width: 100%; height: clamp(440px, 60vh, 640px); }
.locator__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ======================== VISIT / HOURS ======================== */
.visit {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 440px); gap: clamp(28px, 5vw, 70px);
  align-items: stretch; padding: clamp(76px, 9vw, 132px) max(24px, calc((100vw - var(--max)) / 2));
  background: radial-gradient(100% 80% at 0% 0%, rgba(194, 162, 90, 0.14), transparent 55%), var(--platinum);
}
.visit__main { align-self: center; }
.visit__main h2 { max-width: 820px; }
.visit__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.visit-card {
  position: relative; overflow: hidden; padding: 32px; border-radius: var(--radius-lg);
  color: var(--cream); background: radial-gradient(120% 100% at 100% 0%, rgba(122, 31, 26, 0.6), transparent 55%), var(--espresso);
  box-shadow: var(--shadow);
}
.visit-card__ibex { position: absolute; right: -26px; bottom: -20px; width: 150px; height: auto; opacity: 0.16; pointer-events: none; }
.visit-card__details { position: relative; font-style: normal; }
.visit-card dl { display: grid; gap: 20px; margin: 0; }
.visit-card dt { margin-bottom: 5px; color: var(--gold-bright); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.visit-card dd { margin: 0; font-size: 1.02rem; }
.visit-card dd a { border-bottom: 1px solid rgba(227, 200, 127, 0.4); }
.hours-row { display: flex; justify-content: space-between; gap: 16px; padding: 3px 0; }
.hours-row span:first-child { color: rgba(255, 255, 255, 0.7); }
.visit-card__map { position: relative; margin-top: 24px; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(227, 200, 127, 0.3); box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35); }
.visit-card__map iframe { display: block; width: 100%; height: 200px; border: 0; filter: saturate(1.05); }

/* Location cards (visit page, two locations) */
.locations { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.location-card {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  border: 1px solid rgba(92,79,75,0.16); background: var(--cream-2); box-shadow: var(--shadow-soft);
  transition: box-shadow 300ms ease, transform 420ms cubic-bezier(0.16,1,0.3,1);
}
.location-card:hover { box-shadow: var(--shadow); }
.location-card__body { padding: 26px 26px 30px; }
.location-card h3 { font-size: 1.7rem; color: var(--espresso); }
.location-card .tag { display: inline-block; margin-bottom: 10px; padding: 5px 12px; border-radius: 999px; background: rgba(179,48,40,0.1); color: var(--red); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.location-card p { margin: 6px 0; color: var(--muted); }
.location-card__map iframe { width: 100%; height: 220px; border: 0; display: block; }
.location-card__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }

/* =========================== FOOTER =========================== */
.site-footer { position: relative; overflow: hidden; padding: 60px 24px 30px; color: var(--cream); background: linear-gradient(180deg, var(--red), var(--red-deep)); }
.footer-pattern { position: absolute; inset: 0; background-image: url("assets/arabic-wordmark-band.png"); background-repeat: repeat-x; background-position: center; background-size: auto 150px; opacity: 0.08; }
.footer__inner { position: relative; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; width: min(100% - 16px, var(--max)); margin: 0 auto; align-items: start; }
.footer__brand img { width: 168px; height: auto; filter: brightness(0) invert(1); }
.footer__brand p { margin: 14px 0 0; max-width: 34ch; color: rgba(255, 255, 255, 0.82); font-size: 0.92rem; }
.footer__store { display: flex; gap: 10px; margin-top: 16px; }
.footer__store .store-badge { padding: 8px 12px; }
.footer__col h3, .footer__nav h3 { margin: 0 0 12px; font-family: var(--sans); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-bright); }
.footer__col p { margin: 0 0 6px; color: rgba(255, 255, 255, 0.88); font-size: 0.94rem; }
.footer__col a, .footer__nav a { border-bottom: 1px solid transparent; transition: border-color 200ms ease; }
.footer__col a:hover, .footer__nav a:hover { border-color: var(--gold-bright); }
.footer__nav { display: grid; gap: 7px; align-content: start; }
.footer__nav a { font-size: 0.94rem; font-weight: 600; }
.footer__legal { position: relative; margin: 40px auto 0; padding-top: 22px; width: min(100% - 16px, var(--max)); border-top: 1px solid rgba(255, 255, 255, 0.16); text-align: center; font-size: 0.8rem; color: rgba(255, 255, 255, 0.78); }

/* ========================= BACK TO TOP ========================= */
.back-to-top {
  position: fixed; bottom: 22px; right: 22px; z-index: 70; display: grid; place-items: center;
  width: 48px; height: 48px; border-radius: 50%; color: var(--espresso);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold)); border: none; cursor: pointer;
  opacity: 0; visibility: hidden; transform: translateY(12px);
  box-shadow: 0 12px 28px rgba(34, 16, 12, 0.3);
  transition: opacity 240ms ease, transform 240ms ease, visibility 240ms, box-shadow 200ms ease;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { box-shadow: 0 16px 36px rgba(227, 200, 127, 0.5); transform: translateY(-2px) scale(1.05); }
.back-to-top:active { transform: scale(0.95); }

/* =========================== KEYFRAMES =========================== */
@keyframes markRise { from { opacity: 0; transform: translateY(18px) scale(0.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes heroDrift { from { transform: scale(1.04) translate3d(-0.6%, 0, 0); } to { transform: scale(1.1) translate3d(1%, -0.8%, 0); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes haloPulse { 0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); } }
@keyframes steamRise { 0% { opacity: 0; transform: translateY(0) scale(0.7); } 18% { opacity: 0.7; } 60% { opacity: 0.35; } 100% { opacity: 0; transform: translateY(-130px) scale(1.5); } }
@keyframes blobDrift1 { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(6vw, 4vw, 0) scale(1.12); } }
@keyframes blobDrift2 { from { transform: translate3d(0, 0, 0) scale(1.05); } to { transform: translate3d(-5vw, -3vw, 0) scale(1); } }
@keyframes blobDrift3 { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(-4vw, -5vw, 0) scale(1.1); } }
@keyframes shimmer { from { background-position: 200% center; } to { background-position: -200% center; } }

/* ===================== COMMUNITY / INSTAGRAM ===================== */
.community { width: min(100% - 40px, var(--max)); margin: 0 auto; padding: clamp(64px, 8vw, 120px) 0; }
.community__inner {
  display: grid; grid-template-columns: 1fr minmax(340px, 580px);
  gap: clamp(32px, 5vw, 72px); align-items: center;
}
.community__copy { max-width: 46ch; }
.community__copy h2 { margin-bottom: 18px; }
.community__copy p { color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.12rem); margin: 0 0 28px; }
.community__embed { display: flex; justify-content: center; min-width: 0; }
.community__frame {
  position: relative; width: 100%; max-width: 500px; padding: 14px;
  border-radius: var(--radius-lg);
  background: linear-gradient(150deg, rgba(227, 200, 127, 0.26), rgba(179, 48, 40, 0.14));
  border: 1px solid rgba(227, 200, 127, 0.34);
  box-shadow: var(--shadow);
}
.community__frame .instagram-media { margin: 0 auto !important; border-radius: var(--radius) !important; }
@media (max-width: 880px) {
  .community__inner { grid-template-columns: 1fr; justify-items: center; }
  .community__copy { max-width: none; text-align: center; }
  .community__copy .eyebrow::after, .community__copy .eyebrow::before { margin-left: auto; margin-right: auto; }
}

/* ========================== RESPONSIVE ========================== */
@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 1fr auto; gap: 12px; }
  .nav-toggle { display: grid; }
  .header-cta { display: none; }
  .nav-links {
    position: absolute; top: calc(100% + 10px); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 4px; padding: 12px;
    border-radius: var(--radius-lg); background: rgba(26, 14, 10, 0.92);
    border: 1px solid rgba(227, 200, 127, 0.28); backdrop-filter: blur(18px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.4); color: var(--cream);
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity 240ms ease, transform 240ms ease, visibility 240ms;
  }
  .site-header.is-scrolled .nav-links, body.inner .site-header .nav-links { color: var(--cream); }
  .site-header.nav-open .nav-links { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { min-height: 48px; padding: 10px 12px; justify-content: flex-start; border-radius: 10px; }
  .nav-links a:hover { background: rgba(255, 255, 255, 0.08); }
  .nav-links a::after { display: none; }
  .nav-links a[aria-current="page"] { color: var(--gold-bright); }

  .section--split, .about__inner, .heritage, .lounge, .visit, .app-band__inner, .ibex-feature { grid-template-columns: 1fr; }
  #drinks.section--split { grid-template-columns: 1fr; }
  #drinks.section { width: min(100% - 32px, var(--max)); }
  #drinks .section__heading { transform: none; }
  .drink-grid { padding: 34px 18px 50px; margin: 0 -18px; }
  .drink-track { gap: 22px; }
  .drink-card { width: clamp(250px, 60vw, 330px); }
  .ibex-feature__art { order: -1; }
  .section__heading { position: static; }
  .about__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dessert-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .locations { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery img, .gallery img:nth-child(2) { aspect-ratio: 4 / 3; }
  .gallery img:nth-child(3) { margin-top: 0; }
}

@media (min-width: 761px) and (max-width: 980px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px 14px 10px 16px;
  }
  .brand { gap: 10px; }
  .brand__mark { width: 70px; height: 44px; padding: 1px 2px; }
  .brand__word { font-size: 1.32rem; }
  .brand__word small { font-size: 0.44rem; letter-spacing: 0.27em; }
  .nav-toggle { display: none; }
  .header-cta {
    display: inline-flex;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.7rem;
    letter-spacing: 0.025em;
  }
  .nav-links {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    opacity: 1;
    visibility: visible;
    transform: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .site-header.is-scrolled .nav-links,
  body.inner .site-header .nav-links { color: inherit; }
  .nav-links a {
    min-height: 34px;
    justify-content: center;
    padding: 7px 8px;
    border-radius: 999px;
    font-size: 0.68rem;
    letter-spacing: 0.03em;
  }
  .nav-links a::after {
    display: block;
    left: 12px;
    right: 12px;
    bottom: 5px;
  }
  .nav-links a[aria-current="page"] { color: var(--espresso); }
}

@media (max-width: 700px) {
  body { font-size: 15px; }
  .site-header { width: calc(100% - 24px); margin-top: 12px; padding: 8px 10px 8px 12px; }
  .brand__mark { width: 64px; height: 42px; }
  .brand__word { font-size: 1.24rem; }
  .hero { min-height: 100svh; padding: 124px 20px 110px; }
  .hero__logo { width: min(320px, 82vw); }
  .hero__logo img { max-height: 38vh; }
  .hero__badge { gap: 6px 16px; padding: 10px 16px; }
  .hero__badge span { font-size: 0.66rem; }
  .steam { display: none; }
  .page-hero { padding-top: 120px; }
  h1 { font-size: clamp(2.2rem, 9vw, 3.2rem); }
  h2 { font-size: clamp(2.1rem, 9vw, 3.2rem); }
  .section { width: min(100% - 32px, var(--max)); padding: 70px 0; }
  #drinks .section__heading p:not(.eyebrow) { max-width: 34ch; }
  .menu-grid, .gallery, .about__stats, .dessert-grid { grid-template-columns: 1fr; }
  .drink-card { width: min(70vw, 300px); }
  .dessert-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer__inner { grid-template-columns: 1fr; gap: 24px; }
  .about, .heritage, .video-panel, .visit, .app-band, .ibex-feature { padding-left: 20px; padding-right: 20px; }
  .lounge__image img { height: 460px; }
  .video-toggle { right: 20px; }
  .gallery { padding: 10px; }
  .gallery img, .gallery img:nth-child(2), .gallery img:nth-child(3) { aspect-ratio: 4 / 3; margin-top: 0; }
  .visit-card__map iframe { height: 180px; }
  .locator__frame { height: 70vh; }
}

/* ===================== REDUCED MOTION ===================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 1ms !important; animation-iteration-count: 1 !important; transition-duration: 1ms !important; }
  .intro-band__track, .photo-rail__track, .hero__media img, .ambient__blob, .hero__halo,
  .hero__logo, .steam i, .ibex-feature__art img, .phone, .loader__ring, .shimmer {
    animation: none !important; transform: none !important;
  }
  .shimmer { -webkit-text-fill-color: currentColor; }
  .steam, .cursor-glow, .scroll-progress { display: none; }
  .video-panel video { display: none; }
  .video-panel { background: var(--espresso-deep) url("assets/schafer-wide.jpg") center / cover no-repeat; }
  .video-toggle { display: none; }
  .loader { display: none; }
  .reveal, .js .reveal { opacity: 1 !important; transform: none !important; }
  [data-tilt] { transform: none !important; }
  .drink-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .drink-track { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); width: 100%; transform: none !important; transition: none !important; }
  .drink-card { width: auto; transform: none !important; }
  .drink-card--clone { display: none; }
}

/* =========================== PRINT =========================== */
@media print {
  body { background: var(--white); color: var(--ink); }
  .ambient, .cursor-glow, .loader, .skip-link, .scroll-progress, .intro-band, .photo-rail,
  .hero__media, .hero__decor, .hero__badge, .video-panel video, .video-toggle,
  .footer-pattern, .gallery, .back-to-top, .visit-card__map, .locator, .phone { display: none !important; }
  .site-header { position: static; width: auto; margin: 0; color: var(--ink); background: none; border: none; backdrop-filter: none; box-shadow: none; }
  .hero, .video-panel, .about, .app-band, .ibex-feature, .visit-card { color: var(--ink); background: none; }
  .hero__logo img { filter: none; }
  .reveal, .js .reveal { opacity: 1 !important; transform: none !important; }
}

/* ===================== Floating refreshers (home) ===================== */
/* Refreshers became a scrollable carousel - floating animation retired. */
.drink-card--float { animation: none; }

/* ===================== Cropped Instagram reel (video only) ===================== */
.community__frame { padding: 0; overflow: hidden; aspect-ratio: 9 / 16; max-width: 520px; margin: 0 auto; background: #000; border: 2px solid rgba(227, 200, 127, 0.45); }
/* Scale the embed up so the reel fills the frame and the IG header/footer + side
   pillarbox bars are cropped out. Tune scale (zoom) and the 2nd transform-origin % (vertical center) if needed. */
.community__frame .instagram-media { margin: 0 auto !important; width: 100% !important; min-width: 0 !important; border-radius: 0 !important; box-shadow: none !important; transform: scale(2.02); transform-origin: 50% 34%; }

/* ===================== Visit: single location ===================== */
.locations--single { grid-template-columns: minmax(0, 660px); justify-content: center; }

/* ===================== Legal / privacy page ===================== */
.legal { width: min(100% - 40px, 820px); margin: 0 auto; padding: clamp(48px, 7vw, 88px) 0; }
.legal h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 42px 0 12px; }
.legal h2:first-of-type { margin-top: 0; }
.legal p, .legal li { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.legal ul { padding-left: 22px; margin: 10px 0; }
.legal li { margin-bottom: 6px; }
.legal a { color: var(--red); text-decoration: underline; text-underline-offset: 2px; }
.legal__updated { color: var(--muted); font-size: 0.85rem; font-style: italic; }

/* ===================== Franchise application ===================== */
.franchise-intro {
  width: min(100% - 40px, var(--max)); margin: 0 auto; padding: clamp(52px, 7vw, 92px) 0 clamp(28px, 4vw, 52px);
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr); gap: clamp(28px, 5vw, 72px); align-items: center;
}
.franchise-intro__copy h2 { max-width: 760px; font-size: clamp(2.6rem, 6vw, 5.6rem); line-height: 0.95; margin: 12px 0 22px; }
.franchise-intro__copy p:not(.eyebrow) { max-width: 780px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.08rem); line-height: 1.85; }
.franchise-intro__card {
  position: relative; overflow: hidden; min-height: 360px; padding: clamp(28px, 4vw, 42px);
  display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--cream); border-radius: var(--radius-lg); border: 1px solid rgba(227, 200, 127, 0.34);
  background:
    linear-gradient(160deg, rgba(179, 48, 40, 0.92), rgba(51, 24, 18, 0.96)),
    radial-gradient(circle at 22% 18%, rgba(227, 200, 127, 0.24), transparent 30%),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 16px);
  box-shadow: var(--shadow);
}
.franchise-intro__card::before {
  content: ""; position: absolute; inset: -40% -20% auto auto; width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 200, 127, 0.46), transparent 66%); filter: blur(4px);
}
.franchise-intro__card span { position: relative; font: 800 0.84rem/1 var(--sans); letter-spacing: 0.2em; color: var(--gold-bright); }
.franchise-intro__card h3 { position: relative; margin: 14px 0 12px; font-size: clamp(1.9rem, 3vw, 3.1rem); line-height: 0.98; }
.franchise-intro__card p { position: relative; margin: 0; color: rgba(255, 255, 255, 0.78); line-height: 1.7; }

.franchise-form-section {
  width: min(100% - 40px, 980px); margin: 0 auto; padding: clamp(38px, 6vw, 78px) 0 clamp(62px, 9vw, 104px);
}
.franchise-form {
  position: relative; display: grid; gap: 18px; margin: clamp(26px, 4vw, 44px) auto 0; padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(179, 48, 40, 0.18); border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(251, 247, 241, 0.95)),
    radial-gradient(circle at 16% 0%, rgba(227, 200, 127, 0.2), transparent 34%);
  box-shadow: 0 24px 70px rgba(40, 18, 14, 0.12);
}
.franchise-form::before {
  content: ""; position: absolute; inset: 12px; z-index: -1; border-radius: inherit;
  box-shadow: 0 0 80px rgba(179, 48, 40, 0.12), 0 0 90px rgba(227, 200, 127, 0.16);
}
.franchise-form__trap { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-grid { display: grid; gap: 18px; }
.form-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.franchise-form label {
  display: grid; gap: 8px;
  font: 800 0.68rem/1 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--espresso-deep);
}
.franchise-form label span { color: var(--red); }
.franchise-form input,
.franchise-form select,
.franchise-form textarea {
  width: 100%; min-height: 46px; padding: 12px 14px; border-radius: 8px;
  border: 1px solid rgba(40, 18, 14, 0.2); background: rgba(255, 255, 255, 0.78);
  color: var(--espresso); font: 500 0.95rem/1.35 var(--sans); letter-spacing: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.franchise-form textarea { resize: vertical; min-height: 124px; }
.franchise-form input[type="file"] { padding: 10px 12px; background: rgba(255, 255, 255, 0.58); }
.franchise-form input:focus,
.franchise-form select:focus,
.franchise-form textarea:focus {
  outline: none; border-color: var(--red); background: var(--white); box-shadow: 0 0 0 4px rgba(179, 48, 40, 0.12);
}
.franchise-form__submit {
  min-height: 52px; margin-top: 8px; border: 0; border-radius: 999px; cursor: pointer;
  color: var(--espresso); background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  font: 900 0.78rem/1 var(--sans); letter-spacing: 0.08em; text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(194, 162, 90, 0.32); transition: transform 180ms ease, box-shadow 220ms ease, filter 220ms ease;
}
.franchise-form__submit:hover,
.franchise-form__submit:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(194, 162, 90, 0.42); filter: saturate(1.06); }
.franchise-disclaimer {
  width: min(100%, 860px); margin: clamp(26px, 4vw, 42px) auto 0;
  color: var(--muted); font-size: 0.82rem; line-height: 1.8; text-align: center;
}
@media (max-width: 860px) {
  .franchise-intro { grid-template-columns: 1fr; }
  .franchise-intro__card { min-height: 260px; }
}
@media (max-width: 620px) {
  .form-grid--two { grid-template-columns: 1fr; }
  .franchise-form { padding: 22px; }
}

/* ===================== Cookie consent bar ===================== */
.cookie-bar {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 250;
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px;
  max-width: 780px; margin: 0 auto; padding: 16px 20px;
  color: var(--cream); background: rgba(26, 14, 10, 0.93);
  border: 1px solid rgba(227, 200, 127, 0.34); border-radius: var(--radius-lg);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42); backdrop-filter: blur(14px);
  transform: translateY(180%); transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}
.cookie-bar.is-in { transform: none; }
.cookie-bar p { margin: 0; flex: 1 1 280px; font-size: 0.86rem; line-height: 1.55; color: rgba(255, 255, 255, 0.86); }
.cookie-bar a { color: var(--gold-bright); text-decoration: underline; }
.cookie-bar__actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-bar button {
  min-height: 42px; padding: 10px 20px; cursor: pointer; border: 1px solid transparent;
  font: 800 0.72rem/1 var(--sans); letter-spacing: 0.05em; text-transform: uppercase; border-radius: 999px;
}
.cookie-bar .c-accept { color: var(--espresso); background: var(--gold-bright); }
.cookie-bar .c-accept:hover { background: var(--gold); }
.cookie-bar .c-decline { color: var(--cream); background: transparent; border-color: rgba(227, 200, 127, 0.5); }

/* Loader: only on the first homepage view, never on inner pages */
body.inner .loader { display: none !important; }

/* Keep heavy motion off for reduced-motion users (must stay last) */
@media (prefers-reduced-motion: reduce) {
  .drink-card--float { animation: none !important; transform: none !important; }
  .cookie-bar { transition: none !important; }
}

/* ===================== Shoppable images (click to order) ===================== */
.is-shoppable { cursor: pointer; }
.menu-card { cursor: pointer; }
.menu-card__order {
  position: absolute; top: 14px; right: 14px; left: auto; bottom: auto; z-index: 6; width: auto; height: auto; padding: 7px 14px;
  display: inline-flex; align-items: center; justify-content: center;
  font: 800 0.64rem/1 var(--sans); letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--espresso); background: var(--gold-bright); border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22); pointer-events: none;
  opacity: 0; transform: translateY(-8px); transition: opacity 280ms ease, transform 280ms ease;
}
.menu-card:hover .menu-card__order,
.menu-card.is-hovered .menu-card__order,
.menu-card:focus-visible .menu-card__order {
  opacity: 1;
  transform: none;
}
.photo-rail__track img { cursor: pointer; transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms ease; }
.photo-rail__track img:hover { transform: translateY(-6px) scale(1.03); box-shadow: var(--shadow); }

@media (prefers-reduced-motion: reduce) {
  .menu-card:hover, .menu-card:focus-visible,
  .drink-card:hover, .drink-card:focus-visible { transform: none !important; }
}

/* Snappy transition while a card is actively being tilted by the cursor */
.drink-card.is-tilting, .menu-card.is-tilting { transition: transform 100ms linear, box-shadow 420ms ease; }
.drink-card, .menu-card { transform-style: preserve-3d; }
.drink-card:not(.is-tilting):hover,
.drink-card:not(.is-tilting):focus-visible {
  transform: translateY(-10px) scale(1.015);
}
.js .reveal.drink-card.is-visible:not(.is-tilting):hover,
.js .reveal.drink-card.is-visible:not(.is-tilting):focus-visible {
  transform: perspective(1050px) rotateY(var(--slide-rot, 0deg)) translateZ(54px) scale(1.08);
}
.menu-card:not(.is-tilting):hover,
.menu-card:not(.is-tilting):focus-visible {
  transform: translateY(-7px);
}
.js .reveal.menu-card.is-visible:not(.is-tilting):hover,
.js .reveal.menu-card.is-visible:not(.is-tilting):focus-visible {
  transform: perspective(900px) translateY(-7px) rotateX(0deg) rotateY(0deg);
}

/* ============================================================
   PRICED MENU LIST  (menu.html sections built from the 4 screens)
   ============================================================ */
.menu-jump {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  margin: 26px auto 0; max-width: 640px;
}
.menu-jump a {
  padding: 8px 16px; font: 700 0.78rem/1 var(--sans);
  letter-spacing: 0.04em; color: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 999px;
  background: rgba(255, 255, 255, 0.08); transition: background 240ms ease, border-color 240ms ease, transform 240ms ease;
}
.menu-jump a:hover, .menu-jump a:focus-visible { background: rgba(255, 255, 255, 0.2); border-color: var(--gold-bright); transform: translateY(-2px); }

.menu-section .section-head { margin-bottom: 8px; }

/* size + modifiers strip */
.size-strip {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px;
  margin: clamp(16px, 2.4vw, 26px) 0 0; padding: 15px clamp(18px, 2.6vw, 26px);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(179, 48, 40, 0.07), rgba(194, 162, 90, 0.09));
  border: 1px solid rgba(179, 48, 40, 0.16);
}
.size-strip + .size-strip { margin-top: 12px; }
.size-strip--soft { background: rgba(255, 255, 255, 0.5); }
.size-strip__label {
  font: 800 0.76rem/1 var(--sans); letter-spacing: 0.12em; text-transform: uppercase; color: var(--red);
}
.size-strip__item { display: inline-flex; align-items: baseline; gap: 8px; }
.size-strip__oz { font-weight: 700; color: var(--espresso-deep); }
.size-strip__price { font-weight: 800; color: var(--red); }
.size-strip__sep { width: 1px; height: 20px; background: rgba(40, 18, 14, 0.16); }
.size-strip__note { margin-left: auto; font-size: 0.92rem; color: var(--muted); }
.size-strip__note b { color: var(--red); font-weight: 800; }
.size-strip__note .size-strip__label { margin-right: 4px; }
@media (max-width: 560px) { .size-strip__note { margin-left: 0; width: 100%; } }

/* body: optional side figure + columns */
.menu-body { margin-top: clamp(22px, 3vw, 36px); }
.menu-body--figure {
  display: grid; grid-template-columns: minmax(0, 1fr) clamp(210px, 25%, 320px);
  gap: clamp(28px, 4vw, 60px); align-items: start;
}
@media (max-width: 900px) { .menu-body--figure { grid-template-columns: 1fr; } }

.menu-figure { margin: 0; position: sticky; top: 104px; text-align: center; }
.menu-figure img { width: 100%; max-width: 340px; height: auto; margin: 0 auto; filter: drop-shadow(0 26px 46px rgba(40, 18, 14, 0.24)); }
.menu-figure figcaption {
  margin-top: 14px; font: 700 0.76rem/1.3 var(--sans);
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
}
@media (max-width: 900px) {
  .menu-figure { position: static; order: -1; }
  .menu-figure img { max-width: 240px; }
}

.menu-cols { display: grid; gap: clamp(28px, 3vw, 42px); }
.menu-group { break-inside: avoid; }
.menu-group__title {
  display: flex; align-items: center; gap: 14px; margin: 0 0 14px;
  font: 800 0.84rem/1 var(--sans); letter-spacing: 0.14em; text-transform: uppercase; color: var(--red);
}
.menu-group__title::after {
  content: ""; flex: 1; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, rgba(179, 48, 40, 0.45), rgba(179, 48, 40, 0));
}

.menu-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 44px;
}
@media (max-width: 640px) { .menu-list { grid-template-columns: 1fr; } }

.menu-item { padding: 11px 0; border-bottom: 1px solid rgba(40, 18, 14, 0.08); }
.menu-item__row { display: flex; align-items: baseline; gap: 8px; }
.menu-item__name { font: 700 1.03rem/1.25 var(--sans); color: var(--espresso-deep); }
.menu-item__dots { flex: 1; min-width: 16px; align-self: stretch; border-bottom: 1px dotted rgba(40, 18, 14, 0.28); transform: translateY(-5px); }
.menu-item__price { font: 800 0.98rem/1 var(--sans); color: var(--red); white-space: nowrap; }
.menu-item__desc { margin: 4px 0 0; font-size: 0.9rem; line-height: 1.42; color: var(--muted); }
.menu-item--star .menu-item__name::before {
  content: "\2605"; margin-right: 8px; color: var(--gold); font-size: 0.86em; vertical-align: 1px;
}

.menu-note {
  margin: 14px 0 0; padding-left: 14px; border-left: 3px solid rgba(179, 48, 40, 0.4);
  font-size: 0.86rem; line-height: 1.5; color: var(--muted); font-style: italic;
}

.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.chip {
  padding: 8px 14px; border: 1px solid rgba(179, 48, 40, 0.26); border-radius: 999px;
  font: 700 0.8rem/1 var(--sans); color: var(--espresso-deep); background: rgba(255, 255, 255, 0.6);
}
.chip b { color: var(--red); font-weight: 800; }

/* Static refresher grid (menu.html, always shows all four) */
.refresher-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.8vw, 22px); margin: clamp(20px, 3vw, 30px) 0 clamp(30px, 4vw, 44px);
}
.refresher-card {
  position: relative; display: block; margin: 0; aspect-ratio: 0.62; overflow: hidden;
  border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft);
  color: inherit; cursor: pointer; text-decoration: none;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 420ms ease;
}
.refresher-card::before {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; z-index: 2;
  background: var(--accent, var(--red));
}
.refresher-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; transform: scale(1.01); transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1), filter 320ms ease; }
.refresher-card:hover,
.refresher-card:focus-visible { transform: translateY(-6px); box-shadow: var(--shadow); }
.refresher-card:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; }
.refresher-card:hover img,
.refresher-card:focus-visible img { transform: scale(1.055); filter: saturate(1.08); }
.refresher-card__tag {
  position: absolute; left: 14px; bottom: 14px; z-index: 3; padding: 8px 13px;
  font: 800 0.74rem/1.1 var(--sans); letter-spacing: 0.02em; color: var(--espresso);
  background: rgba(251, 247, 241, 0.94); border-radius: 999px; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.refresher-card__order {
  position: absolute; top: 14px; right: 14px; z-index: 3; padding: 8px 12px;
  font: 800 0.68rem/1 var(--sans); letter-spacing: 0.04em; text-transform: uppercase; color: var(--white);
  background: rgba(34, 16, 12, 0.72); border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 999px;
  opacity: 0; transform: translateY(-6px); transition: opacity 240ms ease, transform 240ms ease;
}
.refresher-card:hover .refresher-card__order,
.refresher-card:focus-visible .refresher-card__order { opacity: 1; transform: none; }
@media (max-width: 760px) { .refresher-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 380px) { .refresher-grid { grid-template-columns: 1fr; } }

/* ============================================================
   SEARCHABLE PHOTO MENU + FULL MENU BOARDS
   ============================================================ */
.menu-explorer {
  width: min(100% - 24px, 1240px);
  margin-top: clamp(28px, 5vw, 64px);
  padding: clamp(34px, 5vw, 72px);
  overflow: hidden;
  color: var(--white);
  border: 1px solid rgba(227, 200, 127, 0.3);
  border-radius: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 88% 0%, rgba(202, 58, 60, 0.36), transparent 36%),
    radial-gradient(circle at 6% 100%, rgba(194, 162, 90, 0.2), transparent 34%),
    linear-gradient(145deg, #1d0e0a, #351613 52%, #240f0c);
  box-shadow: 0 34px 90px rgba(34, 16, 12, 0.3);
}
.menu-explorer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  background-image: linear-gradient(135deg, transparent 46%, rgba(255,255,255,0.18) 49%, transparent 52%);
  background-size: 44px 44px;
}
.menu-explorer > * { position: relative; z-index: 1; }
.menu-explorer__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}
.menu-explorer__intro > div { max-width: 760px; }
.menu-explorer__intro h2 { margin: 2px 0 12px; color: inherit; }
.menu-explorer__intro .section-lead { margin: 0; }
.menu-explorer .section-lead { color: rgba(255, 255, 255, 0.74); }
.menu-explorer .button--outline {
  flex: none;
  color: var(--espresso-deep);
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
}
.menu-explorer .button--outline:hover { color: var(--white); background: var(--red); }

.menu-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 22px;
  align-items: end;
  margin-top: clamp(30px, 4vw, 46px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
}
.menu-search { display: grid; gap: 7px; }
.menu-search > span:first-child {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-bright);
}
.menu-search__field { position: relative; display: block; }
.menu-search__field svg {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 19px;
  height: 19px;
  color: var(--red);
  transform: translateY(-50%);
  pointer-events: none;
}
.menu-search input {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px 11px 44px;
  color: var(--espresso-deep);
  border: 1px solid transparent;
  border-radius: 13px;
  background: rgba(255,255,255,0.96);
  font: 600 0.88rem/1.3 var(--sans);
}
.menu-search input::placeholder { color: #786966; }
.menu-search input:focus { outline: 3px solid var(--gold-bright); outline-offset: 2px; }
.menu-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.menu-filters button {
  min-height: 42px;
  padding: 9px 13px;
  cursor: pointer;
  color: rgba(255,255,255,0.82);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  font: 800 0.7rem/1 var(--sans);
  letter-spacing: 0.035em;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.menu-filters button:hover { transform: translateY(-1px); border-color: rgba(227,200,127,0.7); }
.menu-filters button[aria-pressed="true"] {
  color: var(--espresso-deep);
  border-color: transparent;
  background: var(--gold-bright);
}
.menu-catalog__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 22px 2px 14px;
  color: rgba(255,255,255,0.62);
  font-size: 0.78rem;
}
.menu-catalog__meta p { margin: 0; }
.menu-catalog__meta p:first-child { color: var(--gold-bright); font-weight: 800; }

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.catalog-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background: var(--cream-2);
  box-shadow: 0 16px 34px rgba(0,0,0,0.22);
  transform-style: preserve-3d;
  transition: transform 300ms cubic-bezier(0.16,1,0.3,1), box-shadow 300ms ease, border-color 300ms ease;
}
.catalog-card[hidden] { display: none !important; }
.catalog-card:hover,
.catalog-card:focus-visible { border-color: var(--gold-bright); box-shadow: 0 24px 50px rgba(0,0,0,0.34); }
.catalog-card.is-tilting { transform: var(--tilt-transform); }
.catalog-card__media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #e8dfd7; }
.catalog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 520ms cubic-bezier(0.16,1,0.3,1), filter 300ms ease; }
.catalog-card:hover .catalog-card__media img { transform: scale(1.045); filter: saturate(1.04); }
.catalog-card__group {
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: calc(100% - 20px);
  padding: 6px 9px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(34,16,12,0.78);
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
  font: 800 0.58rem/1 var(--sans);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-card__body { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.catalog-card__category {
  margin-bottom: 5px;
  color: var(--red);
  font: 800 0.6rem/1.2 var(--sans);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.catalog-card__body > strong { color: var(--green); font: 700 clamp(1.12rem, 1.6vw, 1.38rem)/1.02 var(--display); }
.catalog-card__description { margin-top: 7px; color: var(--muted); font-size: 0.76rem; line-height: 1.42; }
.catalog-card__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  font-size: 0.68rem;
  line-height: 1.3;
}
.catalog-card__footer b { max-width: 68%; color: var(--red); }
.catalog-card__footer > span { flex: none; color: var(--green); font-weight: 800; }
.menu-catalog__more { display: flex; justify-content: center; margin-top: 24px; }
.menu-empty { margin: 30px 0 0; padding: 22px; text-align: center; color: rgba(255,255,255,0.78); border: 1px dashed rgba(227,200,127,0.36); border-radius: var(--radius); }

.refresher-grid--energy { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 24px; }

.menu-boards { width: min(100% - 24px, 1240px); }
.menu-boards .menu-explorer__intro { margin-bottom: clamp(28px, 4vw, 46px); }
.menu-board-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.menu-board-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(179,48,40,0.14);
  border-radius: var(--radius-lg);
  background: #f4dddd;
  box-shadow: var(--shadow-soft);
  transition: transform 300ms cubic-bezier(0.16,1,0.3,1), box-shadow 300ms ease;
}
.menu-board-card:hover,
.menu-board-card:focus-visible { transform: translateY(-7px); box-shadow: var(--shadow); }
.menu-board-card img { width: 100%; aspect-ratio: 0.72; object-fit: cover; object-position: center top; transition: transform 560ms cubic-bezier(0.16,1,0.3,1); }
.menu-board-card:hover img { transform: scale(1.025); }
.menu-board-card > span {
  position: absolute;
  inset: auto 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 13px;
  background: rgba(34,16,12,0.84);
  backdrop-filter: blur(9px);
}
.menu-board-card b { font: 700 1rem/1 var(--display); }
.menu-board-card small { font: 800 0.56rem/1 var(--sans); letter-spacing: 0.05em; text-transform: uppercase; }

@media (max-width: 1040px) {
  .catalog-grid, .menu-board-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .menu-explorer__intro { align-items: start; flex-direction: column; }
  .menu-toolbar { grid-template-columns: 1fr; }
  .catalog-grid, .menu-board-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .refresher-grid--energy { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .menu-explorer { padding: 28px 16px; border-radius: 24px; }
  .menu-explorer__intro .button { width: 100%; }
  .menu-toolbar { padding: 12px; }
  .menu-filters { flex-wrap: nowrap; margin-right: -12px; padding: 2px 12px 6px 0; overflow-x: auto; scrollbar-width: none; }
  .menu-filters::-webkit-scrollbar { display: none; }
  .menu-filters button { flex: none; }
  .menu-catalog__meta { align-items: start; flex-direction: column; gap: 4px; }
  .catalog-grid { gap: 12px; }
  .catalog-card__body { padding: 13px; }
  .catalog-card__footer { align-items: start; flex-direction: column; gap: 5px; }
  .catalog-card__footer b { max-width: 100%; }
  .menu-board-grid, .refresher-grid--energy { grid-template-columns: 1fr; }
  .menu-board-card img { aspect-ratio: 0.82; }
}
@media (max-width: 410px) {
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-card__body > strong { font-size: 1.34rem; }
}
@media (prefers-reduced-motion: reduce) {
  .catalog-card, .catalog-card__media img, .menu-board-card, .menu-board-card img { transition: none; transform: none !important; }
}
@media print {
  .menu-explorer, .menu-boards, .refresher-grid--energy { display: none !important; }
}
