/* ═══════════════════════════════════════════
   COFFEE GRAIN — Gold & Espresso Luxury Theme
   ═══════════════════════════════════════════ */
:root {
  --gold: #b8862a;
  --gold-light: #d4af37;
  --gold-dark: #8b6914;
  --bg: #FEF6D6;
  --bg-2: #faf0c0;
  --bg-3: #f5eab0;
  --cream: #4a3f2b;
  --muted: #7a6f5b;
  --serif: 'EB Garamond', Georgia, serif;
  --sans: 'Inter', -apple-system, sans-serif;
  --arabic: 'Noto Kufi Arabic', sans-serif;
  --grad-gold: linear-gradient(135deg, #8b6914 0%, #b8862a 35%, #d4af37 50%, #b8862a 65%, #8b6914 100%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}
::selection { background: var(--gold); color: #fff; }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg-2); }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--gold-dark), var(--gold)); border-radius: 5px; }

h1,h2,h3,h4 { font-family: var(--serif); font-weight: 600; line-height: 1.15; }
a { color: inherit; text-decoration: none; }
em.gold { color: var(--gold); font-style: italic; }
.gold-link { color: var(--gold); border-bottom: 1px solid rgba(184,134,42,.35); transition: .3s; }
.gold-link:hover { color: var(--gold-light); border-color: var(--gold-light); }

.gold-script {
  font-style: italic;
  background: var(--grad-gold);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 4s linear infinite;
}
@keyframes shimmer { to { background-position: 200% center; } }

/* ═══════ PRELOADER ═══════ */
#preloader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--bg);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px;
  transition: opacity .8s ease, visibility .8s;
}
#preloader.done { opacity: 0; visibility: hidden; }
.pre-word {
  font-family: var(--sans); letter-spacing: .55em; font-size: .8rem; color: var(--gold);
  animation: pulse 1.6s ease-in-out infinite;
}
.pre-steam { stroke: var(--gold); stroke-width: 2; stroke-linecap: round; opacity: 0; animation: steamUp 1.5s ease-in-out infinite; }
.pre-steam.s2 { animation-delay: .3s; }
.pre-steam.s3 { animation-delay: .6s; }
@keyframes steamUp { 0%{opacity:0;transform:translateY(4px)} 50%{opacity:1} 100%{opacity:0;transform:translateY(-4px)} }
@keyframes pulse { 0%,100%{opacity:.5} 50%{opacity:1} }

/* ═══════ SCROLL PROGRESS ═══════ */
#scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: var(--grad-gold); z-index: 1001;
  box-shadow: 0 0 12px rgba(212,175,55,.7);
}

/* ═══════ NAVBAR ═══════ */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 5vw;
  transition: .4s ease;
}
#navbar.scrolled {
  padding: 12px 5vw;
  background: rgba(254,246,214,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(184,134,42,.2);
}
.brand { display: flex; align-items: center; gap: 10px; color: var(--gold); }
.brand-text { font-family: var(--sans); font-weight: 500; letter-spacing: .22em; font-size: .95rem; color: var(--cream); }
.brand-text em { color: var(--gold); font-style: normal; font-weight: 300; }

#nav-links { display: flex; gap: 34px; }
#nav-links a {
  font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted);
  position: relative; padding: 4px 0; transition: color .3s;
}
#nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--gold); transition: width .35s ease;
}
#nav-links a:hover, #nav-links a.active { color: var(--gold); }
#nav-links a:hover::after, #nav-links a.active::after { width: 100%; }

