:root {
  --clay: #a0402b;
  --jute: #e5ddd0;
  --butter: #f7f3e8;
  --charwood: #222222;
  --ghee: #e5a93c;
  --brass: #b58a38;
  --radius-2xl: 1rem;
  --radius-full: 9999px;
  --font-display: "Yatra One", system-ui, sans-serif;
  --font-body: "Poppins", system-ui, sans-serif;
  --font-gurmukhi: "Noto Sans Gurmukhi", "Poppins", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--jute);
  color: var(--charwood);
  font-family: var(--font-body);
  line-height: 1.5;
}

.font-display { font-family: var(--font-display); }
.font-gurmukhi { font-family: var(--font-gurmukhi); }

.grain {
  background-image: radial-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 22px 22px;
}

.wrap {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.wrap-sm { max-width: 42rem; }

/* ---------- nav ---------- */
.hero { min-height: 100vh; display: flex; flex-direction: column; background: var(--jute); }
nav {
  width: 100%; max-width: 64rem; margin: 0 auto; padding: 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-wordmark { display: flex; align-items: center; }
.nav-logo { height: 3.25rem; width: auto; display: block; }
@media (min-width: 640px) { .nav-logo { height: 3.75rem; } }
.nav-links { display: none; gap: 2rem; font-size: 0.9rem; color: rgba(34,34,34,0.8); }
.nav-links a { color: inherit; text-decoration: none; }
.nav-links a:hover { color: var(--clay); }
@media (min-width: 640px) { .nav-links { display: flex; } }

/* ---------- logo lockup ---------- */
.lockup {
  position: relative; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; height: 14rem; width: 14rem; margin: 0 auto;
}
@media (min-width: 640px) { .lockup { height: 18rem; width: 18rem; } }
.lockup::before, .lockup::after {
  content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(160,64,43,0.6);
}
.lockup::before { inset: 0; border-width: 2px; border-color: var(--clay); }
.lockup::after { inset: 0.5rem; }
.lockup-text { padding: 0 1.25rem; text-align: center; }
.lockup-text .en { font-family: var(--font-display); font-size: 1.5rem; line-height: 1.2; color: var(--charwood); }
@media (min-width: 640px) { .lockup-text .en { font-size: 1.875rem; } }
.lockup-text .pa { margin-top: 0.5rem; font-family: var(--font-gurmukhi); font-size: 0.9rem; color: var(--clay); }
@media (min-width: 640px) { .lockup-text .pa { font-size: 1rem; } }

.hero-body {
  width: 100%; max-width: 64rem; margin: 0 auto; flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 2.5rem; padding: 0 1.5rem 5rem; text-align: center;
}
.hero-intro { max-width: 28rem; font-size: 1rem; line-height: 1.7; color: rgba(34,34,34,0.8); }
@media (min-width: 640px) { .hero-intro { font-size: 1.125rem; } }
.btn {
  border-radius: var(--radius-full); background: var(--ghee); padding: 0.75rem 2rem;
  font-size: 0.9rem; font-weight: 600; color: var(--charwood); border: none; text-decoration: none;
  display: inline-block; box-shadow: 0 1px 2px rgba(0,0,0,0.08); transition: transform 0.15s;
}
.btn:hover { transform: translateY(-2px); }
.steam-icon { height: 2.5rem; color: rgba(160,64,43,0.5); }

/* ---------- sections ---------- */
section { padding: 5rem 0; }
@media (min-width: 640px) { section { padding: 7rem 0; } }
.bg-butter { background: var(--butter); }
.bg-jute { background: var(--jute); }

.section-label { font-family: var(--font-gurmukhi); font-size: 0.9rem; color: var(--brass); margin: 0; }
.section-title { margin: 0.5rem 0 0; font-family: var(--font-display); font-size: 1.875rem; color: var(--charwood); }
@media (min-width: 640px) { .section-title { font-size: 2.25rem; } }

.brass-rule { display: flex; align-items: center; gap: 0.75rem; margin: 2rem 0; }
.brass-rule span.line { height: 1px; flex: 1; background: rgba(181,138,56,0.5); }
.brass-rule span.dot { height: 0.375rem; width: 0.375rem; transform: rotate(45deg); background: var(--brass); }

.story-copy { display: flex; flex-direction: column; gap: 1.5rem; font-size: 1rem; line-height: 1.75; color: rgba(34,34,34,0.85); }
.story-icons { margin-top: 2.5rem; display: flex; align-items: center; justify-content: center; gap: 2rem; color: rgba(160,64,43,0.7); }
.story-icons svg { height: 3rem; }

/* ---------- menu ---------- */
.menu-header { text-align: center; }
.menu-sub { max-width: 28rem; margin: 1rem auto 0; font-size: 0.9rem; line-height: 1.6; color: rgba(34,34,34,0.7); }
.menu-grid {
  margin: 3rem auto 0; display: grid; gap: 1.5rem; width: 100%;
  grid-template-columns: 1fr; max-width: 42rem;
}
@media (min-width: 640px) { .menu-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .menu-grid.wide { grid-template-columns: repeat(3, 1fr); max-width: 64rem; } }
.menu-card {
  display: flex; flex-direction: column; height: 100%; border-radius: var(--radius-2xl);
  background: var(--butter); padding: 1.5rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 0 0 1px rgba(34,34,34,0.05);
}
.menu-card.signature { box-shadow: 0 0 0 2px var(--ghee); }
.menu-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem; }
.menu-card-top svg { height: 2.5rem; width: 2.5rem; flex-shrink: 0; color: var(--clay); }
.menu-price { font-family: var(--font-display); font-size: 1.125rem; color: var(--brass); white-space: nowrap; }
.menu-name { margin: 1rem 0 0; font-family: var(--font-display); font-size: 1.25rem; color: var(--charwood); word-wrap: break-word; }
.menu-name-pa { margin: 0.15rem 0 0; font-family: var(--font-gurmukhi); font-size: 0.85rem; color: var(--clay); }
.menu-desc { margin: 0.5rem 0 0; font-size: 0.9rem; line-height: 1.6; color: rgba(34,34,34,0.7); }
.menu-badge {
  margin-top: 1rem; align-self: flex-start; border-radius: var(--radius-full);
  background: rgba(229,169,60,0.2); padding: 0.25rem 0.75rem; font-size: 0.75rem;
  font-weight: 600; color: var(--clay);
}
.menu-card.skeleton { animation: pulse 1.4s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.55; } }
.skel-line { border-radius: 0.25rem; background: rgba(34,34,34,0.1); }

