:root {
  --bg: #0a0a0a;
  --panel: #111114;
  --panel2: #0f0f12;
  --text: #f4f5f7;
  --muted: #a8adb7;

  --gold: #f4c430;
  --gold2: #e5b82d;

  --red: #b31b1b;
  --red2: #ff2a2a;

  --stroke: rgba(255, 255, 255, 0.08);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);

  --radius-xl: 28px;
  --radius-lg: 22px;

  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
}

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

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

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

/* NAV */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(244, 196, 48, 0.15);
}

.nav-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand-text {
  display: none;
}

.brand-name {
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.brand-sub {
  margin-top: 2px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244, 196, 48, 0.85);
}

.nav-links {
  display: none;
  gap: 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.nav-links a:hover {
  color: rgba(255, 255, 255, 0.95);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phone {
  display: none;
  font-weight: 800;
  color: rgba(244, 196, 48, 0.95);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease,
    border-color 0.18s ease;
  user-select: none;
}

.btn:active {
  transform: translateY(1px);
}

.btn-gold {
  background: var(--gold);
  color: #0a0a0a;
}

.btn-gold:hover {
  background: var(--gold2);
  box-shadow: 0 0 26px rgba(244, 196, 48, 0.22);
  transform: translateY(-1px);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.16);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.btn-lg {
  padding: 16px 22px;
  font-size: 12px;
}

.btn-wide {
  width: 100%;
  padding: 18px 22px;
}

/* HERO */
.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 64px 0 80px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/mongoblian bbq.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: saturate(1.05);
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(244, 196, 48, 0.1),
      transparent 55%
    ),
    radial-gradient(circle at 70% 70%, rgba(179, 27, 27, 0.12), transparent 55%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.78));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.pill {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid rgba(244, 196, 48, 0.22);
  background: rgba(244, 196, 48, 0.08);
  color: rgba(244, 196, 48, 0.92);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-title {
  margin: 0 0 16px;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.9;
  font-size: clamp(44px, 7vw, 108px);
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}

.hero-title-accent {
  color: var(--red2);
  font-style: italic;
  text-shadow: 0 16px 40px rgba(179, 27, 27, 0.35);
}

.hero-subtitle {
  margin: 0 auto 18px;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.65;
}

/* ticker bar */
.ticker {
  margin: 18px auto 26px;
  max-width: 980px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(179, 27, 27, 0.42),
    transparent
  );
  border-radius: 999px;
  padding: 10px 14px;
  overflow: hidden;
}

.ticker-track {
  display: inline-flex;
  gap: 18px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(244, 196, 48, 0.88);
  animation: ticker 18s linear infinite;
}

.dot {
  opacity: 0.7;
}

@keyframes ticker {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-40%);
  }
}

.hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* SECTIONS */
.section {
  padding: 72px 0;
}

.section-dark {
  background: #0b0b0d;
}

/* EXPERIENCE CARDS */
.two-cards {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr;
}

.feature {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-media {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.06);
  height: 320px;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

.feature-media:hover img {
  transform: scale(1.08);
}

.feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent 65%);
  z-index: 1;
}

.feature-text {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 22px;
  z-index: 2;
}

.feature-text h2 {
  margin: 0 0 6px;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  letter-spacing: -0.02em;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.65);
}

.tagline {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244, 196, 48, 0.88);
}

.tagline.red {
  color: rgba(255, 70, 70, 0.92);
}

.feature-body {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
  font-size: 16px;
}

/* LOCATION like Image 1 */
.location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.visit-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--stroke);
  border-radius: var(--radius-xl);
  padding: 42px;
  box-shadow: var(--shadow);
}

.visit-title {
  margin: 0 0 26px;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  letter-spacing: -0.03em;
}

.visit-block {
  margin-bottom: 26px;
}

.label {
  color: rgba(244, 196, 48, 0.9);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.address-line1 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.address-line2 {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
  font-size: 18px;
}

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 18px 0 20px;
}

.hours-day {
  font-weight: 900;
  margin-bottom: 8px;
}

.hours-time {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
}

.reservations {
  margin: 18px 0 22px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(179, 27, 27, 0.12);
  border: 1px solid rgba(179, 27, 27, 0.35);
  color: rgba(255, 95, 95, 0.95);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}

.map-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  background: #0b0b0d;
  min-height: 420px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  filter: grayscale(1);
}

/* FOOTER */
.footer {
  padding: 44px 0 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #09090b;
}

.footer-inner {
  display: grid;
  place-items: center;
  gap: 14px;
  text-align: center;
}

.footer-logo {
  width: 92px;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
}

.footer-text {
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 900;
}

/* RESPONSIVE */
@media (min-width: 760px) {
  .brand-text {
    display: block;
  }

  .phone {
    display: inline-flex;
  }

  .two-cards {
    grid-template-columns: 1fr 1fr;
  }

  .feature-media {
    height: 340px;
  }

  .location-grid {
    grid-template-columns: 1.05fr 1fr;
  }
}

@media (min-width: 980px) {
  .nav-links {
    display: flex;
  }
}

@media (max-width: 520px) {
  .visit-card {
    padding: 28px;
  }

  .visit-title {
    font-size: 36px;
  }

  .address-line1 {
    font-size: 28px;
  }

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

/* VIBE SECTION */
.vibe-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.collage {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 170px;
}

.tile {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

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

.tile-1 {
  grid-row: span 2;
}
.tile-4 {
  grid-column: span 2;
}

.vibe-copy {
  max-width: 560px;
}

.vibe-title {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 3.2vw, 54px);
  letter-spacing: -0.03em;
}

.accent-red {
  color: var(--red2);
}

.vibe-text {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
  font-size: 16px;
}

.vibe-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

/* SIGNATURE FLAVORS */
.center-title {
  text-align: center;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 4vw, 76px);
  letter-spacing: -0.03em;
}

.center-underline {
  width: 110px;
  height: 2px;
  margin: 14px auto 34px;
  background: rgba(179, 27, 27, 0.9);
  border-radius: 999px;
}

.flavor-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.flavor-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  padding: 26px 26px 22px;
  box-shadow: var(--shadow);
}

.flavor-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.flavor-card h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  letter-spacing: -0.02em;
}

.price {
  font-weight: 900;
  color: rgba(244, 196, 48, 0.92);
  letter-spacing: 0.04em;
}

.flavor-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

/* Responsive */
@media (min-width: 900px) {
  .vibe-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .collage {
    grid-auto-rows: 190px;
  }
}
