/*
Theme Name: Himalayan Inn Brand Theme
Theme URI: https://himalayaninn.com/
Author: dineswift.tech
Author URI: https://dineswift.tech/
Description: Custom dark crimson and gold WordPress theme inspired by Himalayan Inn branding. v1.6.5 — Line icons, App Store badges, Sunday buffet, two weekday offers.
Version: 1.6.5
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: himalayan-inn
*/

:root {
  --c: #7a1515;
  --dr: #4e0a0a;
  --em: #9e2020;
  --g: #c8923a;
  --gl: #e4b86a;
  --gd: rgba(200, 146, 58, 0.3);
  --cr: #f5ecd8;
  --ww: #fbf5ec;
  --ink: #160808;
  --im: #1f0c0c;
  --mu: #7c5040;
  --b: rgba(200, 146, 58, 0.15);
  --fd: "Cormorant Garamond", Georgia, serif;
  --fc: "Cinzel", serif;
  --fb: "Lato", sans-serif;
  --ez: cubic-bezier(0.4, 0, 0.2, 1);
  --fab-chat-space: 0px;
}

body.has-live-chat {
  --fab-chat-space: 76px;
}

* ,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ink);
  color: var(--cr);
  font-family: var(--fb);
  font-weight: 300;
  font-size: 19px;
  line-height: 1.82;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gl);
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: var(--g);
}

a,
button,
[role="button"],
input[type="submit"],
.ham,
.back-to-top,
.dclose {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 55% at 10% 0%, rgba(122, 21, 21, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 60% 70% at 90% 100%, rgba(200, 146, 58, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

/* Keep the Tawk bubble above page content without overriding its internal layout. */
#tawk-bubble-container,
.tawk-min-container,
.tawk-max-container {
  z-index: 99990 !important;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: calc(20px + var(--fab-chat-space));
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(245, 236, 216, 0.45);
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.95);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    border-color 0.3s ease,
    box-shadow 0.25s var(--ez),
    background 0.25s var(--ez);
  z-index: 99991;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

.wrap--slim {
  max-width: 820px;
}

.wrap--wide {
  max-width: 1180px;
}

.sec {
  padding: 96px 0;
}

.sec--sm {
  padding: 64px 0;
}

.sec--lg {
  padding: 120px 0;
}

.ey {
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.55em;
  color: var(--g);
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--fc);
  font-size: 17px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 18px 36px;
  border: 2px solid var(--g);
  color: var(--ww);
  background: rgba(200, 146, 58, 0.16);
  cursor: pointer;
  transition:
    transform 0.22s var(--ez),
    box-shadow 0.28s var(--ez),
    background 0.28s var(--ez),
    border-color 0.28s var(--ez),
    color 0.28s var(--ez),
    filter 0.28s var(--ez);
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  min-height: 62px;
  will-change: transform, box-shadow;
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(200, 146, 58, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.btn:hover {
  border-color: var(--gl);
  color: var(--ww);
  background: rgba(228, 184, 106, 0.26);
  transform: translateY(-1px);
}

.btn:hover::after {
  opacity: 1;
}

.btn:active,
.btn.is-pressing {
  transform: translateY(0) scale(0.985);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
  filter: saturate(1.06);
}

.btn-s {
  background: var(--g);
  color: var(--ink);
  border-color: var(--g);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-s:hover {
  background: var(--gl);
  border-color: var(--gl);
  color: var(--ink);
}

.btn-w {
  border-color: rgba(245, 236, 216, 0.9);
  color: var(--ww);
  background: rgba(245, 236, 216, 0.08);
}

.btn-w:hover {
  border-color: var(--ww);
  color: var(--ww);
  background: rgba(245, 236, 216, 0.18);
}

.btn--compact {
  padding: 14px 24px;
  min-height: 54px;
}

.btn--sentence {
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.ui-icon {
  display: block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}

.btn .ui-icon {
  width: 16px;
  height: 16px;
}

.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar .ui-icon {
  width: 13px;
  height: 13px;
}

.dclose .ui-icon,
.back-to-top .ui-icon {
  width: 20px;
  height: 20px;
}

.btn:focus-visible,
.search-form input[type="submit"]:focus-visible,
.builder-shell .wp-block-button__link:focus-visible,
.ham:focus-visible,
.back-to-top:focus-visible {
  outline: 3px solid rgba(245, 236, 216, 0.9);
  outline-offset: 2px;
}

.gem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 36px auto;
  max-width: 300px;
}

.gem-l {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 146, 58, 0.5));
}

.gem-r {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 146, 58, 0.5), transparent);
}

.gem-d {
  width: 7px;
  height: 7px;
  border: 1px solid var(--g);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.rv {
  opacity: 0;
  transform: translateY(30px) scale(0.985);
  filter: blur(2px);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.rv.in {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.sa {
  opacity: 0;
  transform: translateY(22px) scale(0.992);
  filter: blur(1.5px);
  transition:
    opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.58s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.sa.in {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* Keep DineSwift / no-sa blocks visible even if .sa was added before load. */
.no-sa,
.no-sa.sa,
.section-block:has(#dineswift-menu),
.section-block:has(.dineswift-menu-embed) {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.d1 {
  transition-delay: 0.1s;
}

.d2 {
  transition-delay: 0.2s;
}

.d3 {
  transition-delay: 0.3s;
}

/* Top bar */
.topbar {
  background: var(--dr);
  border-bottom: 1px solid rgba(200, 146, 58, 0.2);
  position: relative;
  z-index: 200;
}

.topbar__i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 32px;
  max-width: 1400px;
  margin: 0 auto;
}

.topbar a,
.topbar span {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: rgba(245, 236, 216, 0.65);
  transition: color 0.3s;
}

.topbar a:hover {
  color: var(--gl);
}

.tl,
.tr {
  display: flex;
  gap: 24px;
  align-items: center;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background 0.4s, top 0.3s;
}

.site-header.b-tb {
  top: 38px;
}

.site-header.sc {
  background: rgba(16, 4, 4, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--b);
  top: 0 !important;
}

.hdr-i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  max-width: 1400px;
  margin: 0 auto;
  transition: padding 0.4s;
}

.site-header.sc .hdr-i {
  padding-top: 13px;
  padding-bottom: 13px;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  gap: 3px;
  text-decoration: none;
}

.logo img {
  height: 56px !important;
  width: auto !important;
  max-width: 360px;
  max-height: 56px !important;
  object-fit: contain;
  transition: height 0.4s;
}

.logo .logo-img--desktop {
  display: block;
}

.logo .logo-img--mobile {
  display: none;
}

.logo .logo__n--fallback,
.logo .logo__s--fallback {
  display: none;
}

.logo.logo--text .logo__n--fallback,
.logo.logo--text .logo__s--fallback {
  display: block;
}

.site-header.sc .logo img {
  height: 40px;
}

.site-header .logo {
  background: rgba(16, 4, 4, 0.55);
  border: 1px solid rgba(200, 146, 58, 0.24);
  padding: 5px 8px;
}

.foot-brand .logo,
.foot-brand__logo {
  background: transparent;
  border: none;
  padding: 0;
  width: auto;
}

.logo__n {
  font-family: var(--fc);
  font-size: 14px;
  letter-spacing: 0.32em;
  color: var(--g);
  text-transform: uppercase;
}

.logo__s {
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--mu);
  text-transform: uppercase;
}

.site-header nav ul,
.menu-primary-container ul,
.pnav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 28px;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.site-header nav li,
.menu-primary-container li,
.pnav li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.pnav a {
  font-family: var(--fc);
  font-size: 14.5px;
  letter-spacing: 0.16em;
  white-space: nowrap;
  text-transform: uppercase;
  color: rgba(245, 236, 216, 0.84);
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  display: inline-block;
  transition: color 0.3s, border-color 0.3s, transform 0.2s var(--ez);
}

.pnav a:hover,
.pnav .current-menu-item > a,
.pnav .current_page_item > a {
  color: var(--gl);
  border-bottom-color: var(--g);
}

.pnav .cta a {
  background: var(--g);
  color: var(--ink);
  padding: 12px 22px;
  white-space: nowrap;
  border: 2px solid var(--gl);
  border-bottom: none;
  transition: background 0.3s, border-color 0.3s, transform 0.2s var(--ez), box-shadow 0.25s var(--ez);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.pnav a:active,
.pnav a.is-pressing,
.pnav .cta a:active,
.pnav .cta a.is-pressing {
  transform: scale(0.97);
}

@media (max-width: 1360px) and (min-width: 1025px) {
  .hdr-i {
    padding: 18px 20px;
  }

  .logo img {
    max-width: 300px;
    max-height: 50px !important;
  }

  .site-header nav ul,
  .menu-primary-container ul,
  .pnav {
    gap: 18px;
  }

  .pnav a {
    font-size: 12.5px;
    letter-spacing: 0.11em;
  }

  .pnav .cta a {
    padding: 10px 16px;
  }
}

.pnav .cta a:hover {
  background: var(--gl);
}

.ham {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  background: rgba(16, 4, 4, 0.82);
  border: 2px solid rgba(245, 236, 216, 0.35);
  border-radius: 2px;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  margin-left: auto;
  transition: transform 0.2s var(--ez), box-shadow 0.24s var(--ez), border-color 0.24s var(--ez);
}

.ham span {
  display: block;
  width: 20px;
  height: 3px;
  background: var(--gl);
  transition: all 0.3s;
}

.ham.on span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.ham.on span:nth-child(2) {
  opacity: 0;
}

.ham.on span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.drawer {
  display: none !important;
  position: fixed;
  inset: 0;
  background: rgba(16, 4, 4, 0.97);
  z-index: 300;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 90px 24px 40px;
  overflow-y: auto;
}

.drawer.on {
  display: flex !important;
}

.drawer ul {
  list-style: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}

.drawer li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.drawer a {
  font-family: var(--fc);
  font-size: 22px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 236, 216, 0.9);
  display: inline-block;
  transition: color 0.3s, transform 0.2s var(--ez);
}

.drawer a:hover {
  color: var(--gl);
}

.drawer a:active,
.drawer a.is-pressing,
.ham:active,
.ham.is-pressing {
  transform: scale(0.96);
}

.drawer .btn {
  letter-spacing: 0.2em;
}

.drawer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid rgba(200, 146, 58, 0.35);
  background: rgba(16, 4, 4, 0.55);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.drawer-logo__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.dclose {
  position: absolute;
  top: 24px;
  right: 28px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  border: none;
  color: var(--g);
  cursor: pointer;
  transition: transform 0.2s var(--ez), opacity 0.2s var(--ez);
}

.dclose:active,
.dclose.is-pressing {
  transform: scale(0.92);
  opacity: 0.85;
}

.back-to-top:hover {
  border-color: rgba(245, 236, 216, 0.45);
}

.back-to-top.show,
#backToTop.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top:active,
.back-to-top.is-pressing {
  transform: translateY(0) scale(0.94);
  box-shadow: 0 0 0 4px rgba(245, 236, 216, 0.12);
}

.promo-popup[hidden] {
  display: none;
}

.promo-popup {
  position: fixed;
  inset: 0;
  z-index: 360;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.promo-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 2, 2, 0.78);
  backdrop-filter: blur(4px);
}

.promo-popup__card {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  border: 1px solid rgba(200, 146, 58, 0.34);
  background: linear-gradient(145deg, rgba(22, 8, 8, 0.98), rgba(42, 10, 10, 0.95));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.45);
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  overflow: hidden;
}

.promo-popup--text .promo-popup__card {
  max-width: 580px;
  grid-template-columns: 1fr;
}

.promo-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(200, 146, 58, 0.4);
  background: rgba(10, 2, 2, 0.92);
  color: var(--g);
  cursor: pointer;
  z-index: 3;
}

.promo-popup__close .ui-icon {
  width: 16px;
  height: 16px;
}

.promo-popup__image-wrap {
  min-height: 300px;
}

.promo-popup__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-popup__body {
  padding: 48px 36px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-popup__subtitle {
  font-family: var(--fc);
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--g);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.promo-popup__title {
  font-family: var(--fd);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 300;
  color: var(--ww);
  line-height: 1.04;
  margin: 0 0 14px;
}

.promo-popup__text {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(245, 236, 216, 0.84);
  margin: 0;
}

.promo-popup__cta {
  margin-top: 24px;
  align-self: flex-start;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: var(--hero-fallback-bg) center/cover no-repeat;
  filter: brightness(0.28) saturate(0.7);
  transform: scale(1.05);
  transition: transform 10s ease;
}

.hero:hover .hero__bg {
  transform: scale(1.1);
}

.hero__v {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 80% at 50% 50%, transparent 30%, rgba(16, 4, 4, 0.7) 100%),
    linear-gradient(to bottom, rgba(16, 4, 4, 0.5) 0%, rgba(16, 4, 4, 0.1) 40%, rgba(16, 4, 4, 0.5) 75%, rgba(16, 4, 4, 1) 100%);
}

.hero__fr {
  position: absolute;
  inset: 40px;
  border: 1px solid rgba(200, 146, 58, 0.12);
  pointer-events: none;
}

.hero__fr::before,
.hero__fr::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: var(--g);
  border-style: solid;
}

.hero__fr::before {
  top: -1px;
  left: -1px;
  border-width: 1px 0 0 1px;
  opacity: 0.6;
}

.hero__fr::after {
  bottom: -1px;
  right: -1px;
  border-width: 0 1px 1px 0;
  opacity: 0.6;
}

.hero__c {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 140px 32px 100px;
}

.hero__k {
  font-family: var(--fc);
  font-size: 11px;
  letter-spacing: 0.6em;
  color: var(--g);
  text-transform: uppercase;
  opacity: 0;
  animation: fu 0.9s var(--ez) forwards 0.2s;
  margin-bottom: 28px;
  display: block;
}

.hero__t {
  font-family: var(--fd);
  font-weight: 300;
  font-size: clamp(58px, 9.5vw, 120px);
  line-height: 0.9;
  color: var(--ww);
  margin-bottom: 10px;
  opacity: 0;
  animation: fu 1s var(--ez) forwards 0.4s;
}

.hero__t em {
  display: block;
  font-style: italic;
  color: var(--gl);
  font-size: clamp(48px, 7.5vw, 100px);
}

.hero__sub {
  font-family: var(--fd);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(17px, 2.2vw, 24px);
  color: rgba(245, 236, 216, 0.55);
  margin: 30px 0 52px;
  opacity: 0;
  animation: fu 0.9s var(--ez) forwards 0.65s;
}

.hero__cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fu 0.9s var(--ez) forwards 0.85s;
  position: relative;
  z-index: 4;
}

