/* ========================================
   FOODY – Dawood's Inspired Style
   ======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --red: #E21B1B;
  --yellow: #FFD700;
  --orange: #FF8D08;
  --orange-dark: #e67e00;
  --orange-light: #fff3e0;
  --primary: #E21B1B;
  --secondary: #FF8D08;
  --accent: #FFD700;
  --bg: #fffaf4;
  --bg2: #f6eee2;
  --surface-1: #fff8f0;
  --surface-2: #f4ebdd;
  --surface-3: #ede1d0;
  --text: #261a16;
  --text2: #75655c;
  --text-muted: #75655c;
  --text-inverse: #ffffff;
  --border: #e6d8c7;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-strong: 0 18px 60px rgba(0, 0, 0, 0.28);
  --radius: 12px;
  --radius-sm: 10px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --wa: #25D366;
  --brand-hero-image: url('images/hero-default.svg');
  --menu-bg: #111318;
  --menu-surface: #1b1f26;
  --menu-surface-2: #262b33;
  --glass-light: rgba(255, 255, 255, 0.08);
  --glass-light-border: rgba(255, 255, 255, 0.1);
  --glass-dark-hover: rgba(255, 255, 255, 0.15);
}

/* ===== Impeccable Final Pass ===== */
@media (max-width: 768px) {
  .top-bar {
    box-shadow: 0 14px 28px rgba(9, 11, 16, 0.16);
  }

  .top-bar-inner {
    max-width: 500px;
    margin: 0 auto;
  }

  .status-badge {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
  }

  .header {
    top: 48px;
    background: transparent;
    border-bottom: none;
  }

  .header-inner {
    background: linear-gradient(180deg, rgba(18, 21, 28, 0.84) 0%, rgba(18, 21, 28, 0.68) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 34px rgba(9, 11, 16, 0.2);
    backdrop-filter: blur(18px);
  }

  .header-nav.mobile-open {
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    padding: 14px;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(18, 21, 28, 0.96) 0%, rgba(24, 27, 34, 0.96) 100%);
    box-shadow: 0 20px 36px rgba(9, 11, 16, 0.24);
  }

  .header-nav.mobile-open .nav-link {
    color: rgba(255, 250, 244, 0.92);
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
  }

  .hero-slider {
    height: 252px;
  }

  .slide {
    padding: 22px 14px 38px;
  }

  .slide-content {
    max-width: min(100%, 292px);
    padding: 14px 14px 12px;
    border-radius: 20px;
  }

  .slide-sub {
    font-size: 0.8rem;
  }

  .slide-title {
    font-size: clamp(1.82rem, 10vw, 2.75rem);
    line-height: 0.96;
  }

  .slide-cta {
    padding: 11px 16px;
    border-radius: 16px;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
  }

  .side-nav {
    gap: 8px;
    margin-top: -22px;
  }

  .side-btn {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 72px;
    padding: 12px 11px;
    border-radius: 20px;
    letter-spacing: 0.05em;
  }

  .side-btn-label {
    font-size: 0.72rem;
    line-height: 1.15;
    text-align: left;
    text-wrap: balance;
  }

  .about-inner,
  .pf-inner,
  .events-inner,
  .gallery-inner,
  .hours-inner,
  .contact-inner,
  .footer-inner {
    max-width: 500px;
  }

  .about-header,
  .events-section .about-header,
  .gallery-section .about-header,
  .hours-section .about-header,
  .contact-section .about-header {
    margin-bottom: 22px;
  }

  .section-title {
    max-width: 12ch;
    line-height: 1;
  }

  .about-signature {
    margin-top: 18px;
    padding-top: 16px;
  }

  .events-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .event-card h3,
  .contact-card h3 {
    margin-bottom: 8px;
  }

  .pf-grid {
    gap: 14px;
  }

  .gallery-grid {
    margin-top: 22px;
  }

  .footer-inner {
    gap: 14px;
  }

  .footer-brand {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .top-bar-inner {
    padding: calc(env(safe-area-inset-top, 0px) + 8px) 12px 8px;
  }

  .header {
    top: 46px;
  }

  .header-inner {
    padding: 9px 12px;
    border-radius: 20px;
  }

  .logo {
    font-size: 1rem;
  }

  .side-btn {
    min-height: 68px;
    padding: 11px 9px;
  }

  .side-btn-icon {
    font-size: 1.08rem;
  }

  .section-title {
    max-width: none;
    font-size: clamp(1.72rem, 10vw, 2.3rem);
  }
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)), var(--brand-hero-image);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--text);
  min-height: 100vh;
  margin: 0;
}

body.menu-page {
  background: var(--menu-bg);
  display: flex;
  justify-content: center;
  min-height: 100dvh;
  overscroll-behavior-y: contain;
}

/* Central Mobile Wrapper */
.mobile-wrapper {
  width: 100%;
  max-width: 500px;
  background: var(--surface-1);
  min-height: 100vh;
  position: relative;
  box-shadow: var(--shadow-strong);
  overflow-x: hidden;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  z-index: 4001;
}

.lang-drop-btn {
  min-width: 72px;
  height: 42px;
  padding: 0 12px;
  justify-content: space-between;
  background: rgba(255, 248, 238, 0.16);
  border: 1px solid rgba(255, 240, 220, 0.24);
  color: var(--text-inverse);
  border-radius: 14px;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(14px);
}

.lang-drop-btn:hover {
  background: rgba(255, 248, 238, 0.24);
}

.lang-drop-btn .chevron {
  font-size: 0.62rem;
  opacity: 0.72;
}

.lang-options {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--menu-surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  min-width: 84px;
  width: max-content;
  max-width: min(140px, calc(100vw - 28px));
  padding: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  z-index: 4100;
}

.lang-options.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-opt {
  padding: 9px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-inverse);
  transition: 0.2s;
  border-radius: 10px;
  white-space: nowrap;
}

.lang-opt:hover {
  background: rgba(255, 255, 255, 0.05);
}

.lang-opt .flag {
  font-size: 0.95rem;
}

.lang-opt:first-child {
  border-radius: 10px;
}

.lang-opt:last-child {
  border-radius: 10px;
}

@media (min-width: 1024px) {

  body.menu-page,
  .mobile-wrapper,
  .landing-body,
  .landing-view {
    overflow: visible !important;
    width: 100% !important;
    max-width: none !important;
  }
}

/* Premium Hero Header */
.menu-hero {
  position: relative;
  height: 220px;
  background: var(--brand-hero-image) center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 20px;
  color: #fff;
}

.menu-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}

.menu-hero-content {
  position: relative;
  z-index: 2;
}

.menu-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  margin-bottom: 5px;
}

.menu-hero-tag {
  font-size: 0.9rem;
  opacity: 0.8;
  letter-spacing: 1px;
}


.hub-btn {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  backdrop-filter: blur(5px);
}

.hub-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}



.cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #fff;
  color: var(--primary);
  font-size: 0.7rem;
  font-weight: 800;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 2px solid var(--primary);
}

/* NEW: Top Navigation Bar */
.top-nav-bar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 500px);
  z-index: 1500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(env(safe-area-inset-top, 0px) + 14px) 20px 18px;
}

.top-nav-left,
.top-nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-icon-btn {
  position: relative;
  width: 44px;
  height: 44px;
  background: rgba(10, 12, 18, 0.48);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.nav-icon-btn:hover {
  background: rgba(10, 12, 18, 0.66);
  border-color: rgba(255, 227, 187, 0.26);
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
}

.close-btn {
  text-decoration: none;
}

.cart-floating-hub {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 4000;
  width: 50px;
  height: 50px;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(226, 27, 27, 0.4);
}

/* NEW: Hero & Overlapping Logo */
.menu-hero {
  height: 200px;
  position: relative;
  overflow: visible;
  /* To allow logo overlap */
}

.hero-logo-container {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.overlap-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.restaurant-info {
  margin-top: 50px;
  text-align: center;
  padding: 0 20px;
}

.rest-name {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 5px;
}

.promo-line {
  margin-top: 10px;
  color: var(--red);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ═══════════════ LANDING PAGE ═══════════════ */
#landingView {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(180deg, #f4efe7 0%, #f7f1ea 44%, #fbf7f1 100%);
  overflow-x: hidden;
}

.landing-hero {
  position: relative;
  width: 100%;
  height: 290px;
  overflow: hidden;
}

.landing-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: menuHeroDrift 16s ease-in-out infinite alternate;
}

.landing-hero-img.is-previewable,
.menu-nav-hero-img.is-previewable,
.landing-logo-img.is-previewable,
.landing-logo-fallback.is-previewable {
  cursor: zoom-in;
}

.landing-hero-img.is-previewable:focus-visible,
.menu-nav-hero-img.is-previewable:focus-visible,
.landing-logo-img.is-previewable:focus-visible,
.landing-logo-fallback.is-previewable:focus-visible {
  outline: 3px solid rgba(255, 190, 92, 0.82);
  outline-offset: 4px;
}

.landing-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(255, 193, 111, 0.2), transparent 40%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.56));
}

.landing-logo-wrap {
  display: flex;
  justify-content: center;
  margin-top: -62px;
  position: relative;
  z-index: 10;
}

.landing-logo-circle {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.98);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-logo-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-body {
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  border-radius: 32px 32px 0 0;
  margin-top: -34px;
  padding: 28px 20px 42px;
  position: relative;
  z-index: 5;
  box-shadow: 0 -18px 46px rgba(15, 23, 42, 0.06);
}

.landing-rest-name {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.7rem, 5vw, 2.2rem);
  font-weight: 800;
  text-align: center;
  color: #111;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.landing-status {
  justify-content: center;
  margin-bottom: 14px;
}

/* Super Category Pills on Landing */
.super-cat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 18px 0 12px;
}

.super-cat-pill {
  background: linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
  border: 1px solid rgba(255, 141, 8, 0.14);
  border-radius: 50px;
  padding: 9px 18px;
  font-size: 0.84rem;
  font-weight: 700;
  color: #33261f;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.super-cat-pill.active {
  background: linear-gradient(135deg, var(--red), var(--orange));
  color: #fff;
  border-color: rgba(255, 233, 201, 0.28);
  box-shadow: 0 16px 28px rgba(226, 27, 27, 0.22);
}

.super-cat-pill:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #fff8ef 0%, #fff1df 100%);
  border-color: rgba(255, 141, 8, 0.22);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

/* Promo Banner */
.promo-banner {
  background: #e8f5e9;
  border-left: 4px solid #4caf50;
  border-radius: 12px;
  padding: 14px 18px;
  margin: 12px 0 14px;
  font-size: 0.9rem;
  color: #2e7d32;
  font-weight: 600;
}

/* View Menu Button */
.view-menu-btn {
  display: flex;
  width: min(100%, 340px);
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
  background: linear-gradient(135deg, var(--red) 0%, var(--orange) 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 1.02rem;
  font-weight: 800;
  cursor: pointer;
  margin: 18px auto 18px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
  box-shadow: 0 18px 34px rgba(226, 27, 27, 0.24);
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.02em;
}

.view-menu-btn:hover {
  transform: translateY(-3px);
  filter: saturate(1.06);
  box-shadow: 0 22px 38px rgba(226, 27, 27, 0.3);
}

/* Info Section */
.info-section {
  margin: 8px 0 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.info-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  min-height: 94px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(255, 141, 8, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
  font-size: 0.9rem;
  color: #333;
  transition: background 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.05);
}

.info-row.is-actionable {
  cursor: pointer;
}

.info-row.is-actionable:hover {
  background: linear-gradient(180deg, #fff7ed 0%, #fff0dd 100%);
  border-color: rgba(255, 141, 8, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 20px 32px rgba(15, 23, 42, 0.08);
}

.info-row.is-empty {
  background: rgba(255, 248, 238, 0.72);
}

.info-row:last-child {
  border-bottom: none;
}

.info-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 244, 231, 0.96) 0%, rgba(255, 234, 208, 0.98) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 141, 8, 0.08);
}

.info-text {
  flex: 1;
  width: 100%;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.info-text.is-empty {
  color: #9a8e80;
  font-style: italic;
}

/* Hours Section */
.hours-section {
  margin: 20px 0 0;
}

.hours-title {
  font-size: 1.02rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 14px;
}

.hours-grid {
  border: 1px solid rgba(255, 141, 8, 0.08);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.hour-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
  color: #333;
}

.hour-row:last-child {
  border-bottom: none;
}

/* Social Links */
.social-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 14px 0 0;
  flex-wrap: wrap;
}

.social-icon-link {
  width: 50px;
  height: 50px;
  border-radius: 17px;
  background: linear-gradient(180deg, #fff 0%, #fff8ef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  border: 1px solid rgba(255, 141, 8, 0.08);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.social-icon-link:hover {
  background: linear-gradient(180deg, #fff4e2 0%, #ffefd8 100%);
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
}

.social-links-empty {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.88);
  border: 1px dashed rgba(255, 141, 8, 0.2);
  color: #9a8e80;
  font-size: 0.82rem;
}

/* ═══════════════ SUPER CATEGORY SHEET ═══════════════ */
.super-cat-sheet {
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 500px;
  max-height: calc(100vh - 34px);
  background: linear-gradient(180deg, #ffffff 0%, #fbf6ef 100%);
  border-radius: 32px 32px 0 0;
  z-index: 3000;
  padding: 28px 20px 54px;
  transition: bottom 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border-top: 1px solid rgba(255, 184, 96, 0.16);
  box-shadow: 0 -26px 54px rgba(0, 0, 0, 0.14);
  overflow-y: auto;
}

.super-cat-sheet::before {
  content: "";
  position: sticky;
  top: 0;
  display: block;
  width: 58px;
  height: 5px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: rgba(158, 138, 112, 0.28);
}

.super-cat-sheet.open {
  bottom: 0;
}

.super-sheet-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  background: linear-gradient(180deg, #fff 0%, #f6ebdd 100%);
  border: 1px solid rgba(255, 184, 96, 0.18);
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1;
  color: #5f4a3d;
  font-family: Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  z-index: 2;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.super-sheet-close:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 184, 96, 0.28);
}

.super-sheet-title {
  font-size: 1.34rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  padding-inline: 48px;
  color: #111;
  letter-spacing: -0.45px;
}

.super-cat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 16px;
  border: 1px solid rgba(255, 184, 96, 0.14);
  cursor: pointer;
  border-radius: 22px;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 251, 245, 0.98) 100%);
}

.super-cat-row:hover {
  background: rgba(255, 247, 236, 0.92);
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.08);
}

.super-cat-row-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.super-cat-row-emoji {
  font-size: 2rem;
  min-width: 45px;
  text-align: center;
}

.super-cat-row-name {
  font-size: 1.02rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 3px;
}

.super-cat-row-desc {
  font-size: 0.82rem;
  color: #8a7d6f;
}

.super-cat-row-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #8a7d6f;
  background: linear-gradient(180deg, #fff 0%, #f7efe2 100%);
  border: 1px solid rgba(255, 184, 96, 0.14);
}

/* ═══════════════ MENU NAV VIEW ═══════════════ */
#menuNavigationView {
  min-height: 100vh;
  background: #f5f5f5;
}

.menu-nav-bar {
  z-index: 120;
  background: linear-gradient(180deg, rgba(12, 15, 21, 0.74) 0%, rgba(12, 15, 21, 0.42) 62%, rgba(12, 15, 21, 0) 100%);
  backdrop-filter: blur(14px);
}

.nav-cart-btn {
  background: linear-gradient(135deg, rgba(255, 159, 67, 0.94) 0%, rgba(230, 57, 70, 0.94) 100%);
  border-color: rgba(255, 226, 192, 0.34);
  box-shadow: 0 16px 30px rgba(230, 57, 70, 0.26);
}

.nav-cart-btn:hover {
  background: linear-gradient(135deg, rgba(255, 159, 67, 1) 0%, rgba(230, 57, 70, 1) 100%);
  border-color: rgba(255, 238, 214, 0.48);
}

.nav-cart-btn .cart-badge {
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
}

.menu-nav-hero {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.menu-nav-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.menu-nav-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(255, 193, 111, 0.16), transparent 42%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72));
}

.menu-nav-hero-title {
  position: absolute;
  bottom: 24px;
  left: 22px;
  right: 22px;
  color: #fff;
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 800;
  z-index: 2;
  letter-spacing: -0.03em;
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
  text-wrap: balance;
}

