:root {
  --ink: #181513;
  --coal: #090807;
  --wood: #3a1712;
  --cream: #f7efe2;
  --paper: #fff8ec;
  --green: #245039;
  --green-dark: #143523;
  --red: #d94842;
  --gold: #ffd94f;
  --muted: #675b50;
  --rule: rgba(217, 72, 66, 0.72);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(255, 217, 79, 0.88);
  outline-offset: 3px;
}

.site-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 8%, rgba(217, 72, 66, 0.22), transparent 24rem),
    linear-gradient(120deg, rgba(255, 217, 79, 0.08), transparent 36rem),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 92px),
    linear-gradient(180deg, #11100e 0%, #25100d 55%, #120908 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(9, 8, 7, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.brand-mini {
  display: none;
  align-items: center;
  gap: 0.12rem;
  color: var(--paper);
  font-weight: 900;
  letter-spacing: 0.08em;
  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(255, 217, 79, 0.08), transparent),
    rgba(9, 8, 7, 0.94);
  border-bottom: 1px solid rgba(255, 217, 79, 0.2);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: var(--paper);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2.25rem, 5vw, 4.7rem);
  line-height: 0.9;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0.08em 0 rgba(0, 0, 0, 0.55);
}

.brand-lockup .brand-text:last-child,
.brand-mini .brand-text:last-child {
  margin-left: -0.03em;
}

.brand-wordmark,
.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  white-space: nowrap;
}

.brand-wordmark .inline-hearts,
.footer-brand .inline-hearts,
.brand-lockup .inline-hearts,
.brand-mini .inline-hearts {
  margin-left: 0;
  margin-right: 0;
}

.heart-pair {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.1rem;
  width: 2rem;
  height: 1.35rem;
}

.heart-pair span {
  position: relative;
  display: block;
  width: 0.92rem;
  height: 0.92rem;
  margin-top: 0.22rem;
  transform: rotate(-45deg);
  background: var(--red);
}

.heart-pair span::before,
.heart-pair span::after {
  content: "";
  position: absolute;
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 50%;
  background: inherit;
}

.heart-pair span::before {
  top: -0.46rem;
  left: 0;
}

.heart-pair span::after {
  top: 0;
  left: 0.46rem;
}

.inline-hearts {
  flex: 0 0 auto;
  width: 1.22em;
  height: 0.84em;
  margin: 0;
  transform: translateY(-0.02em);
}

.inline-hearts span {
  width: 0.52em;
  height: 0.52em;
  margin-top: 0.18em;
}

.inline-hearts span::before,
.inline-hearts span::after {
  width: 0.52em;
  height: 0.52em;
}

.inline-hearts span::before {
  top: -0.26em;
}

.inline-hearts span::after {
  left: 0.26em;
}

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

.language-toggle {
  min-width: 3.1rem;
}

.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);
}

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

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

.topnav a:hover,
.topnav button:hover,
.button:hover {
  border-color: rgba(255, 217, 79, 0.75);
}

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

.is-disabled:hover {
  filter: none;
}

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

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

.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(217, 72, 66, 0.88) 6% 7%, transparent 7% 13%),
    repeating-linear-gradient(90deg, #4b160f 0 5.5rem, #651f16 5.5rem 5.75rem, #2f110d 5.75rem 10.5rem);
  opacity: 0.64;
  transform: skewY(-2deg);
}

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

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  align-self: center;
  min-width: 0;
  max-width: 56rem;
  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;
}

.hero-image .grill-plate {
  width: min(48rem, 86vw);
  min-height: min(44vw, 25rem);
  border-radius: 0.2rem;
  transform: rotate(-1.5deg);
  filter: saturate(1.08) contrast(1.04);
}

.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.18em;
  text-transform: uppercase;
}

.logo-arc {
  max-width: 52rem;
  margin: 1.1rem 0 1rem;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(3.35rem, 11vw, 8.75rem);
  line-height: 0.86;
  color: var(--green);
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-shadow:
    -2px -2px 0 rgba(255, 255, 255, 0.85),
    2px 2px 0 rgba(0, 0, 0, 0.72),
    0 0.08em 0 rgba(217, 72, 66, 0.3);
}

