@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800;900&family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
  --red: #d40000;
  --red-dark: #8f0000;
  --black: #111111;
  --cream: #fff8ef;
  --white: #ffffff;
  --muted: #6c6c6c;
  --shadow: 0 18px 50px rgba(0,0,0,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--cream);
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, .navbar-brand, .section-kicker, .eyebrow {
  font-family: "Barlow Condensed", sans-serif;
}

.fw-black { font-weight: 900; }
a { text-decoration: none; }

/* Navbar */
.snack-navbar {
  background: rgba(10,10,10,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: .3s ease;
}
.snack-navbar.scrolled {
  background: rgba(0,0,0,.98);
  box-shadow: 0 8px 30px rgba(0,0,0,.2);
}
.navbar-brand {
  font-size: 2rem;
  letter-spacing: 1px;
}
.brand-black { color: #fff; }
.brand-red { color: #e40000; }
.nav-link {
  color: rgba(255,255,255,.86) !important;
  font-weight: 700;
  font-size: .9rem;
}
.nav-link:hover, .nav-link.active { color: #fff !important; }
.nav-order-btn { font-weight: 800; border-radius: 999px; padding: .65rem 1rem; }

/* Hero */
.hero-section {
  min-height: 92vh;
  display: grid;
  place-items: center;
  position: relative;
  padding: 130px 0 80px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 30%, rgba(212,0,0,.35), transparent 35%),
    linear-gradient(135deg, #090909 0%, #171717 52%, #620000 100%);
  overflow: hidden;
}
.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.08);
}
.hero-section::before { width: 600px; height: 600px; left: -260px; top: -250px; }
.hero-section::after { width: 700px; height: 700px; right: -350px; bottom: -350px; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .22;
}
.eyebrow {
  display: inline-block;
  color: #fff;
  background: var(--red);
  padding: 7px 16px;
  border-radius: 4px;
  font-weight: 800;
  letter-spacing: 1.5px;
  font-size: .95rem;
  transform: skew(-7deg);
}
.hero-section h1 {
  font-size: clamp(5rem, 13vw, 10rem);
  line-height: .8;
  font-weight: 900;
  letter-spacing: -2px;
  margin: 32px 0 15px;
  text-shadow: 0 8px 25px rgba(0,0,0,.25);
}
.hero-section h1 span { color: #e00000; }
.hero-subtitle {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  letter-spacing: 4px;
  margin-bottom: 18px;
}
.hero-copy {
  max-width: 690px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,.82);
  line-height: 1.8;
}
.hero-actions .btn { border-radius: 6px; font-weight: 800; }

/* Info */
.quick-info {
  position: relative;
  z-index: 5;
  margin-top: -35px;
}
.info-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 18px 20px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.info-card > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  border-radius: 50%;
  background: #fff0f0;
  color: var(--red);
  font-size: 1.2rem;
}
.info-card small {
  display: block;
  font-size: .7rem;
  font-weight: 800;
  color: var(--red);
  letter-spacing: 1px;
}
.info-card strong {
  display: block;
  font-size: .83rem;
  line-height: 1.4;
}

/* Sections */
.section-padding { padding: 105px 0; }
.menu-section { background: var(--cream); }
.deals-section {
  background:
    linear-gradient(135deg, #1a0505, #090909);
  color: #fff;
}
.order-section { background: #fff; }

.section-heading { margin-bottom: 45px; }
.section-kicker {
  color: var(--red);
  font-weight: 900;
  letter-spacing: 2px;
  font-size: .95rem;
}
.light-heading .section-kicker { color: #ff4a4a; }
.section-heading h2,
.order-section h2 {
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: .95;
  font-weight: 900;
  margin: 10px 0 14px;
  text-transform: uppercase;
}
.section-heading h2 span,
.order-section h2 span { color: var(--red); }
.section-heading p {
  margin: 0 auto;
  max-width: 650px;
  color: var(--muted);
}
.light-heading p { color: rgba(255,255,255,.65); }

/* Menu image */
.menu-image-wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0,0,0,.22);
  background: #fff;
}
.deals-section .menu-image-wrap {
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}
.menu-image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  position: relative;
}
.menu-image-button img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .5s ease;
}
.menu-image-button:hover img { transform: scale(1.012); }
.zoom-hint {
  position: absolute;
  right: 18px;
  bottom: 18px;
  background: rgba(0,0,0,.82);
  color: #fff;
  padding: 10px 15px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(8px);
  transition: .25s ease;
}
.menu-image-button:hover .zoom-hint,
.menu-image-button:focus .zoom-hint { opacity: 1; transform: translateY(0); }

