@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap');

/* ─── DESIGN TOKENS ─────────────────────────────────────────── */
:root {
  --bg:      #050508;
  --bg2:     #090910;
  --bg3:     #0d0d16;
  --surface: #111119;
  --card:    #13131e;
  --card2:   #181824;
  --border:  rgba(255,255,255,0.055);
  --border-gold: rgba(201,151,58,0.3);
  --gold:    #c9973a;
  --gold2:   #f0c96e;
  --gold3:   #fde8a8;
  --gold-glow: rgba(201,151,58,0.18);
  --text:    #f0ebe3;
  --text2:   #c8c0b0;
  --muted:   #6e6878;
  --red:     #e55;
  --green:   #3ecf6e;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;
  --ease: cubic-bezier(0.25,0.46,0.45,0.94);
  --ease-out: cubic-bezier(0.16,1,0.3,1);
}

/* ─── RESET ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: 15px;
  line-height: 1.72;
  overflow-x: hidden;
  cursor: none;
}
img { display: block; width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
p { margin: 0; color: var(--text2); }
.container { width: min(1200px, calc(100% - 48px)); margin: auto; }

/* ─── CUSTOM CURSOR ─────────────────────────────────────────── */
.cursor-ring {
  position: fixed; top: 0; left: 0; z-index: 99999;
  width: 36px; height: 36px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.3s var(--ease), height 0.3s var(--ease),
              border-color 0.3s, background 0.3s, opacity 0.3s;
  mix-blend-mode: normal;
}
.cursor-dot {
  position: fixed; top: 0; left: 0; z-index: 100000;
  width: 6px; height: 6px;
  background: var(--gold2);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s var(--ease);
}
.cursor-ring.hover { width: 60px; height: 60px; background: var(--gold-glow); }
.cursor-ring.click { width: 20px; height: 20px; background: rgba(201,151,58,0.4); }
/* Hide native cursor on all elements — the custom JS cursor replaces it */
body *:not(input):not(textarea):not(select) { cursor: none; }
input, textarea, select { cursor: none; }
input[type="text"], input[type="email"], input[type="tel"],
input[type="password"], input[type="number"], textarea {
  cursor: none;
}

/* ─── PAGE LOADER ───────────────────────────────────────────── */
.page-loader {
  position: fixed; inset: 0; z-index: 99998;
  background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 24px;
  transition: opacity 0.7s var(--ease), visibility 0.7s;
}
.page-loader.done { opacity: 0; visibility: hidden; }
.loader-logo {
  font-family: var(--font-display);
  font-size: 72px; font-weight: 300; letter-spacing: 6px;
  background: linear-gradient(135deg, var(--gold), var(--gold2), var(--gold3));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: loaderPulse 1.5s ease-in-out infinite alternate;
}
.loader-bar {
  width: 120px; height: 1px;
  background: var(--border);
  position: relative; overflow: hidden;
}
.loader-bar::after {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: loaderSlide 1.2s var(--ease) infinite;
}
@keyframes loaderPulse {
  from { opacity: 0.4; transform: scale(0.97); }
  to   { opacity: 1;   transform: scale(1);    }
}
@keyframes loaderSlide {
  from { left: -100%; }
  to   { left: 100%; }
}

/* ─── TYPOGRAPHY ─────────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.05; margin: 0; }
h1 { font-size: clamp(52px, 7vw, 96px); letter-spacing: -1px; }
h2 { font-size: clamp(36px, 5vw, 64px); letter-spacing: -0.5px; }
h3 { font-size: 24px; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 10px; font-weight: 600;
  letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--gold);
}
.lead { font-size: 17px; line-height: 1.7; color: var(--text2); }

/* ─── GOLD GRADIENT TEXT ────────────────────────────────────── */
.gold-text {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ─── NOISE / GRAIN OVERLAY ─────────────────────────────────── */
.grain::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.04; pointer-events: none;
}

