:root {
  --navy: #0f1822;
  --navy-deep: #0a1118;
  --navy-soft: #162334;
  --gold: #cd9d2e;
  --gold-soft: #e3c06b;
  --cream: #f3ead9;
  --muted: #bdb5a7;
  --ink: #091018;
  --glass: rgba(255,255,255,.055);
  --line: rgba(255,255,255,.11);
  --shadow: 0 24px 80px rgba(0,0,0,.40);
  --container: min(1180px, calc(100% - 32px));
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(227,192,107,.22), transparent 28rem),
    radial-gradient(circle at 84% 18%, rgba(55,82,112,.28), transparent 34rem),
    linear-gradient(180deg, #071018 0%, var(--navy) 46%, #060a0f 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -4;
  background: linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(180deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: .28;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.55) 60%, transparent 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin: 0 auto; }
.section-pad { padding: 92px 0; }

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  transform: translateY(-160%);
  z-index: 200;
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink);
  background: linear-gradient(135deg, #f3d38f, var(--gold));
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.ambient,
.particle-field {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
}
.ambient-smoke::before,
.ambient-smoke::after {
  content: "";
  position: absolute;
  width: 58vw;
  height: 58vw;
  min-width: 480px;
  min-height: 480px;
  border-radius: 50%;
  filter: blur(54px);
  opacity: .20;
  background: radial-gradient(circle, rgba(243,234,217,.18), rgba(205,157,46,.12) 32%, transparent 70%);
  animation: smokeFloat 22s ease-in-out infinite alternate;
}
.ambient-smoke::before { left: -18vw; top: 2vh; }
.ambient-smoke::after { right: -22vw; bottom: -8vh; animation-delay: -8s; }
.ambient-shine {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 14%, rgba(227,192,107,.13), transparent 28%),
    radial-gradient(circle at 50% 50%, rgba(227,192,107,.07), transparent 24%);
  mix-blend-mode: screen;
}
.particle-field span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 18px rgba(227,192,107,.95);
  opacity: .38;
  animation: particleRise linear infinite;
}
.particle-field span:nth-child(1) { left: 4%; bottom: -8%; animation-duration: 15s; }
.particle-field span:nth-child(2) { left: 14%; bottom: -8%; animation-duration: 18s; animation-delay: -4s; }
.particle-field span:nth-child(3) { left: 23%; bottom: -6%; animation-duration: 22s; animation-delay: -7s; }
.particle-field span:nth-child(4) { left: 33%; bottom: -10%; animation-duration: 17s; animation-delay: -2s; }
.particle-field span:nth-child(5) { left: 47%; bottom: -6%; animation-duration: 23s; animation-delay: -11s; }
.particle-field span:nth-child(6) { left: 56%; bottom: -9%; animation-duration: 16s; animation-delay: -6s; }
.particle-field span:nth-child(7) { left: 66%; bottom: -7%; animation-duration: 21s; animation-delay: -9s; }
.particle-field span:nth-child(8) { left: 74%; bottom: -10%; animation-duration: 19s; animation-delay: -3s; }
.particle-field span:nth-child(9) { left: 82%; bottom: -5%; animation-duration: 24s; animation-delay: -12s; }
.particle-field span:nth-child(10) { left: 88%; bottom: -7%; animation-duration: 17s; animation-delay: -1s; }
.particle-field span:nth-child(11) { left: 93%; bottom: -10%; animation-duration: 25s; animation-delay: -13s; }
.particle-field span:nth-child(12) { left: 97%; bottom: -8%; animation-duration: 20s; animation-delay: -5s; }

@keyframes smokeFloat {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(5vw, 4vh, 0) scale(1.15) rotate(8deg); }
}
@keyframes particleRise {
  from { transform: translateY(0) scale(.8); opacity: 0; }
  12% { opacity: .48; }
  to { transform: translateY(-110vh) translateX(32px) scale(1.3); opacity: 0; }
}
@keyframes orbitFloat {
  from { transform: translateY(0) rotate(var(--tilt, 0deg)); }
  to { transform: translateY(-14px) rotate(var(--tilt, 0deg)); }
}
@keyframes rotateRing { to { transform: rotate(360deg); } }

