/* ═══════════════════════════════════════════════════════
   THAMMUDU BIRYANI — Landing Page
   Design DNA: Soil-to-Soul editorial inspiration
   ─ Deep forest green · Cormorant Garamond · Radical whitespace
   ═══════════════════════════════════════════════════════ */

:root {
  --bg:    #070F0A;
  --bg2:   #0B1510;
  --gold:  #C8A96E;
  --gs:    rgba(200,169,110,0.12);
  --gb:    rgba(200,169,110,0.18);
  --cream: #EDE3CE;
  --tx1:   #EDE3CE;
  --tx2:   rgba(237,227,206,0.55);
  --tx3:   rgba(237,227,206,0.25);
  --bdr:   rgba(237,227,206,0.07);
  --green: rgba(45,90,61,0.35);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-tap-highlight-color: transparent; }
body { font-family: 'DM Sans', system-ui, sans-serif; background: var(--bg); color: var(--tx1); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; color: var(--gold); }
button { font-family: inherit; cursor: pointer; }

/* ── INTRO ────────────────────────────────────────── */
.intro {
  position: fixed; inset: 0; z-index: 999;
  background: radial-gradient(circle at center, #0B1A12 0%, #040906 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  animation: introFadeOut 1s 2.6s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  pointer-events: none;
  overflow: hidden;
}
.intro-bg {
  position: absolute; inset: -5%; z-index: 1;
  background: url('heritage-map.png') no-repeat 78% 48%;
  background-size: cover;
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: introMapFade 8s ease-out forwards;
}
@keyframes introMapFade {
  0% { transform: scale(1.02); opacity: 0; }
  15% { opacity: 0.28; }
  100% { transform: scale(1.08); opacity: 0.28; }
}
.intro-noise {
  position: absolute; inset: 0; z-index: 2;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.05;
  pointer-events: none;
}
.intro-orb {
  position: absolute; border-radius: 50%; opacity: 0;
  filter: blur(100px);
  pointer-events: none; z-index: 0;
  animation: introOrbBreath 3s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.intro-orb1 {
  width: 70vw; height: 70vw; max-width: 600px; max-height: 600px;
  background: radial-gradient(circle, rgba(200,169,110,0.2) 0%, transparent 70%);
  top: -10%; left: -10%;
}
.intro-orb2 {
  width: 80vw; height: 80vw; max-width: 700px; max-height: 700px;
  background: radial-gradient(circle, rgba(160,80,40,0.15) 0%, transparent 70%);
  bottom: -20%; right: -10%;
  animation-delay: 0.3s;
}
@keyframes introOrbBreath {
  0% { transform: scale(0.8) translate(0, 0); opacity: 0; }
  100% { transform: scale(1.1) translate(2%, -2%); opacity: 1; }
}
.intro-logo {
  position: relative; z-index: 10;
  animation: cinematicReveal 1.4s 0.2s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  margin-bottom: 2px;
}
.intro-name {
  position: relative; z-index: 10;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.9rem, 9vw, 4.8rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--cream);
  line-height: 1.1;
  text-align: center;
  animation: cinematicReveal 1.4s 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.intro-name em { font-style: italic; color: var(--gold); font-weight: 400; }
.intro-sub {
  position: relative; z-index: 10;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.7;
  margin-top: 18px;
  animation: cinematicReveal 1.4s 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes cinematicReveal {
  0% { opacity: 0; filter: blur(16px); transform: scale(1.08) translateY(12px); }
  100% { opacity: 1; filter: blur(0); transform: scale(1) translateY(0); }
}
@keyframes introFadeOut { to { opacity: 0; visibility: hidden; } }

/* ── NAV ──────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 40px; gap: 20px;
  transition: all 0.35s;
  opacity: 0; animation: navReveal 1s 2.9s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes navReveal {
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(0); }
}
.nav.scrolled { background: rgba(7,15,10,0.92); backdrop-filter: blur(18px); padding: 14px 40px; border-bottom: 1px solid var(--bdr); }
.nav-logo { display: flex; align-items: center; gap: 10px; font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 400; letter-spacing: 0.1em; color: var(--cream); text-transform: uppercase; }
.nav-logo-stack { display: flex; flex-direction: column; line-height: 1; }
.nav-logo-sub { font-size: 0.8rem; letter-spacing: 0.05em; color: var(--gold); text-transform: none; margin-top: 1px; font-style: italic; opacity: 0.8; }
.nav-center { display: flex; gap: 36px; position: absolute; left: 50%; transform: translateX(-50%); }
.nav-link { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--tx2); font-weight: 500; transition: color 0.2s; }
.nav-link:hover { color: var(--tx1); }
.nav-right { display: flex; align-items: center; gap: 16px; }

.nav-order { padding: 9px 22px; border: 1px solid rgba(200,169,110,0.35); border-radius: 2px; background: transparent; color: var(--gold); font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600; transition: all 0.22s; }
.nav-order:hover { background: var(--gold); color: var(--bg); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 1px; background: var(--tx2); transition: all 0.2s; }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 200;
  background: linear-gradient(160deg, rgba(5,12,8,0.97) 0%, rgba(7,15,10,0.98) 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  transform: translateX(100%); transition: transform 0.4s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
}
.mobile-menu.open { transform: translateX(0); }

/* Charminar silhouette — bottom-anchored, gold line art via screen blend */
.mobile-menu::before {
  content: '';
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 90%; height: 72%;
  background: url('charminar-bg.png') center bottom / contain no-repeat;
  opacity: 0.28;
  mix-blend-mode: screen;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 50%, transparent 100%);
  mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 50%, transparent 100%);
  z-index: 0;
}
/* Subtle gold ambient glow at bottom */
.mobile-menu::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 40%;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(200,169,110,0.06) 0%, transparent 70%);
  pointer-events: none; z-index: 0;
}