.nav-right { display: flex; align-items: center; gap: 16px; }
.ig-pill {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(212,175,55,.45); border-radius: 100px;
  padding: 7px 16px; font-size: .78rem; letter-spacing: .08em; color: var(--gold);
  transition: .35s;
}
.ig-pill:hover { background: var(--gold); color: #fff; box-shadow: 0 0 24px rgba(212,175,55,.4); }
.ig-pill.big { padding: 11px 26px; font-size: .88rem; }

#hamburger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
#hamburger span { display: block; width: 24px; height: 2px; background: var(--gold); transition: .3s; }
#hamburger.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
#hamburger.open span:nth-child(2){ opacity: 0; }
#hamburger.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* ═══════ HERO ═══════ */
.hero {
  min-height: 100vh; position: relative;
  display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden; padding: 120px 5vw 80px;
}
.hero-bg {
  position: absolute; inset: -10%;
  background:
    radial-gradient(ellipse 60% 45% at 50% 0%, rgba(184,134,42,.10), transparent 65%),
    radial-gradient(ellipse 45% 35% at 12% 85%, rgba(184,134,42,.08), transparent 65%),
    radial-gradient(ellipse 45% 35% at 88% 80%, rgba(184,134,42,.06), transparent 65%),
    var(--bg);
}
.grain-overlay {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.83 0 0 0 0 0.69 0 0 0 0 0.22 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}
.floating-beans { position: absolute; inset: 0; pointer-events: none; }
.bean {
  position: absolute; font-size: 14px; color: rgba(212,175,55,.25);
  animation: floatBean linear infinite;
}
@keyframes floatBean {
  0% { transform: translateY(105vh) rotate(0deg); opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { transform: translateY(-8vh) rotate(360deg); opacity: 0; }
}

.hero-inner { position: relative; z-index: 2; max-width: 900px; }
.hero-eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  font-size: .78rem; letter-spacing: .5em; color: var(--gold); margin-bottom: 28px;
}
.hero-eyebrow .line { width: 56px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); opacity: .5; }
.hero-eyebrow .line:last-child { background: linear-gradient(90deg, var(--gold), transparent); opacity: .5; }

.hero-title { font-size: clamp(2.6rem, 7.5vw, 5.6rem); }
.ht-row { display: block; }
.hero-title .gold-script { font-size: 1.28em; margin: -6px 0; }
.hero-sub { max-width: 560px; margin: 26px auto 0; color: var(--muted); font-size: 1.05rem; }

