/* ============================================================
   SHISHA LOUNGE — QR Menü
   Koyu lüks tema: derin kahve-siyah zemin + şampanya altını
   ============================================================ */

:root {
  --bg: #0d0a08;
  --bg-2: #14100d;
  --card: rgba(255, 255, 255, 0.035);
  --card-border: rgba(201, 168, 106, 0.16);
  --gold: #c9a86a;
  --gold-soft: #dfc79a;
  --gold-dim: rgba(201, 168, 106, 0.55);
  --text: #f2ece2;
  --text-dim: #b9ac99;
  --text-faint: #7d7264;
  --radius: 18px;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', -apple-system, 'Segoe UI', Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Topbar ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: linear-gradient(rgba(13, 10, 8, 0.92), rgba(13, 10, 8, 0.75));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201, 168, 106, 0.08);
}
.topbar-logo { color: var(--text); display: flex; }
.wifi-btn {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  cursor: pointer;
  transition: background .2s;
}
.wifi-btn:hover { background: rgba(201, 168, 106, 0.1); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 64px 24px 80px;
  text-align: left;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 60% at 80% 10%, rgba(201, 168, 106, 0.07), transparent 60%),
    radial-gradient(ellipse 70% 50% at 15% 90%, rgba(201, 168, 106, 0.05), transparent 60%),
    var(--bg);
}
.hero-inner { position: relative; z-index: 2; max-width: 560px; margin: 0 auto; }

.hero-kicker {
  color: var(--gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 14px;
}
.hero-logo { margin: 6px 0 26px; }
.hero-logo img {
  width: min(78vw, 380px);
  height: auto;
  filter: drop-shadow(0 0 46px rgba(201, 168, 106, 0.22));
}
.hero-text {
  color: var(--text-dim);
  font-size: 15.5px;
  max-width: 340px;
  margin-bottom: 30px;
}
.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #d9bc84, #b8945a);
  color: #241a0e;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 16px 26px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(201, 168, 106, 0.22);
  transition: transform .15s, box-shadow .2s;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(201, 168, 106, 0.3); }
.btn-gold.small { padding: 11px 22px; font-size: 12px; }

/* dumanlar */
.hero-smoke { position: absolute; inset: 0; pointer-events: none; }
.puff {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 228, 214, 0.06), transparent 65%);
  filter: blur(30px);
  animation: drift 14s ease-in-out infinite;
}
.p1 { width: 260px; height: 260px; top: -40px; right: -60px; }
.p2 { width: 200px; height: 200px; top: 160px; right: 40px; animation-delay: -5s; }
.p3 { width: 300px; height: 300px; bottom: -80px; left: -80px; animation-delay: -9s; }
@keyframes drift {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: .8; }
  50% { transform: translate(-24px, -34px) scale(1.14); opacity: 1; }
}

/* ---------- Özellik şeridi ---------- */
.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--card-border);
  border: 1px solid var(--card-border);
  border-radius: 22px;
  overflow: hidden;
  margin: 0 20px 56px;
}
.feature {
  background: var(--bg-2);
  padding: 26px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.feature svg { width: 40px; height: 40px; color: var(--gold); }
.feature span {
  font-size: 11.5px;
  letter-spacing: 2.5px;
  color: var(--text-dim);
  font-weight: 500;
  line-height: 1.7;
}

/* ---------- Bölüm başlıkları ---------- */
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 0 22px;
  margin-bottom: 22px;
}
.section-head.center { flex-direction: column; align-items: center; text-align: center; }
.section-kicker {
  color: var(--gold);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 6px;
}
.section-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(28px, 7vw, 38px);
  color: #fff;
}
.see-all {
  flex-shrink: 0;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--text-dim);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 11px 16px;
  transition: color .2s, border-color .2s;
}
.see-all:hover { color: var(--gold); border-color: var(--gold-dim); }
.see-all span { color: var(--gold); }