.mm-close { position: absolute; top: 24px; right: 28px; background: none; border: none; color: var(--tx2); padding: 8px; z-index: 1; }
.mm-link { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300; letter-spacing: 0.06em; color: var(--tx2); padding: 8px 24px; transition: color 0.2s; position: relative; z-index: 1; }
.mm-link:hover { color: var(--tx1); }

.mm-cta { margin-top: 24px; padding: 12px 40px; border: 1px solid rgba(200,169,110,0.35); background: transparent; color: var(--gold); font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; position: relative; z-index: 1; }
.mm-back { display: none; position: fixed; inset: 0; z-index: 199; background: rgba(0,0,0,0.5); }
.mm-back.open { display: block; }

/* ── HERO ─────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  min-height: 100svh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 120px 24px 80px;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(45,90,30,0.12) 0%, transparent 70%);
}
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  background: url('culture-blend.png') no-repeat center center;
  background-size: cover;
  opacity: 0.6;
  pointer-events: none; z-index: 0;
  -webkit-mask-image: radial-gradient(circle at center 40%, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 85%);
  mask-image: radial-gradient(circle at center 40%, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 85%);
}

/* ── Optical Flow Ambient Shifting ───────────────── */
.hero-bg-flow {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  background: url('culture-blend.png') no-repeat center center;
  background-size: cover;
  opacity: 0.45;
  filter: blur(24px);
  mix-blend-mode: screen; 
  pointer-events: none; z-index: 1;
  -webkit-mask-image: radial-gradient(circle at center 40%, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 85%);
  mask-image: radial-gradient(circle at center 40%, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 85%);
  animation: opticalFlow 50s linear infinite alternate;
  transform-origin: center;
}

@keyframes opticalFlow {
  0%   { transform: scale(1.15) translate(4%, 2%); }
  100% { transform: scale(1.15) translate(-4%, -2%); }
}





.hero-inner {
  position: relative; z-index: 10;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
  opacity: 0; animation: heroIn 1s 2.9s cubic-bezier(.2,.8,.3,1) forwards;
}
@keyframes heroIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 18px; border: 1px solid rgba(200,169,110,0.22);
  border-radius: 40px; background: rgba(200,169,110,0.05);
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
}
.hero-pulse { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

.hero-h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400; line-height: 1.0;
  font-size: clamp(3.5rem, 10vw, 7rem);
}
.hero-line1 { display: block; color: var(--cream); letter-spacing: -0.01em; }
.hero-line2 { display: block; font-style: italic; color: var(--gold); font-weight: 300; }

.hero-sub {
  font-size: 0.95rem; color: var(--tx2); line-height: 1.8;
  font-weight: 300; max-width: 400px;
}
.hero-cta {
  padding: 14px 44px; background: transparent;
  border: 1px solid rgba(200,169,110,0.4); color: var(--gold);
  font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
  transition: all 0.25s; margin-top: 4px;
}
.hero-cta:hover { background: var(--gold); color: var(--bg); }
.hero-stats {
  display: flex; align-items: center; gap: 12px;
  font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tx3);
}
.hs-dot { opacity: 0.3; }

.hero-scroll {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center;
  opacity: 0; animation: heroIn 1s 3.4s forwards;
}
.hs-line { width: 1px; height: 56px; background: linear-gradient(to bottom, transparent, rgba(200,169,110,0.4)); animation: scrollBounce 2.5s ease-in-out infinite; }
@keyframes scrollBounce { 0%,100% { transform: scaleY(1) translateY(0); opacity: 0.6; } 50% { transform: scaleY(1.2) translateY(6px); opacity: 1; } }

/* ── SHARED ───────────────────────────────────────── */
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.wrap-narrow { max-width: 700px; }
.section { padding: 110px 0; }
.sec-label { font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; opacity: 0.8; }
.sec-h { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 400; color: var(--cream); line-height: 1.1; margin-bottom: 16px; }
.sec-sub { font-size: 0.9rem; color: var(--tx2); line-height: 1.8; font-weight: 300; max-width: 520px; margin-bottom: 52px; }