.hero__sc {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  opacity: 0;
  animation: fu 0.8s var(--ez) forwards 1.3s;
  pointer-events: none;
}

.hero__sc span {
  font-family: var(--fc);
  font-size: 8.5px;
  letter-spacing: 0.45em;
  color: var(--g);
  text-transform: uppercase;
}

.hero__scb {
  width: 1px;
  height: 42px;
  background: linear-gradient(var(--g), transparent);
  animation: pulse 2s ease-in-out infinite;
}

.hero__promo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(90deg, var(--dr), var(--em), var(--dr));
  border-top: 1px solid rgba(200, 146, 58, 0.25);
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fi 1s var(--ez) forwards 1.1s;
}

.hero__pb {
  font-family: var(--fc);
  font-size: 9px;
  letter-spacing: 0.4em;
  background: var(--g);
  color: var(--ink);
  padding: 4px 12px;
  text-transform: uppercase;
  flex-shrink: 0;
}

.hero__promo p {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(245, 236, 216, 0.8);
  margin: 0;
}

.hero__promo strong {
  color: var(--gl);
}

/* Features */
.feats {
  border-top: 1px solid var(--b);
  border-bottom: 1px solid var(--b);
  background: rgba(22, 8, 8, 0.7);
}

.feats__g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.feat {
  padding: 38px 24px;
  text-align: center;
  border-right: 1px solid var(--b);
  transition: background 0.35s;
  position: relative;
  overflow: hidden;
}

.feat:last-child {
  border-right: none;
}

.feat::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--g), transparent);
  transition: width 0.4s var(--ez);
}

.feat:hover {
  background: rgba(122, 21, 21, 0.1);
}

.feat:hover::before {
  width: 100%;
}

.feat__ic {
  color: var(--g);
  margin-bottom: 12px;
  display: block;
}

.feat__ic .ui-icon {
  width: 28px;
  height: 28px;
}

.feat__tt {
  font-family: var(--fc);
  font-size: 12.5px;
  letter-spacing: 0.16em;
  color: var(--ww);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.feat__tx {
  font-size: 17px;
  color: rgba(245, 236, 216, 0.76);
  line-height: 1.68;
  margin: 0;
}

/* Air-conditioned dining highlight — just below hero */
.aircon-banner {
  position: relative;
  padding: 28px 0 0;
  border-bottom: 1px solid rgba(143, 220, 243, 0.12);
  background:
    radial-gradient(ellipse 55% 120% at 8% 50%, rgba(95, 196, 232, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(12, 28, 36, 0.95) 0%, rgba(22, 8, 8, 0.2) 100%);
}

.aircon-highlight {
  position: relative;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 28px 34px;
  overflow: hidden;
  border: 1px solid rgba(143, 220, 243, 0.28);
  background:
    linear-gradient(120deg, rgba(18, 42, 52, 0.92), rgba(78, 10, 10, 0.42) 70%),
    rgba(16, 4, 4, 0.75);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(200, 146, 58, 0.12);
}

.aircon-highlight::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(143, 220, 243, 0.1);
  pointer-events: none;
}

.aircon-highlight::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -110px;
  right: -50px;
  border-radius: 50%;
  border: 1px solid rgba(143, 220, 243, 0.14);
  pointer-events: none;
}

.aircon-highlight__icon {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  color: #9ee3f7;
  background:
    radial-gradient(circle at 35% 30%, rgba(200, 240, 255, 0.22), transparent 55%),
    rgba(95, 196, 232, 0.1);
  box-shadow:
    0 0 28px rgba(95, 196, 232, 0.22),
    inset 0 0 0 1px rgba(143, 220, 243, 0.22);
}

.aircon-highlight__icon svg {
  display: block;
  width: 78px !important;
  height: 78px !important;
  max-width: 78px !important;
  overflow: visible;
}

.aircon-highlight__wave--1 {
  animation: airconWave 2.4s ease-in-out infinite;
}

.aircon-highlight__wave--2 {
  animation: airconWave 2.4s ease-in-out 0.35s infinite;
}

.aircon-highlight__wave--3 {
  animation: airconWave 2.4s ease-in-out 0.7s infinite;
}

.aircon-highlight__flake {
  animation: airconFlake 3.2s ease-in-out infinite;
  transform-origin: 66px 25px;
}

@keyframes airconWave {
  0%,
  100% {
    opacity: 0.45;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(2px);
  }
}

@keyframes airconFlake {
  0%,
  100% {
    opacity: 0.7;
    transform: rotate(0deg) scale(1);
  }

  50% {
    opacity: 1;
    transform: rotate(12deg) scale(1.06);
  }
}

.aircon-highlight__content {
  position: relative;
  z-index: 1;
}

.aircon-highlight__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #8fdcf3;
  font-family: var(--fc);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.aircon-highlight h2 {
  color: var(--ww);
  font-family: var(--fd);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 300;
  line-height: 1.08;
}

.aircon-highlight h2 em {
  color: #9ee3f7;
  font-style: italic;
}

.aircon-highlight__content > p {
  max-width: 720px;
  margin-top: 10px;
  color: rgba(245, 236, 216, 0.8);
  font-size: 15.5px;
  line-height: 1.68;
}

.aircon-highlight__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 14px;
}

.aircon-highlight__features span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(245, 236, 216, 0.9);
  font-family: var(--fc);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aircon-highlight__features span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle, #c4f0ff, #5fc4e8);
  box-shadow: 0 0 8px rgba(95, 196, 232, 0.55);
}

.aircon-highlight__cta {
  position: relative;
  z-index: 1;
  min-width: 188px;
  justify-content: center;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .aircon-highlight__wave--1,
  .aircon-highlight__wave--2,
  .aircon-highlight__wave--3,
  .aircon-highlight__flake {
    animation: none;
  }
}

/* Sunday buffet — hero follow-on */
.sunday-buffet {
  position: relative;
  padding: 36px 0 8px;
  border-bottom: 1px solid rgba(200, 146, 58, 0.16);
  background:
    radial-gradient(ellipse 48% 90% at 92% 18%, rgba(228, 184, 106, 0.16), transparent 58%),
    radial-gradient(ellipse 42% 80% at 6% 88%, rgba(122, 21, 21, 0.38), transparent 60%),
    linear-gradient(180deg, rgba(78, 10, 10, 0.55) 0%, rgba(16, 4, 4, 0.2) 100%);
}

.sunday-buffet__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.75fr);
  gap: 36px 48px;
  align-items: center;
  overflow: hidden;
  padding: 42px 44px;
  border: 1px solid rgba(228, 184, 106, 0.38);
  background:
    linear-gradient(125deg, rgba(78, 10, 10, 0.92), rgba(22, 8, 8, 0.88) 58%, rgba(60, 18, 12, 0.9)),
    rgba(16, 4, 4, 0.82);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(228, 184, 106, 0.22);
}

.sunday-buffet__card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(228, 184, 106, 0.12);
  pointer-events: none;
}

.sunday-buffet__badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 14px;
  background: var(--g);
  color: var(--ink);
  font-family: var(--fc);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.sunday-buffet__copy h2 {
  color: var(--ww);
  font-family: var(--fd);
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 300;
  line-height: 1.05;
}

.sunday-buffet__copy h2 em {
  color: var(--gl);
  font-style: italic;
}