.menu-content-area {
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  border-radius: 34px 34px 0 0;
  margin-top: -24px;
  min-height: calc(100vh - 160px);
  padding: 32px 18px 132px;
  position: relative;
  z-index: 5;
  box-shadow: 0 -22px 50px rgba(15, 23, 42, 0.08);
}

.menu-content-area::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 141, 8, 0.16), rgba(226, 27, 27, 0.3), rgba(255, 141, 8, 0.16));
  opacity: 0.72;
}

.nav-breadcrumb {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Cart floating hub */
.cart-floating-hub {
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  left: 50%;
  transform: translateX(-50%);
  z-index: 4000;
  background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
  color: #fff;
  border-radius: 999px;
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid rgba(255, 233, 201, 0.26);
  box-shadow: 0 18px 36px rgba(230, 57, 70, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cart-floating-hub:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 22px 40px rgba(230, 57, 70, 0.36);
  border-color: rgba(255, 233, 201, 0.34);
}

.cart-badge {
  background: #fff;
  color: var(--red);
  border-radius: 50px;
  padding: 2px 8px;
  font-size: 0.8rem;
  font-weight: 800;
}

.home-floating-hub {
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  left: 25px;
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 241, 228, 0.98) 100%);
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 9000;
  border: 1px solid rgba(255, 184, 96, 0.22);
  color: var(--text);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

@media (max-width: 768px) {
  body.menu-page {
    background:
      radial-gradient(circle at top, rgba(255, 159, 67, 0.14), transparent 28%),
      linear-gradient(180deg, #161920 0%, #11141a 100%);
  }

  .mobile-wrapper {
    max-width: none;
    min-height: 100dvh;
    box-shadow: none;
    background: linear-gradient(180deg, #f8f3eb 0%, #fffdf8 100%);
    isolation: isolate;
  }

  .top-nav-bar {
    padding: calc(env(safe-area-inset-top, 0px) + 12px) 16px 0;
  }

  .lang-drop-btn {
    min-width: 66px;
    height: 40px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .lang-options {
    min-width: 76px;
    max-width: calc(100vw - 32px);
    padding: 5px;
  }

  .lang-opt {
    padding: 8px 9px;
    font-size: 0.78rem;
    gap: 6px;
  }

  .lang-opt .flag {
    display: none;
  }

  .top-nav-left,
  .top-nav-right {
    gap: 10px;
  }

  .nav-icon-btn {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(9, 11, 16, 0.54);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
  }

  .menu-nav-hero {
    height: 196px;
  }

  .menu-nav-hero-title {
    bottom: 22px;
    left: 18px;
    right: 18px;
    font-size: clamp(1.55rem, 6vw, 2rem);
  }

  .menu-content-area {
    border-radius: 30px 30px 0 0;
    margin-top: -26px;
    min-height: calc(100dvh - 150px);
    padding: 26px 14px calc(132px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -20px 42px rgba(15, 23, 42, 0.08);
  }

  .menu-content-area::before {
    top: 12px;
    width: 58px;
  }

  .cat-nav-wrapper {
    margin: 0 -14px 20px;
    padding: 10px 12px 14px;
    border-radius: 24px;
    top: 0;
    background: rgba(252, 246, 238, 0.92);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
  }

  .cat-nav-scroll {
    padding: 6px 6px 2px;
    gap: 10px;
  }

  .menu-search-box {
    margin-bottom: 20px;
  }

  .super-cat-pills {
    gap: 8px;
    margin: 12px 0 8px;
  }

  .super-cat-pill {
    padding: 9px 16px;
    font-size: 0.8rem;
  }

  .super-cat-sheet {
    max-width: none;
    width: 100%;
    max-height: calc(100dvh - 18px);
    padding: 22px 14px calc(66px + env(safe-area-inset-bottom, 0px));
  }

  .super-cat-sheet::before {
    margin-bottom: 16px;
  }

  .super-cat-row {
    padding: 15px 13px;
    margin-bottom: 9px;
    border-radius: 20px;
  }

  .super-cat-row-emoji {
    min-width: 38px;
    font-size: 1.65rem;
  }

  .super-cat-row-name {
    font-size: 0.96rem;
  }

  .super-cat-row-desc {
    font-size: 0.78rem;
  }

  .super-sheet-close {
    top: calc(env(safe-area-inset-top, 0px) + 12px);
    right: 14px;
  }

  .dish-page {
    max-width: none;
    width: 100%;
    min-height: 100dvh;
  }

  .dish-page-header {
    height: 42vh;
    min-height: 250px;
  }

  .dish-page-body {
    padding: 28px 18px 18px;
  }

  .dish-page-body::before {
    width: 52px;
    margin: -4px auto 16px;
  }

  .dish-page-name {
    font-size: clamp(1.55rem, 7vw, 2rem);
    margin-bottom: 8px;
  }

  .dish-page-price {
    font-size: 1.28rem;
    margin-bottom: 14px;
  }

  .dish-page-desc {
    font-size: 0.92rem;
    margin-bottom: 18px;
  }

  .dish-page-close {
    top: calc(env(safe-area-inset-top, 0px) + 14px);
    left: 16px;
  }

  .dish-page-footer {
    bottom: calc(-18px - env(safe-area-inset-bottom, 0px));
    padding: 16px 18px calc(18px + env(safe-area-inset-bottom, 0px));
    margin-left: -18px;
    margin-right: -18px;
  }

  .home-floating-hub,
  .cart-floating-hub {
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }

  .home-floating-hub {
    left: 16px;
    width: 56px;
    height: 56px;
    font-size: 1.45rem;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
  }

  .cart-floating-hub {
    left: auto;
    right: 16px;
    transform: none;
    min-width: 0;
    padding: 14px 18px;
    gap: 8px;
    border-radius: 22px;
    box-shadow: 0 20px 38px rgba(230, 57, 70, 0.28);
  }

  .cart-floating-hub:hover {
    transform: translateY(-2px);
  }

  .landing-hero {
    height: 248px;
  }

  .landing-logo-wrap {
    margin-top: -56px;
  }

  .landing-logo-circle {
    width: 112px;
    height: 112px;
  }

  .landing-body {
    margin-top: -22px;
    padding: 20px 16px 36px;
    border-radius: 28px 28px 0 0;
  }

  .landing-rest-name {
    font-size: clamp(1.6rem, 7vw, 2rem);
    margin-bottom: 8px;
  }

  .landing-status {
    margin-bottom: 12px;
  }

  .promo-section-vibrant {
    margin: 18px 0 12px !important;
    padding: 0 !important;
  }

  .promo-inner-container {
    padding: 0;
  }

  #promoCarousel {
    padding: 8px 2px 6px !important;
    gap: 12px !important;
  }

  .promo-empty-msg {
    padding: 26px 14px;
    border-radius: 20px;
    font-size: 0.96rem;
  }

  .view-menu-btn {
    margin: 14px 0 14px;
    padding: 18px 20px;
    font-size: 0.98rem;
  }

  .info-section {
    margin-bottom: 16px;
    border-radius: 20px;
  }

  .info-row {
    padding: 16px 14px;
    gap: 14px;
  }

  .hours-section {
    margin-top: 16px;
  }

  .social-links {
    margin-top: 20px;
    gap: 12px;
  }

  #landingView .home-floating-hub {
    display: none;
  }
}

.home-floating-hub:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 184, 96, 0.34);
}

.history-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #fff;
  color: #2e7d32;
  /* Green text */
  border-radius: 50px;
  padding: 0 4px;
  font-size: 0.75rem;
  font-weight: 800;
  min-width: 18px;
  height: 18px;
  display: none;
  /* Hidden if 0 */
  align-items: center;
  justify-content: center;
  border: 2px solid #2e7d32;
  /* Green border like red cart badge */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

@keyframes badge-pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.nav-icon-btn {
  position: relative;
  /* Ensure badges position correctly */
}


.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--border)
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0
}

.logo span {
  color: var(--red)
}

.header-nav {
  display: flex;
  gap: 24px;
  flex: 1;
  justify-content: center
}

.nav-link {
  text-decoration: none;
  color: var(--text2);
  font-weight: 600;
  font-size: .9rem;
  transition: color .2s
}

.nav-link:hover,
.active-link {
  color: var(--red)
}

.order-btn {
  background: linear-gradient(135deg, #ffe15a 0%, var(--yellow) 55%, #ffbf3c 100%);
  color: var(--text);
  border: 1px solid rgba(230, 194, 0, 0.65);
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .85rem;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 26px rgba(255, 215, 0, 0.28);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  white-space: nowrap;
}

.order-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(255, 215, 0, 0.34);
  filter: brightness(1.03)
}

/* ===== HERO SLIDER ===== */
.hero-slider {
  margin-top: 52px;
  position: relative;
  overflow: hidden;
  background: transparent;
  height: clamp(340px, 50vw, 520px);
}

@media(max-width: 768px) {
  .hero-slider {
    height: 240px;
    margin-top: 0;
  }

  .slide {
    padding: 22px 16px 56px;
  }

  .slide-content {
    max-width: min(100%, 330px);
    padding: 18px 18px 16px;
    border-radius: 22px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
  }

  .slide-desc {
    max-width: none;
    font-size: 0.88rem;
    line-height: 1.55;
  }
}

.slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 44px;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity .8s ease, transform .8s ease;
  pointer-events: none;
}

.slide-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all
}

.slide-content {
  max-width: 560px;
  padding: 24px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 252, 247, 0.56) 100%);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(12px);
  z-index: 2
}

.slide-sub {
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  font-weight: 600;
  color: var(--text2);
  font-style: italic;
  margin-bottom: 4px;
}

.slide-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.95;
  letter-spacing: 2px;
  color: var(--red);
  text-shadow: 3px 3px 0 var(--yellow);
  margin-bottom: 8px;
}

.slide-title span {
  color: var(--yellow);
  text-shadow: 3px 3px 0 var(--red)
}

.slide-desc {
  font-size: .95rem;
  color: var(--text2);
  margin-bottom: 16px;
  max-width: 34ch;
  line-height: 1.65
}

.slide-cta {
  background: linear-gradient(135deg, #ffe79a 0%, #ffd75a 48%, #ffb938 100%);
  color: var(--text);
  border: 1px solid rgba(242, 192, 67, 0.7);
  padding: 13px 26px;
  font-weight: 700;
  font-size: .85rem;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.06em;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(255, 185, 56, 0.24);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.slide-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(255, 185, 56, 0.28);
  filter: brightness(1.03)
}

.slide-img {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(180px, 35vw, 480px);
  height: clamp(180px, 35vw, 480px);
  animation: heroFloat 4s ease-in-out infinite;
  z-index: 1;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.18));
}

.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

@keyframes heroFloat {

  0%,
  100% {
    transform: translateY(-50%) rotate(-3deg)
  }

  50% {
    transform: translateY(calc(-50% - 15px)) rotate(3deg)
  }
}

.slide-dots {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(38, 26, 22, 0.18);
  border: none;
  cursor: pointer;
  transition: all .3s;
}

.dot-active {
  background: var(--red);
  width: 28px;
  border-radius: 999px;
  transform: none
}

@keyframes sectionRiseIn {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-reveal {
  opacity: 0;
  animation: sectionRiseIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes menuHeroDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.1) translate3d(0, -8px, 0);
  }
}

.reveal-1 {
  animation-delay: 0.04s;
}

.reveal-2 {
  animation-delay: 0.12s;
}

.reveal-3 {
  animation-delay: 0.2s;
}

.reveal-4 {
  animation-delay: 0.28s;
}

.reveal-5 {
  animation-delay: 0.36s;
}

.reveal-6 {
  animation-delay: 0.44s;
}

body[data-theme-preset='fast_food'] .hero-slider {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 159, 67, 0.22), transparent 34%),
    radial-gradient(circle at 82% 26%, rgba(226, 27, 27, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255, 248, 240, 0.96) 0%, rgba(252, 234, 211, 0.9) 100%);
}

body[data-theme-preset='fast_food'] .slide-title {
  text-shadow: 4px 4px 0 rgba(255, 213, 79, 0.95);
}

body[data-theme-preset='fast_food'] .section-tag {
  background: linear-gradient(135deg, rgba(255, 141, 8, 0.16), rgba(226, 27, 27, 0.08));
  border-color: rgba(226, 27, 27, 0.18);
}

body[data-theme-preset='cafe'] .hero-slider {
  background:
    radial-gradient(circle at 24% 20%, rgba(212, 154, 99, 0.18), transparent 34%),
    radial-gradient(circle at 78% 22%, rgba(243, 208, 139, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(251, 245, 238, 0.98) 0%, rgba(244, 232, 215, 0.94) 100%);
}

body[data-theme-preset='cafe'] .slide-title {
  color: #8b5e3c;
  text-shadow: 3px 3px 0 rgba(243, 208, 139, 0.88);
}

body[data-theme-preset='cafe'] .slide-title span {
  color: #d49a63;
  text-shadow: 3px 3px 0 rgba(139, 94, 60, 0.22);
}

body[data-theme-preset='cafe'] .section-tag {
  color: #8b5e3c;
  background: rgba(212, 154, 99, 0.11);
  border-color: rgba(139, 94, 60, 0.12);
  box-shadow: 0 10px 22px rgba(139, 94, 60, 0.08);
}

body[data-theme-preset='cafe'] .about-section {
  background: linear-gradient(180deg, #fffaf5 0%, #f7ecdf 100%);
}

body[data-theme-preset='traditional'] .hero-slider {
  background:
    radial-gradient(circle at 20% 25%, rgba(166, 61, 50, 0.16), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(200, 135, 63, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(251, 244, 234, 0.98) 0%, rgba(240, 222, 198, 0.94) 100%);
}

body[data-theme-preset='traditional'] .slide-title {
  color: #a63d32;
  text-shadow: 3px 3px 0 rgba(229, 199, 122, 0.92);
}

body[data-theme-preset='traditional'] .slide-title span {
  color: #c8873f;
  text-shadow: 3px 3px 0 rgba(166, 61, 50, 0.24);
}

body[data-theme-preset='traditional'] .section-tag {
  color: #a63d32;
  background: linear-gradient(135deg, rgba(200, 135, 63, 0.12), rgba(166, 61, 50, 0.06));
  border-color: rgba(200, 135, 63, 0.18);
  box-shadow: 0 10px 22px rgba(166, 61, 50, 0.08);
}

body[data-theme-preset='traditional'] .about-section {
  background: linear-gradient(180deg, #fff8ef 0%, #f3e2cb 100%);
}

/* ===== CATEGORY NAV ===== */
.cat-nav {
  position: relative;
  /* Stays in place, doesn't scroll with user */
  top: 0;
  z-index: 90;
  background: linear-gradient(135deg, #fffaf3, #fff3e0, #fffaf3);
  background-size: 200% 200%;
  animation: navGlow 6s ease infinite;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--orange), var(--yellow), var(--orange), var(--yellow), var(--orange)) 1;
  border-image-slice: 1;
  box-shadow: 0 4px 24px rgba(255, 141, 8, 0.12);
  padding: 6px 0;
  width: 100%;
}

.cat-nav::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--yellow), #ff6b00, var(--yellow), var(--orange));
  background-size: 300% 100%;
  animation: borderSlide 3s linear infinite;
}

@keyframes borderSlide {
  0% {
    background-position: 0% 0
  }

  100% {
    background-position: 300% 0
  }
}

@keyframes navGlow {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

/* Consolidated Category Navigation for Menu */
.cat-nav-wrapper {
  margin: 20px 0;
  padding: 0 10px;
}

.cat-nav-scroll {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  overflow: visible !important;
}

.menu-cat-btn {
  background: #fff !important;
  border: 1px solid #eee !important;
  border-radius: 20px !important;
  padding: 15px 5px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
  min-height: 100px !important;
}

.menu-cat-btn:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
  border-color: var(--primary) !important;
}

.menu-cat-btn.active {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  box-shadow: 0 8px 25px rgba(230, 57, 70, 0.3) !important;
  transform: scale(1.05) !important;
}

.menu-cat-btn .cat-emoji {
  font-size: 2.5rem !important;
  display: block !important;
  margin-bottom: 5px;
}

.menu-cat-btn .cat-name {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  color: #333 !important;
  text-align: center !important;
  line-height: 1.2 !important;
  word-break: break-word !important;
}

.menu-cat-btn.active .cat-name {
  color: #fff !important;
}

/* Search */
.search-bar {
  display: none;
  padding: 8px 16px;
  background: #fff;
  border-bottom: 1px solid var(--border);
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
  gap: 8px
}

.search-bar.open {
  display: flex
}

.search-bar input {
  flex: 1;
  background: rgba(255, 252, 247, 0.94);
  border: 1.5px solid rgba(232, 216, 197, 0.92);
  padding: 12px 16px;
  border-radius: 18px;
  font-size: .9rem;
  outline: none;
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition: border-color .2s, box-shadow .2s, background-color .2s
}

.search-bar input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 141, 8, 0.12);
  background: #fffefb
}