.hero-cta { margin-top: 40px; display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

/* ═══════ HERO PHOTO ═══════ */
.hero-photo {
  position: relative;
  max-width: 520px;
  margin: 48px auto 0;
}
.hero-photo img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  box-shadow: 0 30px 80px rgba(74, 63, 43, .25), 0 0 0 1px rgba(212, 175, 55, .15);
}
.hero-photo-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(ellipse at center, rgba(212, 175, 55, .12), transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.btn {
  display: inline-block; padding: 15px 38px; border-radius: 100px;
  font-family: var(--sans); font-size: .82rem; letter-spacing: .22em; text-transform: uppercase;
  transition: .4s; cursor: pointer;
}
.btn-gold {
  background: var(--grad-gold); background-size: 200% auto; color: #fff; font-weight: 500;
  box-shadow: 0 8px 30px rgba(212,175,55,.28);
}
.btn-gold:hover { background-position: right center; transform: translateY(-3px); box-shadow: 0 14px 40px rgba(212,175,55,.45); }
.btn-ghost { border: 1px solid rgba(212,175,55,.5); color: var(--gold); }
.btn-ghost:hover { background: rgba(212,175,55,.12); transform: translateY(-3px); }

.hero-stats {
  margin-top: 64px; display: flex; align-items: center; justify-content: center; gap: 38px; flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-num { display: block; font-family: var(--serif); font-size: 2.4rem; color: var(--gold); font-weight: 600; }
.stat-label { font-size: .7rem; letter-spacing: .25em; text-transform: uppercase; color: var(--muted); }
.stat-div { width: 1px; height: 44px; background: linear-gradient(transparent, rgba(212,175,55,.5), transparent); }

.scroll-hint { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2; }
.mouse { display: block; width: 24px; height: 40px; border: 1.5px solid rgba(212,175,55,.6); border-radius: 14px; position: relative; }
.wheel { position: absolute; top: 7px; left: 50%; width: 3px; height: 7px; margin-left: -1.5px; background: var(--gold); border-radius: 2px; animation: wheel 1.6s ease-in-out infinite; }
@keyframes wheel { 0%{opacity:1;transform:translateY(0)} 100%{opacity:0;transform:translateY(12px)} }

/* ═══════ MARQUEE ═══════ */
.marquee { overflow: hidden; border-top: 1px solid rgba(212,175,55,.2); border-bottom: 1px solid rgba(212,175,55,.2); background: var(--bg-2); padding: 16px 0; }
.marquee-track { display: flex; white-space: nowrap; animation: marquee 30s linear infinite; }
.marquee-track span { font-size: .82rem; letter-spacing: .4em; color: var(--gold); opacity: .85; padding-right: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ═══════ SECTIONS ═══════ */
.section { padding: 110px 5vw; position: relative; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.kicker { font-size: .74rem; letter-spacing: .5em; color: var(--gold); margin-bottom: 14px; }
.section-head h2 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); }
.section-head .gold-script { font-size: 1.15em; }
.section-sub { color: var(--muted); margin-top: 14px; }

/* ═══════ MENU ═══════ */
.menu { background: var(--bg-2); }
.menu-tabs { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 50px; }
.tab {
  background: none; border: 1px solid rgba(212,175,55,.35); color: var(--muted);
  padding: 11px 26px; border-radius: 100px; cursor: pointer;
  font-family: var(--sans); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
  transition: .35s;
}
.tab:hover { color: var(--gold); border-color: var(--gold); }
.tab.active { background: var(--grad-gold); background-size: 200% auto; color: #14100b; border-color: transparent; font-weight: 500; box-shadow: 0 6px 22px rgba(212,175,55,.3); }

.menu-panels { max-width: 780px; margin: 0 auto; }
.panel { display: none; animation: fadeUp .5s ease both; }
.panel.active { display: block; }
@keyframes fadeUp { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:none} }

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.menu-card {
  background: var(--bg);
  border: 1px solid rgba(212,175,55,.15);
  border-radius: 16px;
  overflow: hidden;
  transition: .4s cubic-bezier(.2,.9,.4,1);
  cursor: pointer;
}
.menu-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(212,175,55,.18);
  border-color: rgba(212,175,55,.35);
}
.mc-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
  background: var(--bg-2);
}
.mc-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .6s ease;
}
.menu-card:hover .mc-img {
  transform: scale(1.08);
}
.mc-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--sans);
  font-size: .6rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  background: var(--grad-gold);
  background-size: 200% auto;
  color: #fff;
  padding: 5px 12px;
  border-radius: 100px;
  font-weight: 500;
  box-shadow: 0 4px 14px rgba(212,175,55,.35);
}
.mc-body {
  padding: 18px 20px 22px;
}
.mc-body h3 {
  font-size: 1.2rem;
  color: var(--cream);
  margin-bottom: 4px;
}
.mc-body p {
  color: var(--muted);
  font-size: .85rem;
  line-height: 1.5;
  margin-bottom: 12px;
}
.mc-price {
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--gold);
  font-weight: 600;
}
.menu-note { text-align: center; margin-top: 46px; color: var(--gold); font-size: .85rem; letter-spacing: .25em; }

/* ═══════ QUOTES ═══════ */
.quotes { background: var(--bg-2); padding-top: 80px; padding-bottom: 80px; }
.quote-slider { max-width: 760px; margin: 0 auto; text-align: center; position: relative; }
.quote-track { position: relative; min-height: 150px; }
.quote { position: absolute; inset: 0; opacity: 0; transform: translateY(14px); transition: .7s ease; }
.quote.active { opacity: 1; transform: none; }
.quote p { font-family: var(--serif); font-size: clamp(1.3rem, 3vw, 1.8rem); font-style: italic; color: var(--cream); }
.quote cite { display: block; margin-top: 18px; font-style: normal; font-size: .8rem; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); }
.quote-dots { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.qdot { width: 9px; height: 9px; border-radius: 50%; border: 1px solid var(--gold); background: none; cursor: pointer; transition: .3s; padding: 0; }
.qdot.active { background: var(--gold); box-shadow: 0 0 10px rgba(212,175,55,.6); }

/* ═══════ VISIT ═══════ */
.visit-card {
  max-width: 1050px; margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: center;
  border: 1px solid rgba(212,175,55,.3); border-radius: 20px;
  padding: 60px; background: linear-gradient(145deg, rgba(212,175,55,.06), transparent 55%), var(--bg-2);
  box-shadow: 0 40px 90px rgba(0,0,0,.08);
}
.visit-info h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 30px; }
.visit-list { list-style: none; display: grid; gap: 24px; margin-bottom: 38px; }
.visit-list li { display: flex; gap: 16px; align-items: flex-start; }
.v-ico { color: var(--gold); margin-top: 3px; }
.visit-list h4 { font-size: 1.15rem; color: var(--gold-light); }
.visit-list p { color: var(--muted); font-size: .95rem; }
.cup-scene { display: flex; justify-content: center; }
.steam { stroke: var(--gold); stroke-width: 2.5; stroke-linecap: round; opacity: 0; animation: steamRise 3s ease-in-out infinite; }
.steam.st2 { animation-delay: .8s; }
.steam.st3 { animation-delay: 1.6s; }
@keyframes steamRise { 0%{opacity:0;transform:translateY(6px)} 40%{opacity:.85} 100%{opacity:0;transform:translateY(-10px)} }

