/* ── TOKENS ── */
:root {
  --bg:          #F7F3ED;       /* warm off-white – main bg */
  --bg-alt:      #EFEBE3;       /* slightly deeper cream – alt sections */
  --dark:        #1C1A17;       /* warm almost-black */
  --dark-mid:    #2E2A24;       /* dark section bg */
  --text:        #2E2A24;       /* body text */
  --text-soft:   #7A7060;       /* muted text */
  --text-xsoft:  #A09680;       /* very muted */
  --gold:        #E58D18;       /* logo orange */
  --gold-lt:     #F2A640;       /* lighter logo orange */
  --gold-pale:   #F6D3A0;       /* pale logo orange tint */
  --white:       #FFFFFF;
  --serif:       'Playfair Display', Georgia, serif;
  --sans:        'DM Sans', sans-serif;
  --radius:      2px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--bg); }
body { font-family: var(--sans); background: var(--bg); color: var(--text); overflow-x: hidden; overscroll-behavior-y: none; }

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(184,146,74,.52) rgba(239,235,227,.9);
}
*::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
*::-webkit-scrollbar-track {
  background: rgba(239,235,227,.9);
  border-radius: 999px;
}
*::-webkit-scrollbar-thumb {
  background: rgba(184,146,74,.52);
  border-radius: 999px;
  border: 2px solid rgba(239,235,227,.9);
}

/* ── UTILS ── */
.container { max-width: 1320px; margin: 0 auto; padding: 0 64px; }
@media(max-width:768px){ .container { padding: 0 24px; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold);
}
.eyebrow::before {
  content: ''; display: block; width: 28px; height: 1px; background: var(--gold);
}

.h-display {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 400; line-height: 1.12;
  color: var(--text);
}
.h-display em { font-style: italic; }
.h-display.on-dark { color: #F2EDE4; }

.body-text {
  font-size: 14px; font-weight: 300; line-height: 1.9;
  color: var(--text-soft);
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  text-decoration: none; padding: 14px 32px;
  border: 1px solid currentColor;
  transition: background 0.35s, color 0.35s, border-color 0.35s;
  cursor: pointer; background: transparent;
}
.btn-gold   { color: var(--gold); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold); color: var(--white); }
.btn-dark   { color: var(--dark); border-color: var(--dark); }
.btn-dark:hover { background: var(--dark); color: var(--bg); }
.btn-white  { color: var(--white); border-color: rgba(255,255,255,0.55); }
.btn-white:hover { background: var(--white); color: var(--dark); }
.btn-fill-gold { background: var(--gold); color: var(--white); border-color: var(--gold); }
.btn-fill-gold:hover { background: var(--gold-lt); border-color: var(--gold-lt); }

.chevron {
  width: 18px; height: 1px; background: currentColor; position: relative;
  transition: width 0.3s;
}
.chevron::after {
  content: ''; position: absolute; right: 0; top: -4px;
  width: 7px; height: 7px;
  border-right: 1px solid currentColor; border-top: 1px solid currentColor;
  transform: rotate(45deg);
}
.btn:hover .chevron { width: 26px; }
.btn-back .chevron { transform: rotate(180deg); }

/* ── REVEAL ── */
.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
.reveal.active {
  opacity: 1;
  transform: none; }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; } .d4 { transition-delay: .4s; }

/* ────────────────────────────────────────
   HEADER
──────────────────────────────────────── */
#hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 20px 0;
  transition: background .45s, padding .45s, border-color .45s;
  border-bottom: 1px solid transparent;
}
#hdr.solid {
  background: rgba(247,243,237,0.96);
  backdrop-filter: blur(14px);
  border-color: rgba(184,146,74,0.18);
  padding: 14px 0;
}
.hdr-inner {
  display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 56px;
  min-height: 58px;
}
.hdr-logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--serif); font-size: 16px; font-weight: 500;
  letter-spacing: .18em; color: var(--white); text-decoration: none;
  text-transform: uppercase; transition: color .35s;
  grid-column: 2; justify-self: center;
}
#hdr.solid .hdr-logo { color: var(--dark); }
.hdr-logo em { font-style: normal; color: var(--gold); }
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; position: relative;
  background: rgba(255,255,255,.92); color: var(--dark);
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
#hdr.solid .brand-mark { background: var(--dark); color: var(--white); box-shadow: none; }
.brand-bean {
  width: 23px; height: 16px; border-radius: 50%;
  border: 2px solid currentColor; transform: rotate(-18deg); position: relative;
}
.brand-bean::after {
  content: ''; position: absolute; left: 50%; top: 2px; bottom: 2px;
  width: 1px; background: currentColor; transform: translateX(-50%) rotate(22deg);
}
.brand-steam {
  position: absolute; width: 23px; height: 15px; border-top: 2px solid currentColor;
  border-radius: 50%; bottom: 5px;
}
.brand-name { display: inline-block; line-height: 1; transform: translateY(1px); text-shadow: 0 1px 16px rgba(0,0,0,.26); }
#hdr.solid .brand-name { text-shadow: none; }
.brand-logo-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.18));
}
#hdr.solid .brand-logo-img { filter: none; }

nav.main-nav { grid-column: 1; justify-self: start; }
nav.main-nav ul { display: flex; list-style: none; gap: clamp(28px, 3vw, 52px); align-items: center; }
nav.main-nav a,
.nav-dropdown button {
  font-size: 11px; font-weight: 400; letter-spacing: .18em;
  text-transform: uppercase; text-decoration: none;
  color: rgba(255,255,255,.8); transition: color .3s; position: relative;
  font-family: var(--sans); background: none; border: none; cursor: pointer;
}
nav.main-nav a::after,
.nav-dropdown button::after {
  content: ''; position: absolute; bottom: -3px; left: 0;
  width: 0; height: 1px; background: var(--gold); transition: width .3s;
}
nav.main-nav a:hover,
.nav-dropdown button:hover { color: var(--white); }
nav.main-nav a:hover::after,
.nav-dropdown button:hover::after { width: 100%; }
#hdr.solid nav.main-nav a,
#hdr.solid .nav-dropdown button { color: var(--text-soft); }
#hdr.solid nav.main-nav a:hover,
#hdr.solid .nav-dropdown button:hover { color: var(--dark); }
.nav-dropdown { position: relative; z-index: 10; }
.nav-dropdown::after {
  content: ''; position: absolute; left: -56px; right: -56px; top: 100%; height: 72px;
  pointer-events: auto; z-index: 1;
}
.nav-dropdown button { display: inline-flex; align-items: center; gap: 9px; }
.nav-dropdown button span {
  width: 7px; height: 7px; border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px);
}
.nav-dropdown-menu {
  position: absolute; top: calc(100% + 7px); left: -22px; min-width: 230px;
  padding: 12px 14px; background: rgba(247,243,237,.98); border: 1px solid rgba(184,146,74,.24);
  box-shadow: 0 22px 50px rgba(28,26,23,.16);
  opacity: 0; pointer-events: none; transform: translateY(8px);
  transition: opacity .25s, transform .25s; z-index: 3;
}
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-dropdown-menu a {
  display: block; padding: 12px 10px; color: var(--text-soft) !important;
}
.nav-dropdown-menu a:hover { color: var(--dark) !important; }