.search-bar input::placeholder {
  color: #bbb
}

.search-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  cursor: pointer;
  font-size: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s
}

.search-close:hover {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange)
}

/* Dropdown */
.dropdown-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 91;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s
}

.dropdown-bg.open {
  opacity: 1;
  pointer-events: all
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 70px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  z-index: 92;
  transform: scale(0.95) translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: all .25s;
  overflow: hidden
}

.dropdown-menu.open {
  opacity: 1;
  pointer-events: all;
  transform: scale(1) translateY(0)
}

.dd-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 22px;
  border: none;
  background: none;
  font-size: .95rem;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
  border-bottom: 1px solid var(--border);
  font-family: 'Poppins', sans-serif;
  transition: background .15s
}

.dd-item:last-child {
  border-bottom: none
}

.dd-item:hover {
  background: var(--orange-light)
}

/* ===== MENU ===== */
.menu-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px 80px;
  /* Added top padding for mobile side-nav space */
}

.cat-section {
  margin-bottom: 36px
}

.cat-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 16px;
  padding-left: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cat-title::before {
  content: '';
  width: 5px;
  height: 26px;
  border-radius: 4px;
  background: var(--orange);
  display: inline-block;
  flex-shrink: 0
}

/* PRODUCT CARD */
.product-card {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 16px;
  margin-bottom: 14px;
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
  position: relative;
  animation: fadeUp .4s ease both;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08)
}

.product-card.hidden {
  display: none
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.p-info {
  flex: 1;
  min-width: 0
}

.p-name {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--text)
}

.p-desc {
  font-size: .82rem;
  color: var(--text2);
  line-height: 1.5;
  margin-bottom: 10px
}

.p-price {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--orange)
}

.p-img {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--orange-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.p-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.p-add {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  border: none;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(255, 141, 8, 0.4);
  transition: transform .2s;
}

.p-add:hover {
  transform: scale(1.15)
}

.p-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--red);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px
}

/* ===== STICKY BOTTOM BAR ===== */
.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 500px;
  z-index: 95;
  background: #fff;
  border-top: 2px solid var(--border);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  animation: barSlideUp .4s cubic-bezier(.4, 0, .2, 1);
}

@keyframes barSlideUp {
  from {
    transform: translateY(100%);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}



.bottom-info {
  display: flex;
  flex-direction: column;
  gap: 2px
}

.bottom-info span {
  font-size: .82rem;
  color: var(--text2)
}

.bottom-info strong {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text)
}

.bottom-btn {
  background: linear-gradient(135deg, var(--orange), #ff6b00);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 40px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 4px 16px rgba(255, 141, 8, 0.4);
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
  letter-spacing: .5px;
}

.bottom-btn:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 22px rgba(255, 141, 8, 0.55)
}

/* Toast */
.toast {
  position: fixed;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--text);
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: .88rem;
  font-weight: 500;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
  white-space: nowrap
}

.toast.show {
  transform: translateX(-50%) translateY(0)
}

/* ===== TOP BAR ===== */
.top-bar {
  background: #1a1a1a;
  color: #ccc;
  font-size: .78rem;
  letter-spacing: .3px;
}

.top-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 14px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 700;
  font-size: .7rem;
  transition: all .3s;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666;
}

.status-open .status-dot {
  background: #25D366;
  box-shadow: 0 0 10px #25D366;
}

.status-closed .status-dot {
  background: var(--red);
  box-shadow: 0 0 10px var(--red);
}

.status-text {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.lang-selector {
  display: flex;
  gap: 4px;
}

.lang-btn {
  background: transparent;
  border: 1px solid #444;
  color: #aaa;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: .72rem;
  cursor: pointer;
  transition: all .2s;
  font-family: 'Poppins', sans-serif;
}

.lang-btn:hover {
  border-color: var(--yellow);
  color: #fff
}

.lang-btn.active-lang {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  font-weight: 600;
}

.top-contact {
  display: flex;
  gap: 20px;
  font-size: .78rem;
  color: #aaa;
}

.top-contact span {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ===== HEADER UPDATES ===== */
.header {
  top: 36px
}

.hero-slider {
  margin-top: 88px
}

.cat-nav {
  top: 88px
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: 2px solid var(--border);
  border-radius: 8px;
  font-size: 1.3rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.mobile-menu-btn:hover {
  border-color: var(--orange)
}

.header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
}

.header-nav .nav-link {
  position: relative;
}

.header-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width .3s;
}

.header-nav .nav-link:hover::after {
  width: 100%
}

.header-nav .active-link::after {
  width: 100%
}

/* Shake animation for ORDER button */
@keyframes shakeOrder {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.order-btn {
  animation: none;
}

.order-btn:hover {
  animation: shakeOrder 0.82s cubic-bezier(.36, .07, .19, .97) both;
}

.dir-btn {
  background: rgba(255, 255, 255, 0.88);
  color: var(--red);
  border: 1px solid rgba(226, 27, 27, 0.3);
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .8rem;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 26px rgba(226, 27, 27, 0.12);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  text-decoration: none;
  white-space: nowrap;
}

.dir-btn:hover {
  background: var(--red);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(226, 27, 27, 0.26);
}

.dir-btn.is-disabled {
  pointer-events: none;
  opacity: 0.58;
  background: rgba(255, 255, 255, 0.72);
  color: #9b7b7b;
  border-color: rgba(155, 123, 123, 0.2);
  box-shadow: none;
}

/* ===== ABOUT US SECTION ===== */
.about-section {
  padding: 116px 24px 112px;
  background: linear-gradient(175deg, #fff 0%, #fef9f2 100%);
}

.about-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-tag {
  font-size: .85rem;
  font-weight: 700;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 3.5px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 141, 8, 0.08);
  border: 1px solid rgba(255, 141, 8, 0.12);
  box-shadow: 0 10px 20px rgba(255, 141, 8, 0.08);
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: var(--text);
  letter-spacing: 2.5px;
  line-height: 1.1;
  text-wrap: balance;
}

.section-title span {
  color: var(--red);
}

.title-line {
  width: 82px;
  height: 4px;
  background: linear-gradient(90deg, var(--orange), var(--yellow));
  margin: 18px auto 0;
  border-radius: 2px;
  box-shadow: 0 6px 14px rgba(255, 141, 8, 0.22);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--red);
  margin-bottom: 4px;
}

.about-tagline {
  font-size: 1.1rem;
  color: var(--orange);
  font-weight: 600;
  margin-bottom: 20px;
  font-style: italic;
}

.about-text p {
  font-size: .92rem;
  color: var(--text2);
  line-height: 1.8;
  margin-bottom: 16px;
}

.about-signature {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 2px solid var(--border);
}

.sig-welcome {
  font-weight: 700 !important;
  color: var(--text) !important;
  font-size: 1rem !important;
  font-style: italic;
}

.sig-thanks {
  color: var(--text2) !important;
  font-weight: 600 !important;
}

.sig-name {
  font-weight: 800 !important;
  color: var(--red) !important;
  font-size: 1.1rem !important;
}

.about-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: sticky;
  top: 130px;
}

.about-card {
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid var(--border);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: sectionRiseIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.about-card:nth-child(1) {
  animation-delay: 0.12s;
}

.about-card:nth-child(2) {
  animation-delay: 0.2s;
}

.about-card:nth-child(3) {
  animation-delay: 0.28s;
}

.about-card:nth-child(4) {
  animation-delay: 0.36s;
}

.about-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 16px 16px 0 0;
}

.card-1::before {
  background: linear-gradient(90deg, var(--red), var(--orange))
}

.card-2::before {
  background: linear-gradient(90deg, var(--yellow), var(--orange))
}

.card-3::before {
  background: linear-gradient(90deg, #25D366, #128C7E)
}

.card-4::before {
  background: linear-gradient(90deg, #FFD700, #FF8D08)
}

.about-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 141, 8, 0.18);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
}

.card-number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  color: var(--red);
  line-height: 1;
  margin-bottom: 6px;
}

.card-label {
  font-size: .82rem;
  font-weight: 600;
  color: var(--text2);
}

/* ===== EVENTS SECTION ===== */
.events-section {
  padding: 112px 24px 108px;
  background: #1a1a1a;
  color: #fff;
}

.events-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.events-section .section-tag {
  color: var(--yellow)
}

.events-section .section-title {
  color: #fff
}

.events-section .section-title span {
  color: var(--yellow)
}

.events-section .title-line {
  background: linear-gradient(90deg, var(--yellow), var(--orange))
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-bottom: 56px;
}

.event-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 34px 24px;
  text-align: center;
  transition: all .3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  opacity: 0;
  animation: sectionRiseIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.event-card:nth-child(1) {
  animation-delay: 0.1s;
}

.event-card:nth-child(2) {
  animation-delay: 0.18s;
}

.event-card:nth-child(3) {
  animation-delay: 0.26s;
}

.event-card:nth-child(4) {
  animation-delay: 0.34s;
}

.event-card:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  transform: translateY(-6px);
  border-color: var(--yellow);
  box-shadow: 0 22px 46px rgba(255, 215, 0, 0.16);
}

.event-icon {
  font-size: 2.8rem;
  margin-bottom: 16px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.event-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--yellow);
}

.event-card p {
  font-size: .82rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}

.event-reserve-btn {
  margin-top: 18px;
  background: var(--yellow);
  color: #000;
  border: none;
  padding: 12px 20px;
  border-radius: 14px;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.event-reserve-btn:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.event-reserve-btn:active {
  transform: translateY(0) scale(0.98);
}

.events-cta {
  text-align: center;
  padding-top: 10px;
}

.events-cta p {
  font-size: .95rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}

.events-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  color: #1a1a1a;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
}

.events-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(255, 215, 0, 0.5);
}

/* ===== OPENING HOURS ===== */
.hours-section {
  padding: 106px 24px;
  background: linear-gradient(175deg, #fef9f2 0%, #fff 100%);
}

.hours-inner {
  max-width: 700px;
  margin: 0 auto;
}

.hours-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--border);
  padding: 52px 44px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: sectionRiseIn 0.76s cubic-bezier(0.22, 1, 0.36, 1) 0.16s forwards;
}

.hours-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--red), var(--orange), var(--yellow), var(--orange), var(--red));
  background-size: 300% 100%;
  animation: borderSlide 3s linear infinite;
}

.hours-clock {
  font-size: 3rem;
  margin-bottom: 20px;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }
}

.hours-grid {
  max-width: 400px;
  margin: 0 auto;
}

.hours-row {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
  transition: all .2s ease;
}

.hours-row:hover {
  background: rgba(255, 141, 8, 0.05);
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 141, 8, 0.08);
}

.hours-row:last-child {
  border-bottom: none
}

.hours-day {
  font-weight: 700;
  font-size: .9rem;
  color: var(--text);
  min-width: 100px;
  text-align: left;
}

.hours-dash {
  flex: 1;
  border-bottom: 2px dotted var(--border);
  margin: 0 12px;
}

.hours-time {
  font-weight: 600;
  font-size: .9rem;
  color: var(--orange);
}

.highlight-row .hours-day {
  color: var(--red)
}

.highlight-row .hours-time {
  color: var(--red);
  font-weight: 800;
}

.hours-note {
  margin-top: 24px;
  padding: 14px 20px;
  background: linear-gradient(135deg, #fff3e0, #fef9f2);
  border-radius: 12px;
  font-size: .88rem;
  font-weight: 600;
  color: var(--orange);
  border: 1px solid rgba(255, 141, 8, 0.15);
}

/* ===== CONTACT SECTION ===== */
.contact-section {
  padding: 108px 24px 116px;
  background: #fff;
}

.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 46px;
}

.contact-card {
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  border-radius: 22px;
  border: 1px solid var(--border);
  padding: 40px 30px;
  text-align: center;
  transition: all .3s ease;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  opacity: 0;
  animation: sectionRiseIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.contact-card:nth-child(1) {
  animation-delay: 0.12s;
}

.contact-card:nth-child(2) {
  animation-delay: 0.2s;
}

.contact-card:nth-child(3) {
  animation-delay: 0.28s;
}

.contact-card.is-actionable {
  cursor: pointer;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.1);
  border-color: var(--orange);
}

.contact-icon {
  font-size: 2.5rem;
  margin-bottom: 14px;
}

.contact-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 8px;
}

.contact-card p {
  font-size: .88rem;
  color: var(--text2);
  line-height: 1.6;
}

.contact-card a {
  color: var(--orange);
  text-decoration: none;
  font-weight: 600;
  transition: color .2s;
}

.contact-card a:hover {
  color: var(--red)
}

.social-links {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 10px 24px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  transition: all .2s;
}

.social-btn:hover {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
  transform: translateY(-2px);
}

.website-empty-state {
  border-radius: 20px;
  border: 1px dashed rgba(255, 141, 8, 0.24);
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 248, 238, 0.98) 100%);
  color: #8a7257;
  text-align: center;
  padding: 28px 24px;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.04);
}

.website-empty-state strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1rem;
}

.website-empty-state.is-social {
  width: 100%;
}

.website-empty-state.is-gallery {
  grid-column: 1 / -1;
  padding: 42px 24px;
}

/* ===== VIBRANT PROMO CAROUSEL ===== */
.promo-carousel-container {
  padding: 20px 0;
  overflow-x: auto;
  display: flex;
  gap: 15px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-left: 20px;
  padding-right: 20px;
}

.promo-carousel-container::-webkit-scrollbar {
  display: none;
}

.promo-card-vibrant {
  min-width: 280px;
  max-width: 280px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 15px;
  position: relative;
  scroll-snap-align: center;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.promo-card-vibrant:active {
  transform: scale(0.95);
}

.promo-tag-glow {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary);
  color: #fff;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(230, 57, 70, 0.4);
  z-index: 2;
  animation: promoPulse 2s infinite;
}

.promo-discount-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ffd700;
  color: #000;
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
  z-index: 2;
}

.promo-visual-vibrant {
  width: 100%;
  height: 140px;
  border-radius: 15px;
  overflow: hidden;
  background: #252932;
  position: relative;
}

.promo-visual-vibrant img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-glow-vibrant {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 40px;
  background: var(--primary);
  filter: blur(40px);
  opacity: 0.4;
  z-index: 0;
}

.promo-info-vibrant {
  position: relative;
  z-index: 1;
}

.promo-name-vibrant {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promo-price-vibrant {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-old {
  text-decoration: line-through;
  color: #888;
  font-size: 0.85rem;
}

.price-new {
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
}

.promo-add-vibrant {
  width: 100%;
  background: #fff;
  color: #000;
  border: none;
  padding: 10px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.85rem;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 5px;
}

.promo-add-vibrant:hover {
  background: #f0f0f0;
}

@keyframes promoPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(230, 57, 70, 0.4);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(230, 57, 70, 0.6);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(230, 57, 70, 0.4);
  }
}

.promo-empty-msg {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  color: #888;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
}

@media (min-width: 900px) {
  .promo-carousel-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Promo helpers for item cards */
.price-discounted {
  color: #ffd700 !important;
  font-weight: 800;
}

.price-original-item {
  text-decoration: line-through;
  font-size: 0.8em;
  opacity: 0.6;
  margin-left: 5px;
}

.promo-tag-small {
  background: var(--primary);
  color: #fff;
  font-size: 0.6rem;
  padding: 2px 6px;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: 800;
}

/* ===== PROMO OF THE DAY ===== */
.promo-section {
  padding: 40px 20px;
  background: linear-gradient(175deg, #fff 0%, #fffbf2 100%);
  overflow: hidden;
}

.promo-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 15px 45px rgba(255, 141, 8, 0.1);
  border: 1px solid rgba(255, 141, 8, 0.08);
}

.promo-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 2px;
  box-shadow: 0 4px 15px rgba(224, 30, 47, 0.4);
  animation: promoPulse 2s infinite;
  z-index: 10;
}

@keyframes promoPulse {
  0% {
    transform: translateX(-50%) scale(1);
  }

  50% {
    transform: translateX(-50%) scale(1.05);
  }

  100% {
    transform: translateX(-50%) scale(1);
  }
}

.promo-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.promo-visual {
  position: relative;
  width: 280px;
  height: 280px;
}

