:root {
  --black: #050505;
  --char: #111111;
  --ink: #1a1a1a;
  --white: #ffffff;
  --off-white: #f4f4f4;
  --red: #ff3131;
  --red-deep: #d41f1f;
  --font-brand: "Alfa Slab One", "Times New Roman", serif;
  --gold: #d4a017;
  --gold-soft: #e8c04a;
  --yellow: #f0c808;
  --teal: #1aa7b8;
  --green: #2e9b3a;
  --orange: #e85d04;
  --muted: #b8b8b8;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  --header-h: 4.25rem;
  --bar-h: 4.25rem;
  --max: 68rem;
  --font-display: "Anton", "Arial Black", sans-serif;
  --font-script: "Great Vibes", "Segoe Script", cursive;
  --font-condensed: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Poppins", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: calc(var(--header-h) + 0.75rem);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--off-white);
  background: var(--black);
  padding-bottom: calc(var(--bar-h) + env(safe-area-inset-bottom, 0px));
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
.brand strong {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.4rem, 10vw, 5rem);
  margin: 0.2rem 0 0.8rem;
}

h2 {
  font-size: clamp(2rem, 7vw, 3.4rem);
  margin: 0.15rem 0 0.6rem;
  color: var(--white);
}

h3 {
  font-size: 1.35rem;
  margin: 0 0 0.4rem;
}

p {
  margin: 0 0 1rem;
}

.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -4rem;
  background: var(--yellow);
  color: var(--black);
  padding: 0.6rem 0.9rem;
  z-index: 100;
}

.skip-link:focus {
  top: 0.75rem;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-family: var(--font-condensed);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  font-weight: 600;
}

.script-line {
  font-family: var(--font-script);
  font-size: clamp(1.8rem, 6vw, 2.6rem);
  color: var(--gold);
  margin: 0 0 1rem;
  text-transform: none;
  letter-spacing: 0.02em;
}

.script-line::before,
.script-line::after {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2px;
  margin: 0 0.55rem;
  background: var(--gold);
  vertical-align: middle;
}

.muted {
  color: var(--muted);
  font-size: 0.9rem;
}

.highlight {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--gold);
  letter-spacing: 0.04em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.35rem;
  border-radius: 4px;
  text-decoration: none;
  font-family: var(--font-condensed);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: var(--red);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--red-deep);
}

.btn-ghost {
  border: 2px solid var(--white);
  color: var(--white);
}

