/* ==========================================================================
   Royal Tandoori — professional restaurant theme
   Brand carry-over: gold palette + Product Sans body. Playfair Display added
   for elegant display headings. Everything else is a fresh, customer-first UI.
   ========================================================================== */

:root {
  --gold: #EDB919;
  --gold-dark: #BB910F;
  --gold-light: #FFD54F;
  --ink: #0c0c0e;          /* page background */
  --ink-2: #131316;        /* raised surface */
  --ink-3: #1b1b20;        /* cards */
  --line: #2a2a31;         /* borders */
  --text: #e8e8ea;
  --muted: #a1a1aa;
  --muted-2: #7a7a85;
  --white: #ffffff;
  --whatsapp: #25D366;
  --container: 1600px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 18px 50px rgba(0,0,0,.45);
  --header-h: 76px;
  --font-body: 'Product Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 10px); }
body {
  margin: 0; background: var(--ink); color: var(--text);
  font-family: var(--font-body); line-height: 1.65; font-size: 16px;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold-light); }
h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.15; margin: 0 0 .5em; color: var(--white); }
p { margin: 0 0 1rem; }
ul { margin: 0; }

::selection { background: rgba(237,185,25,.3); }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: #33333a; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-dark); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 clamp(20px, 4vw, 64px); }
.container-wide { max-width: 1760px; }
.container-narrow { max-width: 820px; }
.section { padding: clamp(56px, 8vw, 110px) 0; }
.section-tight { padding: clamp(40px, 6vw, 72px) 0; }
.bg-ink { background: var(--ink); }
.bg-ink-2 { background: var(--ink-2); }
.bg-black { background: #000; }
.text-center { text-align: center; }
.gold { color: var(--gold); }

/* Section heading block */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-body); font-size: .78rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 1rem;
}
.eyebrow::before, .eyebrow.center::after { content: ""; width: 28px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.eyebrow.center::before { background: linear-gradient(90deg, var(--gold), transparent); }
.heading { font-size: clamp(1.9rem, 4.4vw, 3rem); margin-bottom: 1rem; }
.heading .accent { color: var(--gold); }
.lead { color: var(--muted); font-size: 1.05rem; max-width: 62ch; }
.section-head { margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-head.center { text-align: center; }
.section-head.center .lead { margin-left: auto; margin-right: auto; }

/* Gold gradient text (logo accent) */
.gold-text { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 55%, var(--gold-dark) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font-family: var(--font-body); font-weight: 600; font-size: .98rem; line-height: 1; padding: 14px 26px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; transition: all .25s ease; white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, var(--gold-dark)); color: #1a1300; box-shadow: 0 8px 24px rgba(237,185,25,.28); }
.btn-primary:hover { color: #1a1300; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(237,185,25,.42); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.28); }
.btn-outline:hover { color: var(--white); border-color: var(--gold); background: rgba(237,185,25,.08); }
.btn-ghost { background: rgba(255,255,255,.06); color: var(--white); border-color: var(--line); }
.btn-ghost:hover { color: var(--white); background: rgba(255,255,255,.12); }
.btn-sm { padding: 10px 18px; font-size: .9rem; }
.btn-lg { padding: 16px 32px; font-size: 1.05rem; }
.btn .svg-ic { width: 1.05em; height: 1.05em; }

.svg-ic { display: inline-block; vertical-align: -.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; width: 1.1em; height: 1.1em; }

/* ==========================================================================
   Header
   ========================================================================== */
.topbar { background: #08080a; border-bottom: 1px solid var(--line); font-size: .82rem; color: var(--muted); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 40px; }
.topbar a { color: var(--muted); }
.topbar a:hover { color: var(--gold); }
.topbar .tb-left { display: flex; gap: 1.5rem; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: .4rem; }
.topbar .tb-right { display: flex; align-items: center; gap: 1rem; }
.topbar .tb-social { display: flex; gap: .75rem; }
@media (max-width: 860px) { .topbar { display: none; } }

.site-header { position: sticky; top: 0; z-index: 60; background: rgba(12,12,14,.85); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(10,10,12,.97); border-bottom-color: var(--line); box-shadow: 0 8px 30px rgba(0,0,0,.35); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand img { height: 50px; width: auto; }
.brand-name { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; line-height: 1; color: var(--white); }
.brand-name small { display: block; font-family: var(--font-body); font-size: .6rem; letter-spacing: .35em; text-transform: uppercase; color: var(--gold); margin-top: 4px; font-weight: 600; }

.primary-nav > ul { list-style: none; display: flex; align-items: center; gap: 2rem; margin: 0; padding: 0; }
.primary-nav a { color: var(--text); font-family: var(--font-body); font-weight: 500; font-size: .96rem; position: relative; padding: 6px 0; }
.primary-nav > ul > li > a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.primary-nav > ul > li:hover > a::after, .primary-nav .current-menu-item > a::after { width: 100%; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--gold); }
.primary-nav li { position: relative; }
.primary-nav .sub-menu { list-style: none; position: absolute; top: 100%; left: 0; min-width: 220px; background: var(--ink-2); border: 1px solid var(--line); border-radius: 12px; padding: .5rem; margin: 10px 0 0; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s; }
.primary-nav li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-nav .sub-menu a { display: block; padding: .55rem .8rem; border-radius: 8px; font-size: .92rem; }
.primary-nav .sub-menu a:hover { background: rgba(237,185,25,.1); }

.header-cta { display: flex; align-items: center; gap: .75rem; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--ink-2); cursor: pointer; padding: 0; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--white); margin: 4px auto; border-radius: 2px; transition: .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1024px) {
  .header-cta .btn-order { display: none; }
  .nav-toggle { display: block; }
  /* backdrop-filter on .site-header makes it the containing block for fixed
     descendants, which would trap the fixed mobile nav inside the 76px header.
     Drop it here so .primary-nav anchors to the viewport (full-height panel). */
  .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(12,12,14,.97); }
  .site-header.scrolled { background: rgba(10,10,12,.98); }
  .primary-nav { position: fixed; inset: 0 0 0 auto; width: min(82vw, 360px); background: var(--ink-2); border-left: 1px solid var(--line); padding: calc(var(--header-h) + 20px) 28px 28px; transform: translateX(110%); transition: transform .35s cubic-bezier(.4,0,.2,1); overflow-y: auto; z-index: 70; }
  .primary-nav.open { transform: translateX(0); }
  .primary-nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav > ul > li { border-bottom: 1px solid var(--line); }
  .primary-nav a { display: block; padding: 1rem 0; font-size: 1.05rem; }
  .primary-nav > ul > li > a::after { display: none; }
  .primary-nav .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; background: transparent; padding: 0 0 .5rem 1rem; margin: 0; display: none; }
  .primary-nav li.open > .sub-menu { display: block; }
  .primary-nav li.menu-item-has-children > a::before { content: "+"; float: right; color: var(--gold); font-weight: 700; margin-left: 1rem; }
  .primary-nav li.open.menu-item-has-children > a::before { content: "–"; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 65; opacity: 0; visibility: hidden; transition: .3s; }
  .nav-backdrop.open { opacity: 1; visibility: visible; }
}
@media (max-width: 600px) {
  .brand-name { display: none; }
  .brand img { height: 48px; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; min-height: min(90vh, 800px); display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,10,.94) 0%, rgba(8,8,10,.78) 45%, rgba(8,8,10,.55) 100%); }
.hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, var(--ink) 0%, transparent 22%); }
.hero .container { position: relative; z-index: 2; padding-top: 48px; padding-bottom: 48px; }

.hero-grid { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
@media (min-width: 980px) { .hero-grid { grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 6vw, 6rem); } }
@media (min-width: 1400px) { .hero-grid { grid-template-columns: 1.15fr .85fr; } }