.promo-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
  animation: heroFloat 4s ease-in-out infinite;
}

.promo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(255, 141, 8, 0.15) 0%, transparent 70%);
  z-index: 1;
}

.promo-text {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.promo-text h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  color: var(--text);
  margin-bottom: 5px;
  line-height: 1;
}

.promo-price {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--red);
  margin-bottom: 25px;
}

.promo-cta {
  background: var(--text);
  color: #fff;
  border: none;
  padding: 16px 40px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.promo-cta:hover {
  transform: translateY(-3px);
  background: var(--red);
  box-shadow: 0 12px 30px rgba(224, 30, 47, 0.3);
}

.home-featured-spotlight {
  padding-top: 20px;
}

.home-featured-inner {
  padding: 30px;
}

.home-featured-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.home-featured-tag {
  margin-bottom: 8px;
}

.home-featured-title {
  margin: 0;
}

.home-featured-cta {
  flex-shrink: 0;
  white-space: nowrap;
}

.home-featured-card {
  display: block;
  text-decoration: none;
  color: inherit;
  min-height: 100%;
}

.home-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(37, 24, 10, 0.12);
  border-color: rgba(255, 107, 53, 0.28);
}

.home-featured-slider {
  padding-inline: 4px;
}

.home-featured-image-wrap {
  background: linear-gradient(180deg, #fff4e2 0%, #ffe9d1 100%);
  overflow: hidden;
}

.home-featured-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-featured-copy {
  padding: 16px 18px 18px;
}

.home-featured-copy h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--text);
}

.home-featured-copy p {
  margin: 0 0 12px;
  color: #7a6757;
  font-size: 0.92rem;
  line-height: 1.5;
}

.home-featured-copy strong {
  color: var(--red);
  font-size: 1.05rem;
}

.home-featured-desc {
  margin: 8px 0 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media(max-width: 768px) {
  .promo-content {
    gap: 20px;
  }

  .promo-text h2 {
    font-size: 2.2rem;
  }

  .promo-visual {
    width: 220px;
    height: 220px;
  }

  .home-featured-inner {
    padding: 24px 18px;
  }

  .home-featured-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-featured-cta {
    width: 100%;
    text-align: center;
  }

  .home-featured-slider {
    gap: 14px;
  }
}

/* Footer */
.footer {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.6);
  padding: 56px 20px 48px;
  text-align: center;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-brand {
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #fff;
}

.footer p {
  margin-bottom: 6px;
  font-size: .88rem;
}

.footer-copy {
  font-size: .78rem !important;
  margin-top: 12px !important;
  color: rgba(255, 255, 255, 0.35);
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 15px 0 5px;
}

.footer-social-icon {
  font-size: 1.8rem;
  text-decoration: none;
  transition: transform 0.3s, filter 0.3s;
  filter: grayscale(0.3);
}

.footer-social-icon:hover {
  transform: scale(1.3) translateY(-3px);
  filter: grayscale(0);
}

/* Toast */
.toast {
  position: fixed;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--text);
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: .88rem;
  font-weight: 500;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
  white-space: nowrap;
}

.toast.show {
  transform: translateX(-50%) translateY(0)
}

/* Responsive */
@media(max-width:1024px) {
  .events-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:768px) {
  .header-nav {
    display: none
  }

  .header-nav.mobile-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    padding: 16px 24px;
    gap: 12px;
    border-top: 3px solid var(--orange);
    z-index: 99;
  }

  .mobile-menu-btn {
    display: flex
  }

  .header-actions {
    display: none
  }

  .slide-img {
    width: clamp(140px, 30vw, 250px) !important;
    height: clamp(140px, 30vw, 250px) !important;
    right: 2% !important;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .about-visual {
    position: static
  }

  .contact-grid {
    grid-template-columns: 1fr
  }

  .events-grid {
    grid-template-columns: 1fr 1fr
  }

  .top-bar-inner {
    padding: 8px 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .slide {
    padding: 18px 14px 44px;
  }

  .slide-content {
    max-width: 100%;
    padding: 16px 16px 14px;
    border-radius: 20px;
  }

  .slide-title {
    font-size: clamp(2.35rem, 12vw, 4rem);
    letter-spacing: 1px;
  }

  .about-section,
  .events-section,
  .hours-section,
  .contact-section,
  .gallery-section {
    padding: 76px 16px 80px;
  }

  .about-header {
    margin-bottom: 34px;
  }

  .section-tag {
    font-size: .74rem;
    letter-spacing: 2px;
    padding: 7px 12px;
    gap: 8px;
  }

  .section-title {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
  }

  .hours-card {
    padding: 34px 20px;
  }

  .contact-card {
    padding: 28px 20px;
  }

  .gallery-grid {
    margin-top: 30px;
  }

  .toast {
    max-width: calc(100vw - 24px);
    white-space: normal;
    text-align: center;
    padding: 12px 16px;
    border-radius: 20px;
  }

  .top-contact {
    display: none
  }

  .p-img {
    width: 85px;
    height: 85px;
    font-size: 2.5rem
  }
}

@media(max-width:480px) {
  .p-img {
    width: 75px;
    height: 75px;
    font-size: 2.2rem
  }

  .product-card {
    padding: 12px;
    gap: 12px
  }

  .bottom-btn {
    padding: 12px 24px;
    font-size: .9rem
  }

  .events-grid {
    grid-template-columns: 1fr
  }

  .hours-card {
    padding: 28px 20px
  }

  .top-bar-inner {
    padding: 8px 12px;
  }

  .hero-slider {
    height: 210px;
  }

  .slide-content {
    padding: 14px;
  }

  .slide-sub {
    font-size: 0.9rem;
  }

  .slide-title {
    font-size: clamp(2rem, 13vw, 3.3rem);
  }

  .slide-desc {
    font-size: 0.84rem;
  }

  .about-section,
  .events-section,
  .hours-section,
  .contact-section,
  .gallery-section {
    padding: 64px 12px 68px;
  }

  .contact-card {
    border-radius: 18px;
    padding: 24px 16px;
  }

  .gallery-grid {
    gap: 10px;
  }

  .footer {
    padding: 42px 16px 36px;
  }
}

/* PRODUCT SEARCH BAR FIX (was open to show how it looks) */
.search-bar.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* SIDE FLOATING MENU (Desktop) */
.side-nav {
  position: absolute;
  left: 180px;
  top: 215px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 200;
}

.side-btn {
  background: linear-gradient(135deg, #ffb347 0%, #ff8d08 45%, #ff6b00 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  padding: 22px 40px;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.95rem;
  letter-spacing: 2px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 18px 40px rgba(255, 141, 8, 0.3);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}

.side-btn-text {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.side-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 46px rgba(255, 141, 8, 0.34);
  filter: brightness(1.04);
}

/* WIFI MODAL CARD */
.wifi-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.wifi-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.wifi-modal-card {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: rgba(255, 252, 247, 0.98);
  border-radius: 28px;
  border: 1px solid rgba(232, 216, 197, 0.92);
  padding: 40px;
  z-index: 401;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.24);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wifi-modal-card.open {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: all;
}

.wifi-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(232, 216, 197, 0.9);
  font-size: 1.15rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  color: var(--text2);
  transition: color 0.2s, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.wifi-modal-close:hover {
  color: var(--red);
  background: #fff7ef;
  transform: translateY(-1px);
}

.wifi-modal-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  animation: wifiBlink 2s infinite;
}

@keyframes wifiBlink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

.wifi-modal-card h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: var(--text);
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.wifi-modal-box {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid var(--border);
}

.wifi-modal-box p {
  margin: 10px 0;
  font-size: 1.1rem;
  color: var(--text);
}

.wifi-modal-box code {
  background: #eee;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  color: var(--red);
}

.copy-wifi-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0 5px;
  transition: transform 0.2s;
}

.copy-wifi-btn:hover {
  transform: scale(1.2);
}

.qr-container {
  padding: 15px;
  background: #fff;
  border-radius: 12px;
  display: inline-block;
  border: 1px solid var(--border);
}

.qr-container img {
  width: 150px;
  height: 150px;
}

.qr-hint {
  margin-top: 10px;
  font-size: 0.85rem;
  color: var(--text2);
  font-style: italic;
}

/* SOCIAL MODAL */
.social-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  z-index: 400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

.social-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.social-modal-card {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: rgba(255, 252, 247, 0.98);
  border-radius: 28px;
  border: 1px solid rgba(232, 216, 197, 0.92);
  padding: 40px;
  z-index: 401;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.24);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-modal-card.open {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: all;
}

/* Keep event booking modal hidden until lazy event-modal.css loads */
.event-booking-overlay,
.event-booking-modal {
  display: none;
}

.event-booking-overlay.open,
.event-booking-modal.open {
  display: block;
}

.social-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(232, 216, 197, 0.9);
  font-size: 1.15rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  color: var(--text2);
  transition: color 0.2s, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.social-modal-close:hover {
  color: var(--primary);
  background: #fff7ef;
  transform: translateY(-1px);
}

.social-modal-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  animation: float 3s ease-in-out infinite;
}

.social-modal-content h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem;
  color: var(--text);
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.social-modal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-link-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 16px;
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid var(--border);
}

.social-link-item span {
  font-size: 1.5rem;
}

.social-link-item:hover {
  background: #fff;
  transform: translateX(10px);
  border-color: var(--primary);
  box-shadow: 0 5px 15px rgba(255, 141, 8, 0.1);
  color: var(--primary);
}

.social-link-item.instagram:hover {
  color: #E4405F;
  border-color: #E4405F;
}

.social-link-item.facebook:hover {
  color: #1877F2;
  border-color: #1877F2;
}

.social-link-item.tiktok:hover {
  color: #000000;
  border-color: #000000;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media(max-width: 768px) {
  .side-nav {
    position: relative;
    /* Naturally follows hero-slider */
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px 10px;
    background: transparent;
    gap: 12px;
    z-index: 85;
  }

  .side-btn {
    padding: 15px 30px;
    font-size: 1rem;
    width: 250px;
    max-width: 90%;
    box-shadow: 0 8px 20px rgba(255, 141, 8, 0.25);
    text-align: center;
    border-radius: 50px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
  }

  .cat-nav {
    margin-top: 15px;
    background: #fff;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
  }

  .cat-nav-inner {
    flex-direction: column;
    /* Stack buttons and grid */
    padding: 15px 10px;
    gap: 15px;
  }

  .icon-btn-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 100%;
  }

  .icon-btn {
    margin: 0;
    width: 55px;
    height: 55px;
    border-radius: 18px;
    background: #f8f9fa;
  }



  .menu-wrap {
    padding-top: 30px;
    /* Space between nav and menu */
  }
}

/* ===== DISH DETAIL PAGE ===== */
.dish-page {
  position: fixed;
  inset: 0;
  max-width: 520px;
  margin: 0 auto;
  background: linear-gradient(180deg, #fff 0%, #f8efe3 100%);
  z-index: 2100;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.24);
}

.dish-page.open {
  transform: translateY(0);
}

.dish-page-header {
  position: relative;
  height: 44vh;
  background: #000;
  overflow: hidden;
}

.dish-page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 18, 0.18) 0%, rgba(10, 12, 18, 0.08) 36%, rgba(10, 12, 18, 0.52) 100%);
  pointer-events: none;
}

.dish-page-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.dish-page-close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 42px;
  height: 42px;
  background: rgba(14, 16, 21, 0.58);
  border-radius: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.dish-page-close:hover {
  transform: translateY(-2px);
  background: rgba(14, 16, 21, 0.7);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.24);
}

.dish-page-body {
  flex: 1;
  padding: 28px 20px 18px;
  background: linear-gradient(180deg, #fff 0%, #fbf7f0 100%);
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  margin-top: -34px;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 -20px 42px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.dish-page-body::before {
  content: "";
  width: 52px;
  height: 4px;
  border-radius: 999px;
  background: rgba(158, 138, 112, 0.24);
  margin: -6px auto 16px;
  flex: 0 0 auto;
}

.dish-page-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.72rem, 4.8vw, 2.08rem);
  font-weight: 700;
  margin-bottom: 8px;
  color: #161616;
  letter-spacing: -1px;
  text-wrap: balance;
}

.dish-page-price {
  font-size: 1.24rem;
  font-weight: 800;
  color: #d94841;
  margin-bottom: 14px;
  letter-spacing: -0.4px;
}

.dish-page-desc {
  color: var(--text2);
  line-height: 1.58;
  font-size: 0.92rem;
  margin-bottom: 18px;
  max-width: 40ch;
}

.dish-page-love-row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 18px;
}

.dish-page-footer {
  position: sticky;
  bottom: -22px;
  margin-top: auto;
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  background: linear-gradient(180deg, rgba(251, 247, 240, 0.82) 0%, rgba(255, 255, 255, 0.98) 26%);
  backdrop-filter: blur(12px);
  margin-left: -20px;
  margin-right: -20px;
  box-shadow: 0 -12px 24px rgba(19, 23, 31, 0.05);
}

.dish-add-btn {
  width: 100%;
  padding: 16px 18px;
  background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
  color: #fff;
  border: none;
  border-radius: 18px;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(230, 57, 70, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dish-add-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(230, 57, 70, 0.28);
}

/* ===== HISTORY MODAL ===== */
.history-overlay {
  position: fixed;
  inset: 0;
  background: rgba(9, 11, 16, 0.82);
  z-index: 2200;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(12px);
  transition: 0.3s;
}

.history-overlay.open {
  opacity: 1;
  visibility: visible;
}

.history-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: min(92%, 430px);
  background: linear-gradient(180deg, #fff 0%, #fbf7f0 100%);
  border-radius: 24px;
  padding: 24px 18px;
  max-height: 80vh;
  overflow-y: auto;
  transition: 0.3s;
  border: 1px solid rgba(255, 184, 96, 0.14);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.26);
}

.history-overlay.open .history-modal {
  transform: translate(-50%, -50%) scale(1);
}

.history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  color: #131313;
}

.history-header h2 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.4px;
}

.history-ticket {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(248, 242, 234, 0.92) 100%);
  border: 1px solid rgba(255, 184, 96, 0.18);
  border-radius: 22px;
  padding: 14px;
  margin-bottom: 16px;
  color: #2a2a2a;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.menu-modal-body {
  padding: 30px 20px;
}

.menu-modal-body.is-centered {
  padding: 40px 20px;
  text-align: center;
}

.menu-modal-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.menu-modal-title {
  margin-bottom: 10px;
  text-align: center;
}

.menu-modal-subtitle {
  color: var(--text2);
  margin-bottom: 30px;
  text-align: center;
}

.menu-modal-code-card {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 15px;
  font-family: monospace;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: var(--primary);
  font-weight: 700;
  border: 2px dashed #ddd;
}

.menu-modal-action {
  width: 100%;
  margin-top: 25px;
  border: none;
  border-radius: 14px;
  padding: 16px 18px;
  background: linear-gradient(135deg, var(--orange), #ff6b00);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.4px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(255, 141, 8, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.menu-modal-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(255, 141, 8, 0.36);
}

.menu-modal-action.is-muted {
  background: #eee;
  color: #000;
  box-shadow: none;
}

.social-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(248, 241, 230, 0.9) 100%);
  border-radius: 16px;
  text-decoration: none;
  color: #000;
  border: 1px solid rgba(215, 193, 162, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.social-item:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 141, 8, 0.28);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.social-item-icon {
  font-size: 1.5rem;
}

.menu-modal-empty {
  text-align: center;
  color: #777;
}

.cart-drawer-body {
  padding: 2px 18px 118px;
}

.cart-drawer-header {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(215, 193, 162, 0.24);
  padding-bottom: 14px;
  gap: 12px;
}

.cart-drawer-title {
  font-weight: 900;
  font-size: 1.2rem;
  text-transform: none;
  color: #181818;
  letter-spacing: -0.03em;
}

.cart-drawer-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cart-drawer-clear {
  background: rgba(255, 245, 234, 0.96);
  border: 1px solid rgba(215, 193, 162, 0.24);
  color: #8d6950;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.76rem;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
}

.cart-drawer-count {
  font-size: 0.78rem;
  color: #9d3b35;
  font-weight: 800;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 243, 240, 0.92);
}

.cart-items-list {
  max-height: 45vh;
  overflow-y: auto;
  margin-bottom: 18px;
}

.cart-item-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(249, 242, 232, 0.9) 100%);
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(215, 193, 162, 0.2);
}

.cart-item-main {
  flex: 1;
}

.cart-item-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #000;
}

