:root {
  --ink: #07070a;
  --charcoal: #111117;
  --panel: #171720;
  --panel-soft: #20202a;
  --text: #fff7eb;
  --muted: #d7c7bd;
  --line: rgba(255, 247, 235, 0.15);
  --red: #ff3232;
  --pink: #ff2aa3;
  --yellow: #ffd43b;
  --orange: #ff8a1d;
  --green: #b8ff38;
  --shadow-red: 0 0 22px rgba(255, 50, 50, 0.45);
  --shadow-pink: 0 0 28px rgba(255, 42, 163, 0.32);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 5%, rgba(255, 42, 163, 0.18), transparent 25rem),
    radial-gradient(circle at 85% 20%, rgba(255, 138, 29, 0.16), transparent 28rem),
    linear-gradient(135deg, rgba(255, 50, 50, 0.05) 25%, transparent 25%) 0 0 / 36px 36px,
    var(--ink);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  top: 1rem;
  left: 1rem;
  z-index: 20;
  width: auto;
  height: auto;
  padding: 0.7rem 1rem;
  margin: 0;
  clip: auto;
  color: var(--ink);
  background: var(--yellow);
  border-radius: var(--radius);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 247, 235, 0.1);
  background: rgba(7, 7, 10, 0.78);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.has-shadow {
  background: rgba(7, 7, 10, 0.9);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.34);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 2rem, var(--max));
  min-height: 72px;
  margin: 0 auto;
  gap: 1rem;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.95rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand img {
  width: 58px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255, 42, 163, 0.38));
}

.nav-toggle {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--text);
  cursor: pointer;
  background: rgba(255, 247, 235, 0.08);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 2px 0;
  background: currentColor;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.45);
}

.nav-menu {
  position: absolute;
  top: calc(100% + 1px);
  right: 1rem;
  left: 1rem;
  display: grid;
  gap: 0.45rem;
  padding: 0.8rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-0.8rem);
  background: rgba(17, 17, 23, 0.98);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.38);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.nav-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.nav-menu a {
  min-height: 44px;
  padding: 0.75rem 0.9rem;
  color: var(--muted);
  font-weight: 850;
  border-radius: var(--radius);
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.nav-menu .nav-order {
  color: var(--ink);
  text-align: center;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  box-shadow: 0 0 26px rgba(255, 212, 59, 0.24);
}

.section-shell {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
}

.section-block {
  padding: 4.5rem 0;
}

.hero {
  display: grid;
  gap: 2rem;
  min-height: calc(100svh - 72px);
  padding: 3.5rem 0 2.6rem;
  align-items: center;
}

.eyebrow,
.section-kicker,
.item-badge,
.promo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  flex-wrap: wrap;
}

.eyebrow span,
.item-badge {
  padding: 0.42rem 0.58rem;
  color: var(--yellow);
  background: rgba(255, 212, 59, 0.1);
  border: 1px solid rgba(255, 212, 59, 0.32);
  border-radius: 999px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 0.96;
}

h1 {
  max-width: 10ch;
  margin-bottom: 1rem;
  font-size: clamp(4.1rem, 19vw, 9.2rem);
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(2.35rem, 10vw, 5.2rem);
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-copy > p {
  max-width: 42rem;
  margin-bottom: 1.4rem;
  font-size: clamp(1.05rem, 3.6vw, 1.45rem);
}

.hero-actions,
.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.1rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  color: var(--ink);
  background: linear-gradient(135deg, var(--yellow), var(--orange) 52%, var(--red));
  box-shadow: 0 0 22px rgba(255, 138, 29, 0.44);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 0 34px rgba(255, 138, 29, 0.58);
}