/* ─── NAVIGATION ─────────────────────────────────────────────── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  background: rgba(5,5,8,0.75);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--border);
  transition: background 0.4s var(--ease);
}
.site-header.scrolled { background: rgba(5,5,8,0.95); }
.nav {
  height: 80px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 32px;
}
.logo {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display);
  font-size: 20px; font-weight: 500; letter-spacing: 1px;
  color: var(--text);
}
.logo-mark {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 16px; font-weight: 700; color: #050508;
  font-family: var(--font-display);
  box-shadow: 0 0 20px rgba(201,151,58,0.35);
}
.nav-links {
  display: flex; align-items: center; gap: 36px;
  font-size: 13px; font-weight: 500; letter-spacing: 0.3px;
  color: var(--muted);
}
.nav-links a { position: relative; transition: color 0.25s; }
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -6px;
  width: 0; height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  transition: width 0.3s var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.menu-toggle {
  display: none; background: none; border: none;
  color: var(--gold); font-size: 22px;
}

/* ─── BUTTON ─────────────────────────────────────────────────── */
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #050508; font-weight: 700; font-size: 12px;
  letter-spacing: 1.5px; text-transform: uppercase;
  border: none; border-radius: 1px;
  cursor: none !important; transition: all 0.35s var(--ease);
  position: relative; overflow: hidden;
}
.button::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(255,255,255,0.15);
  opacity: 0; transition: opacity 0.3s;
}
.button:hover::before { opacity: 1; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(201,151,58,0.4); }
.button.ghost {
  background: transparent; color: var(--text);
  border: 1px solid var(--border-gold);
}
.button.ghost:hover { background: var(--gold-glow); color: var(--gold2); border-color: var(--gold); }
.button.ghost::before { display: none; }

/* ─── SECTION ────────────────────────────────────────────────── */
.section { padding: 120px 0; }
.section-head {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 64px; gap: 24px;
}
.section-label {
  display: flex; align-items: center; gap: 16px; margin-bottom: 16px;
}
.section-label::before, .section-label::after {
  content: ''; height: 1px; background: var(--border-gold);
}
.section-label::before { width: 32px; }
.section-label::after  { width: 16px; }

/* ─── REVEAL ANIMATIONS ─────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left  { opacity: 0; transform: translateX(-40px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal-right { opacity: 0; transform: translateX(40px);  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal-left.visible, .reveal-right.visible { opacity: 1; transform: translateX(0); }
.reveal-scale  { opacity: 0; transform: scale(0.92); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal-scale.visible { opacity: 1; transform: scale(1); }
.stagger .reveal:nth-child(1) { transition-delay: 0.0s; }
.stagger .reveal:nth-child(2) { transition-delay: 0.1s; }
.stagger .reveal:nth-child(3) { transition-delay: 0.2s; }
.stagger .reveal:nth-child(4) { transition-delay: 0.3s; }
.stagger .reveal:nth-child(5) { transition-delay: 0.4s; }
.stagger .reveal:nth-child(6) { transition-delay: 0.5s; }

/* ─── CONTINUOUS CINEMATIC SCROLL BACKGROUND ─────────────────── */
.page-background-canvas {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  z-index: -10;
  overflow: hidden;
  pointer-events: none;
}
.page-bg-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.42;
  filter: saturate(1.15) brightness(0.72) contrast(1.08);
  transform: scale(1.05);
  transition: transform 0.1s linear;
  will-change: transform;
}
.page-background-canvas::after {
  content: ''; position: absolute; inset: 0;
  background: 
    radial-gradient(circle at 50% 30%, rgba(5,5,8,0.3) 0%, rgba(5,5,8,0.82) 75%),
    linear-gradient(to bottom, rgba(5,5,8,0.55) 0%, rgba(5,5,8,0.4) 40%, rgba(5,5,8,0.92) 100%);
  pointer-events: none;
}

