:root {
  --bg: #0c0503;
  --bg2: #140804;
  --panel: #160b08;
  --panel-soft: #20100c;
  --cream: #fff7ee;
  --muted: #bcaca6;
  --muted2: #8b7a75;
  --orange: #ff5a1b;
  --orange2: #ff910d;
  --star: #ffc15c;
  --line: rgba(255, 247, 238, 0.13);
  --line2: rgba(255, 120, 45, 0.18);
  --border: rgba(180, 112, 96, 0.34);
  --shadow: 0 28px 80px rgba(255, 82, 19, 0.10);
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--cream);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 50% 11%, rgba(255, 96, 20, .15), transparent 28rem),
    linear-gradient(90deg, rgba(0,0,0,.5), transparent 14%, transparent 86%, rgba(0,0,0,.5)),
    var(--bg);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-shell {
  width: min(100%, 620px);
  margin: 0 auto;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 98, 13, .18), transparent 22rem),
    linear-gradient(90deg, #070302, #160905 47%, #070302);
  min-height: 100vh;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,.04), 0 0 100px rgba(0,0,0,.65);
}

.topbar {
  height: 88px;
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  background: rgba(12, 5, 3, 0.91);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-flame, .mini-flame {
  width: 28px;
  height: 28px;
  color: var(--orange);
  flex: none;
}
.brand-name {
  font-family: var(--serif);
  font-size: clamp(25px, 7vw, 34px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
  white-space: nowrap;
}
.brand-name em {
  color: var(--orange);
  font-weight: 800;
  font-style: italic;
}

.phone-pill {
  width: 74px;
  height: 54px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  box-shadow: 0 12px 30px rgba(255, 83, 20, .22);
}
.phone-pill svg { width: 25px; height: 25px; }

.section-pad { padding: 46px 32px; }
.border-top { border-top: 1px solid var(--line); }
.border-y { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.hero { padding-top: 54px; padding-bottom: 42px; }
.location-badge {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #b9aaa4;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 18px;
  text-transform: uppercase;
  letter-spacing: .30em;
  font-size: clamp(12px, 3.25vw, 16px);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
}
.location-badge span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  flex: none;
  box-shadow: 0 0 18px rgba(255,90,27,.7);
}

h1, h2, h3 { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 900; letter-spacing: -0.055em; }
h1 {
  margin-top: 52px;
  font-size: clamp(56px, 16vw, 96px);
  line-height: .92;
}
h1 em, h2 em { color: var(--orange); font-style: italic; font-weight: 800; }
.hero-copy, .body-copy, .dish-copy {
  color: var(--muted);
  font-size: clamp(22px, 6vw, 32px);
  line-height: 1.55;
  letter-spacing: -0.035em;
}
.hero-copy { margin: 44px 0 0; }
.hero-actions, .visit-actions { display: flex; flex-direction: column; gap: 18px; margin-top: 46px; }
.cta {
  min-height: 58px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: clamp(19px, 5vw, 26px);
  font-weight: 800;
  letter-spacing: -0.03em;
  border: 1px solid transparent;
  padding: 0 28px;
}
.cta svg { width: 28px; height: 28px; flex: none; }
.cta-primary {
  width: fit-content;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  box-shadow: var(--shadow);
}
.cta-secondary {
  width: fit-content;
  color: var(--cream);
  background: rgba(23, 11, 8, .66);
  border-color: rgba(255,255,255,.17);
}

.rating-section { padding-top: 42px; padding-bottom: 78px; background: radial-gradient(circle at 50% 35%, rgba(255, 100, 15, .13), transparent 30rem); }
.rating-line {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: clamp(18px, 5.3vw, 27px);
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 60px;
}
.rating-line b { color: var(--cream); font-size: 1.05em; }
.stars { display: inline-flex; gap: 4px; color: var(--star); flex: none; }
.stars svg { width: clamp(25px, 6.5vw, 38px); height: clamp(25px, 6.5vw, 38px); fill: currentColor; }
.feature-image, .story-image, .dish-image {
  width: 100%;
  border-radius: 34px;
  box-shadow: 0 28px 80px rgba(0,0,0,.35);
}

.marquee-row {
  display: flex;
  align-items: center;
  gap: 42px;
  min-height: 92px;
  overflow: hidden;
  white-space: nowrap;
  color: #cfc0b9;
  padding-left: 54px;
  background: rgba(12,5,3,.74);
}
.marquee-row div { display: inline-flex; align-items: center; gap: 70px; min-width: max-content; }
.marquee-row em { font-family: var(--serif); font-size: clamp(32px, 8vw, 50px); font-weight: 800; font-style: italic; color: rgba(255,247,238,.76); }
.mini-flame {
  display: inline-block;
  width: 22px;
  height: 28px;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M25.8 4.8c1.3 8.2 8.4 9.6 10.2 18.1 1.8 8.3-3.9 17.2-13.2 17.2-8.2 0-13.7-5.4-13.7-12.6 0-5.4 3.4-9.1 7.1-12.7-.4 5 2.8 7.4 6.1 7.7 3.7.3 6.9-2.3 6.9-6.3 0-4.3-2.5-7.1-3.4-11.4Z' fill='none' stroke='%23ff5a1b' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.story { padding-top: 44px; }
.story-image { margin-bottom: 70px; }
.eyebrow {
  margin: 0 0 34px;
  color: var(--orange);
  font-size: clamp(15px, 4vw, 20px);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .32em;
  font-weight: 600;
}
h2 { font-size: clamp(52px, 14.4vw, 82px); line-height: .98; }
.story .body-copy { margin: 42px 0 0; }
.benefits { display: flex; flex-direction: column; gap: 28px; margin-top: 56px; }
.benefits article {
  min-height: 136px;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: rgba(15, 7, 5, .72);
  padding: 32px;
}
.benefits svg {
  color: var(--orange);
  width: 35px;
  height: 35px;
  margin-bottom: 30px;
}
.benefits h3 {
  font-size: clamp(25px, 6vw, 34px);
  font-weight: 850;
  letter-spacing: -0.04em;
}
.benefits p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: clamp(19px, 5vw, 28px);
  letter-spacing: -0.035em;
}

.dishes { padding-top: 58px; padding-bottom: 72px; }
.center { text-align: center; }
.dishes h2 { font-size: clamp(48px, 14vw, 84px); }
.dish-copy { margin: 34px auto 70px; max-width: 460px; }
.dish-image + .dish-image { margin-top: 42px; }

.menu { padding-top: 64px; padding-bottom: 78px; }
.menu h2 { margin-bottom: 24px; }
.menu-link {
  display: inline-block;
  color: var(--muted);
  font-size: clamp(22px, 6vw, 30px);
  letter-spacing: -0.045em;
  border-bottom: 1px solid currentColor;
  padding-bottom: 6px;
  margin-bottom: 54px;
}
.menu-list { border-top: 1px solid var(--line); }
.menu-item {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.item-head {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(50px, 1fr) auto;
  align-items: end;
  gap: 14px;
}
.item-head::after {
  content: "";
  grid-column: 2;
  grid-row: 1;
  border-bottom: 1px dashed rgba(255,247,238,.13);
  transform: translateY(-12px);
}
.item-head h3 {
  grid-column: 1;
  grid-row: 1;
  font-family: var(--serif);
  font-size: clamp(33px, 9vw, 52px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.item-head span {
  grid-column: 3;
  grid-row: 1;
  font-family: var(--serif);
  font-size: clamp(27px, 7vw, 42px);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--orange);
  white-space: nowrap;
}
.menu-item p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(20px, 5.4vw, 30px);
  line-height: 1.35;
  letter-spacing: -0.04em;
}
.menu-note {
  width: 86%;
  margin: 42px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: clamp(18px, 4.8vw, 25px);
  line-height: 1.25;
  font-style: italic;
}
.menu-note a { text-decoration: none; }

.reviews { padding-top: 64px; padding-bottom: 72px; }
.reviews h2 { margin-bottom: 34px; }
.rating-center { justify-content: center; margin: 0 0 70px; flex-wrap: wrap; }
.review-cards { display: flex; flex-direction: column; gap: 34px; }
.review-card {
  border: 1px solid var(--border);
  border-radius: 34px;
  background: rgba(14, 7, 5, .72);
  padding: 46px 42px;
}
.small-stars {
  color: var(--star);
  font-size: 31px;
  letter-spacing: .02em;
  margin-bottom: 38px;
}
.review-card blockquote {
  margin: 0;
  font-family: var(--serif);
  color: rgba(255,247,238,.88);
  font-size: clamp(28px, 7.4vw, 42px);
  line-height: 1.28;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.04em;
}
.review-card cite {
  display: block;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: clamp(20px, 5.5vw, 28px);
  font-style: normal;
}

.visit { padding-top: 44px; padding-bottom: 74px; }
.visit-card {
  border: 1px solid var(--border);
  border-radius: 36px;
  padding: 52px 32px 38px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 82, 19, .11), transparent 25rem),
    linear-gradient(90deg, rgba(255,255,255,.03), transparent 35%, rgba(255,255,255,.02)),
    rgba(27, 12, 8, .92);
}
.visit-card h2 { font-size: clamp(50px, 14vw, 79px); }
.visit-card .body-copy { margin-top: 38px; }
.visit-actions { margin-top: 42px; gap: 18px; }
.visit-actions .cta-primary { min-width: 260px; }
.visit-actions .cta-secondary { min-width: 310px; }
.info-stack { margin-top: 64px; display: flex; flex-direction: column; gap: 26px; }
.info-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: rgba(12,5,3,.62);
  padding: 30px 28px;
}
.round-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  color: #fff;
  display: grid;
  place-items: center;
  flex: none;
}
.round-icon svg { width: 34px; height: 34px; }
.info-card small {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: clamp(14px, 4vw, 20px);
  line-height: 1;
  margin-bottom: 18px;
}
.info-card strong {
  display: block;
  font-size: clamp(22px, 5.8vw, 33px);
  line-height: 1.45;
  letter-spacing: -0.04em;
}
.info-card em {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: clamp(20px, 5.4vw, 29px);
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.035em;
}
.map-link img {
  border-radius: 22px;
  width: 100%;
}