/* ═══════ FOOTER ═══════ */
footer { border-top: 1px solid rgba(212,175,55,.2); background: var(--bg); padding: 70px 5vw 40px; }
.footer-inner { max-width: 900px; margin: 0 auto; text-align: center; display: grid; gap: 22px; justify-items: center; }
.footer-tag { font-family: var(--serif); font-style: italic; color: var(--muted); font-size: 1.05rem; }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); transition: .3s; }
.footer-links a:hover { color: var(--gold); }
.copyright { font-size: .75rem; color: var(--muted); letter-spacing: .1em; margin-top: 10px; opacity: .6; }

/* ═══════ TO TOP ═══════ */
#to-top {
  position: fixed; bottom: 28px; right: 28px; z-index: 900;
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--gold); background: rgba(254,246,214,.9); color: var(--gold);
  font-size: 1.2rem; cursor: pointer; backdrop-filter: blur(8px);
  opacity: 0; visibility: hidden; transform: translateY(16px); transition: .4s;
}
#to-top.show { opacity: 1; visibility: visible; transform: none; }
#to-top:hover { background: var(--gold); color: #fff; box-shadow: 0 0 24px rgba(212,175,55,.5); }

/* ═══════ REVEAL ON SCROLL ═══════ */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s ease, transform .9s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; } .reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .32s; } .reveal.d4 { transition-delay: .45s; }
.reveal.d5 { transition-delay: .58s; } .reveal.d6 { transition-delay: .72s; }

/* ═══════ RESPONSIVE ═══════ */
@media (max-width: 980px) {
  .visit-card { grid-template-columns: 1fr; padding: 44px 30px; }
}
@media (max-width: 820px) {
  #nav-links {
    position: fixed; inset: 0; z-index: -1;
    background: rgba(254,246,214,.97); backdrop-filter: blur(20px);
    flex-direction: column; align-items: center; justify-content: center; gap: 30px;
    opacity: 0; visibility: hidden; transition: .4s;
  }
  #nav-links.open { opacity: 1; visibility: visible; z-index: 999; }
  #nav-links a { font-size: 1.05rem; }
  #hamburger { display: flex; z-index: 1002; }
  .ig-pill span { display: none; }
  .ig-pill { padding: 8px 10px; }
  .ig-pill.big span { display: inline; }
  .ig-pill.big { padding: 11px 26px; }
}
@media (max-width: 560px) {
  .section { padding: 80px 6vw; }
  .hero-stats { gap: 22px; }
  .stat-div { display: none; }
  .visit-card { padding: 36px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ═══════ FLOATING CART BUTTON ═══════ */
#cart-fab {
  position: fixed; bottom: 28px; right: 28px; z-index: 950;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--grad-gold); background-size: 200% auto;
  color: #fff; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 30px rgba(212,175,55,.35);
  transition: .4s cubic-bezier(.2,.9,.4,1);
}
#cart-fab:hover { transform: scale(1.1); box-shadow: 0 12px 40px rgba(212,175,55,.5); background-position: right center; }
#cart-badge {
  position: absolute; top: -4px; right: -4px;
  min-width: 22px; height: 22px; border-radius: 11px;
  background: #c0704d; color: #fff; font-size: .7rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  padding: 0 5px; pointer-events: none;
  transition: transform .3s cubic-bezier(.2,1.4,.4,1);
}
#cart-badge.hidden { transform: scale(0); }
#cart-badge.pulse { animation: badgePulse .4s ease; }
@keyframes badgePulse { 0%{transform:scale(1)} 50%{transform:scale(1.4)} 100%{transform:scale(1)} }

