/* ==========================================================================
   MOJO COCKTAIL BAR — Sapphire Riviera Design System
   ========================================================================== */

:root {
  /* Sapphire Riviera Palette */
  --navy: #07111F;
  --navy-soft: #0C1B2E;
  --navy-card: #0F2038;
  --sapphire: #0F5D8C;
  --aqua: #56D8E8;
  --ice: #B9F6FF;
  --cream: #F7E7C6;
  --sunset: #FF6B3D;
  --white: #FFFFFF;

  --line: rgba(185, 246, 255, 0.14);
  --line-soft: rgba(247, 231, 198, 0.14);

  --font-display: 'Fraunces', 'Georgia', serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-menu: 'Baloo 2', 'Manrope', sans-serif;

  /* menu-paper accents, sampled from Mojo's real printed cocktail menu */
  --paper: #FBF4E4;
  --paper-soft: #F3E9D2;
  --ink: #0B3A5C;

  --container: 1240px;
  --pad: clamp(20px, 5vw, 64px);

  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-soft: cubic-bezier(.4, 0, .2, 1);

  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

body {
  margin: 0;
  background: var(--navy);
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
  color: var(--white);
}

p { margin: 0; }

ul { list-style: none; margin: 0; padding: 0; }

svg { width: 100%; height: 100%; }

::selection { background: var(--aqua); color: var(--navy); }

/* subtle film-grain overlay for premium texture */
.grain-overlay {
  position: fixed; inset: 0; pointer-events: none; z-index: 9999;
  opacity: 0.035; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ==========================================================================
   Utility
   ========================================================================== */

.eyebrow {
  display: block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua);
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.section-intro {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: rgba(247, 231, 198, 0.78);
  max-width: 640px;
  font-weight: 400;
}

.center { text-align: center; margin-left: auto; margin-right: auto; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 32px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), background 0.45s var(--ease), border-color 0.45s var(--ease), color 0.45s var(--ease);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.35), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s var(--ease);
}
.btn:hover::after { opacity: 1; }
.btn:active { transform: scale(0.97); }

.btn-primary {
  background: linear-gradient(135deg, var(--sunset), #ff8a5c);
  color: var(--navy);
  box-shadow: 0 8px 30px -8px rgba(255, 107, 61, 0.55);
}
.btn-primary:hover {
  box-shadow: 0 12px 40px -6px rgba(255, 107, 61, 0.75);
  transform: translateY(-2px);
}

.btn-ghost {
  background: rgba(185, 246, 255, 0.06);
  border-color: rgba(185, 246, 255, 0.35);
  color: var(--ice);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover {
  background: rgba(185, 246, 255, 0.14);
  border-color: var(--aqua);
  transform: translateY(-2px);
}

.btn-cta {
  padding: 11px 26px;
  font-size: 0.82rem;
}

/* ==========================================================================
   Reveal Animations
   ========================================================================== */

.reveal-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
  transition-delay: calc(var(--d, 0) * 90ms);
}
.reveal-up.in-view { opacity: 1; transform: translateY(0); }

.reveal-fade {
  opacity: 0;
  transition: opacity 1.4s var(--ease);
}
.reveal-fade.in-view { opacity: 1; }

/* Note: the mask/clip effect lives on the CHILD media element, not on
   .reveal-mask itself — clipping the observed element's own box to zero
   area would make IntersectionObserver report zero intersection forever
   (a deadlock: it needs to be "seen" to reveal, but is invisible until revealed). */
.reveal-mask { position: relative; }
.reveal-mask img,
.reveal-mask video,
.reveal-mask iframe {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: scale(1.06);
  transition: opacity 0.8s var(--ease), clip-path 1.1s var(--ease), transform 1.1s var(--ease);
  transition-delay: calc(var(--d, 0) * 110ms);
}
.reveal-mask.in-view img,
.reveal-mask.in-view video,
.reveal-mask.in-view iframe {
  opacity: 1;
  clip-path: inset(0 0 0% 0);
  transform: scale(1);
}

/* ==========================================================================
   Header
   ========================================================================== */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.5s var(--ease-soft), border-color 0.5s var(--ease-soft), height 0.4s var(--ease-soft), box-shadow 0.5s var(--ease-soft);
}
.site-header.scrolled {
  background: rgba(7, 17, 31, 0.82);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--line);
  height: 72px;
  box-shadow: 0 10px 40px -20px rgba(0,0,0,0.6);
}

.header-inner {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: flex; align-items: center; }
.brand-logo { height: 42px; width: auto; transition: height 0.4s var(--ease-soft); }
.site-header.scrolled .brand-logo { height: 36px; }