h1, h2, .brand-word, .mood-card strong, .strip-track span {
  font-family: Questrial, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
}
.kicker {
  margin: 0;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .24em;
}
h1 {
  margin: 14px 0 0;
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: 1.1;
  color: rgba(243,234,217,.92);
}
h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 5vw, 68px);
  line-height: .96;
}
p { color: var(--muted); line-height: 1.7; }
.section-head { display: grid; gap: 6px; margin-bottom: 26px; }
.center-head { text-align: center; justify-items: center; }
.section-note { margin: 4px 0 0; max-width: 680px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(8, 12, 18, .66);
  border-bottom: 1px solid rgba(243,234,217,.08);
  backdrop-filter: blur(20px);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { display: inline-flex; align-items: center; }
.brand-logo {
  width: clamp(148px, 16vw, 220px);
  height: auto;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.desktop-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(243,234,217,.76);
  font-size: 13px;
  font-weight: 800;
}
.desktop-nav a:hover {
  background: rgba(205,157,46,.10);
  color: var(--gold-soft);
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  color: var(--cream);
  cursor: pointer;
}
.mobile-nav { display: none; padding: 0 0 16px; }
.mobile-nav.open { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.mobile-nav a {
  padding: 12px 14px;
  border-radius: 16px;
  color: var(--cream);
  background: var(--glass);
}

.hero {
  min-height: calc(100svh - 78px);
  display: grid;
  align-items: center;
  padding: 36px 0 84px;
  isolation: isolate;
}
.hero-stage {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
}
.smoke-cloud {
  position: absolute;
  border-radius: 50%;
  filter: blur(24px);
  opacity: .34;
  background: radial-gradient(circle, rgba(243,234,217,.17), rgba(205,157,46,.11) 34%, transparent 72%);
}
.smoke-a { width: 46vw; height: 28vw; max-width: 620px; max-height: 360px; top: 10%; left: 8%; animation: smokeFloat 18s ease-in-out infinite alternate; }
.smoke-b { width: 42vw; height: 24vw; max-width: 560px; max-height: 320px; right: 4%; bottom: 14%; animation: smokeFloat 24s ease-in-out infinite alternate-reverse; }
.smoke-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(243,234,217,.08);
  filter: blur(.15px);
}
.smoke-one { width: min(74vw, 860px); aspect-ratio: 1 / 1; animation: rotateRing 48s linear infinite; }
.smoke-two { width: min(58vw, 660px); aspect-ratio: 1 / 1; animation: rotateRing 33s linear infinite reverse; }
.hero-core {
  position: relative;
  z-index: 5;
  width: min(920px, 100%);
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 0;
}
.hero-logo-shell {
  position: relative;
  width: min(920px, 100%);
  padding: clamp(18px, 3vw, 34px) clamp(18px, 3vw, 42px);
  border-radius: 40px;
  border: 1px solid rgba(205,157,46,.24);
  background: linear-gradient(180deg, rgba(15,24,34,.84), rgba(15,24,34,.52));
  backdrop-filter: blur(18px);
  box-shadow: inset 0 0 80px rgba(205,157,46,.07), 0 40px 120px rgba(0,0,0,.38);
}
.hero-logo-shell::before,
.hero-logo-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.hero-logo-shell::before {
  background: radial-gradient(circle at 50% 20%, rgba(227,192,107,.14), transparent 44%);
}
.hero-logo-shell::after {
  inset: auto 14% 8% 14%;
  height: 38%;
  border-radius: 50%;
  filter: blur(30px);
  background: radial-gradient(circle, rgba(243,234,217,.10), transparent 72%);
}
.hero-logo { width: 100%; max-width: 860px; margin: 0 auto; }
.hero-location {
  margin: 16px 0 0;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.tagline {
  margin: 10px 0 0;
  color: var(--cream);
  font-family: Questrial, Arial, sans-serif;
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.05;
}
.hero-note { margin: 12px 0 0; max-width: 700px; font-size: 15px; }
.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: var(--ink);
  background: linear-gradient(135deg, #f1d58f, var(--gold));
  border-color: rgba(205,157,46,.72);
}
.btn-secondary {
  color: var(--gold-soft);
  background: rgba(205,157,46,.08);
  border-color: rgba(205,157,46,.25);
}
.orbit-card {
  position: absolute;
  z-index: 6;
  width: min(230px, 25vw);
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(243,234,217,.14);
  border-radius: 28px;
  background: rgba(15,24,34,.64);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  animation: orbitFloat 7.5s ease-in-out infinite alternate;
}
.orbit-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 20px;
}
.orbit-card figcaption {
  padding: 10px 5px 2px;
  text-align: center;
  color: var(--cream);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.orbit-green { left: 1%; top: 6%; --tilt: -8deg; }
.orbit-hookah { right: 1%; top: 18%; --tilt: 7deg; animation-delay: -2s; }
.orbit-coffee { left: 9%; bottom: 4%; width: min(190px, 22vw); --tilt: 5deg; animation-delay: -4s; }

.brand-strip {
  overflow: hidden;
  border-block: 1px solid rgba(243,234,217,.10);
  background: rgba(255,255,255,.03);
}
.strip-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 18px;
  padding: 16px 0;
  animation: stripMove 30s linear infinite;
}
.strip-track span {
  white-space: nowrap;
  font-size: 21px;
  color: var(--gold-soft);
}
.strip-track i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
@keyframes stripMove { to { transform: translateX(-50%); } }

.notes-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 26px;
}
.notes-row article {
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(243,234,217,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: 0 14px 40px rgba(0,0,0,.18);
}
.notes-row strong {
  display: block;
  color: var(--cream);
  font-size: 15px;
}
.notes-row span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.mood-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.mood-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border-radius: 28px;
  min-height: 420px;
  border: 1px solid rgba(243,234,217,.12);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
}
.mood-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mood-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,24,34,.03), rgba(15,24,34,.22) 45%, rgba(15,24,34,.80) 100%);
}
.mood-card span,
.mood-card strong {
  position: absolute;
  left: 20px;
  z-index: 2;
}
.mood-card span {
  bottom: 64px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.mood-card strong {
  bottom: 18px;
  color: var(--cream);
  font-size: clamp(28px, 3vw, 38px);
}

.featured-grid,
.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.menu-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}
.search-box {
  position: relative;
  min-width: min(360px, 100%);
}
.search-box span {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
}
.search-box input,
.reserve-form input,
.reserve-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  color: var(--cream);
  padding: 14px 16px;
  outline: none;
}
.search-box input { padding-left: 42px; }
.search-box input::placeholder,
.reserve-form input::placeholder,
.reserve-form textarea::placeholder { color: rgba(243,234,217,.42); }
.filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.filter-chip {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.filter-chip.active,
.filter-chip:hover {
  background: rgba(205,157,46,.12);
  border-color: rgba(205,157,46,.35);
  color: var(--gold-soft);
}
.menu-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(243,234,217,.11);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  box-shadow: 0 16px 48px rgba(0,0,0,.20);
  transition: transform .22s ease, border-color .22s ease, opacity .22s ease;
}
.menu-card:hover { transform: translateY(-4px); border-color: rgba(205,157,46,.34); }
.menu-card.hide { display: none; }
.image-open {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}
.menu-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.menu-card-body {
  display: grid;
  gap: 10px;
  padding: 15px;
}
.badge {
  display: inline-flex;
  width: max-content;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--gold-soft);
  background: rgba(205,157,46,.12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.menu-card-body h3 {
  margin: 0;
  color: var(--cream);
  font-size: 18px;
  line-height: 1.25;
}
.menu-card-footer { display: flex; justify-content: space-between; align-items: center; }
.price {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: var(--gold-soft);
  font-size: 25px;
  font-weight: 800;
}
.price small { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.no-results {
  display: none;
  padding: 22px;
  border-radius: 18px;
  border: 1px dashed rgba(243,234,217,.16);
  color: var(--muted);
}
.no-results.show { display: block; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(243,234,217,.11);
  background: rgba(255,255,255,.04);
}
.gallery-grid .wide { grid-column: span 2; }
.gallery-grid .tall { grid-row: span 2; }
.gallery-grid img { aspect-ratio: 4 / 5; object-fit: cover; }
.gallery-grid .wide img { aspect-ratio: 16 / 10; }
.gallery-grid .tall img { aspect-ratio: 4 / 10; }
.gallery-grid figcaption {
  padding: 12px 14px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 700;
}

.reserve-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 26px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(205,157,46,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
}
.reserve-form { display: grid; gap: 14px; }
.reserve-form label {
  display: grid;
  gap: 8px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 700;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.reserve-form textarea { resize: vertical; min-height: 108px; }
.reserve-btn { width: max-content; }

.site-footer {
  border-top: 1px solid rgba(243,234,217,.10);
  background: rgba(0,0,0,.22);
  padding: 34px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .9fr;
  gap: 24px;
  align-items: start;
}
.footer-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-grid a,
.footer-grid p {
  display: block;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}
.footer-brand-block .brand-logo { width: clamp(170px, 17vw, 220px); }

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(12px);
}
.image-modal.open { display: flex; }
.image-modal img {
  width: min(520px, 100%);
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.image-modal button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.10);
  color: var(--cream);
  font-size: 26px;
  cursor: pointer;
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .featured-grid,
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .orbit-green { left: -1%; top: 3%; }
  .orbit-hookah { right: -1%; top: 18%; }
}

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .hero-stage { min-height: 780px; }
  .orbit-card { width: min(180px, 28vw); }
  .orbit-coffee { bottom: 1%; left: 3%; }
  .notes-row,
  .mood-grid,
  .reserve-card,
  .footer-grid,
  .vibe-grid,
  .featured-grid,
  .menu-grid,
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-top { grid-template-columns: 1fr; }
  .reserve-btn { width: 100%; }
  .gallery-grid .wide,
  .gallery-grid .tall { grid-column: auto; grid-row: auto; }
  .gallery-grid .wide img,
  .gallery-grid .tall img { aspect-ratio: 4 / 5; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 22px, 1180px); }
  .section-pad { padding: 74px 0; }
  .nav { min-height: 68px; }
  .brand-logo { width: 150px; }
  .mobile-nav.open { grid-template-columns: 1fr; }
  .hero { padding: 28px 0 68px; }
  .hero-stage { min-height: 700px; }
  .hero-logo-shell { border-radius: 26px; }
  .hero-note { font-size: 14px; }
  .orbit-card { width: min(144px, 34vw); padding: 8px; border-radius: 20px; }
  .orbit-card img { border-radius: 14px; }
  .orbit-green { left: -2%; top: 4%; }
  .orbit-hookah { right: -2%; top: 16%; }
  .orbit-coffee { left: 2%; bottom: 4%; }
  .strip-track span { font-size: 16px; }
  .notes-row,
  .mood-grid,
  .featured-grid,
  .menu-grid,
  .gallery-grid,
  .form-row,
  .footer-grid { grid-template-columns: 1fr; }
  .search-box { min-width: 100%; }
  .filter-bar { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .filter-bar::-webkit-scrollbar { display: none; }
  .menu-card-body h3 { font-size: 17px; }
  .price { font-size: 22px; }
  .image-modal img { width: 100%; }
}