.sunday-buffet__hours {
  margin: 12px 0 0;
  color: var(--gl);
  font-family: var(--fc);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sunday-buffet__text {
  max-width: 36em;
  margin-top: 14px;
  color: rgba(245, 236, 216, 0.82);
  font-size: 16px;
  line-height: 1.7;
}

.sunday-buffet__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0 18px;
}

.sunday-buffet__price {
  min-width: 168px;
  padding: 16px 20px 14px;
  border: 1px solid rgba(200, 146, 58, 0.24);
  background: rgba(16, 4, 4, 0.42);
}

.sunday-buffet__price--lead {
  border-color: rgba(228, 184, 106, 0.55);
  background: linear-gradient(160deg, rgba(200, 146, 58, 0.22), rgba(16, 4, 4, 0.4));
}

.sunday-buffet__amount {
  display: block;
  color: var(--ww);
  font-family: var(--fd);
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
}

.sunday-buffet__amount sup {
  margin-right: 2px;
  color: var(--gl);
  font-size: 18px;
  font-style: normal;
}

.sunday-buffet__plabel {
  display: block;
  margin-top: 6px;
  color: rgba(245, 236, 216, 0.72);
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sunday-buffet__extras {
  margin: 0 0 12px;
  color: rgba(245, 236, 216, 0.78);
  font-size: 14.5px;
  line-height: 1.55;
}

.sunday-buffet__naans {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.sunday-buffet__naans span {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(200, 146, 58, 0.28);
  background: rgba(16, 4, 4, 0.4);
  color: var(--gl);
  font-family: var(--fc);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sunday-buffet__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sunday-buffet__reserve {
  min-width: 220px;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(200, 146, 58, 0.28);
}

.sunday-buffet__aside {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 28px 22px;
  border: 1px solid rgba(228, 184, 106, 0.32);
  background: linear-gradient(180deg, rgba(200, 146, 58, 0.16), rgba(16, 4, 4, 0.35));
}

.sunday-buffet__plate {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  margin-bottom: 8px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(228, 184, 106, 0.28), transparent 58%),
    rgba(200, 146, 58, 0.08);
  box-shadow: 0 0 32px rgba(200, 146, 58, 0.18);
}

.sunday-buffet__aside strong {
  display: block;
  color: var(--ww);
  font-family: var(--fc);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sunday-buffet__aside em {
  display: block;
  margin-top: 8px;
  color: rgba(245, 236, 216, 0.72);
  font-family: var(--fb);
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.sunday-buffet-page {
  padding-top: 12px;
  padding-bottom: 8px;
}

.sunday-buffet-page .sunday-buffet__card {
  margin-top: 0;
}

/* About */
.about__g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

.about__imgs {
  position: relative;
  overflow: hidden;
}

.about__main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72) saturate(0.85);
  transition: transform 0.9s, filter 0.5s;
}

.about__imgs:hover .about__main {
  transform: scale(1.04);
  filter: brightness(0.82) saturate(1);
}

.about__fl {
  position: absolute;
  bottom: 40px;
  right: -24px;
  width: 220px;
  height: 270px;
  object-fit: cover;
  border: 3px solid var(--im);
  box-shadow: -8px 8px 32px rgba(0, 0, 0, 0.6);
  filter: brightness(0.8) saturate(0.85);
  transition: transform 0.5s;
}

.about__imgs:hover .about__fl {
  transform: translateY(-8px) rotate(-1deg);
}

.about__imgs::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 55%, var(--ink));
  pointer-events: none;
}

.about__body {
  padding: 80px 70px 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about__tt {
  font-family: var(--fd);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 8px;
  color: var(--ww);
}

.about__tt em {
  font-style: italic;
  color: var(--gl);
}

.about__lead {
  font-family: var(--fd);
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  color: var(--gl);
  margin: 20px 0 28px;
  line-height: 1.6;
}

.about__tx,
.about__body p {
  font-size: 14.5px;
  color: rgba(245, 236, 216, 0.72);
  line-height: 1.9;
  margin-bottom: 24px;
}

.about__stats {
  display: flex;
  border: 1px solid var(--b);
  margin-bottom: 36px;
}

.stat {
  padding: 22px 28px;
  flex: 1;
  border-right: 1px solid var(--b);
  text-align: center;
}

.stat:last-child {
  border-right: none;
}

.stat__n {
  font-family: var(--fd);
  font-size: 42px;
  font-weight: 300;
  color: var(--gl);
  line-height: 1;
}

.stat__n sup {
  font-size: 20px;
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
  color: var(--g);
}

.stat__l {
  font-family: var(--fc);
  font-size: 9px;
  letter-spacing: 0.35em;
  color: var(--mu);
  text-transform: uppercase;
  margin-top: 4px;
}

.about__stats--4 .stat {
  padding: 18px 14px;
}

.about__stats--4 .stat__n {
  font-size: 34px;
}

.about__stats--4 .stat__l {
  font-size: 8px;
  letter-spacing: 0.22em;
}

.stat__l a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.stat__l a:hover,
.stat__l a:focus-visible {
  color: var(--gl);
  border-color: var(--gl);
}

/* Services */
.svc-hdr {
  text-align: center;
  margin-bottom: 64px;
}

.svc-tt {
  font-family: var(--fd);
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 300;
  color: var(--ww);
}

.svc-tt em {
  font-style: italic;
  color: var(--gl);
}

.svc-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--b);
  border: 1px solid var(--b);
}

.svc-card {
  background: rgba(22, 8, 8, 0.88);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: background 0.4s;
}

.svc-card:hover {
  background: rgba(78, 10, 10, 0.25);
}

.svc-card__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}

.svc-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65) saturate(0.8);
  transition: transform 0.7s, filter 0.4s;
}

.svc-card:hover .svc-card__img img {
  transform: scale(1.05);
  filter: brightness(0.78) saturate(1);
}

.svc-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(22, 8, 8, 0.85));
}

.svc-card__num {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.4em;
  color: var(--g);
  background: rgba(16, 4, 4, 0.7);
  padding: 5px 14px;
  text-transform: uppercase;
  border: 1px solid var(--b);
}

.svc-card__body {
  padding: 36px 34px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.svc-card__ic {
  color: var(--g);
  margin-bottom: 16px;
  display: block;
}

.svc-card__ic .ui-icon {
  width: 26px;
  height: 26px;
}

.svc-card__tt {
  font-family: var(--fd);
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 14px;
  color: var(--ww);
}

.svc-card__tt em {
  font-style: italic;
  color: var(--gl);
}

.svc-card__tx {
  font-size: 13.5px;
  color: rgba(245, 236, 216, 0.68);
  line-height: 1.8;
  flex: 1;
  margin-bottom: 28px;
}

.svc-card__hl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--g);
  text-transform: uppercase;
  transition: color 0.25s var(--ez), transform 0.2s var(--ez);
}

.svc-card__hl::before {
  content: none;
}

.svc-card__hl .ui-icon {
  width: 13px;
  height: 13px;
}

.svc-card__hl:active,
.svc-card__hl.is-pressing {
  transform: scale(0.97);
}

/* Menu */
.mshw-hdr {
  text-align: center;
  margin-bottom: 60px;
}

.mshw-g {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2px;
  background: var(--b);
  border: 1px solid var(--b);
}

.mtile {
  background: rgba(22, 8, 8, 0.82);
  overflow: hidden;
  position: relative;
  transition: background 0.35s;
}

.mtile:hover {
  background: rgba(78, 10, 10, 0.2);
}

.mtile--feat {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
}

.mtile__img {
  flex: 1;
  min-height: 320px;
  overflow: hidden;
  position: relative;
}

.mtile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.68) saturate(0.8);
  transition: transform 0.7s, filter 0.4s;
}

.mtile:hover .mtile__img img {
  transform: scale(1.05);
  filter: brightness(0.8) saturate(1);
}

.mtile__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(22, 8, 8, 0.9));
}

.mtile__body {
  padding: 30px 28px 34px;
}

.mtile--feat .mtile__body {
  padding: 34px 34px 40px;
}

.mtile__cat {
  font-family: var(--fc);
  font-size: 9px;
  letter-spacing: 0.45em;
  color: var(--g);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.mtile__nm {
  font-family: var(--fd);
  font-size: 22px;
  font-weight: 300;
  color: var(--ww);
  margin-bottom: 8px;
}

.mtile--feat .mtile__nm {
  font-size: 30px;
}

.mtile__dc {
  font-size: 13px;
  color: var(--mu);
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}

.mtile__pr {
  font-family: var(--fc);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--g);
  margin-top: 12px;
}

.mshw-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  text-align: center;
  margin-top: 48px;
}

/* Offers */
.off-hdr {
  text-align: center;
  margin-bottom: 60px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.off-hdr__icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 24px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(229, 190, 92, 0.22), rgba(122, 21, 21, 0.08) 58%, rgba(22, 8, 8, 0.2) 100%);
  border: 1px solid rgba(200, 146, 58, 0.26);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.off-hdr__icon::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px dashed rgba(200, 146, 58, 0.28);
  animation: offSpin 18s linear infinite;
}

.off-hdr__icon-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(200, 146, 58, 0.1);
  transform: scale(0.92);
  animation: offPulse 3.6s ease-in-out infinite;
}

.off-hdr__icon-mark {
  position: relative;
  color: var(--gl);
  display: grid;
  place-items: center;
}

.off-hdr__icon-mark .ui-icon {
  width: 28px;
  height: 28px;
}

.offers-intro {
  border-bottom: none;
  padding-bottom: 10px;
}

.offers-intro .off-hdr {
  margin-bottom: 0;
}

.offers-intro__text {
  max-width: 780px;
  margin: 18px auto 0;
  color: rgba(245, 236, 216, 0.78);
  font-size: 19px;
  line-height: 1.72;
}

.off-g {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: transparent;
  border: 0;
  max-width: 920px;
  margin: 0 auto 42px;
  align-items: stretch;
}

.ocard {
  background: linear-gradient(180deg, rgba(60, 23, 16, 0.92) 0%, rgba(38, 12, 12, 0.94) 100%);
  padding: 52px 38px 48px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s, transform 0.4s, box-shadow 0.4s, border-color 0.4s;
  border: 1px solid rgba(200, 146, 58, 0.16);
  min-height: 100%;
  box-shadow: 0 20px 46px rgba(5, 7, 18, 0.22);
}

.ocard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--g), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}

.ocard::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(rgba(122, 21, 21, 0.14), transparent 70%);
  transition: transform 0.5s;
}

.ocard:hover {
  background: linear-gradient(180deg, rgba(78, 26, 18, 0.96) 0%, rgba(48, 14, 14, 0.97) 100%);
  transform: translateY(-8px);
  border-color: rgba(200, 146, 58, 0.28);
  box-shadow: 0 28px 54px rgba(5, 7, 18, 0.34);
}

.ocard:hover::before {
  opacity: 1;
}

.ocard:hover::after {
  transform: scale(1.4);
}