/* ---------- visit ---------- */
.visit-grid { display: grid; gap: 3rem; align-items: center; grid-template-columns: 1fr; }
@media (min-width: 768px) { .visit-grid { grid-template-columns: 1fr 1fr; } }
.visit-block h3 { margin: 0; font-weight: 600; color: var(--charwood); }
.visit-block p { margin: 0.25rem 0 0; color: rgba(34,34,34,0.7); }
.visit-note { margin-top: 1.5rem; font-size: 0.9rem; font-style: italic; color: rgba(34,34,34,0.6); }
.map-box {
  aspect-ratio: 1 / 1; overflow: hidden; border-radius: var(--radius-2xl);
  background: var(--jute); box-shadow: 0 0 0 1px rgba(34,34,34,0.1);
}
.map-box iframe { width: 100%; height: 100%; border: 0; }

/* ---------- footer ---------- */
footer { background: var(--charwood); padding: 4rem 0; color: var(--butter); }
.footer-wrap { display: flex; flex-direction: column; align-items: center; gap: 2rem; text-align: center; }
.footer-ring { height: 6rem; width: 6rem; display: flex; align-items: center; justify-content: center; }
.footer-logo { height: 100%; width: 100%; object-fit: contain; border-radius: 50%; }
.footer-name { font-family: var(--font-display); font-size: 1.5rem; margin: 0; }
.footer-pa { font-family: var(--font-gurmukhi); font-size: 0.9rem; color: rgba(247,243,232,0.7); margin: 0; }
.footer-links { display: flex; gap: 2rem; font-size: 0.9rem; }
.footer-links a { color: rgba(247,243,232,0.7); text-decoration: none; }
.footer-links a:hover { color: var(--ghee); }
.footer-sign { font-size: 0.9rem; color: rgba(247,243,232,0.6); margin: 0; }
footer .brass-rule { width: 100%; max-width: 20rem; margin: 0; }