.hdr-actions {
  grid-column: 3; justify-self: end; display: flex; align-items: center;
  gap: 14px;
}
.locale-switch {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.62);
}
.locale-switch span { color: rgba(255,255,255,.28); }
.locale-switch a {
  color: inherit;
  text-decoration: none;
  transition: color .3s;
}
.locale-switch a.active,
.locale-switch a:hover { color: var(--gold); }
#hdr.solid .locale-switch { color: var(--text-xsoft); }
#hdr.solid .locale-switch span { color: rgba(46,42,36,.18); }

.hdr-cta {
  font-family: var(--sans); font-size: 10px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  text-decoration: none; padding: 10px 22px;
  border: 1px solid var(--gold); color: var(--gold);
  transition: background .3s, color .3s;
}
.hdr-cta:hover { background: var(--gold); color: var(--white); }

/* hamburger */
.ham { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
.ham span { display: block; width: 22px; height: 1px; background: var(--white); transition: all .3s; }
#hdr.solid .ham span { background: var(--dark); }
.ham.open span:nth-child(1) { transform: rotate(45deg) translate(4px,4px); }
.ham.open span:nth-child(2) { opacity: 0; }
.ham.open span:nth-child(3) { transform: rotate(-45deg) translate(4px,-4px); }

.mob-nav {
  display: flex; position: fixed; top: 0; right: 0; left: 0; z-index: 199;
  width: 100%;
  max-height: min(88vh, 620px);
  overflow-y: auto;
  background:
    linear-gradient(135deg, rgba(28,26,23,.98), rgba(46,42,36,.94)),
    radial-gradient(circle at 18% 0%, rgba(184,146,74,.18), transparent 35%);
  flex-direction: column;
  padding: 96px 28px 32px; gap: 0;
  opacity: 0; pointer-events: none; transform: translateY(-18px);
  transition: opacity .32s ease, transform .32s ease;
}
.mob-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mob-nav::before {
  content: 'Menu'; font-size: 10px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold-lt); margin-bottom: 18px;
}
.mob-nav a {
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(242,237,228,.72); text-decoration: none; padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.08); transition: color .3s, padding-left .3s;
}
.mob-nav a:hover { color: var(--gold); padding-left: 8px; }
.mob-pages { border-bottom: 1px solid rgba(255,255,255,.08); }
.mob-pages summary {
  list-style: none; cursor: pointer; padding: 14px 0;
  font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(242,237,228,.72); display: flex; justify-content: space-between;
}
.mob-pages summary::-webkit-details-marker { display: none; }
.mob-pages summary::after { content: '+'; color: var(--gold); }
.mob-pages[open] summary::after { content: '-'; }
.mob-pages .mob-link {
  display: block; margin-left: 18px; font-size: 11px; color: rgba(242,237,228,.5);
}
.mob-nav .mob-cta {
  display: inline-flex; justify-content: center; margin-top: 24px;
  font-family: var(--sans); font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  border: 1px solid var(--gold); color: var(--gold-lt); padding: 16px 18px;
}
.mob-locale-switch {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.mob-locale-switch a {
  display: inline-flex;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(242,237,228,.65);
  text-decoration: none;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.mob-locale-switch a.active {
  border-color: rgba(184,146,74,.45);
  color: var(--gold-lt);
}

.contact-page { padding: 92px 0; background: var(--bg); }
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
  gap: 22px;
  align-items: stretch;
}
.contact-hero-card,
.contact-side-card,
.contact-hours-card {
  background: #FBF8F2;
  border: 1px solid rgba(46,42,36,.1);
  box-shadow: 0 24px 62px rgba(46,42,36,.055);
}
.contact-hero-card {
  min-height: 320px;
  padding: clamp(30px, 4vw, 48px);
  display: grid;
  align-content: center;
  gap: 16px;
}
.contact-hero-card h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  line-height: 1;
  color: var(--dark);
}
.contact-hero-card p {
  max-width: 520px;
  color: var(--text-soft);
  line-height: 1.9;
}
.contact-map-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding: 14px 18px;
  border: 1px solid rgba(184,146,74,.5);
  color: var(--gold);
  text-decoration: none;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: background .3s, color .3s;
}
.contact-map-link:hover { background: var(--gold); color: var(--white); }
.contact-side-card {
  padding: 24px;
  display: grid;
  align-content: stretch;
  gap: 0;
}
.contact-methods { display: grid; gap: 1px; background: rgba(184,146,74,.18); border: 1px solid rgba(184,146,74,.16); }
.contact-link-stack { height: 100%; align-content: start; }
.contact-method {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  background: var(--bg);
  text-decoration: none;
  color: var(--dark);
}
.contact-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184,146,74,.36);
  color: var(--gold);
}
.contact-icon svg,
.contact-social-strip svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-method small {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-xsoft);
}
.contact-method strong {
  display: block;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--dark);
}
.contact-social-strip {
  display: grid;
  gap: 1px;
  background: rgba(184,146,74,.18);
  border: 1px solid rgba(184,146,74,.16);
}
.contact-social-strip a {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  color: var(--gold);
  background: var(--bg);
  text-decoration: none;
  transition: background .3s, color .3s, border-color .3s;
}
.contact-social-strip span {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.contact-social-strip a:hover {
  background: var(--gold);
  color: var(--white);
  border-color: var(--gold);
}
.contact-hours-card {
  grid-column: 1 / -1;
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(220px, .45fr) 1fr;
  gap: 28px;
  align-items: start;
}
.contact-hours-card h3 {
  margin-top: 14px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  color: var(--dark);
}
.contact-hours-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.contact-hours-list div {
  padding: 16px 18px;
  background: var(--bg);
  border: 1px solid rgba(46,42,36,.08);
}
.contact-hours-list span {
  display: block;
  margin-bottom: 6px;
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
}
.contact-hours-list strong {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-soft);
}

@media(max-width:860px){
  .hdr-inner { display: flex; align-items: center; justify-content: space-between; }
  .hdr-logo { grid-column: auto; justify-self: auto; gap: 9px; }
  nav.main-nav { display: none; }
  .hdr-actions { display: none; }
  .ham { display: flex; }
  .hdr-cta { display: none; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-name { font-size: 12px; letter-spacing: .16em; }
  .brand-logo-img { width: 44px; height: 44px; }
}
@media(max-width:760px){
  .contact-page { padding: 78px 0; }
  .contact-layout,
  .contact-hours-card { grid-template-columns: 1fr; }
  .contact-hero-card { min-height: 320px; padding: 30px 24px; }
  .contact-side-card,
  .contact-hours-card { padding: 20px; }
  .contact-method { grid-template-columns: 38px 1fr; padding: 15px; }
  .contact-icon { width: 38px; height: 38px; }
  .contact-method strong { font-size: 17px; }
  .contact-hours-list { grid-template-columns: 1fr; }
}

@media(min-width:1400px){
  .container { max-width: 1480px; }
}

/* ────────────────────────────────────────
   HERO
──────────────────────────────────────── */
#hero {
  position: relative; height: 100dvh; min-height: 640px;
  display: flex; align-items: flex-end; overflow: hidden;
  background-color: var(--dark); /* fallback so body bg never bleeds through */
}
.hero-img {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1800&q=85') center/cover no-repeat;
}
.hero-img.loaded { }
.hero-grad {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 55% 44%, rgba(0,0,0,.18) 0%, rgba(0,0,0,.5) 50%, rgba(0,0,0,.76) 100%),
    linear-gradient(180deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.44) 38%, rgba(0,0,0,.88) 100%);
}
.hero-body { position: relative; z-index: 2; padding-bottom: 80px; width: 100%; }
.hero-body .container { display: grid; grid-template-columns: 1fr 1fr; align-items: flex-end; gap: 40px; }
.hero-headline {
  font-family: var(--serif); font-size: clamp(44px, 6.5vw, 88px);
  font-weight: 400; line-height: 1.02; color: var(--white); margin-bottom: 24px;
}
.hero-sub { font-size: 14px; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,.65); margin-bottom: 36px; max-width: 380px; }
.hero-right-col { display: flex; flex-direction: column; align-items: flex-end; gap: 20px; }
.hero-stat { text-align: right; }
.hero-stat .n { font-family: var(--serif); font-size: 44px; font-weight: 400; color: var(--gold-lt); line-height: 1; }
.hero-stat .l { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: 2px; }
.hero-divider { width: 1px; height: 56px; background: linear-gradient(to bottom, transparent, var(--gold-lt), transparent); }