.cart-item-size {
  font-size: 0.8rem;
  color: var(--primary);
}

.cart-item-price {
  color: var(--red);
  font-weight: 700;
  font-size: 0.88rem;
  margin-top: 2px;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.cart-item-qty {
  font-weight: 700;
  color: #000;
}

.cart-qty-btn {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
}

.cart-qty-btn.is-minus {
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
}

.cart-qty-btn.is-plus {
  border: none;
  background: var(--red);
  color: #fff;
}

.cart-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.cart-service-btn {
  padding: 14px 10px;
  border-radius: 16px;
  border: 1px solid rgba(215, 193, 162, 0.24);
  background: rgba(255, 251, 246, 0.98);
  color: #666;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
  box-shadow: none;
}

.cart-service-btn.is-active {
  border-color: var(--red);
  background: #fff;
  color: var(--red);
  box-shadow: 0 4px 12px rgba(226, 27, 27, 0.15);
}

.cart-service-icon {
  font-size: 1.5rem;
}

.cart-service-label {
  font-size: 0.7rem;
  font-weight: 700;
}

.cart-delivery-block {
  margin-bottom: 20px;
  animation: fadeIn 0.3s ease;
}

.cart-delivery-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #000;
  font-size: 0.9rem;
}

.cart-delivery-input {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 2px solid #eee;
  font-family: inherit;
  font-size: 0.95rem;
  box-sizing: border-box;
  resize: vertical;
  outline: none;
}

.cart-total-card {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(248, 241, 230, 0.92) 100%);
  padding: 16px;
  border-radius: 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(215, 193, 162, 0.22);
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  font-weight: 800;
  font-size: 1.1rem;
  color: #000;
}

.cart-confirm-btn {
  width: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  border: none;
  background: linear-gradient(135deg, #ff9348 0%, #e63946 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.98rem;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 16px 28px rgba(230, 57, 70, 0.2);
}

.cart-confirm-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(230, 57, 70, 0.24);
}

.history-empty {
  text-align: center;
  color: #7d7d7d;
  padding: 26px 20px;
  background: rgba(255, 250, 243, 0.9);
  border: 1px dashed rgba(255, 184, 96, 0.18);
  border-radius: 18px;
}

.history-ticket-wrap {
  position: relative;
}

.history-delete-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(180deg, #fff 0%, #f6ebdd 100%);
  border: 1px solid rgba(255, 184, 96, 0.14);
  cursor: pointer;
  font-size: 1rem;
  border-radius: 999px;
  width: 38px;
  height: 38px;
  color: #8f6e58;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
}

.history-ticket-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.history-ticket-card.is-legacy {
  gap: 0;
}

.history-ticket-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-right: 46px;
}

.history-ticket-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a57a58;
  margin-bottom: 6px;
}

.history-ticket-number {
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #151515;
}

.history-ticket-status {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 243, 240, 0.92);
  color: #c03f34;
  font-size: 0.75rem;
  font-weight: 800;
  white-space: nowrap;
}

.history-ticket-meta {
  display: grid;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px dashed rgba(168, 135, 104, 0.24);
  border-bottom: 1px dashed rgba(168, 135, 104, 0.24);
}

.history-ticket-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.88rem;
  color: #6f6258;
}

.history-ticket-meta-row strong {
  color: #171717;
  font-weight: 800;
  text-align: right;
}

.history-ticket-address {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 247, 239, 0.9);
  color: #7f5542;
  font-size: 0.86rem;
  font-weight: 600;
}

.history-ticket-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.history-line-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.92rem;
  color: #2b2b2b;
}

.history-line-item-main {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}

.history-line-item-qty {
  min-width: 34px;
  font-weight: 900;
  color: #d94841;
}

.history-line-item-name {
  font-weight: 700;
  line-height: 1.4;
}

.history-line-item-total {
  font-weight: 800;
  white-space: nowrap;
  color: #171717;
}

.history-line-item.is-legacy {
  display: block;
  color: #4f4a45;
  line-height: 1.55;
}

.history-ticket-legacy {
  margin: 0;
  white-space: pre-wrap;
  font-family: 'Outfit', sans-serif;
  line-height: 1.55;
  color: #3f3a35;
}

.history-close-btn {
  background: linear-gradient(180deg, #fff 0%, #f6ebdd 100%);
  border: 1px solid rgba(255, 184, 96, 0.16);
  font-size: 1.3rem;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.history-close-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.12);
}

.ticket-sheet {
  border-radius: 0;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(180deg, #fff 0%, #fbf7f0 100%);
  color: #151515;
  z-index: 9999;
}

.ticket-content {
  padding: 50px 30px;
  font-family: 'Outfit', sans-serif;
  color: #151515;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.ticket-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(180deg, #fff 0%, #f6ebdd 100%);
  border: 1px solid rgba(255, 184, 96, 0.18);
  font-size: 1.5rem;
  cursor: pointer;
  color: #555;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ticket-close-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
}

.ticket-brand {
  text-align: center;
  margin-bottom: 40px;
}

.ticket-brand-name {
  font-weight: 900;
  font-size: 2.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #171717;
}

.ticket-brand-address {
  font-size: 0.9rem;
  color: #666;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
}

.ticket-summary {
  border-top: 2px solid rgba(17, 24, 39, 0.14);
  border-bottom: 2px solid rgba(17, 24, 39, 0.14);
  padding: 25px 0;
  margin-bottom: 40px;
  text-align: center;
}

.ticket-number {
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.ticket-datetime {
  font-size: 1rem;
  color: #555;
  margin-top: 5px;
}

.ticket-service {
  margin-top: 15px;
  font-weight: 900;
  color: #d94841;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.ticket-delivery-address {
  font-size: 1.1rem;
  margin-top: 10px;
  color: #333;
  font-weight: 600;
  background: rgba(255, 247, 240, 0.94);
  padding: 12px;
  border-radius: 14px;
  border: 1px dashed rgba(217, 72, 65, 0.28);
}

.ticket-items {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  padding-bottom: 20px;
}

.ticket-item-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  text-align: left;
  font-size: 1.1rem;
  gap: 12px;
}

.ticket-item-name {
  font-weight: 500;
}

.ticket-item-qty {
  color: var(--red);
}

.ticket-item-price {
  font-weight: 800;
  color: #000;
}

.ticket-item-currency {
  font-size: 0.7em;
}

.ticket-total-wrap {
  margin-bottom: 50px;
  text-align: center;
}

.ticket-total-box {
  background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
  color: #fff;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 900;
  border-radius: 18px;
  letter-spacing: 1px;
  font-family: 'Outfit', sans-serif;
  box-shadow: 0 20px 36px rgba(230, 57, 70, 0.22);
}

.ticket-actions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.ticket-action-btn {
  padding: 20px;
  border-radius: 16px;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ticket-action-btn:hover {
  transform: translateY(-2px);
}

.ticket-action-btn.is-outline {
  border: 1px solid rgba(17, 24, 39, 0.14);
  background: rgba(255, 255, 255, 0.86);
  color: #111;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.05);
}

.ticket-action-btn.is-primary {
  border: none;
  background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
  color: #fff;
  box-shadow: 0 18px 30px rgba(230, 57, 70, 0.22);
}

.ticket-actions-single {
  width: 100%;
}

.ticket-action-btn.is-dark {
  width: 100%;
  padding: 22px;
  border: none;
  background: linear-gradient(180deg, #2d323b 0%, #1d2027 100%);
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.14);
}

.ticket-action-btn.is-success {
  width: 100%;
  padding: 22px;
  border: none;
  background: linear-gradient(135deg, #52ca63 0%, #2fa84a 100%);
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 18px 30px rgba(68, 187, 68, 0.2);
}

.ticket-helper {
  text-align: center;
  margin-top: 15px;
  color: #888;
  font-size: 0.9rem;
}

.ticket-helper.is-success {
  color: #44bb44;
  font-weight: 700;
}

/* Floating Actions */
.floating-actions {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(calc(-50% + 180px));
  /* Positioned relative to mobile wrapper */
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

@media (max-width: 550px) {
  .floating-actions {
    left: auto;
    right: 20px;
    transform: none;
  }
}

.float-btn {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.float-btn:hover {
  transform: translateY(-5px);
}

.float-btn.history-btn {
  background: #1a1d23;
  color: #fff;
}

/* Sexy Featured Header */
.featured-header-sexy {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 15px;
  text-align: left;
}

.featured-header-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ff6b35;
  font-weight: 800;
  margin-bottom: 4px;
  text-shadow: 0 0 15px rgba(255, 107, 53, 0.4);
  animation: slideInLeft 0.8s ease-out;
}

.featured-header-title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #fff;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.featured-header-title span {
  background: linear-gradient(135deg, #ff6b35, #ffd600, #ff3c78);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradientShift 4s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.featured-header-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 141, 8, 0.5), transparent);
  margin-left: 10px;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 0.8;
  }
}

/* Rest of featured items slider... */
.featured-section {
  margin: 20px 0 30px;
  padding: 0 5px;
}

.featured-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #fff;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.featured-slider {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 10px;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.featured-slider::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.featured-card {
  flex: 0 0 160px;
  background: #1a1d23;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  scroll-snap-align: start;
  cursor: pointer;
  content-visibility: auto;
  contain-intrinsic-size: 220px;
}

.featured-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
  border-color: var(--primary);
}

.featured-img-wrap {
  width: 100%;
  height: 140px;
  overflow: hidden;
  background: #252932;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-card:hover .featured-img-wrap img {
  transform: scale(1.1);
}

.featured-info {
  padding: 12px;
  background: linear-gradient(to bottom, rgba(26, 29, 35, 0.8), #1a1d23);
}

.featured-add-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(230, 57, 70, 0.3);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-add-btn:hover {
  transform: scale(1.15) rotate(90deg);
}

.emoji-placeholder {
  font-size: 3rem;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
}

/* ===== PAYMENT & FACILITIES SECTION ===== */
.payment-facilities-section {
  padding: 96px 24px;
  background: #fdfdfd;
}

.pf-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pf-grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 36px;
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
  padding: 50px 46px;
  border-radius: 30px;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(255, 141, 8, 0.08);
}

.pf-card {
  flex: 1;
  text-align: center;
  padding: 6px 4px;
}

.pf-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--text);
  letter-spacing: -0.5px;
}

.pf-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.pf-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 118px;
  padding: 16px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 141, 8, 0.1);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  opacity: 0;
  animation: sectionRiseIn 0.68s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.pf-icon-item:nth-child(1) {
  animation-delay: 0.1s;
}

.pf-icon-item:nth-child(2) {
  animation-delay: 0.18s;
}

.pf-icon-item:nth-child(3) {
  animation-delay: 0.26s;
}

.pf-icon-item:nth-child(4) {
  animation-delay: 0.34s;
}

.pf-icon-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 141, 8, 0.2);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.pf-icon {
  font-size: 2.2rem;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.pf-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text2);
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.pf-img-icon {
  height: 35px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.2);
  transition: 0.3s;
}

.pf-img-icon:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

.pf-svg-icon {
  height: 40px;
  width: auto;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
  transition: 0.3s;
}

.pf-svg-icon:hover {
  transform: scale(1.1);
}

.pf-divider {
  width: 2px;
  background: linear-gradient(to bottom, transparent, rgba(255, 141, 8, 0.22), transparent);
}

@media (max-width: 768px) {
  .pf-grid {
    flex-direction: column;
    padding: 30px 20px;
  }

  .pf-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #eee, transparent);
    margin: 10px 0;
  }
}

/* ===== GALLERY SECTION ===== */
.gallery-section {
  padding: 106px 24px 112px;
  background: #fff;
}

.gallery-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 54px;
}

.gallery-item {
  position: relative;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 141, 8, 0.08);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  animation: sectionRiseIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  content-visibility: auto;
  contain-intrinsic-size: 240px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 42px rgba(15, 23, 42, 0.14);
}

.gallery-item:nth-child(1) {
  animation-delay: 0.08s;
}

.gallery-item:nth-child(2) {
  animation-delay: 0.14s;
}

.gallery-item:nth-child(3) {
  animation-delay: 0.2s;
}

.gallery-item:nth-child(4) {
  animation-delay: 0.26s;
}

.gallery-item:nth-child(5) {
  animation-delay: 0.32s;
}

.gallery-item:nth-child(6) {
  animation-delay: 0.38s;
}