.ocard--f {
  background: linear-gradient(155deg, rgba(106, 34, 24, 0.94) 0%, rgba(52, 15, 14, 0.96) 65%);
  border-color: rgba(200, 146, 58, 0.34);
}

.ocard__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: var(--fc);
  font-size: 9px;
  letter-spacing: 0.3em;
  color: var(--ink);
  background: var(--g);
  padding: 4px 11px;
  text-transform: uppercase;
}

.ocard__days {
  font-family: var(--fc);
  font-size: 10.5px;
  letter-spacing: 0.45em;
  color: #d9ab57;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ocard__days::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(217, 171, 87, 0.34);
}

.ocard__nm {
  font-family: var(--fd);
  font-size: clamp(31px, 3vw, 36px);
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.03;
  color: var(--ww);
  text-wrap: balance;
}

.ocard__nm em {
  font-style: italic;
  color: var(--gl);
}

.ocard__tm {
  font-size: 13px;
  letter-spacing: 0.07em;
  color: rgba(245, 236, 216, 0.62);
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(217, 171, 87, 0.18);
}

.ocard__pr {
  font-family: var(--fd);
  font-size: clamp(58px, 5vw, 66px);
  font-weight: 300;
  color: #f0c56f;
  line-height: 1;
  margin-bottom: 4px;
  text-shadow: 0 0 18px rgba(240, 197, 111, 0.12);
}

.ocard__pr sup {
  font-size: 20px;
  vertical-align: top;
  margin-top: 12px;
  display: inline-block;
  color: #d9ab57;
}

.ocard__lb {
  font-family: var(--fc);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  color: rgba(245, 236, 216, 0.54);
  text-transform: uppercase;
  margin-bottom: 28px;
}

.ocard__inc {
  font-family: var(--fd);
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  color: rgba(245, 236, 216, 0.88);
  line-height: 1.72;
  margin-bottom: 28px;
}

.ocard__inc small {
  color: rgba(245, 236, 216, 0.66);
}

.ocard__rl {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ocard__rl li {
  font-size: 13.5px;
  color: rgba(245, 236, 216, 0.68);
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  line-height: 1.6;
}

.ocard__rl li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--g);
  opacity: 0.9;
  flex-shrink: 0;
}

.off-note {
  border: 1px solid rgba(200, 146, 58, 0.16);
  padding: 26px 34px;
  background: linear-gradient(135deg, rgba(200, 146, 58, 0.05), rgba(122, 21, 21, 0.04));
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.off-note__ic {
  color: var(--g);
  opacity: 0.85;
  flex-shrink: 0;
  margin-top: 1px;
}

.off-note__ic .ui-icon {
  width: 20px;
  height: 20px;
}

.off-note__tx {
  font-size: 14.5px;
  color: rgba(245, 236, 216, 0.8);
  line-height: 1.85;
}

.off-note__tx strong {
  color: var(--g);
  font-family: var(--fc);
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#offers .rv.in-view.off-hdr__icon,
#offers .rv.in-view .off-hdr__icon {
  animation: offRise 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

#offers .ocard.rv.in-view {
  animation: offerCardReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#offers .ocard.rv.d1.in-view {
  animation-delay: 0.08s;
}

#offers .ocard.rv.d2.in-view {
  animation-delay: 0.16s;
}

@keyframes offSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes offPulse {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.38;
  }
  50% {
    transform: scale(1);
    opacity: 0.72;
  }
}

@keyframes offFlicker {
  0%,
  100% {
    opacity: 0.88;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

@keyframes offRise {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes offerCardReveal {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Awards */
.aw-hdr {
  text-align: center;
  margin-bottom: 48px;
}

.aw-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--b);
  border: 1px solid var(--b);
}

.aitem {
  background: rgba(22, 8, 8, 0.8);
  padding: 36px 28px;
  text-align: center;
  transition: background 0.35s, transform 0.35s, box-shadow 0.35s;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.aitem:hover {
  background: rgba(78, 10, 10, 0.18);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(5, 7, 18, 0.22);
}

.aitem img {
  display: block;
  width: min(100%, 320px);
  height: 180px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto 20px;
  padding: 0;
  background: linear-gradient(180deg, rgba(255, 248, 235, 0.05), rgba(255, 248, 235, 0.02));
  border: 1px solid rgba(200, 146, 58, 0.14);
  filter: brightness(0.97) saturate(1.02) contrast(1.02);
  transition: filter 0.4s, transform 0.4s, border-color 0.4s, box-shadow 0.4s;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.aitem:hover img {
  filter: brightness(1.02) saturate(1.08) contrast(1.04);
  transform: scale(1.05);
  border-color: rgba(200, 146, 58, 0.24);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.aitem__tt {
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--g);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.aitem__tx {
  font-size: 13px;
  color: var(--mu);
  line-height: 1.6;
  margin: 0;
}

/* Live reviews */
.reviews-hdr {
  text-align: center;
  margin-bottom: 42px;
}

.reviews-intro,
.map-intro {
  max-width: 640px;
  margin: 14px auto 0;
  color: var(--mu);
  line-height: 1.8;
}

.live-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.live-review {
  border: 1px solid var(--b);
  background: rgba(22, 8, 8, 0.55);
  padding: 24px 22px;
}

.live-review__text {
  color: rgba(245, 236, 216, 0.84);
  line-height: 1.8;
  margin: 16px 0 18px;
}

.live-review__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mu);
}

.live-review__source {
  color: var(--g);
}

.live-review__author a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.25);
}

.live-review__author a:hover,
.live-review__author a:focus-visible {
  color: var(--gl);
  border-color: var(--gl);
}

.review-stars,
.tc__st {
  display: flex;
  gap: 4px;
  color: var(--g);
}

.review-stars__empty,
.tc__st span:last-child.review-stars__empty {
  opacity: 0.35;
}

.section-map .map-embed {
  margin-top: 28px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  overflow: hidden;
  background: rgba(10, 2, 2, 0.8);
}

.section-map .map-embed iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.map-link {
  text-align: center;
  margin-top: 18px;
}

.map-link a {
  color: var(--g);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.25);
}

.map-link a:hover,
.map-link a:focus-visible {
  color: var(--gl);
  border-color: var(--gl);
}

/* Testimonials */
.test-hdr {
  text-align: center;
  margin-bottom: 56px;
}

.test-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--b);
  border: 1px solid var(--b);
}

.tc {
  background: rgba(22, 8, 8, 0.8);
  padding: 42px 34px;
  transition: background 0.35s;
}

.tc:hover {
  background: rgba(78, 10, 10, 0.15);
}

.tc__st {
  display: flex;
  gap: 3px;
  margin-bottom: 18px;
}

.tc__st span {
  color: var(--g);
  font-size: 13px;
}

.tc__tx {
  font-family: var(--fd);
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  color: rgba(245, 236, 216, 0.78);
  line-height: 1.75;
  margin-bottom: 24px;
}

.tc__au {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tc__ln {
  width: 24px;
  height: 1px;
  background: var(--g);
}

.tc__nm {
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--g);
  text-transform: uppercase;
  margin: 0;
}

.tc__nm a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.tc__nm a:hover,
.tc__nm a:focus-visible {
  color: var(--gl);
  border-color: var(--gl);
}

.foot .ci__tx a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.25);
}

.foot .ci__tx a:hover,
.foot .ci__tx a:focus-visible {
  color: var(--gl);
  border-color: var(--gl);
}

/* Reservation */
.res-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.res-bg {
  position: absolute;
  inset: 0;
  background: var(--res-fallback-bg) center/cover no-repeat;
  filter: brightness(0.22) saturate(0.6);
}

.res-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(78, 10, 10, 0.65), rgba(22, 8, 8, 0.8));
}

.res-c {
  position: relative;
  z-index: 2;
  padding: 120px 32px;
  max-width: 700px;
  margin: 0 auto;
}

.res-c h2 {
  font-family: var(--fd);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 1.05;
  color: var(--ww);
}

.res-c h2 em {
  font-style: italic;
  color: var(--gl);
}

.res-c p {
  font-size: 20px;
  color: rgba(245, 236, 216, 0.6);
  margin-bottom: 42px;
  line-height: 1.8;
}

.res-c .acts {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.res-c .acts .btn {
  min-width: 320px;
  min-height: 74px;
  font-size: 20px;
  letter-spacing: 0.06em;
  padding: 20px 28px;
}

/* Footer */
.foot {
  background: rgba(10, 2, 2, 0.96);
  border-top: 1px solid rgba(201, 168, 76, 0.55);
}

.foot-m {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 52px;
  padding: 72px 0 56px;
}

.foot-brand__logo {
  align-items: flex-start;
  margin-bottom: 20px;
}

.foot-brand__logo-img {
  height: 50px;
  width: auto;
  display: block;
}

.foot-brand p {
  font-size: clamp(18px, 1.2vw, 21px);
  color: rgba(245, 236, 216, 0.78);
  line-height: 1.86;
  margin-bottom: 22px;
}

.foot-trust {
  font-family: var(--fc);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--g);
  margin: -8px 0 22px;
}

.foot-soc {
  display: flex;
  gap: 10px;
}

.app-badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.app-badges__label {
  margin: 0;
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--g);
}

.app-badges__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.app-badge {
  display: inline-flex;
  line-height: 0;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.25s var(--ez), box-shadow 0.25s var(--ez);
}

.app-badge:hover,
.app-badge:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.app-badge__svg {
  display: block;
  height: 40px;
  width: auto;
}

.app-badges--footer {
  margin-top: 20px;
}

.app-badges--takeaway {
  width: 100%;
  margin-top: 4px;
}

.app-badges--takeaway .app-badges__label {
  color: var(--gl);
}

.foot-soc a {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245, 236, 216, 0.72);
  transition: all 0.3s;
}

.foot-soc__icon {
  width: 18px;
  height: 18px;
  display: block;
}

.foot-soc__icon--tripadvisor {
  width: 22px;
}

.foot-soc a:hover {
  border-color: var(--g);
  color: var(--g);
}

.foot-col__tt {
  font-family: var(--fc);
  font-size: 14px;
  letter-spacing: 0.28em;
  color: var(--g);
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--b);
}

.fnav,
.menu-footer-container ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fnav a,
.menu-footer-container a {
  font-size: clamp(18px, 1.15vw, 22px);
  color: rgba(245, 236, 216, 0.78);
  letter-spacing: 0.03em;
  line-height: 1.35;
  display: inline-block;
  transition: color 0.25s var(--ez), transform 0.2s var(--ez);
}

.fnav a:hover,
.menu-footer-container a:hover {
  color: var(--gl);
}

.fnav a:active,
.fnav a.is-pressing,
.menu-footer-container a:active,
.menu-footer-container a.is-pressing {
  transform: scale(0.97);
}

.ci {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-bottom: 13px;
}

.ci__ic {
  color: var(--g);
  flex-shrink: 0;
  margin-top: 3px;
}

.ci__ic .ui-icon {
  width: 15px;
  height: 15px;
}