.section-rule { display: flex; align-items: center; gap: 20px; padding: 0 40px; max-width: 1100px; margin: 0 auto; }
.sr-line { flex: 1; height: 1px; background: var(--bdr); }
.sr-mark { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: rgba(200,169,110,0.25); flex-shrink: 0; }

/* ── MENU GRID ────────────────────────────────────── */
.menu-grid { 
  display: grid; 
  grid-template-columns: 1fr; 
  gap: 1px; 
  background: var(--bdr); 
  border: 1px solid var(--bdr); 
  margin-bottom: 1px; 
}
.mc { 
  background: var(--bg); 
  transition: background 0.4s ease; 
  cursor: default; 
  display: flex; 
  flex-direction: column; 
}
.mc:hover { 
  background: rgba(255,255,255,0.018); 
}

.mc-media { 
  position: relative; 
  overflow: hidden; 
  flex-shrink: 0;
}
.mc-img { 
  position: absolute;
  inset: 0;
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.3, 1); 
}
.mc:hover .mc-img { 
  transform: scale(1.04); 
}
.mc-media-fade { 
  position: absolute; 
  inset: 0; 
  background: linear-gradient(to top, rgba(7,15,10,0.8) 0%, rgba(7,15,10,0.1) 50%, transparent 100%); 
  pointer-events: none;
}
.mc-badge { 
  position: absolute; 
  top: 24px; 
  left: 24px; 
  padding: 6px 14px; 
  background: var(--gold); 
  color: var(--bg); 
  font-family: 'DM Sans', sans-serif;
  font-size: 0.6rem; 
  font-weight: 700; 
  letter-spacing: 0.16em; 
  text-transform: uppercase; 
  z-index: 2;
}

.mc-body { 
  padding: 36px 32px; 
  display: flex; 
  flex-direction: column; 
  gap: 14px; 
  flex: 1;
  justify-content: center;
}

.mc-meta { display: flex; justify-content: space-between; align-items: baseline; }
.mc-name { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 400; color: var(--cream); letter-spacing: 0.02em; }
.mc-price { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 300; color: var(--gold); }
.mc-desc { font-size: 0.82rem; color: var(--tx2); line-height: 1.8; font-weight: 300; }

.mc-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.mc-tags span { border: 1px solid var(--bdr); padding: 5px 12px; font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tx3); }

.mc-btn {
  align-self: flex-start; padding: 12px 28px; background: transparent;
  border: 1px solid var(--gb); color: var(--gold);
  font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
  transition: all 0.3s ease; margin-top: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.mc-btn::after {
  content: ''; position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
}
.mc-btn:hover { border-color: var(--gold); color: var(--bg); }
.mc-btn:hover::after { transform: scaleX(1); }
.mc-btn:active { transform: scale(0.96); transition: transform 0.1s; }

/* Premium Native Animation Flow */
.mc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.mc-btn.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.btn-spinner {
  position: absolute;
  top: 50%; left: 50%;
  width: 16px; height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid rgba(200,169,110,0.3);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: btnSpin 0.6s linear infinite;
}
@keyframes btnSpin {
  to { transform: rotate(360deg); }
}

@keyframes premiumAddAnim {
  0%   { transform: scale(1); box-shadow: 0 0 0 rgba(200,169,110,0); }
  50%  { transform: scale(1.05); box-shadow: 0 10px 20px rgba(200,169,110,0.4); }
  100% { transform: scale(1); box-shadow: 0 0 10px rgba(200,169,110,0); }
}

.mc-btn.added { 
  background: var(--gold); 
  color: var(--bg) !important; 
  border-color: var(--gold); 
  animation: premiumAddAnim 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  pointer-events: none;
}
.btn-check {
  display: inline-block;
  width: 12px; height: 12px;
  border-bottom: 2px solid var(--bg);
  border-right: 2px solid var(--bg);
  transform: rotate(45deg) translateY(-2px);
  margin-right: 4px;
  opacity: 0;
  animation: checkPop 0.3s forwards 0.2s;
}
@keyframes checkPop {
  to { opacity: 1; transform: rotate(45deg) translateY(-2px) scale(1.1); }
}

/* Editorial Asymmetric Grid */
@media (min-width: 961px) {
  .menu-grid {
    grid-template-columns: 10fr 14fr;
  }
  
  .mc[data-id="goat"] {
    grid-row: span 2;
  }
  .mc[data-id="goat"] .mc-media {
    flex: 1; 
    min-height: 480px; 
  }
  .mc[data-id="goat"] .mc-body {
    flex: none; 
    border-top: 1px solid var(--bdr);
  }
  
  .mc[data-id="chicken"], 
  .mc[data-id="veg"] {
    flex-direction: row; 
  }
  .mc[data-id="chicken"] .mc-media, 
  .mc[data-id="veg"] .mc-media {
    width: 45%; 
    min-height: 280px;
  }
  .mc[data-id="chicken"] .mc-media-fade, 
  .mc[data-id="veg"] .mc-media-fade {
    background: linear-gradient(to right, transparent 50%, rgba(7,15,10,0.6) 100%);
  }
  .mc[data-id="chicken"] .mc-img, 
  .mc[data-id="veg"] .mc-img {
    object-position: center;
  }
  .mc[data-id="chicken"] .mc-body, 
  .mc[data-id="veg"] .mc-body {
    width: 55%;
    border-left: 1px solid var(--bdr);
    padding: 40px 36px;
  }
}
@media (max-width: 960px) {
  .mc-media { height: 280px; }
  .mc-body { border-top: 1px solid var(--bdr); }
}
.family-card { border: 1px solid var(--bdr); padding: 32px 36px; display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 1px; background: rgba(200,169,110,0.02); }
.fc-eyebrow { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); opacity: 0.7; margin-bottom: 8px; }
.fc-name { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 400; color: var(--cream); margin-bottom: 8px; }
.fc-desc { font-size: 0.82rem; color: var(--tx2); font-weight: 300; line-height: 1.6; }
.fc-right { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; flex-shrink: 0; }
.fc-price { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 300; color: var(--gold); display: flex; align-items: baseline; gap: 8px; }
.fc-save { font-family: 'DM Sans', sans-serif; font-size: 0.7rem; color: rgba(16,185,129,0.8); letter-spacing: 0.08em; text-transform: uppercase; }