.footer {
  text-align: center;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 56px;
}
.footer-brand { justify-content: center; margin-bottom: 22px; }
.footer a:not(.brand) { color: var(--cream); border-bottom: 1px solid rgba(255,247,238,.25); }
.footer p { margin: 8px 0; }

@media (min-width: 621px) {
  body { padding: 26px 0; }
  .site-shell { border-radius: 30px; }
  .topbar { border-radius: 30px 30px 0 0; }
}

@media (max-width: 420px) {
  .topbar { height: 72px; padding: 0 22px; }
  .header-phone { width: 58px; height: 44px; }
  .section-pad { padding-left: 22px; padding-right: 22px; }
  .hero { padding-top: 40px; }
  h1 { margin-top: 44px; }
  .cta { min-height: 54px; padding: 0 22px; }
  .benefits article, .review-card { padding: 28px; }
  .visit-card { padding: 42px 22px 30px; }
  .info-card { padding: 24px 18px; gap: 18px; }
  .round-icon { width: 50px; height: 50px; }
  .round-icon svg { width: 28px; height: 28px; }
  .item-head { gap: 8px; }
}

@media (max-width: 365px) {
  .brand-name { font-size: 23px; }
  .location-badge { letter-spacing: .2em; font-size: 10px; }
  .item-head h3 { font-size: 29px; }
  .item-head span { font-size: 24px; }
  .visit-actions .cta-secondary { min-width: 0; }
}
