:root {
  --black: #050505;
  --charcoal: #101010;
  --charcoal-2: #181818;
  --gold: #f5ae08;
  --red: #db151a;
  --cream: #fff8e8;
  --muted: #bdb7aa;
  --line: rgba(245, 174, 8, 0.23);
  --page-width: 880px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
  background: var(--black);
}

body {
  min-width: 300px;
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 0, rgba(219, 21, 26, 0.09), transparent 26rem),
    var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--black);
  background: var(--gold);
  border-radius: 0.5rem;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  width: min(100% - 2rem, var(--page-width));
  min-height: 5.25rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-mark {
  width: 3.2rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 3px solid var(--red);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px var(--gold);
}

.brand-mark svg {
  width: 2.05rem;
  fill: var(--red);
}

.brand-name,
.brand-subtitle,
.eyebrow,
.section-heading p,
footer p {
  margin: 0;
}

.brand-name {
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.25rem, 5.2vw, 1.72rem);
  letter-spacing: 0.065em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-name span {
  color: var(--red);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.56em;
  letter-spacing: 0.24em;
  white-space: nowrap;
}

.brand-subtitle {
  margin-top: 0.32rem;
  color: var(--muted);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-nav {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  padding: 0.65rem max(1rem, calc((100% - var(--page-width)) / 2));
  background: rgba(5, 5, 5, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.menu-nav a {
  flex: 1 1 0;
  max-width: 18rem;
  padding: 0.76rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.6rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  font-size: clamp(0.72rem, 3vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.menu-nav a:hover,
.menu-nav a:focus-visible,
.menu-nav a.active {
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
  outline: none;
}

main {
  width: min(100%, calc(var(--page-width) + 2rem));
  margin: 0 auto;
  padding: 0 1rem 4rem;
}

.intro {
  max-width: 42rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 9vw, 5rem) 0 clamp(2.4rem, 8vw, 4.2rem);
  text-align: center;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.intro h1 {
  margin: 0.35rem 0 0.7rem;
  color: var(--cream);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.35rem, 10vw, 5.4rem);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 0.98;
  text-transform: uppercase;
}

.intro p:last-child {
  max-width: 34rem;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(0.92rem, 3vw, 1.05rem);
  line-height: 1.55;
}

.menu-section + .menu-section {
  margin-top: clamp(4.5rem, 12vw, 7rem);
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0 0 1rem;
}

.section-heading > span {
  color: var(--red);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.8rem, 10vw, 4.6rem);
  line-height: 0.9;
}

.section-heading p {
  margin-bottom: 0.2rem;
  color: var(--gold);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(1.15rem, 4.7vw, 2rem);
  line-height: 1.1;
}

.menu-page {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--charcoal);
  border: 1px solid rgba(245, 174, 8, 0.23);
  border-radius: 1rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.menu-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.menu-page img {
  display: block;
  width: 100%;
  height: auto;
}

.zoom-hint {
  position: absolute;
  right: 0.72rem;
  bottom: 0.72rem;
  padding: 0.52rem 0.7rem;
  color: var(--cream);
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.menu-page:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

footer {
  padding: 3.5rem 1rem 4rem;
  color: var(--muted);
  background: linear-gradient(180deg, transparent, rgba(219, 21, 26, 0.06));
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  line-height: 1.65;
  text-align: center;
}

footer strong {
  color: var(--gold);
  font-size: 1.05rem;
}

.footer-flame {
  margin-bottom: 0.55rem;
  color: var(--red);
  transform: rotate(45deg);
}

.copyright {
  margin-top: 0.9rem;
  font-size: 0.75rem;
  opacity: 0.66;
}

@media (max-width: 560px) {
  main {
    padding-inline: 0.65rem;
  }

  .site-header {
    width: calc(100% - 1.3rem);
  }

  .menu-nav {
    padding-inline: 0.65rem;
  }

  .menu-page {
    border-radius: 0.72rem;
  }

  .section-heading {
    padding-inline: 0.15rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