/* More Options Accordion */
.more-options-wrap {
  border: 1px solid var(--bdr);
  background: rgba(200,169,110,0.02);
  margin-bottom: 1px;
}
.more-options-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s ease;
}
.more-options-trigger:hover {
  background: rgba(200,169,110,0.04);
}
.mot-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.8;
}
.mot-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  color: var(--tx3);
  opacity: 0.6;
  flex: 1;
}
.mot-arrow {
  display: flex;
  align-items: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.more-options-trigger[aria-expanded="true"] .mot-arrow {
  transform: rotate(180deg);
}
.more-options-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}
.more-options-body.is-open {
  max-height: 600px;
}
.more-options-body .family-card {
  border: none;
  border-top: 1px solid var(--bdr);
  margin-bottom: 0;
}

/* Add-ons */
.addons { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 20px 0 0; border-top: 1px solid var(--bdr); }
.addons-lbl { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--tx3); font-weight: 600; }
.addon { padding: 7px 16px; background: transparent; border: 1px solid var(--bdr); color: var(--tx2); font-size: 0.78rem; transition: all 0.2s; }
.addon em { font-style: normal; color: var(--gold); margin-left: 4px; }
.addon:hover { border-color: var(--gb); color: var(--cream); }

/* ── INGREDIENTS ──────────────────────────────────── */
.ingredients { padding: 110px 0; background: linear-gradient(to bottom, rgba(200,169,110,0.015), transparent); }
.ing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--bdr);
  border: 1px solid var(--bdr);
  margin-top: 60px;
}
.ing-item {
  background: var(--bg);
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: background 0.4s ease;
  position: relative;
  overflow: hidden;
}
.ing-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  mix-blend-mode: luminosity;
  transition: opacity 0.5s ease, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 0;
}
.ing-item:hover::before {
  opacity: 0.28;
  transform: scale(1.04);
}
.ing-goat::before { background-image: url('goat-bg.png'); }
.ing-onions::before { background-image: url('onions-bg.png'); }
.ing-basmati::before { background-image: url('basmati-bg.png'); }
.ing-saffron::before { background-image: url('saffron-bg.png'); }

.ing-icon, .ing-meta, .ing-desc {
  position: relative;
  z-index: 10;
}
.ing-icon {
  margin-bottom: 8px;
}
.ing-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ing-origin {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(200,169,110,0.6);
}
.ing-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--cream);
  line-height: 1.1;
}
.ing-desc {
  font-size: 0.9rem;
  color: var(--tx2);
  line-height: 1.8;
  font-weight: 300;
  max-width: 420px;
}

@media (max-width: 768px) {
  .ing-grid { grid-template-columns: 1fr; }
  .ing-item { padding: 36px 28px; }
  .ing-name { font-size: 1.8rem; }

  /* Intro splash — scale down title on mobile */
  .intro-name {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
    letter-spacing: 0.02em;
    word-break: break-word;
    padding: 0 16px;
  }
  .intro-sub { font-size: 0.55rem; letter-spacing: 0.3em; }
}

/* ── STORY ────────────────────────────────────────── */
.story { padding: 110px 0; }
.story-h { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem, 6vw, 4.8rem); font-weight: 400; color: var(--cream); line-height: 1.05; margin-bottom: 28px; }
.story-p { font-size: 0.92rem; color: var(--tx2); line-height: 1.85; font-weight: 300; margin-bottom: 20px; max-width: 620px; }
.story-img-row { position: relative; margin: 60px 0; overflow: hidden; }
.story-img { width: 100%; height: 500px; object-fit: cover; object-position: center 50%; display: block; filter: brightness(0.8) contrast(1.05) saturate(0.9); }
.story-img-caption { position: absolute; bottom: 24px; right: 40px; font-size: 0.65rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(200,169,110,0.6); background: rgba(7,15,10,0.7); padding: 5px 12px; backdrop-filter: blur(6px); }