@media(max-width:768px){
  .hero-body .container { grid-template-columns: 1fr; }
  .hero-right-col { align-items: flex-start; }
  .hero-stat { text-align: left; }
}

/* ────────────────────────────────────────
   MARQUEE
──────────────────────────────────────── */
.marquee-bar {
  background: var(--gold); padding: 13px 0; overflow: hidden;
}
.marquee-track {
  display: flex; gap: 0; white-space: nowrap;
  animation: scroll-marquee 20s linear infinite;
  transform: translateZ(0);
  will-change: transform;
}
.mi { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--white); padding: 0 36px; flex-shrink: 0; }
.md { color: rgba(255,255,255,.45); font-size: 9px; flex-shrink: 0; align-self: center; }
@keyframes scroll-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ────────────────────────────────────────
   SECTION: MENU (LIGHT)
──────────────────────────────────────── */
#menu { padding: 120px 0; background: var(--bg); }
.sec-head { margin-bottom: 56px; }
.sec-head .eyebrow { margin-bottom: 16px; }

/* "FAVORITE" badge like reference */
.fav-badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--text-xsoft); margin-bottom: 16px;
}
.fav-badge svg { width: 12px; height: 12px; fill: var(--gold); }

.sec-row { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.home-menu-mobile-cta { display: none; }
.home-menu-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 48px;
  align-items: end;
}
.home-menu-copy { max-width: 980px; }
.home-menu-copy .h-display { margin-bottom: 28px; }
.home-menu-copy .body-text { max-width: 760px; }
.home-menu-actions {
  display: grid;
  justify-items: end;
  align-self: center;
}

.menu-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }

.mc {
  background: var(--white); overflow: hidden;
  transition: box-shadow .4s, transform .4s;
  cursor: pointer;
}
.mc:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(0,0,0,.1); }
.mc-img { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.mc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; display: block; }
.mc:hover .mc-img img { transform: scale(1.07); }
.mc-price {
  position: absolute; bottom: 12px; right: 12px;
  background: var(--gold); color: var(--white);
  font-family: var(--serif); font-size: 15px; font-weight: 400;
  padding: 5px 13px;
}
.mc-body { padding: 20px 22px 24px; }
.mc-category {
  margin-bottom: 8px;
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
}
.mc-name {
  font-family: var(--serif); font-size: 20px; font-weight: 400;
  color: var(--dark); margin-bottom: 10px;
}
.mc-desc {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-soft);
}
.mc-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.mc-tag {
  font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--text-xsoft); display: flex; align-items: center; gap: 5px;
}
.mc-tag::before { content: '✦'; font-size: 7px; color: var(--gold-lt); }

@media(max-width:860px){
  .menu-cards { grid-template-columns: 1fr 1fr; }
  .home-menu-head { grid-template-columns: 1fr; gap: 20px; }
  .home-menu-actions { justify-items: start; }
}
@media(max-width:560px){
  .home-menu-actions .btn { display: none; }
  .home-menu-mobile-cta { display: flex; justify-content: flex-end; margin-top: 26px; }
  .mobile-scroll-hint { display: flex !important; }
  .menu-cards {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 24px;
    margin-right: -24px;
    margin-left: -24px;
    padding-left: 0;
    padding-right: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .menu-cards::-webkit-scrollbar { display: none; }
  .menu-cards > .mc {
    flex: 0 0 calc(65vw - 20px);
    grid-column: auto !important;
  }
  .menu-cards > .mc:first-child { margin-left: 24px; }
  .menu-cards > .mc:last-child { margin-right: 24px; }
  .mc-body { padding: 16px 14px 18px; }
  .mc-name { font-size: 17px; }
  .mc-tag { font-size: 8px; letter-spacing: .09em; }
  .mc-price { font-size: 13px; padding: 4px 10px; }
  .menu-category-head { align-items: center; flex-direction: row; gap: 12px; margin-bottom: 12px !important; }
  .menu-category-block { margin-bottom: 24px !important; margin-top: 0 !important; }
}

/* ────────────────────────────────────────
   SECTION: TESTIMONIAL (DARK IMAGE)
──────────────────────────────────────── */
#testi {
  position: relative; padding: 140px 0; overflow: hidden; text-align: center;
  background-color: var(--dark); /* solid fallback — prevents body-krem bleed when bg-image loading */
}
.testi-bg {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1600&q=80') center/cover no-repeat;
}
.testi-overlay { position: absolute; inset: 0; background: rgba(22,18,12,.78); }
.testi-inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.testi-title {
  font-family: var(--serif); font-size: clamp(30px, 4vw, 48px);
  font-weight: 400; color: #F2EDE4; margin-bottom: 48px;
}
.testi-title em { font-style: italic; color: var(--gold-lt); }
.quote-icon { font-family: var(--serif); font-size: 80px; line-height: .6; color: var(--gold); opacity: .5; display: block; margin-bottom: 20px; }
.testi-quote {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(17px, 2.2vw, 24px); line-height: 1.75;
  color: rgba(242,237,228,.8); margin-bottom: 44px;
}
.testi-author { display: flex; align-items: center; justify-content: center; gap: 16px; }
.testi-av { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); }
.testi-name { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #F2EDE4; margin-bottom: 4px; }
.testi-stars { color: var(--gold); font-size: 12px; letter-spacing: 3px; }
/* dots nav */
.testi-dots { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.testi-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.3); border: none; cursor: pointer; transition: background .3s; }
.testi-dot.active { background: var(--gold); }