/* Rev 4 logo usage overrides */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.brand-emblem-nav {
  width: clamp(42px, 4.8vw, 62px);
  height: auto;
  filter: drop-shadow(0 0 18px rgba(205,157,46,.16));
}
.hero-logo-shell {
  display: grid;
  justify-items: center;
  gap: clamp(8px, 1.6vw, 16px);
}
.hero-emblem {
  width: min(300px, 36vw);
  max-width: 300px;
  height: auto;
  filter: drop-shadow(0 0 28px rgba(205,157,46,.12));
}
.hero-wordmark {
  width: min(760px, 86vw);
  max-width: 760px;
  height: auto;
}
.footer-brand-stack {
  display: grid;
  justify-items: start;
  gap: 10px;
}
.footer-emblem {
  width: 84px;
  height: auto;
}
.footer-wordmark {
  width: min(240px, 70vw);
  height: auto;
}
@media (max-width: 640px) {
  .brand-emblem-nav { width: 42px; }
  .hero-emblem { width: min(220px, 46vw); }
  .hero-wordmark { width: min(500px, 84vw); }
  .footer-emblem { width: 70px; }
  .footer-wordmark { width: min(220px, 72vw); }
}


/* Rev 5 layout, intro and premium ordering polish */
body.intro-active { overflow: hidden; }
.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(227,192,107,.12), transparent 28%),
    linear-gradient(180deg, rgba(6,10,15,.98), rgba(10,17,24,.98));
  transition: opacity .9s ease, visibility .9s ease;
}
.intro-overlay.hide {
  opacity: 0;
  visibility: hidden;
}
.intro-inner {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 20px;
}
.intro-emblem {
  width: min(180px, 32vw);
  filter: drop-shadow(0 0 0 rgba(227,192,107,0));
  opacity: 0;
  transform: translateY(12px) scale(.94);
  animation: introRise 1.1s ease forwards, softSparkle 2.4s ease-in-out .4s infinite;
}
.intro-wordmark {
  width: min(560px, 70vw);
  opacity: 0;
  transform: translateY(10px);
  animation: introRise 1s ease .35s forwards, softSparkle 2.6s ease-in-out .9s infinite;
}
@keyframes introRise {
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes softSparkle {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(227,192,107,0)); }
  50% { filter: drop-shadow(0 0 18px rgba(227,192,107,.34)) drop-shadow(0 0 42px rgba(227,192,107,.18)); }
}
.brand-emblem-nav,
.hero-emblem,
.hero-wordmark,
.footer-emblem,
.footer-wordmark {
  animation: logoGlowIn 1.1s ease both, softSparkle 4s ease-in-out 1.2s infinite;
}
.hero-wordmark { animation-delay: .12s, 1.4s; }
.hero-emblem { animation-delay: 0s, 1.2s; }
.brand-emblem-nav { animation-delay: .25s, 1.8s; }
@keyframes logoGlowIn {
  from { opacity: 0; transform: translateY(10px) scale(.98); filter: blur(4px) drop-shadow(0 0 0 rgba(227,192,107,0)); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0) drop-shadow(0 0 14px rgba(227,192,107,.12)); }
}