.ci__tx {
  font-size: clamp(17px, 1.05vw, 20px);
  color: rgba(245, 236, 216, 0.78);
  line-height: 1.72;
}

.ci__tx a {
  color: rgba(245, 236, 216, 0.82);
}

.ci__tx a:hover {
  color: var(--gl);
}

.ci__lb {
  color: var(--g);
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.foot-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 22px;
}

.foot-actions .btn {
  width: 100%;
  justify-content: center;
}

.htab {
  width: 100%;
}

.htab td {
  padding: 6px 0;
  font-size: clamp(16px, 1vw, 19px);
  color: rgba(245, 236, 216, 0.78);
  border-bottom: 1px solid rgba(200, 146, 58, 0.05);
}

.htab tr:last-child td {
  border-bottom: none;
}

.htab .day {
  color: rgba(245, 236, 216, 0.76);
}

.htab .tm {
  text-align: right;
  color: var(--gl);
  font-family: var(--fc);
  font-size: clamp(14px, 0.92vw, 17px);
  letter-spacing: 0.04em;
}

.htab .cl {
  text-align: right;
  color: rgba(245, 236, 216, 0.72);
  font-style: italic;
  font-size: clamp(15px, 0.95vw, 18px);
}

.foot-btm {
  border-top: 1px solid var(--b);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-btm p {
  font-size: 16px;
  color: rgba(245, 236, 216, 0.68);
  letter-spacing: 0.04em;
  margin: 0;
}

.foot-lnk {
  display: flex;
  gap: 22px;
}

.foot-lnk a {
  font-size: 12px;
  color: rgba(245, 236, 216, 0.72);
}

.foot-lnk a:hover {
  color: var(--g);
}

/* Inner pages */
.entry-shell {
  max-width: 900px;
  margin: 0 auto;
  padding: 220px 32px 110px;
}

.entry-shell h1,
.entry-shell h2,
.entry-shell h3,
.entry-shell h4 {
  font-family: var(--fd);
  font-weight: 300;
  color: var(--ww);
  line-height: 1.2;
  margin: 0 0 16px;
}

.entry-shell h1 {
  font-size: clamp(42px, 5vw, 64px);
}

.entry-shell h2 {
  font-size: clamp(32px, 4vw, 46px);
}

.entry-shell h3 {
  font-size: clamp(26px, 3vw, 34px);
}

.entry-shell p,
.entry-shell li,
.entry-shell label,
.entry-shell input,
.entry-shell textarea,
.entry-shell select {
  color: rgba(245, 236, 216, 0.78);
  font-size: 20px;
}

.entry-shell p {
  margin-bottom: 18px;
}

.entry-shell ul,
.entry-shell ol {
  margin-left: 20px;
  margin-bottom: 22px;
}

.entry-shell a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.entry-shell .wp-block-image,
.entry-shell img {
  margin: 24px 0;
  border: 1px solid var(--b);
}

.site-main--builder {
  min-height: 70vh;
}

.builder-shell-section {
  padding: 190px 0 90px;
}

.builder-shell {
  max-width: 980px;
}

.builder-shell > * + * {
  margin-top: 18px;
}

.builder-shell h1,
.builder-shell h2,
.builder-shell h3,
.builder-shell h4,
.builder-shell h5,
.builder-shell h6 {
  font-family: var(--fd);
  font-weight: 300;
  color: var(--ww);
  line-height: 1.14;
}

.builder-shell p,
.builder-shell li,
.builder-shell label,
.builder-shell input,
.builder-shell textarea,
.builder-shell select,
.builder-shell blockquote,
.builder-shell figcaption {
  color: rgba(245, 236, 216, 0.82);
}

.builder-shell a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.builder-shell .wp-block-image,
.builder-shell img {
  border: 1px solid var(--b);
}

.builder-shell .wp-block-button__link {
  border: 2px solid var(--g);
  border-radius: 0;
  background: rgba(200, 146, 58, 0.16);
  color: var(--ww);
  font-family: var(--fc);
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 24px;
  transition:
    transform 0.22s var(--ez),
    box-shadow 0.28s var(--ez),
    background 0.28s var(--ez),
    border-color 0.28s var(--ez),
    color 0.28s var(--ez);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  will-change: transform, box-shadow;
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}

.builder-shell .wp-block-button__link:hover {
  transform: translateY(-1px);
}

.builder-shell .wp-block-button__link:active,
.builder-shell .wp-block-button__link.is-pressing {
  transform: translateY(0) scale(0.985);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
}

.builder-shell .wp-block-button.is-style-fill .wp-block-button__link {
  background: var(--g);
  border-color: var(--g);
  color: var(--ink);
}

.builder-shell .wp-block-columns {
  gap: 20px;
}

.builder-shell .wp-block-group,
.builder-shell .wp-block-cover,
.builder-shell .wp-block-media-text,
.builder-shell .wp-block-table,
.builder-shell .wp-block-quote,
.builder-shell .wp-block-pullquote {
  border: 1px solid var(--b);
  background: rgba(22, 8, 8, 0.76);
}

.builder-shell .wp-block-group,
.builder-shell .wp-block-media-text,
.builder-shell .wp-block-quote,
.builder-shell .wp-block-pullquote {
  padding: 20px;
}

.builder-shell .alignwide {
  max-width: min(1120px, calc(100vw - 56px));
  margin-left: auto;
  margin-right: auto;
}

.builder-shell .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 32px;
  padding-right: 32px;
}

.entry-meta,
.search-meta {
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mu);
  margin-bottom: 18px;
}

.post-card {
  border: 1px solid var(--b);
  background: rgba(22, 8, 8, 0.72);
  padding: 26px;
  margin-bottom: 18px;
}

.post-card h2 {
  font-size: clamp(28px, 4vw, 38px);
  margin-bottom: 10px;
}

.post-card p:last-of-type {
  margin-bottom: 0;
}

.search-form {
  display: flex;
  gap: 8px;
  margin: 26px 0;
}

.search-form input[type="search"] {
  width: 100%;
  border: 1px solid var(--b);
  background: rgba(16, 4, 4, 0.7);
  color: var(--cr);
  padding: 12px 14px;
}

.search-form input[type="submit"] {
  border: 2px solid var(--gl);
  background: var(--g);
  color: var(--ink);
  padding: 14px 18px;
  font-family: var(--fc);
  font-size: 13px;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.pagination,
.nav-links {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pagination .page-numbers,
.nav-links a,
.nav-links span {
  border: 1px solid var(--b);
  padding: 8px 12px;
  color: var(--mu);
}

.pagination .current {
  border-color: var(--g);
  color: var(--gl);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Full site page templates */
.subhero {
  padding: 220px 0 90px;
  background:
    linear-gradient(180deg, rgba(122, 21, 21, 0.2) 0%, rgba(16, 4, 4, 0.95) 100%),
    radial-gradient(circle at 20% 10%, rgba(200, 146, 58, 0.1) 0%, transparent 60%);
  border-bottom: 1px solid var(--b);
}

.subhero h1 {
  font-family: var(--fd);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 300;
  color: var(--ww);
  line-height: 1.06;
  margin-bottom: 12px;
}

.subhero p {
  max-width: 820px;
  color: rgba(245, 236, 216, 0.72);
  font-size: 20px;
}

.section-block {
  padding: 72px 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(22, 8, 8, 0.35) 0%, rgba(78, 10, 10, 0.14) 50%, rgba(22, 8, 8, 0.35) 100%);
  border-top: 1px solid var(--b);
  border-bottom: 1px solid var(--b);
}

.section-title {
  font-family: var(--fd);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  color: var(--ww);
  margin-bottom: 26px;
}

.home-h {
  font-family: var(--fd);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 300;
  color: var(--ww);
  line-height: 1.08;
}

.home-h em {
  font-style: italic;
  color: var(--gl);
}

.home-h--offers {
  font-size: clamp(34px, 4.5vw, 58px);
}

.home-h--awards {
  font-size: clamp(30px, 4vw, 48px);
}

.home-h--reviews {
  font-size: clamp(32px, 4vw, 52px);
}

.off-lead {
  font-size: 16px;
  color: var(--mu);
  margin: 14px auto 0;
  max-width: 500px;
  line-height: 1.8;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.takeaway-order {
  padding-top: 48px;
}

.takeaway-order__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 22px 32px;
  align-items: end;
  margin-bottom: 22px;
}

.takeaway-order__copy .section-title {
  margin-bottom: 10px;
}

.takeaway-order__copy p {
  max-width: 38em;
  margin: 0;
  color: rgba(245, 236, 216, 0.78);
  font-size: 16.5px;
  line-height: 1.7;
}

.takeaway-order__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.takeaway-order__pills span {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(200, 146, 58, 0.28);
  background: rgba(16, 4, 4, 0.4);
  color: var(--gl);
  font-family: var(--fc);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.takeaway-order__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: flex-end;
}

.takeaway-order__frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(228, 184, 106, 0.28);
  background:
    linear-gradient(180deg, rgba(78, 10, 10, 0.28), rgba(16, 4, 4, 0.72)),
    rgba(16, 4, 4, 0.88);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(228, 184, 106, 0.14);
}

.takeaway-order__hint {
  margin: 0;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(200, 146, 58, 0.16);
  color: rgba(245, 236, 216, 0.7);
  font-size: 13.5px;
  letter-spacing: 0.02em;
}

.dineswift-menu-embed {
  position: relative;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  background: #140c0c;
}

.dineswift-menu-embed.is-loading::before {
  content: "Loading menu…";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  color: rgba(245, 236, 216, 0.62);
  font-family: var(--fc);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background:
    linear-gradient(90deg, transparent, rgba(200, 146, 58, 0.08), transparent),
    #140c0c;
  background-size: 220px 100%, auto;
  animation: takeawayShimmer 1.4s ease-in-out infinite;
}

@keyframes takeawayShimmer {
  0% {
    background-position: -220px 0, 0 0;
  }
  100% {
    background-position: 220px 0, 0 0;
  }
}

.dineswift-menu-embed.is-scrollable::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(16, 4, 4, 0.55));
}

.dineswift-menu-embed iframe,
.dineswift-menu-embed > * {
  width: 100%;
  max-width: 100%;
}

.takeaway-order__footer-cta {
  margin-top: 22px;
}

@media (prefers-reduced-motion: reduce) {
  .dineswift-menu-embed.is-loading::before {
    animation: none;
  }
}

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

.info-card {
  border: 1px solid var(--b);
  background: rgba(22, 8, 8, 0.78);
  padding: 24px;
  color: inherit;
  transition:
    transform 0.22s var(--ez),
    border-color 0.28s var(--ez),
    background 0.28s var(--ez),
    box-shadow 0.28s var(--ez);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}

.info-card:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 146, 58, 0.38);
  background: rgba(78, 10, 10, 0.2);
}

.info-card:active,
.info-card.is-pressing {
  transform: translateY(0) scale(0.992);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.info-card h3 {
  font-family: var(--fc);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--g);
  margin-bottom: 9px;
}