/* ────────────────────────────────────────
   SECTION: ABOUT / CULINARY (LIGHT)
──────────────────────────────────────── */
#about { padding: 120px 0; background: var(--bg-alt); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-imgs { position: relative; }
.about-img-main-wrap { width: 100%; aspect-ratio: 3/4; display: block; }
.about-img-main { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-img-inset-wrap {
  position: absolute; bottom: -20px; right: -20px;
  width: 45%; aspect-ratio: 1;
  border: 4px solid var(--bg-alt);
  z-index: 2;
}
.about-img-inset {
  width: 100%; height: 100%; object-fit: cover; display: block; border: none;
}
.about-badge {
  position: absolute; top: 24px; right: -8px;
  background: var(--gold); width: 100px; height: 100px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}
.about-badge .n { font-family: var(--serif); font-size: 34px; font-weight: 400; color: var(--white); line-height: 1; }
.about-badge .l { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.about-content { padding-bottom: 32px; }
.about-content .eyebrow { margin-bottom: 18px; }
.about-content .h-display { margin-bottom: 24px; }
.about-content p { margin-bottom: 36px; }
.hours-block { border-top: 1px solid rgba(0,0,0,.1); padding-top: 28px; margin-bottom: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 32px; }
.hours-block dt { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 2px; }
.hours-block dd { font-family: var(--serif); font-size: 15px; color: var(--dark); }
.about-map-section { padding: 0 0 110px; background: var(--bg); }
.about-map-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 28px; align-items: stretch; }
.about-map-copy {
  background: #FBF8F2;
  border: 1px solid rgba(46,42,36,.1);
  box-shadow: 0 24px 62px rgba(46,42,36,.055);
  padding: clamp(30px, 4vw, 46px);
  display: grid;
  align-content: center;
  gap: 16px;
}
.about-map-frame { min-height: 420px; border: 1px solid rgba(46,42,36,.1); box-shadow: 0 24px 62px rgba(46,42,36,.055); overflow: hidden; }
.about-map-frame iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }
@media(max-width:860px){
  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-imgs { margin-bottom: 40px; }
  .about-map-grid { grid-template-columns: 1fr; }
}

/* ────────────────────────────────────────
   SECTION: SERVICES (DARK BG)
──────────────────────────────────────── */
.home-reviews-section {
  padding: 118px 0;
  background: radial-gradient(circle at top left, rgba(184,146,74,.1), transparent 32%), linear-gradient(180deg, #f7f3ed 0%, #efe8dd 100%);
}
.home-reviews-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 46px;
  flex-wrap: wrap;
}
.home-reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.home-review-card {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(184,146,74,.22);
  padding: 28px;
  display: grid;
  gap: 18px;
  min-height: 240px;
  box-shadow: 0 18px 42px rgba(28,26,23,.06);
}
.home-review-card p { color: var(--text-soft); line-height: 1.9; font-size: 14px; }
.home-review-card strong { color: var(--dark); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.home-review-stars { color: var(--gold); letter-spacing: .18em; font-size: 14px; }
#services { padding: 120px 0; background: var(--dark-mid); }
.services-top { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; flex-wrap: wrap; gap: 24px; }
.services-top .eyebrow { color: var(--gold-lt); margin-bottom: 14px; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; }
.svc-card { position: relative; display: block; overflow: hidden; aspect-ratio: 3/4; cursor: pointer; color: inherit; text-decoration: none; }
.svc-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s ease; transform: translateZ(0); will-change: transform; }
.svc-card:hover img { transform: scale(1.09) translateZ(0); }
.svc-grad { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.05) 60%); }
.svc-grad::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.25) 100%); opacity: 0; transition: opacity .4s ease; }
.svc-card:hover .svc-grad::after { opacity: 1; }
.svc-body { position: absolute; bottom: 0; padding: 28px 26px; z-index: 2; }
.svc-num { font-size: 10px; letter-spacing: .2em; color: var(--gold-lt); margin-bottom: 6px; opacity: .7; }
.svc-title { font-family: var(--serif); font-size: 24px; font-weight: 400; color: var(--white); margin-bottom: 6px; }
.svc-kicker { margin-bottom: 8px; color: var(--gold-lt); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.svc-desc {
  font-size: 12px; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,.5);
  max-height: 0; overflow: hidden; transition: max-height .5s ease, opacity .5s ease; opacity: 0;
}
.svc-card:hover .svc-desc { max-height: 80px; opacity: 1; }
.home-services-mobile-cta { display: none; }
@media(max-width:860px){ .services-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:560px){
  .home-reviews-grid { grid-template-columns: 1fr; }
  #services .services-top .btn { display: none; }
  .home-services-mobile-cta { display: flex; justify-content: flex-end; margin-top: 26px; }
  .services-grid { grid-template-columns: 1fr; }
  .svc-card { aspect-ratio: 16/9; }
}

/* ────────────────────────────────────────
   SECTION: GALLERY / SHOWCASE (LIGHT)
──────────────────────────────────────── */
#gallery { padding: 120px 0 120px; background: var(--bg); overflow: hidden; }
.gallery-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; flex-wrap: wrap; gap: 24px; }
.gallery-header .eyebrow { margin-bottom: 14px; }

/* masonry-ish showcase layout */
.gallery-shell { max-width: 100%; overflow: hidden; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 172px;
  gap: 4px;
}
.gi { overflow: hidden; position: relative; cursor: pointer; }
.gi img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s, opacity .4s; transform: translateZ(0); will-change: transform; }
.gi:hover img { transform: scale(1.06) translateZ(0); opacity: .88; }
.gi:nth-child(1) { grid-column: span 3; grid-row: span 3; }
.gi:nth-child(2) { grid-column: span 2; grid-row: span 1; }
.gi:nth-child(3) { grid-column: span 3; grid-row: span 2; }
.gi:nth-child(4) { grid-column: span 1; grid-row: span 2; }
.gi:nth-child(5) { grid-column: span 1; grid-row: span 1; }
.gi:nth-child(6) { grid-column: span 1; grid-row: span 1; }
.gi:nth-child(7) { grid-column: span 2; grid-row: span 1; }
.gi:nth-child(8) { grid-column: span 1; grid-row: span 1; }
.gallery-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(18,16,14,0);
  opacity: 0;
  transition: background .3s ease, opacity .3s ease;
}
.gallery-overlay-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  color: #fff;
  transform: translateY(10px) translateZ(0);
  transition: transform .3s ease, background .3s ease, backdrop-filter .3s ease;
  will-change: transform, backdrop-filter;
}
.gallery-overlay-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
}
.gallery-link:hover .gallery-overlay {
  opacity: 1;
  background: rgba(18,16,14,.62);
}
.gallery-link:hover .gallery-overlay-icon {
  transform: translateY(0) translateZ(0);
  background: rgba(255,255,255,.22);
  backdrop-filter: blur(4px);
}

@media(max-width:860px){
  .gallery-grid { grid-template-columns: repeat(4,1fr); grid-auto-rows: 180px; }
  .gi:nth-child(1) { grid-column: span 2; grid-row: span 2; }
  .gi:nth-child(2),
  .gi:nth-child(3),
  .gi:nth-child(4),
  .gi:nth-child(5),
  .gi:nth-child(6),
  .gi:nth-child(7),
  .gi:nth-child(8) { grid-column: span 1; grid-row: span 1; }
}
@media(max-width:560px){
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gi { aspect-ratio: 1; }
  .gi:nth-child(1),
  .gi:nth-child(4) { grid-column: span 2; aspect-ratio: 16/7; }
}

