:root {
  --ink: #16130f;
  --green: #0e5f3d;
  --green-dark: #083924;
  --red: #c9252e;
  --red-dark: #8c1720;
  --cream: #f8f1e4;
  --paper: #fffaf0;
  --gold: #f7c85f;
  --sky: #a8d6df;
  --muted: #6f6257;
  --rule: rgba(14, 95, 61, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--green-dark);
  font-family: "Trebuchet MS", "Gill Sans", Arial, sans-serif;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(247, 200, 95, 0.9);
  outline-offset: 3px;
}

.site-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 8%, rgba(247, 200, 95, 0.16), transparent 24rem),
    linear-gradient(120deg, rgba(201, 37, 46, 0.16), transparent 34rem),
    repeating-linear-gradient(90deg, rgba(255, 250, 240, 0.03) 0 1px, transparent 1px 92px),
    linear-gradient(180deg, #071b12 0%, #0f2f20 55%, #10110e 100%);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.72rem clamp(1rem, 4vw, 3rem);
  color: var(--paper);
  background: rgba(8, 57, 36, 0.9);
  border-bottom: 1px solid rgba(255, 250, 240, 0.16);
  backdrop-filter: blur(14px);
}

.brand-mini {
  display: none;
  align-items: center;
  gap: 0.55rem;
  color: var(--paper);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-banner {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: clamp(0.8rem, 2vw, 1.2rem) 1rem;
  color: var(--paper);
  background:
    linear-gradient(90deg, transparent, rgba(247, 200, 95, 0.1), transparent),
    rgba(8, 57, 36, 0.95);
  border-bottom: 1px solid rgba(247, 200, 95, 0.22);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.55rem, 1.4vw, 0.95rem);
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.65rem);
  font-weight: 900;
  line-height: 0.96;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0.07em 0 rgba(140, 23, 32, 0.72);
  text-transform: uppercase;
}

.flag-mark {
  display: inline-grid;
  grid-template-columns: repeat(3, 0.55rem);
  width: 1.65rem;
  height: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.72);
  border-radius: 0.18rem;
}

.banner-flag {
  width: clamp(2.1rem, 5vw, 3.6rem);
  height: clamp(1.45rem, 3.5vw, 2.5rem);
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 0 0.16rem 0 rgba(140, 23, 32, 0.72);
}

.menu-toggle {
  position: relative;
  display: none;
  width: 2.7rem;
  height: 2.7rem;
  padding: 0;
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 0.35rem;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 50%;
  display: block;
  width: 1.2rem;
  height: 2px;
  background: var(--paper);
  transform: translateX(-50%);
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle span:nth-child(1) {
  top: 0.86rem;
}

.menu-toggle span:nth-child(2) {
  top: 1.31rem;
}

.menu-toggle span:nth-child(3) {
  top: 1.76rem;
}

.topbar.is-open .menu-toggle span:nth-child(1) {
  transform: translateX(-50%) translateY(0.45rem) rotate(42deg);
}

.topbar.is-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.topbar.is-open .menu-toggle span:nth-child(3) {
  transform: translateX(-50%) translateY(-0.45rem) rotate(-42deg);
}

.flag-mark span:nth-child(1) {
  background: var(--green);
}

.flag-mark span:nth-child(2) {
  background: var(--paper);
}

.flag-mark span:nth-child(3) {
  background: var(--red);
}

.topnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.topnav a,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.65rem 0.95rem;
  color: var(--paper);
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 0.3rem;
  background: transparent;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
}

.topnav a:hover,
.button:hover {
  border-color: rgba(247, 200, 95, 0.82);
}

.button-primary {
  color: #201408;
  background: var(--gold);
  border-color: var(--gold);
}

.button-red {
  color: var(--paper);
  background: var(--red);
  border-color: var(--red);
}