.hero {
  min-height: calc(86svh - 78px);
  padding: 24px 0 68px;
}
.hero-stage {
  min-height: 610px;
}
.hero-core {
  width: min(980px, 100%);
}
.hero-logo-shell {
  width: min(860px, 100%);
  padding: clamp(18px, 2.4vw, 28px) clamp(18px, 2.8vw, 36px);
}
.hero-note {
  max-width: 620px;
}
.smoke-cloud {
  opacity: .42;
}
.smoke-a { width: 42vw; height: 24vw; top: 11%; left: 10%; }
.smoke-b { width: 38vw; height: 22vw; right: 8%; bottom: 14%; }
.smoke-c { width: 26vw; height: 16vw; left: 50%; top: 8%; transform: translateX(-50%); animation: smokeFloat 20s ease-in-out infinite alternate; }
.smoke-d { width: 22vw; height: 14vw; right: 18%; top: 32%; animation: smokeFloat 16s ease-in-out infinite alternate-reverse; }
.orbit-card {
  background: rgba(15,24,34,.56);
}
.orbit-green { left: 4%; top: 10%; }
.orbit-hookah { right: 4%; top: 20%; }
.orbit-coffee { left: 12%; bottom: 4%; }

.section-pad {
  padding: 96px 0;
}
.notes-row {
  margin-bottom: 32px;
}
.notes-row article,
.menu-card,
.mood-card,
.gallery-grid figure,
.reserve-card {
  backdrop-filter: blur(14px);
}
.menu-card,
.mood-card,
.reserve-card,
.notes-row article {
  border-color: rgba(243,234,217,.09);
}
.site-header {
  background: rgba(8, 12, 18, .60);
}