.hero h1 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(3.2rem, 9.5vw, 8.4rem);
  line-height: 0.86;
  color: var(--gold);
  text-transform: uppercase;
  text-shadow: 0 0.08em 0 rgba(0, 0, 0, 0.55);
}

.hero h1 > span:not(.brand-wordmark) {
  display: block;
  color: var(--paper);
  font-size: clamp(2.6rem, 7vw, 6.1rem);
}

.hero h1 .brand-wordmark {
  color: var(--gold);
}

.hero p {
  max-width: 38rem;
  margin: 1.2rem 0 0;
  color: rgba(255, 248, 236, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

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

.hero-card {
  z-index: 1;
  justify-self: end;
  width: min(100%, 28rem);
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
  background: rgba(9, 8, 7, 0.72);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.45);
}

.grill-plate {
  min-height: 23rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.35rem;
  background:
    radial-gradient(circle at 20% 68%, #b94e38 0 1.5rem, transparent 1.55rem),
    radial-gradient(circle at 48% 52%, #d25c43 0 1.3rem, transparent 1.35rem),
    radial-gradient(circle at 72% 70%, #c74736 0 1.6rem, transparent 1.65rem),
    linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, 0.13) 8% 9%, transparent 9% 18%),
    repeating-linear-gradient(90deg, #10100f 0 0.55rem, #2d2c29 0.55rem 0.72rem, #11100f 0.72rem 1.35rem);
  overflow: hidden;
}

.grill-plate::before,
.grill-plate::after {
  content: "";
  display: block;
  height: 35%;
  margin: 21% 8% 0;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 65% 45%, rgba(255, 217, 79, 0.18), transparent 30%),
    linear-gradient(15deg, #8a3a25, #cb7a52 45%, #652617);
  transform: rotate(-4deg);
  box-shadow: 7rem 2rem 0 -0.5rem #9d4329;
}

.grill-plate::after {
  height: 1.6rem;
  margin: 1.2rem 16%;
  border-radius: 99rem;
  background: linear-gradient(90deg, #79a24e, #e8db8c, #649344);
  transform: rotate(-8deg);
  box-shadow: 4rem 0.85rem 0 -0.28rem #f4e18d, -3rem 1.1rem 0 -0.25rem #648f44;
}

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

.cream-section {
  color: var(--ink);
  background: var(--cream);
}

.dark-section {
  color: var(--paper);
  background:
    linear-gradient(rgba(9, 8, 7, 0.82), rgba(9, 8, 7, 0.82)),
    repeating-linear-gradient(90deg, #25100d 0 5rem, #32130f 5rem 5.2rem, #160b09 5.2rem 9rem);
}

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

.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(--rule), transparent);
}

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

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

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

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

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

.feature-band {
  background:
    linear-gradient(rgba(20, 53, 35, 0.87), rgba(20, 53, 35, 0.87)),
    repeating-linear-gradient(90deg, #25100d 0 5rem, #32130f 5rem 5.2rem, #160b09 5.2rem 9rem);
  color: var(--paper);
}

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

.section h2 {
  margin: 0 0 1rem;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1;
  color: var(--green);
  text-transform: uppercase;
}

.dark-section h2 {
  color: var(--gold);
}

.feature-band h2 {
  color: var(--gold);
}

.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,
.event-panel h3 {
  margin: 0 0 0.45rem;
  color: var(--green);
  font-size: 1.1rem;
}

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

.event-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: 1.4rem;
  border: 1px dotted rgba(255, 217, 79, 0.68);
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.06);
}

.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(--red);
  background: linear-gradient(135deg, rgba(217, 72, 66, 0.12), rgba(36, 80, 57, 0.08));
}

.event-panel p {
  color: rgba(255, 248, 236, 0.78);
}

.action-section {
  background:
    linear-gradient(90deg, rgba(217, 72, 66, 0.08), transparent 12%, transparent 88%, rgba(36, 80, 57, 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(9, 8, 7, 0.65), rgba(9, 8, 7, 0.82)),
    linear-gradient(135deg, var(--green-dark), var(--wood));
  border: 1px solid rgba(255, 217, 79, 0.35);
}

.contact-panel {
  background:
    linear-gradient(rgba(9, 8, 7, 0.58), rgba(9, 8, 7, 0.84)),
    linear-gradient(135deg, #5f1f18, #143523);
}

.promo-panel h2 {
  margin-bottom: 0.75rem;
  color: var(--gold);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.promo-panel p {
  margin: 0;
  max-width: 30rem;
  color: rgba(255, 248, 236, 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;
}

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

.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 p {
  color: var(--muted);
  line-height: 1.65;
}

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

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

.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;
  border: 1px solid rgba(36, 80, 57, 0.3);
  border-radius: 0.25rem;
  color: var(--green-dark);
  background: rgba(36, 80, 57, 0.08);
  font-weight: 800;
}

.form-status.is-error {
  color: #7b1e1a;
  border-color: rgba(217, 72, 66, 0.45);
  background: rgba(217, 72, 66, 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(36, 80, 57, 0.35);
  border-radius: 0.25rem;
  background: #fffefa;
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--green);
  outline: 3px solid rgba(255, 217, 79, 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: #1b1005;
  border: 1px solid var(--gold);
  border-radius: 0.35rem;
  background: var(--gold);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.contact-form button:hover {
  filter: brightness(0.96);
}

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

.menu-body {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(217, 72, 66, 0.08), transparent 12%, transparent 88%, rgba(217, 72, 66, 0.08)),
    var(--cream);
}

.menu-wrap {
  width: min(76rem, 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(36, 80, 57, 0.06), transparent 18rem),
    linear-gradient(var(--paper), var(--paper));
  border: 2px solid var(--rule);
  box-shadow: 0 1.5rem 3rem rgba(40, 22, 12, 0.18);
}

.menu-head {
  text-align: center;
  border-top: 2px solid var(--rule);
  border-bottom: 2px solid var(--rule);
  padding: 1.1rem 0;
  margin-bottom: 1.5rem;
}

.menu-head h1 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  color: var(--green);
  text-transform: uppercase;
}

.menu-head p {
  margin: 0.2rem 0 0;
  letter-spacing: 0.22em;
  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;
}

.menu-section {
  break-inside: avoid;
  padding-top: 0.55rem;
  border-top: 2px solid var(--rule);
}

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

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

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

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

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

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

.price {
  font-size: 1.05rem;
  white-space: nowrap;
}

.menu-foot {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  margin-top: 2rem;
  padding-top: 1rem;
  color: var(--red);
  border-top: 2px solid var(--rule);
  font-size: 0.84rem;
  text-align: center;
}

.footer {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  padding: 2rem 1rem;
  color: rgba(255, 248, 236, 0.7);
  background: #080706;
  text-align: center;
}

.footer-brand {
  color: var(--paper);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 1.45rem;
  line-height: 0.9;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.stamp-svg {
  width: 100%;
  height: 100%;
  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;
}

@media (max-width: 1120px) {
  .hero-image {
    padding-inline: 1rem;
  }

  .grill-plate {
    min-height: 16rem;
  }
}

@media (max-width: 820px) {
  .topbar,
  .hero,
  .event-panel,
  .order-panel,
  .contact-strip,
  .split-panels,
  .visit-layout {
    grid-template-columns: 1fr;
  }

  .topbar {
    position: sticky;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 0.52rem 0.75rem;
  }

  .brand-mini {
    display: inline-flex;
    min-width: 0;
    font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
    font-size: clamp(1.22rem, 5.2vw, 1.72rem);
    line-height: 0.9;
    text-shadow: 0 0.08em 0 rgba(0, 0, 0, 0.55);
  }

  .brand-mini .inline-hearts {
    font-size: 1.05em;
  }

  .menu-toggle {
    display: block;
  }

  .brand-banner {
    display: none;
  }

  .topnav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding-top: 0.58rem;
    justify-content: stretch;
  }

  .topbar.is-open .topnav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }

  .topnav a,
  .topnav button {
    width: 100%;
    min-height: 2.55rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    opacity: 0.56;
  }

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

  .event-panel .button {
    width: 100%;
  }

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

  .promo-panel {
    min-height: 16rem;
  }
}

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

  .event-actions {
    width: 100%;
  }

  .logo-arc {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  .menu-wrap {
    width: min(100% - 0.75rem, 76rem);
  }

  .menu-paper {
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
