﻿/* ============================================================
   ORISIRISI AFRICAN RESTAURANT: Design System
   Modern light theme · Plus Jakarta Sans + Playfair Display
   ============================================================ */

/* ── Tokens ──────────────────────────────────────────────── */
:root {
  --orange:        #F7941D;
  --orange-deep:   #E07B00;
  --orange-grad:   linear-gradient(135deg, #F7941D 0%, #E07B00 100%);
  --orange-light:  #FFF3E0;
  --orange-faint:  #FFFBF5;

  --earth:         #3A1A0A;
  --earth-mid:     #6B3A18;
  --earth-light:   #C08A4A;
  --earth-faint:   #F5EBE0;

  --green:         #2D7D32;
  --green-light:   #E8F5E9;
  --teal:          #00695C;

  --bg:            #FFFBF5;
  --surface:       #FFFFFF;
  --surface-alt:   #FFF8F0;
  --border:        #EDE0CC;
  --border-light:  #F5ECE0;

  --text:          #2A1008;
  --text-body:     #4A2A10;
  --text-muted:    #7A5A38;

  --shadow-xs:     0 1px 6px rgba(45,27,14,0.06);
  --shadow-sm:     0 2px 16px rgba(45,27,14,0.08);
  --shadow-md:     0 6px 32px rgba(45,27,14,0.11);
  --shadow-lg:     0 16px 64px rgba(45,27,14,0.14);
  --shadow-orange: 0 8px 32px rgba(247,148,29,0.35);
  --shadow-orange-sm: 0 4px 16px rgba(247,148,29,0.25);

  --r-xs:  6px;
  --r-sm:  10px;
  --r-md:  16px;
  --r-lg:  24px;
  --r-xl:  32px;
  --r-pill:100px;

  --ff-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --ff-accent:  'Playfair Display', Georgia, serif;
  --ff-body:    'Inter', system-ui, sans-serif;

  --ease:        cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-out:    cubic-bezier(0.0, 0.0, 0.2, 1);

  --container-max: 1200px;
  --container-px:  clamp(1.25rem, 4vw, 3rem);

  --nav-h: 72px;
}

/* ── Reset ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body { font-family: var(--ff-body); background: var(--bg); color: var(--text); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
ul { list-style: none; }
::selection { background: rgba(247,148,29,0.2); }
body.no-scroll { overflow: hidden; }

::-webkit-scrollbar       { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--orange); border-radius: 2px; }

/* ── Layout Utilities ────────────────────────────────────── */
.container { max-width: var(--container-max); margin-inline: auto; padding-inline: var(--container-px); }
.section { padding-block: clamp(2.5rem, 4.5vw, 5rem); }
.section--alt { background: var(--surface-alt); }
.section--white { background: var(--surface); }
.section--dark { background: linear-gradient(160deg, #1C0800 0%, #2E1200 100%); }
.flex-between { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.text-center { text-align: center; }

/* Atmosphere → CTA section edge */
.atmo-cta-edge {
  position: relative;
  height: 52px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFBF5 100%);
  overflow: hidden;
}
/* Soft warm downward shadow cast from the white section */
.atmo-cta-edge::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 100%;
  background: linear-gradient(180deg,
    rgba(180, 110, 20, 0.13) 0%,
    rgba(247, 148, 29, 0.06) 45%,
    transparent 100%);
}
/* Thin amber rule at the very top edge */
.atmo-cta-edge::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg,
    transparent          0%,
    rgba(247,148,29,.35) 10%,
    rgba(247,148,29,.75) 35%,
    rgba(224,123, 0,.90) 50%,
    rgba(247,148,29,.75) 65%,
    rgba(247,148,29,.35) 90%,
    transparent          100%);
}

/* ── Typography ──────────────────────────────────────────── */
.display-xl { font-family: var(--ff-display); font-size: clamp(2.8rem, 6vw, 5.5rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; color: var(--text); }
.display-lg { font-family: var(--ff-display); font-size: clamp(2.2rem, 4.5vw, 4rem);  font-weight: 800; line-height: 1.1;  letter-spacing: -0.025em; }
.display-md { font-family: var(--ff-display); font-size: clamp(1.8rem, 3.5vw, 3rem);  font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
.display-sm { font-family: var(--ff-display); font-size: clamp(1.4rem, 2.5vw, 2.2rem); font-weight: 700; line-height: 1.2; }
h1,h2,h3 { font-family: var(--ff-display); color: var(--text); }
.lead { font-size: clamp(1rem, 1.5vw, 1.125rem); color: var(--text-body); line-height: 1.75; }
.eyebrow { display: inline-flex; align-items: center; gap: 6px; font-family: var(--ff-body); font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--orange); margin-bottom: 0.875rem; }
.eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--orange); border-radius: 2px; }
.accent { font-family: var(--ff-accent); font-style: italic; color: var(--orange); }

/* ── Buttons ─────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--ff-display); font-size: 0.875rem; font-weight: 700; letter-spacing: 0.01em; cursor: pointer; border: none; border-radius: var(--r-pill); transition: all 0.3s var(--ease); white-space: nowrap; }
.btn--primary { background: #2D1B0E; color: #fff; padding: 14px 28px; border: 1.5px solid #2D1B0E; }
.btn--primary:hover { background: var(--green); border-color: var(--green); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(45,125,50,0.30); }
.btn--primary:active { transform: translateY(0) scale(0.97); box-shadow: none; }
.btn--secondary { background: #2D1B0E; color: #fff; padding: 13px 27px; border: 1.5px solid #2D1B0E; }
.btn--secondary:hover { background: var(--green); border-color: var(--green); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(45,125,50,0.30); }
.btn--secondary:active { transform: translateY(0) scale(0.97); box-shadow: none; }
.btn--dark { background: var(--earth); color: #fff; padding: 14px 28px; }
.btn--dark:hover { background: var(--earth-mid); transform: translateY(-2px); }
.btn--outline-white { background: transparent; color: #fff; padding: 13px 27px; border: 1.5px solid rgba(255,255,255,0.5); }
.btn--outline-white:hover { background: rgba(255,255,255,0.15); border-color: #fff; }
.btn--sm   { font-size: 12px; padding: 10px 20px; }
.btn--full  { width: 100%; justify-content: center; }
.spin       { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.promo-msg          { font-size: 12px; margin-bottom: 0.75rem; }
.promo-msg--valid   { color: var(--green); }
.promo-msg--invalid { color: #C0392B; }
.btn--lg { font-size: 1rem; padding: 16px 36px; }
.btn--icon { width: 42px; height: 42px; border-radius: 50%; padding: 0; justify-content: center; }

/* ── Accessibility: Focus Rings ──────────────────────────────────── */
:focus { outline: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 4px; }

/* ── Button Ripple ───────────────────────────────────────────────── */
.btn { overflow: hidden; position: relative; }
.btn::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at var(--rx,50%) var(--ry,50%), rgba(255,255,255,0.28) 0%, transparent 65%); opacity: 0; transition: opacity 0.5s; pointer-events: none; border-radius: inherit; }
.btn:active::after { opacity: 1; transition: opacity 0s; }