@media (prefers-reduced-motion: reduce) {
  .section-reveal,
  .about-card,
  .event-card,
  .hours-card,
  .contact-card,
  .pf-icon-item,
  .gallery-item {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .slide,
  .slide-img,
  .landing-hero-img,
  .menu-nav-hero-img,
  .order-btn:hover,
  .events-btn:hover,
  .promo-visual img,
  .promo-visual-vibrant img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

.gallery-item:hover img {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery-item {
    border-radius: 12px;
  }
}

/* ===== Impeccable System Pass ===== */
.side-btn {
  gap: 14px;
}

.side-btn-icon {
  font-size: 1.3em;
  line-height: 1;
  flex-shrink: 0;
}

.side-btn-label {
  line-height: 1;
}

.social-links.social-links-minimal {
  justify-content: center;
}

.social-links.social-links-minimal .social-icon-link {
  width: 48px;
  height: 48px;
}

.mobile-wrapper.is-landing .home-floating-hub {
  display: none;
}

@media (max-width: 768px) {
  body {
    background-attachment: scroll;
  }

  .top-bar {
    position: sticky;
    top: 0;
    z-index: 140;
    background: rgba(18, 21, 28, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
  }

  .top-bar-inner {
    padding: calc(env(safe-area-inset-top, 0px) + 9px) 14px 9px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .status-badge {
    padding: 5px 10px;
    gap: 7px;
    border-radius: 999px;
  }

  .status-text {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .header {
    top: 46px;
    background: linear-gradient(180deg, rgba(18, 21, 28, 0.86) 0%, rgba(18, 21, 28, 0.62) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
  }

  .header-inner {
    padding: 10px 14px;
    gap: 12px;
  }

  .logo {
    color: #fff;
    font-size: 1.12rem;
    letter-spacing: 0.02em;
  }

  .logo span {
    color: #fff;
  }

  .mobile-menu-btn {
    border-color: rgba(255, 255, 255, 0.16);
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
  }

  .hero-slider {
    height: 268px;
    margin-top: 0;
  }

  .slide {
    padding: 26px 14px 42px;
  }

  .slide-content {
    max-width: min(100%, 308px);
    padding: 16px 16px 14px;
  }

  .slide-title {
    font-size: clamp(2.05rem, 12vw, 3.1rem);
    letter-spacing: 0.02em;
  }

  .slide-desc {
    font-size: 0.84rem;
  }

  .side-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 10px;
    padding: 0 14px;
    margin-top: -18px;
    position: relative;
    z-index: 25;
  }

  .side-btn {
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 14px 10px 13px;
    border-radius: 22px;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    box-shadow: 0 16px 28px rgba(255, 141, 8, 0.18);
    flex-direction: column;
    gap: 8px;
  }

  .side-btn-icon {
    font-size: 1.2rem;
  }

  .about-section,
  .events-section,
  .hours-section,
  .contact-section,
  .gallery-section,
  .payment-facilities-section {
    padding: 58px 14px 62px;
  }

  .about-header {
    text-align: left;
    margin-bottom: 26px;
  }

  .title-line {
    margin: 14px 0 0;
  }

  .section-tag {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    padding: 7px 11px;
  }

  .section-title {
    max-width: 10ch;
    letter-spacing: 0.03em;
  }

  .about-grid {
    gap: 24px;
  }

  .about-text h3 {
    font-size: 1.62rem;
  }

  .about-tagline {
    font-size: 0.98rem;
    margin-bottom: 14px;
  }

  .about-text p {
    font-size: 0.88rem;
    line-height: 1.66;
    margin-bottom: 12px;
  }

  .about-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .about-card {
    padding: 22px 14px;
    border-radius: 18px;
  }

  .card-number {
    font-size: 2.05rem;
  }

  .card-label {
    font-size: 0.73rem;
    line-height: 1.32;
  }

  .pf-grid {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .event-card,
  .contact-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .event-card p,
  .contact-card p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .hours-card {
    padding: 26px 18px;
    border-radius: 22px;
  }

  .footer {
    padding: 34px 14px calc(32px + env(safe-area-inset-bottom, 0px));
  }

  .landing-hero {
    height: 228px;
  }

  .landing-logo-wrap {
    margin-top: -50px;
  }

  .landing-logo-circle {
    width: 102px;
    height: 102px;
    border-width: 4px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
  }

  .landing-body {
    margin-top: -18px;
    padding: 18px 14px 22px;
    border-radius: 28px 28px 0 0;
  }

  .landing-rest-name {
    font-size: clamp(1.45rem, 6.5vw, 1.9rem);
    margin-bottom: 6px;
  }

  .landing-status {
    margin-bottom: 10px;
  }

  .game-banner {
    padding: 12px 14px;
    gap: 10px;
    border-radius: 20px;
  }

  .game-banner-main {
    gap: 10px;
  }

  .gb-text {
    font-size: 0.96rem;
  }

  .game-banner-note {
    font-size: 0.76rem;
  }

  .game-banner-cta {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }

  .promo-section-vibrant {
    margin: 14px 0 10px !important;
  }

  .promo-inner-container {
    padding: 0;
  }

  .view-menu-btn {
    width: 100%;
    margin: 12px 0 12px;
    padding: 16px 18px;
    border-radius: 22px;
    font-size: 0.95rem;
  }

  .info-section {
    margin-bottom: 10px;
    gap: 10px;
  }

  .info-row {
    min-height: 84px;
    padding: 14px 12px 12px;
    gap: 8px;
    border-radius: 18px;
    font-size: 0.82rem;
  }

  .info-icon {
    width: 38px;
    height: 38px;
    font-size: 0.98rem;
  }

  .hours-section {
    margin-top: 14px;
  }

  .hours-title {
    font-size: 0.96rem;
    margin-bottom: 10px;
  }

  .hours-grid {
    border-radius: 18px;
  }

  .hour-row {
    padding: 12px 14px;
    font-size: 0.84rem;
  }

  .social-links {
    margin-top: 10px;
    gap: 10px;
  }

  .social-icon-link {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    font-size: 1.15rem;
  }

  .super-cat-sheet {
    padding: 20px 14px calc(64px + env(safe-area-inset-bottom, 0px));
    border-radius: 28px 28px 0 0;
  }

  .super-sheet-title {
    font-size: 1.18rem;
    margin-bottom: 16px;
  }

  .super-cat-row {
    padding: 13px 12px;
    margin-bottom: 10px;
    border-radius: 18px;
  }

  .super-cat-row-name {
    font-size: 0.94rem;
  }

  .super-cat-row-desc {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .super-cat-row-arrow {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }

  .menu-nav-hero {
    height: 182px;
  }

  .menu-nav-hero-title {
    bottom: 20px;
    left: 16px;
    right: 16px;
    font-size: clamp(1.45rem, 6.2vw, 1.82rem);
  }

  .menu-content-area {
    padding: 22px 12px calc(118px + env(safe-area-inset-bottom, 0px));
    border-radius: 28px 28px 0 0;
  }

  .menu-content-area::before {
    top: 11px;
    width: 54px;
  }

  .cat-nav-wrapper {
    margin: 0 -12px 18px;
    padding: 8px 10px 12px;
    border-radius: 22px;
  }

  .menu-search-box {
    margin: 0 -2px 16px;
    padding: 4px 2px 2px;
  }

  .menu-search-box input {
    border-radius: 18px;
    padding: 14px 15px 14px 44px;
    font-size: 0.88rem;
  }

  .menu-section {
    margin-bottom: 30px;
  }

  .menu-section-title {
    margin-bottom: 14px;
  }

  .menu-item-card {
    padding: 12px 12px 12px 10px;
    gap: 10px;
    border-radius: 20px;
    min-height: 98px;
  }

  .menu-item-info {
    padding-right: 38px;
  }

  .menu-item-name {
    font-size: 0.93rem;
    margin-bottom: 4px;
  }

  .menu-item-desc {
    font-size: 0.75rem;
    line-height: 1.36;
  }

  .menu-item-price {
    padding-top: 8px;
    font-size: 0.9rem;
  }

  .menu-item-img {
    width: 70px;
    height: 70px;
    border-radius: 16px;
  }

  .menu-item-add {
    width: 42px;
    height: 42px;
    right: 8px;
    bottom: 8px;
    border-radius: 15px;
    font-size: 1rem;
  }

  .featured-card {
    flex-basis: 148px;
    border-radius: 20px;
  }

  .featured-info {
    padding: 14px 14px 46px;
  }

  .dish-page-header {
    height: 38vh;
    min-height: 228px;
  }

  .dish-page-body {
    padding: 24px 16px 14px;
  }

  .dish-page-name {
    font-size: clamp(1.42rem, 7vw, 1.74rem);
  }

  .dish-page-desc {
    max-width: none;
    margin-bottom: 16px;
  }

  .dish-page-footer {
    padding: 14px 16px calc(16px + env(safe-area-inset-bottom, 0px));
    margin-left: -16px;
    margin-right: -16px;
  }
}

/* ===== Front Page Completion Overrides ===== */
body:not(.menu-page) {
  background:
    radial-gradient(circle at top left, rgba(255, 199, 132, 0.2), transparent 28%),
    radial-gradient(circle at top right, rgba(226, 27, 27, 0.08), transparent 22%),
    linear-gradient(180deg, #fdf3e7 0%, #fffaf4 18%, #fff 42%, #fff9f0 72%, #fff 100%);
  background-attachment: scroll;
}

body:not(.menu-page) .top-bar {
  position: relative;
  z-index: 360;
  background: rgba(16, 18, 24, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 24px rgba(12, 16, 24, 0.12);
}

body:not(.menu-page) .top-bar-inner {
  max-width: 1180px;
  min-height: 52px;
  padding: 10px 24px;
}

body:not(.menu-page) .status-badge {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

body:not(.menu-page) .header {
  position: sticky;
  top: 0;
  z-index: 330;
  height: 0;
  margin-bottom: -102px;
  background: transparent;
  border-bottom: none;
  pointer-events: none;
}

body:not(.menu-page) .header-inner {
  max-width: 1180px;
  padding: 12px 22px;
  background: linear-gradient(180deg, rgba(19, 22, 29, 0.72) 0%, rgba(19, 22, 29, 0.54) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

body:not(.menu-page) .logo,
body:not(.menu-page) .header-nav .nav-link {
  color: rgba(255, 249, 241, 0.9);
}

body:not(.menu-page) .header-nav .nav-link:hover,
body:not(.menu-page) .header-nav .active-link {
  color: #fff;
}

body:not(.menu-page) .header-nav .nav-link::after {
  background: linear-gradient(90deg, var(--secondary), #ffd296);
}

body:not(.menu-page) .hero-slider {
  margin-top: 0;
  height: min(calc(100svh - 86px), 760px);
  min-height: 560px;
  border-radius: 0 0 42px 42px;
  isolation: isolate;
  background: #16181e;
  pointer-events: none;
}

body:not(.menu-page) .hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 13, 18, 0.92) 0%, rgba(11, 13, 18, 0.72) 42%, rgba(11, 13, 18, 0.34) 72%, rgba(11, 13, 18, 0.12) 100%),
    radial-gradient(circle at 20% 24%, rgba(255, 141, 8, 0.24), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(226, 27, 27, 0.18), transparent 28%),
    var(--brand-hero-image);
  background-size: auto, auto, auto, cover;
  background-position: center;
  z-index: 0;
}

body:not(.menu-page) .hero-slider::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0) 0%, rgba(255, 250, 244, 0.96) 72%, #fffaf4 100%);
  z-index: 1;
}

body:not(.menu-page) .slide {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 138px clamp(24px, 6vw, 72px) 118px;
}

body:not(.menu-page) .slide-content {
  max-width: 520px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  position: relative;
  z-index: 6;
  pointer-events: auto;
}

body:not(.menu-page) .slide-sub {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: rgba(255, 247, 238, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.84rem;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body:not(.menu-page) .slide-title {
  color: #fff;
  text-shadow: none;
  letter-spacing: 0.01em;
  line-height: 0.92;
  margin-bottom: 14px;
}

body:not(.menu-page) .slide-title span {
  color: #ffd59f;
  text-shadow: none;
}

body:not(.menu-page) .slide-desc {
  color: rgba(255, 246, 236, 0.78);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 34ch;
  margin-bottom: 22px;
}

body:not(.menu-page) .slide-cta {
  background: linear-gradient(135deg, #e21b1b 0%, #ff8d08 100%);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  letter-spacing: 0.12em;
  box-shadow: 0 18px 38px rgba(226, 27, 27, 0.28);
  position: relative;
  z-index: 7;
  pointer-events: auto;
  touch-action: manipulation;
}

body:not(.menu-page) .slide-cta:hover {
  box-shadow: 0 24px 42px rgba(226, 27, 27, 0.34);
}

body:not(.menu-page) .slide-img {
  right: clamp(18px, 4vw, 54px);
  top: 58%;
  width: clamp(260px, 34vw, 500px);
  height: clamp(260px, 34vw, 500px);
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.24));
  pointer-events: none;
}

body:not(.menu-page) .slide-dots {
  bottom: 116px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
  pointer-events: auto;
}

body:not(.menu-page) .dot {
  background: rgba(255, 255, 255, 0.28);
}

body:not(.menu-page) .dot-active {
  background: linear-gradient(90deg, var(--secondary), #ffd296);
}

body:not(.menu-page) .about-section {
  padding-top: 92px;
  position: relative;
  overflow: hidden;
}

body:not(.menu-page) .about-header {
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

body:not(.menu-page) .section-title {
  letter-spacing: 0.04em;
}

body:not(.menu-page) .about-grid {
  gap: 44px;
  align-items: start;
  position: relative;
  z-index: 1;
}

body:not(.menu-page) .about-text {
  max-width: 60ch;
  position: relative;
}

body:not(.menu-page) .about-card {
  padding: 24px 18px;
  border-radius: 22px;
  text-align: left;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(255, 245, 232, 0.96) 100%);
  border: 1px solid rgba(232, 214, 188, 0.9);
  box-shadow: 0 20px 42px rgba(75, 47, 24, 0.08);
}

body:not(.menu-page) .card-number {
  font-size: 2.15rem;
}

body:not(.menu-page) .card-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

body:not(.menu-page) .about-section::before {
  content: "";
  position: absolute;
  inset: 24px auto auto 50%;
  width: min(560px, 72vw);
  height: 340px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 188, 106, 0.18) 0%, rgba(255, 188, 106, 0.08) 34%, transparent 72%);
  pointer-events: none;
}

body:not(.menu-page) .payment-facilities-section {
  padding-top: 72px;
  padding-bottom: 76px;
  background: linear-gradient(180deg, #fff8f0 0%, #fff 100%);
}

body:not(.menu-page) .pf-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 32px;
  border-radius: 32px;
}

body:not(.menu-page) .pf-card {
  text-align: left;
  padding: 0;
}

body:not(.menu-page) .pf-card h3 {
  margin-bottom: 18px;
}

body:not(.menu-page) .pf-icons {
  justify-content: flex-start;
  gap: 14px;
}

body:not(.menu-page) .pf-divider {
  display: none;
}

body:not(.menu-page) .events-section {
  background:
    radial-gradient(circle at top right, rgba(255, 141, 8, 0.12), transparent 28%),
    radial-gradient(circle at left center, rgba(226, 27, 27, 0.12), transparent 24%),
    linear-gradient(180deg, #171a21 0%, #111318 100%);
}

body:not(.menu-page) .events-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body:not(.menu-page) .event-card {
  padding: 28px 24px;
  text-align: left;
  border-radius: 24px;
}

body:not(.menu-page) .event-icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

body:not(.menu-page) .event-reserve-btn {
  width: auto;
  min-width: 180px;
}

body:not(.menu-page) .gallery-section {
  background: linear-gradient(180deg, #fff 0%, #fff8ef 100%);
}

body:not(.menu-page) .gallery-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

body:not(.menu-page) .gallery-item {
  min-height: 220px;
  aspect-ratio: auto;
  border-radius: 24px;
}

body:not(.menu-page) .gallery-item:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 520px;
}

body:not(.menu-page) .gallery-item:nth-child(2),
body:not(.menu-page) .gallery-item:nth-child(3) {
  grid-column: span 5;
  min-height: 252px;
}

body:not(.menu-page) .gallery-item:nth-child(n+4) {
  grid-column: span 4;
}

body:not(.menu-page) .hours-card {
  border-radius: 30px;
  padding: 46px 38px;
  box-shadow: 0 26px 56px rgba(15, 23, 42, 0.08);
}

body:not(.menu-page) .contact-card {
  padding: 28px 24px;
  border-radius: 24px;
  text-align: left;
}

body:not(.menu-page) .contact-icon {
  font-size: 2rem;
}

body:not(.menu-page) .social-links {
  gap: 10px;
}

body:not(.menu-page) .social-btn {
  background: rgba(255, 252, 247, 0.92);
  padding: 10px 18px;
}

body:not(.menu-page) .footer {
  background:
    radial-gradient(circle at top center, rgba(255, 141, 8, 0.12), transparent 22%),
    #14171d;
  padding-top: 64px;
}

body:not(.menu-page) .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.45rem;
}

@media (max-width: 1024px) {
  body:not(.menu-page) .slide {
    padding: 132px 24px 112px;
  }

  body:not(.menu-page) .events-grid {
    grid-template-columns: 1fr 1fr;
  }

  body:not(.menu-page) .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.menu-page) .gallery-item:nth-child(1),
  body:not(.menu-page) .gallery-item:nth-child(2),
  body:not(.menu-page) .gallery-item:nth-child(3),
  body:not(.menu-page) .gallery-item:nth-child(n+4) {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 220px;
  }
}

@media (max-width: 768px) {
  body:not(.menu-page) .top-bar-inner {
    padding: calc(env(safe-area-inset-top, 0px) + 9px) 14px 9px;
  }

  body:not(.menu-page) .header {
    top: 46px;
  }

  body:not(.menu-page) .header-inner {
    padding: 10px 14px;
    border-radius: 22px;
  }

  body:not(.menu-page) .header-nav.mobile-open {
    background: linear-gradient(180deg, rgba(18, 21, 28, 0.96) 0%, rgba(24, 27, 34, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
  }

  body:not(.menu-page) .hero-slider {
    margin-top: 0;
    min-height: 400px;
    height: 66svh;
    border-radius: 0 0 28px 28px;
  }

  body:not(.menu-page) .slide {
    padding: 112px 16px 82px;
    align-items: flex-end;
  }

  body:not(.menu-page) .slide-content {
    max-width: min(100%, 310px);
  }

  body:not(.menu-page) .slide-sub {
    margin-bottom: 12px;
    padding: 7px 12px;
    font-size: 0.72rem;
  }

  body:not(.menu-page) .slide-title {
    font-size: clamp(2.2rem, 12vw, 3.5rem);
  }

  body:not(.menu-page) .slide-desc {
    font-size: 0.86rem;
    line-height: 1.55;
    margin-bottom: 18px;
  }

  body:not(.menu-page) .slide-img {
    width: 210px;
    height: 210px;
    right: 6px;
    top: 42%;
    opacity: 0.92;
  }

  body:not(.menu-page) .slide-dots {
    bottom: 20px;
    padding: 8px 10px;
  }

  body:not(.menu-page) .side-nav {
    width: calc(100% - 24px);
    margin-top: -24px;
    gap: 10px;
  }

  body:not(.menu-page) .side-btn {
    min-height: 72px;
    padding: 12px 10px;
    border-radius: 18px;
    box-shadow: 0 16px 30px rgba(75, 47, 24, 0.08);
  }

  body:not(.menu-page) .side-btn-label {
    font-size: 0.68rem;
    line-height: 1.18;
    letter-spacing: 0.06em;
  }

  body:not(.menu-page) .about-section {
    padding-top: 82px;
  }

  body:not(.menu-page) .about-grid,
  body:not(.menu-page) .contact-grid,
  body:not(.menu-page) .events-grid,
  body:not(.menu-page) .pf-grid {
    grid-template-columns: 1fr;
  }

  body:not(.menu-page) .pf-grid {
    padding: 22px 18px;
    gap: 18px;
  }

  body:not(.menu-page) .pf-icons {
    gap: 10px;
  }

  body:not(.menu-page) .pf-icon-item {
    min-width: calc(50% - 6px);
    flex: 1 1 calc(50% - 6px);
  }

  body:not(.menu-page) .about-card,
  body:not(.menu-page) .contact-card,
  body:not(.menu-page) .event-card,
  body:not(.menu-page) .hours-card {
    border-radius: 20px;
  }

  body:not(.menu-page) .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body:not(.menu-page) .gallery-item {
    min-height: 160px;
    border-radius: 16px;
  }

  body:not(.menu-page) .social-links {
    justify-content: center;
  }
}

/* ===== Front Page Final Polish ===== */
body:not(.menu-page) .top-bar-inner,
body:not(.menu-page) .header-inner,
body:not(.menu-page) .about-inner,
body:not(.menu-page) .pf-inner,
body:not(.menu-page) .events-inner,
body:not(.menu-page) .gallery-inner,
body:not(.menu-page) .hours-inner,
body:not(.menu-page) .contact-inner,
body:not(.menu-page) .footer-inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

body:not(.menu-page) .slide-sub,
body:not(.menu-page) .section-tag {
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.08);
}

body:not(.menu-page) .slide-content {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

body:not(.menu-page) .slide-img img {
  filter: saturate(1.04) contrast(1.02);
  pointer-events: none;
}

body:not(.menu-page) .utility-nav {
  width: min(460px, calc(100% - 48px));
  margin: -48px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  position: relative;
  z-index: 10;
}

body:not(.menu-page) .utility-btn {
  min-height: 60px;
  padding: 12px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 18px;
  border: 1px solid rgba(232, 216, 197, 0.82);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(75, 47, 24, 0.08);
  backdrop-filter: blur(14px);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

body:not(.menu-page) .utility-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(75, 47, 24, 0.12);
  filter: brightness(1.01);
}

body:not(.menu-page) .utility-btn.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

body:not(.menu-page) .utility-btn-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 141, 8, 0.14), rgba(226, 27, 27, 0.1));
  box-shadow: inset 0 0 0 1px rgba(255, 141, 8, 0.1);
}

body:not(.menu-page) .utility-btn-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body:not(.menu-page) .about-section,
body:not(.menu-page) .payment-facilities-section,
body:not(.menu-page) .events-section,
body:not(.menu-page) .gallery-section,
body:not(.menu-page) .hours-section,
body:not(.menu-page) .contact-section,
body:not(.menu-page) .footer {
  content-visibility: auto;
  contain-intrinsic-size: 760px;
}

body:not(.menu-page) .about-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

body:not(.menu-page) .about-text {
  max-width: none;
  padding: 32px 34px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 248, 240, 0.9) 100%);
  border: 1px solid rgba(230, 216, 199, 0.9);
  box-shadow: 0 22px 50px rgba(90, 61, 35, 0.08);
}

body:not(.menu-page) .about-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  opacity: 0.92;
}

body:not(.menu-page) .about-signature {
  border-top-color: rgba(230, 216, 199, 0.92);
}

body:not(.menu-page) .about-visual {
  align-self: stretch;
}

body:not(.menu-page) .pf-grid {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 246, 236, 0.96) 100%);
  border: 1px solid rgba(230, 216, 199, 0.94);
  box-shadow: 0 24px 52px rgba(75, 47, 24, 0.08);
}

body:not(.menu-page) .pf-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body:not(.menu-page) .pf-icon-item {
  min-width: 110px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(230, 216, 199, 0.75);
  box-shadow: 0 12px 24px rgba(75, 47, 24, 0.06);
}

body:not(.menu-page) .events-grid {
  margin-bottom: 34px;
}

body:not(.menu-page) .events-cta {
  width: fit-content;
  margin: 0 auto;
  padding: 18px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

body:not(.menu-page) .events-cta p {
  margin-bottom: 12px;
}

body:not(.menu-page) .gallery-item {
  overflow: hidden;
}

body:not(.menu-page) .gallery-item img {
  transition: transform 0.6s ease;
}

body:not(.menu-page) .gallery-item:hover img {
  transform: scale(1.04);
}

body:not(.menu-page) .hours-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 24px;
  text-align: left;
  align-items: start;
}

body:not(.menu-page) .hours-clock {
  justify-self: center;
  margin: 10px 0 0;
}

body:not(.menu-page) .hours-grid {
  max-width: none;
  margin: 0;
}

body:not(.menu-page) .hours-note {
  grid-column: 1 / -1;
  margin-top: 4px;
}

body:not(.menu-page) .contact-grid {
  align-items: stretch;
}

body:not(.menu-page) .contact-card:first-child {
  grid-column: span 2;
}

body:not(.menu-page) .contact-card p {
  max-width: 34ch;
}

body:not(.menu-page) .footer {
  padding-top: 72px;
  padding-bottom: 38px;
}

body:not(.menu-page) .footer-copy {
  opacity: 0.74;
}

@media (max-width: 768px) {
  body:not(.menu-page) .side-btn {
    align-items: center;
    padding: 12px 10px;
  }

  body:not(.menu-page) .side-btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  body:not(.menu-page) .about-text {
    padding: 24px 18px;
    border-radius: 24px;
  }

  body:not(.menu-page) .pf-icon-item {
    min-width: calc(50% - 6px);
    width: calc(50% - 6px);
    padding: 12px 12px;
  }

  body:not(.menu-page) .events-cta {
    width: 100%;
    padding: 16px 14px;
    border-radius: 20px;
  }

  body:not(.menu-page) .hours-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body:not(.menu-page) .hours-clock {
    justify-self: flex-start;
    margin: 0;
  }

  body:not(.menu-page) .contact-card:first-child {
    grid-column: auto;
  }

  body:not(.menu-page) .contact-card p {
    max-width: none;
  }
}

@media (max-width: 768px) {
  body:not(.menu-page) .top-bar {
    border-bottom-color: rgba(255, 255, 255, 0.06);
  }

  body:not(.menu-page) .top-bar-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
  }

  body:not(.menu-page) .status-badge {
    display: inline-flex;
    justify-self: start;
    padding: 4px 10px;
    gap: 6px;
    min-width: 0;
  }

  body:not(.menu-page) .status-text {
    font-size: 0.64rem;
    letter-spacing: 0.08em;
  }

  body:not(.menu-page) .top-contact {
    display: none;
  }

  body:not(.menu-page) .lang-selector {
    justify-self: end;
  }

  body:not(.menu-page) .lang-options {
    right: 0;
    left: auto;
    min-width: 146px;
    max-width: calc(100vw - 18px);
  }

  body:not(.menu-page) .header-inner {
    gap: 10px;
    min-height: 54px;
  }

  body:not(.menu-page) .logo {
    max-width: 62vw;
    font-size: 0.92rem;
    gap: 7px;
  }

  body:not(.menu-page) .hero-slider {
    height: 54svh;
    min-height: 352px;
  }

  body:not(.menu-page) .slide {
    padding: 102px 14px 74px;
  }

  body:not(.menu-page) .slide-content {
    max-width: min(100%, 232px);
  }

  body:not(.menu-page) .slide-title {
    font-size: clamp(1.95rem, 11vw, 3rem);
    line-height: 0.94;
  }

  body:not(.menu-page) .slide-desc {
    font-size: 0.82rem;
    max-width: 28ch;
  }

  body:not(.menu-page) .slide-cta {
    padding: 12px 16px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 41;
    pointer-events: auto;
    touch-action: manipulation;
  }

  body:not(.menu-page) .slide-img {
    width: 178px;
    height: 178px;
    right: -8px;
    top: 46%;
    pointer-events: none;
  }

  body:not(.menu-page) .side-nav {
    width: calc(100% - 20px);
    margin-top: -22px;
    gap: 8px;
  }

  body:not(.menu-page) .side-btn {
    min-height: 66px;
    padding: 10px 6px;
    border-radius: 16px;
    box-shadow: 0 14px 26px rgba(75, 47, 24, 0.08);
  }

  body:not(.menu-page) .side-btn-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  body:not(.menu-page) .side-btn-label {
    font-size: 0.58rem;
    line-height: 1.16;
    letter-spacing: 0.04em;
  }

  body:not(.menu-page) .about-section,
  body:not(.menu-page) .events-section,
  body:not(.menu-page) .hours-section,
  body:not(.menu-page) .contact-section,
  body:not(.menu-page) .gallery-section,
  body:not(.menu-page) .payment-facilities-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  body:not(.menu-page) .about-header,
  body:not(.menu-page) .events-section .about-header,
  body:not(.menu-page) .gallery-section .about-header,
  body:not(.menu-page) .hours-section .about-header,
  body:not(.menu-page) .contact-section .about-header {
    text-align: left;
    margin-bottom: 22px;
  }

  body:not(.menu-page) .section-title {
    max-width: 9ch;
    font-size: clamp(1.7rem, 10vw, 2.45rem);
    line-height: 0.96;
    letter-spacing: 0.02em;
  }

  body:not(.menu-page) .title-line {
    margin-left: 0;
    margin-right: 0;
    width: 62px;
  }

  body:not(.menu-page) .about-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body:not(.menu-page) .about-text {
    padding: 20px 16px;
    border-radius: 22px;
  }

  body:not(.menu-page) .about-text::before {
    left: 16px;
    right: 16px;
  }

  body:not(.menu-page) .about-text h3 {
    font-size: 1.38rem;
  }

  body:not(.menu-page) .about-tagline {
    font-size: 0.88rem;
    margin-bottom: 12px;
  }

  body:not(.menu-page) .about-text p {
    font-size: 0.82rem;
    line-height: 1.58;
    margin-bottom: 10px;
  }

  body:not(.menu-page) .about-signature {
    margin-top: 18px;
    padding-top: 14px;
  }

  body:not(.menu-page) .about-visual {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body:not(.menu-page) .about-card {
    padding: 16px 12px;
    border-radius: 18px;
  }

  body:not(.menu-page) .card-number {
    font-size: 1.42rem;
  }

  body:not(.menu-page) .card-label {
    font-size: 0.62rem;
    line-height: 1.26;
  }

  body:not(.menu-page) .payment-facilities-section {
    padding-top: 54px;
    padding-bottom: 56px;
  }

  body:not(.menu-page) .pf-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 22px;
  }

  body:not(.menu-page) .pf-card {
    gap: 12px;
  }

  body:not(.menu-page) .pf-card h3 {
    margin-bottom: 0;
    font-size: 0.92rem;
  }

  body:not(.menu-page) .pf-icons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body:not(.menu-page) .pf-icon-item {
    min-width: 0;
    width: auto;
    padding: 11px 9px;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(75, 47, 24, 0.05);
  }

  body:not(.menu-page) .events-section {
    padding-top: 64px;
    padding-bottom: 66px;
  }

  body:not(.menu-page) .events-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 18px;
  }

  body:not(.menu-page) .event-card {
    padding: 20px 16px;
    border-radius: 18px;
  }

  body:not(.menu-page) .event-icon {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }

  body:not(.menu-page) .event-card h3 {
    font-size: 0.92rem;
  }

  body:not(.menu-page) .event-card p {
    font-size: 0.76rem;
    line-height: 1.5;
  }

  body:not(.menu-page) .event-reserve-btn {
    width: 100%;
    min-width: 0;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 0.7rem;
  }

  body:not(.menu-page) .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body:not(.menu-page) .gallery-item {
    min-height: 128px;
    border-radius: 14px;
  }

  body:not(.menu-page) .gallery-item:nth-child(1),
  body:not(.menu-page) .gallery-item:nth-child(2),
  body:not(.menu-page) .gallery-item:nth-child(3),
  body:not(.menu-page) .gallery-item:nth-child(n+4) {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 128px;
  }

  body:not(.menu-page) .hours-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  body:not(.menu-page) .hours-card {
    padding: 20px 14px;
    border-radius: 20px;
    gap: 12px;
  }

  body:not(.menu-page) .hours-clock {
    font-size: 2rem;
  }

  body:not(.menu-page) .hours-row {
    padding: 10px 0;
  }

  body:not(.menu-page) .hours-day,
  body:not(.menu-page) .hours-time {
    font-size: 0.76rem;
  }

  body:not(.menu-page) .hours-note {
    margin-top: 8px;
    padding: 12px 14px;
    font-size: 0.75rem;
  }

  body:not(.menu-page) .contact-section {
    padding-top: 64px;
    padding-bottom: 82px;
  }

  body:not(.menu-page) .contact-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 16px;
  }

  body:not(.menu-page) .contact-card {
    padding: 16px 14px;
    border-radius: 18px;
    text-align: left;
  }

  body:not(.menu-page) .contact-icon {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }

  body:not(.menu-page) .contact-card h3 {
    font-size: 0.84rem;
    margin-bottom: 4px;
  }

  body:not(.menu-page) .contact-card p {
    font-size: 0.76rem;
    line-height: 1.45;
  }

  body:not(.menu-page) .social-links {
    justify-content: flex-start;
    gap: 8px;
  }

  body:not(.menu-page) .social-btn {
    padding: 9px 14px;
    font-size: 0.76rem;
  }

  body:not(.menu-page) .footer {
    padding: 28px 12px calc(26px + env(safe-area-inset-bottom, 0px));
  }

  body:not(.menu-page) .footer-brand {
    font-size: 1.08rem;
  }

  body:not(.menu-page) .footer-copy {
    font-size: 0.74rem;
    line-height: 1.45;
  }
}