.info-card p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(245, 236, 216, 0.73);
  margin-bottom: 8px;
}

.info-card strong {
  color: var(--gl);
  font-family: var(--fc);
  font-size: 12px;
  letter-spacing: 0.08em;
}

/* Booking guests: clear minus / more (+) stepper */
.hi-guest-stepper-field {
  position: relative;
}

.hi-guest-stepper__select,
#wptr-guests.hi-guest-stepper__select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.hi-guest-stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 0 6px;
  border: 1px solid rgba(122, 21, 21, 0.22);
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(16, 8, 8, 0.04);
}

.hi-guest-stepper__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #7a1515;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.hi-guest-stepper__btn svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  display: block;
}

.hi-guest-stepper__btn:hover:not(:disabled) {
  background: rgba(122, 21, 21, 0.08);
}

.hi-guest-stepper__btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.hi-guest-stepper__btn--plus {
  color: #7a1515;
}

.hi-guest-stepper__value {
  min-width: 2ch;
  text-align: center;
  color: #160808;
  font-family: var(--fb);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

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

.menu-cat {
  border: 1px solid var(--b);
  background: rgba(22, 8, 8, 0.82);
  padding: 24px 22px;
}

.menu-cat h3 {
  font-family: var(--fd);
  font-weight: 300;
  font-size: 30px;
  color: var(--ww);
  margin-bottom: 14px;
}

.menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px dashed rgba(200, 146, 58, 0.18);
  padding-bottom: 10px;
}

.menu-list span {
  color: rgba(245, 236, 216, 0.76);
  font-size: 14px;
}

.menu-list strong {
  color: var(--gl);
  font-size: 13px;
  font-family: var(--fc);
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.hours-grid {
  border: 1px solid var(--b);
  background: rgba(22, 8, 8, 0.8);
}

.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(200, 146, 58, 0.08);
}

.hours-row:last-child {
  border-bottom: 0;
}

.hours-row span {
  color: rgba(245, 236, 216, 0.72);
}

.hours-row strong {
  color: var(--gl);
  font-family: var(--fc);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.cta-row {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.detail-list {
  margin: 10px 0 0;
  list-style: none;
}

.detail-list li {
  margin-bottom: 10px;
  border-left: 2px solid rgba(200, 146, 58, 0.24);
  padding-left: 12px;
  color: rgba(245, 236, 216, 0.74);
}

/* Catering page visuals */
.catering-page {
  overflow: clip;
}

.catering-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  background:
    radial-gradient(ellipse 70% 80% at 85% 20%, rgba(200, 146, 58, 0.18), transparent 55%),
    radial-gradient(ellipse 55% 70% at 10% 80%, rgba(122, 21, 21, 0.45), transparent 60%),
    linear-gradient(180deg, rgba(122, 21, 21, 0.28) 0%, rgba(16, 4, 4, 0.96) 100%);
}

.catering-hero__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -80px;
  top: 40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228, 184, 106, 0.16), transparent 68%);
  pointer-events: none;
  animation: cateringGlow 6s ease-in-out infinite;
}

.catering-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  gap: 40px;
  align-items: center;
}

.catering-hero__copy h1 {
  max-width: 12ch;
}

.catering-hero__copy > p {
  max-width: 58ch;
}

.catering-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 8px;
}

.catering-hero__chips span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(200, 146, 58, 0.28);
  background: rgba(16, 4, 4, 0.45);
  color: var(--gl);
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catering-call-note {
  margin: 14px 0 0;
  color: var(--gl);
  font-family: var(--fb);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.catering-hero__visual {
  display: grid;
  place-items: center;
}

.catering-hero__plate {
  width: min(100%, 300px);
  height: auto;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35));
  animation: cateringFloat 5.5s ease-in-out infinite;
}

.catering-intro {
  max-width: 820px;
  margin-bottom: 40px;
}

.catering-intro__text,
.catering-section-head p {
  color: rgba(245, 236, 216, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.catering-section-head {
  max-width: 820px;
  margin-bottom: 40px;
}

.catering-promise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.catering-promise {
  position: relative;
  padding: 28px 22px 26px;
  border: 1px solid rgba(200, 146, 58, 0.18);
  background:
    linear-gradient(165deg, rgba(78, 10, 10, 0.22), rgba(16, 4, 4, 0.75)),
    rgba(22, 8, 8, 0.88);
  overflow: hidden;
  transition: transform 0.28s var(--ez), border-color 0.28s var(--ez), box-shadow 0.28s var(--ez);
}

.catering-promise::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--g), transparent);
  opacity: 0.55;
}

.catering-promise:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 146, 58, 0.42);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.catering-promise__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--gl);
  background: rgba(200, 146, 58, 0.1);
  box-shadow: inset 0 0 0 1px rgba(200, 146, 58, 0.22);
}

.catering-promise__icon svg {
  width: 30px;
  height: 30px;
}

.catering-promise h3 {
  font-family: var(--fc);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--g);
  margin-bottom: 10px;
}

.catering-promise p {
  color: rgba(245, 236, 216, 0.74);
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
}

.catering-service-grid,
.catering-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.catering-service-card,
.catering-package,
.catering-occasion {
  position: relative;
  border: 1px solid rgba(200, 146, 58, 0.18);
  background: rgba(22, 8, 8, 0.88);
  padding: 28px 24px 30px;
  overflow: hidden;
  transition: transform 0.28s var(--ez), border-color 0.28s var(--ez), box-shadow 0.28s var(--ez);
}

.catering-service-card:hover,
.catering-package:hover,
.catering-occasion:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 146, 58, 0.4);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.3);
}

.catering-service-card__media {
  display: grid;
  place-items: center;
  height: 88px;
  margin: -8px -8px 18px;
  color: var(--gl);
  background:
    radial-gradient(circle at 50% 30%, rgba(200, 146, 58, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(78, 10, 10, 0.28), transparent);
}

.catering-service-card__media svg {
  width: 110px;
  height: 66px;
}

.catering-service-card--indoor .catering-service-card__media {
  background:
    radial-gradient(circle at 30% 40%, rgba(143, 220, 243, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(78, 10, 10, 0.22), transparent);
}

.catering-service-card--outdoor .catering-service-card__media {
  background:
    radial-gradient(circle at 70% 20%, rgba(228, 184, 106, 0.18), transparent 50%),
    linear-gradient(180deg, rgba(78, 10, 10, 0.2), transparent);
}

.catering-service-card__badge,
.catering-package__tier {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border: 1px solid rgba(200, 146, 58, 0.3);
  color: var(--g);
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  background: rgba(16, 4, 4, 0.35);
}

.catering-service-card h3,
.catering-package h3,
.catering-occasion h3 {
  font-family: var(--fd);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 300;
  color: var(--ww);
  margin-bottom: 12px;
  line-height: 1.15;
}

.catering-service-card p,
.catering-package > p:not(.catering-package__price),
.catering-occasion p {
  color: rgba(245, 236, 216, 0.74);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.catering-service-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gl);
  font-family: var(--fc);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catering-service-card strong::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--g);
}

.catering-service-card--featured,
.catering-package--featured,
.catering-occasion--temple {
  border-color: rgba(200, 146, 58, 0.45);
  background:
    linear-gradient(165deg, rgba(122, 21, 21, 0.42), rgba(16, 4, 4, 0.92) 55%),
    rgba(22, 8, 8, 0.95);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
}

.catering-occasion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.catering-occasion {
  min-height: 220px;
  padding: 32px 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 146, 58, 0.1), transparent 40%),
    rgba(22, 8, 8, 0.88);
}

.catering-occasion__mark {
  display: block;
  margin-bottom: 18px;
  color: rgba(200, 146, 58, 0.55);
  font-family: var(--fd);
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.catering-occasion--temple {
  background:
    radial-gradient(circle at 0% 100%, rgba(228, 184, 106, 0.14), transparent 45%),
    linear-gradient(145deg, rgba(78, 10, 10, 0.4), rgba(16, 4, 4, 0.92));
}

.catering-package {
  display: flex;
  flex-direction: column;
  padding-top: 34px;
}

.catering-package__price {
  margin: 0 0 14px;
  color: var(--gl);
  font-family: var(--fd);
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1;
}

.catering-package__list {
  list-style: none;
  margin-top: auto;
  padding: 0;
}

.catering-package__list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  color: rgba(245, 236, 216, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.catering-package__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--g);
  transform: rotate(45deg);
}

.catering-package--featured {
  transform: translateY(-8px);
  padding-top: 42px;
}

.catering-package--featured:hover {
  transform: translateY(-12px);
}

.catering-package__ribbon {
  position: absolute;
  top: 16px;
  right: -28px;
  width: 140px;
  padding: 6px 0;
  text-align: center;
  background: var(--g);
  color: var(--ink);
  font-family: var(--fc);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(35deg);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.catering-package--prestige {
  background:
    radial-gradient(circle at 80% 10%, rgba(228, 184, 106, 0.16), transparent 40%),
    rgba(22, 8, 8, 0.9);
}

.catering-note {
  margin-top: 30px;
  max-width: 920px;
  color: rgba(245, 236, 216, 0.7);
  font-size: 14px;
  line-height: 1.75;
  border-left: 2px solid rgba(200, 146, 58, 0.35);
  padding-left: 16px;
}

.catering-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.catering-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  padding: 30px 28px;
  border: 1px solid rgba(200, 146, 58, 0.22);
  background:
    linear-gradient(135deg, rgba(78, 10, 10, 0.25), rgba(16, 4, 4, 0.85)),
    rgba(22, 8, 8, 0.9);
}

.catering-option--venue {
  border-color: rgba(200, 146, 58, 0.4);
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 146, 58, 0.14), transparent 45%),
    linear-gradient(135deg, rgba(122, 21, 21, 0.35), rgba(16, 4, 4, 0.9));
}

.catering-option__num {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(200, 146, 58, 0.35);
  border-radius: 50%;
  color: var(--gl);
  font-family: var(--fd);
  font-size: 22px;
  font-weight: 300;
}

.catering-option h3 {
  font-family: var(--fd);
  font-size: 30px;
  font-weight: 300;
  color: var(--ww);
  margin-bottom: 10px;
}

.catering-option p {
  margin: 0;
  color: rgba(245, 236, 216, 0.76);
  font-size: 15px;
  line-height: 1.7;
}

.catering-process-panel {
  max-width: 860px;
  margin: 0 auto;
  padding: 42px 40px;
  border: 1px solid rgba(200, 146, 58, 0.24);
  background:
    radial-gradient(circle at 0% 0%, rgba(200, 146, 58, 0.1), transparent 40%),
    rgba(16, 4, 4, 0.72);
}

.catering-process {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.catering-process li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px 22px;
  border: 1px solid rgba(200, 146, 58, 0.16);
  background: rgba(22, 8, 8, 0.72);
}

.catering-process__step {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--g), #a8742c);
  color: var(--ink);
  font-family: var(--fc);
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(200, 146, 58, 0.28);
}