/* ── Kente Strip ─────────────────────────────────────────── */
.kente { background: repeating-linear-gradient(90deg, #F7941D 0px,#F7941D 28px, #D4A017 28px,#D4A017 56px, #1C0A00 56px,#1C0A00 84px, #B07840 84px,#B07840 112px, #2D7D32 112px,#2D7D32 140px); }
.kente-bar { height: 5px; }
.kente-animated { animation: kenteScroll 8s linear infinite; }
@keyframes kenteScroll { 0% { background-position: 0 0; } 100% { background-position: 140px 0; } }

/* ── Badges / Tags ───────────────────────────────────────── */
.badge { display: inline-flex; align-items: center; gap: 5px; font-family: var(--ff-body); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--r-pill); }
.badge--orange { background: var(--orange-light); color: var(--orange-deep); }
.badge--green  { background: var(--green-light); color: var(--green); }
.badge--earth  { background: var(--earth-faint); color: var(--earth-mid); }

/* ── Scroll Progress ─────────────────────────────────────── */
#scroll-track { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 3px; background: transparent; }
#scroll-bar   { height: 100%; background: var(--orange-grad); transform: scaleX(0); transform-origin: left; will-change: transform; }

/* ── GSAP Reveal Classes (fallback for older browsers) ────── */
.reveal-up, .reveal-down, .reveal-left, .reveal-right, .reveal-fade, .reveal-scale { opacity: 0; }

/* ── CSS Scroll-Driven Animations (Chrome 115+ / Firefox 110+) */
@supports (animation-timeline: view()) {
  @keyframes sd-reveal-up    { from{opacity:0;translate:0 35px}   to{opacity:1;translate:0 0} }
  @keyframes sd-reveal-down  { from{opacity:0;translate:0 -28px}  to{opacity:1;translate:0 0} }
  @keyframes sd-reveal-left  { from{opacity:0;translate:-35px 0}  to{opacity:1;translate:0 0} }
  @keyframes sd-reveal-right { from{opacity:0;translate:35px 0}   to{opacity:1;translate:0 0} }
  @keyframes sd-reveal-fade  { from{opacity:0}                    to{opacity:1} }
  @keyframes sd-reveal-scale { from{opacity:0;scale:0.9}          to{opacity:1;scale:1} }
  .reveal-up    { animation: sd-reveal-up    linear both; animation-timeline:view(); animation-range:entry 0% entry 40%; }
  .reveal-down  { animation: sd-reveal-down  linear both; animation-timeline:view(); animation-range:entry 0% entry 40%; }
  .reveal-left  { animation: sd-reveal-left  linear both; animation-timeline:view(); animation-range:entry 0% entry 40%; }
  .reveal-right { animation: sd-reveal-right linear both; animation-timeline:view(); animation-range:entry 0% entry 40%; }
  .reveal-fade  { animation: sd-reveal-fade  linear both; animation-timeline:view(); animation-range:entry 0% entry 40%; }
  .reveal-scale { animation: sd-reveal-scale linear both; animation-timeline:view(); animation-range:entry 0% entry 40%; }
}

/* ── Navbar ──────────────────────────────────────────────── */
.navbar { position: fixed; inset: 0 0 auto 0; z-index: 50; padding-block: 0; height: 90px; overflow: visible; background: rgba(255,255,255,1); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); transition: background 0.5s var(--ease), box-shadow 0.5s var(--ease); }
.navbar--scrolled { background: rgba(255,255,255,1); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--border), var(--shadow-sm); padding-block: 0; height: 90px; }
.navbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: 100%; overflow: visible; }
.navbar__logo { display: flex; align-items: center; }
.navbar__logo-img { height: 100px; width: auto; display: block; position: relative; z-index: 1; }
.mobile-nav__logo-img { height: 36px; width: auto; display: block; }
.navbar__logo-main { font-family: var(--ff-display); font-size: 1.2rem; font-weight: 800; transition: color 0.3s; }
.navbar__logo-sub { font-family: var(--ff-body); font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; transition: color 0.3s; }
.navbar__logo-main { color: var(--text); }
.navbar__logo-sub { color: var(--text-muted); }
.navbar--scrolled .navbar__logo-main { color: var(--text); }
.navbar--scrolled .navbar__logo-sub  { color: var(--text-muted); }
.navbar__logo:hover .navbar__logo-main { color: var(--orange) !important; }
.navbar__links { display: none; align-items: center; gap: 0.25rem; }
@media (min-width:1024px) { .navbar__links { display: flex; } }
.navbar__link { position: relative; font-family: var(--ff-body); font-size: 0.875rem; font-weight: 500; padding: 6px 14px; border-radius: var(--r-pill); color: var(--text-body); transition: all 0.2s; }
.navbar--scrolled .navbar__link { color: var(--text-body); }
.navbar__link:hover { background: var(--green-light); color: var(--green) !important; }
.navbar__link.active { color: #fff !important; background: #2D1B0E; box-shadow: none; }
.navbar__link::before { content: ''; position: absolute; bottom: -1px; left: 13px; right: 13px; height: 2px; background: var(--green); border-radius: 2px; scale: 0 1; transition: scale 0.28s var(--ease); }
.navbar__link:hover:not(.active)::before { scale: 1 1; }
.navbar__actions { display: flex; align-items: center; gap: 0.75rem; }
.navbar__book { display: none; }
@media (min-width:1024px) { .navbar__book { display: inline-flex; } }
.navbar__sep { width: 1px; height: 20px; background: var(--orange); opacity: 0.45; margin-inline: 4px; align-self: center; flex-shrink: 0; }

/* ── Platforms Dropdown ──────────────────────────────────── */
.navbar__has-dropdown { position: relative; }
.navbar__dropdown-btn { background: none; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; }
/* Hover/focus: the standard .navbar__link:hover green-light background applies
   automatically — no extra rule needed. Only show the active pill when clicked open. */
.navbar__has-dropdown:has([aria-expanded="true"]) .navbar__dropdown-btn { background: #2D1B0E !important; color: #fff !important; }
.navbar__chevron { display: flex; transition: transform 0.25s var(--ease); }
.navbar__has-dropdown:hover .navbar__chevron,
.navbar__has-dropdown:focus-within .navbar__chevron { transform: rotate(180deg); }
.navbar__dropdown { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(8px); min-width: 296px; background: var(--surface); border-radius: var(--r-lg); box-shadow: 0 16px 56px rgba(45,27,14,0.16), 0 2px 8px rgba(45,27,14,0.06); border: 1px solid var(--border); padding: 0.5rem; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.22s var(--ease), transform 0.22s var(--ease), visibility 0.22s; z-index: 100; }
.navbar__has-dropdown:hover .navbar__dropdown,
.navbar__has-dropdown:focus-within .navbar__dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.navbar__dropdown-item { display: flex; align-items: center; gap: 0.875rem; padding: 0.75rem 0.875rem; border-radius: var(--r-md); transition: background 0.18s; text-decoration: none; }
.navbar__dropdown-item:hover { background: var(--green-light); }
.navbar__dropdown-item:hover .navbar__dropdown-arrow { transform: translateX(4px); }
.navbar__dropdown-icon { width: 42px; height: 42px; border-radius: var(--r-sm); background: rgba(247,148,29,0.12); display: flex; align-items: center; justify-content: center; color: var(--orange); flex-shrink: 0; }
.navbar__dropdown-info { flex: 1; min-width: 0; }
.navbar__dropdown-info strong { display: block; font-family: var(--ff-display); font-size: 0.875rem; font-weight: 700; color: var(--text); }
.navbar__dropdown-info span { font-family: var(--ff-body); font-size: 0.775rem; color: var(--text-muted); }
.navbar__dropdown-arrow { color: var(--text-muted); transition: transform 0.2s; flex-shrink: 0; }
/* Platforms clicked: keep panel open, rotate chevron, strip previous active-link pill */
.navbar__has-dropdown:has(.navbar__dropdown-btn[aria-expanded="true"]) .navbar__dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.navbar__links:has(.navbar__dropdown-btn[aria-expanded="true"]) .navbar__link.active { background: transparent !important; color: var(--text-body) !important; box-shadow: none !important; font-weight: 400 !important; }
/* Restore hover on the suppressed-active link — selector specificity (0,6,0) beats
   the suppression rule (0,5,0) above even when both use !important */
.navbar__links:has(.navbar__dropdown-btn[aria-expanded="true"]) .navbar__link.active:hover { background: var(--green-light) !important; color: var(--green) !important; }
.navbar__links:has(.navbar__dropdown-btn[aria-expanded="true"]) .navbar__link.active:hover::before { display: block; scale: 1 1; }
.navbar__dropdown-btn[aria-expanded="true"] .navbar__chevron { transform: rotate(180deg); }
.navbar__dropdown-footer { border-top: 1px solid var(--border-light); margin: 0.375rem 0 0; padding: 0.625rem 0.875rem 0.25rem; }
.navbar__dropdown-all { font-family: var(--ff-body); font-size: 0.775rem; font-weight: 600; color: var(--orange); display: inline-flex; align-items: center; gap: 4px; transition: gap 0.18s; }
.navbar__dropdown-all:hover { gap: 7px; }
/* Mobile platform group */
.mobile-nav__group-label { font-family: var(--ff-body); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); padding: 1rem 0 0.25rem; border-top: 1px solid var(--border-light); margin-top: 0.5rem; list-style: none; }
.mobile-nav__platform-link { padding-left: 0.75rem !important; font-size: 1.25rem !important; opacity: 0.85; }

.navbar__burger { display: flex; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; border-radius: var(--r-sm); transition: background 0.2s; width: 40px; height: 40px; }
@media (min-width:1024px) { .navbar__burger { display: none; } }
.navbar__burger span { display: block; width: 22px; height: 2px; border-radius: 2px; background: var(--text); transition: background 0.3s, transform 0.3s; transform-origin: center; }
.navbar--scrolled .navbar__burger span { background: var(--text); }
.navbar__burger:hover { background: rgba(247,148,29,0.1); }

/* ── Mobile Nav ──────────────────────────────────────────── */
.mobile-nav { position: fixed; inset: 0; z-index: 60; background: var(--surface); display: flex; flex-direction: column; padding: 2rem; transform: translateX(100%); transition: transform 0.4s var(--ease); overflow-y: auto; }
.mobile-nav.open { transform: translateX(0); }
.mobile-nav__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.5rem; }
.mobile-nav__logo { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 800; color: var(--text); }
.mobile-nav__close { width: 40px; height: 40px; border: none; background: var(--surface-alt); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--text-body); transition: all 0.2s; }
.mobile-nav__close:hover { background: var(--orange-light); color: var(--orange); }
.mobile-nav__links { display: flex; flex-direction: column; gap: 0.25rem; flex: 1; }
.mobile-nav__links a { display: flex; align-items: center; gap: 0.75rem; font-family: var(--ff-display); font-size: 1.5rem; font-weight: 700; color: var(--text); padding: 1rem 0; border-bottom: 1px solid var(--border-light); transition: color 0.2s, padding-left 0.2s; }
.mobile-nav__links a:hover { color: var(--orange); padding-left: 0.75rem; }
.mobile-nav__cta { margin-top: 2.5rem; }
.mobile-nav__kente { height: 5px; margin: 2rem -2rem -2rem; flex-shrink: 0; }