/* ---------- Popüler carousel ---------- */
.popular { margin-bottom: 64px; }
.pop-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 22px 12px;
  scrollbar-width: none;
}
.pop-scroll::-webkit-scrollbar { display: none; }
.pop-card {
  flex: 0 0 72%;
  max-width: 300px;
  scroll-snap-align: start;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 14px 14px 20px;
  backdrop-filter: blur(6px);
}
.pop-img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3.4;
  margin-bottom: 16px;
  background: linear-gradient(150deg, #221b14, #120e0a);
}
.pop-img img { width: 100%; height: 100%; object-fit: cover; }
.pop-card.noimg { padding: 24px 20px; min-height: 150px; display: flex; flex-direction: column; }
.pop-card.noimg .pop-price { margin-top: auto; }
.pop-accent {
  color: var(--gold);
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(201, 168, 106, 0.18);
}
.pop-name {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 4px;
}
.pop-desc { color: var(--text-faint); font-size: 13.5px; margin-bottom: 12px; }
.pop-price {
  font-family: var(--serif);
  font-size: 21px;
  color: var(--gold);
}
.pop-dots { display: flex; gap: 7px; justify-content: center; margin-top: 16px; }
.pop-dots i {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(201, 168, 106, 0.25);
  transition: background .2s, width .2s;
}
.pop-dots i.on { background: var(--gold); width: 18px; border-radius: 4px; }

/* ---------- Menü ---------- */
.menu { padding-bottom: 30px; }

.cat-nav {
  position: sticky;
  top: 71px;
  z-index: 40;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 22px;
  margin-bottom: 26px;
  background: linear-gradient(rgba(13, 10, 8, 0.94), rgba(13, 10, 8, 0.85));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  scrollbar-width: none;
}
.cat-nav::-webkit-scrollbar { display: none; }
.cat-chip {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: var(--text-dim);
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 999px;
  padding: 10px 18px;
  transition: all .2s;
}
.cat-chip.on, .cat-chip:hover {
  color: #241a0e;
  background: linear-gradient(135deg, #d9bc84, #b8945a);
  border-color: transparent;
}

.cat-section { padding: 0 22px; margin-bottom: 46px; scroll-margin-top: 140px; }
.cat-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(201, 168, 106, 0.14);
}
.cat-title-ic { display: inline-flex; color: var(--gold); }

.items { display: flex; flex-direction: column; gap: 12px; }
.item {
  display: flex;
  gap: 14px;
  align-items: center;
  background: var(--card);
  border: 1px solid rgba(201, 168, 106, 0.10);
  border-radius: 16px;
  padding: 15px 16px;
  transition: border-color .2s, background .2s;
}
.item:hover { border-color: var(--card-border); background: rgba(255, 255, 255, 0.05); }
.item-thumb {
  flex-shrink: 0;
  width: 62px; height: 62px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(150deg, #241d15, #14100b);
  display: grid; place-items: center;
}
.item-thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb-ph { display: inline-flex; color: var(--gold-dim); }
.item-body { flex: 1; min-width: 0; }
.item-row { display: flex; align-items: baseline; gap: 10px; }
.item-name {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.3px;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-dots {
  flex: 1;
  border-bottom: 1px dotted rgba(201, 168, 106, 0.3);
  transform: translateY(-4px);
  min-width: 14px;
}
.item-price {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--gold);
  white-space: nowrap;
}
.item-desc {
  color: var(--text-faint);
  font-size: 13px;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---------- Footer ---------- */
.footer {
  text-align: center;
  padding: 48px 24px 40px;
  border-top: 1px solid rgba(201, 168, 106, 0.10);
  background: var(--bg-2);
}
.footer-logo { color: var(--text); display: flex; justify-content: center; margin-bottom: 18px; }
.foot-line { color: var(--text-dim); font-size: 14px; margin-bottom: 10px; }
.foot-line.dim { color: var(--text-faint); font-size: 13px; }
.foot-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.foot-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gold-soft);
  font-size: 14px;
}
.foot-copy { color: var(--text-faint); font-size: 12px; letter-spacing: 1px; margin-top: 18px; }

/* ---------- Wi-Fi modal ---------- */
.wifi-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  padding: 24px;
}
.wifi-card {
  background: #17120e;
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 28px;
  width: 100%;
  max-width: 340px;
  text-align: center;
}
.wifi-card h3 {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--gold);
  margin-bottom: 18px;
}
.wifi-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  margin-bottom: 10px;
  font-size: 14px;
}
.wifi-row span { color: var(--text-faint); }
.wifi-card .btn-gold { margin-top: 12px; }

/* ---------- Tablet / Desktop ---------- */
@media (min-width: 720px) {
  .hero { padding: 90px 40px 110px; text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-logo img { width: min(48vw, 460px); }
  .features {
    grid-template-columns: repeat(4, 1fr);
    max-width: 900px;
    margin: 0 auto 72px;
  }
  .popular, .menu, .section-head { max-width: 940px; margin-left: auto; margin-right: auto; }
  .popular { margin-bottom: 80px; }
  .pop-card { flex-basis: 280px; }
  .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .cat-nav { justify-content: center; }
}
