:root {
  --saffron: #ff9d00;
  --chili: #ef3a20;
  --mint: #8cae23;
  --cream: #f3e4c8;
  --brown: #6b3d1d;
  --charcoal: #121212;
  --charcoal-soft: #1a1a1a;
  --text: #f8f3e8;
  --header-height: 88px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background: var(--charcoal);
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.site-shell {
  background: var(--charcoal);
}

/* Sticky transparent header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    backdrop-filter 0.35s ease;
}

.site-header.is-scrolled {
  background: rgb(18 12 8 / 55%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 28px rgb(0 0 0 / 35%);
  border-bottom: 1px solid rgb(255 157 0 / 12%);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 6vw;
  max-width: 1400px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  line-height: 0;
  background: transparent;
}

.brand img {
  width: 170px;
  max-width: 48vw;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 14px rgb(0 0 0 / 40%));
  transition: width 0.3s ease;
}

.site-header.is-scrolled .brand img {
  width: 150px;
}

.nav-cta {
  text-decoration: none;
  color: var(--charcoal);
  background: var(--saffron);
  font-weight: 600;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgb(0 0 0 / 25%);
}

/* Hero — pani puri image banner */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #1a0f08;
  overflow: hidden;
}

/* Single seamless banner (dahi + pani puri + papdi blended) */
.hero-banner-picture,
.hero-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-banner-img {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgb(10 8 6 / 35%) 0%,
    rgb(10 8 6 / 55%) 45%,
    rgb(10 8 6 / 88%) 100%
  );
}

.hero-content,
.floating-orb {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 760px;
  padding: calc(var(--header-height) + 6vh) 6vw 12vh;
  margin-top: auto;
}

.location-pill {
  display: inline-block;
  margin: 0 0 0.9rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: linear-gradient(90deg, var(--mint), #a8c94a);
  box-shadow: 0 4px 18px rgb(140 174 35 / 35%);
}

.hero-location {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  color: var(--cream);
  margin-bottom: 0.75rem;
}

.hero-location strong,
.coming-location strong {
  color: var(--saffron);
}

.coming-location {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}

.eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mint);
  font-weight: 600;
  margin-bottom: 0.6rem;
}

h1,
h2,
h3 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 10vw, 7.2rem);
  line-height: 0.95;
}

h1 span {
  color: var(--saffron);
  text-shadow: 0 0 32px rgb(255 157 0 / 30%);
}

.hero-content p {
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  max-width: 56ch;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.btn {
  text-decoration: none;
  padding: 0.85rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
}

.btn-primary {
  background: linear-gradient(90deg, var(--saffron), #ffca28);
  color: #121212;
}

.btn-secondary {
  color: var(--cream);
  border: 1px solid rgb(243 228 200 / 45%);
  background: rgb(26 26 26 / 45%);
  backdrop-filter: blur(4px);
}

.floating-orb {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  filter: blur(6px);
  pointer-events: none;
}

.orb-1 {
  width: 160px;
  height: 160px;
  right: 7vw;
  top: 22vh;
  background: rgb(239 58 32 / 28%);
}

.orb-2 {
  width: 120px;
  height: 120px;
  left: 7vw;
  bottom: 18vh;
  background: rgb(140 174 35 / 22%);
}

/* Ticker — blends into golgappa sections */
.ticker {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  background: linear-gradient(180deg, #1a1008 0%, #1e120a 100%);
  border-top: 1px solid rgb(255 157 0 / 18%);
  border-bottom: 1px solid rgb(255 157 0 / 18%);
  overflow: hidden;
  white-space: nowrap;
}

.ticker-track {
  display: inline-flex;
  gap: 2rem;
  padding: 0.95rem 0;
  animation: marquee 25s linear infinite;
}

.ticker-track span {
  color: var(--cream);
  font-weight: 500;
}

.ticker-track span::before {
  content: "•";
  color: var(--saffron);
  margin-right: 0.8rem;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: 5.8rem 6vw;
}

/* Golgappa image layers — blended, consistent look */
.golgappa-section {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.golgappa-section .bg-food {
  position: absolute;
  inset: -8% 0;
  background-image: var(--section-bg);
  background-size: cover;
  background-position: center;
  opacity: 0.32;
  transform: scale(1.06);
  filter: saturate(1.05) brightness(0.85);
  will-change: transform;
}

.golgappa-section .bg-blend {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgb(18 12 8 / 96%) 0%,
    rgb(18 12 8 / 78%) 22%,
    rgb(18 12 8 / 72%) 50%,
    rgb(18 12 8 / 78%) 78%,
    rgb(18 12 8 / 96%) 100%
  );
  pointer-events: none;
}

.golgappa-section .section-inner,
.golgappa-section .section-content {
  position: relative;
  z-index: 1;
}

.glass {
  max-width: 780px;
  margin: 0 auto;
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 18px;
  padding: clamp(1.4rem, 3vw, 2.3rem);
  backdrop-filter: blur(10px);
}

.section-head {
  margin-bottom: 2rem;
}

h2 {
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  color: var(--cream);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.menu-card {
  background: rgb(26 18 12 / 72%);
  border: 1px solid rgb(255 157 0 / 22%);
  border-radius: 14px;
  padding: 1.1rem;
  backdrop-filter: blur(6px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.menu-card-featured {
  border-color: rgb(255 157 0 / 48%);
  background: rgb(42 26 13 / 78%);
}

.menu-card:hover {
  transform: translateY(-6px);
  border-color: rgb(255 157 0 / 55%);
  box-shadow: 0 18px 34px rgb(0 0 0 / 32%);
}

.menu-card h3 {
  font-size: 2rem;
  color: var(--saffron);
  margin-bottom: 0.3rem;
}

.menu-card p {
  margin: 0;
  color: #efe6d3;
  font-size: 0.95rem;
  line-height: 1.55;
}

.coming-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.notify-form {
  margin-top: 1rem;
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  flex-wrap: wrap;
}

.notify-form input,
.notify-form button {
  border: none;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  font-size: 0.95rem;
}

.notify-form input {
  width: min(380px, 90vw);
  background: rgb(255 255 255 / 12%);
  color: #fff;
}

.notify-form input::placeholder {
  color: #ddd;
}

.notify-form button {
  background: var(--chili);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.notify-form button:disabled {
  opacity: 0.75;
  cursor: wait;
}

.notify-message {
  margin: 0.85rem 0 0;
  font-size: 0.92rem;
  color: var(--mint);
  min-height: 1.4em;
}

.notify-message.is-error {
  color: #ffb4a8;
}

.footer {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 1.2rem 6vw 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: #d8ccb5;
  background: var(--charcoal);
}

.footer a {
  color: var(--mint);
}

@media (max-width: 900px) {
  :root {
    --header-height: 76px;
  }

  .brand img {
    width: 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }

  .golgappa-section .bg-food {
    transform: none;
  }
}