/* ────────────────────────────────────────
   SECTION: ELEVATING / ABOUT LONG
──────────────────────────────────────── */
.elev-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.elev-grid .h-display { margin-bottom: 28px; }
.elev-grid p { margin-bottom: 0; }
.elev-right p { margin-bottom: 0; }
@media(max-width:768px){ .elev-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ────────────────────────────────────────
   SECTION: RESERVATION CTA (DARK)
──────────────────────────────────────── */
#rsvp { padding: 140px 0; background: var(--dark); text-align: center; position: relative; overflow: hidden; }
#rsvp::before {
  content: 'RESERVE'; position: absolute; font-family: var(--serif);
  font-size: min(240px, 22vw); font-weight: 400; letter-spacing: .1em;
  color: rgba(255,255,255,.03); top: 50%; left: 50%; transform: translate(-50%,-50%);
  white-space: nowrap; pointer-events: none;
}
.rsvp-inner { position: relative; z-index: 2; }
.rsvp-inner .eyebrow { color: var(--gold-lt); justify-content: center; margin-bottom: 20px; }
.rsvp-inner .eyebrow::before { background: var(--gold-lt); }
.rsvp-inner .h-display { color: #F2EDE4; margin-bottom: 20px; }
.rsvp-inner .h-display em { color: var(--gold-lt); }
.rsvp-inner p { font-size: 14px; color: rgba(255,255,255,.45); max-width: 380px; margin: 0 auto 44px; line-height: 1.9; }

/* ────────────────────────────────────────
   FOOTER
──────────────────────────────────────── */
footer { background: var(--dark-mid); padding: 80px 0 36px; border-top: 1px solid rgba(184,146,74,.18); }
.footer-grid { display: grid; grid-template-columns: minmax(240px, 1.3fr) minmax(120px, 0.7fr) minmax(180px, 1fr) minmax(220px, 1.2fr); gap: clamp(34px, 5vw, 64px); margin-bottom: 58px; align-items: start; }
.ft-brand {}
.ft-brand .logo {
  font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: .12em; color: #F2EDE4; text-decoration: none;
  display: inline-flex; align-items: center; gap: 18px; margin-bottom: 20px;
}
.ft-brand .logo em { font-style: normal; color: var(--gold); }
.ft-brand .logo span { line-height: 1.1; }
.footer-logo-img {
  width: 68px;
  max-height: 58px;
  object-fit: contain;
  display: block;
}
.ft-brand p { font-size: 14px; font-weight: 300; line-height: 1.9; color: rgba(255,255,255,.42); max-width: 330px; margin-bottom: 28px; }
.socials { display: flex; gap: 12px; }
.soc { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; text-decoration: none; color: rgba(255,255,255,.45); transition: border-color .3s, color .3s; }
.soc:hover { border-color: var(--gold); color: var(--gold); }
.soc svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.ft-col h5 { font-size: 11px; letter-spacing: .42em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 28px; font-weight: 400; }
.ft-col ul { list-style: none; }
.ft-col ul li { margin-bottom: 10px; }
.ft-col ul li a { font-size: 15px; font-weight: 300; color: rgba(255,255,255,.45); text-decoration: none; transition: color .3s; }
.ft-col ul li a:hover { color: #F2EDE4; }
.footer-contact-list { display: grid; gap: 12px; }
.footer-contact-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
  margin: 0;
  color: rgba(255,255,255,.45);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}
.footer-contact-list svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; margin-top: 5px; opacity: .72; }
.footer-contact-list a { color: rgba(255,255,255,.45); text-decoration: none; transition: color .3s; }
.footer-contact-list a:hover { color: #F2EDE4; }
.footer-hours { display: grid; gap: 10px; }
.footer-hours div { display: flex; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.footer-hours strong { color: rgba(255,255,255,.62); font-size: 13px; font-weight: 400; white-space: nowrap; }
.footer-hours span { color: rgba(255,255,255,.38); font-size: 13px; text-align: right; white-space: nowrap; }
.ft-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.08); flex-wrap: wrap; gap: 10px; }
.ft-bottom p, .ft-bottom a { font-size: 11px; color: rgba(255,255,255,.22); text-decoration: none; transition: color .3s; }
.ft-bottom a:hover { color: var(--gold); }
.floating-wa-button {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 260;
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: #25D366;
  color: var(--white);
  border: 1px solid #25D366;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(37,211,102,.25);
  transition: transform .25s ease, background .3s, color .3s, border-color .3s;
}
.floating-wa-button:hover {
  transform: translateY(-4px);
  background: #1DA851;
  color: var(--white);
  border-color: #1DA851;
}
.floating-wa-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.floating-wa-icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; }
@media(max-width:960px){ .footer-grid { grid-template-columns: 1fr 1fr; } .ft-brand { grid-column: span 2; } }
@media(max-width:560px){
  .footer-grid { grid-template-columns: 1fr; }
  .ft-brand { grid-column: span 1; }
  .ft-brand .logo { gap: 12px; font-size: 24px; }
  .footer-logo-img { width: 74px; max-height: 58px; }
  .ft-bottom { justify-content: center; text-align: center; }
  .floating-wa-button { right: 14px; bottom: 24px; width: 58px; height: 58px; }
  .floating-wa-icon { width: 38px; height: 38px; }
  .floating-wa-icon svg { width: 20px; height: 20px; }
}

/* ────────────────────────────────────────
   INNER PAGES
──────────────────────────────────────── */
.inner-hero {
  position: relative; min-height: 100dvh; display: flex; align-items: center;
  background-position: center; background-size: cover; background-attachment: fixed; overflow: hidden;
}
.story-hero { background-image: url('https://images.unsplash.com/photo-1514933651103-005eec06c04b?w=1800&q=85'); }
.menu-hero { background-image: url('https://images.unsplash.com/photo-1559339352-11d035aa65de?w=1800&q=85'); }
.reservation-hero { background-image: url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1800&q=85'); }
.catering-hero { background-image: url('https://images.unsplash.com/photo-1528605248644-14dd04022da1?w=1800&q=85'); }
.inner-hero__overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 44% 48%, rgba(0,0,0,.24) 0%, rgba(0,0,0,.56) 48%, rgba(0,0,0,.8) 100%),
    linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.48) 34%, rgba(0,0,0,.9) 100%);
}
.inner-hero__content { position: relative; z-index: 2; padding: 150px 48px 116px; }
.inner-hero .eyebrow { color: var(--gold-lt); margin-bottom: 18px; }
.inner-hero .eyebrow::before { background: var(--gold-lt); }
.inner-hero::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 72px;
  z-index: 2;
  width: 1px;
  height: 64px;
  background: linear-gradient(to bottom, rgba(212,172,106,0), rgba(212,172,106,.98), rgba(212,172,106,0));
  box-shadow: 0 0 24px rgba(212,172,106,.42);
  animation: scroll-line 1.65s ease-in-out infinite;
}
.inner-hero::after {
  content: 'Scroll to explore';
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 2;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(242,237,228,.78);
  text-shadow: 0 10px 30px rgba(0,0,0,.42);
}
@keyframes scroll-line {
  0%, 100% { transform: translateY(-8px); opacity: .35; }
  50% { transform: translateY(8px); opacity: 1; }
}