@media (max-width: 920px) {
  .hero {
    min-height: auto;
    padding: 20px 0 56px;
  }
  .hero-stage {
    min-height: 600px;
  }
  .hero-logo-shell {
    width: min(100%, 760px);
  }
  .orbit-card {
    width: min(154px, 25vw);
  }
  .orbit-green { left: 2%; top: 6%; }
  .orbit-hookah { right: 2%; top: 14%; }
  .orbit-coffee { left: 6%; bottom: 0; }
  .smoke-c { width: 38vw; height: 22vw; }
  .smoke-d { width: 32vw; height: 20vw; right: 8%; }
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at 18% 12%, rgba(227,192,107,.26), transparent 18rem),
      radial-gradient(circle at 88% 16%, rgba(55,82,112,.36), transparent 18rem),
      linear-gradient(180deg, #061018 0%, #0f1822 42%, #070b10 100%);
  }
  .ambient-smoke::before,
  .ambient-smoke::after {
    opacity: .30;
    width: 92vw;
    height: 92vw;
    min-width: 340px;
    min-height: 340px;
  }
  .ambient-shine {
    background:
      radial-gradient(circle at 50% 18%, rgba(227,192,107,.14), transparent 24%),
      radial-gradient(circle at 50% 56%, rgba(227,192,107,.09), transparent 22%);
  }
  .particle-field span {
    width: 3.5px;
    height: 3.5px;
    opacity: .52;
  }
  .hero {
    padding: 18px 0 46px;
  }
  .hero-stage {
    min-height: 520px;
    overflow: hidden;
  }
  .hero-core {
    width: 100%;
    padding-inline: 6px;
  }
  .hero-logo-shell {
    width: 100%;
    padding: 16px 12px 14px;
    border-radius: 24px;
  }
  .hero-emblem {
    width: min(160px, 34vw);
  }
  .hero-wordmark {
    width: min(420px, 86vw);
  }
  .tagline {
    font-size: clamp(20px, 6vw, 28px);
  }
  .hero-note {
    max-width: 100%;
    font-size: 13px;
    padding-inline: 8px;
  }
  .hero-actions {
    width: 100%;
    gap: 8px;
  }
  .btn {
    min-height: 44px;
    padding: 0 16px;
    font-size: 12px;
  }
  .orbit-card {
    width: 112px;
    padding: 7px;
    border-radius: 18px;
  }
  .orbit-card figcaption {
    font-size: 10px;
    letter-spacing: .04em;
  }
  .orbit-green {
    left: -8px;
    top: 20px;
  }
  .orbit-hookah {
    right: -8px;
    top: 76px;
  }
  .orbit-coffee {
    left: -4px;
    bottom: 10px;
    width: 96px;
  }
  .smoke-one { width: 128vw; }
  .smoke-two { width: 94vw; }
  .smoke-a { width: 70vw; height: 40vw; left: -6%; top: 10%; opacity: .46; }
  .smoke-b { width: 64vw; height: 34vw; right: -8%; bottom: 16%; opacity: .44; }
  .smoke-c { width: 50vw; height: 28vw; top: 5%; opacity: .38; }
  .smoke-d { width: 46vw; height: 26vw; right: 0; top: 30%; opacity: .34; }
  .brand-strip {
    margin-top: -2px;
  }
  .section-pad {
    padding: 78px 0;
  }
  .notes-row article {
    padding: 16px;
  }
  .intro-emblem { width: min(132px, 28vw); }
  .intro-wordmark { width: min(360px, 76vw); }
}