/* ── Hero ────────────────────────────────────────────────── */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; background: var(--bg); padding-top: var(--nav-h); }
.hero__bg-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 15% 50%, rgba(247,148,29,0.07) 0%, transparent 40%), radial-gradient(circle at 85% 20%, rgba(212,160,23,0.06) 0%, transparent 35%), radial-gradient(circle at 70% 80%, rgba(45,125,50,0.04) 0%, transparent 30%); pointer-events: none; }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; padding-block: 1.5rem 3rem; }
@media (min-width:900px) { .hero__inner { grid-template-columns: 1.1fr 1fr; gap: 4rem; padding-block: 4rem 5rem; } }
.hero__text { }
.hero__title { line-height: 1.05; margin-bottom: 1.25rem; }
.hero__title em { color: var(--orange); font-style: normal; }
.hero__sub { font-size: clamp(1rem, 1.4vw, 1.1rem); color: var(--text-body); line-height: 1.75; max-width: 480px; margin-bottom: 2.5rem; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 0.875rem; margin-bottom: 3.5rem; }
.hero__trust { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.hero__rating { display: flex; align-items: center; gap: 0.5rem; }
.hero__stars { display: flex; gap: 2px; color: var(--orange); font-size: 1rem; }
.hero__rating-text { font-family: var(--ff-body); font-size: 0.8125rem; color: var(--text-muted); }
.hero__rating-text strong { color: var(--text); font-weight: 700; }
.hero__divider { width: 1px; height: 28px; background: var(--border); }
.hero__trust-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; }
@media (max-width: 640px) {
  .hero__trust { flex-wrap: nowrap; gap: 0.6rem; }
  .hero__stars iconify-icon { width: 12px !important; height: 12px !important; }
  .hero__rating { gap: 0.3rem; }
  .hero__rating-text { font-size: 0.7rem; }
  .hero__divider { height: 18px; }
  .hero__trust-badges { gap: 0.4rem; }
  .hero__trust-badges .badge { font-size: 8.5px; padding: 3px 7px; letter-spacing: 0.04em; }
}

/* Hero visual */
.hero__visual { position: relative; display: flex; justify-content: center; align-items: center; min-height: 380px; }
.hero__plate-ring { width: 340px; height: 340px; border-radius: 50%; border: 2.5px dashed rgba(247,148,29,0.4); display: flex; align-items: center; justify-content: center; position: relative; animation: slowSpin 30s linear infinite; flex-shrink: 0; }
@media (min-width:480px) { .hero__plate-ring { width: 400px; height: 400px; } }
@keyframes slowSpin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.hero__plate { width: calc(100% - 28px); height: calc(100% - 28px); border-radius: 50%; overflow: hidden; background: linear-gradient(135deg, #3A1A06 0%, #B07840 50%, #F7941D 100%); animation: slowSpin 30s linear infinite reverse; position: relative; }
.hero__plate-inner { position: absolute; inset: 0; background: radial-gradient(ellipse at 40% 30%, rgba(255,255,255,0.12) 0%, transparent 55%); }
.hero__plate-label { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,0.95); }
.hero__plate-label iconify-icon { margin-bottom: 0.75rem; color: rgba(255,255,255,0.7); }
.hero__plate-label span { font-family: var(--ff-display); font-size: 1.1rem; font-weight: 700; text-align: center; line-height: 1.3; }

/* Floating info cards */
.hero__float-card { position: absolute; background: #FFFFFF; border-radius: var(--r-md); padding: 0.75rem 1rem; box-shadow: none; display: flex; align-items: center; gap: 0.75rem; animation: floatY 5s ease-in-out infinite; }
.hero__float-card--1 { top: 8%; right: 0; animation-delay: 0s; }
.hero__float-card--2 { bottom: 16%; left: -5%; animation-delay: 1.5s; }
.hero__float-card--3 { top: 52%; right: -2%; animation-delay: 0.8s; }
@keyframes floatY { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-10px);} }
.hero__float-icon { width: 40px; height: 40px; border-radius: var(--r-sm); background: var(--orange-light); display: flex; align-items: center; justify-content: center; color: var(--orange); flex-shrink: 0; }
.hero__float-card strong { display: block; font-family: var(--ff-display); font-size: 0.9rem; font-weight: 700; color: var(--text); }
.hero__float-card span { font-family: var(--ff-body); font-size: 10px; color: var(--text-muted); }