/* Order */
.order-section h2 { text-transform: none; }
.order-section p { color: var(--muted); line-height: 1.8; max-width: 680px; }
.contact-list { margin-top: 30px; display: grid; gap: 12px; }
.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--black);
  background: var(--cream);
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.06);
}
.contact-icon {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  flex: 0 0 46px;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
}
.contact-item small {
  display: block;
  color: var(--red);
  font-weight: 800;
  font-size: .68rem;
}
.contact-item strong { display: block; font-size: .88rem; line-height: 1.45; }
.order-box {
  background: linear-gradient(145deg, #111, #260000);
  color: #fff;
  border-radius: 20px;
  padding: 38px;
  box-shadow: var(--shadow);
}
.order-box-icon {
  width: 66px; height: 66px;
  display: grid; place-items: center;
  border-radius: 18px;
  background: #1ebc5a;
  font-size: 2rem;
  margin-bottom: 20px;
}
.order-box h3 { font-size: 2.5rem; font-weight: 900; text-transform: uppercase; }
.order-box p { color: rgba(255,255,255,.7); }

/* Footer */
.footer {
  background: #090909;
  color: rgba(255,255,255,.7);
  padding: 45px 0;
}
.footer-brand {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
}
.footer-brand span { color: #e00000; }
.footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 10px;
}
.footer-links a { color: #fff; font-weight: 700; font-size: .86rem; }
.footer-links a:hover { color: #ff3333; }

/* Floating controls */
.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;
  width: 60px; height: 60px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #20c968;
  color: #fff;
  font-size: 1.8rem;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  transition: transform .2s ease;
}
.floating-whatsapp:hover { color: #fff; transform: translateY(-4px) scale(1.04); }
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 95px;
  z-index: 999;
  width: 44px; height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: .25s ease;
}
.back-to-top.show { opacity: 1; visibility: visible; }

/* Modal */
.menu-modal-content { background: #080808; }
.menu-modal-content .modal-header {
  background: #0b0b0b;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.menu-modal-content .modal-body {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
  background: #181818;
}
.menu-modal-content .modal-body img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Reveal */
.reveal { opacity: 0; transform: translateY(25px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #0b0b0b;
    padding: 15px;
    border-radius: 0 0 12px 12px;
  }
  .hero-section { min-height: 82vh; }
  .quick-info { margin-top: -20px; }
  .section-padding { padding: 80px 0; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 575.98px) {
  .navbar-brand { font-size: 1.7rem; }
  .hero-section { padding: 115px 0 65px; }
  .hero-section h1 { font-size: 5rem; }
  .hero-copy { font-size: .88rem; }
  .section-padding { padding: 65px 0; }
  .section-heading { margin-bottom: 30px; }
  .menu-image-wrap { border-radius: 12px; }
  .zoom-hint { opacity: 1; transform: none; font-size: .68rem; right: 10px; bottom: 10px; padding: 8px 11px; }
  .order-box { padding: 28px 22px; }
  .floating-whatsapp { right: 15px; bottom: 15px; }
  .back-to-top { right: 18px; bottom: 82px; }
}


/* Premium food-brand location section */
.location-section {
  padding: 105px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(212,0,0,.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff7ef 100%);
}
.map-card {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  border-radius: 22px;
  border: 5px solid #fff;
  box-shadow: 0 24px 60px rgba(0,0,0,.15);
  background: #eee;
}
.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
}
.location-card {
  height: 100%;
  min-height: 420px;
  padding: 42px;
  border-radius: 22px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(120,0,0,.96), rgba(210,0,0,.98)),
    #c90000;
  box-shadow: 0 24px 60px rgba(90,0,0,.22);
  position: relative;
  overflow: hidden;
}
.location-card::after {
  content: "SNACK";
  position: absolute;
  right: -20px;
  bottom: -35px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9rem;
  font-weight: 900;
  line-height: .8;
  color: rgba(255,255,255,.07);
  transform: rotate(-8deg);
}
.location-badge {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--red);
  font-size: 1.55rem;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.location-card .section-kicker,
.location-card h3,
.location-card p,
.location-card .coordinates,
.location-card .btn {
  position: relative;
  z-index: 1;
}
.location-card .section-kicker { color: #ffd8d8; }
.location-card h3 {
  font-size: 3.5rem;
  line-height: .9;
  font-weight: 900;
  text-transform: uppercase;
  margin: 8px 0 18px;
}
.location-card p {
  color: rgba(255,255,255,.86);
  line-height: 1.7;
  margin-bottom: 25px;
}
.coordinates {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 15px;
  margin-bottom: 22px;
  border-radius: 12px;
  background: rgba(0,0,0,.18);
  font-size: .78rem;
}
.coordinates i { font-size: 1.15rem; color: #fff; }
.coordinates strong { font-size: .72rem; text-transform: uppercase; letter-spacing: 1px; }

.order-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(212,0,0,.06), transparent 25%),
    #fff;
}
.hero-section {
  background:
    radial-gradient(circle at 50% 30%, rgba(212,0,0,.26), transparent 34%),
    linear-gradient(135deg, #171717 0%, #080808 55%, #9b0000 100%);
}
.info-card { border-top: 3px solid var(--red); }
.section-heading h2 {
  letter-spacing: .5px;
}
.btn-danger {
  background-color: var(--red);
  border-color: var(--red);
}
.btn-danger:hover {
  background-color: #a90000;
  border-color: #a90000;
}
@media (max-width: 575.98px) {
  .location-section { padding: 65px 0; }
  .map-card, .map-card iframe { min-height: 330px; }
  .location-card { min-height: 0; padding: 30px 24px; }
  .location-card h3 { font-size: 2.8rem; }
}