/* ═══════ CART OVERLAY ═══════ */
.cart-overlay {
  position: fixed; inset: 0; z-index: 1001;
  background: rgba(74,63,43,.4); backdrop-filter: blur(4px);
  opacity: 0; visibility: hidden; transition: .4s;
}
.cart-overlay.open { opacity: 1; visibility: visible; }

/* ═══════ CART SIDEBAR ═══════ */
.cart-sidebar {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 1002;
  width: 400px; max-width: 92vw;
  background: var(--bg); border-left: 1px solid rgba(212,175,55,.2);
  box-shadow: -10px 0 50px rgba(0,0,0,.12);
  display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .4s cubic-bezier(.2,.9,.4,1);
}
.cart-sidebar.open { transform: translateX(0); }

.cs-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 24px; border-bottom: 1px solid rgba(212,175,55,.15);
}
.cs-head h2 { font-size: 1.3rem; }
.cs-close {
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(212,175,55,.3);
  background: none; color: var(--muted); font-size: 1rem; cursor: pointer; transition: .3s;
  display: flex; align-items: center; justify-content: center;
}
.cs-close:hover { color: var(--gold); border-color: var(--gold); background: rgba(212,175,55,.08); }

.cs-items { flex: 1; overflow-y: auto; padding: 16px 24px; }
.cs-empty { color: var(--muted); font-size: .88rem; font-style: italic; text-align: center; padding: 40px 0; }

/* Cart item row */
.ci {
  display: flex; gap: 14px; padding: 14px 0;
  border-bottom: 1px solid rgba(212,175,55,.1);
  animation: fadeUp .3s ease both;
}
.ci-img {
  width: 56px; height: 56px; border-radius: 10px; flex-shrink: 0;
  background-size: cover; background-position: center;
  border: 1px solid rgba(212,175,55,.15);
}
.ci-body { flex: 1; min-width: 0; }
.ci-name { font-family: var(--serif); font-size: 1rem; font-weight: 600; color: var(--cream); }
.ci-cust { font-size: .72rem; color: var(--gold); margin-top: 2px; line-height: 1.4; }
.ci-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.ci-price { color: var(--gold); font-size: .85rem; font-weight: 500; }
.ci-controls { display: flex; align-items: center; gap: 0; }
.ci-qty {
  display: flex; align-items: center; gap: 0;
  border: 1px solid rgba(212,175,55,.3); border-radius: 8px; overflow: hidden;
}
.ci-qty button {
  width: 30px; height: 30px; border: none; background: none;
  color: var(--gold); font-size: 1rem; cursor: pointer; transition: .2s;
  display: flex; align-items: center; justify-content: center;
}
.ci-qty button:hover { background: rgba(212,175,55,.12); }
.ci-qty span { min-width: 24px; text-align: center; font-weight: 600; font-size: .85rem; }
.ci-remove {
  width: 28px; height: 28px; border-radius: 50%; border: none;
  background: none; color: #c0704d; font-size: .8rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: .2s;
  margin-left: 8px;
}
.ci-remove:hover { background: rgba(192,112,77,.1); }

/* Cart footer */
.cs-footer {
  padding: 18px 24px 24px; border-top: 1px solid rgba(212,175,55,.15);
  background: var(--bg-2);
}
.cs-total { display: flex; justify-content: space-between; margin-bottom: 16px; font-size: 1.05rem; }
.cs-total b { color: var(--gold); font-family: var(--serif); font-size: 1.2rem; }
.cs-checkout { text-align: center; display: block; text-decoration: none; }
.cs-checkout:disabled, .cs-checkout.disabled { opacity: .45; pointer-events: none; }
.cs-place-order { display: none; text-align: center; }