.editorial-section { padding: 120px 0; background: var(--bg); }
.editorial-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; align-items: center; }
.editorial-copy p { margin: 24px 0 38px; max-width: 470px; }
.editorial-image { position: relative; }
.editorial-image::before {
  content: ''; position: absolute; inset: 28px -28px -28px 28px;
  border: 1px solid var(--gold-pale);
}
.editorial-image img {
  position: relative;
  width: 100%;
  height: auto;
  max-height: min(680px, 78vh);
  object-fit: contain;
  display: block;
  background: rgba(232, 213, 175, .24);
}

.signature-strip { padding: 88px 0; background: var(--dark-mid); }
.services-page-section { padding-top: 110px; }
.services-page-head { max-width: 720px; margin-bottom: 46px; }
.services-grid--page { gap: 12px; }
.services-grid--page .svc-card { min-height: 420px; }
.services-grid--page .svc-desc { max-height: 120px; opacity: 1; }
@media(max-width:560px){
  .services-grid--page { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .services-grid--page .svc-card { aspect-ratio: 4/5; min-height: 0; }
  .services-grid--page .svc-card:last-child:nth-child(odd) { grid-column: 1 / -1; aspect-ratio: 16/9; }
  .services-grid--page .svc-body { padding: 18px 14px; }
  .services-grid--page .svc-title { font-size: 18px; }
  .services-grid--page .svc-kicker { font-size: 8px; letter-spacing: .12em; }
  .services-grid--page .svc-desc { display: none; }
}
.signature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(232,213,175,.16); }
.signature-grid article { background: var(--dark-mid); padding: 38px 34px; min-height: 230px; }
.signature-grid span { display: block; font-size: 10px; letter-spacing: .22em; color: var(--gold-lt); margin-bottom: 18px; }
.signature-grid h3 { font-family: var(--serif); font-size: 26px; font-weight: 400; color: #F2EDE4; margin-bottom: 16px; }
.signature-grid p { font-size: 13px; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,.45); }
.services-page-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 46px;
}

.menu-page { padding-top: 110px; }
.menu-page-head { max-width: 720px; margin-bottom: 54px; }
.menu-cards--extended { grid-template-columns: repeat(3,1fr); }
.menu-category-block { display: grid; gap: 22px; margin-top: 50px; }
.menu-category-block:first-of-type { margin-top: 0; }
.menu-category-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(46,42,36,.11);
}
.menu-category-head .eyebrow { margin-bottom: 0; }
.menu-category-head > span:last-child {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-xsoft);
}
.catering-menu { padding: 100px 0; background: var(--dark-mid); }
.catering-menu .menu-page-head .h-display { color: #F2EDE4; }
.catering-menu .menu-page-head .h-display em { color: var(--gold-lt); }
.catering-menu .on-dark-copy {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255,255,255,.52);
}
.catering-actions,
.catering-form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.catering-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.catering-package-card {
  min-height: 100%;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(232,213,175,.14);
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}
.catering-package-card:hover {
  transform: translateY(-8px);
  border-color: rgba(197,154,87,.48);
  background: rgba(255,255,255,.07);
}
.package-image {
  overflow: hidden;
  background: rgba(255,255,255,.04);
}
.package-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  filter: saturate(.9) contrast(1.04);
  transition: transform .65s ease;
}
.catering-package-card:hover .package-image img { transform: scale(1.06); }
.package-copy {
  padding: 28px;
  display: grid;
  gap: 14px;
  justify-items: start;
}
.package-copy span {
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-lt);
}
.package-copy h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  color: #F2EDE4;
}
.package-copy p {
  font-size: 13px;
  line-height: 1.85;
  font-weight: 300;
  color: rgba(255,255,255,.54);
}
.package-copy small {
  color: var(--gold-lt);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.package-copy .btn {
  margin-top: 8px;
  padding-inline: 18px;
}
.catering-empty {
  grid-column: 1 / -1;
  padding: 44px;
  border: 1px solid rgba(232,213,175,.16);
  background: rgba(255,255,255,.045);
}
.catering-empty h3 {
  margin: 14px 0 10px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  color: #F2EDE4;
}
.catering-empty p {
  max-width: 560px;
  color: rgba(255,255,255,.54);
  line-height: 1.8;
}
.catering-showcase-section {
  padding: 108px 0 120px;
  background:
    radial-gradient(circle at top right, rgba(184,146,74,.1), transparent 30%),
    linear-gradient(180deg, #F7F2E8 0%, #FBF8F2 42%, #F3EADC 100%);
}
.catering-content-head {
  max-width: 780px;
  margin: 0 auto 34px;
  display: grid;
  gap: 16px;
  text-align: center;
  justify-items: center;
}
.catering-content-head .body-text {
  max-width: 680px;
}
.catering-showcase-card {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(184,146,74,.18);
  box-shadow: 0 28px 80px rgba(28,26,23,.08);
  overflow: hidden;
}
.catering-showcase-header {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-color: #EDE0CE;
}
.catering-showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,18,16,.3) 0%, rgba(20,18,16,.68) 100%);
}
.catering-showcase-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding: 54px;
  max-width: 680px;
}
.catering-showcase-copy .eyebrow,
.catering-showcase-copy .h-display,
.catering-showcase-copy .body-text { color: #F8F3EA; }
.catering-showcase-body {
  display: grid;
  gap: 30px;
  padding: 40px 54px 54px;
}
.catering-showcase-intro {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}
.catering-showcase-intro .body-text {
  max-width: 720px;
  margin: 0 auto;
}
.catering-showcase-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}
.catering-gallery-card {
  margin: 0;
  border: 1px solid rgba(184,146,74,.18);
  background: #EEE4D6;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(28,26,23,.06);
}
.catering-gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.catering-showcase-actions {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

/* ────────────────────────────────────────
   RESERVATION FLOW
──────────────────────────────────────── */
.reservation-flow { padding: 120px 0; background: var(--bg); }
.flow-overview {
  display: grid; grid-template-columns: repeat(5,1fr); gap: 1px;
  background: rgba(184,146,74,.28); margin-bottom: 56px; border: 1px solid rgba(184,146,74,.22);
}
.flow-overview span {
  background: #FBF8F2; padding: 18px 12px; text-align: center;
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-soft);
}
.reservation-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr); gap: 48px; align-items: start; }
.reservation-main { display: grid; gap: 44px; }
.flow-kicker { max-width: 760px; }
.reservation-type-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.reservation-type {
  background: #FBF8F2; padding: 30px 28px; border: 1px solid rgba(184,146,74,.18);
  min-height: 100%; display: flex; flex-direction: column; align-items: flex-start;
  transition: transform .35s, box-shadow .35s, border-color .35s, background .35s;
  cursor: pointer; position: relative;
}
.reservation-type:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(28,26,23,.08); border-color: rgba(184,146,74,.38); }
.reservation-type--event { background: #F4ECE0; border-color: rgba(184,146,74,.22); }
.reservation-type-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(184,146,74,.14);
}
.reservation-type-media--regular {
  background-image:
    linear-gradient(180deg, rgba(18,16,14,.08), rgba(18,16,14,.18)),
    url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1200&q=85');
}
.reservation-type-media--event {
  background-image:
    linear-gradient(180deg, rgba(18,16,14,.08), rgba(18,16,14,.18)),
    url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?w=1200&q=85');
}
.type-label { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.reservation-type h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.12; color: var(--dark); margin-bottom: 14px; }
.reservation-type--event h3 { color: var(--dark); }
.reservation-type p:not(.type-label) { font-size: 13px; font-weight: 300; line-height: 1.75; color: var(--text-soft); margin-bottom: 24px; }
.reservation-type--event p:not(.type-label) { color: var(--text-soft); }
.type-select-label {
  margin-top: auto; display: inline-flex; align-items: center; gap: 10px;
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold);
}
.type-select-label::after {
  content: ''; width: 18px; height: 1px; background: currentColor; transition: width .3s;
}
.reservation-type:hover .type-select-label::after,
.reservation-type:has(input:checked) .type-select-label::after { width: 28px; }
.reservation-type-grid.is-invalid .reservation-type { border-color: rgba(164,70,46,.34); }