.main-nav ul { display: flex; gap: 36px; }
.main-nav a {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ice);
  position: relative;
  padding-bottom: 4px;
  opacity: 0.88;
  transition: opacity 0.3s var(--ease);
}
.main-nav a::after {
  content: '';
  position: absolute; left: 0; bottom: 0;
  width: 0; height: 1.5px;
  background: var(--aqua);
  transition: width 0.4s var(--ease);
}
.main-nav a:hover { opacity: 1; }
.main-nav a:hover::after { width: 100%; }

.header-cta { flex-shrink: 0; }

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
  width: 40px; height: 40px;
  background: none; border: none; cursor: pointer;
  z-index: 900;
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--cream);
  border-radius: 2px;
  transition: all 0.4s var(--ease);
}
.menu-toggle span:nth-child(1) { width: 26px; }
.menu-toggle span:nth-child(2) { width: 20px; }
.menu-toggle span:nth-child(3) { width: 26px; }
.menu-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); width: 26px; }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); width: 26px; }

/* ==========================================================================
   Mobile Menu Overlay
   ========================================================================== */

.mobile-menu {
  position: fixed; inset: 0;
  z-index: 800;
  background: linear-gradient(160deg, rgba(7,17,31,0.98), rgba(15,32,56,0.98));
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease), visibility 0.5s;
}
.mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }

.mobile-menu nav ul { display: flex; flex-direction: column; align-items: center; gap: 28px; }
.mobile-menu nav a {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--cream);
  opacity: 0.9;
}
.mobile-menu nav a:hover { color: var(--aqua); }

.mobile-menu-social { display: flex; gap: 28px; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ice); opacity: 0.7; }

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
  position: relative;
  height: 100svh;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(7,11,20,0.55) 0%, rgba(7,17,31,0.35) 35%, rgba(7,17,31,0.55) 65%, rgba(4,10,18,0.94) 100%),
    linear-gradient(90deg, rgba(7,17,31,0.55) 0%, rgba(7,17,31,0.05) 40%, rgba(7,17,31,0.05) 60%, rgba(7,17,31,0.55) 100%);
}
.hero-vignette {
  position: absolute; inset: 0;
  box-shadow: inset 0 0 180px 40px rgba(4, 9, 16, 0.65);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad) clamp(64px, 10vh, 120px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-logo {
  height: 64px;
  width: auto;
  margin-bottom: 22px;
  filter: drop-shadow(0 6px 24px rgba(0,0,0,0.35));
}

.hero-title {
  font-size: clamp(3rem, 8.5vw, 6.4rem);
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 18px;
}
.hero-title span:first-child {
  font-style: italic;
  font-weight: 400;
  color: var(--ice);
  font-size: 0.5em;
  letter-spacing: 0.02em;
  margin-bottom: -0.15em;
}

.hero-slogan {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  color: var(--aqua);
  margin-bottom: 18px;
}

.hero-sub {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: rgba(247, 231, 198, 0.82);
  max-width: 480px;
  margin-bottom: 38px;
}

.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }

.scroll-cue {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  width: 26px; height: 42px;
  border: 1.5px solid rgba(185,246,255,0.5);
  border-radius: 20px;
  z-index: 2;
}
.scroll-cue span {
  position: absolute;
  top: 8px; left: 50%;
  width: 4px; height: 4px;
  margin-left: -2px;
  border-radius: 50%;
  background: var(--aqua);
  animation: scrollcue 2s ease infinite;
}
@keyframes scrollcue {
  0% { top: 8px; opacity: 1; }
  70% { top: 24px; opacity: 0.2; }
  100% { top: 24px; opacity: 0; }
}

/* ==========================================================================
   Trust Strip
   ========================================================================== */

.trust-strip {
  background: var(--navy-soft);
  border-bottom: 1px solid var(--line);
  padding: 26px var(--pad);
  position: relative;
  z-index: 3;
}
.trust-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ice);
  opacity: 0.9;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 180px;
}
.trust-icon {
  color: var(--aqua);
  font-size: 1rem;
}
.trust-wave { width: 26px; height: 13px; flex-shrink: 0; }
.trust-wave svg { width: 100%; height: 100%; }

/* ==========================================================================
   Wave dividers — motif lifted from Mojo's printed cocktail menu
   ========================================================================== */

.wave-divider {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: clamp(40px, 7vw, 90px);
  line-height: 0;
  z-index: 3;
  pointer-events: none;
}
.wave-divider svg { width: 100%; height: 100%; display: block; }
.wave-to-cream path { fill: var(--paper); }
.wave-to-dark path { fill: var(--navy); }