.is-disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.hero {
  position: relative;
  display: grid;
  min-height: clamp(34rem, 72vh, 48rem);
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1rem, 5vw, 5rem);
  color: var(--paper);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -5% -12%;
  height: 28%;
  background:
    linear-gradient(90deg, transparent 0 6%, rgba(247, 200, 95, 0.86) 6% 7%, transparent 7% 13%),
    repeating-linear-gradient(90deg, #083924 0 5.5rem, #c9252e 5.5rem 5.75rem, #fffaf0 5.75rem 5.95rem, #103927 5.95rem 10.5rem);
  opacity: 0.58;
  transform: skewY(-2deg);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 27, 18, 0.28), rgba(7, 27, 18, 0.86)),
    radial-gradient(circle at center, transparent 0 34%, rgba(7, 27, 18, 0.52) 74%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  align-self: center;
  min-width: 0;
  max-width: 58rem;
  margin: 0 auto;
  text-align: center;
}

.hero-image {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(2rem, 7vw, 5rem);
  opacity: 0.82;
}

.masa-plate {
  width: min(48rem, 86vw);
  min-height: min(44vw, 25rem);
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 0.22rem;
  background:
    radial-gradient(circle at 22% 62%, #e9cf89 0 1.65rem, transparent 1.7rem),
    radial-gradient(circle at 50% 49%, #d4573d 0 1.15rem, transparent 1.2rem),
    radial-gradient(circle at 72% 66%, #f2d99a 0 1.7rem, transparent 1.75rem),
    radial-gradient(circle at 35% 72%, #2f7c3f 0 0.7rem, transparent 0.74rem),
    linear-gradient(90deg, transparent 0 8%, rgba(255, 250, 240, 0.12) 8% 9%, transparent 9% 18%),
    repeating-linear-gradient(90deg, #092519 0 0.55rem, #174b32 0.55rem 0.72rem, #092519 0.72rem 1.35rem);
  filter: saturate(1.08) contrast(1.04);
  transform: rotate(-1.5deg);
  overflow: hidden;
}

.masa-plate::before,
.masa-plate::after {
  content: "";
  display: block;
  height: 35%;
  margin: 21% 8% 0;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 65% 45%, rgba(247, 200, 95, 0.25), transparent 30%),
    linear-gradient(15deg, #ad432b, #e7b45f 45%, #7c201a);
  box-shadow: 7rem 2rem 0 -0.5rem #2c8a52;
  transform: rotate(-4deg);
}

.masa-plate::after {
  height: 1.6rem;
  margin: 1.2rem 16%;
  border-radius: 99rem;
  background: linear-gradient(90deg, #2b8a4f, #f0d37a, #c9252e);
  box-shadow: 4rem 0.85rem 0 -0.28rem #f4e18d, -3rem 1.1rem 0 -0.25rem #2c7b46;
  transform: rotate(-8deg);
}

.kicker {
  display: inline-flex;
  width: fit-content;
  padding-bottom: 0.35rem;
  color: var(--gold);
  border-bottom: 2px solid var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.05rem, 8.5vw, 7.4rem);
  font-weight: 900;
  line-height: 0.88;
  color: var(--gold);
  text-transform: uppercase;
  text-shadow: 0 0.08em 0 rgba(140, 23, 32, 0.72);
}

.hero p,
.lead {
  max-width: 43rem;
  color: rgba(255, 250, 240, 0.88);
  font-size: clamp(1.04rem, 2vw, 1.28rem);
  line-height: 1.58;
}

.lead {
  color: var(--muted);
}

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

.section {
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 5vw, 5rem);
}

.paper-section,
.cream-section {
  background:
    linear-gradient(90deg, rgba(14, 95, 61, 0.07), transparent 18%, transparent 82%, rgba(201, 37, 46, 0.08)),
    var(--cream);
}

.section-inner {
  width: min(74rem, 100%);
  margin: 0 auto;
}

.section h2 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1;
  color: var(--green-dark);
}

.narrow-copy {
  max-width: 54rem;
  text-align: center;
}

.story-section .kicker,
.narrow-copy .button {
  margin-inline: auto;
}

.section-rule {
  width: min(18rem, 76%);
  height: 2px;
  margin: 1.2rem auto 1.1rem;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
}

.story-section h3 {
  max-width: 40rem;
  margin: 0 auto 1rem;
  color: var(--red-dark);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.35;
}

.story-section p {
  max-width: 46rem;
  margin: 0 auto 1.35rem;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.dark-section {
  color: var(--paper);
  background:
    linear-gradient(rgba(8, 57, 36, 0.88), rgba(8, 57, 36, 0.88)),
    repeating-linear-gradient(90deg, #08170f 0 5rem, #123927 5rem 5.2rem, #180c0a 5.2rem 9rem);
}

.dark-section h2,
.feature-band h2,
.promo-panel h2 {
  color: var(--gold);
}

.dark-section.story-section h3 {
  color: var(--paper);
}

.dark-section.story-section p {
  color: rgba(255, 250, 240, 0.78);
}

.event-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}

.feature-band {
  color: var(--paper);
  background:
    linear-gradient(rgba(8, 57, 36, 0.86), rgba(8, 57, 36, 0.86)),
    repeating-linear-gradient(90deg, #08170f 0 5rem, #123927 5rem 5.2rem, #180c0a 5.2rem 9rem);
}

.section-heading {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  margin-bottom: 2rem;
  text-align: center;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 2rem;
  border: 1px solid var(--rule);
  background: var(--rule);
}

.intro-grid article {
  padding: 1.2rem;
  background: var(--paper);
}

.intro-grid h3,
.order-panel h3 {
  margin: 0 0 0.45rem;
  color: var(--red-dark);
  font-size: 1.1rem;
}

.intro-grid p,
.order-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.action-section {
  background:
    linear-gradient(90deg, rgba(14, 95, 61, 0.07), transparent 12%, transparent 88%, rgba(201, 37, 46, 0.08)),
    var(--cream);
}

.split-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
}

.promo-panel {
  display: grid;
  align-content: space-between;
  gap: 1.3rem;
  min-height: 19rem;
  padding: clamp(1.1rem, 3vw, 2rem);
  color: var(--paper);
  background:
    linear-gradient(rgba(7, 27, 18, 0.65), rgba(7, 27, 18, 0.82)),
    linear-gradient(135deg, var(--green-dark), #42130f);
  border: 1px solid rgba(247, 200, 95, 0.35);
}

.contact-panel {
  background:
    linear-gradient(rgba(7, 27, 18, 0.58), rgba(7, 27, 18, 0.84)),
    linear-gradient(135deg, var(--red-dark), var(--green-dark));
}

.promo-panel p {
  max-width: 30rem;
  color: rgba(255, 250, 240, 0.78);
  line-height: 1.6;
}

.panel-label {
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding-bottom: 0.35rem;
  color: var(--paper);
  border-bottom: 2px solid var(--gold);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visit-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.visit-copy a,
.footer a,
.menu-foot a {
  text-decoration-color: rgba(201, 37, 46, 0.55);
  text-underline-offset: 0.2em;
}

.visit-copy a:hover,
.footer a:hover,
.menu-foot a:hover {
  color: var(--gold);
}

.order-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1.2rem;
  border: 2px solid var(--green);
  background: linear-gradient(135deg, rgba(14, 95, 61, 0.1), rgba(201, 37, 46, 0.07));
}

.contact-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem;
  color: var(--green-dark);
  border-top: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.5rem;
  padding: 1.2rem;
  border: 1px solid var(--rule);
  background: var(--paper);
}

.form-status {
  display: none;
  margin: 0;
  padding: 0.75rem 0.85rem;
  color: var(--green-dark);
  border: 1px solid rgba(14, 95, 61, 0.35);
  border-radius: 0.25rem;
  background: rgba(14, 95, 61, 0.08);
  font-weight: 800;
}

.form-status.is-error {
  color: #7b1e1a;
  border-color: rgba(201, 37, 46, 0.45);
  background: rgba(201, 37, 46, 0.1);
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--green-dark);
  font-weight: 900;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 2.8rem;
  padding: 0.7rem 0.8rem;
  color: var(--ink);
  border: 1px solid rgba(14, 95, 61, 0.36);
  border-radius: 0.22rem;
  background: #fffefa;
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--green);
  outline: 3px solid rgba(247, 200, 95, 0.4);
}

.contact-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.contact-form button {
  width: fit-content;
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  color: #201408;
  border: 1px solid var(--gold);
  border-radius: 0.35rem;
  background: var(--gold);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.noscript-contact {
  margin-top: 1rem;
  color: var(--muted);
}

.menu-body {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(14, 95, 61, 0.12), transparent 14%, transparent 86%, rgba(201, 37, 46, 0.12)),
    var(--cream);
}

.menu-wrap {
  width: min(78rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 2.4rem) 0 4rem;
}

.menu-paper {
  padding: clamp(1.25rem, 4vw, 3.5rem);
  background:
    radial-gradient(circle at 18% 12%, rgba(168, 214, 223, 0.24), transparent 18rem),
    linear-gradient(var(--paper), var(--paper));
  border: 2px solid rgba(201, 37, 46, 0.48);
  box-shadow: 0 1.5rem 3rem rgba(40, 22, 12, 0.16);
}

.menu-head {
  text-align: center;
  border-top: 2px solid rgba(14, 95, 61, 0.48);
  border-bottom: 2px solid rgba(201, 37, 46, 0.48);
  padding: 1.1rem 0;
  margin-bottom: 1.5rem;
}

.menu-head h1 {
  margin: 0.15rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 7vw, 5.4rem);
  line-height: 0.96;
  color: var(--green-dark);
}

.menu-head p {
  margin: 0;
  color: var(--red-dark);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 0 1.5rem;
}

.menu-nav a {
  padding: 0.42rem 0.65rem;
  color: var(--green-dark);
  border: 1px solid var(--rule);
  border-radius: 99rem;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
}

.printed-menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.2rem;
  border: 2px solid var(--green);
  background:
    repeating-linear-gradient(45deg, #0e5f3d 0 0.22rem, #fffaf0 0.22rem 0.36rem, #c9252e 0.36rem 0.48rem, #fffaf0 0.48rem 0.62rem);
  padding: 0.55rem;
  box-shadow: inset 0 0 0 0.25rem #fffaf0;
}

.menu-panel {
  min-width: 0;
  padding: 0.85rem 0.9rem 1rem;
  background:
    radial-gradient(ellipse at 50% 5%, rgba(247, 200, 95, 0.13), transparent 8rem),
    var(--paper);
  border-right: 1px solid rgba(14, 95, 61, 0.32);
}

.menu-panel:nth-child(3n) {
  border-right: 0;
}

.menu-panel:nth-child(n+4) {
  border-top: 1px solid rgba(201, 37, 46, 0.28);
}

.menu-panel h2 {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.1rem;
  width: min(92%, 20rem);
  margin: 0.5rem auto 0.75rem;
  padding: 0.34rem 1.35rem 0.38rem;
  color: var(--paper);
  background: linear-gradient(90deg, var(--red-dark), var(--red));
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
  text-transform: none;
  box-shadow: 0 0.22rem 0 var(--green);
}

.menu-panel h2::before,
.menu-panel h2::after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 1.15rem solid transparent;
  border-bottom: 1.15rem solid transparent;
}