.catering-process strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gl);
  font-family: var(--fc);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catering-process span {
  color: rgba(245, 236, 216, 0.76);
  font-size: 15px;
  line-height: 1.7;
}

.catering-showcase {
  position: relative;
  padding: 56px 0 48px;
  overflow: hidden;
  border-bottom: 1px solid rgba(200, 146, 58, 0.14);
  background:
    radial-gradient(ellipse 50% 80% at 12% 40%, rgba(200, 146, 58, 0.12), transparent 55%),
    radial-gradient(ellipse 40% 60% at 90% 70%, rgba(122, 21, 21, 0.28), transparent 50%),
    linear-gradient(180deg, rgba(16, 4, 4, 0.2), rgba(22, 8, 8, 0.85));
}

.catering-announce {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-bottom: 28px;
  padding: 14px 18px;
  border: 1px solid rgba(200, 146, 58, 0.35);
  background:
    linear-gradient(105deg, rgba(200, 146, 58, 0.16), rgba(122, 21, 21, 0.28) 55%, rgba(16, 4, 4, 0.55));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.catering-announce__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: var(--g);
  color: var(--ink);
  font-family: var(--fc);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.catering-announce p {
  margin: 0;
  color: rgba(245, 236, 216, 0.92);
  font-size: 15px;
  line-height: 1.5;
}

.catering-announce--hero {
  margin-bottom: 22px;
  max-width: 640px;
}

.catering-showcase__layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.catering-showcase__mosaic {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  grid-template-rows: 1.15fr 0.85fr;
  gap: 12px;
  min-height: 420px;
}

.catering-showcase__shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(200, 146, 58, 0.22);
  background: rgba(16, 4, 4, 0.8);
}

.catering-showcase__shot--main {
  grid-row: 1 / 3;
}

.catering-showcase__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72) saturate(0.9);
  transition: transform 0.7s var(--ez), filter 0.4s var(--ez);
}

.catering-showcase__shot:hover img {
  transform: scale(1.05);
  filter: brightness(0.84) saturate(1.05);
}

.catering-showcase__shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 4, 4, 0.82), transparent 48%);
  pointer-events: none;
}

.catering-showcase__shot span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  color: var(--ww);
  font-family: var(--fc);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.catering-showcase__badge {
  position: absolute;
  right: -8px;
  bottom: 36px;
  z-index: 2;
  min-width: 112px;
  padding: 16px 14px;
  text-align: center;
  border: 1px solid rgba(200, 146, 58, 0.45);
  background: linear-gradient(160deg, rgba(122, 21, 21, 0.95), rgba(16, 4, 4, 0.96));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  animation: cateringFloat 5.5s ease-in-out infinite;
}

.catering-showcase__badge--new {
  border-color: rgba(228, 184, 106, 0.7);
  background: linear-gradient(160deg, rgba(200, 146, 58, 0.95), rgba(122, 21, 21, 0.95));
}

.catering-showcase__badge--new strong {
  color: var(--ink);
  font-family: var(--fc);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.catering-showcase__badge--new em {
  color: rgba(16, 4, 4, 0.78);
}

.catering-showcase__badge strong {
  display: block;
  color: var(--gl);
  font-family: var(--fd);
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.catering-showcase__badge em {
  display: block;
  margin-top: 4px;
  color: rgba(245, 236, 216, 0.72);
  font-family: var(--fc);
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catering-showcase__copy h2 {
  font-family: var(--fd);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 300;
  color: var(--ww);
  line-height: 1.08;
}

.catering-showcase__copy h2 em {
  color: var(--gl);
  font-style: italic;
}

.catering-showcase__copy > p {
  max-width: 34em;
  color: rgba(245, 236, 216, 0.8);
  font-size: 16px;
  line-height: 1.75;
}

.catering-showcase__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 22px;
}

.catering-showcase__pills span {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(200, 146, 58, 0.26);
  background: rgba(16, 4, 4, 0.45);
  color: var(--gl);
  font-family: var(--fc);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catering-showcase__tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 26px;
}

.catering-showcase__tile {
  padding: 16px 14px;
  border: 1px solid rgba(200, 146, 58, 0.18);
  background:
    linear-gradient(165deg, rgba(78, 10, 10, 0.28), rgba(16, 4, 4, 0.72)),
    rgba(22, 8, 8, 0.85);
  transition: transform 0.25s var(--ez), border-color 0.25s var(--ez);
}

.catering-showcase__tile:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 146, 58, 0.4);
}

.catering-showcase__tile-ic {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  color: var(--gl);
  font-size: 18px;
  line-height: 1;
  border-radius: 50%;
  background: rgba(200, 146, 58, 0.1);
  box-shadow: inset 0 0 0 1px rgba(200, 146, 58, 0.2);
}

.catering-showcase__tile-ic svg {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  display: block;
}

.catering-showcase__tile strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ww);
  font-family: var(--fc);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catering-showcase__tile em {
  display: block;
  color: rgba(245, 236, 216, 0.68);
  font-family: var(--fb);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.catering-home {
  padding-top: 28px;
  padding-bottom: 28px;
}

.catering-home__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 40px 44px;
  overflow: hidden;
  border: 1px solid rgba(200, 146, 58, 0.32);
  background:
    radial-gradient(circle at 8% 40%, rgba(200, 146, 58, 0.16), transparent 36%),
    radial-gradient(circle at 92% 20%, rgba(122, 21, 21, 0.45), transparent 40%),
    linear-gradient(120deg, rgba(24, 8, 8, 0.98), rgba(78, 10, 10, 0.5));
}