/* ==========================================================================
   About
   ========================================================================== */

.about {
  padding: clamp(80px, 12vh, 140px) var(--pad);
  background: var(--navy);
}
.about-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}
.about-media {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 70px -30px rgba(0,0,0,0.7);
}
.about-media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(15,93,140,0.25), transparent 50%);
  pointer-events: none;
}
.about-video { width: 100%; height: 100%; object-fit: cover; }

.about-content p { font-size: 1.05rem; color: rgba(247,231,198,0.82); margin-bottom: 18px; }
.about-highlight {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--aqua);
  border-left: 2px solid var(--aqua);
  padding-left: 18px;
  margin-top: 24px !important;
}

/* ==========================================================================
   The Mojo Standard
   ========================================================================== */

.standard {
  padding: clamp(80px, 12vh, 140px) var(--pad);
  background: var(--navy-soft);
  position: relative;
}
.standard-inner { max-width: var(--container); margin: 0 auto; }
.standard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.standard-card {
  background: var(--navy-card);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease), border-color 0.6s var(--ease);
}
.standard-card:hover {
  transform: translateY(-6px);
  border-color: rgba(86, 216, 232, 0.4);
  box-shadow: 0 24px 50px -20px rgba(15, 93, 140, 0.5);
}
.standard-card-media { aspect-ratio: 16/10; overflow: hidden; }
.standard-card-media img, .standard-card-media video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 75%; transition: transform 0.8s var(--ease); }
.standard-card-media img.obj-bottom { object-position: 50% 92%; }
.standard-card:hover .standard-card-media img,
.standard-card:hover .standard-card-media video { transform: scale(1.06); }

.standard-card-body { padding: 30px 28px 34px; }
.standard-icon {
  display: inline-flex;
  width: 40px; height: 40px;
  color: var(--aqua);
  margin-bottom: 16px;
}
.standard-card-body h3 {
  font-size: 1.32rem;
  margin-bottom: 10px;
  color: var(--white);
}
.standard-card-body p { color: rgba(247,231,198,0.72); font-size: 0.96rem; }

.standard-card-dark {
  background: linear-gradient(160deg, var(--sapphire), #0a3757);
  display: flex;
  align-items: center;
}
.standard-card-dark .standard-card-body { padding: 40px 32px; }
.standard-card-dark .standard-icon { color: var(--cream); }
.standard-card-dark h3 { color: var(--white); }
.standard-card-dark p { color: rgba(247,231,198,0.86); }

/* ==========================================================================
   Signature Cocktails — styled as the real Mojo menu: paper, sapphire ink,
   rounded display type, wave motif
   ========================================================================== */

.cocktails {
  padding: clamp(80px, 12vh, 140px) var(--pad);
  background: var(--paper);
  position: relative;
  overflow: hidden;
}
.cocktails::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(11,58,92,0.09) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.5;
  pointer-events: none;
}
.cocktails-inner { max-width: var(--container); margin: 0 auto; position: relative; }
.section-intro.center { margin-bottom: 8px; }

.eyebrow-ink { color: var(--sapphire); }
.section-intro.ink { color: rgba(11, 58, 92, 0.68); }

.menu-title {
  font-family: var(--font-menu);
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-transform: uppercase;
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
}

.cocktail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 52px;
  position: relative;
}

.cocktail-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(11, 58, 92, 0.12);
  box-shadow: 0 18px 40px -26px rgba(11, 58, 92, 0.35);
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease), border-color 0.5s var(--ease);
}
.cocktail-card:hover {
  transform: translateY(-8px);
  border-color: rgba(15, 93, 140, 0.4);
  box-shadow: 0 30px 60px -22px rgba(15, 93, 140, 0.4), 0 0 0 1px rgba(15,93,140,0.1);
}
.cocktail-card-media { aspect-ratio: 4/5; overflow: hidden; position: relative; }
.cocktail-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.cocktail-card:hover .cocktail-card-media img { transform: scale(1.08); }

.cocktail-card-body {
  padding: 22px 24px 26px;
}
.cocktail-card-body h3 {
  font-family: var(--font-menu);
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 1.2rem;
  color: var(--ink);
}
.card-wave {
  display: block;
  width: 46px;
  height: 9px;
  color: var(--aqua);
  margin: 8px 0 12px;
}
.cocktail-card-body p {
  font-size: 0.92rem;
  color: rgba(11, 58, 92, 0.72);
  line-height: 1.55;
  font-family: var(--font-body);
}

.card-badge {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 3;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(7, 17, 31, 0.72);
  color: var(--ice);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(185,246,255,0.3);
}