/* Pillars */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--bdr); margin-top: 60px; }
.pillar { padding: 36px 32px; border-right: 1px solid var(--bdr); }
.pillar:last-child { border-right: none; }
.pillar-n { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; color: rgba(200,169,110,0.2); line-height: 1; margin-bottom: 16px; }
.pillar-body h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 500; color: var(--cream); letter-spacing: 0.04em; margin-bottom: 10px; }
.pillar-body p { font-size: 0.8rem; color: var(--tx2); line-height: 1.75; font-weight: 300; }

/* ── ORDER ────────────────────────────────────────── */
.order-section {}
.order-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

/* Cart & Checkout Premium Glassmorphism */
.cart, .checkout {
  border: 1px solid rgba(200, 169, 110, 0.05);
  background: linear-gradient(180deg, rgba(16, 25, 18, 0.4) 0%, rgba(7, 15, 10, 0.8) 100%);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255,255,255,0.02);
  display: flex; flex-direction: column; overflow: hidden;
}
.cart { position: sticky; top: 90px; min-height: 360px; }

.cart-head { padding: 18px 24px; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); position: relative; }
.cart-head::after { content:''; position:absolute; bottom:0; left:5%; width:90%; height:1px; background: linear-gradient(90deg, transparent, rgba(237,227,206,0.08), transparent); }

.cart-body { flex: 1; }
.cart-empty { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 50px 24px; text-align: center; }
.cart-empty p { font-size: 0.82rem; color: var(--tx3); font-weight: 300; }
.ce-icon { opacity: 0.6; }
.ce-link { background: none; border: none; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid rgba(200,169,110,0.3); padding-bottom: 2px; transition: border-color 0.2s; }
.ce-link:hover { border-color: var(--gold); }
#cart-items { display: flex; flex-direction: column; }
.ci-row { display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 12px; padding: 13px 20px; border-bottom: 1px solid rgba(237, 227, 206, 0.04); }
.ci-name { font-size: 0.82rem; color: var(--tx1); font-weight: 400; }
.ci-qty { display: flex; align-items: center; gap: 8px; }
.ci-q { width: 24px; height: 24px; background: none; border: 1px solid rgba(237, 227, 206, 0.08); border-radius: 4px; color: var(--tx2); font-size: 0.9rem; transition: all 0.15s; display: flex; align-items: center; justify-content: center; }
.ci-q:hover { border-color: rgba(200,169,110,0.3); color: var(--cream); }
.ci-count { font-size: 0.8rem; color: var(--tx1); min-width: 14px; text-align: center; }
.ci-total { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; color: var(--gold); text-align: right; }
.ci-rm { background: none; border: none; color: var(--tx3); display: flex; transition: color 0.15s; }
.ci-rm:hover { color: rgba(239,68,68,0.6); }

.cart-foot { padding: 18px 20px; border-top: 1px solid rgba(237, 227, 206, 0.04); background: rgba(200,169,110,0.03); }
.cf-row { display: flex; justify-content: space-between; font-size: 0.8rem; color: var(--tx2); padding: 5px 0; font-weight: 300; }
.cf-row.total { font-size: 0.9rem; font-weight: 500; color: var(--tx1); border-top: 1px solid rgba(237, 227, 206, 0.08); padding-top: 10px; margin-top: 5px; }
.cf-row.total span:last-child { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--gold); }
.cf-note { display: flex; align-items: center; gap: 7px; margin-top: 12px; font-size: 0.68rem; color: var(--tx3); font-weight: 300; letter-spacing: 0.04em; }

