/* Desire Sheesha Lounge — main stylesheet */
* { box-sizing: border-box; }
body { margin: 0; background: #0b0a09; color: #f3ede2; font-family: 'Jost', sans-serif; }
a { color: #c9a24b; text-decoration: none; }
a:hover { color: #e4c98a; }
img { max-width: 100%; }
.hidden { display: none !important; }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 14px 5%; background: rgba(11,10,9,0.9); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201,162,75,0.18); flex-wrap: wrap;
}
.nav-brand { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.nav-brand img { height: 44px; width: 44px; object-fit: contain; }
.nav-brand .title { font-family: 'Cinzel', serif; font-size: 15px; letter-spacing: 2.5px; line-height: 1.1; }
.nav-brand .title span { display: block; font-size: 9px; letter-spacing: 3px; color: #c9a24b; }
.nav-links { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.nav-link { font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; padding-bottom: 4px; }
.nav-link:hover { color: #c9a24b; }
.cart-btn {
  position: relative; display: flex; align-items: center; gap: 8px;
  border: 1px solid rgba(201,162,75,0.4); padding: 9px 16px; border-radius: 2px; cursor: pointer;
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
}
.cart-btn:hover { background: rgba(201,162,75,0.1); }
.cart-badge {
  background: #c9a24b; color: #0b0a09; font-weight: 700; font-size: 11px;
  min-width: 18px; height: 18px; border-radius: 9px; display: flex; align-items: center; justify-content: center; padding: 0 4px;
}

/* ---------- HERO ---------- */
.hero { position: relative; min-height: 86vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 80px 6% 60px; overflow: hidden; }
.hero-glow { position: absolute; top: 50%; left: 50%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(201,162,75,0.30) 0%, rgba(201,162,75,0) 70%); transform: translate(-50%,-50%); animation: glow 6s ease-in-out infinite; pointer-events: none; }
@keyframes glow { 0%,100% { opacity: 0.55; transform: translate(-50%,-50%) scale(1); } 50% { opacity: 0.85; transform: translate(-50%,-50%) scale(1.08); } }
.hero img.logo { position: relative; width: 180px; height: 180px; object-fit: contain; margin-bottom: 18px; }
.hero .eyebrow { position: relative; font-family: 'Cinzel', serif; font-size: 15px; letter-spacing: 6px; color: #c9a24b; text-transform: uppercase; margin-bottom: 18px; }
.hero h1 { position: relative; font-family: 'Cinzel', serif; font-size: clamp(32px,6vw,64px); line-height: 1.15; max-width: 920px; margin: 0 0 22px; }
.hero p { position: relative; font-size: 16px; color: rgba(243,237,226,0.68); max-width: 560px; line-height: 1.7; margin: 0 0 38px; }
.hero .actions { position: relative; display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.btn-gold { background: #c9a24b; color: #0b0a09; padding: 15px 34px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; cursor: pointer; border: none; border-radius: 1px; }
.btn-gold:hover { background: #e4c98a; }
.btn-outline { border: 1px solid rgba(201,162,75,0.5); color: #f3ede2; background: transparent; padding: 15px 34px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; border-radius: 1px; }
.btn-outline:hover { background: rgba(201,162,75,0.1); }

/* ---------- SECTIONS ---------- */
.section { padding: 80px 6%; max-width: 1280px; margin: 0 auto; }
.section-alt { background: #131110; }
.section-head { text-align: center; margin-bottom: 50px; }
.section-head .eyebrow { font-size: 12px; letter-spacing: 3px; color: #c9a24b; text-transform: uppercase; margin-bottom: 12px; }
.section-head h2 { font-family: 'Cinzel', serif; font-size: clamp(24px,3.4vw,38px); margin: 0; }

.cat-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 24px; }
.cat-card { background: #131110; border: 1px solid rgba(201,162,75,0.16); padding: 36px 30px; cursor: pointer; display: flex; flex-direction: column; gap: 14px; }
.cat-card:hover { border-color: rgba(201,162,75,0.5); background: #1a1613; }
.cat-card .icon { width: 44px; height: 44px; border: 1px solid #c9a24b; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Cinzel', serif; color: #c9a24b; font-size: 16px; }
.cat-card h3 { font-family: 'Cinzel', serif; font-size: 20px; margin: 0; }
.cat-card p { font-size: 14px; color: rgba(243,237,226,0.6); line-height: 1.6; margin: 0; }
.cat-card .link { font-size: 12px; letter-spacing: 1.5px; color: #c9a24b; text-transform: uppercase; margin-top: 6px; }

.placeholder-tile {
  aspect-ratio: 1; background: repeating-linear-gradient(135deg, #1c1917, #1c1917 10px, #201b16 10px, #201b16 20px);
  border: 1px solid rgba(201,162,75,0.16); display: flex; align-items: center; justify-content: center;
  color: rgba(201,162,75,0.45); font-family: monospace; font-size: 11px; text-align: center; padding: 10px;
}
.placeholder-block {
  aspect-ratio: 4/3; background: repeating-linear-gradient(135deg, #1c1917, #1c1917 12px, #201b16 12px, #201b16 24px);
  border: 1px solid rgba(201,162,75,0.2); display: flex; align-items: center; justify-content: center;
  color: rgba(201,162,75,0.5); font-family: monospace; font-size: 12px;
}

.about-grid, .contact-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: 48px; align-items: center; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 18px; }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 24px; margin-top: 40px; }
.value-card { border-top: 2px solid #c9a24b; padding-top: 18px; }
.value-card h4 { font-family: 'Cinzel', serif; font-size: 18px; margin: 0 0 10px; }
.value-card p { font-size: 14px; color: rgba(243,237,226,0.6); line-height: 1.7; margin: 0; }

/* ---------- MENU PAGE ---------- */
.menu-tabs, .menu-subtabs, .menu-pills { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.menu-tabs { margin-bottom: 30px; }
.tab {
  padding: 13px 30px; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer;
  border: 1px solid rgba(201,162,75,0.3); color: #f3ede2; background: transparent; white-space: nowrap;
}
.tab.active { border-color: #c9a24b; color: #0b0a09; background: #c9a24b; }
.menu-subtabs { margin-bottom: 30px; }
.subtab { padding: 10px 24px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; border-bottom: 2px solid transparent; color: rgba(243,237,226,0.55); white-space: nowrap; }
.subtab.active { border-bottom-color: #c9a24b; color: #c9a24b; }
.menu-pills { margin-bottom: 40px; padding-bottom: 24px; border-bottom: 1px solid rgba(201,162,75,0.16); }
.pill {
  padding: 8px 18px; font-size: 12px; letter-spacing: 0.5px; cursor: pointer; border-radius: 16px; white-space: nowrap;
  border: 1px solid rgba(201,162,75,0.3); color: #f3ede2; background: transparent;
}
.pill.active { border-color: #c9a24b; color: #0b0a09; background: #c9a24b; }

.item-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 20px; }
.item-card { background: #131110; border: 1px solid rgba(201,162,75,0.14); padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.item-card:hover { border-color: rgba(201,162,75,0.4); }
.item-row { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.item-name { font-family: 'Cinzel', serif; font-size: 16px; line-height: 1.3; }
.item-price { font-size: 14px; color: #c9a24b; white-space: nowrap; font-weight: 500; }
.item-desc { font-size: 13px; color: rgba(243,237,226,0.55); line-height: 1.6; flex: 1; }
.variant-group { margin-top: 2px; }
.variant-label { font-size: 10.5px; letter-spacing: 1px; text-transform: uppercase; color: rgba(243,237,226,0.45); margin-bottom: 6px; }
.variant-opts { display: flex; gap: 6px; flex-wrap: wrap; }
.variant-opt {
  padding: 6px 12px; font-size: 11.5px; white-space: nowrap; cursor: pointer; border-radius: 14px;
  border: 1px solid rgba(201,162,75,0.3); color: #f3ede2; background: transparent;
}
.variant-opt.active { border-color: #c9a24b; color: #0b0a09; background: #c9a24b; }
.add-btn { margin-top: 6px; text-align: center; padding: 10px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: #c9a24b; border: 1px solid rgba(201,162,75,0.35); cursor: pointer; }
.add-btn:hover { background: rgba(201,162,75,0.12); }
.qty-row { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }
.qty-stepper { display: flex; align-items: center; gap: 14px; border: 1px solid rgba(201,162,75,0.35); border-radius: 2px; }
.qty-stepper button { background: none; border: none; padding: 7px 14px; cursor: pointer; color: #c9a24b; font-size: 15px; }
.qty-value { font-size: 14px; min-width: 14px; text-align: center; }
.menu-loading { text-align: center; padding: 60px 0; color: rgba(243,237,226,0.4); font-size: 14px; letter-spacing: 1px; }

/* ---------- FOOTER ---------- */
.footer { background: #0d0b0a; border-top: 1px solid rgba(201,162,75,0.16); padding: 50px 6% 26px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 32px; max-width: 1280px; margin: 0 auto 30px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand img { height: 32px; width: 32px; object-fit: contain; }
.footer-brand span { font-family: 'Cinzel', serif; font-size: 13px; letter-spacing: 2px; }
.footer-col-title { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: #c9a24b; margin-bottom: 14px; }
.footer-link { font-size: 13px; color: rgba(243,237,226,0.6); cursor: pointer; margin-bottom: 10px; }
.footer-link:hover { color: #c9a24b; }
.footer-bottom { text-align: center; font-size: 12px; color: rgba(243,237,226,0.35); border-top: 1px solid rgba(201,162,75,0.1); padding-top: 20px; max-width: 1280px; margin: 0 auto; }

/* ---------- CART DRAWER ---------- */
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 90; }
.cart-drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(420px,100%); background: #131110;
  border-left: 1px solid rgba(201,162,75,0.25); z-index: 91; display: flex; flex-direction: column; padding: 28px; overflow-y: auto;
}
.cart-drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.cart-drawer-head h3 { font-family: 'Cinzel', serif; font-size: 20px; margin: 0; }
.close-x { cursor: pointer; color: rgba(243,237,226,0.6); font-size: 20px; background: none; border: none; }
.cart-lines { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.cart-line { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid rgba(201,162,75,0.12); padding-bottom: 14px; }
.cart-line-name { font-size: 14px; margin-bottom: 8px; }
.cart-line-actions { display: flex; align-items: center; gap: 12px; }
.cart-line-total { font-size: 14px; color: #c9a24b; white-space: nowrap; }
.remove-link { font-size: 11px; color: rgba(243,237,226,0.4); cursor: pointer; text-decoration: underline; background: none; border: none; }
.cart-footer { border-top: 1px solid rgba(201,162,75,0.2); padding-top: 20px; margin-top: 20px; }
.cart-subtotal { display: flex; justify-content: space-between; font-size: 15px; margin-bottom: 18px; }
.cart-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; color: rgba(243,237,226,0.4); text-align: center; }

/* ---------- CHECKOUT MODAL ---------- */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 95; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal-box { background: #131110; border: 1px solid rgba(201,162,75,0.3); max-width: 460px; width: 100%; max-height: 90vh; overflow-y: auto; padding: 34px; }
.modal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.modal-head h3 { font-family: 'Cinzel', serif; font-size: 20px; margin: 0; }
.modal-note { font-size: 13px; color: rgba(243,237,226,0.55); margin-bottom: 22px; line-height: 1.6; }
.modal-summary { display: flex; justify-content: space-between; font-size: 14px; background: #1a1613; padding: 14px 16px; margin-bottom: 22px; }
.modal-summary .total { color: #c9a24b; }
.form-group { margin-bottom: 16px; }
.form-label { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: rgba(243,237,226,0.55); margin-bottom: 8px; display: block; }
.form-input {
  width: 100%; background: #0b0a09; border: 1px solid rgba(201,162,75,0.3); color: #f3ede2;
  padding: 12px 14px; font-size: 14px; font-family: 'Jost', sans-serif;
}
textarea.form-input { resize: vertical; }
.order-btn { width: 100%; background: #c9a24b; color: #0b0a09; padding: 16px; text-align: center; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; cursor: pointer; border: none; }
.order-btn:disabled { background: rgba(201,162,75,0.35); cursor: not-allowed; }
.form-hint { font-size: 11px; color: rgba(243,237,226,0.4); text-align: center; margin-top: 10px; }

@media (max-width: 640px) {
  .hero { min-height: 80vh; padding: 60px 6% 40px; }
  .section { padding: 56px 6%; }
  .modal-box { padding: 24px; }
}