@media (max-width: 420px) {
  body:not(.menu-page) .hero-slider {
    height: 50svh;
    min-height: 330px;
  }

  body:not(.menu-page) .slide-content {
    max-width: min(100%, 214px);
  }

  body:not(.menu-page) .slide-img {
    width: 150px;
    height: 150px;
    right: -14px;
    top: 47%;
  }

  body:not(.menu-page) .slide-cta {
    padding: 11px 14px;
    font-size: 0.66rem;
  }

  body:not(.menu-page) .side-btn-label {
    font-size: 0.54rem;
  }

  body:not(.menu-page) .card-number {
    font-size: 1.28rem;
  }
}

@media (max-width: 768px) {
  body:not(.menu-page) {
    --home-mobile-topbar-h: 48px;
    --home-mobile-header-h: 66px;
  }

  body:not(.menu-page) .top-bar {
    display: none;
  }

  body:not(.menu-page) .top-bar-inner {
    min-height: var(--home-mobile-topbar-h);
    padding: calc(env(safe-area-inset-top, 0px) + 8px) 14px 8px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
  }

  body:not(.menu-page) .status-badge {
    display: inline-flex;
    justify-self: start;
    min-width: 0;
    padding: 4px 10px;
    gap: 6px;
  }

  body:not(.menu-page) .status-text {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  body:not(.menu-page) .top-contact {
    display: none;
  }

  body:not(.menu-page) .lang-selector {
    justify-self: end;
  }

  body:not(.menu-page) .lang-drop-btn {
    min-width: 56px;
    height: 38px;
    padding: 0 9px;
    border-radius: 14px;
    background: rgba(255, 248, 238, 0.14);
    border: 1px solid rgba(255, 248, 238, 0.2);
    box-shadow: none;
    font-size: 0.74rem;
  }

  body:not(.menu-page) .lang-options {
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    border-radius: 16px;
  }

  body:not(.menu-page) .lang-opt {
    justify-content: center;
    gap: 0;
    padding: 7px 6px;
    font-size: 0.74rem;
  }

  body:not(.menu-page) .lang-opt .flag {
    display: none !important;
  }

  body:not(.menu-page) .header {
    top: 0;
    z-index: 330;
    height: 0;
    margin-bottom: -90px;
    background: transparent;
    border-bottom: 0;
    pointer-events: none;
  }

  body:not(.menu-page) .header-inner {
    min-height: var(--home-mobile-header-h);
    padding: 10px 12px 0;
    gap: 12px;
    border-radius: 22px;
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  body.home-header-scrolled:not(.menu-page) .header-inner,
  body:not(.menu-page) .header-nav.mobile-open ~ .header-inner,
  body:not(.menu-page) .header-inner:has(.header-nav.mobile-open) {
    background: linear-gradient(180deg, rgba(20, 23, 31, 0.92) 0%, rgba(20, 23, 31, 0.76) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 34px rgba(12, 16, 24, 0.18);
    backdrop-filter: blur(18px);
  }

  body:not(.menu-page) .logo {
    max-width: calc(100% - 58px);
    padding: 11px 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(20, 23, 31, 0.72) 0%, rgba(20, 23, 31, 0.56) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 24px rgba(12, 16, 24, 0.16);
    backdrop-filter: blur(16px);
    font-size: 0.95rem;
    gap: 8px;
    color: #fff4ea;
  }

  body:not(.menu-page) .logo span {
    color: inherit;
  }

  body:not(.menu-page) .mobile-nav-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
  }

  html[dir="rtl"] body:not(.menu-page) .mobile-nav-meta {
    margin-left: 0;
    margin-right: auto;
  }

  body:not(.menu-page) .mobile-nav-meta .status-badge {
    padding: 4px 10px;
    gap: 6px;
    background: linear-gradient(180deg, rgba(20, 23, 31, 0.72) 0%, rgba(20, 23, 31, 0.56) 100%);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 22px rgba(12, 16, 24, 0.12);
    backdrop-filter: blur(16px);
  }

  body:not(.menu-page) .mobile-nav-meta .status-text {
    font-size: 0.64rem;
  }

  body:not(.menu-page) .mobile-nav-meta .lang-selector {
    justify-self: auto;
  }

  body:not(.menu-page) .mobile-nav-meta .lang-drop-btn {
    min-width: 54px;
  }

  body:not(.menu-page) .mobile-menu-btn {
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    flex: 0 0 52px;
    border-radius: 18px;
    border: 1px solid rgba(255, 141, 8, 0.58);
    background: linear-gradient(180deg, rgba(44, 48, 58, 0.96) 0%, rgba(30, 34, 43, 0.96) 100%);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
    color: transparent;
    font-size: 0;
  }

  body:not(.menu-page) .mobile-menu-btn span {
    display: block;
    width: 18px;
    height: 2.5px;
    border-radius: 999px;
    background: #fff6eb;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

  body:not(.menu-page) .mobile-menu-btn.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body:not(.menu-page) .mobile-menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }

  body:not(.menu-page) .mobile-menu-btn.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  body:not(.menu-page) .mobile-menu-btn:hover,
  body:not(.menu-page) .mobile-menu-btn:focus-visible {
    border-color: #ffb253;
    box-shadow: 0 16px 30px rgba(255, 141, 8, 0.22);
  }

  body:not(.menu-page) .header-nav.mobile-open {
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    padding: 14px 16px;
    gap: 10px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(22, 25, 32, 0.98) 0%, rgba(22, 25, 32, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.24);
  }

  body:not(.menu-page) .header-nav.mobile-open .nav-link {
    color: rgba(255, 246, 235, 0.94);
    padding: 8px 0;
    font-size: 0.9rem;
  }

  body:not(.menu-page) .hero-slider {
    margin-top: 0;
    height: 64svh;
    min-height: 448px;
    border-radius: 0 0 28px 28px;
  }

  body:not(.menu-page) .slide {
    padding: 178px 16px 86px;
    align-items: flex-end;
  }

  body:not(.menu-page) .slide-content {
    max-width: min(100%, 248px);
    padding: 18px 18px 16px;
    border-radius: 24px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
    margin-top: 42px;
  }

  body:not(.menu-page) .slide-sub {
    margin-bottom: 12px;
    padding: 7px 12px;
    font-size: 0.72rem;
  }

  body:not(.menu-page) .slide-title {
    max-width: 5.4ch;
    font-size: clamp(1.82rem, 11vw, 3rem);
    line-height: 0.92;
  }

  body:not(.menu-page) .slide-desc {
    max-width: 26ch;
    font-size: 0.82rem;
    line-height: 1.55;
  }

  body:not(.menu-page) .slide-img {
    width: 170px;
    height: 170px;
    right: -8px;
    top: 54%;
    opacity: 0.95;
  }

  body:not(.menu-page) .utility-nav {
    width: calc(100% - 28px);
    margin-top: -28px;
    gap: 10px;
  }

  body:not(.menu-page) .utility-btn {
    min-height: 56px;
    padding: 10px 10px;
    border-radius: 16px;
  }

  body:not(.menu-page) .utility-btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  body:not(.menu-page) .utility-btn-label {
    font-size: 0.68rem;
    letter-spacing: 0.03em;
  }

  html[dir="rtl"] body:not(.menu-page) .lang-selector {
    justify-self: start;
  }

  html[dir="rtl"] body:not(.menu-page) .lang-options {
    left: auto !important;
    right: 0 !important;
    transform-origin: top right;
  }

  html[dir="rtl"] body:not(.menu-page) .header-inner {
    flex-direction: row-reverse;
  }

  html[dir="rtl"] body:not(.menu-page) .logo {
    direction: rtl;
  }

  html[dir="rtl"] body:not(.menu-page) .header-nav.mobile-open {
    text-align: right;
  }

  html[dir="rtl"] body:not(.menu-page) .slide {
    justify-content: flex-end;
  }

  html[dir="rtl"] body:not(.menu-page) .slide-content {
    margin-left: auto;
    margin-right: 0;
    max-width: min(100%, 272px);
    text-align: right;
    transform: translateX(14px);
  }

  html[dir="rtl"] body:not(.menu-page) .slide-title,
  html[dir="rtl"] body:not(.menu-page) .section-title {
    max-width: none;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.04;
    text-shadow: none;
  }

  html[dir="rtl"] body:not(.menu-page) .slide-title span {
    text-shadow: none;
  }

  html[dir="rtl"] body:not(.menu-page) .slide-sub,
  html[dir="rtl"] body:not(.menu-page) .section-tag,
  html[dir="rtl"] body:not(.menu-page) .side-btn-label,
  html[dir="rtl"] body:not(.menu-page) .nav-link {
    letter-spacing: 0;
  }

html[dir="rtl"] body:not(.menu-page) .slide-img {
  left: 10px;
  right: auto;
  top: 50%;
  transform: scaleX(-1);
}

@media (min-width: 769px) {
  html[dir="rtl"] body:not(.menu-page) .slide {
    justify-content: flex-start;
    padding-right: clamp(72px, 8vw, 132px);
    padding-left: clamp(32px, 4vw, 56px);
  }

  html[dir="rtl"] body:not(.menu-page) .slide-content {
    position: absolute;
    top: 50%;
    right: clamp(92px, 11vw, 168px);
    left: auto;
    width: min(100%, 332px);
    max-width: 332px;
    margin: 0;
    text-align: right;
    transform: translateY(-22%);
    z-index: 5;
  }

  html[dir="rtl"] body:not(.menu-page) .slide-title {
    max-width: 4.2ch;
  }

  html[dir="rtl"] body:not(.menu-page) .slide-sub {
    margin-left: auto;
    margin-right: 0;
  }

  html[dir="rtl"] body:not(.menu-page) .slide-desc {
    max-width: 18ch;
    margin-left: auto;
    margin-right: 0;
  }

  html[dir="rtl"] body:not(.menu-page) .slide-cta {
    align-self: flex-end;
  }

  html[dir="rtl"] body:not(.menu-page) .slide-img {
    left: clamp(4px, 2vw, 24px);
    top: 56%;
  }
}

html[dir="rtl"] body:not(.menu-page) .side-nav {
  direction: rtl;
}

  html[dir="rtl"] body:not(.menu-page) .about-header,
  html[dir="rtl"] body:not(.menu-page) .events-section .about-header,
  html[dir="rtl"] body:not(.menu-page) .gallery-section .about-header,
  html[dir="rtl"] body:not(.menu-page) .hours-section .about-header,
  html[dir="rtl"] body:not(.menu-page) .contact-section .about-header {
    text-align: right;
  }

  html[dir="rtl"] body:not(.menu-page) .title-line {
    margin-left: 0;
    margin-right: 0;
  }

  html[dir="rtl"] body:not(.menu-page) .about-text,
  html[dir="rtl"] body:not(.menu-page) .pf-card,
  html[dir="rtl"] body:not(.menu-page) .event-card,
  html[dir="rtl"] body:not(.menu-page) .contact-card,
  html[dir="rtl"] body:not(.menu-page) .hours-card {
    text-align: right;
  }

  html[dir="rtl"] body:not(.menu-page) .hours-clock {
    justify-self: end;
  }

  html[dir="rtl"] body:not(.menu-page) .hours-day,
  html[dir="rtl"] body:not(.menu-page) .hours-time {
    text-align: right;
  }

  html[dir="rtl"] body:not(.menu-page) .pf-icons,
  html[dir="rtl"] body:not(.menu-page) .social-links {
    justify-content: flex-end;
  }

  html[dir="rtl"] body:not(.menu-page) .contact-card:first-child {
    grid-column: auto;
  }
}

/* ===== Impeccable App Pass: Homepage ===== */
body:not(.menu-page) .header-inner {
  min-height: 60px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

body:not(.menu-page) .slide-content {
  max-width: 500px;
}

body:not(.menu-page) .slide-title {
  letter-spacing: 0.02em;
}

body:not(.menu-page) .utility-nav {
  width: min(540px, calc(100% - 36px));
  margin-top: -40px;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(236, 220, 202, 0.86);
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.9);
  box-shadow: 0 18px 34px rgba(75, 47, 24, 0.08);
  backdrop-filter: blur(14px);
}

body:not(.menu-page) .utility-btn {
  min-height: 58px;
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 239, 0.96) 100%);
  box-shadow: 0 10px 24px rgba(75, 47, 24, 0.06);
}