/* Checkout */
.ck-steps { display: flex; align-items: center; padding: 16px 24px; background: rgba(255,255,255,0.015); gap: 0; position: relative; }
.ck-steps::after { content:''; position:absolute; bottom:0; left:5%; width:90%; height:1px; background: linear-gradient(90deg, transparent, rgba(237,227,206,0.08), transparent); }
.ck-step { display: flex; align-items: center; gap: 7px; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tx3); transition: color 0.25s, text-shadow 0.25s; }
.ck-step span { width: 18px; height: 18px; border: 1px solid currentColor; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.55rem; flex-shrink: 0; }
.ck-step.active { color: var(--gold); text-shadow: 0 0 16px rgba(200,169,110,0.3); }
.ck-step.done { color: rgba(16,185,129,0.7); }
.ck-div { flex: 1; height: 1px; background: rgba(237,227,206,0.08); margin: 0 10px; }
.ck-body { padding: 30px 28px; display: flex; flex-direction: column; gap: 16px; }
.ck-h { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 400; color: var(--cream); }
.ck-p { font-size: 0.82rem; color: var(--tx2); line-height: 1.65; font-weight: 300; margin-top: -4px; }
.ck-field { display: flex; flex-direction: column; gap: 8px; }
.ck-lbl { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 600; opacity: 0.8; }
.ck-input { padding: 13px 20px; background: rgba(237,227,206,0.02); border: 1px solid rgba(237,227,206,0.08); border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 0.87rem; color: var(--tx1); outline: none; transition: all 0.3s cubic-bezier(0.2,0.8,0.3,1); box-shadow: inset 0 2px 6px rgba(0,0,0,0.1); width: 100%; resize: none; }
.ck-input:focus { border-color: rgba(200,169,110,0.4); background: rgba(200,169,110,0.03); box-shadow: inset 0 2px 6px rgba(0,0,0,0.2), 0 0 12px rgba(200,169,110,0.1); }
.ck-input::placeholder { color: var(--tx3); }
.ck-ta { min-height: 64px; }
.ck-next { align-self: flex-start; padding: 14px 40px; background: linear-gradient(135deg, #DFBE80, #C8A96E); color: #070F0A; box-shadow: 0 4px 16px rgba(200,169,110,0.25); border: none; border-radius: 30px; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; transition: all 0.2s cubic-bezier(0.2,0.8,0.3,1); }
.ck-next:hover { box-shadow: 0 6px 20px rgba(200,169,110,0.4); transform: translateY(-1px); }
.ck-row { display: flex; gap: 10px; align-items: center; margin-top: 4px; }
.ck-back { padding: 10px 20px; background: transparent; border: 1px solid rgba(237,227,206,0.15); border-radius: 30px; color: var(--tx2); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; transition: all 0.2s; }
.ck-back:hover { color: var(--tx1); border-color: rgba(237,227,206,0.4); }

/* Time slots */
.times { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.time-btn { padding: 16px; background: rgba(255,255,255,0.01); border: 1px solid rgba(237,227,206,0.06); border-radius: 8px; display: flex; flex-direction: column; align-items: center; gap: 5px; transition: all 0.2s; }
.time-btn:hover { border-color: rgba(200,169,110,0.3); background: rgba(200,169,110,0.03); }
.time-btn.selected { border-color: rgba(200,169,110,0.5); background: linear-gradient(180deg, rgba(200,169,110,0.08), rgba(200,169,110,0.02)); box-shadow: 0 8px 24px rgba(200,169,110,0.08); }
.tb-time { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; color: var(--cream); transition: color 0.2s; }
.time-btn.selected .tb-time { color: var(--gold); }
.tb-batch { font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--tx3); }

/* Confirm */
.confirm-summary { background: rgba(200,169,110,0.03); border: 1px solid rgba(200,169,110,0.08); border-radius: 8px; padding: 18px; display: flex; flex-direction: column; gap: 8px; font-size: 0.82rem; }
.csr { display: flex; justify-content: space-between; color: var(--tx2); }
.csr strong { color: var(--tx1); }
.csr-total { border-top: 1px solid rgba(237,227,206,0.08); padding-top: 8px; margin-top: 4px; font-weight: 600; color: var(--tx1); }
.csr-total span:last-child { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--gold); }
.ck-note { display: flex; align-items: center; gap: 7px; font-size: 0.68rem; color: var(--tx3); font-weight: 300; margin-top: -4px; }
.ck-confirm { flex: 1; padding: 14px; background: linear-gradient(135deg, #10b981, #059669); color: #fff; border: none; border-radius: 30px; box-shadow: 0 4px 16px rgba(16,185,129,0.25); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; transition: all 0.2s cubic-bezier(0.2,0.8,0.3,1); }
.ck-confirm:hover { box-shadow: 0 6px 20px rgba(16,185,129,0.4); transform: translateY(-1px); }

/* ── MODAL ────────────────────────────────────────── */
.modal { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; padding: 24px; pointer-events: none; opacity: 0; transform: scale(0.97); transition: all 0.35s cubic-bezier(.2,.8,.3,1); }
.modal.open { pointer-events: all; opacity: 1; transform: scale(1); }
.modal-back { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.88); backdrop-filter: blur(6px); z-index: 299; }
.modal-back.open { display: block; }
.modal-box { background: var(--bg); border: 1px solid var(--bdr); padding: 48px 40px; max-width: 420px; width: 100%; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; position: relative; z-index: 301; }
.modal-icon { animation: modalPop 0.5s 0.1s cubic-bezier(.2,.8,.3,1) both; }
@keyframes modalPop { from { transform: scale(0.6); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal-h { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 400; color: var(--cream); }
.modal-sub { font-size: 0.85rem; color: var(--tx2); font-weight: 300; line-height: 1.65; }
.modal-detail { width: 100%; background: var(--gs); border: 1px solid var(--gb); padding: 14px 18px; font-size: 0.8rem; color: var(--tx2); line-height: 1.8; text-align: left; }
.modal-note { font-size: 0.72rem; color: var(--tx3); font-weight: 300; font-style: italic; line-height: 1.65; }
.modal-close { padding: 10px 28px; background: transparent; border: 1px solid var(--bdr); color: var(--tx2); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; margin-top: 6px; transition: all 0.2s; }
.modal-close:hover { color: var(--tx1); border-color: rgba(237,227,206,0.15); }

/* ── FOOTER ───────────────────────────────────────── */
.footer { padding: 48px 0; border-top: 1px solid var(--bdr); }
.footer-center { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.footer-logo { display: flex; align-items: center; gap: 8px; font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 400; letter-spacing: 0.08em; color: rgba(200,169,110,0.5); }
.footer-loc { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--tx3); }
.footer-copy { font-size: 0.68rem; color: var(--tx3); opacity: 0.5; }
.footer-copy a { border-bottom: 1px solid rgba(237,227,206,0.1); transition: border-color 0.2s; }
.footer-copy a:hover { border-color: rgba(237,227,206,0.3); }

/* ── FLOATING CART PILL ────────────────────────── */

/* Ambient breathing glow — slow 4s pulse */
@keyframes cartBreathe {
  0%, 100% { box-shadow: 0 16px 36px rgba(0,0,0,0.55), 0 0 0 1px rgba(200,169,110,0.2), 0 0 24px rgba(200,169,110,0); }
  50%       { box-shadow: 0 20px 48px rgba(0,0,0,0.6),  0 0 0 1px rgba(200,169,110,0.5), 0 0 40px rgba(200,169,110,0.18); }
}

/* Diagonal shimmer sweep every 7s */
@keyframes shimmerPill {
  0%   { transform: translateX(-120%) skewX(-20deg); }
  100% { transform: translateX(300%) skewX(-20deg); }
}

/* Count badge spring pop */
@keyframes countBump {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.55); }
  65%  { transform: scale(0.88); }
  85%  { transform: scale(1.12); }
  100% { transform: scale(1); }
}

/* Steam wave for the biryani icon */
@keyframes steamRise {
  0%   { transform: translateY(0)    scaleX(1);    opacity: 0.5; }
  50%  { transform: translateY(-6px) scaleX(1.15); opacity: 0.25; }
  100% { transform: translateY(-12px) scaleX(0.9); opacity: 0; }
}

.floating-cart {
  position: fixed; bottom: 30px; right: 30px;
  background: var(--gold);
  border: none; padding: 0;
  border-radius: 40px; cursor: pointer;
  z-index: 1000;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0,0,0,0.55), 0 0 0 1px rgba(200,169,110,0.2);
  transform: translateY(100px) scale(0.9);
  opacity: 0; pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
}
.floating-cart.is-visible {
  transform: translateY(0) scale(1);
  opacity: 1; pointer-events: auto;
  animation: cartBreathe 4s ease-in-out infinite;
}
/* Sheen sweep pseudo-element */
.floating-cart::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 40%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transform: translateX(-120%) skewX(-20deg);
  animation: shimmerPill 7s ease-in-out infinite;
  pointer-events: none;
}
.floating-cart:hover {
  transform: translateY(-5px) scale(1.025) !important;
  animation-play-state: paused;
  box-shadow: 0 28px 56px rgba(0,0,0,0.65), 0 0 0 2px rgba(200,169,110,0.7), 0 0 50px rgba(200,169,110,0.25) !important;
}
.fc-pill {
  display: flex; align-items: center; height: 58px; padding: 0 8px;
  position: relative; z-index: 1;
}
.fc-pill-left {
  display: flex; align-items: center; gap: 10px;
  padding: 0 14px; border-right: 1px solid rgba(0,0,0,0.15);
}
.fc-steam {
  display: flex; align-items: flex-end;
  width: 18px; height: 22px; gap: 2px;
  margin-right: 2px; flex-shrink: 0;
}
.fc-steam span {
  display: block; width: 3px; border-radius: 2px;
  background: rgba(0,0,0,0.35);
  transform-origin: bottom center;
  animation: steamRise 2s ease-in-out infinite;
}
.fc-steam span:nth-child(1) { height: 10px; animation-delay: 0s;   animation-duration: 2.2s; }
.fc-steam span:nth-child(2) { height: 14px; animation-delay: 0.4s; animation-duration: 1.8s; }
.fc-steam span:nth-child(3) { height: 8px;  animation-delay: 0.8s; animation-duration: 2.5s; }
.fc-pill-count {
  background: var(--bg); color: var(--gold);
  width: 26px; height: 26px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 700;
  transition: background 0.2s;
}
.fc-pill-count.bump {
  animation: countBump 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.fc-pill-label {
  color: var(--bg); font-size: 0.65rem; letter-spacing: 0.15em;
  text-transform: uppercase; font-weight: 700;
}
.fc-pill-right {
  padding: 0 22px 0 18px; color: var(--bg);
  font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600;
  transition: opacity 0.2s;
}

/* ── SCROLL REVEAL SYSTEM ──────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ── ADD-TO-CART PARTICLE BURST ─────────────────── */
.cart-particle {
  position: fixed;
  border-radius: 50%;
  background: var(--gold);
  pointer-events: none;
  z-index: 9999;
  animation: particleFly var(--dur, 0.8s) cubic-bezier(0.16, 1, 0.3, 1) forwards;
  /* Premium wow effect: radial gradient sparks */
  background: radial-gradient(circle at center, #fff 0%, var(--gold) 40%, transparent 100%);
}
@keyframes particleFly {
  0%   { transform: translate(0, 0) scale(0.5); opacity: 1; }
  15%  { transform: translate(calc(var(--tx, 0px) * 0.15), calc(var(--ty, -60px) * 0.15)) scale(1.3); opacity: 1; }
  100% { transform: translate(var(--tx, 0px), var(--ty, -60px)) scale(0); opacity: 0; }
}
/* ── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 960px) {
  .menu-grid { grid-template-columns: 1fr; }
  .mc.featured { grid-template-columns: 1fr; }
  .mc.featured .mc-body { border-left: none; border-top: 1px solid var(--bdr); }
  .pillars { grid-template-columns: 1fr; }
  .pillar { border-right: none; border-bottom: 1px solid var(--bdr); }
  .pillar:last-child { border-bottom: none; }
  .order-grid { grid-template-columns: 1fr; }
  .cart { position: static; }
  .family-card { flex-direction: column; align-items: flex-start; }
  .fc-right { align-items: flex-start; }
}
@media (max-width: 680px) {
  .nav { padding: 18px 20px; }
  .nav.scrolled { padding: 12px 20px; }
  .nav-center, .nav-right .nav-order { display: none; }
  .nav-toggle { display: flex; }
  .wrap { padding: 0 20px; }
  .section { padding: 80px 0; }
  .hero { padding: 100px 20px 60px; }
  .story-img { height: 280px; }
  .section-rule { padding: 0 20px; }
  .times { grid-template-columns: 1fr 1fr; }
  .ck-body { padding: 22px 18px; }
  .modal-box { padding: 36px 20px; }
}

/* ── QUICK MENU DRAWER ──────────────────────────────── */
.qm-backdrop {
  display: none;
  position: fixed; inset: 0; z-index: 400;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.qm-backdrop.open { display: block; }

.qm-drawer {
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 401;
  max-height: 82vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: linear-gradient(180deg, rgba(12,20,14,0.97) 0%, rgba(7,15,10,0.99) 100%);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(200,169,110,0.12);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -16px 60px rgba(0,0,0,0.6), inset 0 1px 0 rgba(200,169,110,0.08);
  padding-bottom: env(safe-area-inset-bottom, 16px);
  transform: translateY(100%);
  transition: transform 0.42s cubic-bezier(0.2, 0.8, 0.3, 1);
}
.qm-drawer.open { transform: translateY(0); }

.qm-handle {
  width: 36px; height: 4px;
  background: rgba(237,227,206,0.15);
  border-radius: 2px;
  margin: 12px auto 0;
}

.qm-header {
  display: flex; align-items: flex-start; justify-content: space-between;
  padding: 20px 24px 16px;
  border-bottom: 1px solid rgba(237,227,206,0.05);
}
.qm-eyebrow { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); opacity: 0.8; margin-bottom: 4px; }
.qm-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 400; color: var(--cream); }
.qm-close { background: none; border: 1px solid rgba(237,227,206,0.1); border-radius: 50%; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: border-color 0.2s; }
.qm-close:hover { border-color: rgba(237,227,206,0.3); }

.qm-grid { display: flex; flex-direction: column; padding: 12px 16px; gap: 10px; }

.qm-card {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 18px;
  background: rgba(255,255,255,0.015);
  border: 1px solid rgba(237,227,206,0.05);
  border-radius: 10px;
  transition: border-color 0.2s, background 0.2s;
}
.qm-card:hover { border-color: rgba(200,169,110,0.2); background: rgba(200,169,110,0.03); }

.qm-card-info { flex: 1; }
.qm-card-name { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 400; color: var(--cream); margin-bottom: 4px; }
.qm-card-desc { font-size: 0.75rem; color: var(--tx2); line-height: 1.5; font-weight: 300; margin-bottom: 8px; }
.qm-card-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.qm-card-tags span { font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--tx3); border: 1px solid rgba(237,227,206,0.08); padding: 2px 7px; border-radius: 20px; }

.qm-card-right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; flex-shrink: 0; }
.qm-card-price { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--gold); }
.qm-add-btn { padding: 8px 18px; font-size: 0.62rem; letter-spacing: 0.14em; }

.qm-footer { padding: 14px 24px 20px; }
.qm-note { font-size: 0.68rem; color: var(--tx3); text-align: center; font-weight: 300; }