.hero-left { max-width: 720px; }
.hero-welcome { color: #cfcfd6; font-size: 1.05rem; margin: 0 0 .35rem; }
.hero-title {
  font-family: var(--font-body); font-weight: 700;
  font-size: clamp(2.6rem, 6.5vw, 4.6rem); line-height: 1.02;
  letter-spacing: -.02em; margin: 0 0 1.1rem;
}
.hero-title .t-white { color: #fff; }
.hero-tagline { color: var(--gold); font-size: clamp(1.05rem, 2.2vw, 1.4rem); font-weight: 600; margin: 0 0 1.1rem; }
.hero p.intro { color: #d4d4d8; font-size: 1.05rem; max-width: 52ch; margin-bottom: 1.75rem; }

/* Glass pill badges */
.hero-badges { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 2rem; }
.hbadge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px); border-radius: 999px;
  padding: .5rem 1rem; font-size: .9rem; color: #e8e8ea;
}
.hbadge .ic { font-size: 1rem; line-height: 1; }
.hbadge.rating { padding: .45rem 1rem; gap: .55rem; }
.hbadge.rating svg { flex-shrink: 0; }
.hbadge.rating .stars { color: var(--gold); letter-spacing: .5px; font-size: .9rem; }
.hbadge.rating .stars .dim { color: #5a5a63; }
.hbadge.rating b { color: #fff; font-size: 1rem; }
.hbadge.rating .divider { width: 1px; height: 16px; background: rgba(255,255,255,.2); }
.hbadge.rating .rev { display: flex; flex-direction: column; line-height: 1.05; }
.hbadge.rating .rev .num { color: var(--gold); font-weight: 700; font-size: .72rem; }
.hbadge.rating .rev .lbl { color: var(--muted); font-size: .72rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 0; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 1rem 1.75rem; align-items: center; }
.hero-meta .mi { display: flex; align-items: center; gap: .6rem; color: var(--muted); font-size: .92rem; }
.hero-meta .mi .svg-ic { color: var(--gold); }
.hero-meta .rate b { color: var(--white); }
.hero-meta .stars { color: var(--gold); letter-spacing: 1px; }

/* Right column — logo + reserve */
.hero-right { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1.75rem; }
.hero-logo { position: relative; width: clamp(150px, 20vw, 230px); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.hero-logo .glow { position: absolute; inset: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(237,185,25,.35), transparent 68%); filter: blur(28px); animation: heroGlow 4s ease-in-out infinite; }
.hero-logo img { position: relative; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 28px rgba(0,0,0,.6)); }
@keyframes heroGlow { 0%,100% { opacity: .6; transform: scale(1); } 50% { opacity: 1; transform: scale(1.06); } }

.hero-reserve { width: 100%; max-width: 360px; display: flex; flex-direction: column; align-items: center; gap: .9rem; }
.hero-reserve-btn {
  width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: .7rem;
  padding: 18px 28px; border: none; border-radius: 14px; cursor: pointer;
  font-family: var(--font-body); font-weight: 700; font-size: 1.1rem; letter-spacing: .02em;
  color: #1a1300; background: linear-gradient(135deg, #fff7e0, var(--gold-light) 45%, var(--gold));
  box-shadow: 0 14px 36px rgba(237,185,25,.35); transition: transform .25s, box-shadow .25s;
}
.hero-reserve-btn:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(237,185,25,.5); }
.hero-reserve-btn .svg-ic { width: 1.4em; height: 1.4em; }
.hero-reserve-note { color: var(--muted); font-size: .88rem; margin: 0; }
.hero-reserve-note .dot { color: #22c55e; margin-right: .25rem; }

@media (max-width: 979px) {
  .hero { min-height: auto; padding-top: 1rem; }
  .hero-right { order: -1; }
  .hero-logo { width: clamp(130px, 38vw, 180px); }
  .hero-reserve { max-width: 100%; }
}
@media (max-width: 600px) { .hero-actions .btn { flex: 1 1 100%; } }

/* ==========================================================================
   Welcome / about teaser
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split.reverse .split-media { order: 2; } }
.split-media { position: relative; }
.split-media .img-main { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
.split-media .img-main img { width: 100%; height: 100%; object-fit: cover; }
.split-media .badge-float { position: absolute; bottom: -22px; right: -10px; background: var(--gold); color: #1a1300; border-radius: 16px; padding: 1rem 1.25rem; text-align: center; box-shadow: var(--shadow); }
.split-media .badge-float b { display: block; font-family: var(--font-display); font-size: 1.8rem; line-height: 1; }
.split-media .badge-float span { font-family: var(--font-body); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.stats-row { display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 1.75rem; padding-top: 1.75rem; border-top: 1px solid var(--line); }
.stat b { font-family: var(--font-display); font-size: 1.9rem; color: var(--gold); display: block; line-height: 1; }
.stat span { color: var(--muted); font-size: .85rem; }

/* ==========================================================================
   Features
   ========================================================================== */
.features { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .features { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 980px) { .features { grid-template-columns: repeat(3,1fr); } }
.feature { background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; transition: transform .25s, border-color .25s; }
.feature:hover { transform: translateY(-5px); border-color: rgba(237,185,25,.5); }
.feature .ic { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: rgba(237,185,25,.12); color: var(--gold); margin-bottom: 1.1rem; font-size: 1.5rem; }
.feature h3 { font-family: var(--font-body); font-size: 1.15rem; font-weight: 700; margin-bottom: .4rem; color: var(--white); }
.feature p { color: var(--muted); margin: 0; font-size: .95rem; }

/* ==========================================================================
   Signature dishes (home preview)
   ========================================================================== */
.dish-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .dish-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 980px) { .dish-grid { grid-template-columns: repeat(3,1fr); } }
.dish-card { background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s, border-color .25s; }
.dish-card:hover { transform: translateY(-5px); border-color: rgba(237,185,25,.45); }
.dish-card .ph { aspect-ratio: 16/11; overflow: hidden; }
.dish-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.dish-card:hover .ph img { transform: scale(1.06); }
.dish-card .bd { padding: 1.25rem 1.35rem 1.4rem; }
.dish-card .bd .top { display: flex; justify-content: space-between; align-items: baseline; gap: .75rem; }
.dish-card h3 { font-family: var(--font-body); font-size: 1.1rem; font-weight: 700; margin: 0; color: var(--white); }
.dish-card .price { color: var(--gold); font-weight: 700; white-space: nowrap; }
.dish-card p { color: var(--muted); font-size: .9rem; margin: .5rem 0 0; }

/* ==========================================================================
   Menu category showcase (home "Explore the Menu")
   ========================================================================== */
.cat-grid {
  display: grid; grid-template-columns: 1fr; gap: 1.5rem;
}
@media (min-width: 600px)  { .cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .cat-grid { grid-template-columns: repeat(3, 1fr); } }

.cat-card {
  position: relative; display: block; border-radius: var(--radius-lg);
  overflow: hidden; min-height: 320px; isolation: isolate;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.cat-card:hover { transform: translateY(-6px); border-color: rgba(237,185,25,.55); box-shadow: 0 22px 50px rgba(0,0,0,.5); }
.cat-img { position: absolute; inset: 0; z-index: -1; }
.cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.cat-card:hover .cat-img img { transform: scale(1.08); }
.cat-img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,8,10,.15) 0%, rgba(8,8,10,.55) 55%, rgba(8,8,10,.93) 100%);
  transition: background .3s ease;
}
.cat-card:hover .cat-img::after {
  background: linear-gradient(180deg, rgba(8,8,10,.2) 0%, rgba(20,15,5,.6) 50%, rgba(8,8,10,.95) 100%);
}
.cat-overlay {
  position: relative; z-index: 1; height: 100%; min-height: 320px;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.75rem;
}
.cat-title {
  font-family: var(--font-display); font-size: 1.6rem; color: #fff;
  margin: 0 0 .35rem; line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0,0,0,.5);
}
.cat-desc {
  color: #d4d4d8; font-size: .92rem; margin: 0;
  max-height: 0; opacity: 0; overflow: hidden;
  transform: translateY(6px);
  transition: max-height .35s ease, opacity .3s ease, transform .35s ease, margin .35s ease;
}
.cat-card:hover .cat-desc, .cat-card:focus-visible .cat-desc {
  max-height: 80px; opacity: 1; transform: translateY(0); margin-bottom: .85rem;
}
.cat-link {
  display: inline-flex; align-items: center; gap: .45rem;
  color: var(--gold); font-family: var(--font-body); font-weight: 700;
  font-size: .9rem; letter-spacing: .02em;
}
.cat-link .svg-ic { transition: transform .25s ease; }
.cat-card:hover .cat-link .svg-ic { transform: translateX(4px); }
/* On touch devices, always show the description */
@media (hover: none) {
  .cat-desc { max-height: 80px; opacity: 1; transform: none; margin-bottom: .85rem; }
}