body:not(.menu-page) .about-section {
  position: relative;
  overflow: hidden;
  padding-top: 92px;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 196, 122, 0.14), transparent 22%),
    radial-gradient(circle at 88% 20%, rgba(226, 27, 27, 0.08), transparent 18%),
    linear-gradient(180deg, #fffdf8 0%, #fff7ed 44%, #fffdf9 100%);
}

body:not(.menu-page) .about-inner {
  position: relative;
}

body:not(.menu-page) .about-grid {
  gap: 34px;
  align-items: stretch;
}

body:not(.menu-page) .about-text,
body:not(.menu-page) .contact-card,
body:not(.menu-page) .hours-card {
  box-shadow: 0 18px 40px rgba(90, 61, 35, 0.07);
}

body:not(.menu-page) .about-text {
  position: relative;
  padding: 34px 34px 30px;
  border-radius: 32px;
  border: 1px solid rgba(235, 214, 187, 0.92);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 249, 241, 0.92) 100%);
}

body:not(.menu-page) .about-text::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  border-radius: 32px 0 0 32px;
  background: linear-gradient(180deg, var(--secondary), var(--red));
}

body:not(.menu-page) .about-header {
  margin-bottom: 42px;
  text-align: left;
  max-width: 540px;
}

body:not(.menu-page) .section-tag {
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 249, 241, 0.98) 0%, rgba(255, 239, 219, 0.96) 100%);
  border: 1px solid rgba(255, 170, 93, 0.18);
  box-shadow: 0 10px 22px rgba(255, 141, 8, 0.1);
}

body:not(.menu-page) .section-title {
  max-width: 10.5ch;
  line-height: 0.88;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body:not(.menu-page) .title-line {
  margin: 20px 0 0;
  width: 92px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb124 0%, #f0a000 48%, #ff5a3d 100%);
}

body:not(.menu-page) .about-text h3 {
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 2vw, 2.2rem);
}

body:not(.menu-page) .about-tagline {
  margin-bottom: 22px;
  font-size: 1.06rem;
  line-height: 1.55;
}

body:not(.menu-page) .about-text p {
  margin-bottom: 14px;
  font-size: 0.96rem;
  line-height: 1.82;
}

body:not(.menu-page) .about-card {
  min-height: 152px;
  border-radius: 24px;
  border: 1px solid rgba(235, 214, 187, 0.82);
  box-shadow: 0 14px 30px rgba(90, 61, 35, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 238, 0.92) 100%);
}

body:not(.menu-page) .card-number {
  margin-bottom: 10px;
  font-size: 2.7rem;
}

body:not(.menu-page) .card-label {
  font-size: 0.84rem;
  line-height: 1.5;
}

html[dir="rtl"] body:not(.menu-page) .utility-nav {
  direction: rtl;
}

html[dir="rtl"] body:not(.menu-page) .utility-btn {
  flex-direction: row-reverse;
}

html[dir="rtl"] body:not(.menu-page) .utility-btn-label {
  text-align: right;
}

html[dir="rtl"] body:not(.menu-page) .about-header,
html[dir="rtl"] body:not(.menu-page) .about-text {
  text-align: right;
}

html[dir="rtl"] body:not(.menu-page) .about-text::before {
  inset: 0 0 0 auto;
  border-radius: 0 32px 32px 0;
}

body:not(.menu-page) .pf-grid {
  gap: 18px;
  border: 1px solid rgba(232, 216, 197, 0.74);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96) 0%, rgba(255, 246, 236, 0.92) 100%);
  box-shadow: 0 18px 40px rgba(90, 61, 35, 0.06);
}

body:not(.menu-page) .event-card {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(24, 28, 35, 0.92) 0%, rgba(17, 19, 24, 0.92) 100%);
  box-shadow: 0 18px 34px rgba(7, 10, 16, 0.22);
}

body:not(.menu-page) .gallery-item {
  box-shadow: 0 16px 34px rgba(75, 47, 24, 0.1);
}

body:not(.menu-page) .footer-inner {
  gap: 16px;
}

@media (max-width: 768px) {
  body:not(.menu-page) .header-inner {
    border-radius: 20px;
  }

  body:not(.menu-page) .slide-content {
    max-width: min(100%, 214px);
  }

  body:not(.menu-page) .slide-title {
    max-width: 4.8ch;
    font-size: clamp(1.64rem, 10.2vw, 2.76rem);
  }

  body:not(.menu-page) .slide-img {
    width: 154px;
    height: 154px;
    top: 48%;
    right: -12px;
  }

  body:not(.menu-page) .utility-nav {
    width: calc(100% - 24px);
    margin-top: -24px;
    padding: 8px;
    gap: 8px;
  }

  body:not(.menu-page) .utility-btn {
    min-height: 54px;
    padding: 10px 12px;
  }

  body:not(.menu-page) .utility-btn-label {
    font-size: 0.74rem;
  }

  html[dir="rtl"] body:not(.menu-page) .slide-content {
    margin-left: auto;
    margin-right: 0;
    max-width: min(100%, 214px);
    transform: translateX(18px);
    text-align: right;
  }

  html[dir="rtl"] body:not(.menu-page) .slide-title,
  html[dir="rtl"] body:not(.menu-page) .slide-sub,
  html[dir="rtl"] body:not(.menu-page) .slide-desc,
  html[dir="rtl"] body:not(.menu-page) .slide-cta {
    text-align: right;
  }

  body:not(.menu-page) .about-section {
    padding-top: 68px;
  }

  html[dir="rtl"] body:not(.menu-page) .slide-content {
    margin-left: auto;
    margin-right: 0;
    max-width: min(100%, 214px);
    text-align: right;
  }

  html[dir="rtl"] body:not(.menu-page) .slide-title,
  html[dir="rtl"] body:not(.menu-page) .slide-sub,
  html[dir="rtl"] body:not(.menu-page) .slide-desc,
  html[dir="rtl"] body:not(.menu-page) .slide-cta {
    text-align: right;
  }

  html[dir="rtl"] body:not(.menu-page) .slide-sub,
  html[dir="rtl"] body:not(.menu-page) .slide-desc,
  html[dir="rtl"] body:not(.menu-page) .slide-cta {
    margin-left: 0;
    margin-right: auto;
  }

  body:not(.menu-page) .about-text {
    padding: 24px 18px 24px;
    border-radius: 26px;
    box-shadow: 0 18px 34px rgba(90, 61, 35, 0.08);
  }

  body:not(.menu-page) .about-header {
    margin-bottom: 24px;
    max-width: none;
  }

  body:not(.menu-page) .section-title {
    max-width: 8.4ch;
    font-size: clamp(2.5rem, 11vw, 3.6rem);
    line-height: 0.9;
  }

  body:not(.menu-page) .section-tag {
    margin-bottom: 16px;
    padding: 9px 16px;
    font-size: 0.74rem;
    letter-spacing: 0.16em;
  }

  body:not(.menu-page) .title-line {
    margin-top: 16px;
    width: 68px;
    height: 4px;
  }

  body:not(.menu-page) .about-grid {
    gap: 20px;
  }

  body:not(.menu-page) .about-text h3 {
    font-size: 2rem;
    line-height: 0.96;
    margin-bottom: 12px;
  }

  body:not(.menu-page) .about-tagline {
    margin-bottom: 18px;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  body:not(.menu-page) .about-text p {
    font-size: 0.92rem;
    line-height: 1.72;
  }

  body:not(.menu-page) .pf-grid {
    padding: 18px 16px;
  }

  body:not(.menu-page) .event-card,
  body:not(.menu-page) .contact-card,
  body:not(.menu-page) .hours-card {
    box-shadow: 0 14px 28px rgba(75, 47, 24, 0.08);
  }

  html[dir="rtl"] body:not(.menu-page) .slide-img {
    left: 10px !important;
    right: auto !important;
    transform: scaleX(-1);
  }
}