/* ─── HERO ───────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: grid; align-items: center;
  position: relative; overflow: hidden;
  background: transparent;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  will-change: transform;
}
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0.38;
  filter: saturate(0.9) brightness(0.85);
  transform: scale(1.08);
  transition: transform 0.1s linear;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(5,5,8,0.88) 0%, rgba(5,5,8,0.45) 60%, rgba(5,5,8,0.15) 100%),
    linear-gradient(to top, rgba(5,5,8,0.75) 0%, transparent 50%);
}
/* Orbs */
.orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); pointer-events: none; z-index: 0;
  animation: orbFloat 12s ease-in-out infinite alternate;
}
.orb-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,151,58,0.15), transparent 70%);
  top: -10%; right: 5%;
  animation-duration: 14s;
}
.orb-2 {
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(240,201,110,0.1), transparent 70%);
  bottom: 10%; left: 10%;
  animation-duration: 10s; animation-delay: -4s;
}
.orb-3 {
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(201,151,58,0.12), transparent 70%);
  top: 40%; right: 30%;
  animation-duration: 18s; animation-delay: -8s;
}
@keyframes orbFloat {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(40px, -30px) scale(1.1); }
}
.hero-content {
  position: relative; z-index: 2;
  padding: 160px 0 120px;
  max-width: 800px;
}
.hero-content .eyebrow { margin-bottom: 24px; }
.hero-content h1 {
  font-weight: 300; color: var(--text);
  margin: 0 0 28px;
  font-style: italic;
  text-shadow: 0 2px 40px rgba(0,0,0,0.5);
}
.hero-content h1 em { font-style: normal; color: transparent;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-content .lead { max-width: 500px; }
.actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 44px; }
.hero-scroll {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  z-index: 2; color: var(--muted); font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
}
.hero-scroll-line {
  width: 1px; height: 56px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
  50%       { opacity: 1;   transform: scaleY(1);   }
}

/* ─── MARQUEE ────────────────────────────────────────────────── */
.marquee-section {
  padding: 22px 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden; position: relative;
}
.marquee-track {
  display: flex; gap: 0;
  animation: marqueeScroll 28s linear infinite;
  width: max-content;
}
.marquee-item {
  display: flex; align-items: center; gap: 32px;
  padding: 0 32px;
  font-family: var(--font-display);
  font-size: 13px; font-weight: 400; letter-spacing: 3px;
  text-transform: uppercase; color: var(--muted);
  white-space: nowrap;
}
.marquee-item span {
  color: var(--gold);
  font-size: 16px;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─── FOOD CARDS ─────────────────────────────────────────────── */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.food-card {
  background: var(--card);
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative;
  transition: border-color 0.4s, box-shadow 0.4s;
  transform-style: preserve-3d;
  will-change: transform;
}
.food-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,5,8,0.85) 0%, transparent 55%);
  z-index: 1; pointer-events: none;
  transition: opacity 0.4s;
}
.food-card:hover {
  border-color: var(--border-gold);
  box-shadow: 0 24px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(201,151,58,0.1) inset;
}
.food-card img {
  height: 240px; transition: transform 0.7s var(--ease);
}
.food-card:hover img { transform: scale(1.08); }
.card-body {
  padding: 22px 22px 22px;
  position: relative; z-index: 2;
}
.card-top {
  display: flex; justify-content: space-between;
  align-items: flex-start; gap: 12px; margin-bottom: 8px;
}
.food-card h3 {
  font-size: 18px; font-weight: 400;
  color: var(--text); line-height: 1.3;
}
.price {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 500;
  color: var(--gold2); white-space: nowrap;
}
.card-body p { font-size: 13px; color: var(--muted); }