.cocktail-card-feature { border-color: rgba(255,107,61,0.35); }
.cocktail-card-feature .card-badge { background: rgba(255, 107, 61, 0.92); color: var(--navy); border-color: transparent; }
.cocktail-card-feature .card-wave { color: var(--sunset); }

.cocktail-card-secret .card-badge-secret { background: rgba(15, 93, 140, 0.92); color: var(--ice); border-color: transparent; }
.cocktail-card-secret .cocktail-card-body h3 { color: var(--sapphire); }

.card-badge-spirit { background: rgba(15, 93, 140, 0.92); color: var(--ice); border-color: transparent; }

/* Placeholder photo tile — stands in until real cocktail photography lands.
   Swap by replacing this element with an <img>; sizing/position is handled
   by the parent (.cocktail-card-media or .ph-round), not this class. */
.photo-placeholder {
  position: relative;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--sapphire), var(--ink) 60%, var(--aqua));
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.photo-placeholder::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.18), transparent 55%);
}
.photo-placeholder svg { width: 32%; height: 32%; color: rgba(255,255,255,0.85); position: relative; z-index: 1; }
.ph-cap {
  position: absolute; bottom: 10px; left: 0; right: 0; z-index: 1;
  text-align: center; font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.78);
}
.ph-round { width: 60px; height: 60px; border-radius: 50%; flex-shrink: 0; }
.ph-round svg { width: 40%; height: 40%; }

.spotlight-label {
  display: block;
  font-family: var(--font-menu);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sunset);
  text-align: center;
  margin-top: 12px;
}

/* ---------- Full menu list ---------- */

.menu-full { margin-top: 84px; }
.menu-full-title {
  font-family: var(--font-menu);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ink);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin-bottom: 8px;
}

.menu-cat-label {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-menu);
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sapphire);
  margin: 40px 0 16px;
}
.menu-cat-label::after { content: ''; flex: 1; height: 1px; background: rgba(11,58,92,0.16); }

.menu-list { display: flex; flex-direction: column; border-top: 1px solid rgba(11,58,92,0.14); }
.menu-row {
  display: flex; align-items: center; gap: 20px;
  padding: 16px 6px;
  border-bottom: 1px solid rgba(11,58,92,0.14);
  transition: background 0.3s var(--ease);
}
.menu-row:hover { background: rgba(15,93,140,0.04); }
.menu-row-text { flex: 1; display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.menu-row-text h4 {
  font-family: var(--font-menu);
  font-weight: 700;
  font-size: 1.02rem;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
}
.menu-row-text p { font-size: 0.86rem; color: rgba(11,58,92,0.66); max-width: 520px; }

/* ==========================================================================
   Atmosphere
   ========================================================================== */

.atmosphere {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 100px var(--pad);
}
.atmosphere-media { position: absolute; inset: 0; z-index: 0; }
.atmosphere-media video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 72%; }
.atmosphere-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,9,16,0.75), rgba(7,17,31,0.55) 40%, rgba(4,9,16,0.88));
  backdrop-filter: blur(0.5px);
}
.atmosphere-content { position: relative; z-index: 1; max-width: 720px; text-align: center; margin: 0 auto; }
.atmosphere .section-intro { margin: 0 auto 32px; }

.tag-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.tag {
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid rgba(185,246,255,0.3);
  background: rgba(185,246,255,0.06);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--ice);
}

/* ==========================================================================
   Gallery
   ========================================================================== */

.gallery {
  padding: clamp(80px, 12vh, 140px) var(--pad);
  background: var(--navy-soft);
}
.gallery-inner { max-width: var(--container); margin: 0 auto; }

.masonry {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 130px;
  gap: 18px;
}
.masonry-item {
  margin: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  grid-row: span 2;
  background: var(--navy-card);
}
.masonry-item.span-tall { grid-row: span 3; }
.masonry-item.span-wide { grid-column: span 2; }

.masonry-item img, .masonry-item video {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.9s var(--ease), filter 0.6s var(--ease);
  filter: saturate(1.02);
}
.masonry-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(200deg, rgba(86,216,232,0.0), rgba(7,17,31,0.0));
  transition: background 0.5s var(--ease);
  pointer-events: none;
}
.masonry-item:hover img, .masonry-item:hover video { transform: scale(1.09); }
.masonry-item:hover::after { background: linear-gradient(200deg, rgba(86,216,232,0.12), rgba(7,17,31,0.05)); }

/* ==========================================================================
   Happy Hour
   ========================================================================== */