.button-secondary,
.button-call {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button-call:hover,
.button-call:focus-visible {
  box-shadow: var(--shadow-pink);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.hero-meta span {
  padding: 0.54rem 0.72rem;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.hero-art {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-card {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 2 / 3;
  overflow: hidden;
  isolation: isolate;
  background: var(--charcoal);
  border: 1px solid rgba(255, 50, 50, 0.36);
  border-radius: var(--radius);
  box-shadow: var(--shadow-red), 0 28px 90px rgba(0, 0, 0, 0.42);
}

.hero-card::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 247, 235, 0.1);
  border-radius: var(--radius);
  box-shadow: inset 0 0 42px rgba(255, 42, 163, 0.22);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.promo-strip {
  padding: 1rem;
}

.promo-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 1.2rem 1rem;
  color: var(--text);
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 50, 50, 0.08);
  border: 2px solid var(--red);
  border-radius: var(--radius);
  box-shadow: var(--shadow-red), inset 0 0 32px rgba(255, 42, 163, 0.15);
}

.promo-inner strong {
  display: block;
  margin: 0.2rem 0;
  color: var(--yellow);
  font-size: clamp(1.65rem, 7vw, 3.8rem);
  font-weight: 1000;
  letter-spacing: 0;
  text-shadow: 0 0 16px rgba(255, 212, 59, 0.45);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 1.6rem;
}

.featured-grid,
.review-grid,
.gallery-grid,
.footer-grid,
.menu-lists {
  display: grid;
  gap: 1rem;
}

.menu-card,
.price-card,
.social-card,
.review-grid figure {
  position: relative;
  overflow: hidden;
  padding: 1.1rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
}

.menu-card::after,
.price-card::after {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 110px;
  height: 110px;
  content: "";
  background: radial-gradient(circle, rgba(255, 42, 163, 0.28), transparent 65%);
}

.menu-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
}

.menu-card:hover,
.social-card:hover,
.price-card:hover,
.review-grid figure:hover {
  border-color: rgba(255, 42, 163, 0.38);
  box-shadow: 0 18px 58px rgba(255, 42, 163, 0.12), 0 18px 42px rgba(0, 0, 0, 0.25);
}

.card-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.price {
  color: var(--yellow);
  font-size: 1.25rem;
  font-weight: 1000;
}

.menu-card h3 {
  color: var(--text);
}

.menu-card p {
  margin-bottom: 0;
}

.signature {
  border-color: rgba(255, 212, 59, 0.5);
}

.hot-card {
  border-color: rgba(255, 42, 163, 0.55);
  box-shadow: var(--shadow-pink), 0 18px 42px rgba(0, 0, 0, 0.25);
}

.storm {
  border-color: rgba(255, 50, 50, 0.5);
}

.menu-layout {
  display: grid;
  gap: 1.2rem;
}

.menu-poster {
  overflow: hidden;
  background: var(--charcoal);
  border: 1px solid rgba(255, 50, 50, 0.34);
  border-radius: var(--radius);
  box-shadow: var(--shadow-red);
}

.menu-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-card h3 {
  padding-bottom: 0.75rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px dashed rgba(255, 212, 59, 0.32);
}

.price-card ul {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.price-card li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
  color: var(--muted);
}

.price-card strong {
  color: var(--yellow);
  font-size: 1.05rem;
}

.combo-card {
  border-color: rgba(255, 212, 59, 0.42);
}

.order-panel {
  display: grid;
  gap: 1.4rem;
  padding: 2rem 1rem;
  margin-top: 1rem;
  background:
    linear-gradient(130deg, rgba(255, 42, 163, 0.24), transparent 48%),
    linear-gradient(315deg, rgba(255, 138, 29, 0.2), transparent 42%),
    var(--panel);
  border: 1px solid rgba(255, 212, 59, 0.3);
  border-radius: var(--radius);
  box-shadow: 0 0 36px rgba(255, 138, 29, 0.2);
}

.order-panel h2 {
  font-size: clamp(2.2rem, 8vw, 4.7rem);
}

.order-actions address {
  display: grid;
  gap: 0.2rem;
  width: 100%;
  color: var(--muted);
  font-style: normal;
}

.order-actions strong {
  color: var(--text);
  font-size: 1.25rem;
}

.about {
  display: grid;
  gap: 1.2rem;
}

.about-copy {
  max-width: 760px;
}

.about-stats {
  display: grid;
  gap: 0.75rem;
}