/* ==========================================================================
   Menu insights strip
   ========================================================================== */
.menu-insights { background: var(--ink-2); border-bottom: 1px solid var(--line); }
.mi-strip { display: flex; flex-wrap: wrap; align-items: stretch; }
.mi-stat {
  flex: 1 1 160px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: .3rem;
  padding: 1.35rem 1.5rem; border-right: 1px solid var(--line); text-align: center;
}
.mi-stat:last-child { border-right: none; }
.mi-stat .n { font-family: var(--font-display); font-size: 1.4rem; color: var(--gold); font-weight: 700; line-height: 1; }
.mi-stat .l { color: var(--muted); font-size: .78rem; }
.mi-stat .btn { margin: .2rem 0; }
@media (max-width: 767px) {
  .mi-stat { border-right: none; border-bottom: 1px solid var(--line); flex-basis: 50%; }
  .mi-stat:nth-child(odd) { border-right: 1px solid var(--line); }
  .mi-stat:last-child { flex-basis: 100%; border-bottom: none; flex-direction: row; gap: .75rem; }
}

/* ==========================================================================
   Menu page — Food / Drinks group switch + sticky tab bar
   ========================================================================== */
.menu-nav {
  position: sticky; top: var(--header-h); z-index: 30;
  background: rgba(10,10,12,.97); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.menu-groups {
  display: inline-flex; gap: .35rem;
  padding: 5px; border: 1px solid var(--line); border-radius: 999px;
  background: var(--ink-2); flex-shrink: 0;
}
.menu-group {
  appearance: none; border: none; cursor: pointer;
  padding: .55rem 1.4rem; border-radius: 999px;
  font-family: var(--font-display); font-size: 1rem; font-weight: 600;
  color: var(--muted); background: transparent; transition: .2s;
}
.menu-group:hover { color: var(--white); }
.menu-group.active { background: var(--gold); color: #1a1300; }

.menu-nav-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 12px; flex-wrap: wrap; }
.menu-search {
  display: flex; align-items: center; gap: .5rem; flex: 0 1 320px;
  background: var(--ink-3); border: 1px solid var(--line); border-radius: 999px;
  padding: .5rem .9rem; transition: border-color .2s;
}
.menu-search:focus-within { border-color: var(--gold); }
.menu-search .svg-ic { color: var(--muted); flex-shrink: 0; }
.menu-search input { flex: 1; background: transparent; border: none; color: var(--white); font-family: var(--font-body); font-size: .92rem; padding: 0; min-width: 0; }
.menu-search input:focus { outline: none; box-shadow: none; }
.menu-search input::-webkit-search-cancel-button { display: none; }
.menu-search-clear { background: none; border: none; color: var(--muted); font-size: 1.2rem; line-height: 1; cursor: pointer; padding: 0 .15rem; }
.menu-search-clear:hover { color: var(--gold); }
@media (max-width: 640px) { .menu-search { flex-basis: 100%; order: 3; } }

.menu-tabs { display: flex; gap: .5rem; overflow-x: auto; padding: 12px 0 14px; scrollbar-width: none; }
.menu-tabs[hidden] { display: none; }
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tab {
  white-space: nowrap; padding: .5rem 1.15rem; border-radius: 999px;
  font-family: var(--font-body); font-weight: 600; font-size: .86rem;
  border: 1.5px solid var(--line); background: transparent;
  color: var(--muted); cursor: pointer; transition: .2s; flex-shrink: 0;
}
.menu-tab:hover  { color: var(--white); border-color: rgba(237,185,25,.4); }
.menu-tab.active { background: var(--gold); color: #1a1300; border-color: var(--gold); }

/* All categories stacked on one long page */
.menu-content { padding: clamp(2rem,5vw,3.5rem) 0 clamp(3rem,6vw,5rem); }
.menu-section { padding-top: 1rem; margin-bottom: 2.5rem; scroll-margin-top: calc(var(--header-h) + 120px); }
.menu-section[hidden], .menu-section.is-hidden { display: none; }
.menu-noresults { text-align: center; color: var(--muted); font-size: 1.05rem; padding: 2.5rem 0; }
.menu-sub.is-hidden, .menu-entry.is-hidden { display: none; }
.mcat-hd { margin-bottom: 2rem; }
.mcat-title { font-size: clamp(1.6rem,3.5vw,2.2rem); margin-bottom: .35rem; color: var(--white); display: flex; align-items: baseline; gap: .65rem; }
.mcat-count { font-family: var(--font-body); font-size: .85rem; font-weight: 600; color: var(--gold); background: rgba(237,185,25,.12); border-radius: 999px; padding: 2px 11px; }
.mcat-intro { color: var(--muted); font-size: .97rem; max-width: 72ch; margin: 0; }
.msec-head {
  display: flex; align-items: center; gap: 1rem;
  margin: 2.25rem 0 1rem;
}
.msec-head::after {
  content: ""; flex: 1; height: 1px;
  background: linear-gradient(90deg, rgba(237,185,25,.35), transparent);
}
.msec-head span {
  font-family: var(--font-display); font-style: italic;
  color: var(--gold); font-size: 1.35rem; white-space: nowrap; flex-shrink: 0;
}

/* ==========================================================================
   Menu — item cards (image + tags + allergen chips + price)
   ========================================================================== */
.menu-list {
  display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1.25rem;
}
@media (min-width: 600px)  { .menu-list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .menu-list { grid-template-columns: repeat(3, 1fr); } }

.mcard2 {
  display: flex; gap: 1.15rem; align-items: stretch;
  background: var(--ink-2); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1rem;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.mcard2:hover { border-color: rgba(237,185,25,.45); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.mc-photo { flex: 0 0 120px; width: 120px; height: 120px; border-radius: 14px; overflow: hidden; background: var(--ink-3); }
.mc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.mcard2:hover .mc-photo img { transform: scale(1.07); }
/* Transparent product PNGs: show the whole dish on a soft light backdrop. */
.mc-photo.is-png { background: radial-gradient(circle at 50% 38%, #fffdf7 0%, #f3ece0 70%, #e8dfce 100%); }
.mc-photo.is-png img { object-fit: contain; padding: 6px; }
.mcard2:hover .mc-photo.is-png img { transform: scale(1.05); }
.mc-photo-ph {
  display: block; width: 100%; height: 100%; background-color: var(--ink-3);
  background-repeat: no-repeat; background-position: center; background-size: 54%;
  opacity: .45; filter: grayscale(.2);
}
.mc-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.mc-head { display: flex; align-items: baseline; justify-content: space-between; gap: .5rem; }
.mc-name { font-family: var(--font-body); font-weight: 700; color: var(--white); font-size: 1.2rem; line-height: 1.3; margin: 0; }
.mc-price { color: var(--gold); font-weight: 700; font-size: 1.3rem; white-space: nowrap; flex-shrink: 0; }
.mc-price small { font-size: .62em; font-weight: 600; opacity: .8; }
.mc-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .5rem; }
.tag { display: inline-flex; align-items: center; gap: .3rem; font-size: .74rem; font-weight: 700; letter-spacing: .03em; padding: 3px 10px; border-radius: 999px; }
.tag .svg-ic { width: .9em; height: .9em; }
.tag-veg { background: rgba(52,215,122,.14); color: #34d77a; }
.tag-pop { background: rgba(237,185,25,.16); color: var(--gold); }
.mc-desc { color: #c2c2c8; font-size: .98rem; line-height: 1.55; margin: .55rem 0 0; }
.mc-allerg { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: auto; padding-top: .75rem; }
.al-chip {
  font-size: .68rem; font-weight: 700; color: var(--muted); letter-spacing: .02em;
  background: rgba(255,255,255,.05); border: 1px solid var(--line);
  border-radius: 5px; padding: 2px 7px; line-height: 1.5;
}
@media (max-width: 480px) { .mc-photo { flex-basis: 96px; width: 96px; height: 96px; } .mc-name { font-size: 1.12rem; } .mc-price { font-size: 1.18rem; } }

/* Big group banner between Food and Drinks (continuous scroll) */
.menu-group-banner {
  display: flex; align-items: center; gap: 1.5rem;
  margin: 1rem 0 2.5rem; scroll-margin-top: calc(var(--header-h) + 120px);
}
.menu-group-banner.is-hidden { display: none; }
.menu-group-banner .mgb-line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .5; }
.menu-group-banner .mgb-label {
  font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--gold); white-space: nowrap; font-weight: 700;
}

.allergen-note {
  margin-top: 3rem; padding: 1.25rem 1.5rem;
  background: var(--ink-2); border: 1px solid var(--line);
  border-radius: var(--radius); color: var(--muted); font-size: .9rem; line-height: 1.7;
}
.allergen-note b { color: var(--gold); }


/* ==========================================================================
   Team
   ========================================================================== */
.team-grid { display: grid; grid-template-columns: 1fr; gap: 1.75rem; }
@media (min-width: 720px) { .team-grid { grid-template-columns: repeat(3,1fr); } }
.team-card { text-align: center; }
.team-card .ph { width: 100%; aspect-ratio: 1; border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 1.1rem; border: 1px solid var(--line); }
.team-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.team-card:hover .ph img { transform: scale(1.05); }
.team-card h3 { font-family: var(--font-body); font-size: 1.2rem; margin: 0 0 .15rem; }
.team-card .role { color: var(--gold); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; margin-bottom: .6rem; }
.team-card p { color: var(--muted); font-size: .92rem; }

/* ==========================================================================
   Reviews
   ========================================================================== */
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 720px) { .reviews-grid { grid-template-columns: repeat(3,1fr); } }
.review { background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; position: relative; }
.review .quote { position: absolute; top: 14px; right: 20px; font-family: var(--font-display); font-size: 3.5rem; color: rgba(237,185,25,.18); line-height: 1; }
.review .stars { color: var(--gold); margin-bottom: .75rem; letter-spacing: 1px; }
.review p { color: var(--text); font-size: .96rem; }
.review .by { display: flex; align-items: center; gap: .75rem; margin-top: 1.25rem; }
.review .av { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg,var(--gold),var(--gold-dark)); color: #1a1300; display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-body); }
.review .by b { display: block; font-family: var(--font-body); color: var(--white); font-size: .95rem; }
.review .by span { color: var(--muted-2); font-size: .8rem; }

/* ==========================================================================
   Gallery
   ========================================================================== */
.gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: .85rem; }
@media (min-width: 720px) { .gallery { grid-template-columns: repeat(4,1fr); } }
.gallery a { border-radius: 12px; overflow: hidden; aspect-ratio: 1; display: block; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s, filter .45s; filter: brightness(.92); }
.gallery a:hover img { transform: scale(1.08); filter: brightness(1.05); }

/* ==========================================================================
   Visit us (legacy — used on contact page)
   ========================================================================== */
.visit { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: stretch; }
@media (min-width: 920px) { .visit { grid-template-columns: 1fr 1.1fr; } }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: .7rem 0; border-bottom: 1px solid var(--line); color: var(--text); }
.hours-table td:last-child { text-align: right; color: var(--gold); font-weight: 600; }
.info-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.info-list li { display: flex; gap: .85rem; padding: .65rem 0; color: var(--text); }
.info-list .svg-ic { color: var(--gold); flex: 0 0 auto; margin-top: 3px; }
.map-frame { border-radius: var(--radius-lg); overflow: hidden; min-height: 340px; border: 1px solid var(--line); }
.map-frame iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg, #15110a, #0c0c0e); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cta-band .inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; padding: clamp(2.5rem,5vw,4rem) 0; }
.cta-band h2 { font-size: clamp(1.6rem,3.5vw,2.4rem); margin: 0; }
.cta-band p { color: var(--muted); margin: .5rem 0 0; }

/* ==========================================================================
   Catering plans (pricing cards)
   ========================================================================== */
.cater-plans { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: start; }
@media (min-width: 720px) { .cater-plans { grid-template-columns: repeat(3, 1fr); } }
.cater-plan { position: relative; display: flex; flex-direction: column; background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.75rem; transition: transform .25s, border-color .25s; }
.cater-plan:hover { transform: translateY(-5px); border-color: rgba(237,185,25,.5); }
.cater-plan.is-popular { border-color: var(--gold); box-shadow: 0 18px 44px rgba(237,185,25,.18); }
@media (min-width: 720px) { .cater-plan.is-popular { transform: scale(1.04); } .cater-plan.is-popular:hover { transform: scale(1.04) translateY(-5px); } }
.cater-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #1a1300; font-family: var(--font-body); font-weight: 700; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; padding: .4rem .9rem; border-radius: 999px; white-space: nowrap; }
.cater-name { font-family: var(--font-display); font-size: 1.35rem; color: var(--white); margin: 0; }
.cater-price { display: flex; align-items: baseline; gap: .5rem; margin: .65rem 0 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.cater-price .num { font-family: var(--font-display); font-size: 2.6rem; line-height: 1; color: var(--gold); }
.cater-price .per { color: var(--muted); font-size: .9rem; }
.cater-rows { list-style: none; padding: 0; margin: 0 0 1.75rem; display: flex; flex-direction: column; gap: .85rem; flex: 1; }
.cater-rows li { display: flex; gap: .65rem; color: var(--text); font-size: .94rem; line-height: 1.55; }
.cater-rows li .svg-ic { color: var(--gold); flex: 0 0 auto; margin-top: 3px; }
.cater-rows li b { color: var(--white); }
.cater-plan .btn { width: 100%; margin-top: auto; }
.cater-note { display: flex; align-items: center; gap: .55rem; width: fit-content; max-width: 100%; margin: 2.25rem auto 0; padding: .85rem 1.4rem; background: rgba(237,185,25,.1); border: 1px solid rgba(237,185,25,.3); border-radius: 999px; color: var(--text); font-size: .9rem; }
.cater-note .svg-ic { color: var(--gold); flex: 0 0 auto; }

/* ==========================================================================
   Page hero (interior pages)
   ========================================================================== */
.page-hero { position: relative; padding: clamp(3rem,7vw,5rem) 0 clamp(2.5rem,5vw,3.5rem); text-align: center; background: radial-gradient(ellipse at top, rgba(237,185,25,.10), transparent 60%), var(--ink-2); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2rem,5vw,3.2rem); }
.crumbs { color: var(--muted); font-size: .88rem; margin-top: .75rem; }
.crumbs a { color: var(--gold); }
.crumbs .sep { color: var(--muted-2); margin: 0 .4rem; }

/* ---------- Article / content typography ---------- */
.content { padding: clamp(3rem,6vw,5rem) 0; }
.entry { color: var(--text); font-size: 1.05rem; line-height: 1.8; }
.entry > *:first-child { margin-top: 0; }
.entry h1, .entry h2, .entry h3, .entry h4 { margin: 2rem 0 .85rem; color: var(--white); }
.entry h2 { font-size: 1.7rem; color: var(--gold); }
.entry h3 { font-size: 1.3rem; color: var(--gold-light); }
.entry a { text-decoration: underline; text-underline-offset: 3px; }
.entry strong, .entry b { color: var(--white); }
.entry ul, .entry ol { padding-left: 1.4rem; margin: 0 0 1.25rem; }
.entry li { margin-bottom: .5rem; }
.entry img { border-radius: var(--radius); margin: 1.5rem 0; max-width: 100%; height: auto; }
/* Keep emoji / smileys inline (don't turn them into block images) */
.entry img.emoji, .entry img.wp-smiley, img.emoji {
  display: inline-block !important; width: 1.1em !important; height: 1.1em !important;
  margin: 0 .08em !important; padding: 0 !important; border: none !important;
  border-radius: 0 !important; box-shadow: none !important; background: transparent !important;
  vertical-align: -.15em;
}
/* Standalone content images: centred, capped so tall portraits don't dominate */
.entry p img, .entry > img, .entry figure img {
  display: block; margin-left: auto; margin-right: auto; max-height: 78vh; width: auto;
}
.entry figure img { margin: 0 auto; }
/* WordPress alignment + captions */
.entry .aligncenter { display: block; margin: 1.5rem auto; }
.entry .alignleft  { float: left;  margin: .4rem 1.5rem 1rem 0; max-width: 48%; }
.entry .alignright { float: right; margin: .4rem 0 1rem 1.5rem; max-width: 48%; }
.entry figure { margin: 1.75rem 0; }
.entry figcaption, .entry .wp-caption-text { color: var(--muted-2); font-size: .85rem; text-align: center; margin-top: .5rem; }
.entry .wp-caption { max-width: 100%; }
.entry::after { content: ""; display: table; clear: both; }
@media (max-width: 640px) {
  .entry .alignleft, .entry .alignright { float: none; max-width: 100%; margin: 1.25rem auto; }
}
.entry blockquote { border-left: 3px solid var(--gold); margin: 1.75rem 0; padding: .75rem 1.5rem; background: var(--ink-2); border-radius: 0 10px 10px 0; color: var(--text); font-style: italic; }
.entry table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .95rem; }
.entry th, .entry td { border: 1px solid var(--line); padding: .75rem 1rem; text-align: left; }
.entry th { background: var(--ink-2); color: var(--gold); }
.entry hr { border: none; border-top: 1px solid var(--line); margin: 2rem 0; }
/* Normalise legacy inline colours from old content */
.entry [style*="color: #000000"], .entry [style*="color:#000000"],
.entry [style*="color: #000;"], .entry [style*="color:#000;"] { color: var(--text) !important; }
.entry [style*="color: #800000"], .entry [style*="color:#800000"],
.entry [style*="color: #ff0000"], .entry [style*="color:#ff0000"] { color: var(--gold) !important; }
.entry [style*="background"] { background: transparent !important; }
.entry span[style] { font-family: inherit !important; }
/* Headings: ignore any inline colour/size from old content so they stay visible */
.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span,
.entry h1 strong, .entry h2 strong, .entry h3 strong, .entry h4 strong,
.entry h1 a, .entry h2 a, .entry h3 a, .entry h4 a {
  color: inherit !important; font-size: inherit !important; background: transparent !important;
}

/* Content layout with sticky aside */
.content-split { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 980px) { .content-split { grid-template-columns: 1fr 320px; align-items: start; } }
.aside-card { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; position: sticky; top: calc(var(--header-h) + 20px); }
.aside-card h4 { font-family: var(--font-body); font-size: 1.05rem; color: var(--white); margin-bottom: 1rem; }
.aside-card .info-list li { font-size: .92rem; }
.aside-card .btn { width: 100%; margin-top: 1rem; }

/* ---------- Blog cards ---------- */
.post-grid { display: grid; grid-template-columns: 1fr; gap: 1.75rem; }
@media (min-width: 640px) { .post-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 980px) { .post-grid { grid-template-columns: repeat(3,1fr); } }
.post-card { background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s, border-color .25s; }
.post-card:hover { transform: translateY(-5px); border-color: rgba(237,185,25,.4); }
.post-card .ph { aspect-ratio: 16/10; overflow: hidden; }
.post-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-card:hover .ph img { transform: scale(1.05); }
.post-card .bd { padding: 1.35rem; }
.post-card .date { color: var(--gold); font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; font-weight: 600; }
.post-card h3 { font-family: var(--font-body); font-size: 1.15rem; margin: .5rem 0; }
.post-card h3 a { color: var(--white); }
.post-card h3 a:hover { color: var(--gold); }
.post-card p { color: var(--muted); font-size: .92rem; margin: 0; }

.pagination { display: flex; gap: .5rem; justify-content: center; margin-top: 3rem; }
.pagination .page-numbers { display: inline-flex; min-width: 42px; height: 42px; align-items: center; justify-content: center; padding: 0 .5rem; border-radius: 10px; border: 1px solid var(--line); background: var(--ink-3); color: var(--text); }
.pagination .page-numbers.current { background: var(--gold); color: #1a1300; border-color: var(--gold); }
.pagination a.page-numbers:hover { border-color: var(--gold); color: var(--gold); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: #08080a; border-top: 1px solid var(--line); padding-top: clamp(3rem,6vw,4.5rem); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; padding-bottom: 3rem; }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1.4fr; } }
.footer-col h4 { font-family: var(--font-body); font-size: .85rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin-bottom: .7rem; }
.footer-col a, .footer-col li { color: var(--muted); font-size: .93rem; }
.footer-col a:hover { color: var(--gold); }
.footer-brand .brand { margin-bottom: 1.1rem; }
.footer-brand p { color: var(--muted); font-size: .93rem; max-width: 34ch; }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; }
.footer-contact li .svg-ic { color: var(--gold); flex: 0 0 auto; margin-top: 3px; }
.footer-contact .btn .svg-ic { color: inherit; margin-top: 0; }
.footer-social { display: flex; gap: .6rem; margin-top: 1.25rem; }
.footer-social a { width: 40px; height: 40px; border-radius: 10px; background: var(--ink-3); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--text); }
.footer-social a:hover { background: var(--gold); color: #1a1300; border-color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--line); padding: 1.5rem 0; display: flex; flex-wrap: wrap; gap: .75rem; justify-content: space-between; align-items: center; color: var(--muted-2); font-size: .85rem; }
.footer-bottom .legal { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.footer-bottom .legal a { color: var(--muted-2); }
.footer-bottom .legal a:hover { color: var(--gold); }

/* ==========================================================================
   Mobile action bar (genuinely useful, no countdowns)
   ========================================================================== */
.action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: none; background: rgba(10,10,12,.97); backdrop-filter: blur(12px); border-top: 1px solid var(--line); padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); }
.action-bar .ab-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.action-bar a, .action-bar button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 8px 4px; border-radius: 12px; border: none; font-family: var(--font-body); font-size: .72rem; font-weight: 600; cursor: pointer; }
.action-bar .ab-call { background: var(--ink-3); color: var(--text); }
.action-bar .ab-wa { background: var(--whatsapp); color: #fff; }
.action-bar .ab-book { background: var(--gold); color: #1a1300; }
.action-bar .svg-ic { width: 20px; height: 20px; }
@media (max-width: 768px) { .action-bar { display: block; } body { padding-bottom: 76px; } }

/* ==========================================================================
   Reservation modal + multi-step form
   ========================================================================== */
.rt-modal { position: fixed; inset: 0; z-index: 120; display: none; align-items: center; justify-content: center; padding: 1rem; }
.rt-modal.open { display: flex; }
.rt-modal .backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(6px); }
.rt-box { position: relative; z-index: 2; width: 100%; max-width: 540px; max-height: 92vh; overflow-y: auto; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.5rem,4vw,2.25rem); box-shadow: var(--shadow); }
.rt-box .x { position: absolute; top: 1rem; right: 1rem; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: var(--ink-3); color: var(--text); cursor: pointer; font-size: 1.2rem; line-height: 1; }
.rt-box .x:hover { background: var(--gold); color: #1a1300; }
.rt-title { text-align: center; margin-bottom: .35rem; font-size: 1.6rem; }
.rt-sub { text-align: center; color: var(--muted); font-size: .92rem; margin-bottom: 1.5rem; }

/* Stepper: back arrow + numbered clickable steps with chosen values */
.rt-stepper { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.rt-back-arrow {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 9px;
  border: 1px solid var(--line); background: var(--ink-3); color: var(--white);
  cursor: pointer; font-size: 1rem; line-height: 1; transition: .2s;
}
.rt-back-arrow:hover { border-color: var(--gold); color: var(--gold); }
.rt-back-arrow[hidden] { display: none; }
.rt-steps { list-style: none; display: flex; align-items: center; gap: .35rem; margin: 0; padding: 0; flex: 1; overflow-x: auto; scrollbar-width: none; }
.rt-steps::-webkit-scrollbar { display: none; }
.rt-step {
  display: inline-flex; align-items: center; gap: .5rem; flex-shrink: 0;
  font-size: .8rem; color: var(--muted-2); white-space: nowrap; padding: .15rem .15rem;
}
.rt-step .n { font-weight: 700; font-family: var(--font-body); }
.rt-step .bar { width: 1px; height: 14px; background: var(--line); }
.rt-step .lbl, .rt-step .val { font-weight: 500; }
.rt-step .val { display: none; color: var(--gold); }
.rt-step.current { color: var(--white); }
.rt-step.current .n { color: var(--gold); }
.rt-step.current .lbl { color: var(--white); }
.rt-step.done { color: var(--gold); cursor: pointer; }
.rt-step.done .n { color: var(--gold); }
.rt-step.done .lbl { display: none; }
.rt-step.done .val { display: inline; }
.rt-step.done:hover .val { text-decoration: underline; }
@media (max-width: 560px) {
  .rt-step { font-size: .74rem; gap: .35rem; }
  .rt-step:not(.current):not(.done) .lbl { display: none; }
  .rt-step:not(.current):not(.done) .bar { display: none; }
}
.rt-panel { display: none; }
.rt-panel.active { display: block; animation: fade .3s ease; }
.rt-panel .ph { text-align: center; margin-bottom: 1.25rem; }
.rt-panel .ph h3 { font-family: var(--font-body); font-size: 1.2rem; margin: 0 0 .25rem; }
.rt-panel .ph p { color: var(--muted); font-size: .9rem; margin: 0; }
.guest-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: .5rem; }
.guest-grid button { aspect-ratio: 1; border-radius: 12px; border: 1px solid var(--line); background: var(--ink-3); color: var(--text); font-weight: 600; font-family: var(--font-body); cursor: pointer; transition: .15s; }
.guest-grid button:hover { border-color: var(--gold); }
.guest-grid button.sel { background: var(--gold); color: #1a1300; border-color: var(--gold); }
.cal { background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; }
.cal-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: .85rem; font-family: var(--font-body); font-weight: 600; }
.cal-top button { width: 34px; height: 34px; border-radius: 9px; border: 1px solid var(--line); background: var(--ink-2); color: var(--text); cursor: pointer; }
.cal-top button:disabled { opacity: .35; cursor: not-allowed; }
.cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
.cal-dow { text-align: center; font-size: .68rem; color: var(--muted-2); padding: 4px 0; font-family: var(--font-body); }
.cal-day { aspect-ratio: 1; border: none; background: transparent; color: var(--text); border-radius: 9px; cursor: pointer; font-family: var(--font-body); font-size: .9rem; }
.cal-day:hover:not(:disabled) { background: var(--ink-2); }
.cal-day.today { color: var(--gold); font-weight: 700; }
.cal-day.sel { background: var(--gold); color: #1a1300; font-weight: 700; }
.cal-day:disabled { color: #46464f; cursor: not-allowed; }
.cal-day.empty { background: transparent; cursor: default; }
.time-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: .5rem; }
.time-grid button { padding: .7rem .25rem; border-radius: 10px; border: 1px solid var(--line); background: var(--ink-3); color: var(--text); cursor: pointer; font-family: var(--font-body); font-size: .92rem; }
.time-grid button:hover { border-color: var(--gold); }
.time-grid button.sel { background: var(--gold); color: #1a1300; font-weight: 700; border-color: var(--gold); }
.rt-summary { display: flex; flex-wrap: wrap; gap: .5rem .9rem; background: var(--ink-3); border: 1px solid var(--line); border-radius: 10px; padding: .8rem 1rem; font-size: .9rem; margin-bottom: 1.25rem; color: var(--text); }
.rt-field { margin-bottom: 1rem; }
.rt-field label { display: block; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-family: var(--font-body); margin-bottom: .45rem; }
.rt-field input, .rt-field textarea { width: 100%; background: var(--ink-3); border: 1px solid var(--line); color: var(--white); border-radius: 10px; padding: 12px 14px; font-family: var(--font-body); font-size: 1rem; transition: .2s; }
.rt-field input:focus, .rt-field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(237,185,25,.14); }
.rt-field input.err { border-color: #ef4444; }
.rt-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.rt-phone { display: flex; gap: .5rem; }
.rt-phone .cc { display: flex; align-items: center; padding: 0 .85rem; background: var(--ink); border: 1px solid var(--line); border-radius: 10px; color: var(--muted); white-space: nowrap; }
.rt-error { color: #f87171; font-size: .85rem; margin-bottom: .75rem; display: none; }
.rt-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.rt-actions { display: flex; gap: .75rem; margin-top: 1.25rem; }
.rt-actions .btn { flex: 1; }
.rt-back { display: none; }
.rt-success { text-align: center; padding: 1rem 0; }
.rt-success .tick { width: 76px; height: 76px; border-radius: 50%; background: rgba(37,211,102,.14); color: #25D366; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; margin: 0 auto 1.25rem; }
.rt-success .conf { display: inline-block; margin-top: .75rem; background: var(--ink-3); border: 1px solid var(--line); padding: .5rem 1rem; border-radius: 10px; color: var(--gold); font-weight: 700; letter-spacing: .05em; }
.spinner { width: 18px; height: 18px; border: 2px solid rgba(0,0,0,.25); border-top-color: #1a1300; border-radius: 50%; animation: spin .8s linear infinite; }

@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

/* ==========================================================================
   FAQ accordion (native <details>)
   ========================================================================== */
.faq-list { display: flex; flex-direction: column; gap: 1rem; }
.faq-item {
  background: var(--ink-2); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
}
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.1rem 1.35rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--font-body); font-weight: 600; color: var(--white); font-size: 1.02rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--gold); }
.faq-ic { color: var(--gold); transition: transform .3s; flex-shrink: 0; }
.faq-item[open] .faq-ic { transform: rotate(180deg); }
.faq-a { padding: 0 1.35rem 1.2rem; color: var(--muted); }
.faq-a p { margin: 0; line-height: 1.7; }

/* ==========================================================================
   Gallery page — counted filter pills + dense grid
   ========================================================================== */
.gallery-filters {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: .6rem; margin-bottom: 2rem;
}
.gfilter {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .55rem 1.15rem; border-radius: 999px;
  border: 1.5px solid var(--line); background: var(--ink-2);
  color: var(--text); font-family: var(--font-body); font-weight: 600;
  font-size: .9rem; cursor: pointer; transition: .2s;
}
.gfilter:hover { border-color: rgba(237,185,25,.45); }
.gfilter .gcount {
  font-size: .72rem; color: var(--muted);
  background: rgba(255,255,255,.06); border-radius: 999px;
  padding: 1px 7px; transition: .2s;
}
.gfilter.active { background: var(--gold); color: #1a1300; border-color: var(--gold); }
.gfilter.active .gcount { background: rgba(0,0,0,.16); color: #1a1300; }

.gallery-page {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 8px;
}
@media (min-width: 640px) { .gallery-page { grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); gap: 10px; } }
.gallery-page .g-item {
  position: relative; display: block; aspect-ratio: 1;
  border-radius: 10px; overflow: hidden; background: var(--ink-3);
}
.gallery-page .g-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .45s ease, filter .3s ease; filter: brightness(.92);
}
.gallery-page .g-item:hover img { transform: scale(1.1); filter: brightness(1.05); }
.gallery-page .g-item .g-zoom {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: #fff; background: rgba(8,8,10,.45); opacity: 0; transition: opacity .25s ease;
}
.gallery-page .g-item:hover .g-zoom { opacity: 1; }
.gallery-page .g-item .g-zoom .svg-ic { width: 26px; height: 26px; color: var(--gold); }
.gallery-page .g-item.is-hidden { display: none; }


/* ==========================================================================
   Google reviews widget (Trustindex) wrapper
   ========================================================================== */
.google-reviews { max-width: 100%; margin: 0 auto; }
.google-reviews .ti-widget { margin: 0 auto !important; }
/* Hide the widget's own summary header (dark text on dark bg) — we use our own pill. */
.google-reviews .ti-header { display: none !important; }

/* Custom Google rating pill (matches the hero badge) */
.greview-badge {
  display: flex; width: max-content; align-items: center; gap: .7rem;
  margin: 0 auto 2.25rem; padding: .6rem 1.4rem;
  background: var(--ink-3); border: 1px solid var(--line);
  border-radius: 999px;
}
.greview-badge svg { flex-shrink: 0; }
.greview-badge .gr-stars { color: var(--gold); letter-spacing: 1px; font-size: 1.05rem; }
.greview-badge .gr-stars .dim { color: #4a4a52; }
.greview-badge b { color: #fff; font-size: 1.15rem; }
.greview-badge .gr-div { width: 1px; height: 20px; background: var(--line); }
.greview-badge .gr-rev { display: flex; flex-direction: column; line-height: 1.05; }
.greview-badge .gr-rev .num { color: var(--gold); font-weight: 700; font-size: .82rem; }
.greview-badge .gr-rev .lbl { color: var(--muted); font-size: .76rem; }


/* ==========================================================================
   Visit us — redesigned (#visit on home)
   ========================================================================== */
.visit2 { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: stretch; }
@media (min-width: 940px) { .visit2 { grid-template-columns: 1fr 1.05fr; gap: 2.5rem; } }

.visit2-info { display: flex; flex-direction: column; gap: 1.25rem; }

/* Contact cards */
.vcards { display: grid; grid-template-columns: 1fr; gap: .85rem; }
@media (min-width: 520px) { .vcards { grid-template-columns: repeat(3, 1fr); } }
.vcard {
  display: flex; flex-direction: column; gap: .3rem;
  background: var(--ink-3); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.1rem 1.15rem; transition: .2s;
}
.vcard:hover { border-color: rgba(237,185,25,.5); transform: translateY(-3px); }
.vcard-ic {
  width: 42px; height: 42px; border-radius: 12px; margin-bottom: .35rem;
  display: flex; align-items: center; justify-content: center;
  background: rgba(237,185,25,.12); color: var(--gold);
}
.vcard-t { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.vcard-v { color: var(--white); font-size: .92rem; line-height: 1.4; }

/* Hours card */
.hours-card { background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.35rem 1.5rem; }
.hours-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .9rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line); }
.hours-title { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-body); font-weight: 700; color: var(--white); }
.hours-title .svg-ic { color: var(--gold); }
.open-pill { display: inline-flex; align-items: center; gap: .45rem; font-size: .8rem; font-weight: 700; padding: .35rem .8rem; border-radius: 999px; }
.open-pill .dot { width: 8px; height: 8px; border-radius: 50%; }
.open-pill.is-open { background: rgba(37,211,102,.14); color: #34d77a; }
.open-pill.is-open .dot { background: #34d77a; box-shadow: 0 0 0 0 rgba(52,215,122,.6); animation: pulseDot 1.8s infinite; }
.open-pill.is-closed { background: rgba(255,255,255,.06); color: var(--muted); }
.open-pill.is-closed .dot { background: var(--muted-2); }
@keyframes pulseDot { 0% { box-shadow: 0 0 0 0 rgba(52,215,122,.55); } 70% { box-shadow: 0 0 0 7px rgba(52,215,122,0); } 100% { box-shadow: 0 0 0 0 rgba(52,215,122,0); } }
.hours-rows { list-style: none; padding: 0; margin: 0; }
.hours-rows li { display: flex; justify-content: space-between; align-items: center; padding: .55rem .6rem; border-radius: 8px; color: var(--text); font-size: .95rem; }
.hours-rows li .h { color: var(--muted); }
.hours-rows li.is-today { background: rgba(237,185,25,.1); }
.hours-rows li.is-today .d { color: var(--gold); font-weight: 700; }
.hours-rows li.is-today .h { color: var(--gold); font-weight: 600; }
.hours-rows li .d em { font-style: normal; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; background: var(--gold); color: #1a1300; padding: 1px 7px; border-radius: 999px; margin-left: .5rem; }

.visit2-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

/* Map */
.visit2-map { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); min-height: 420px; box-shadow: var(--shadow); }
.visit2-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; filter: grayscale(.25) contrast(1.05); }
.map-chip {
  position: absolute; left: 16px; right: 16px; bottom: 16px;
  display: flex; align-items: center; gap: .85rem;
  background: rgba(14,14,17,.92); backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: 14px; padding: .85rem 1rem;
  transition: .2s;
}
.map-chip:hover { border-color: rgba(237,185,25,.5); }
.map-chip-ic { width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: var(--gold); color: #1a1300; }
.map-chip b { display: block; color: var(--white); font-family: var(--font-body); font-size: .95rem; }
.map-chip small { color: var(--muted); font-size: .8rem; }
.map-chip-go { margin-left: auto; color: var(--gold); flex-shrink: 0; }
.map-chip:hover .map-chip-go .svg-ic { transform: translateX(3px); transition: transform .2s; }

/* ==========================================================================
   About page — Mission/Vision duo + quote band
   ========================================================================== */
.about-duo { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 820px) { .about-duo { grid-template-columns: 1fr 1fr; } }
.duo-card {
  background: var(--ink-3); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 2.25rem;
  position: relative; overflow: hidden;
}
.duo-card::before {
  content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%;
  background: linear-gradient(var(--gold), var(--gold-dark));
}
.duo-ic {
  width: 56px; height: 56px; border-radius: 16px; margin-bottom: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  background: rgba(237,185,25,.12); color: var(--gold);
}
.duo-ic .svg-ic { width: 26px; height: 26px; }
.duo-card h3 { font-size: 1.5rem; color: var(--white); margin-bottom: .65rem; }
.duo-card p { color: var(--muted); margin: 0; line-height: 1.75; }

.about-quote {
  position: relative; text-align: center;
  padding: clamp(3rem,6vw,5rem) 0;
  background:
    linear-gradient(rgba(8,8,10,.86), rgba(8,8,10,.9)),
    radial-gradient(ellipse at center, rgba(237,185,25,.08), transparent 60%), var(--ink);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.about-quote .q-mark { font-family: var(--font-display); font-size: 5rem; line-height: .5; color: rgba(237,185,25,.35); display: block; }
.about-quote .q-text {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.5rem, 3.5vw, 2.4rem); color: var(--white);
  max-width: 24ch; margin: 1rem auto .75rem;
}
.about-quote .q-by { color: var(--gold); font-size: .9rem; letter-spacing: .05em; margin: 0; }

/* What We Offer — checklist in catering highlight */
.offer-list { list-style: none; padding: 0; margin: 1.25rem 0 0; display: flex; flex-direction: column; gap: .65rem; }
.offer-list li { display: flex; align-items: flex-start; gap: .65rem; color: var(--text); }
.offer-list li .svg-ic { color: var(--gold); flex-shrink: 0; margin-top: 4px; }

/* ==========================================================================
   Contact page — form + side
   ========================================================================== */
.contact2 { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
@media (min-width: 940px) { .contact2 { grid-template-columns: 1.2fr .8fr; } }
.contact-form-wrap {
  background: var(--ink-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.5rem);
}
.contact-form .cf-row2 { display: grid; grid-template-columns: 1fr; gap: .85rem; }
@media (min-width: 560px) { .contact-form .cf-row2 { grid-template-columns: 1fr 1fr; } }
.contact-form .rt-field { margin-bottom: 1rem; }
.contact-form label { display: block; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-family: var(--font-body); margin-bottom: .45rem; }
.contact-form input, .contact-form textarea {
  width: 100%; background: var(--ink-3); border: 1px solid var(--line); color: var(--white);
  border-radius: 10px; padding: 12px 14px; font-family: var(--font-body); font-size: 1rem; transition: .2s;
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(237,185,25,.14); }
.contact-form input.err, .contact-form textarea.err { border-color: #ef4444; }
.cf-ok { background: rgba(37,211,102,.12); border: 1px solid rgba(37,211,102,.3); color: #34d77a; padding: .8rem 1rem; border-radius: 10px; margin-bottom: 1rem; font-size: .92rem; }
.contact-side { display: flex; flex-direction: column; gap: 1.25rem; }

/* ==========================================================================
   Policy / Info pages — document layout + TOC
   ========================================================================== */
.legal-updated { color: var(--muted-2); font-size: .85rem; margin: .85rem 0 0; display: inline-flex; align-items: center; gap: .4rem; }
.legal-updated .svg-ic { color: var(--gold); }
.legal-layout { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
@media (min-width: 980px) { .legal-layout { grid-template-columns: minmax(0,1fr) 300px; } }
.legal-doc {
  background: var(--ink-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: clamp(1.5rem, 3.5vw, 3rem);
}
.legal-doc > *:first-child { margin-top: 0; }
.legal-doc h2 { scroll-margin-top: calc(var(--header-h) + 20px); font-size: 1.5rem; padding-bottom: .5rem; border-bottom: 1px solid var(--line); }
.legal-doc h3 { scroll-margin-top: calc(var(--header-h) + 20px); font-size: 1.2rem; }
/* Certificates / images inside policy docs — neat centred white frame */
.legal-doc img {
  display: block; height: auto; margin: 1.75rem auto;
  max-width: min(100%, 460px);
  background: #fff; padding: 12px; border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.45); border: 1px solid var(--line);
}
.legal-doc .aligncenter { display: block; margin-left: auto; margin-right: auto; }

.legal-aside { display: flex; flex-direction: column; gap: 1.25rem; position: sticky; top: calc(var(--header-h) + 20px); }
@media (max-width: 979px) { .legal-aside { position: static; } }
.toc-card .toc { display: flex; flex-direction: column; gap: .15rem; }
.toc a { display: block; padding: .5rem .65rem; border-radius: 8px; color: var(--muted); font-size: .9rem; border-left: 2px solid transparent; transition: .15s; }
.toc a:hover { color: var(--gold); background: rgba(237,185,25,.07); border-left-color: var(--gold); }
.toc a.toc-h3 { padding-left: 1.4rem; font-size: .85rem; }
.toc a.active { color: var(--gold); border-left-color: var(--gold); background: rgba(237,185,25,.08); }
.legal-aside .aside-card { position: static; }
.legal-aside .aside-card .btn { width: 100%; margin-top: .6rem; }

/* ==========================================================================
   Reviews page — summary band + video testimonials
   ========================================================================== */
.rev-summary {
  display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: center;
  background: var(--ink-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.75rem;
}
@media (min-width: 760px) { .rev-summary { grid-template-columns: auto 1fr; gap: 2.5rem; } }
.rev-score { text-align: center; display: flex; flex-direction: column; align-items: center; gap: .25rem; padding-right: 0; }
@media (min-width: 760px) { .rev-score { border-right: 1px solid var(--line); padding-right: 2.5rem; } }
.rev-score b { font-family: var(--font-display); font-size: 3.5rem; color: var(--gold); line-height: 1; }
.rev-stars { color: var(--gold); letter-spacing: 2px; font-size: 1.2rem; }
.rev-stars .dim { color: #4a4a52; }
.rev-count { color: var(--muted); font-size: .9rem; }
.rev-cta { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.rev-cta .btn { margin-left: auto; }
@media (max-width: 520px) { .rev-cta .btn { margin-left: 0; width: 100%; } }

.video-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 600px) { .video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .video-grid { grid-template-columns: repeat(4, 1fr); } }
.video-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); background: #000; aspect-ratio: 16/9;
}
.video-card.is-short { aspect-ratio: 9/16; }
.video-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ==========================================================================
   Blog — featured post + tag badges
   ========================================================================== */
.post-featured {
  display: grid; grid-template-columns: 1fr; gap: 0;
  background: var(--ink-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 2.5rem;
  transition: border-color .25s;
}
.post-featured:hover { border-color: rgba(237,185,25,.4); }
@media (min-width: 820px) { .post-featured { grid-template-columns: 1.1fr 1fr; } }
.pf-media { display: block; overflow: hidden; aspect-ratio: 16/10; }
.pf-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
@media (min-width: 820px) { .pf-media { aspect-ratio: auto; min-height: 100%; } }
.post-featured:hover .pf-media img { transform: scale(1.04); }
.pf-body { padding: clamp(1.5rem, 3vw, 2.75rem); display: flex; flex-direction: column; justify-content: center; }
.pf-meta { display: flex; align-items: center; gap: .75rem; margin-bottom: .9rem; }
.post-date { color: var(--muted-2); font-size: .82rem; }
.pf-body h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); margin: 0 0 .85rem; }
.pf-body h2 a { color: var(--white); }
.pf-body h2 a:hover { color: var(--gold); }
.pf-body p { color: var(--muted); margin: 0 0 1.5rem; }
.pf-body .btn { align-self: flex-start; }

.post-tag {
  display: inline-block; background: rgba(237,185,25,.15); color: var(--gold);
  font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
}
.post-card .ph { display: block; position: relative; aspect-ratio: 16/10; overflow: hidden; }
.post-card .ph img { width: 100%; height: 100%; object-fit: cover; }
.post-card .ph .post-tag { position: absolute; top: 12px; left: 12px; background: rgba(8,8,10,.85); backdrop-filter: blur(6px); }
.post-more { display: inline-flex; align-items: center; gap: .4rem; color: var(--gold); font-weight: 600; font-size: .9rem; margin-top: .9rem; }
.post-more .svg-ic { transition: transform .2s; }
.post-card:hover .post-more .svg-ic { transform: translateX(4px); }

/* ==========================================================================
   Reserve page + thank-you page
   ========================================================================== */
.reserve-layout { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; max-width: 1000px; margin: 0 auto; }
@media (min-width: 900px) { .reserve-layout { grid-template-columns: 1.4fr .9fr; } }
.reserve-card {
  background: var(--ink-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.5rem);
}
.reserve-aside .aside-card .btn { width: 100%; margin-top: .6rem; justify-content: flex-start; }
.reserve-aside .info-list li { font-size: .92rem; }
/* The standalone booking form should not be capped like the modal box */
.reserve-card .rt-booking { max-width: 100%; }

.thankyou { display: flex; align-items: center; min-height: 60vh; }
.ty-tick {
  width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 1.25rem;
  display: flex; align-items: center; justify-content: center; font-size: 2.6rem;
  background: rgba(37,211,102,.14); color: #34d77a;
  box-shadow: 0 0 0 8px rgba(37,211,102,.06);
}
.ty-card {
  display: inline-block; text-align: left; margin: 0 auto 1.5rem;
  background: var(--ink-2); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.5rem 1.75rem; min-width: min(420px, 100%);
}
.ty-conf { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .85rem; letter-spacing: .05em; text-transform: uppercase; }
.ty-conf b { color: var(--gold); font-family: var(--font-display); font-size: 1.1rem; letter-spacing: .04em; }
.ty-details { display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; }
.ty-details > div { display: flex; flex-direction: column; }
.ty-details span { color: var(--muted-2); font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
.ty-details b { color: var(--white); font-size: 1.05rem; }

/* ==========================================================================
   Image lightbox (gallery + menu photos)
   ========================================================================== */
.lightbox { position: fixed; inset: 0; z-index: 140; display: none; align-items: center; justify-content: center; padding: clamp(1rem, 4vw, 3rem); }
.lightbox.open { display: flex; }
.lb-backdrop { position: absolute; inset: 0; background: rgba(5,5,7,.92); backdrop-filter: blur(8px); }
.lb-figure { position: relative; z-index: 2; margin: 0; max-width: 100%; max-height: 100%; display: flex; flex-direction: column; align-items: center; gap: .75rem; animation: fade .25s ease; }
.lb-img { max-width: min(92vw, 1100px); max-height: 82vh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,.6); background: var(--ink-2); }
.lb-cap { color: #e8e8ea; font-family: var(--font-body); font-size: 1rem; text-align: center; background: rgba(0,0,0,.4); padding: .4rem 1rem; border-radius: 999px; }
.lb-close {
  position: absolute; top: max(1rem, env(safe-area-inset-top)); right: 1.25rem; z-index: 3;
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2);
  background: rgba(20,20,24,.85); color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer; transition: .2s;
}
.lb-close:hover { background: var(--gold); color: #1a1300; border-color: var(--gold); }
.lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2);
  background: rgba(20,20,24,.7); color: #fff; font-size: 1.3rem; cursor: pointer; transition: .2s;
}
.lb-nav:hover { background: var(--gold); color: #1a1300; border-color: var(--gold); }
.lb-prev { left: clamp(.5rem, 3vw, 2rem); }
.lb-next { right: clamp(.5rem, 3vw, 2rem); }
.lb-nav[hidden] { display: none; }
@media (max-width: 600px) { .lb-nav { width: 42px; height: 42px; } }

/* Affordances */
.gallery-page .g-item, .gallery .g-item { cursor: zoom-in; }
.mc-photo.is-zoomable { cursor: zoom-in; position: relative; }
.mc-photo.is-zoomable::after {
  content: ""; position: absolute; inset: 0; background: rgba(8,8,10,.35) no-repeat center / 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%23EDB919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E");
  opacity: 0; transition: opacity .2s;
}
.mc-photo.is-zoomable:hover::after { opacity: 1; }