/* Rev 6 interactivity and category layout */
.pointer-glow {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: -1;
}
.pointer-glow::before {
  content: "";
  position: fixed;
  left: calc(var(--x, 50vw) - 180px);
  top: calc(var(--y, 40vh) - 180px);
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227,192,107,.12), rgba(227,192,107,.06) 36%, rgba(227,192,107,0) 70%);
  opacity: .9;
  transition: left .12s linear, top .12s linear;
  mix-blend-mode: screen;
}
.touch-ripple {
  position: fixed;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50%;
  border: 1px solid rgba(227,192,107,.45);
  background: radial-gradient(circle, rgba(227,192,107,.15), transparent 70%);
  pointer-events: none;
  z-index: 50;
  animation: touchWave .9s ease-out forwards;
}
@keyframes touchWave {
  from { transform: scale(.5); opacity: .9; }
  to { transform: scale(12); opacity: 0; }
}
.category-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}
.category-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(243,234,217,.10);
  background: rgba(255,255,255,.03);
  color: var(--cream);
  font-size: 13px;
  font-weight: 700;
}
.category-pill:hover { border-color: rgba(205,157,46,.34); color: var(--gold-soft); }
.category-block {
  margin-top: 42px;
  scroll-margin-top: 92px;
}
.category-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.category-head h3 {
  margin: 8px 0 0;
  font-family: Questrial, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  color: var(--cream);
}
.category-head p:last-child {
  max-width: 720px;
  margin: 8px 0 0;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
/* performance polish: reduce expensive blur on dense lists */
.notes-row article,
.menu-card,
.gallery-grid figure,
.reserve-card { backdrop-filter: none !important; }
.hero-logo-shell,
.orbit-card,
.mood-card { backdrop-filter: blur(10px); }

@media (max-width: 920px) {
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .pointer-glow::before {
    width: 240px;
    height: 240px;
    left: calc(var(--x, 50vw) - 120px);
    top: calc(var(--y, 40vh) - 120px);
    opacity: .72;
  }
  .category-jump {
    justify-content: start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }
  .category-jump::-webkit-scrollbar { display: none; }
  .category-block { margin-top: 34px; }
  .category-head h3 { font-size: 28px; }
  .category-grid { grid-template-columns: 1fr; }
}

/* Rev 7 final hero and performance overrides */
main > section:not(.hero) {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}
.intro-overlay::before,
.intro-overlay::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.intro-overlay::before {
  width: 22px;
  height: 22px;
  background: radial-gradient(circle, rgba(227,192,107,.95), rgba(227,192,107,.18) 55%, transparent 72%);
  box-shadow: 0 0 50px rgba(227,192,107,.35);
  animation: introBlast 1.15s ease-out .18s forwards;
}
.intro-overlay::after {
  width: 140px;
  height: 140px;
  border: 1px solid rgba(227,192,107,.36);
  opacity: .14;
  animation: introRing 1.25s ease-out .1s forwards;
}
@keyframes introBlast {
  from { width: 18px; height: 18px; opacity: .98; }
  to { width: 880px; height: 880px; opacity: 0; }
}
@keyframes introRing {
  from { transform: translate(-50%, -50%) scale(.2); opacity: .45; }
  to { transform: translate(-50%, -50%) scale(6.8); opacity: 0; }
}
.hero {
  min-height: calc(78svh - 78px);
}
.hero-stage {
  min-height: 560px;
}
.hero-logo-shell {
  width: min(760px, 100%);
}
.hero-location {
  margin-top: 18px;
}
.hero-actions {
  margin-top: 20px;
}
.orbit-card {
  width: min(205px, 21vw);
}
.orbit-green { left: 6%; top: 12%; }
.orbit-hookah { right: 6%; top: 20%; }
.orbit-coffee { left: 18%; bottom: 8%; width: min(162px, 18vw); }
@media (max-width: 920px) {
  .hero-stage { min-height: 540px; }
  .hero-logo-shell { width: min(640px, 100%); }
}
@media (max-width: 640px) {
  .intro-overlay::before { animation: introBlastMobile 1s ease-out .18s forwards; }
  @keyframes introBlastMobile {
    from { width: 16px; height: 16px; opacity: .98; }
    to { width: 420px; height: 420px; opacity: 0; }
  }
  .hero {
    min-height: auto;
    padding: 14px 0 42px;
  }
  .hero-stage {
    min-height: 468px;
    padding-top: 12px;
  }
  .hero-logo-shell {
    width: calc(100% - 10px);
    padding: 14px 10px 12px;
  }
  .hero-location {
    margin-top: 14px;
    font-size: 11px;
  }
  .hero-note {
    max-width: 290px;
    margin-top: 10px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: min(320px, 100%);
    margin-top: 16px;
  }
  .btn { width: 100%; }
  .orbit-card { width: 96px; }
  .orbit-coffee { display: none; }
  .orbit-green { left: -2px; top: 26px; }
  .orbit-hookah { right: -2px; top: 84px; }
}

/* Final requested fixes */
main > section:not(.hero) {
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
}
.reveal,
.reveal.in-view {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.hero-logo-shell {
  text-align: center;
  justify-items: center !important;
  align-items: center;
}
.hero-emblem,
.hero-wordmark {
  display: block;
  margin-inline: auto;
  object-fit: contain;
  object-position: center center;
}
.hero-emblem {
  transform: translateX(0) !important;
}
.touch-ripple {
  display: none !important;
}

/* Final alignment patch: balanced logo canvases */
.brand {
  width: 72px;
  min-width: 72px;
  height: 72px;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 72px;
}
.brand-emblem-nav {
  display: block !important;
  width: 52px !important;
  height: 52px !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
  transform: none !important;
}
.hero-core {
  justify-self: center !important;
  align-self: center !important;
  margin-inline: auto !important;
  left: auto !important;
  transform: none !important;
}
.hero-logo-shell.hero-lockup-shell {
  width: min(760px, 100%) !important;
  display: grid !important;
  place-items: center !important;
  justify-items: center !important;
  align-items: center !important;
  margin-inline: auto !important;
  text-align: center !important;
}
.hero-lockup {
  display: block !important;
  width: min(720px, 92vw) !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
  transform: none !important;
  filter: drop-shadow(0 0 28px rgba(205,157,46,.14));
  animation: logoGlowIn 1.1s ease both, softSparkle 4s ease-in-out 1.2s infinite;
}
.intro-lockup-wrap {
  display: grid !important;
  place-items: center !important;
  width: min(760px, 82vw);
}
.intro-lockup {
  display: block !important;
  width: min(620px, 76vw) !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  opacity: 0;
  transform: translateY(10px) scale(.98);
  animation: introRise 1s ease .22s forwards, softSparkle 2.8s ease-in-out .8s infinite;
}
@media (max-width: 640px) {
  .brand {
    width: 58px;
    min-width: 58px;
    height: 58px;
    flex-basis: 58px;
  }
  .brand-emblem-nav {
    width: 42px !important;
    height: 42px !important;
  }
  .hero-logo-shell.hero-lockup-shell {
    width: calc(100% - 10px) !important;
  }
  .hero-lockup {
    width: min(360px, 88vw) !important;
  }
  .intro-lockup { width: min(340px, 78vw) !important; }
}


/* Rev 8 requested campaign, about, footer and mobile fixes */
.flavor-note {
  margin: -2px 0 0;
  color: rgba(243,234,217,.64);
  font-size: 12px;
  line-height: 1.55;
}
.campaign-card,
.about-card,
.static-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border-radius: 32px;
  border: 1px solid rgba(205,157,46,.18);
  background:
    radial-gradient(circle at 20% 0%, rgba(205,157,46,.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
}
.campaign-copy h2,
.about-card h2,
.static-card h1 { margin-top: 10px; }
.campaign-steps,
.campaign-prizes,
.wheel-legend,
.social-links,
.static-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.campaign-steps { margin-top: 18px; }
.campaign-steps span,
.campaign-prizes span,
.social-links a,
.static-link-row a {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(243,234,217,.10);
  background: rgba(255,255,255,.045);
  color: var(--cream);
  font-size: 12px;
  font-weight: 800;
}
.campaign-prizes { margin-top: 14px; }
.campaign-note { font-size: 12px; margin-bottom: 0; }
.wheel-panel {
  display: grid;
  justify-items: center;
  gap: 14px;
  position: relative;
}
.wheel-wrap {
  width: min(360px, 76vw);
  aspect-ratio: 1 / 1;
  position: relative;
  display: grid;
  place-items: center;
}
.prize-wheel {
  --wheel-rotation: 0deg;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  transform: rotate(var(--wheel-rotation));
  transition: transform 3s cubic-bezier(.14,.84,.22,1);
  border: 10px solid rgba(227,192,107,.58);
  background:
    conic-gradient(
      from -90deg,
      rgba(227,192,107,.98) 0deg 72deg,
      rgba(75,112,145,.96) 72deg 144deg,
      rgba(214,148,59,.96) 144deg 216deg,
      rgba(92,178,132,.96) 216deg 288deg,
      rgba(205,70,70,.98) 288deg 360deg
    );
  box-shadow: inset 0 0 70px rgba(0,0,0,.30), 0 26px 70px rgba(0,0,0,.34);
  overflow: hidden;
}
.prize-wheel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from -90deg, rgba(255,255,255,.54) 0deg 1.5deg, transparent 1.5deg 72deg),
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.32), transparent 22%),
    radial-gradient(circle, transparent 0 55%, rgba(255,255,255,.16) 56%, transparent 58%);
  pointer-events: none;
}
.prize-wheel::after {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 0 34px rgba(0,0,0,.16);
  pointer-events: none;
}
.wheel-center {
  position: absolute;
  z-index: 5;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold-soft);
  background: #0a1118;
  border: 1px solid rgba(243,234,217,.16);
  font-family: Questrial, Arial, sans-serif;
  font-size: 20px;
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}
.wheel-pointer {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 0;
  border-bottom: 32px solid var(--gold-soft);
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.35));
}
.wheel-legend { justify-content: center; }
.wheel-legend span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.wheel-result {
  min-height: 28px;
  margin: 0;
  color: var(--gold-soft);
  font-weight: 900;
  text-align: center;
}
.about-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.about-points article {
  min-height: 128px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(243,234,217,.10);
  background: rgba(255,255,255,.04);
}
.about-points strong { display: block; color: var(--cream); }
.about-points span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.footer-grid { grid-template-columns: 1.15fr .7fr .7fr 1fr; }
.footer-brand {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  flex-basis: auto !important;
  display: inline-grid !important;
  place-items: start !important;
}
.footer-brand-stack { max-width: 260px; }
.footer-brand-block p { max-width: 320px; margin-top: 14px; }
.footer-grid a:hover { color: var(--gold-soft); }
.static-main { padding: 90px 0; }
.static-card { align-items: start; grid-template-columns: .9fr 1.1fr; }
.static-card p, .static-card li { color: var(--muted); line-height: 1.75; }
.static-list { margin: 0; padding-left: 18px; }
@media (max-width: 920px) {
  .campaign-card,
  .about-card,
  .static-card { grid-template-columns: 1fr; }
  .about-points { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .hero-stage { min-height: 390px; }
  .orbit-card { display: none !important; }
  .hero-logo-shell.hero-lockup-shell { width: 100% !important; }
  .hero-lockup { width: min(330px, 82vw) !important; }
  .campaign-card,
  .about-card,
  .static-card { padding: 20px; border-radius: 24px; }
  .wheel-wrap { width: min(300px, 84vw); }
  .prize-wheel { border-width: 8px; }
  .wheel-center { width: 76px; height: 76px; font-size: 17px; }
  .about-points,
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand-stack { justify-items: start; max-width: 220px; }
  .footer-wordmark { width: min(200px, 66vw) !important; }
  .footer-emblem { width: 64px !important; }
}


/* Static page navigation */
.page-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.page-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(243,234,217,.76);
  font-size: 13px;
  font-weight: 800;
}
.page-nav a:hover { background: rgba(205,157,46,.10); color: var(--gold-soft); }
@media (max-width: 640px) {
  .page-nav { order: 3; width: 100%; justify-content: center; padding-bottom: 10px; }
  .page-nav a { padding: 8px 10px; font-size: 12px; }
  .static-main { padding: 58px 0; }
}