.btn-ghost:hover {
  background: var(--white);
  color: var(--black);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(5, 5, 5, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 2px solid var(--red);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.4rem 1rem;
  gap: 0.6rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 4.1rem;
  height: 4.1rem;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand strong,
.wordmark {
  display: block;
  width: max-content;
  font-family: var(--font-brand);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.15;
}

.wordmark-of {
  display: block;
  color: #ff3131;
  white-space: nowrap;
}

.wordmark-punjab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #ffffff;
}

.footer-brand .wordmark {
  font-size: 1.55rem;
}

.brand em {
  display: block;
  font-family: var(--font-script);
  font-style: normal;
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
}

.veg-badge {
  flex-shrink: 0;
  display: none;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.45rem;
  border: 1px solid var(--green);
  color: var(--green);
  font-family: var(--font-condensed);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.veg-badge::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border: 1.5px solid var(--green);
  background: var(--green);
}

.nav-toggle {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  background: transparent;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  width: 1.35rem;
  height: 2px;
  background: var(--white);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

body.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav {
  position: fixed;
  inset: var(--header-h) 0 auto;
  background: var(--char);
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem 1.25rem;
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
  border-bottom: 2px solid var(--red);
}

.site-nav a {
  text-decoration: none;
  padding: 0.95rem 0.2rem;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-condensed);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a:hover {
  color: var(--red);
}

body.nav-open .site-nav {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 30;
}

.hero {
  background: #000;
}

.hero-banner {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
}

.hero-copy {
  padding: 1.35rem 1.1rem 1.8rem;
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
}

.pill {
  display: inline-block;
  font-family: var(--font-condensed);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 0.42rem 0.85rem;
  transform: skewX(-12deg);
}

.pill > * ,
.pill {
  color: var(--black);
}

.pill-yellow {
  background: var(--yellow);
}

.pill-teal {
  background: var(--teal);
  color: var(--white);
}

.pill-white {
  background: var(--white);
}

.lede {
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

address {
  font-style: normal;
}

.signatures,
.menu,
.visit,
.contact,
.faq {
  padding: 3.2rem 1.1rem 1.5rem;
  max-width: var(--max);
  margin: 0 auto;
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
}

.section-head {
  margin-bottom: 1.6rem;
}

.section-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.signature-grid {
  display: grid;
  gap: 1rem;
}

.signature-card {
  background: var(--char);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.signature-card img {
  width: 100%;
  height: 13.5rem;
  object-fit: cover;
}

.signature-card div {
  padding: 1rem 1rem 1.15rem;
}

.signature-card h3 {
  color: var(--red);
}

.signature-card p {
  margin: 0;
  color: var(--muted);
}

.menu {
  background: transparent;
}

.menu-tabs {
  position: sticky;
  top: var(--header-h);
  z-index: 15;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  margin: 0 -1.1rem 1.4rem;
  padding: 0.55rem 1.1rem 0.75rem;
  background: rgba(5, 5, 5, 0.96);
  backdrop-filter: blur(12px);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.menu-tabs::-webkit-scrollbar {
  display: none;
}

.menu-tabs a {
  flex: 0 0 auto;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  text-decoration: none;
  font-family: var(--font-condensed);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  background: var(--char);
}

.menu-tabs a:hover,
.menu-tabs a:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

.menu-categories {
  display: grid;
  gap: 1.4rem;
}

.menu-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  color: var(--gold);
  font-family: var(--font-condensed);
}

.menu-category {
  background: var(--char);
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  padding: 1.2rem 1rem 0.6rem;
  scroll-margin-top: calc(var(--header-h) + 3.6rem);
}

.menu-category h3 {
  color: var(--red);
  margin-bottom: 0.85rem;
}

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

.menu-category li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-top: 1px dashed rgba(212, 160, 23, 0.35);
}

.menu-category li:first-child {
  border-top: 0;
}

.menu-category li > span:last-child {
  color: var(--gold);
  font-family: var(--font-condensed);
  font-weight: 500;
}

.menu-category small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-body);
}

.story {
  margin-top: 1.5rem;
  background: var(--char);
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
}

.story-image img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}

.story-copy {
  padding: 1.8rem 1.1rem 2.4rem;
}

.visit-grid {
  display: grid;
  gap: 1rem;
}

.visit-card {
  background: var(--char);
  border: 1px solid var(--line);
  padding: 1.2rem 1.1rem 1.4rem;
}

.visit-card h3 {
  color: var(--yellow);
}

.map-wrap {
  margin-top: 1.1rem;
  border: 1px solid var(--line);
  overflow: hidden;
  min-height: 16rem;
}

.map-wrap iframe {
  width: 100%;
  height: 16rem;
  border: 0;
}

.contact-grid {
  display: grid;
  gap: 0.9rem;
}

.contact-card {
  display: block;
  text-decoration: none;
  background: var(--char);
  border: 1px solid rgba(227, 28, 36, 0.45);
  padding: 1.2rem 1.1rem;
  min-height: 6.5rem;
}

.contact-card:hover {
  border-color: var(--red);
}

.contact-label {
  display: block;
  color: var(--gold);
  font-family: var(--font-condensed);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  margin-bottom: 0.35rem;
}

.contact-card strong {
  display: block;
  font-size: 1.35rem;
  margin-bottom: 0.3rem;
  color: var(--white);
}

.contact-card span:last-child {
  color: var(--muted);
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: 0;
}

.contact-actions {
  display: flex;
  gap: 0.7rem;
  margin-top: 0.55rem;
}

.contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.35rem 0.9rem;
  border-radius: 4px;
  font-family: var(--font-condensed);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
  border: 1px solid var(--line);
}

.contact-actions a:first-child {
  background: var(--red);
  border-color: var(--red);
}

.contact-actions a:last-child {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}

.contact-note {
  margin-top: 1.1rem;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: var(--max);
  margin: 0 auto;
}

