:root {
  --bg: #050505;
  --bg-soft: #101010;
  --bg-card: rgba(255, 255, 255, 0.04);
  --panel: rgba(20, 20, 20, 0.86);
  --text: #f5f2ed;
  --muted: #b7aea4;
  --line: rgba(255, 255, 255, 0.1);
  --orange: #f36b21;
  --burnt: #8c3210;
  --gold: #d2ad72;
  --success: #29c46d;
  --danger: #f45c5c;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: 1200px;
  --header-h: 82px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(243, 107, 33, 0.08), transparent 30%),
    linear-gradient(180deg, #040404 0%, #090909 100%);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.embers-container {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.ember {
  position: absolute;
  bottom: -28px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 184, 117, 0.95) 0%, rgba(243, 107, 33, 0.85) 45%, rgba(140, 50, 16, 0.1) 100%);
  box-shadow: 0 0 12px rgba(243, 107, 33, 0.9), 0 0 28px rgba(243, 107, 33, 0.38);
  filter: blur(0.6px);
  opacity: 0;
  animation: ember-rise linear forwards;
}

@keyframes ember-rise {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0;
  }

  12% {
    opacity: 0.9;
  }

  100% {
    transform: translate3d(var(--x-move), var(--y-move), 0) scale(0.18);
    opacity: 0;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.scrolled {
  background: rgba(5, 5, 5, 0.84);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.header-inner,
.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: 116px;
  height: auto;
}

.brand-text {
  display: grid;
  gap: 2px;
  text-transform: uppercase;
}

.brand-text strong {
  font-size: 13px;
  letter-spacing: 2px;
}

.brand-text span {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 2.6px;
}

.desktop-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.desktop-nav a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--orange);
}

.header-link {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 1.3px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

.mobile-drawer {
  position: fixed;
  inset: var(--header-h) 0 auto 0;
  z-index: 25;
  display: grid;
  gap: 18px;
  padding: 24px 16px 26px;
  background: rgba(4, 4, 4, 0.97);
  border-bottom: 1px solid var(--line);
  transform: translateY(-120%);
  transition: transform 0.3s ease;
}

.mobile-drawer.active {
  transform: translateY(0);
}

.mobile-drawer a {
  font-size: 18px;
  font-weight: 700;
}

.main-content {
  padding-top: var(--header-h);
}

.section {
  position: relative;
  padding: 96px 0;
}

.section-dark {
  background: rgba(255, 255, 255, 0.015);
}

.section-sm {
  padding: 72px 0;
}

.hero {
  position: relative;
  min-height: calc(100vh - 24px);
  overflow: hidden;
  display: grid;
  align-items: end;
}

.hero-media,
.hero-media video,
.hero-media img,
.cover-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay,
.cover-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(2, 2, 2, 0.82) 72%, rgba(4, 4, 4, 0.98) 100%),
    radial-gradient(circle at 70% 25%, rgba(243, 107, 33, 0.2), transparent 28%);
}

/* .hero grows taller than the viewport to fit its content (cards, CTAs etc.),
   so height:100% above stretches the video far beyond its native 16:9 frame
   and forces object-fit:cover to crop in hard on the sides. Pin the video and
   its overlay to one viewport height so the crop stays proportional to the footage;
   the rest of the section falls back to the page's own dark background. */
.hero-media,
.hero-media video,
.hero-overlay {
  height: 100vh;
  bottom: auto;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 110px 0 70px;
  display: grid;
  gap: 24px;
}

.eyebrow {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
}

.hero h1,
.page-hero h1,
.section-title {
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(48px, 9vw, 128px);
}

.page-hero h1 {
  font-size: clamp(40px, 7vw, 92px);
}

.hero p.lead,
.page-hero p,
.section-copy {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.7;
}

.cta-row,
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--burnt));
  box-shadow: 0 14px 44px rgba(243, 107, 33, 0.25);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--gold);
}

.btn-danger {
  background: rgba(244, 92, 92, 0.14);
  border-color: rgba(244, 92, 92, 0.3);
  color: #ffd8d8;
}

.hero-highlights,
.stats-grid,
.three-grid,
.two-grid,
.cards-grid,
.gallery-grid,
.cuts-grid,
.info-grid,
.testimonials-grid {
  display: grid;
  gap: 22px;
}

.hero-highlights {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
}

.glass-card,
.card,
.info-card,
.placeholder-card,
.testimonial,
.menu-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(16, 16, 16, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.glass-card {
  padding: 24px;
}

.glass-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.glass-card p {
  color: var(--muted);
  line-height: 1.65;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.section-head h2 {
  font-size: clamp(32px, 5vw, 72px);
}

.section-head p {
  max-width: 580px;
  color: var(--muted);
  line-height: 1.7;
}

.cards-grid,
.gallery-grid,
.cuts-grid,
.testimonials-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.two-grid {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: stretch;
}

.three-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.card-media img,
.card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  max-width: 420px;
}

.poster-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.event-banner {
  padding: 44px 0;
  border-bottom: 1px solid var(--line);
}

.event-banner-inner {
  display: grid;
  grid-template-columns: minmax(0, 520px) 1fr;
  align-items: center;
  gap: 40px;
}

.event-banner .poster-media {
  max-width: 100%;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.event-banner-body .eyebrow {
  color: var(--orange);
}

@media (max-width: 1100px) {
  .event-banner-inner {
    grid-template-columns: minmax(0, 400px) 1fr;
  }
}

@media (max-width: 720px) {
  .event-banner {
    padding: 28px 0;
  }

  .event-banner-inner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .event-banner .poster-media {
    max-width: 100%;
  }
}

.marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marquee-scroll 46s linear infinite;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.marquee-card {
  position: relative;
  flex: 0 0 auto;
  width: 280px;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.marquee-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marquee-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.88) 100%);
}