.catering-home__card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -40px;
  bottom: -70px;
  border: 1px solid rgba(200, 146, 58, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.catering-home__copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.catering-home__card h2 {
  font-family: var(--fd);
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 300;
  color: var(--ww);
  line-height: 1.1;
}

.catering-home__card h2 em {
  color: var(--gl);
  font-style: italic;
}

.catering-home__card p {
  margin-top: 12px;
  color: rgba(245, 236, 216, 0.78);
  font-size: 16px;
  line-height: 1.7;
}

.catering-home__card .btn {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

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

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

@keyframes cateringGlow {
  0%,
  100% {
    opacity: 0.65;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .catering-hero__plate,
  .catering-hero__glow {
    animation: none;
  }
}

.custom-content-card {
  border: 1px solid var(--b);
  background: rgba(22, 8, 8, 0.76);
  padding: 24px;
}

.custom-content-card h1,
.custom-content-card h2,
.custom-content-card h3,
.custom-content-card h4 {
  font-family: var(--fd);
  font-weight: 300;
  color: var(--ww);
  margin-bottom: 12px;
  line-height: 1.2;
}

.custom-content-card p,
.custom-content-card li,
.custom-content-card label,
.custom-content-card input,
.custom-content-card textarea,
.custom-content-card select,
.custom-content-card span,
.custom-content-card div {
  color: rgba(245, 236, 216, 0.8);
}

.custom-content-card a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Animations */
@keyframes fu {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fi {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scaleY(1);
  }

  50% {
    opacity: 0.35;
    transform: scaleY(0.55);
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .builder-shell-section {
    padding-top: 160px;
  }

  .subhero {
    padding-top: 180px;
  }

  .foot-m {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .feats__g {
    grid-template-columns: repeat(2, 1fr);
  }

  .feat {
    border-bottom: 1px solid var(--b);
  }

  .about__g {
    grid-template-columns: 1fr;
  }

  .about__imgs {
    min-height: 380px;
  }

  .about__imgs::after {
    background: linear-gradient(to bottom, transparent 60%, var(--ink));
  }

  .about__fl {
    display: none;
  }

  .about__body {
    padding: 50px 32px;
  }

  .mshw-g {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .mtile--feat {
    grid-column: 1;
    grid-row: auto;
  }

  .aw-g {
    grid-template-columns: repeat(3, 1fr);
  }

  .info-grid,
  .menu-grid {
    grid-template-columns: 1fr;
  }

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

  .catering-showcase__layout {
    gap: 36px;
  }

  .catering-hero__inner {
    gap: 28px;
  }
}

@media (max-width: 1024px) {
  .topbar {
    display: none;
  }

  .site-header {
    top: 0 !important;
  }

  .hdr-i {
    padding: 12px 18px;
  }

  .site-header.sc .hdr-i {
    padding: 10px 18px;
  }

  .logo {
    max-width: none;
    align-items: flex-start;
  }

  .logo img {
    width: auto !important;
    height: auto !important;
    max-height: 44px !important;
    max-width: 160px !important;
  }

  .logo .logo-img--desktop {
    display: none;
  }

  .logo .logo-img--mobile {
    display: block;
    width: 44px !important;
    height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    border-radius: 50%;
    border: 1px solid var(--b);
    background: rgba(16, 4, 4, 0.5);
    object-fit: cover;
    padding: 0;
  }

  .site-header.sc .logo .logo-img--mobile {
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
  }

  .site-header .logo {
    padding: 4px;
    border-radius: 50%;
  }

  .site-header nav,
  .menu-primary-container,
  .pnav {
    display: none !important;
  }

  .ham {
    display: flex !important;
    position: relative;
    z-index: 101;
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 860px) {
  .builder-shell-section {
    padding-top: 140px;
  }

  .hdr-i {
    padding: 12px 16px;
  }

  .site-header.sc .hdr-i {
    padding: 10px 16px;
  }

  .logo {
    align-items: flex-start;
  }

  .logo .logo-img--mobile {
    max-height: 30px !important;
    max-width: 150px !important;
  }

  .site-header.sc .logo .logo-img--mobile {
    max-height: 28px !important;
    max-width: 138px !important;
  }

  .site-header nav,
  .menu-primary-container,
  .pnav {
    display: none !important;
  }

  .ham {
    display: flex !important;
    position: relative;
    z-index: 101;
  }

  .svc-g,
  .off-g,
  .test-g,
  .catering-service-grid,
  .catering-package-grid,
  .catering-occasion-grid,
  .catering-promise-grid,
  .catering-options {
    grid-template-columns: 1fr;
  }

  .catering-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .catering-hero__visual {
    order: -1;
  }

  .catering-hero__plate {
    width: min(100%, 220px);
  }

  .catering-package--featured {
    transform: none;
  }

  .catering-package--featured:hover {
    transform: translateY(-4px);
  }

  .catering-process-panel {
    padding: 28px 20px;
  }

  .catering-showcase {
    padding: 42px 0 36px;
  }

  .catering-showcase__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .catering-showcase__mosaic {
    min-height: 340px;
  }

  .catering-showcase__badge {
    right: 8px;
    bottom: 16px;
  }

  .catering-showcase__tiles {
    grid-template-columns: 1fr;
  }

  .catering-home__card {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 22px;
    text-align: left;
  }

  .aircon-banner {
    padding-top: 22px;
  }

  .aircon-highlight {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 22px;
    padding: 24px 24px;
  }

  .aircon-highlight__icon {
    width: 90px;
    height: 90px;
  }

  .aircon-highlight__icon svg {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
  }

  .aircon-highlight__cta {
    grid-column: 2;
    justify-self: start;
  }

  .takeaway-order__intro {
    grid-template-columns: 1fr;
  }

  .takeaway-order__actions {
    justify-content: flex-start;
  }

  .sunday-buffet {
    padding-top: 28px;
  }

  .sunday-buffet__card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 28px;
  }

  .sunday-buffet__aside {
    order: -1;
    max-width: 320px;
    margin: 0 auto;
  }

  .feat {
    padding: 32px 20px;
  }

  .feat__ic .ui-icon {
    width: 26px;
    height: 26px;
  }

  .feat__tt {
    font-size: 13px;
    letter-spacing: 0.12em;
  }

  .feat__tx {
    font-size: 19px;
    line-height: 1.7;
  }

  .foot-m {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .foot-btm {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .topbar {
    display: none;
  }

  .site-header {
    top: 0 !important;
  }

  .hero__promo {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .aw-g {
    grid-template-columns: 1fr;
  }

  .entry-shell {
    padding-top: 160px;
  }

  .subhero {
    padding: 150px 0 70px;
  }

  .menu-list li {
    flex-direction: column;
    gap: 4px;
  }
}

@media (max-width: 600px) {
  .builder-shell .alignwide {
    max-width: calc(100vw - 28px);
  }

  .builder-shell .alignfull {
    padding-left: 14px;
    padding-right: 14px;
  }

  .wrap {
    padding: 0 20px;
  }

  .hdr-i {
    padding: 10px 14px;
  }

  .logo .logo-img--mobile {
    max-height: 28px !important;
    max-width: 130px !important;
  }

  .ham {
    width: 38px;
    height: 38px;
  }

  .ham span {
    width: 18px;
  }

  .drawer-logo {
    width: 72px;
    height: 72px;
    padding: 4px;
  }

  .feats__g {
    grid-template-columns: 1fr;
  }

  .about__stats {
    flex-direction: column;
  }

  .about__stats--4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .stat {
    border-right: none;
    border-bottom: 1px solid var(--b);
  }

  .about__stats--4 .stat:nth-child(odd) {
    border-right: 1px solid var(--b);
  }

  .about__stats--4 .stat:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .stat:last-child {
    border-bottom: none;
  }

  .mshw-g {
    grid-template-columns: 1fr;
  }

  .hero__t {
    line-height: 1;
  }

  .hero__fr {
    inset: 20px;
  }

  .entry-shell {
    padding: 140px 20px 90px;
  }

  .hours-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Mobile-first refinement pack */
@media (max-width: 768px) {
  :root {
    /* Raise muted-text contrast for easier reading on small screens */
    --mu: #b79588;
  }

  body {
    font-size: 19px;
    line-height: 1.84;
    letter-spacing: 0.01em;
    color: rgba(245, 236, 216, 0.93);
  }

  .about__lead {
    font-size: 22px;
    line-height: 1.72;
    color: rgba(245, 236, 216, 0.94);
  }

  .about__tx,
  .about__body p,
  .entry-shell p,
  .builder-shell p,
  .subhero p {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(245, 236, 216, 0.9);
  }

  .svc-card__tx,
  .mtile__dc,
  .ocard__inc,
  .tc__tx,
  .off-note__tx,
  .menu-list li {
    font-size: 17px;
    line-height: 1.78;
    color: rgba(245, 236, 216, 0.88);
  }

  .builder-shell-section {
    padding: 124px 0 54px;
  }

  .sec {
    padding: 68px 0;
  }

  .sec--sm {
    padding: 48px 0;
  }

  .hero {
    min-height: 90vh;
  }

  .hero__fr {
    inset: 14px;
  }

  .hero__c {
    padding: 124px 20px 96px;
  }

  .hero__k {
    font-size: 9px;
    letter-spacing: 0.28em;
    margin-bottom: 20px;
  }

  .hero__t {
    font-size: clamp(44px, 14vw, 66px);
  }

  .hero__t em {
    font-size: clamp(40px, 13vw, 58px);
  }

  .hero__sub {
    font-size: 22px;
    margin: 16px 0 30px;
  }

  .hero__cta {
    gap: 10px;
    width: 100%;
  }

  .hero__sc {
    bottom: 18px;
  }

  .hero__cta .btn {
    width: min(100%, 320px);
    justify-content: center;
    padding: 18px 22px;
    font-size: 18px;
    letter-spacing: 0.06em;
  }

  .hero__promo {
    padding: 12px 16px 16px;
  }

  .hero__promo p {
    font-size: 20px;
    line-height: 1.55;
  }

  .feat {
    border-right: none;
    padding: 28px 16px;
  }

  .aircon-banner {
    padding-top: 18px;
  }

  .aircon-highlight {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px 18px;
    text-align: center;
  }

  .aircon-highlight__icon {
    width: 88px;
    height: 88px;
  }

  .aircon-highlight__eyebrow {
    letter-spacing: 0.28em;
  }

  .aircon-highlight h2 {
    font-size: clamp(30px, 8.5vw, 42px);
  }

  .aircon-highlight__content > p {
    font-size: 18px;
    line-height: 1.75;
  }

  .aircon-highlight__features {
    justify-content: center;
    gap: 10px 16px;
  }

  .aircon-highlight__features span {
    font-size: 10px;
  }

  .aircon-highlight__cta {
    width: min(100%, 320px);
  }

  .takeaway-order {
    padding-top: 28px;
  }

  .takeaway-order__copy p {
    font-size: 17px;
  }

  .takeaway-order__actions .btn,
  .takeaway-order__footer-cta .btn {
    width: min(100%, 320px);
    justify-content: center;
  }

  .takeaway-order__hint {
    font-size: 14px;
    line-height: 1.5;
  }

  .takeaway-order__frame {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .sunday-buffet {
    padding-top: 22px;
  }

  .sunday-buffet__card {
    padding: 28px 18px;
    text-align: center;
  }

  .sunday-buffet__text {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .sunday-buffet__prices {
    justify-content: center;
  }

  .sunday-buffet__naans {
    justify-content: center;
  }

  .sunday-buffet__cta {
    justify-content: center;
  }

  .sunday-buffet__reserve,
  .sunday-buffet__cta .btn {
    width: min(100%, 320px);
  }

  .about__body {
    padding: 36px 20px 42px;
  }

  .svc-card__body,
  .mtile__body,
  .ocard,
  .tc {
    padding: 26px 20px;
  }

  .subhero {
    padding: 136px 0 50px;
  }

  .subhero h1 {
    font-size: clamp(36px, 12vw, 56px);
  }

  .section-title {
    font-size: clamp(30px, 10vw, 48px);
  }

  .menu-cat h3 {
    font-size: 26px;
  }

  .off-note {
    padding: 16px;
    gap: 10px;
  }

  .offers-intro__text {
    font-size: 20px;
    line-height: 1.7;
  }

  .btn {
    font-size: 19px;
    min-height: 68px;
    letter-spacing: 0.05em;
  }

  .btn--compact {
    min-height: 60px;
    font-size: 17px;
  }

  .res-c .acts {
    gap: 16px;
  }

  .res-c .acts .btn {
    width: min(100%, 520px);
    min-width: 0;
    min-height: 72px;
    font-size: 21px;
    letter-spacing: 0.04em;
    padding: 18px 20px;
  }

  .fnav a,
  .menu-footer-container a,
  .ci__tx,
  .htab td,
  .foot-btm p,
  .foot-lnk a {
    font-size: 19px;
    line-height: 1.65;
  }

  .drawer a {
    font-size: 24px;
    letter-spacing: 0.08em;
  }

  .back-to-top,
  #backToTop {
    right: 14px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 92px + var(--fab-chat-space));
  }

  .promo-popup {
    padding: 14px;
  }

  .promo-popup__card {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }

  .promo-popup__image-wrap {
    min-height: 180px;
    max-height: 240px;
  }

  .promo-popup__body {
    padding: 30px 18px 20px;
  }

  .promo-popup__subtitle {
    font-size: 10px;
    letter-spacing: 0.2em;
  }

  .promo-popup__title {
    font-size: clamp(32px, 8vw, 40px);
  }

  .promo-popup__text {
    font-size: 20px;
    line-height: 1.72;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 18px;
    line-height: 1.82;
  }

  .about__lead {
    font-size: 20px;
    line-height: 1.74;
  }

  .about__tx,
  .about__body p,
  .entry-shell p,
  .builder-shell p,
  .subhero p {
    font-size: 17px;
    line-height: 1.86;
  }

  .svc-card__tx,
  .mtile__dc,
  .ocard__inc,
  .tc__tx,
  .off-note__tx,
  .menu-list li {
    font-size: 16px;
    line-height: 1.75;
  }

  .builder-shell-section {
    padding: 110px 0 48px;
  }

  .wrap {
    padding: 0 14px;
  }

  .hdr-i {
    padding: 8px 10px;
  }

  .logo .logo-img--mobile {
    max-height: 24px !important;
    max-width: 116px !important;
  }

  .ham {
    width: 36px;
    height: 36px;
  }

  .hero__c {
    padding: 112px 12px 88px;
  }

  .hero__k {
    letter-spacing: 0.2em;
  }

  .hero__sub {
    font-size: 21px;
  }

  .aircon-banner {
    padding-top: 14px;
  }

  .aircon-highlight {
    padding: 24px 14px;
  }

  .aircon-highlight__icon {
    width: 80px;
    height: 80px;
  }

  .aircon-highlight__icon svg {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
  }

  .aircon-highlight__eyebrow {
    font-size: 9px;
    letter-spacing: 0.2em;
  }

  .aircon-highlight__content > p {
    font-size: 17px;
    line-height: 1.7;
  }

  .aircon-highlight__features {
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }

  .sunday-buffet__card {
    padding: 24px 14px;
  }

  .sunday-buffet__copy h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .sunday-buffet__hours {
    letter-spacing: 0.12em;
  }

  .sunday-buffet__price {
    min-width: 0;
    flex: 1 1 calc(50% - 8px);
  }

  .sunday-buffet__amount {
    font-size: 34px;
  }

  .hero__promo p {
    font-size: 18px;
  }

  .offers-intro__text {
    font-size: 18px;
  }

  .btn,
  .hero__cta .btn {
    font-size: 17px;
    letter-spacing: 0.03em;
    padding: 18px 18px;
    min-height: 68px;
  }

  .btn--compact {
    min-height: 58px;
    padding: 15px 16px;
  }

  .res-c .acts .btn {
    font-size: 19px;
    min-height: 68px;
  }

  .drawer a {
    font-size: 20px;
    letter-spacing: 0.07em;
  }

  .drawer-logo {
    width: 64px;
    height: 64px;
    padding: 4px;
  }

  .back-to-top,
  #backToTop {
    right: 14px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 102px + var(--fab-chat-space));
    width: 52px;
    height: 52px;
    font-size: 30px;
  }

  .promo-popup__close {
    width: 36px;
    height: 36px;
  }

  .promo-popup__text {
    font-size: 18px;
  }
}