.faq-item {
  background: var(--char);
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  padding: 0 1.1rem;
}

.highlight time {
  color: inherit;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--yellow);
  padding: 1rem 0;
}

.faq-item summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  color: var(--gold);
  font-family: var(--font-condensed);
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 0.35s ease;
}

.faq-item.is-open summary::after,
.faq-list:not(.faq-ready) .faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-body {
  display: grid;
  grid-template-rows: 0fr;
}

.faq-item.is-open .faq-body,
.faq-list:not(.faq-ready) .faq-item[open] .faq-body {
  grid-template-rows: 1fr;
}

.faq-ready .faq-body {
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  .faq-ready .faq-body,
  .faq-item summary::after {
    transition: none;
  }
}

.faq-body > * {
  overflow: hidden;
  min-height: 0;
}

.faq-item p {
  margin: 0;
  padding-bottom: 1rem;
  color: var(--off-white);
}

.faq-item a {
  color: var(--gold);
}

.site-footer {
  padding: 2.4rem 1.1rem 2rem;
  border-top: 2px solid var(--red);
  background: #000;
  text-align: center;
}

.footer-brand {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.footer-brand img {
  width: 5.75rem;
  height: 5.75rem;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  text-align: left;
}

.footer-brand strong,
.footer-brand .wordmark {
  color: inherit;
}

.footer-brand p,
.footer-meta p,
.footer-meta address {
  margin: 0.15rem 0;
  color: var(--muted);
}

.visit-card address {
  margin: 0 0 0.7rem;
  line-height: 1.55;
}

.footer-brand em {
  display: block;
  font-family: var(--font-script);
  font-style: normal;
  color: var(--gold);
  font-size: 1.35rem;
  line-height: 1;
  margin: 0.3rem 0 0;
  letter-spacing: 0;
  text-transform: none;
}

.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.15rem;
  margin-top: 0.7rem !important;
}

.social a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.social-icon img,
.social-icon svg {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
  display: block;
}

.social-icon:hover img {
  opacity: 0.85;
}

.copyright {
  margin-top: 1.4rem;
  color: #777;
  font-size: 0.85rem;
}

.footer-credit {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: #777;
  font-size: 0.85rem;
  line-height: 1.5;
  text-align: center;
}

.footer-credit strong {
  display: block;
  margin-top: 0.25rem;
  font-family: var(--font-condensed);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}

.footer-credit a {
  display: inline-block;
  margin-top: 0.15rem;
  color: var(--off-white);
  text-decoration: none;
}

.footer-credit a:hover {
  color: var(--gold);
}

.sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  min-height: var(--bar-h);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: #000;
  border-top: 2px solid var(--red);
}

.sticky-bar a {
  display: grid;
  place-items: center;
  text-decoration: none;
  font-family: var(--font-condensed);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sticky-bar a:nth-child(2) {
  background: var(--red);
  color: #fff;
}

.sticky-bar .sticky-zomato img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

@media (min-width: 420px) {
  .veg-badge {
    display: inline-flex;
  }
}

@media (min-width: 720px) {
  .nav-toggle,
  .nav-backdrop {
    display: none;
  }

  .site-nav {
    position: static;
    flex-direction: row;
    gap: 1.4rem;
    padding: 0;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    background: transparent;
    border: 0;
  }

  .site-nav a {
    border: 0;
    padding: 0.3rem 0;
    font-size: 0.95rem;
  }

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

  .menu-categories {
    grid-template-columns: 1fr 1fr;
  }

  .visit-grid,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .story {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    max-width: none;
    margin: 2rem 0 0;
  }

  .story-image img {
    height: 100%;
    min-height: 24rem;
  }

  .story-copy {
    padding: 2.5rem 2rem;
  }

  .hero-copy {
    padding: 1.8rem 2rem 2.4rem;
    max-width: 46rem;
  }

  .signatures,
  .menu,
  .visit,
  .contact,
  .faq,
  .site-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-tabs {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sticky-bar {
    display: none;
  }

  body {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .signature-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .menu-categories {
    grid-template-columns: repeat(3, 1fr);
  }
}