.reservation-card, .deposit-card, .management-card {
  background: var(--white); border: 1px solid rgba(184,146,74,.16);
  box-shadow: 0 26px 70px rgba(28,26,23,.06);
}
.reservation-card { padding: 40px; }
.card-head { display: grid; gap: 14px; margin-bottom: 34px; }
.card-head p { margin-bottom: 0; }
.lux-form { display: grid; gap: 24px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.lux-form label { display: grid; gap: 9px; }
.lux-form .full { grid-column: 1 / -1; }
.lux-form label span, .upload-proof span {
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold);
}
.lux-form input, .lux-form select, .lux-form textarea, .upload-proof input {
  width: 100%; border: 1px solid rgba(46,42,36,.13); background: #FBF8F2;
  padding: 15px 16px; color: var(--dark); font-family: var(--sans); font-size: 13px;
  outline: none; transition: border-color .3s, background .3s;
}
.lux-form textarea { resize: vertical; }
.lux-form input:focus, .lux-form select:focus, .lux-form textarea:focus {
  border-color: var(--gold); background: var(--white);
}
.schedule-note {
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
  padding: 16px; background: var(--bg-alt); border-left: 2px solid var(--gold);
}
.schedule-note span { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-xsoft); margin-right: 6px; }
.schedule-note strong {
  font-size: 11px; font-weight: 400; color: var(--dark); padding: 7px 10px;
  border: 1px solid rgba(184,146,74,.22); background: var(--white);
}
.terms-check {
  display: flex !important; grid-template-columns: none !important; align-items: flex-start;
  gap: 12px; padding: 16px; background: #FBF3E2; border: 1px solid rgba(184,146,74,.18);
}
.terms-check input { width: auto; margin-top: 3px; accent-color: var(--gold); }
.terms-check span {
  font-size: 12px !important; letter-spacing: 0 !important; text-transform: none !important;
  color: var(--text-soft) !important; line-height: 1.75;
}
.payment-panel { background: #FBF8F2; }
.payment-note {
  background: #FBF8F2; border: 1px solid rgba(184,146,74,.16);
  padding: 20px; margin-top: 16px;
}
.payment-note h3 {
  font-family: var(--serif); font-size: 22px; font-weight: 400;
  color: var(--dark); margin-bottom: 8px;
}
.payment-note p { font-size: 13px; line-height: 1.85; color: var(--text-soft); }
.terms-box { border-top: 1px solid rgba(46,42,36,.12); padding-top: 22px; }
.terms-box h3 { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--dark); margin-bottom: 10px; }
.terms-box p,
.terms-box li { font-size: 13px; font-weight: 300; line-height: 1.85; color: var(--text-soft); }
.terms-content ul,
.terms-content ol { margin: 0 0 12px; padding-left: 20px; }
.terms-content p { margin: 0 0 12px; }
.terms-content a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; }

.reservation-side { position: sticky; top: 136px; display: grid; gap: 24px; }
.deposit-card, .management-card { padding: 30px; }
.deposit-card h3, .management-card h3 {
  font-family: var(--serif); font-size: 28px; font-weight: 400; color: var(--dark); margin: 16px 0 22px;
}
.qris-box {
  min-height: 220px; display: grid; place-items: center; position: relative; overflow: hidden;
  background: var(--bg-alt); border: 1px solid rgba(184,146,74,.26); margin-bottom: 24px;
}
.qris-box img {
  width: min(82%, 280px);
  max-height: 280px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.qris-pattern {
  position: absolute; inset: 28px;
  background:
    linear-gradient(90deg, var(--dark) 10px, transparent 10px 22px, var(--dark) 22px 32px, transparent 32px),
    linear-gradient(var(--dark) 10px, transparent 10px 22px, var(--dark) 22px 32px, transparent 32px);
  background-size: 42px 42px; opacity: .12;
}
.qris-box span {
  position: relative; width: 86px; height: 86px; display: grid; place-items: center;
  background: var(--white); color: var(--gold); font-family: var(--serif); letter-spacing: .12em;
}
.deposit-card dl { display: grid; gap: 16px; margin-bottom: 20px; }
.deposit-card dl div { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(0,0,0,.08); padding-bottom: 12px; }
.deposit-card dt { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-xsoft); }
.deposit-card dd { font-family: var(--serif); font-size: 16px; color: var(--dark); text-align: right; }
.deposit-status { font-size: 13px; line-height: 1.75; color: var(--gold); background: #FBF3E2; padding: 14px 16px; margin-bottom: 20px; }
.availability-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.7;
}
.upload-proof { display: grid; gap: 10px; }
.management-card p { font-size: 13px; font-weight: 300; line-height: 1.85; color: var(--text-soft); margin-bottom: 18px; }
.management-card ul { list-style: none; display: grid; gap: 10px; }
.management-card li {
  font-size: 12px; color: var(--text-soft); display: flex; gap: 8px; align-items: center;
}
.management-card li::before { content: '✦'; color: var(--gold); font-size: 8px; }