/* Hero Stats Bar */
.hero__stats { background: #FFFFFF; border: 1px solid #D8D8D8; border-radius: var(--r-lg); box-shadow: none; padding: 1.75rem 2.5rem; margin-top: 3rem; display: flex; flex-wrap: wrap; gap: 0; }
.hero__stat { flex: 1; padding: 0 2rem; border-right: 1px solid #D8D8D8; }
.hero__stat:first-child { padding-left: 0; }
.hero__stat:last-child { padding-right: 0; border-right: none; }
.hero__stat-num { display: block; font-family: var(--ff-display); font-size: 1.8rem; font-weight: 800; color: var(--text); line-height: 1; }
.hero__stat-label { font-family: var(--ff-body); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-top: 4px; }
@media (max-width: 640px) {
  .hero__stats { flex-wrap: nowrap; gap: 0; justify-content: space-between; padding: 1.25rem 1.25rem 1.25rem; margin-top: 2rem; border-radius: var(--r-md); background: #FFFFFF; border: none; border-top: 2px solid #D0B090; }
  .hero__stat { padding: 0 0.875rem; }
  .hero__stat:first-child { padding-left: 0; }
  .hero__stat:last-child { padding-right: 0; }
  .hero__stat-num { font-size: 1.1rem; }
  .hero__stat-label { font-size: 7.5px; letter-spacing: 0.03em; margin-top: 3px; }
}
.hero__kente { position: absolute; bottom: 0; left: 0; right: 0; height: 5px; }

/* ── Section Header ──────────────────────────────────────── */
.section-head { margin-bottom: 2rem; }
.section-head .lead { max-width: 520px; margin-top: 0.75rem; }
.section-head--center { text-align: center; }
.section-head--center .lead { margin-inline: auto; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .eyebrow::before { display: none; }

/* ── Category Tabs ───────────────────────────────────────── */
.cat-tabs { display: flex; align-items: center; gap: 0.5rem; overflow-x: auto; padding-bottom: 0.5rem; scroll-snap-type: x mandatory; -ms-overflow-style: none; scrollbar-width: none; }
.cat-tabs::-webkit-scrollbar { display: none; }
.cat-tab { flex-shrink: 0; font-family: var(--ff-body); font-size: 13px; font-weight: 600; padding: 8px 20px; border-radius: var(--r-pill); border: 1.5px solid var(--border); background: var(--surface); color: var(--text-muted); cursor: pointer; transition: all 0.2s; scroll-snap-align: start; }
.cat-tab:hover { border-color: var(--orange); color: var(--orange); }
.cat-tab.active { background: var(--orange-grad); color: #fff; border-color: transparent; box-shadow: var(--shadow-orange-sm); }

/* ── Dish Card ───────────────────────────────────────────── */
.dish-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2.5rem; }
@media (min-width:480px) { .dish-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width:800px) { .dish-grid { grid-template-columns: repeat(3,1fr); } }
@media (min-width:1100px) { .dish-grid { grid-template-columns: repeat(4,1fr); } }

.dish-card { background: var(--surface); border-radius: var(--r-lg); padding: 1.5rem 1.25rem 1.25rem; box-shadow: var(--shadow-sm); border: 1px solid var(--border-light); display: flex; flex-direction: column; align-items: center; text-align: center; transition: all 0.35s var(--ease); position: relative; overflow: hidden; }
.dish-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-orange); border-color: rgba(247,148,29,0.25); }
.dish-card__img-wrap { width: 140px; height: 140px; border-radius: 50%; border: 2.5px dashed var(--orange); padding: 8px; margin-bottom: 1.25rem; flex-shrink: 0; }
.dish-card__img { width: 100%; height: 100%; border-radius: 50%; overflow: hidden; position: relative; }
.dish-card__region-dot { position: absolute; top: 4px; right: 4px; width: 10px; height: 10px; border-radius: 50%; border: 2px solid #fff; }
.dish-card__tag { position: absolute; top: 0; right: -0.5rem; }
.dish-card__name { font-family: var(--ff-display); font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 0.375rem; }
.dish-card__origin { font-family: var(--ff-body); font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.625rem; }
.dish-card__desc { font-family: var(--ff-body); font-size: 0.8125rem; color: var(--text-body); line-height: 1.6; margin-bottom: 1rem; flex: 1; }
.dish-card__footer { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 0.5rem; }
.dish-card__price { font-family: var(--ff-display); font-size: 1.1rem; font-weight: 800; color: var(--orange); }

/* ── Experience Cards ────────────────────────────────────── */
.exp-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2.5rem; }
@media (min-width:600px) { .exp-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width:1024px) { .exp-grid { grid-template-columns: repeat(4,1fr); } }

.exp-card { background: #FFFFFF; border-radius: var(--r-lg); padding: 2rem 1.5rem; border: 1px solid #1A1A1A; box-shadow: none; transition: all 0.35s var(--ease); position: relative; overflow: hidden; }
.exp-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange-grad); transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease); }
.exp-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.exp-card:hover::before { transform: scaleX(1); }
.exp-card__icon { width: 56px; height: 56px; background: var(--orange-light); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; color: var(--orange); margin-bottom: 1.25rem; font-size: 1.4rem; }
.exp-card__title { font-family: var(--ff-display); font-size: 1.1rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.exp-card__desc { font-family: var(--ff-body); font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1.25rem; }
.exp-card__link { font-family: var(--ff-body); font-size: 0.8125rem; font-weight: 600; color: var(--orange); display: inline-flex; align-items: center; gap: 5px; transition: gap 0.2s; }
.exp-card__link:hover { gap: 8px; }

/* ── Buffet Section ──────────────────────────────────────── */
.buffet-list { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 2.5rem; }
@media (min-width:640px) { .buffet-list { grid-template-columns: repeat(2,1fr); } }
@media (min-width:1024px) { .buffet-list { grid-template-columns: repeat(3,1fr); } }

.buffet-card { background: var(--surface); border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border-light); box-shadow: var(--shadow-xs); transition: all 0.35s var(--ease); }
.buffet-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.buffet-card__header { padding: 1.25rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.buffet-card__region { font-family: var(--ff-display); font-size: 1rem; font-weight: 700; color: #fff; }
.buffet-card__date { font-family: var(--ff-body); font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.1em; }
.buffet-card__body { padding: 1.25rem 1.5rem; }
.buffet-card__items { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.25rem; }
.buffet-card__item { font-family: var(--ff-body); font-size: 11px; font-weight: 500; padding: 4px 10px; background: var(--surface-alt); border-radius: var(--r-pill); color: var(--text-body); }
.buffet-card__price { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 800; color: var(--orange); }
.buffet-card__price-label { font-size: 11px; color: var(--text-muted); font-family: var(--ff-body); font-weight: 400; }

/* ── Reservation Section ─────────────────────────────────── */
.res-section { background: linear-gradient(135deg, #1C0800 0%, #3A1800 45%, #B55800 80%, #E07B00 100%); position: relative; overflow: hidden; }
.res-bg-glow { position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(247,148,29,0.18) 0%, transparent 65%); pointer-events: none; }
.res-inner { display: grid; grid-template-columns: 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
@media (min-width:900px) { .res-inner { grid-template-columns: 1fr 1.1fr; } }
.res-text { }
.res-form-card { background: var(--surface); border-radius: var(--r-xl); padding: clamp(1.75rem, 4vw, 2.5rem); box-shadow: var(--shadow-lg); }
.res-form-title { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 700; margin-bottom: 1.5rem; color: var(--text); }

/* Form */
.form-group { margin-bottom: 1rem; }
.form-label { display: block; font-family: var(--ff-body); font-size: 12px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.form-input { width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: var(--r-sm); font-family: var(--ff-body); font-size: 0.9rem; color: var(--text); background: var(--bg); transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
.form-input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(247,148,29,0.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-error { font-size: .875rem; color: #c0392b; background: #fff0f0; border: 1px solid #f5c6cb; border-radius: 8px; padding: .65rem .9rem; margin-top: .5rem; }
.form-success { text-align: center; padding: 2rem 1rem; }
.form-success__icon { width: 64px; height: 64px; background: var(--green-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--green); margin: 0 auto 1rem; font-size: 1.75rem; }
.form-success__title { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.form-success__sub { font-family: var(--ff-body); font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; margin-top: 1rem; }
.form-success__ref { display: inline-block; margin-top: 1rem; padding: .5rem 1.25rem; background: var(--orange-light); border-radius: 50px; font-family: var(--ff-body); font-size: .8rem; font-weight: 700; color: var(--orange-deep); letter-spacing: .08em; }
.form-success__btn { margin-top: 1.5rem; }

/* ── Testimonials ────────────────────────────────────────── */
.test-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2.5rem; }
@media (min-width:640px) { .test-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width:1024px) { .test-grid { grid-template-columns: repeat(3,1fr); } }

.test-card { background: var(--surface); border-radius: var(--r-lg); padding: 2rem; border: 1px solid var(--border-light); box-shadow: var(--shadow-xs); transition: all 0.35s var(--ease); }
.test-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.test-card__stars { display: flex; gap: 3px; color: var(--orange); margin-bottom: 1rem; font-size: 1rem; }
.test-card__quote { font-family: var(--ff-body); font-size: 0.9375rem; color: var(--text-body); line-height: 1.7; margin-bottom: 1.5rem; font-style: italic; }
.test-card__author { display: flex; align-items: center; gap: 0.875rem; }
.test-card__avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--ff-display); font-size: 1rem; font-weight: 700; color: #fff; flex-shrink: 0; }
.test-card__name { font-family: var(--ff-display); font-size: 0.9375rem; font-weight: 700; color: var(--text); }
.test-card__location { font-family: var(--ff-body); font-size: 11px; color: var(--text-muted); }

/* ── CTA Banner ──────────────────────────────────────────── */
.cta-banner { background: linear-gradient(135deg, #1C0800 0%, #3A1800 40%, #B55800 78%, #E07B00 100%); border-radius: var(--r-xl); padding: clamp(2.5rem, 5vw, 4rem); text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; top: -40%; right: -15%; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,0.06); pointer-events: none; }
.cta-banner__kente { position: absolute; top: 0; left: 0; right: 0; height: 4px; }
.cta-banner__title { font-family: var(--ff-display); font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; color: #fff; margin-bottom: 0.75rem; position: relative; z-index: 1; }
.cta-banner__sub { font-family: var(--ff-body); font-size: 1.05rem; color: rgba(255,255,255,0.85); max-width: 480px; margin: 0 auto 2rem; line-height: 1.65; position: relative; z-index: 1; }
.cta-banner__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; position: relative; z-index: 1; }
.cta-banner__actions .btn { background: #fff; border: 1.5px solid var(--green); color: #1A0A00; }
.cta-banner__actions .btn:hover { background: var(--green); border-color: var(--green); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(45,125,50,.25); }
.cta-banner__actions .btn--outline-white { background: transparent; border-color: rgba(255,255,255,0.5); color: #fff; }
.cta-banner__actions .btn--outline-white:hover { background: var(--green); border-color: var(--green); color: #fff; }
.btn--white { background: #fff; color: var(--orange-deep); font-weight: 700; border-radius: var(--r-pill); padding: 13px 27px; }
.btn--white:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.btn--green { background: var(--green); border: 1.5px solid var(--green); color: #fff; padding: 13px 27px; }
.btn--green:hover { background: #1B5E20; border-color: #1B5E20; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(45,125,50,.35); }

/* ── Footer ──────────────────────────────────────────────── */
.footer { background: linear-gradient(180deg, #1C0E02 0%, #080402 100%); }
.footer__kente { height: 5px; }
.footer__body { display: grid; grid-template-columns: 1fr; gap: 3rem; padding-block: 3rem 2rem; }
@media (max-width: 639px) {
  .footer__body { grid-template-columns: 1fr 1fr; gap: 1.75rem; padding-block: 2.5rem 1.5rem; }
  .footer__body > *:nth-child(1) { grid-column: 1; grid-row: 1; }
  .footer__body > *:nth-child(2) { grid-column: 1; grid-row: 2; }
  .footer__body > *:nth-child(3) { grid-column: 2; grid-row: 1; }
  .footer__body > *:nth-child(4) { grid-column: 2; grid-row: 2; }
}
@media (min-width:640px)  { .footer__body { grid-template-columns: repeat(2,1fr); } }
@media (min-width:1024px) { .footer__body { grid-template-columns: 1.6fr 1fr 1fr 1fr; } }
.footer__brand-name { font-family: var(--ff-display); font-size: 1.4rem; font-weight: 800; color: #fff; display: block; margin-bottom: 0.25rem; }
.footer__brand-sub { font-family: var(--ff-body); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 0.875rem; }
.footer__brand-desc { font-family: var(--ff-body); font-size: 0.875rem; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 1.5rem; max-width: 280px; }
.footer__socials { display: flex; gap: 0.625rem; }
.footer__social { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.45); transition: all 0.25s; }
.footer__social:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }
.footer__col-title { font-family: var(--ff-body); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange); margin-bottom: 1.25rem; }
.footer__links { display: flex; flex-direction: column; gap: 0.1rem; }
.footer__links a { font-family: var(--ff-body); font-size: 0.875rem; color: rgba(255,255,255,0.7); padding-block: 0.35rem; transition: color 0.2s, padding-left 0.2s; display: block; }
.footer__links a:hover { color: var(--orange); padding-left: 6px; }
.footer__contact p { font-family: var(--ff-body); font-size: 0.875rem; color: rgba(255,255,255,0.7); margin-bottom: 0.625rem; display: flex; align-items: flex-start; gap: 0.625rem; line-height: 1.6; }
.footer__contact iconify-icon { color: var(--orange); flex-shrink: 0; margin-top: 2px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.07); }
.footer__bottom-inner { padding-block: 1.25rem; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; text-align: center; font-family: var(--ff-body); font-size: 12px; color: rgba(255,255,255,0.55); }
@media (min-width:640px) { .footer__bottom-inner { flex-direction: row; justify-content: space-between; text-align: left; } }
.footer__bottom-inner a { color: var(--orange); transition: opacity 0.2s; }
.footer__bottom-inner a:hover { opacity: 0.8; }
.footer__grocery-cta { border-top: 1px solid rgba(247,148,29,.2); padding: 1.25rem 1.5rem .9rem; text-align: center; }
.footer__grocery-cta .btn--primary { background: #fff; border-color: var(--green); color: #1A0A00; }
.footer__grocery-cta .btn--primary:hover { background: var(--green); border-color: var(--green); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(45,125,50,.25); }

/* ── Page Hero (inner pages) ─────────────────────────────── */
.page-hero { background: linear-gradient(160deg, #1C0800 0%, #3A1800 45%, #B55800 82%, #E07B00 100%); position: relative; overflow: hidden; padding: clamp(5.5rem, 8vw, 7rem) 0 clamp(1.75rem, 3vw, 2.5rem); }
.page-hero__glow { position: absolute; inset: 0; background: radial-gradient(ellipse 700px 450px at 80% 60%, rgba(247,148,29,0.22) 0%, transparent 60%); pointer-events: none; }
.page-hero__kente { position: absolute; bottom: 0; left: 0; right: 0; height: 5px; }
.page-hero__eyebrow { margin-bottom: 0.5rem; font-size: 13px; color: #F7941D !important; letter-spacing: 0.28em; }
.page-hero__eyebrow::before { width: 30px; height: 2.5px; background: #F7941D; }
.page-hero__title { font-family: var(--ff-display); font-size: clamp(1.6rem, 3.5vw, 2.5rem); font-weight: 800; color: #fff; letter-spacing: -0.03em; margin-bottom: 0.75rem; }
.page-hero__sub { font-family: var(--ff-body); font-size: 0.95rem; color: rgba(255,255,255,0.82); line-height: 1.6; max-width: 560px; }
.page-hero__breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-family: var(--ff-body); font-size: 12px; color: rgba(255,255,255,0.72); margin-top: 1rem; }
.page-hero__breadcrumb a { color: rgba(255,255,255,0.88); transition: color 0.2s; }
.page-hero__breadcrumb a:hover { color: var(--orange); }
.page-hero__breadcrumb span { color: rgba(255,255,255,0.55); }

/* ── Cart Hero ───────────────────────────────────────────── */
.cart-hero {
  background: linear-gradient(145deg, #1C0800 0%, #3A1800 50%, #C46200 85%, #E07B00 100%);
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
}
/* Dot-grid texture */
.cart-hero__dotgrid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}
/* Ambient glow */
.cart-hero__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 80% at 78% 50%, rgba(247,148,29,.22) 0%, transparent 65%);
  pointer-events: none;
}
.cart-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 3rem;
  align-items: center;
}
/* Text */
.cart-hero__eyebrow {
  font-family: var(--ff-body);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: .875rem;
}
.cart-hero__title {
  font-family: var(--ff-display);
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: .875rem;
}
.cart-hero__sub {
  font-family: var(--ff-body);
  font-size: .95rem;
  color: rgba(255,255,255,.65);
  line-height: 1.7;
  max-width: 400px;
  margin-bottom: 1.25rem;
}
/* Stat pills */
.cart-hero__pills { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.cart-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .3rem .85rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--r-pill);
  font-family: var(--ff-body);
  font-size: .75rem;
  font-weight: 600;
  color: rgba(255,255,255,.8);
}
.cart-hero__pill--gold {
  background: rgba(247,148,29,.18);
  border-color: rgba(247,148,29,.32);
  color: #FFB347;
}
/* Breadcrumb */
.cart-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-family: var(--ff-body);
  font-size: 11.5px;
  color: rgba(255,255,255,.4);
}
.cart-hero__breadcrumb a { color: rgba(255,255,255,.65); transition: color .2s; }
.cart-hero__breadcrumb a:hover { color: var(--orange); }

/* Decorative art */
.cart-hero__art {
  width: 240px;
  height: 240px;
  position: relative;
  flex-shrink: 0;
}
.cart-hero__ring {
  position: absolute;
  border-radius: 50%;
  top: 50%; left: 50%;
}
.cart-hero__ring--outer {
  width: 224px; height: 224px;
  margin: -112px 0 0 -112px;
  border: 1.5px dashed rgba(255,255,255,.13);
  animation: chSpin 24s linear infinite;
}
.cart-hero__ring--mid {
  width: 158px; height: 158px;
  margin: -79px 0 0 -79px;
  border: 1px solid rgba(247,148,29,.22);
}
.cart-hero__ring-center {
  position: absolute;
  top: 50%; left: 50%;
  width: 88px; height: 88px;
  margin: -44px 0 0 -44px;
  background: rgba(247,148,29,.12);
  border: 1.5px solid rgba(247,148,29,.28);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.75);
}
/* Kente-coloured floating dots */
.cart-hero__dot {
  position: absolute;
  border-radius: 50%;
  display: block;
}
.cart-hero__dot--1 { width: 13px; height: 13px; background: #F7941D;         top: 8px;   left: 50%; transform: translateX(-50%); }
.cart-hero__dot--2 { width: 9px;  height: 9px;  background: #4CAF50;         top: 50%;   right: 6px; transform: translateY(-50%); }
.cart-hero__dot--3 { width: 11px; height: 11px; background: #FFD700;         bottom: 10px; left: 50%; transform: translateX(-50%); }
.cart-hero__dot--4 { width: 7px;  height: 7px;  background: rgba(255,255,255,.45); top: 38%; left: 9px; }
.cart-hero__dot--5 { width: 15px; height: 15px; background: rgba(247,148,29,.28);  bottom: 28%; right: 4px; }

@keyframes chSpin {
  to { transform: rotate(360deg); }
}
.cart-hero__ring--outer { transform-origin: center center; }

.cart-hero__kente { position: absolute; bottom: 0; left: 0; right: 0; height: 5px; }

@media (max-width: 700px) {
  .cart-hero__layout { grid-template-columns: 1fr; }
  .cart-hero__art { display: none; }
}

/* ── Menu Page ───────────────────────────────────────────── */
.menu-section { padding-block: 4rem; }
.menu-filter-bar { position: sticky; top: var(--nav-h); z-index: 10; background: var(--bg); border-bottom: 1px solid var(--border); padding-block: 1rem; margin-bottom: 3rem; }
.menu-region { margin-bottom: 3.5rem; }
.menu-region__header { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 2px solid var(--border); }
.menu-region__flag { width: 48px; height: 48px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.menu-region__title { font-family: var(--ff-display); font-size: 1.4rem; font-weight: 700; color: var(--text); }
.menu-region__sub { font-family: var(--ff-body); font-size: 0.875rem; color: var(--text-muted); margin-top: 2px; }
.menu-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width:580px) { .menu-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width:900px) { .menu-grid { grid-template-columns: repeat(3,1fr); } }
.menu-item { background: var(--surface); border-radius: var(--r-md); padding: 1.25rem; border: 1px solid var(--border-light); display: flex; gap: 1rem; align-items: flex-start; transition: all 0.3s var(--ease); }
.menu-item:hover { border-color: rgba(247,148,29,0.3); box-shadow: var(--shadow-sm); transform: translateX(4px); }
.menu-item__img { width: 72px; height: 72px; border-radius: var(--r-sm); overflow: hidden; flex-shrink: 0; }
.menu-item__body { flex: 1; min-width: 0; }
.menu-item__name { font-family: var(--ff-display); font-size: 0.9375rem; font-weight: 700; color: var(--text); margin-bottom: 0.25rem; }
.menu-item__origin { font-family: var(--ff-body); font-size: 10px; color: var(--orange); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.375rem; }
.menu-item__desc { font-family: var(--ff-body); font-size: 0.8125rem; color: var(--text-muted); line-height: 1.55; }
.menu-item__footer { display: flex; align-items: center; justify-content: space-between; margin-top: 0.625rem; }
.menu-item__price { font-family: var(--ff-display); font-size: 1rem; font-weight: 800; color: var(--orange); }

/* ── Book Page ───────────────────────────────────────────── */
.book-type-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0.875rem; margin-bottom: 2rem; }
@media (min-width:640px) { .book-type-grid { grid-template-columns: repeat(5,1fr); } }
.book-type { background: var(--surface-alt); border: 2px solid var(--border); border-radius: var(--r-md); padding: 1.25rem 0.75rem; text-align: center; cursor: pointer; transition: all 0.2s; }
.book-type.active { background: var(--orange-light); border-color: var(--orange); }
.book-type__icon { font-size: 1.5rem; margin-bottom: 0.5rem; color: var(--text-muted); }
.book-type.active .book-type__icon { color: var(--orange); }
.book-type__label { font-family: var(--ff-display); font-size: 0.8125rem; font-weight: 700; color: var(--text-body); }
.book-type.active .book-type__label { color: var(--orange-deep); }
.book-layout { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start; margin-top: 2rem; }
@media (min-width:900px) { .book-layout { grid-template-columns: 1fr 1fr; } }
.book-info-card { background: linear-gradient(160deg, #1C0800 0%, #3A1800 60%, #7A3800 100%); border-radius: var(--r-xl); padding: 2.5rem; color: rgba(255,255,255,0.85); }
.book-info-card h3 { font-family: var(--ff-display); font-size: 1.3rem; color: #fff; margin-bottom: 1rem; }
.book-info-list { display: flex; flex-direction: column; gap: 0.875rem; }
.book-info-item { display: flex; align-items: flex-start; gap: 0.875rem; font-family: var(--ff-body); font-size: 0.875rem; line-height: 1.6; }
.book-info-item iconify-icon { color: var(--orange); flex-shrink: 0; margin-top: 2px; }

/* ── About Page ──────────────────────────────────────────── */
.about-intro { display: grid; grid-template-columns: 1fr; gap: 4rem; align-items: center; }
@media (min-width:900px) { .about-intro { grid-template-columns: 1fr 1fr; } }
.about-visual { position: relative; }
.about-visual__main { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/3; }
.about-visual__badge { position: absolute; bottom: -1.5rem; right: -1rem; background: var(--surface); border-radius: var(--r-md); padding: 1rem 1.25rem; box-shadow: var(--shadow-md); }
.values-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-top: 2.5rem; }
@media (min-width:580px) { .values-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width:900px) { .values-grid { grid-template-columns: repeat(3,1fr); } }
.value-card { padding: 1.75rem; background: var(--surface); border-radius: var(--r-lg); border: 1px solid var(--border-light); }
.value-card__icon { width: 48px; height: 48px; border-radius: var(--r-sm); background: var(--orange-light); display: flex; align-items: center; justify-content: center; color: var(--orange); margin-bottom: 1rem; }
.value-card h3 { font-family: var(--ff-display); font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.value-card p { font-family: var(--ff-body); font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }
.timeline { position: relative; margin-top: 2.5rem; }
.timeline::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--border); }
.timeline-item { padding-left: 2.5rem; padding-bottom: 2.5rem; position: relative; }
.timeline-item::before { content: ''; position: absolute; left: -5px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--orange); border: 2px solid var(--bg); }
.timeline-year { font-family: var(--ff-body); font-size: 11px; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.375rem; }
.timeline-title { font-family: var(--ff-display); font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 0.375rem; }
.timeline-desc { font-family: var(--ff-body); font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }

/* ── Contact Page ────────────────────────────────────────── */
.contact-layout { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start; }
@media (min-width:900px) { .contact-layout { grid-template-columns: 1fr 1.2fr; } }
.contact-info { }
.contact-item { display: flex; gap: 1.125rem; padding: 1.25rem 0; border-bottom: 1px solid var(--border-light); align-items: flex-start; }
.contact-item:last-child { border-bottom: none; }
.contact-item__icon { width: 46px; height: 46px; background: var(--orange-light); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; color: var(--orange); flex-shrink: 0; }
.contact-item__label { font-family: var(--ff-body); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); margin-bottom: 0.3rem; }
.contact-item__value { font-family: var(--ff-display); font-size: 0.9375rem; font-weight: 600; color: var(--text); line-height: 1.5; }
.contact-form-card { background: var(--surface); border-radius: var(--r-xl); padding: clamp(1.75rem, 4vw, 2.5rem); box-shadow: var(--shadow-sm); border: 1px solid var(--border-light); }

/* ── Events Page ─────────────────────────────────────────── */
.event-card { background: var(--surface); border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border-light); box-shadow: var(--shadow-xs); transition: all 0.35s var(--ease); display: flex; flex-direction: column; }
.event-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.event-card__header { height: 180px; position: relative; overflow: hidden; }
.event-card__date { position: absolute; top: 1rem; left: 1rem; background: var(--surface); border-radius: var(--r-sm); padding: 0.5rem 0.75rem; text-align: center; box-shadow: var(--shadow-sm); }
.event-card__date-day { font-family: var(--ff-display); font-size: 1.5rem; font-weight: 800; color: var(--orange); line-height: 1; }
.event-card__date-mon { font-family: var(--ff-body); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); }
.event-card__body { padding: 1.5rem; flex: 1; }
.event-card__cat { margin-bottom: 0.75rem; }
.event-card__title { font-family: var(--ff-display); font-size: 1.1rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.event-card__meta { display: flex; flex-wrap: wrap; gap: 0.875rem; font-family: var(--ff-body); font-size: 12px; color: var(--text-muted); margin-bottom: 0.875rem; }
.event-card__meta span { display: flex; align-items: center; gap: 4px; }
.event-card__desc { font-family: var(--ff-body); font-size: 0.875rem; color: var(--text-body); line-height: 1.6; margin-bottom: 1.25rem; }
.event-card__capacity { position: absolute; top: 1rem; right: 1rem; background: rgba(0,0,0,0.55); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); border-radius: 20px; padding: 0.3rem 0.65rem; font-family: var(--ff-body); font-size: 11px; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 4px; }
.event-card__capacity--low { background: rgba(180,60,0,0.82); }
.event-card__capacity--sold-out { background: rgba(140,0,0,0.8); }
.btn--sold-out { opacity: 0.5; cursor: default; pointer-events: none; }
.events-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2.5rem; }
@media (min-width:580px) { .events-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width:900px) { .events-grid { grid-template-columns: repeat(3,1fr); } }
.afrifest-hero { background: linear-gradient(135deg, #1C0800 0%, #4A2000 40%, #B05500 78%, #E07B00 100%); border-radius: var(--r-xl); padding: clamp(2.5rem, 5vw, 4rem); position: relative; overflow: hidden; margin-bottom: 3rem; }
.afrifest-hero__glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 85% 50%, rgba(247,148,29,0.28) 0%, transparent 55%); pointer-events: none; }
.afrifest-hero__title { font-family: var(--ff-display); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; color: #fff; margin-bottom: 0.75rem; }
.afrifest-hero__sub { font-family: var(--ff-body); font-size: 1.05rem; color: rgba(255,255,255,0.82); line-height: 1.7; max-width: 560px; margin-bottom: 2rem; }
/* Register Interest button: green normally, golden-yellow on hover */
.afrifest-hero .btn--primary { background: var(--green); border-color: var(--green); }
.afrifest-hero .btn--primary:hover { background: #D4A017; border-color: #D4A017; box-shadow: 0 6px 20px rgba(212,160,23,0.45); }

/* ── Gallery Page ────────────────────────────────────────── */
.gallery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-top: 2.5rem; }
@media (min-width:640px) { .gallery-grid { grid-template-columns: repeat(3,1fr); } }
@media (min-width:900px) { .gallery-grid { grid-template-columns: repeat(4,1fr); } }
.gallery-item { border-radius: var(--r-md); overflow: hidden; aspect-ratio: 1; position: relative; cursor: pointer; }
.gallery-item--tall { aspect-ratio: 3/4; }
.gallery-item--wide { grid-column: span 2; aspect-ratio: 2/1; }
.gallery-item__bg { position: absolute; inset: 0; transition: transform 0.5s var(--ease); }
.gallery-item:hover .gallery-item__bg { transform: scale(1.08); }
.gallery-item__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.gallery-item:hover .gallery-item__img { transform: scale(1.08); }
.gallery-item__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%); opacity: 0; transition: opacity 0.3s; display: flex; align-items: flex-end; padding: 1.25rem; }
.gallery-item:hover .gallery-item__overlay { opacity: 1; }
.gallery-item__caption { font-family: var(--ff-display); font-size: 0.875rem; font-weight: 600; color: #fff; }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,0.92); display: flex; align-items: center; justify-content: center; padding: 2rem; }
.lightbox__close { position: absolute; top: 1.5rem; right: 1.5rem; width: 44px; height: 44px; background: rgba(255,255,255,0.1); border: none; border-radius: 50%; cursor: pointer; color: #fff; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.lightbox__close:hover { background: rgba(255,255,255,0.2); }
.lightbox__img { max-width: 900px; width: 100%; border-radius: var(--r-lg); overflow: hidden; }

/* ── Animations ──────────────────────────────────────────── */
@keyframes pulse { 0%,100%{transform:scale(1);} 50%{transform:scale(1.04);} }
@keyframes shimmer { 0%{background-position:-200% 0;} 100%{background-position:200% 0;} }
.shimmer { background: linear-gradient(90deg, var(--surface-alt) 25%, #fff 50%, var(--surface-alt) 75%); background-size: 200% 100%; animation: shimmer 1.5s infinite; }

/* ── Navbar Cart Button ───────────────────────────────────── */
.navbar__cart-btn { position: relative; width: 40px; height: 40px; border-radius: 50%; background: var(--surface-alt); border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--text-body); transition: all 0.2s; cursor: pointer; text-decoration: none; flex-shrink: 0; }
.navbar__cart-btn:hover, .navbar__cart-btn.has-items { background: var(--orange-light); border-color: var(--orange); color: var(--orange); }
.navbar__cart-badge { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; background: var(--orange); color: #fff; font-family: var(--ff-body); font-size: 10px; font-weight: 700; border-radius: 100px; display: flex; align-items: center; justify-content: center; padding: 0 4px; border: 2px solid var(--bg); pointer-events: none; }
@keyframes badgePop { 0%{transform:scale(1)} 35%{transform:scale(1.55)} 65%{transform:scale(0.88)} 100%{transform:scale(1)} }
.navbar__cart-badge.pop { animation: badgePop 0.4s cubic-bezier(0.36,0.07,0.19,0.97) both; }

/* ── Menu Category Nav ───────────────────────────────────── */
.menu-cat-nav { background: var(--bg); border-bottom: 1px solid var(--border); padding-block: 1.25rem; position: sticky; top: var(--nav-h); z-index: 10; }
.menu-cat-row { display: flex; gap: 0.75rem; overflow-x: auto; padding-bottom: 0.25rem; scroll-snap-type: x mandatory; -ms-overflow-style: none; scrollbar-width: none; }
.menu-cat-row::-webkit-scrollbar { display: none; }
.menu-cat-card { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; padding: 0.875rem 1.125rem; min-width: 100px; border-radius: var(--r-lg); border: 1.5px solid var(--border); background: var(--surface); cursor: pointer; transition: all 0.25s var(--ease); scroll-snap-align: start; }
.menu-cat-card:hover { border-color: var(--orange); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.menu-cat-card.active { background: var(--orange-grad); border-color: transparent; box-shadow: var(--shadow-orange-sm); transform: translateY(-2px); }
.menu-cat-card__icon { width: 44px; height: 44px; border-radius: var(--r-md); background: var(--orange-light); display: flex; align-items: center; justify-content: center; color: var(--orange); transition: all 0.25s; }
.menu-cat-card.active .menu-cat-card__icon { background: rgba(255,255,255,0.22); color: #fff; }
.menu-cat-card__label { font-family: var(--ff-display); font-size: 0.8rem; font-weight: 700; color: var(--text); transition: color 0.25s; white-space: nowrap; }
.menu-cat-card.active .menu-cat-card__label { color: #fff; }
.menu-cat-card__count { font-family: var(--ff-body); font-size: 10px; font-weight: 600; color: var(--text-muted); background: var(--surface-alt); padding: 2px 8px; border-radius: var(--r-pill); transition: all 0.25s; }
.menu-cat-card.active .menu-cat-card__count { background: rgba(255,255,255,0.2); color: rgba(255,255,255,0.9); }
/* Minimal rectangular "Build Your Plate" button — sits alongside the region filters */
.menu-build-btn { flex-shrink: 0; align-self: center; display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.7rem 1.1rem; border-radius: var(--r-md); background: var(--earth); color: #fff; font-family: var(--ff-display); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.01em; text-decoration: none; white-space: nowrap; border: 1.5px solid var(--earth); transition: background 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.menu-build-btn:hover { background: var(--green); border-color: var(--green); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(45,125,50,0.3); }
.menu-build-btn__arrow { display: inline-flex; transition: transform 0.25s var(--ease); }
.menu-build-btn:hover .menu-build-btn__arrow { transform: translateX(4px); }

/* ── Menu New Section Header ─────────────────────────────── */
.menu-section-hd { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 2px solid var(--border); }
.menu-section-hd__icon { width: 44px; height: 44px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.menu-section-hd__title { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 700; color: var(--text); }
.menu-section-hd__sub { font-family: var(--ff-body); font-size: 0.8125rem; color: var(--text-muted); margin-top: 2px; }
.menu-region-block { margin-bottom: 3.5rem; }

/* ── Food Card (List View) ───────────────────────────────── */
.food-grid { display: grid; grid-template-columns: 1fr; gap: 0.625rem; }

.food-card { background: var(--surface); border-radius: var(--r-md); border: 1px solid var(--border-light); transition: all 0.3s var(--ease); display: flex; flex-direction: row; align-items: center; gap: 1rem; padding: 0.875rem 1rem; box-shadow: var(--shadow-xs); }
.food-card:hover { box-shadow: var(--shadow-sm); border-color: rgba(247,148,29,0.3); transform: translateX(3px); }
.food-card__img-wrap { position: relative; width: 80px; height: 80px; border-radius: var(--r-sm); overflow: hidden; flex-shrink: 0; }
.food-card__img { width: 100%; height: 100%; transition: transform 0.5s var(--ease); }
.food-card:hover .food-card__img { transform: scale(1.08); }
.food-card__badge-wrap { position: absolute; top: 0.3rem; left: 0.3rem; }
.food-card__body { flex: 1; min-width: 0; display: grid; grid-template-columns: 1fr auto; column-gap: 1rem; align-items: center; }
.food-card__origin { grid-column: 1; font-family: var(--ff-body); font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.13em; color: var(--orange); margin-bottom: 0.2rem; }
.food-card__name { grid-column: 1; font-family: var(--ff-display); font-size: 0.9375rem; font-weight: 700; color: var(--text); margin-bottom: 0.2rem; line-height: 1.3; }
.food-card__desc { grid-column: 1; font-family: var(--ff-body); font-size: 0.8rem; color: var(--text-muted); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 0; }
.food-card__footer { grid-column: 2; grid-row: 1 / -1; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 0.5rem; }
.food-card__price { font-family: var(--ff-display); font-size: 1rem; font-weight: 800; color: var(--orange); white-space: nowrap; }

/* ── Qty Controls ────────────────────────────────────────── */
.qty-ctrl { display: flex; align-items: center; gap: 0.35rem; }
.qty-ctrl__btn { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--border); background: var(--surface); color: var(--text-body); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; flex-shrink: 0; }
.qty-ctrl__btn:hover { border-color: var(--orange); color: var(--orange); background: var(--orange-light); }
.qty-ctrl__btn--add { background: var(--orange-grad); border-color: transparent; color: #fff; box-shadow: 0 2px 8px rgba(247,148,29,0.3); }
.qty-ctrl__btn--add:hover { transform: scale(1.12); box-shadow: var(--shadow-orange-sm); background: var(--orange-grad); border-color: transparent; color: #fff; }
.qty-ctrl__num { font-family: var(--ff-display); font-size: 0.875rem; font-weight: 700; color: var(--text); min-width: 18px; text-align: center; }
.btn-add-cart { display: inline-flex; align-items: center; gap: 0.3rem; font-family: var(--ff-body); font-size: 11.5px; font-weight: 600; padding: 6px 12px; border-radius: var(--r-pill); background: var(--orange-light); color: var(--orange-deep); border: none; cursor: pointer; transition: all 0.22s; white-space: nowrap; }
.btn-add-cart:hover { background: var(--orange-grad); color: #fff; box-shadow: var(--shadow-orange-sm); transform: translateY(-1px); }

/* ── Cart Floating Bar ───────────────────────────────────── */
.cart-floater { position: fixed; bottom: 1.75rem; left: 50%; transform: translateX(-50%) translateY(100px); z-index: 40; background: var(--earth); color: #fff; border-radius: var(--r-pill); padding: 0.875rem 1.75rem; display: flex; align-items: center; gap: 1.25rem; box-shadow: 0 8px 40px rgba(0,0,0,0.35); transition: transform 0.4s var(--ease-spring), opacity 0.4s; opacity: 0; pointer-events: none; white-space: nowrap; max-width: calc(100vw - 2rem); }
.cart-floater.visible { transform: translateX(-50%) translateY(0); opacity: 1; pointer-events: auto; }
@media (max-width:480px) { .cart-floater { padding: 0.75rem 1.25rem; gap: 0.75rem; } .cart-floater__text { display: none; } }
.cart-floater__icon { width: 34px; height: 34px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cart-floater__text { font-family: var(--ff-display); font-size: 0.875rem; font-weight: 700; }
.cart-floater__count { font-family: var(--ff-body); font-size: 0.8rem; color: rgba(255,255,255,0.6); }
.cart-floater__total { font-family: var(--ff-display); font-size: 1rem; font-weight: 800; color: var(--orange); margin-left: 0.25rem; }
.cart-floater__btn { background: var(--orange-grad); color: #fff; border: none; border-radius: var(--r-pill); padding: 8px 20px; font-family: var(--ff-display); font-size: 0.8rem; font-weight: 700; cursor: pointer; transition: all 0.2s; }
.cart-floater__btn:hover { transform: scale(1.04); box-shadow: var(--shadow-orange-sm); }

/* ── Proceed to Payment static button ────────────────────── */
.proceed-static-wrap { display: flex; justify-content: flex-end; margin-top: .5rem; }
.proceed-static {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .35rem .8rem;
  border-radius: var(--r-pill);
  background: #fff;
  color: #111;
  border: 1.5px solid #ccc;
  font-family: var(--ff-body);
  font-size: .72rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,.07);
  transition: border-color .18s, box-shadow .18s;
}
.proceed-static:hover { border-color: #999; box-shadow: 0 4px 14px rgba(0,0,0,.12); }

/* ── Cart Page ───────────────────────────────────────────── */
.cart-section { padding-block: 3rem 5rem; }
.cart-layout { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; }
@media (min-width:960px) { .cart-layout { grid-template-columns: 1fr 380px; } }

.cart-items-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 2px solid var(--border); }
.cart-items-title { font-family: var(--ff-display); font-size: 1.25rem; font-weight: 700; color: var(--text); }
.cart-clear-btn { font-family: var(--ff-body); font-size: 12px; font-weight: 600; color: var(--text-muted); background: none; border: none; cursor: pointer; transition: color 0.2s; display: flex; align-items: center; gap: 5px; }
.cart-clear-btn:hover { color: #C0392B; }

.cart-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.125rem 0; border-bottom: 1px solid var(--border-light); }
.cart-item:last-child { border-bottom: none; }
.cart-item__img { width: 72px; height: 72px; border-radius: var(--r-md); overflow: hidden; flex-shrink: 0; }
.cart-item__body { flex: 1; min-width: 0; }
.cart-item__origin { font-family: var(--ff-body); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--orange); margin-bottom: 0.2rem; }
.cart-item__name { font-family: var(--ff-display); font-size: 0.9375rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.cart-item__controls { display: flex; align-items: center; gap: 1rem; }
.cart-item__subtotal { font-family: var(--ff-display); font-size: 0.9375rem; font-weight: 800; color: var(--orange); margin-left: auto; flex-shrink: 0; }
.cart-item__remove { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--border); background: var(--surface); color: var(--text-muted); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; flex-shrink: 0; margin-top: 4px; }
.cart-item__remove:hover { border-color: #C0392B; color: #C0392B; background: #FDECEA; }

.cart-empty { text-align: center; padding: 5rem 2rem; }
.cart-empty__icon { width: 80px; height: 80px; background: var(--orange-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--orange); margin: 0 auto 1.5rem; }
.cart-empty__title { font-family: var(--ff-display); font-size: 1.4rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.cart-empty__sub { font-family: var(--ff-body); font-size: 0.9375rem; color: var(--text-muted); margin-bottom: 2rem; }

.cart-summary-card { background: var(--surface); border-radius: var(--r-xl); border: 1px solid var(--border-light); padding: 1.75rem; box-shadow: var(--shadow-sm); }
@media (min-width:960px) { .cart-summary-card { position: sticky; top: calc(var(--nav-h) + 1.5rem); } }
.cart-summary-title { font-family: var(--ff-display); font-size: 1.1rem; font-weight: 700; color: var(--text); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.cart-summary-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.75rem; }
.cart-summary-label { font-family: var(--ff-body); font-size: 0.875rem; color: var(--text-muted); }
.cart-summary-value { font-family: var(--ff-display); font-size: 0.9375rem; font-weight: 600; color: var(--text); }
.cart-summary-divider { border: none; border-top: 1px solid var(--border); margin-block: 1rem; }
.cart-summary-total-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.cart-summary-total-label { font-family: var(--ff-display); font-size: 1rem; font-weight: 700; color: var(--text); }
.cart-summary-total-value { font-family: var(--ff-display); font-size: 1.4rem; font-weight: 800; color: var(--orange); }
.cart-summary-note { font-family: var(--ff-body); font-size: 11px; color: var(--text-muted); text-align: center; margin-top: 1rem; display: flex; align-items: center; gap: 5px; justify-content: center; }

.cart-promo { display: flex; gap: 0.625rem; margin-bottom: 1.25rem; }
.cart-promo input { flex: 1; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: var(--r-sm); font-family: var(--ff-body); font-size: 0.875rem; color: var(--text); background: var(--bg); outline: none; transition: border-color 0.2s; }
.cart-promo input:focus { border-color: var(--orange); }
.cart-promo-btn { padding: 10px 16px; background: var(--earth); color: #fff; border: none; border-radius: var(--r-sm); font-family: var(--ff-body); font-size: 0.8rem; font-weight: 600; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
.cart-promo-btn:hover { background: var(--earth-mid); }

/* ── Cart: Inline Delivery Selection ── */
.cart-delivery-divider { margin-top: 1rem; }
.cart-delivery { margin-bottom: 1.25rem; }
.cart-delivery__label { font-family: var(--ff-body); font-size: .82rem; font-weight: 700; color: #4A2A10; margin-bottom: .7rem; }
.cart-delivery__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .625rem; }
.cart-delivery__opt {
  display: flex; flex-direction: column; align-items: center; gap: .4rem;
  padding: 1rem .5rem; border-radius: 12px; border: 2px solid #e8d8c4;
  cursor: pointer;
  transition: background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
  background: #fffbf5;
}
.cart-delivery__opt:hover {
  border-color: #2D1B0E;
  background: #fffbf5;
}
.cart-delivery__opt:hover .cart-delivery__icon,
.cart-delivery__opt:hover .cart-delivery__icon--active { color: #2D1B0E; }
.cart-delivery__opt:hover .cart-delivery__opt-name,
.cart-delivery__opt:hover .cart-delivery__opt-sub { color: #2D1B0E; }
.cart-delivery__opt.cart-delivery__opt--active {
  background: #2D1B0E; border-color: #2D1B0E; color: #fff;
  transition: none;
}
.cart-delivery__opt.cart-delivery__opt--active .cart-delivery__icon,
.cart-delivery__opt.cart-delivery__opt--active .cart-delivery__icon--active { color: #fff; }
.cart-delivery__opt.cart-delivery__opt--active .cart-delivery__opt-name,
.cart-delivery__opt.cart-delivery__opt--active .cart-delivery__opt-sub { color: #fff; }
.cart-delivery__icon { color: #b89a78; }
.cart-delivery__icon--active { color: #F7941D; }
.cart-delivery__opt-name { font-weight: 700; font-size: .82rem; color: var(--text); }
.cart-delivery__opt-sub { font-size: .7rem; color: var(--text-muted); text-align: center; }
.cart-delivery__address { margin-top: .75rem; }
.cart-delivery__addr-label { display: block; font-size: .78rem; font-weight: 600; color: #4A2A10; margin-bottom: .35rem; }

/* ── Section Divider (Signature Dishes → Dining Experiences) ── */
.sec-divider { position: relative; z-index: 2; line-height: 0; }
.sec-divider__wave { display: block; width: 100%; height: 52px; }
.sec-divider__band {
  position: relative;
  background: linear-gradient(90deg, #A05200 0%, #D06500 15%, #F7941D 40%, #FFAA3D 50%, #F7941D 60%, #D06500 85%, #A05200 100%);
  display: flex; align-items: center; justify-content: center;
  padding: 1.125rem 2rem; overflow: hidden;
}
.sec-divider__pattern {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    repeating-linear-gradient(0deg,   rgba(255,255,255,.06) 0, rgba(255,255,255,.06) 1px, transparent 1px, transparent 18px),
    repeating-linear-gradient(90deg,  rgba(255,255,255,.06) 0, rgba(255,255,255,.06) 1px, transparent 1px, transparent 18px),
    repeating-linear-gradient(45deg,  rgba(0,0,0,.04) 0, rgba(0,0,0,.04) 1px, transparent 1px, transparent 18px),
    repeating-linear-gradient(-45deg, rgba(0,0,0,.04) 0, rgba(0,0,0,.04) 1px, transparent 1px, transparent 18px);
}
.sec-divider__band::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.12) 50%, transparent 70%);
}
.sec-divider__ornament {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: .875rem;
}
.sec-divider__rule {
  display: block; width: clamp(30px, 6vw, 90px); height: 1px;
  background: rgba(255,255,255,.5);
}
.sec-divider__label {
  font-family: var(--ff-body); font-size: .65rem; font-weight: 700;
  letter-spacing: .28em; text-transform: uppercase;
  color: #fff; white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.sec-divider__star { flex-shrink: 0; }

/* ── Featured Menu Divider (sleek) ──────────────────────── */
.feat-divider {
  position: relative; z-index: 2;
  background: var(--surface-alt);
  display: flex; align-items: center;
  padding: 0 clamp(2rem, 8vw, 7rem);
  height: 40px;
}
.feat-divider__rule {
  flex: 1; height: 1.5px;
  background: #F7941D;
}

/* ── Preloader ───────────────────────────────────────────────── */
#preloader {
  position: fixed; inset: 0; z-index: 99999;
  background: linear-gradient(160deg, #FFF8EF 0%, #FFE4A8 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  transition: opacity .65s cubic-bezier(.4,0,.2,1), visibility .65s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
}
#preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.pre__bg-orb {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(247,148,29,.22) 0%, transparent 62%);
  pointer-events: none;
}
.pre__inner { text-align: center; position: relative; z-index: 1; }
.pre__name {
  display: block;
  font-family: var(--ff-display); font-size: clamp(2.2rem, 8vw, 3.2rem);
  font-weight: 800; color: #1C0800; letter-spacing: -0.03em;
  animation: preUp .55s cubic-bezier(.22,.61,.36,1) both;
}
.pre__sub {
  display: block;
  font-family: var(--ff-body); font-size: 10px;
  letter-spacing: .26em; text-transform: uppercase;
  color: #A04800; margin-top: 5px; font-weight: 600;
  animation: preUp .55s .08s cubic-bezier(.22,.61,.36,1) both;
}
.pre__ring {
  width: 52px; height: 52px; margin: 1.75rem auto 0;
  animation: preUp .45s .15s cubic-bezier(.22,.61,.36,1) both;
}
.pre__arc {
  transform-origin: 26px 26px;
  animation: preArcSpin 1.4s cubic-bezier(.4,0,.2,1) infinite;
}
@keyframes preArcSpin {
  0%   { stroke-dashoffset: 138.2; transform: rotate(-90deg); }
  50%  { stroke-dashoffset: 34.5; }
  100% { stroke-dashoffset: 138.2; transform: rotate(270deg); }
}
@keyframes preUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.pre__kente {
  position: absolute; bottom: 0; left: 0; right: 0; height: 5px;
  background: repeating-linear-gradient(90deg,
    #F7941D 0,#F7941D 10px, #1C0800 10px,#1C0800 14px,
    #2D7D32 14px,#2D7D32 22px, #1C0800 22px,#1C0800 26px,
    #D4A017 26px,#D4A017 34px, #1C0800 34px,#1C0800 38px
  );
}