.about-stats div {
  padding: 1rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.about-stats strong {
  display: block;
  color: var(--yellow);
  font-size: 2.1rem;
  font-weight: 1000;
  line-height: 1;
}

.about-stats span {
  color: var(--muted);
}

.gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.social-card {
  padding: 0.55rem;
}

.social-card .visual {
  min-height: 150px;
  border-radius: calc(var(--radius) - 2px);
  background-color: #261018;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-card p {
  min-height: 4.7rem;
  margin: 0;
  padding: 0.8rem 0.2rem 0.2rem;
  font-size: 0.9rem;
}

.slice-shot .visual {
  background:
    radial-gradient(circle at 55% 44%, #b7191e 0 10px, transparent 11px),
    radial-gradient(circle at 34% 62%, #b7191e 0 12px, transparent 13px),
    radial-gradient(circle at 64% 72%, #b7191e 0 9px, transparent 10px),
    conic-gradient(from 285deg at 50% 95%, transparent 0 40deg, #ffb42b 41deg 118deg, transparent 119deg),
    linear-gradient(135deg, #2a1115, #07070a);
}

.box-shot .visual {
  background:
    linear-gradient(135deg, transparent 30%, rgba(255, 42, 163, 0.35) 31% 32%, transparent 33%),
    linear-gradient(45deg, rgba(255, 212, 59, 0.28) 0 12%, transparent 13%),
    linear-gradient(160deg, #ff3232, #331016 58%, #08080b);
}

.wings-shot .visual {
  background:
    radial-gradient(ellipse at 50% 72%, #8b2c14 0 22%, transparent 23%),
    radial-gradient(ellipse at 28% 66%, #d65b1a 0 18%, transparent 19%),
    radial-gradient(ellipse at 70% 58%, #f27b22 0 16%, transparent 17%),
    linear-gradient(150deg, #291112, #07070a);
}

.counter-shot .visual {
  background:
    linear-gradient(90deg, rgba(255, 42, 163, 0.88), transparent 5% 95%, rgba(255, 42, 163, 0.88)),
    linear-gradient(0deg, #14090d 0 35%, #ff3232 36% 38%, #101015 39%),
    linear-gradient(135deg, #20121c, #050506);
}

.drink-shot .visual {
  background:
    linear-gradient(90deg, transparent 28%, #ff3232 29% 39%, transparent 40% 60%, #ffd43b 61% 72%, transparent 73%),
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.65), transparent 7%),
    linear-gradient(135deg, #0e1225, #07070a);
}

.sign-shot .visual {
  background:
    linear-gradient(rgba(255, 50, 50, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 50, 50, 0.16) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, rgba(255, 42, 163, 0.85), transparent 24%),
    #07070a;
  background-size: 22px 22px, 22px 22px, auto, auto;
}

.review-grid figure {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 850;
  line-height: 1.35;
}

figcaption {
  color: var(--yellow);
  font-weight: 950;
}

.site-footer {
  padding: 3rem 1rem 1.5rem;
  background: #050506;
  border-top: 1px solid var(--line);
}

.footer-grid,
.footer-bottom {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.footer-grid {
  gap: 1.4rem;
}

.site-footer h2 {
  margin-bottom: 0.45rem;
  color: var(--yellow);
  font-size: 0.8rem;
  letter-spacing: 0.13em;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--pink);
  outline: none;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1.3rem;
  margin-top: 2rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-card img {
    animation: posterGlow 5s ease-in-out infinite;
  }

  @keyframes posterGlow {
    0%,
    100% {
      filter: saturate(1.08) contrast(1.04);
    }
    50% {
      filter: saturate(1.16) contrast(1.07);
    }
  }
}

@media (min-width: 620px) {
  .featured-grid,
  .menu-lists,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 860px) {
  .nav-toggle {
    display: none;
  }

  .nav-menu {
    position: static;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nav-menu a {
    padding: 0.65rem 0.8rem;
  }

  .hero,
  .menu-layout,
  .about,
  .order-panel {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  }

  .hero {
    gap: 2.5rem;
  }

  .hero-art {
    justify-content: flex-end;
  }

  .featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .menu-poster {
    min-height: 680px;
  }

  .menu-lists {
    align-content: start;
  }

  .combo-card {
    grid-column: span 2;
  }

  .order-panel {
    align-items: center;
    padding: 2.6rem;
  }

  .about-stats {
    align-content: center;
  }

  .footer-grid {
    grid-template-columns: 1.45fr 1fr 1fr 1fr 0.8fr;
  }
}

@media (min-width: 1120px) {
  .menu-layout {
    grid-template-columns: 0.72fr 1fr;
  }
}

@media (max-width: 420px) {
  .brand span {
    max-width: 9ch;
    line-height: 1;
  }

  h1 {
    font-size: 3.6rem;
  }

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

  .button {
    width: 100%;
  }

  .hero-card {
    width: min(100%, 360px);
  }
}