.happy-hour {
  position: relative;
  padding: clamp(90px, 14vh, 160px) var(--pad);
  overflow: hidden;
  text-align: center;
}
.happy-hour-media { position: absolute; inset: 0; z-index: 0; }
.happy-hour-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 68%; }
.happy-hour-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7,17,31,0.9), rgba(15,93,140,0.55) 55%, rgba(7,17,31,0.92));
}
.happy-hour-content { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.happy-hour .section-intro { margin: 0 auto 32px; }
.happy-hour .menu-title { color: var(--cream); text-shadow: 0 4px 30px rgba(0,0,0,0.4); }
.happy-hour .card-wave,
.happy-hour .eyebrow { color: var(--aqua); }

/* ==========================================================================
   Night Energy
   ========================================================================== */

.night-energy {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 100px var(--pad);
}
.night-media { position: absolute; inset: 0; z-index: 0; }
.night-media video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.night-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,6,14,0.55), rgba(20,10,40,0.55) 45%, rgba(4,6,14,0.92));
}
.night-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 30% 20%, rgba(120,80,255,0.25), transparent 60%),
    radial-gradient(50% 40% at 75% 60%, rgba(86,216,232,0.18), transparent 65%);
  mix-blend-mode: screen;
}
.night-content { position: relative; z-index: 1; max-width: 700px; text-align: center; margin: 0 auto; }
.night-energy .section-intro { margin: 0 auto; }
.night-energy .eyebrow { color: #c9a8ff; }

/* ==========================================================================
   Location
   ========================================================================== */

.location {
  padding: clamp(80px, 12vh, 140px) var(--pad);
  background: var(--navy);
}
.location-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}
.location-content p { font-size: 1.05rem; color: rgba(247,231,198,0.82); margin-bottom: 30px; }

.location-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(185,246,255,0.03);
}
.location-details li { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.loc-label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aqua);
  font-weight: 700;
  flex-shrink: 0;
}
.loc-value { color: var(--cream); font-weight: 600; text-align: right; }
.loc-link { transition: color 0.3s var(--ease); }
.loc-link:hover { color: var(--aqua); }

.location-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.location-map {
  aspect-ratio: 1/1;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,0.7);
  filter: grayscale(0.15) saturate(0.9);
}
.location-map iframe { width: 100%; height: 100%; border: 0; }

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
  background: #040910;
  border-top: 1px solid var(--line);
  padding: 60px var(--pad) 0;
}
.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-bottom: 44px;
}
.footer-brand { display: flex; flex-direction: column; gap: 10px; }
.footer-logo { height: 34px; width: auto; align-self: flex-start; }
.footer-slogan { font-size: 0.85rem; color: rgba(247,231,198,0.6); letter-spacing: 0.02em; }
.footer-phone { font-size: 0.85rem; font-weight: 700; color: var(--ice); letter-spacing: 0.02em; transition: color 0.3s var(--ease); }
.footer-phone:hover { color: var(--aqua); }

.footer-links { display: flex; gap: 28px; flex-wrap: wrap; }
.footer-links a { font-size: 0.88rem; font-weight: 600; color: var(--ice); opacity: 0.8; transition: opacity 0.3s, color 0.3s; }
.footer-links a:hover { opacity: 1; color: var(--aqua); }

.footer-social { display: flex; gap: 14px; }
.social-icon {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ice);
  transition: border-color 0.3s, color 0.3s, transform 0.3s;
}
.social-icon svg { width: 17px; height: 17px; }
.social-icon:hover { border-color: var(--aqua); color: var(--aqua); transform: translateY(-2px); }

.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 20px var(--pad);
  margin: 0 calc(var(--pad) * -1);
  text-align: center;
}
.footer-bottom p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: rgba(185,246,255,0.55);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 980px) {
  .main-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; }

  .about-inner { grid-template-columns: 1fr; }
  .about-media { aspect-ratio: 16/10; }

  .standard-grid { grid-template-columns: 1fr; }
  .cocktail-grid { grid-template-columns: repeat(2, 1fr); }

  .location-inner { grid-template-columns: 1fr; }
  .location-map { aspect-ratio: 16/10; }

  .masonry { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 110px; }
}

@media (max-width: 640px) {
  :root { --header-h: 72px; }
  .hero-content { padding-bottom: 56px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }

  .trust-inner { justify-content: flex-start; gap: 18px 28px; }
  .trust-item { min-width: 130px; justify-content: flex-start; font-size: 0.78rem; }

  .cocktail-grid { grid-template-columns: 1fr; }

  .masonry { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .masonry-item.span-wide { grid-column: span 2; }

  .location-details li { flex-direction: column; gap: 4px; }
  .loc-value { text-align: left; }

  .footer-inner { flex-direction: column; align-items: flex-start; }
}