/* ─── FEATURES / VALUES GRID ────────────────────────────────── */
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
}
.feature {
  background: var(--bg2);
  padding: 48px 32px;
  position: relative; overflow: hidden;
  transition: background 0.3s;
}
.feature::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.feature:hover::before { transform: scaleX(1); }
.feature:hover { background: var(--surface); }
.feature-number {
  font-family: var(--font-display);
  font-size: 40px; font-weight: 300; line-height: 1;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.feature h3 { font-size: 20px; font-weight: 400; margin-bottom: 10px; color: var(--text); }
.feature p { font-size: 13px; color: var(--muted); }

/* ─── TESTIMONIALS ───────────────────────────────────────────── */
.testimonials {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 56px;
}
.review {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 36px 32px;
  position: relative; overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}
.review::before {
  content: '"'; position: absolute; top: -10px; left: 24px;
  font-family: var(--font-display);
  font-size: 120px; font-weight: 300; line-height: 1;
  color: var(--gold); opacity: 0.08;
  pointer-events: none;
}
.review:hover { border-color: var(--border-gold); transform: translateY(-4px); }
.stars {
  display: flex; gap: 4px; margin-bottom: 20px;
}
.stars span { color: var(--gold2); font-size: 13px; }
.review p { font-size: 15px; color: var(--text2); line-height: 1.75; font-style: italic; }
.review-name { margin-top: 24px; font-weight: 600; font-size: 13px; color: var(--text); letter-spacing: 0.5px; }
.review-role { font-size: 11px; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; }

/* ─── CTA BAND ───────────────────────────────────────────────── */
.cta-band {
  padding: 120px 0; text-align: center; position: relative; overflow: hidden;
  background: var(--bg3);
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(201,151,58,0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 50%, rgba(201,151,58,0.06) 0%, transparent 60%);
}
.cta-band > .container { position: relative; z-index: 1; }
.cta-band h2 { margin: 16px 0 20px; }
.cta-band p { max-width: 480px; margin: 0 auto 40px; }
.cta-band .eyebrow { margin-bottom: 0; }

/* ─── FOOTER ─────────────────────────────────────────────────── */
.footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 80px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 56px;
}
.footer p, .footer a { color: var(--muted); font-size: 13px; }
.footer a:hover { color: var(--gold2); }
.footer .logo { margin-bottom: 18px; }
.footer h4 {
  font-family: var(--font-body);
  font-size: 10px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.footer-links { display: grid; gap: 12px; }
.footer-divider { height: 1px; background: var(--border); margin-bottom: 32px; }
.copyright {
  display: flex; justify-content: space-between;
  color: var(--muted); font-size: 12px; flex-wrap: wrap; gap: 10px;
}
.footer-social { display: flex; gap: 16px; }
.footer-social a { transition: color 0.2s; }
.footer-social a:hover { color: var(--gold2); }

/* ─── INNER PAGE HERO ────────────────────────────────────────── */
.page-hero {
  padding: 160px 0 100px;
  background: rgba(9, 9, 16, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(201,151,58,0.12) 0%, transparent 60%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin: 16px 0 20px; font-weight: 300; font-style: italic; }
.page-hero .eyebrow { margin-bottom: 4px; }

/* ─── ABOUT PAGE ─────────────────────────────────────────────── */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.split-img {
  position: relative; overflow: hidden;
}
.split-img img {
  height: 580px;
  filter: saturate(0.85);
  transition: transform 0.8s var(--ease);
}
.split-img:hover img { transform: scale(1.04); }
.split-img::before {
  content: ''; position: absolute;
  inset: 16px -16px -16px 16px; z-index: -1;
  border: 1px solid var(--border-gold);
}
.story-copy .eyebrow { margin-bottom: 16px; }
.story-copy h2 { margin: 0 0 28px; font-weight: 300; font-style: italic; }
.story-copy p { color: var(--text2); line-height: 1.85; }
.story-copy .actions { margin-top: 40px; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.value {
  padding: 36px 28px;
  background: var(--card);
  border: 1px solid var(--border);
  border-top: 2px solid transparent;
  position: relative;
  transition: border-color 0.3s, transform 0.3s;
}
.value::before {
  content: ''; position: absolute; top: -2px; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  opacity: 0; transition: opacity 0.3s;
}
.value:hover::before { opacity: 1; }
.value:hover { transform: translateY(-4px); border-color: var(--border-gold); }
.value h3 { font-size: 22px; font-weight: 400; margin: 18px 0 10px; color: var(--text); }
.value p { font-size: 13px; color: var(--muted); }

/* ─── STATS ──────────────────────────────────────────────────── */
.stats {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.stat {
  padding: 60px 20px;
  border-right: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.stat:last-child { border-right: none; }
.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 56px; font-weight: 300; line-height: 1;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.stat span { font-size: 12px; color: var(--muted); letter-spacing: 1.5px; text-transform: uppercase; }

/* ─── MENU PAGE ──────────────────────────────────────────────── */
.menu-intro { text-align: center; }
.menu-intro p { margin: 16px auto 0; max-width: 520px; }
.filters {
  display: flex; justify-content: center;
  flex-wrap: wrap; gap: 10px; margin-bottom: 56px;
}
.filter {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--muted);
  padding: 9px 20px;
  cursor: none !important; border-radius: 100px;
  font-size: 12px; font-weight: 500; letter-spacing: 0.5px;
  transition: all 0.25s;
}
.filter:hover { border-color: var(--border-gold); color: var(--gold2); }
.filter.selected {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  border-color: transparent; color: #050508; font-weight: 700;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.menu-grid .food-card img { height: 220px; }
.badge {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #050508; padding: 3px 10px;
  font-size: 9px; letter-spacing: 1px;
  text-transform: uppercase; font-weight: 700;
  border-radius: 100px;
}
.menu-grid .food-card.hidden { display: none; }

/* ─── ORDER CONTROLS ─────────────────────────────────────────── */
.order-controls {
  display: flex; align-items: center; gap: 10px;
  padding: 0 22px 22px;
  position: relative; z-index: 2;
}
.quantity-control {
  display: flex; align-items: center;
  border: 1px solid var(--border);
  background: var(--bg3); border-radius: 4px;
}
.quantity-control button {
  width: 32px; height: 36px;
  border: none; background: transparent;
  color: var(--gold); cursor: none !important; font-size: 16px;
  transition: color 0.2s;
}
.quantity-control button:hover { color: var(--gold2); }
.quantity-control input {
  width: 34px; height: 36px;
  border: none; text-align: center;
  background: transparent; color: var(--text);
  -moz-appearance: textfield;
}
.quantity-control input::-webkit-inner-spin-button,
.quantity-control input::-webkit-outer-spin-button { -webkit-appearance: none; }
.add-order {
  padding: 10px 14px; flex: 1; font-size: 11px;
  font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
}
.nav-cart-count, .cart-count {
  display: inline-grid; place-items: center;
  min-width: 20px; height: 20px; padding: 0 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #050508; font-size: 10px; font-weight: 700;
}
.cart-link {
  font-size: 13px; color: var(--gold); font-weight: 600; white-space: nowrap;
}

/* ─── CART PAGE ──────────────────────────────────────────────── */
.cart-layout {
  display: grid; grid-template-columns: 1.45fr 0.7fr;
  gap: 56px; align-items: start;
}
.cart-items { display: grid; gap: 16px; }
.cart-item {
  position: relative; display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px; padding: 18px;
  background: var(--card); border: 1px solid var(--border);
  transition: border-color 0.3s;
}
.cart-item:hover { border-color: var(--border-gold); }
.cart-item img { height: 130px; }
.cart-item h3 { font-size: 20px; font-weight: 400; color: var(--text); }
.cart-item p { font-size: 13px; margin: 6px 0 16px; color: var(--muted); }
.cart-row { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.cart-row strong { color: var(--gold2); font-family: var(--font-display); font-size: 20px; }
.cart-row .quantity-control span { width: 34px; text-align: center; }
.remove-item {
  position: absolute; top: 10px; right: 12px;
  border: none; background: transparent;
  color: var(--muted); font-size: 24px; cursor: none !important;
  transition: color 0.2s;
}
.remove-item:hover { color: var(--red); }
.order-summary {
  background: var(--card); padding: 32px;
  border: 1px solid var(--border); position: sticky; top: 100px;
}
.order-summary h3 { font-size: 28px; font-weight: 400; margin: 8px 0 28px; color: var(--text); }
.summary-line, .summary-total {
  display: flex; justify-content: space-between;
  gap: 15px; padding: 12px 0; color: var(--muted);
  border-bottom: 1px solid var(--border); font-size: 13px;
}
.summary-total { border: none; padding: 20px 0; color: var(--text); font-size: 16px; }
.summary-total strong {
  font-family: var(--font-display); font-size: 28px; font-weight: 400;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cod-note {
  display: flex; gap: 12px; padding: 16px;
  background: rgba(201,151,58,0.07);
  border-left: 2px solid var(--gold);
  margin: 8px 0 24px;
}
.cod-note > span { color: var(--gold); font-size: 18px; }
.cod-note strong { font-size: 13px; color: var(--text); }
.cod-note p { font-size: 12px; color: var(--muted); }
.order-summary > .button { width: 100%; }
.checkout-button.disabled { opacity: 0.4; pointer-events: none; }
.empty-cart {
  text-align: center; padding: 80px 24px;
  background: var(--card); border: 1px dashed var(--border-gold);
}
.empty-cart h2 { margin: 12px 0; font-weight: 400; color: var(--text); }
.empty-cart p { margin-bottom: 28px; color: var(--muted); }

/* ─── CHECKOUT ────────────────────────────────────────────────── */
.checkout-layout {
  display: grid; grid-template-columns: 1.35fr 0.65fr;
  gap: 48px; align-items: start;
}
.checkout-form h2 { margin: 14px 0 32px; font-weight: 300; font-style: italic; color: var(--text); font-size: 42px; }
.payment-method { border-top: 1px solid var(--border); margin-top: 12px; padding-top: 24px; }
.payment-method label { display: block; margin: 14px 0 4px; color: var(--gold2); }
.payment-method label input { accent-color: var(--gold); }
.payment-method p { font-size: 12px; color: var(--muted); }
.place-order { margin-top: 32px; width: 100%; font-size: 13px; padding: 16px; }
.hidden { display: none !important; }
.confirmation { padding: 100px 0; background: var(--bg2); }
.confirmation-card { max-width: 780px; text-align: center; }
.confirmation-mark {
  display: grid; place-items: center;
  width: 64px; height: 64px; margin: 0 auto 28px;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #050508; border-radius: 50%; font-size: 28px;
  box-shadow: 0 0 40px rgba(201,151,58,0.4);
}
.confirmation-card h2 { margin: 12px 0 16px; font-weight: 300; font-style: italic; color: var(--text); }
.confirmation-card > p { max-width: 560px; margin: 0 auto 40px; color: var(--text2); }
.confirmation-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; text-align: left;
  background: var(--border); margin-bottom: 32px;
}
.confirmation-grid > div { display: grid; gap: 6px; padding: 20px; background: var(--card); }
.confirmation-grid .wide { grid-column: 1/-1; }
.confirmation-grid span {
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}
.confirmation-grid strong { font-size: 14px; color: var(--text); }
.ordered-items { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.ordered-items li { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 13px; }
.ordered-items li strong { color: var(--gold2); font-family: var(--font-display); font-size: 16px; }

/* ─── CHECKOUT STEPS ─────────────────────────────────────────── */
.checkout-steps {
  display: flex; align-items: center;
  max-width: 920px; padding-top: 100px; padding-bottom: 8px;
}
.checkout-step {
  display: flex; align-items: center; gap: 12px;
  color: var(--muted); min-width: 150px;
}
.checkout-step > span {
  display: grid; place-items: center;
  width: 36px; height: 36px;
  border: 1px solid var(--border); border-radius: 50%;
  font-weight: 600; font-size: 13px;
  background: var(--bg); color: var(--muted);
  transition: all 0.3s;
}
.checkout-step strong, .checkout-step small { display: block; line-height: 1.3; }
.checkout-step strong { font-size: 13px; color: var(--text); }
.checkout-step small { margin-top: 3px; font-size: 11px; color: var(--muted); }
.checkout-step.complete > span,
.checkout-step.active  > span {
  border-color: var(--gold);
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #050508;
}
.checkout-step.active strong { color: var(--gold2); }
.step-line { height: 1px; flex: 1; background: var(--border); margin: 0 16px; }
.step-line.complete { background: linear-gradient(90deg, var(--gold), var(--gold2)); }
.checkout-shell { padding-top: 48px; }
.checkout-form { border-top: 2px solid var(--gold); padding-top: 32px; }
.checkout-layout > .order-summary { position: sticky; top: 100px; }
.checkout-layout > .order-summary h3 { font-size: 28px; }

/* ─── FORM FIELDS ────────────────────────────────────────────── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; margin-bottom: 18px; }
.field.full { grid-column: 1 / -1; }
.field label {
  font-size: 10px; text-transform: uppercase;
  letter-spacing: 1.5px; color: var(--muted); font-weight: 600;
}
.field input, .field textarea, .field select {
  border: 1px solid var(--border); border-radius: 2px;
  background: var(--card); padding: 13px 16px;
  outline: none; color: var(--text);
  transition: border-color 0.25s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,151,58,0.1);
}
.field textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: 12px; color: var(--gold2); margin-top: 16px; }

/* ─── CONTACT PAGE ───────────────────────────────────────────── */
.contact-grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: 72px; align-items: start;
}
.contact-details h2 { margin: 16px 0 28px; font-weight: 300; font-style: italic; color: var(--text); }
.detail { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; margin: 28px 0; }
.detail-icon {
  width: 40px; height: 40px; display: grid; place-items: center;
  background: var(--gold-glow); border: 1px solid var(--border-gold);
  color: var(--gold); border-radius: 50%; font-size: 16px;
}
.detail strong { display: block; font-family: var(--font-display); font-size: 20px; color: var(--text); }
.detail p { font-size: 13px; color: var(--muted); }
.contact-form {
  background: var(--card); padding: 40px;
  border: 1px solid var(--border);
}
.contact-form h3 { font-size: 28px; font-weight: 400; margin-bottom: 28px; color: var(--text); }
.map { height: 380px; filter: grayscale(0.6) invert(0.9) hue-rotate(180deg); opacity: 0.7; }

/* ─── MISC ───────────────────────────────────────────────────── */
.checkout-error {
  margin: 20px 0 0; padding: 14px 18px;
  background: rgba(229,85,85,0.1); border-left: 2px solid var(--red);
  color: #ff9999; font-size: 13px;
}
.email-status { margin: 14px auto 24px; font-size: 13px; color: var(--muted); }
.email-status.sent   { color: var(--green); }
.email-status.failed { color: var(--red); }
.place-order.disabled, .place-order.disabled:hover { opacity: 0.4; cursor: none !important; transform: none; box-shadow: none; }
.checkout-browse { width: 100%; margin-top: 28px; }
.checkout-browse + .place-order { margin-top: 12px; }

/* ─── SCROLL BAR ─────────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--border-gold); border-radius: 10px; }

/* ─── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .features { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat { border-bottom: 1px solid var(--border); }
  .stat:nth-child(3), .stat:nth-child(4) { border-bottom: none; }
}
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 80px; left: 0; right: 0;
    padding: 24px; background: rgba(5,5,8,0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    flex-direction: column; gap: 20px; align-items: flex-start;
  }
  .nav-links.open { display: flex; }
  .nav > .button { display: none; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split-img img { height: 400px; }
  .split-img::before { display: none; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; gap: 32px; }
  .checkout-layout > .order-summary { position: static; }
}
@media (max-width: 640px) {
  .container { width: calc(100% - 32px); }
  .section { padding: 80px 0; }
  .feature-grid, .features, .review-grid, .menu-grid, .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { border-right: 1px solid var(--border) !important; border-bottom: 1px solid var(--border) !important; }
  .stat:nth-child(2), .stat:nth-child(4) { border-right: none !important; }
  .stat:nth-child(3), .stat:nth-child(4) { border-bottom: none !important; }
  .section-head { display: block; }
  .section-head .button { margin-top: 24px; }
  .hero-content h1 { font-size: 52px; }
  .actions .button { width: 100%; justify-content: center; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .cart-item { grid-template-columns: 90px 1fr; gap: 14px; }
  .cart-item img { height: 90px; }
  .cart-item h3 { font-size: 17px; }
  .confirmation-grid { grid-template-columns: 1fr; }
  .confirmation-grid .wide { grid-column: auto; }
  .checkout-steps { padding-top: 100px; align-items: flex-start; }
  .checkout-step { display: block; text-align: center; min-width: 0; flex: 1; }
  .checkout-step > span { margin: 0 auto 8px; }
  .step-line { margin: 16px 6px 0; }
  .copyright { display: block; }
  .copyright span { display: block; margin-top: 8px; }
  .page-hero { padding: 130px 0 70px; }
}
@media (max-width: 540px) {
  .cart-layout .section-head { display: block; }
  .cart-layout .section-head .button { margin-top: 18px; }
  .cart-link { font-size: 12px; }
  .checkout-form h2 { font-size: 34px; }
}