/* Rev 9 nav, cookie consent and admin panel */
.desktop-nav { gap: 6px; }
.desktop-nav a { padding: 9px 10px; }
.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(205,157,46,.28);
  background: rgba(10,17,24,.94);
  box-shadow: 0 24px 80px rgba(0,0,0,.45);
  backdrop-filter: blur(18px);
}
.cookie-banner.hide { display: none; }
.cookie-banner strong { color: var(--cream); display: block; margin-bottom: 5px; }
.cookie-banner p { color: var(--muted); margin: 0; font-size: 13px; line-height: 1.55; }
.cookie-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.cookie-actions button { cursor: pointer; }
.admin-panel { padding: 110px 0 60px; }
.admin-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(205,157,46,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
}
.admin-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 22px 0; }
.admin-stat { padding: 16px; border-radius: 18px; background: rgba(255,255,255,.045); border: 1px solid rgba(243,234,217,.10); }
.admin-stat strong { display: block; font-size: 24px; color: var(--gold-soft); }
.admin-table-wrap { overflow-x: auto; border-radius: 18px; border: 1px solid rgba(243,234,217,.10); }
.admin-table { width: 100%; border-collapse: collapse; min-width: 900px; }
.admin-table th, .admin-table td { padding: 11px 12px; border-bottom: 1px solid rgba(243,234,217,.08); color: var(--muted); font-size: 12px; text-align: left; }
.admin-table th { color: var(--cream); background: rgba(255,255,255,.04); }
.admin-login { max-width: 460px; margin: 0 auto; }
.admin-login input { width: 100%; margin: 12px 0; padding: 14px 16px; border-radius: 14px; border: 1px solid rgba(243,234,217,.14); background: rgba(255,255,255,.06); color: var(--cream); }
.admin-tools { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin: 16px 0 22px; }
@media (max-width: 920px) {
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: flex-start; }
  .admin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 16px; border-radius: 20px; }
  .cookie-actions .btn { width: 100%; justify-content: center; }
  .admin-grid { grid-template-columns: 1fr; }
}