.menu-panel h2::before {
  left: -0.55rem;
  border-right: 0.55rem solid var(--red-dark);
}

.menu-panel h2::after {
  right: -0.55rem;
  border-left: 0.55rem solid var(--red);
}

.menu-panel h2 small {
  display: block;
  color: rgba(255, 250, 240, 0.8);
  font-family: "Trebuchet MS", "Gill Sans", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ribbon {
  width: fit-content;
  margin: 0.75rem auto 0.55rem;
  padding: 0.26rem 0.9rem;
  color: var(--paper);
  background: var(--green);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.section-note {
  margin: -0.25rem auto 0.65rem;
  max-width: 24rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.dish {
  position: relative;
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr) auto;
  grid-template-areas:
    "num name price"
    "num desc desc";
  gap: 0.1rem 0.45rem;
  align-items: start;
  margin: 0.42rem 0;
}

.dish .num {
  grid-area: num;
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.05rem;
  color: var(--paper);
  background: var(--green-dark);
  font-size: 0.63rem;
  font-weight: 900;
  transform: rotate(45deg);
}

.dish .num::before {
  content: attr(class);
}

.dish .num {
  line-height: 1;
}

.dish .num {
  text-indent: 0;
}

.dish .num {
  font-variant-numeric: tabular-nums;
}

.dish .num {
  color: transparent;
}

.dish .num::after {
  content: attr(data-empty);
}

.dish .num {
  --unused: 0;
}

.dish .num + b::before {
  content: "";
}

.dish .num {
  overflow: visible;
}

.dish .num {
  color: var(--paper);
}

.dish .num {
  transform: rotate(45deg);
}

.dish .num::first-line {
  transform: rotate(-45deg);
}

.dish .num {
  writing-mode: horizontal-tb;
}

.dish .num {
  font-family: Arial, sans-serif;
}

.dish .num {
  text-align: center;
}

.dish .num {
  rotate: 0deg;
}

.dish .num {
  transform: rotate(45deg);
}

.dish .num {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dish .num {
  color: var(--paper);
}

.dish .num {
  font-size: 0;
}

.dish .num::after {
  content: attr(data-num);
  color: var(--paper);
  font-size: 0.63rem;
  transform: rotate(-45deg);
}

.dish b {
  grid-area: name;
  color: var(--red-dark);
  font-size: 0.88rem;
  line-height: 1.12;
  text-transform: uppercase;
}

.dish em {
  grid-area: price;
  color: var(--red-dark);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.dish p {
  grid-area: desc;
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.24;
}

.price-list {
  display: grid;
  gap: 0.2rem;
  margin: 0.45rem 0 0.7rem;
}

.price-list span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem;
  align-items: baseline;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}

.price-list span::after {
  content: "";
  min-width: 1.8rem;
  border-bottom: 1px dotted rgba(14, 95, 61, 0.45);
  transform: translateY(-0.18rem);
}

.price-list b {
  color: var(--red-dark);
  font-size: 0.78rem;
  white-space: nowrap;
}

.price-list.compact {
  gap: 0.12rem;
}

.taco-box {
  margin: 0.6rem 0;
  padding: 0.7rem;
  color: var(--paper);
  background: linear-gradient(135deg, var(--red-dark), var(--green));
  border: 2px solid var(--gold);
  text-align: center;
}

.taco-box strong {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
}

.taco-box p {
  margin: 0.25rem 0 0;
  font-size: 0.73rem;
  font-weight: 800;
  line-height: 1.25;
}

.cover-card {
  display: grid;
  gap: 0.22rem;
  margin-top: 0.95rem;
  padding: 1.05rem 0.9rem;
  color: var(--paper);
  background:
    linear-gradient(90deg, var(--green) 0 32%, var(--paper) 32% 66%, var(--red) 66% 100%);
  border: 2px solid var(--green-dark);
  text-align: center;
}

.cover-card strong {
  color: var(--paper);
  background: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
  text-shadow: 0 0.08rem 0 var(--green-dark);
}

.cover-card span,
.cover-card a {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.dish .num,
.dish .num::after {
  color: var(--paper);
  font-size: 0.63rem;
}

.dish .num::before,
.dish .num::after {
  content: none;
}

.price-list span {
  display: flex;
  gap: 0.45rem;
}

.price-list span::after {
  order: 2;
  flex: 1 1 auto;
  min-width: 1.8rem;
  border-bottom: 1px dotted rgba(14, 95, 61, 0.45);
  transform: translateY(-0.28rem);
}

.price-list b {
  order: 3;
}

.menu-section {
  break-inside: avoid;
  padding-top: 0.55rem;
  border-top: 2px solid rgba(14, 95, 61, 0.36);
}

.menu-section h2 {
  margin: 0 0 0.8rem;
  color: var(--red-dark);
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  text-align: center;
}

.note {
  margin: -0.25rem 0 0.75rem;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: baseline;
  margin: 0.75rem 0;
  padding-left: 1rem;
}

.item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: var(--green);
}

.item h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.22;
  font-weight: 900;
}

.item p {
  margin: 0.18rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.price {
  color: var(--red-dark);
  font-size: 1.02rem;
  white-space: nowrap;
}

.menu-foot {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  margin-top: 2rem;
  padding-top: 1rem;
  color: var(--red-dark);
  border-top: 2px solid rgba(201, 37, 46, 0.38);
  font-size: 0.84rem;
  text-align: center;
}

.footer {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  padding: 1.2rem;
  color: rgba(255, 250, 240, 0.78);
  background: #08170f;
  text-align: center;
}

.pog-stamp {
  display: inline-flex;
  width: min(22rem, calc(100vw - 1.5rem));
  aspect-ratio: 340 / 86;
  height: auto;
  margin-top: 0.25rem;
  color: #15110d;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  transition: transform 160ms ease;
}

.pog-stamp:hover {
  color: #15110d;
  transform: translateY(-1px);
}

.stamp-svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.stamp-paper {
  fill: #fff8ec;
  stroke: rgba(166, 106, 44, 0.26);
  stroke-width: 1.2;
}

.stamp-outer,
.stamp-divider {
  fill: none;
  stroke: currentColor;
}

.stamp-outer {
  stroke-width: 2.4;
}

.stamp-divider {
  stroke-width: 1.4;
  opacity: 0.58;
}

.stamp-text {
  fill: currentColor;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-anchor: middle;
  dominant-baseline: middle;
}

.stamp-text-bottom {
  letter-spacing: 0.45px;
}

.stamp-pog-mark {
  fill: none;
  stroke: currentColor;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stamp-pog-mark circle {
  fill: currentColor;
  stroke: none;
}

.dish .num {
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--paper);
  background: var(--green-dark);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  font: 900 0.63rem/1 Arial, sans-serif;
  rotate: 0deg;
  transform: none;
}

.dish .num::before,
.dish .num::after {
  content: none;
}

@media (max-width: 900px) {
  .topbar {
    justify-content: space-between;
  }

  .brand-mini {
    display: inline-flex;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .topnav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
    padding: 0.8rem 1rem 1rem;
    background: rgba(8, 57, 36, 0.98);
    border-bottom: 1px solid rgba(255, 250, 240, 0.16);
  }

  .topbar.is-open .topnav {
    display: flex;
  }

  .topnav a,
  .topnav .button-primary {
    width: 100%;
  }

  .brand-banner {
    display: none;
  }

  .hero {
    min-height: clamp(32rem, 72vh, 42rem);
  }

  .intro-grid,
  .menu-grid,
  .printed-menu {
    grid-template-columns: 1fr;
  }

  .menu-panel,
  .menu-panel:nth-child(3n) {
    border-right: 0;
  }

  .menu-panel:nth-child(n+2) {
    border-top: 1px solid rgba(201, 37, 46, 0.28);
  }

  .order-panel,
  .contact-strip,
  .split-panels,
  .visit-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .topnav a,
  .button {
    width: 100%;
  }

  .topnav {
    width: 100%;
  }

  .mobile-brand {
    max-width: calc(100vw - 5.5rem);
    font-size: 0.86rem;
    line-height: 1.1;
  }

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

  .item {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .price {
    white-space: normal;
  }
}

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

.hero::before,
.hero-image {
  display: none;
}
