:root {
  --red: #a91d24;
  --red-dark: #721017;
  --red-deep: #4e0b10;
  --gold: #f4bd4f;
  --cream: #fff8eb;
  --paper: #ffffff;
  --ink: #241c18;
  --muted: #6f6259;
  --line: #ead9c3;
  --green: #2f7d47;
  --shadow: 0 20px 55px rgba(78,34,11,.12);
  --max: 1140px;
}
html { scroll-padding-top: 86px; }
body {
  background: radial-gradient(circle at 8% 4%, rgba(244,189,79,.18), transparent 25rem), radial-gradient(circle at 95% 30%, rgba(169,29,36,.08), transparent 28rem), #fffdf8;
}
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; border-radius: 8px; }
.container { width: min(100% - 32px, var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; padding: 10px 14px; background: #fff; }
.skip-link:focus { left: 10px; }
.topbar {
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 8px 16px;
  color: #fff8e8;
  background: #3f080c;
  font-size: .84rem;
  font-weight: 750;
  text-align: center;
}
.topbar a { color: #ffe6a9; font-weight: 900; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(114,16,23,.1);
  background: rgba(255,253,248,.96);
  backdrop-filter: blur(14px);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--red-deep); text-decoration: none; font-weight: 950; }
.brand-logo {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 2px solid rgba(244,189,79,.65);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(78,34,11,.15);
}
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: #4c4038; text-decoration: none; font-size: .92rem; font-weight: 850; }
.nav-call {
  padding: 12px 18px;
  color: #fff !important;
  border-radius: 999px;
  background: linear-gradient(145deg, #b22028, #7d1118);
  box-shadow: 0 10px 24px rgba(114,16,23,.22);
}
.hero {
  padding: 76px 0;
  color: #fff;
  background: radial-gradient(circle at 88% 8%, rgba(244,189,79,.24), transparent 24rem), linear-gradient(145deg, #4e0b10, #9d1b22);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 52px; }
.eyebrow, .section-kicker {
  display: block;
  margin-bottom: 12px;
  color: #f8d985;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1 { max-width: 780px; margin: 0 0 20px; font-size: clamp(2.7rem, 6.2vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.hero-lead { max-width: 680px; margin: 0 0 25px; color: #f8e9dc; font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 900;
}
.button-primary {
  color: #3b2500;
  background: linear-gradient(145deg, #f7dfa2, #d9a52f);
  box-shadow: 0 12px 25px rgba(0,0,0,.17);
}
.button-light { color: var(--red-dark); background: #fff; }
.button-outline { color: #fff; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.06); }
.hero-photo {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  margin: 0;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 30px;
  box-shadow: 0 28px 60px rgba(25,3,5,.35);
}
.hero-photo picture, .hero-photo img { width: 100%; height: 100%; }
.hero-photo picture { position: absolute; inset: 0; }
.hero-photo img { object-fit: cover; }
.hero-photo figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 15px 17px;
  border-radius: 17px;
  color: #fff;
  background: rgba(47,8,11,.8);
  font-weight: 900;
  backdrop-filter: blur(8px);
}
.benefits { padding: 28px 0; background: #fff8eb; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.benefit {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(78,34,11,.06);
}
.benefit strong { display: block; color: var(--red-dark); }
.benefit span { color: var(--muted); font-size: .9rem; }
.menu-section { padding: 88px 0; }
.section-head { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.section-head .section-kicker { color: var(--green); }
h2 {
  margin: 0 0 14px;
  color: var(--red-dark);
  font-size: clamp(2.1rem, 4.8vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.section-head p { margin: 0; color: var(--muted); }
.menu-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(157,27,34,.14);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff4d4, #fffdf9);
}
.menu-note strong { display: block; color: var(--red-dark); }
.menu-note span { color: var(--muted); font-size: .91rem; }
.menu-note .button { flex: 0 0 auto; }
.menu-group { grid-column: 1 / -1; padding: 21px 23px; border: 1px solid var(--line); border-radius: 21px; background: #fff8eb; }
.menu-group span { color: var(--green); font-size: .76rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.menu-group h3 { margin: 3px 0 0; color: var(--red-dark); font-size: 1.35rem; }
.menu-group p { margin: 5px 0 0; color: var(--muted); }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.dish {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 13px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(78,42,17,.07);
}
.dish-number {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(145deg, #a91d24, #641015);
  font-weight: 950;
}
.dish h3 { margin: 0 0 5px; color: var(--red-dark); font-size: 1.08rem; }
.dish p { margin: 0 0 8px; color: var(--muted); font-size: .91rem; }
.dish strong {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 9px;
  color: #5c3300;
  background: #fff0bf;
  font-size: .9rem;
}
.preorder { border-color: rgba(47,125,71,.28); background: #fffdf7; }
.badge { display: inline-block; margin-top: 7px; color: var(--green); font-size: .78rem; font-weight: 950; }
.order-panel {
  margin-top: 30px;
  padding: 28px;
  color: #fff;
  border-radius: 27px;
  background: linear-gradient(145deg, #4e0b10, #8d141b);
  box-shadow: var(--shadow);
}
.order-panel h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.order-panel p { color: #f5e3d5; }
.order-panel .hero-actions { margin-top: 18px; }
.fine-print { margin: 24px 0 0; padding: 18px 20px; border-left: 4px solid var(--gold); color: #5f554e; background: #fff8eb; }
footer { padding: 38px 0 110px; color: #f7e8d9; background: #35070a; text-align: center; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin: 14px 0; }
.footer-links a { color: #ffe3a0; font-weight: 850; }
.mobile-action-bar {
  position: fixed;
  right: 8px;
  bottom: calc(8px + env(safe-area-inset-bottom));
  left: 8px;
  z-index: 50;
  display: none;
  grid-template-columns: repeat(4,1fr);
  gap: 5px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: rgba(47,8,11,.96);
  box-shadow: 0 15px 36px rgba(47,8,11,.34);
  backdrop-filter: blur(16px);
}
.mobile-action-bar a {
  min-height: 52px;
  display: grid;
  place-items: center;
  align-content: center;
  color: #fff5e7;
  text-decoration: none;
  font-size: .7rem;
  font-weight: 850;
  line-height: 1.15;
}
.mobile-action-icon { font-size: 1.05rem; }
.mobile-action-bar a:last-child { color: #3d2900; border-radius: 14px; background: linear-gradient(145deg,#f7dfa2,#d9a52f); }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { min-height: 440px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 720px) {
  .container { width: min(100% - 22px, var(--max)); }
  .topbar { flex-direction: column; gap: 3px; padding: 7px 10px; font-size: .75rem; }
  .nav { min-height: 64px; }
  .brand-logo { width: 42px; height: 42px; }
  .brand span { max-width: 138px; font-size: .9rem; line-height: 1.05; }
  .nav-links a:not(.nav-call) { display: none; }
  .nav-call { padding: 9px 12px; font-size: .8rem !important; }
  .hero { padding: 48px 0 58px; }
  .hero-grid { gap: 28px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-photo { min-height: 360px; }
  .benefit-grid, .menu-grid { grid-template-columns: 1fr; }
  .menu-section { padding: 62px 0; }
  .menu-note { align-items: stretch; flex-direction: column; }
  .menu-note .button { width: 100%; }
  .dish { grid-template-columns: 39px 1fr; padding: 16px; }
  .dish-number { width: 39px; height: 39px; border-radius: 12px; }
  .mobile-action-bar { display: grid; }
}
@media (max-width: 900px) {
  .mobile-action-bar { display: grid; }
  footer { padding-bottom: 112px; }
}

/* Keep ordering and location information readable on small screens. */
h1 { line-height: 1.08; letter-spacing: -.035em; }
.order-panel p a, .benefit a { color: inherit; text-underline-offset: 3px; }
@media (max-width: 720px) {
  .topbar, .eyebrow, .nav-call { font-size: .875rem; }
  .nav-call { min-height: 44px; display: inline-flex; align-items: center; }
}

.mobile-action-bar a { min-height: 44px; font-size: .875rem; }