/* Rev 10 wheel labels, stable spin, cookie profile and hidden admin page */
.hide { display: none !important; }
.prize-wheel {
  background:
    conic-gradient(
      from -90deg,
      #dcb85d 0deg 72deg,
      #4d7da1 72deg 144deg,
      #d4943b 144deg 216deg,
      #63ad80 216deg 288deg,
      #c84444 288deg 360deg
    ) !important;
  will-change: transform;
  backface-visibility: hidden;
}
.wheel-label {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 94px;
  margin-left: -47px;
  margin-top: -13px;
  transform: rotate(var(--label-angle)) translateY(-112px) rotate(var(--label-counter-angle));
  transform-origin: center center;
  color: #091018;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  letter-spacing: .02em;
  text-shadow: 0 1px 10px rgba(255,255,255,.35);
  pointer-events: none;
  user-select: none;
}
.wheel-label:nth-child(5n+4), .wheel-label:nth-child(5n+5) { color: #f8eed7; text-shadow: 0 1px 9px rgba(0,0,0,.55); }
.spinWheel.is-spinning, #spinWheel.is-spinning { cursor: wait; opacity: .82; }
.cookie-profile {
  margin-top: 12px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(243,234,217,.10);
  background: rgba(255,255,255,.035);
}
.cookie-profile summary { color: var(--gold-soft); cursor: pointer; font-weight: 800; font-size: 13px; }
.cookie-profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.cookie-profile input[type="text"], .cookie-profile input[type="tel"], .cookie-profile input[type="email"] {
  width: 100%;
  padding: 10px 11px;
  border-radius: 12px;
  border: 1px solid rgba(243,234,217,.12);
  background: rgba(255,255,255,.06);
  color: var(--cream);
  font: inherit;
  font-size: 12px;
}
.cookie-check { display: flex; gap: 8px; align-items: flex-start; color: var(--muted); font-size: 12px; line-height: 1.45; margin-top: 10px; }
.cookie-check input { margin-top: 2px; }
.admin-data-card { margin-top: 22px; }
.admin-table small { color: rgba(243,234,217,.52); }
.admin-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 920px) {
  .wheel-label { transform: rotate(var(--label-angle)) translateY(-96px) rotate(var(--label-counter-angle)); font-size: 12px; width: 78px; margin-left: -39px; }
  .admin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .wheel-label { transform: rotate(var(--label-angle)) translateY(-92px) rotate(var(--label-counter-angle)); font-size: 11px; width: 72px; margin-left: -36px; }
  .cookie-profile-grid { grid-template-columns: 1fr; }
  .admin-grid { grid-template-columns: 1fr; }
}


/* Rev 11 language switcher + multilingual SEO nav */
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(243,234,217,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.language-switch a {
  min-width: 34px;
  padding: 7px 9px;
  border-radius: 999px;
  color: rgba(243,234,217,.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}
.language-switch a:hover,
.language-switch a.active {
  color: #0a1118;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}
.mobile-nav .language-switch {
  grid-column: 1 / -1;
  width: max-content;
  margin-top: 4px;
}
.page-nav + .language-switch { margin-left: auto; }
@media (max-width: 1040px) {
  .desktop-nav a { padding: 8px 8px; font-size: 12px; }
  .language-switch a { min-width: 30px; padding: 7px 7px; }
}
@media (max-width: 705px) {
  .nav { flex-wrap: wrap; gap: 10px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav > .language-switch { margin-left: auto; }
}
@media (max-width: 640px) {
  .page-nav + .language-switch { margin: 0 auto 8px; order: 4; }
  .nav > .btn.btn-secondary { order: 5; width: 100%; justify-content: center; }
}