.marquee-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 18px;
  display: grid;
  gap: 8px;
}

.marquee-card-body .badge {
  justify-self: start;
}

.marquee-card-body p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .marquee-card {
    width: 220px;
  }
}

.card-body,
.menu-card-body,
.testimonial-body {
  padding: 22px;
  display: grid;
  gap: 14px;
}

.card-meta,
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge,
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.card h3,
.menu-card h3,
.testimonial h3 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
  text-transform: uppercase;
}

.card p,
.menu-card p,
.testimonial p,
.placeholder-card p,
.info-card p {
  color: var(--muted);
  line-height: 1.7;
}

.card-footer,
.list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.text-link {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.placeholder-card {
  min-height: 100%;
  padding: 28px;
  display: grid;
  align-content: end;
  gap: 14px;
  background:
    radial-gradient(circle at top right, rgba(243, 107, 33, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.placeholder-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: calc(var(--radius-md) - 8px);
}

.placeholder-card > * {
  position: relative;
  z-index: 1;
}

.empty-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(243, 107, 33, 0.1);
  border: 1px solid rgba(243, 107, 33, 0.28);
}

.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 116px 0 80px;
  display: grid;
  gap: 18px;
}

.page-hero.compact .page-hero-inner {
  padding-bottom: 48px;
}

.page-panel,
.detail-card,
.reservation-panel,
.instagram-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(12, 12, 12, 0.84);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.page-panel {
  padding: 28px;
}

.detail-card {
  overflow: hidden;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
}

.detail-media {
  aspect-ratio: 16 / 11;
  background: #111;
}

.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-content {
  padding: 28px;
  display: grid;
  gap: 18px;
}

.detail-content h2 {
  font-size: clamp(32px, 5vw, 64px);
  line-height: 0.98;
  text-transform: uppercase;
}

.meta-list,
.icon-list {
  display: grid;
  gap: 12px;
}

.meta-item,
.icon-item {
  display: flex;
  align-items: start;
  gap: 12px;
  color: var(--muted);
}

.meta-item strong,
.icon-item strong {
  color: var(--text);
  min-width: 96px;
}

.grid-list {
  display: grid;
  gap: 18px;
}

.instagram-links {
  display: grid;
  gap: 12px;
}

.instagram-link {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.instagram-link small {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.menu-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.menu-card {
  overflow: hidden;
}

.menu-card-media {
  aspect-ratio: 4 / 3;
}

.menu-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-price {
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
}

.drinks-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.drink-card {
  overflow: hidden;
}

.drink-card-media {
  position: relative;
  aspect-ratio: 3 / 4;
  background: #000;
}

.drink-card-media img,
.drink-card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drink-card-media video {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.drink-card-media video.is-playing {
  opacity: 1;
}

.drink-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}

.drink-card-quote {
  color: var(--muted);
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
  border-left: 2px solid var(--orange);
  padding-left: 12px;
}

.footer {
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.38);
}

.footer-inner {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 34px 0 110px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 24px;
}

.footer h4 {
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
}

.footer p,
.footer a,
.footer li {
  color: var(--muted);
  line-height: 1.8;
}

.footer ul {
  list-style: none;
}

.footer-brand img {
  width: 122px;
  margin-bottom: 14px;
}

.floating-mobile-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 35;
  display: none;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 10px;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 8, 8, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.floating-mobile-bar a {
  min-height: 46px;
  padding: 0 12px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.floating-mobile-bar a.primary {
  background: linear-gradient(135deg, var(--orange), var(--burnt));
}

.floating-mobile-bar a.secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.loading-state,
.notice,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

.notice {
  width: 100%;
  min-height: auto;
  padding: 16px 18px;
  border-radius: var(--radius-sm);
}

.notice-warning {
  border-color: rgba(243, 107, 33, 0.22);
  background: rgba(243, 107, 33, 0.08);
}

.notice-success {
  border-color: rgba(41, 196, 109, 0.24);
  background: rgba(41, 196, 109, 0.08);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.hidden {
  display: none !important;
}

@media (max-width: 1100px) {
  .desktop-nav,
  .header-actions .header-link,
  .header-actions .btn {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .hero-highlights,
  .cards-grid,
  .gallery-grid,
  .cuts-grid,
  .testimonials-grid,
  .menu-showcase,
  .drinks-showcase,
  .stats-grid,
  .detail-grid,
  .footer-inner,
  .three-grid,
  .two-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --header-h: 74px;
  }

  .section {
    padding: 76px 0;
  }

  .header-inner,
  .container,
  .hero-content,
  .page-hero-inner,
  .footer-inner {
    width: min(calc(100% - 24px), var(--container));
  }

  .brand img {
    width: 96px;
  }

  .brand-text {
    display: none;
  }

  .hero-content {
    padding: 92px 0 120px;
  }

  /* On narrow screens 100vh is much taller than it is wide, so cover-cropping
     a 16:9 video into that shape hides ~80% of the frame width (looks "zoomed").
     Cap the video band to its native aspect ratio instead — no more crop. */
  .hero-media,
  .hero-media video,
  .hero-overlay {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .cta-row,
  .pill-row,
  .section-head {
    align-items: stretch;
  }

  .cta-row .btn,
  .pill-row .pill,
  .section-head .btn {
    width: 100%;
  }

  .footer-inner {
    padding-bottom: 116px;
  }

  .floating-mobile-bar {
    display: grid;
  }
}