.reservation-wizard {
  max-width: 1040px; margin: 0 auto;
}
.reservation-submit-alert {
  max-width: 1040px;
  margin: 0 auto 24px;
  padding: 16px 18px;
  background: #FBF3E2;
  border: 1px solid rgba(184,146,74,.24);
  color: var(--dark);
  font-size: 13px;
  line-height: 1.7;
}
.wizard-progress {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-bottom: 28px;
}
.wizard-progress span {
  position: relative; display: flex; align-items: center; gap: 10px;
  padding-bottom: 14px; border-bottom: 1px solid rgba(46,42,36,.14);
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-xsoft);
  transition: color .3s, border-color .3s;
}
.wizard-progress span::after {
  content: ''; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px;
  background: var(--gold); transition: width .35s ease;
}
.wizard-progress span.active { color: var(--dark); border-color: rgba(184,146,74,.22); }
.wizard-progress span.active::after { width: 100%; }
.wizard-progress i {
  font-family: var(--serif); font-style: italic; font-size: 15px;
  letter-spacing: 0; color: var(--gold);
}
.wizard-current {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid rgba(46,42,36,.08);
}
.wizard-current span {
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--text-xsoft);
}
.wizard-current strong {
  font-family: var(--serif); font-size: 24px; font-weight: 400; color: var(--gold);
}
.wizard-success {
  min-height: 360px; align-content: center; text-align: center; justify-items: center;
}
.wizard-success .eyebrow { justify-content: center; }
.wizard-success .body-text { max-width: 560px; }
.wizard-card { background: var(--white); padding: 42px; border: 1px solid rgba(184,146,74,.18); box-shadow: 0 26px 70px rgba(28,26,23,.07); }
.wizard-step { display: none; }
.wizard-step.active { display: grid; gap: 28px; animation: wizard-fade .35s ease; }
@keyframes wizard-fade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.reservation-type input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.type-selected-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 7px 10px;
  background: var(--gold);
  color: var(--dark);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(184,146,74,.22);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .25s ease, transform .25s ease;
}
.reservation-type:has(input:checked) {
  background: var(--white);
  border-color: var(--gold);
  box-shadow: inset 0 0 0 2px rgba(184,146,74,.22), 0 20px 46px rgba(184,146,74,.16);
}
.reservation-type:has(input:checked) .type-selected-badge { opacity: 1; transform: none; }
.reservation-type:has(input:checked) .type-select-label { color: var(--dark); }
.wizard-actions { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.wizard-actions--end { justify-content: flex-end; margin-top: -6px; }
.btn-compact { min-height: 42px; padding: 0 20px; font-size: 10px; }
.mobile-label { display: none; }
.reservation-review-grid {
  display: grid;
}
.reservation-review-list,
.reservation-review-contact {
  background: #FBF8F2;
  border: 1px solid rgba(184,146,74,.16);
}
.reservation-review-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
}
.reservation-review-list div {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid rgba(184,146,74,.12);
  background: rgba(255,255,255,.68);
}
.reservation-review-list .full { grid-column: 1 / -1; }
.reservation-review-list dt {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
}
.reservation-review-list dd {
  margin: 0;
  color: var(--dark);
  font-size: 14px;
  line-height: 1.7;
}
.reservation-review-contact {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
  margin-top: 24px;
}
.reservation-review-contact h3 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  color: var(--dark);
}
.reservation-review-contact p {
  margin: 0;
}
.reservation-review-contact [data-review-contact-phone] {
  font-size: 18px;
  font-weight: 600;
  color: #C05A40;
}
.wizard-feedback {
  display: grid;
  gap: 6px;
  margin-top: -10px;
}
.wizard-error {
  min-height: 0;
  margin: 0;
  color: #9C4D35;
  font-size: 12px;
  line-height: 1.6;
}
.wizard-error:empty { display: none; }
.lux-form input[aria-invalid="true"],
.lux-form select[aria-invalid="true"],
.lux-form textarea[aria-invalid="true"] {
  border-color: #9C4D35;
  background: #FFF8F3;
}
.terms-check:has(input[aria-invalid="true"]) { border-color: rgba(156,77,53,.42); }
.wizard-payment-grid { display: grid; grid-template-columns: 240px 1fr; gap: 28px; align-items: start; }
.payment-summary { display: grid; gap: 14px; margin-bottom: 20px; }
.payment-summary div { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 12px; border-bottom: 1px solid rgba(46,42,36,.1); }
.payment-summary dt { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-xsoft); }
.payment-summary dd { font-family: var(--serif); color: var(--dark); }

/* ----------------------------------------
   SKELETON LOADER
----------------------------------------- */

/*
  Simplified approach (like the reference):
  - No shimmer animation (shimmer creates extra GPU layers that glitch during scroll)
  - Just a solid background matching the section's color scheme
  - Image starts at opacity:0, fades in when loaded
*/
.img-wrap {
  position: relative;
  overflow: hidden;
}

/* Dark sections: gallery, services */
#gallery .img-wrap,
#services .img-wrap {
  background-color: var(--dark-mid);
}

/* Light sections: menu, about */
#menu .img-wrap,
#about .img-wrap {
  background-color: var(--bg-alt);
}

/* Once loaded: clear bg so image is clean */
.img-wrap.img-loaded {
  background: none;
}

/* Images start invisible so skeleton shows through */
img.img-lazy {
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* JS adds .loaded → image fades in smoothly */
img.img-lazy.loaded {
  opacity: 1;
}

/* About section wrapper sizing (replaces direct img absolute positioning) */
.about-img-main-wrap {
  width: 80%;
  aspect-ratio: 3/4;
  display: block;
}
.about-img-main-wrap .about-img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-img-inset-wrap {
  position: absolute;
  bottom: -32px;
  right: -8px;
  width: 50%;
  aspect-ratio: 1;
  border: 6px solid var(--bg-alt);
}
.about-img-inset-wrap .about-img-inset {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Service card: img-lazy on direct child img inside svc-card */
.svc-card img.img-lazy {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}



@media(max-width:960px){
  .editorial-grid, .reservation-layout { grid-template-columns: 1fr; }
  .reservation-side { position: static; }
  .signature-grid { grid-template-columns: 1fr; }
  .catering-showcase-gallery { grid-template-columns: 1fr 1fr; }
  .catering-package-grid { grid-template-columns: 1fr 1fr; }
  .flow-overview { grid-template-columns: 1fr; }
  .wizard-payment-grid { grid-template-columns: 1fr; }
}
@media(max-width:768px){
  .inner-hero { min-height: 100svh; align-items: center; }
  .inner-hero__content { padding: 118px 24px 106px; }
  .hero-img,
  .testi-bg,
  .inner-hero { background-attachment: scroll; }
  .inner-hero::before { bottom: 66px; height: 48px; }
  .inner-hero::after { bottom: 30px; font-size: 9px; }
  .reservation-type-grid, .form-grid, .catering-package-grid { grid-template-columns: 1fr; }
  .catering-showcase-section { padding: 92px 0 88px; }
  .catering-showcase-gallery { grid-template-columns: 1fr; }
  .catering-showcase-copy { padding: 32px 24px; }
  .catering-showcase-body { padding: 28px 20px 32px; }
  .catering-showcase-header { min-height: 260px; }
  .reservation-card { padding: 28px 22px; }
  .deposit-card, .management-card { padding: 26px 22px; }
  .wizard-card { padding: 28px 20px; }
  .reservation-review-list { grid-template-columns: 1fr; }
  .wizard-progress { gap: 8px; }
  .wizard-progress span {
    justify-content: center; padding-bottom: 10px; font-size: 0; gap: 0;
  }
  .wizard-progress i { font-size: 16px; }
  .wizard-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .wizard-actions--end { grid-template-columns: auto; justify-content: flex-end; }
  .wizard-actions .btn, .wizard-step > .btn { width: 100%; min-height: 42px; padding: 0 12px; justify-content: center; font-size: 10px; letter-spacing: .14em; }
  .wizard-actions--end .btn-compact { width: auto; }
  .desktop-label { display: none; }
  .mobile-label { display: inline; }
  .reservation-type { min-height: auto; padding: 24px 20px; }
  .reservation-type-media { margin-bottom: 16px; }
  .type-selected-badge { top: 24px; right: 24px; }
  .reservation-type h3 { font-size: 25px; }
  .payment-summary div { display: grid; gap: 4px; }
  .qris-box { min-height: 190px; margin-bottom: 8px; }
  .payment-note { padding: 16px; }
  .catering-actions,
  .catering-form-actions { display: grid; grid-template-columns: 1fr; }
  .catering-actions .btn,
  .catering-form-actions .btn,
  .package-copy .btn { width: 100%; justify-content: center; }
  .package-copy { padding: 24px 20px; }
}