/* ═══════ CHECKOUT FORM (inside sidebar) ═══════ */
.co-form { margin-top: 4px; }
.co-form label { display: block; font-size: .68rem; letter-spacing: .2em; color: var(--muted); margin: 12px 0 4px; text-transform: uppercase; }
.co-form input, .co-form textarea {
  width: 100%; background: var(--bg); border: 1px solid rgba(184,134,42,.2);
  border-radius: 8px; padding: 10px 12px; color: var(--cream);
  font-family: var(--sans); font-size: .85rem; transition: .3s;
}
.co-form input:focus, .co-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,134,42,.08); }
.co-form textarea { resize: vertical; min-height: 56px; }
.co-form .pay { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 4px; }
.co-form .pay-opt { border: 1px solid rgba(184,134,42,.25); border-radius: 10px; padding: 10px; cursor: pointer; text-align: center; font-size: .82rem; transition: .3s; background: var(--bg-2); }
.co-form .pay-opt small { display: block; color: var(--muted); font-size: .68rem; margin-top: 2px; }
.co-form .pay-opt.sel { border-color: var(--gold); background: rgba(184,134,42,.08); box-shadow: 0 0 0 3px rgba(184,134,42,.1); }
.co-err { color: #c0704d; font-size: .8rem; margin-top: 8px; display: none; }

/* ═══════ DONE OVERLAY ═══════ */
.done-overlay {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(254,246,214,.94); backdrop-filter: blur(8px);
  display: none; align-items: center; justify-content: center; padding: 5vw;
}
.done-overlay.show { display: flex; }
.done-card {
  max-width: 460px; width: 100%; background: var(--bg-3);
  border: 1px solid rgba(184,134,42,.4); border-radius: 20px;
  padding: 40px; text-align: center; animation: pop .5s cubic-bezier(.2,1.4,.4,1);
}
@keyframes pop { from { transform: scale(.85); opacity: 0; } }
.done-card .check { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%; border: 2px solid gray; display: flex; align-items: center; justify-content: center; color: gray; font-size: 1.7rem; }
.done-card .check.success { border-color: #3d8b3d; color: #3d8b3d; }
.done-card .check.gold { border-color: var(--gold); color: var(--gold); }
.done-card h2 { font-family: var(--serif); font-size: 1.8rem; margin-bottom: 8px; }
.code { font-size: 1.6rem; letter-spacing: .25em; color: var(--gold); font-weight: 600; margin: 12px 0; padding: 10px; border: 1px dashed rgba(184,134,42,.5); border-radius: 10px; background: var(--bg-2); }
.done-card p { color: var(--muted); font-size: .88rem; }
.ziina-btn { display: inline-block; margin-top: 18px; padding: 15px 40px; border-radius: 999px; background: var(--grad-gold); color: #fff; font-weight: 600; letter-spacing: .12em; font-size: .9rem; cursor: pointer; transition: .4s; border: none; }
.ziina-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(184,134,42,.4); }
.ziina-btn:disabled { opacity: .5; cursor: not-allowed; }
.ghost { display: inline-block; margin-top: 14px; color: var(--muted); font-size: .8rem; border-bottom: 1px solid rgba(184,134,42,.3); cursor: pointer; background: none; border-top: none; border-left: none; border-right: none; }

/* ═══════ TRACK ORDER ═══════ */
.track { max-width: 600px; margin: 0 auto; padding: 60px 5vw 40px; text-align: center; }
.track-box { display: flex; gap: 10px; max-width: 420px; margin: 0 auto; }
.track-box input { flex: 1; background: var(--bg-2); border: 1px solid rgba(184,134,42,.25); border-radius: 9px; padding: 11px 13px; color: var(--cream); font-family: var(--sans); font-size: .9rem; }
.track-box input:focus { outline: none; border-color: var(--gold); }
.track-box button { padding: 0 22px; border-radius: 9px; border: 1px solid var(--gold); background: none; color: var(--gold); cursor: pointer; font-family: var(--sans); letter-spacing: .1em; transition: .3s; }
.track-box button:hover { background: var(--gold); color: #fff; }
#track-out { margin-top: 12px; font-size: .9rem; color: var(--cream); background: var(--bg-2); padding: 12px; border-radius: 8px; border: 1px solid rgba(184,134,42,.15); display: none; }
#track-out:not(:empty) { display: block; }

/* ═══════ CART TOAST ═══════ */
.cart-toast {
  position: fixed; bottom: 100px; left: 50%; transform: translateX(-50%) translateY(20px);
  z-index: 1200; background: var(--cream); color: var(--bg);
  padding: 12px 28px; border-radius: 100px; font-size: .85rem; font-weight: 500;
  box-shadow: 0 8px 30px rgba(0,0,0,.2);
  opacity: 0; visibility: hidden; transition: .4s cubic-bezier(.2,.9,.4,1);
}
.cart-toast.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

/* ═══════ FLYING ELEMENT ═══════ */
.fly-dot {
  position: fixed; z-index: 1300; pointer-events: none;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--grad-gold); background-size: 200% auto;
  box-shadow: 0 6px 20px rgba(212,175,55,.5);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: .8rem;
  transition: all .7s cubic-bezier(.2,.7,.3,1);
}

/* ═══════ CLICKABLE MENU CARD ═══════ */
.menu-card { position: relative; cursor: pointer; }
.menu-card::after {
  content: '+'; position: absolute; bottom: 12px; right: 12px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--grad-gold); background-size: 200% auto;
  color: #fff; font-size: 1.1rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(212,175,55,.35);
  transition: .3s; opacity: 0; transform: scale(.7);
}
.menu-card:hover::after { opacity: 1; transform: scale(1); }


/* ═══════ LANG TOGGLE ═══════ */
.lang-btn {
  background: none;
  border: 1px solid rgba(212,175,55,.35);
  color: var(--gold);
  padding: 6px 14px;
  border-radius: 100px;
  font-family: var(--sans);
  font-size: .75rem;
  letter-spacing: .06em;
  cursor: pointer;
  transition: .35s;
  white-space: nowrap;
}
.lang-btn:hover {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}

/* ═══════ ARABIC / RTL ═══════ */
html[dir="rtl"] {
  font-family: var(--arabic), var(--sans);
}
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4 {
  font-family: var(--arabic), var(--serif);
}
html[dir="rtl"] .brand-text,
html[dir="rtl"] .brand-text em {
  font-family: var(--sans);
}
html[dir="rtl"] .mc-body h3,
html[dir="rtl"] .mc-body p {
  font-family: var(--arabic), var(--sans);
}
html[dir="rtl"] .mc-tag {
  left: auto;
  right: 12px;
}
html[dir="rtl"] .hero-eyebrow {
  letter-spacing: .15em;
}
html[dir="rtl"] .kicker {
  letter-spacing: .2em;
}
html[dir="rtl"] .menu-note {
  letter-spacing: .1em;
}
@media (max-width: 820px) {
  html[dir="rtl"] .lang-btn { font-size: .7rem; padding: 5px 10px; }
}

/* ═══════ CART RESPONSIVE ═══════ */
@media (max-width: 560px) {
  #cart-fab { bottom: 20px; right: 20px; width: 50px; height: 50px; }
  #cart-fab svg { width: 18px; height: 18px; }
  .cart-sidebar { width: 100%; max-width: 100%; }
}

/* ═══════ SOLD OUT ═══════ */
.menu-card.sold-out {
  opacity: .5;
  pointer-events: none;
  filter: grayscale(.6);
}
.menu-card.sold-out .mc-img { filter: grayscale(.8) brightness(.7); }
.menu-card.sold-out::after { display: none; }
.sold-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
  background: rgba(30, 15, 5, .88);
  color: #e08a6d;
  font-family: var(--sans);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .35em;
  text-transform: uppercase;
  padding: 8px 28px;
  border: 2px solid rgba(224, 138, 109, .5);
  border-radius: 6px;
  z-index: 5;
  pointer-events: none;
}

/* ═══════ CLOSED HOURS OVERLAY ═══════ */
.closed-overlay {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(254, 246, 214, .96);
  backdrop-filter: blur(12px);
  display: flex; align-items: center; justify-content: center;
  padding: 5vw; text-align: center;
}
.closed-card {
  max-width: 440px; width: 100%;
  animation: pop .6s cubic-bezier(.2, 1.4, .4, 1);
}
.closed-card .ico { font-size: 3rem; margin-bottom: 18px; }
.closed-card h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--cream);
  margin-bottom: 12px;
}
.closed-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
.closed-card .sub {
  font-size: .8rem;
  letter-spacing: .2em;
  color: var(--gold);
  margin-top: 16px;
}
