﻿:root {
  --bg: #050505;
  --card-bg: #111111;
  --card-border: #242424;
  --text: #f2f2f2;
  --muted: #9f9f9f;
  --accent: #d4b06a;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  background: var(--bg);
  background-color: var(--bg);
  color-scheme: dark;
}

body {
  min-height: 100vh;
  background: var(--bg);
  background-color: var(--bg);
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  padding: 20px 14px 0;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 80, 0, 0.22), transparent 18%),
    radial-gradient(circle at 82% 16%, rgba(0, 220, 255, 0.2), transparent 20%),
    radial-gradient(circle at 50% 0%, rgba(255, 208, 0, 0.14), transparent 24%),
    radial-gradient(circle at 50% 80%, rgba(255, 0, 180, 0.08), transparent 26%);
  opacity: 1;
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.52)),
    radial-gradient(circle at 18% 0%, rgba(255, 122, 0, 0.24), transparent 20%),
    radial-gradient(circle at 84% 0%, rgba(0, 231, 255, 0.22), transparent 20%),
    radial-gradient(circle at 52% 0%, rgba(255, 61, 127, 0.16), transparent 22%),
    linear-gradient(115deg, transparent 36%, rgba(255, 255, 255, 0.08) 50%, transparent 64%),
    linear-gradient(65deg, transparent 38%, rgba(255, 255, 255, 0.06) 50%, transparent 62%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 240% 240%, 220% 220%;
  background-position: 0 0, 14% 0, 86% 0, 50% 0, 0% 40%, 100% 60%;
  filter: blur(17px) saturate(1.18);
  opacity: 0.88;
  animation:
    soft-party-pulse 5.2s ease-in-out infinite alternate,
    soft-party-sweep 8s linear infinite;
  z-index: -1;
}

@keyframes soft-party-pulse {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 0.9;
    transform: scale(1.025);
  }
}

@keyframes soft-party-sweep {
  0% {
    background-position: 0 0, 14% 0, 86% 0, 50% 0, 0% 40%, 100% 60%;
  }
  50% {
    background-position: 0 0, 24% 0, 76% 0, 56% 0, 50% 48%, 50% 52%;
  }
  100% {
    background-position: 0 0, 14% 0, 86% 0, 50% 0, 100% 60%, 0% 40%;
  }
}

.menu {
  width: min(1100px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.green-beams {
  display: none;
}

.vignette-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0) 42%,
    rgba(0, 0, 0, 0.38) 72%,
    rgba(0, 0, 0, 0.72) 100%
  );
}

.site-footer {
  position: relative;
  z-index: 2;
  width: min(1100px, 100%);
  margin: 44px auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  padding: 14px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: rgba(255, 255, 255, 0.82);
}

.designer-name {
  color: #ffd166;
  text-shadow: 0 0 8px rgba(255, 209, 102, 0.45);
}

.party-lights,
.party-confetti {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.party-lights {
  z-index: 0;
  opacity: 0.78;
  background:
    radial-gradient(circle at 10% 22%, rgba(255, 82, 0, 0.34), transparent 18%),
    radial-gradient(circle at 86% 18%, rgba(0, 235, 255, 0.32), transparent 18%),
    radial-gradient(circle at 30% 82%, rgba(255, 0, 170, 0.22), transparent 22%),
    radial-gradient(circle at 70% 78%, rgba(255, 214, 0, 0.24), transparent 22%);
  filter: blur(20px) saturate(1.2);
  transform-origin: center;
  animation:
    party-pan 11s linear infinite,
    party-pulse 3.2s ease-in-out infinite alternate;
}

.party-confetti {
  z-index: 0;
  opacity: 0.42;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.58) 1.2px, transparent 1.4px),
    radial-gradient(circle, rgba(0, 247, 255, 0.52) 1.6px, transparent 1.8px),
    radial-gradient(circle, rgba(255, 123, 0, 0.48) 1.4px, transparent 1.7px),
    radial-gradient(circle, rgba(255, 0, 153, 0.4) 1.1px, transparent 1.3px);
  background-size: 140px 140px, 180px 180px, 220px 220px, 160px 160px;
  background-position: 0 0, 30px 50px, 80px 20px, 120px 100px;
  animation: confetti-drift 14s linear infinite;
}

@keyframes party-pan {
  0% {
    transform: translate3d(-2%, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(2%, -1%, 0) scale(1.05);
  }
  100% {
    transform: translate3d(-2%, 0, 0) scale(1);
  }
}

@keyframes party-pulse {
  0% {
    opacity: 0.58;
  }
  100% {
    opacity: 0.84;
  }
}

@keyframes confetti-drift {
  0% {
    background-position: 0 0, 30px 50px, 80px 20px, 120px 100px;
  }
  100% {
    background-position: 0 420px, 30px 360px, 80px 460px, 120px 390px;
  }
}

.menu__header {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 18px 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.menu__logo {
  width: clamp(90px, 18vw, 140px);
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
}

.event-title-rooster {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.reveal-enabled .menu__logo,
body.reveal-enabled .menu__header h1,
body.reveal-enabled .event-title {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
}

body.reveal-enabled .menu__logo {
  animation: logo-bounce-in 0.95s cubic-bezier(0.2, 0.85, 0.25, 1) both;
}

.menu__header h1 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  text-transform: uppercase;
  line-height: 0.9;
  margin: 2px 0 0;
}

body.reveal-enabled .menu__header h1 {
  animation: header-enter 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: 0.12s;
}

.menu__header p {
  color: var(--muted);
  margin-top: 0;
}

.event-title {
  margin-top: 2px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45ch;
  font-family: "Bungee", "Oswald", sans-serif;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  letter-spacing: 1.4px;
  line-height: 1.25;
  text-transform: none;
  filter: drop-shadow(0 0 18px rgba(255, 140, 26, 0.08));
}

body.reveal-enabled .event-title {
  animation: header-enter 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: 0.2s;
}

.event-title .animated-text,
.event-title .fixed-x {
  display: inline-block;
  color: #ff5db1;
  -webkit-text-fill-color: #ff5db1;
  text-shadow:
    0 0 10px rgba(255, 93, 177, 0.42),
    0 0 22px rgba(255, 120, 60, 0.28),
    0 0 34px rgba(168, 85, 247, 0.16);
  will-change: transform, text-shadow, filter, background-position;
  animation:
    vibrance-flow 2s linear infinite,
    techno-kick 0.88s cubic-bezier(0.22, 0.61, 0.36, 1) infinite,
    techno-glitch 1.3s steps(2, end) infinite,
    party-flicker 3.4s ease-in-out infinite;
}

.event-title .event-title--primary {
  color: #ff7a1a;
  -webkit-text-fill-color: currentColor;
  text-shadow:
    0 0 14px rgba(255, 122, 26, 0.5),
    0 0 26px rgba(255, 93, 177, 0.24),
    0 0 42px rgba(168, 85, 247, 0.18);
  animation:
    intro-flow 2.3s linear infinite,
    intro-kick 0.98s cubic-bezier(0.22, 0.61, 0.36, 1) infinite,
    intro-glitch 1.7s steps(2, end) infinite,
    party-flicker 3s ease-in-out infinite;
}

.event-title .fixed-x {
  color: #ffd6f0;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: #ffd6f0;
  text-shadow:
    0 0 10px rgba(255, 214, 240, 0.32),
    0 0 18px rgba(255, 93, 177, 0.16);
  animation:
    intro-kick 0.98s cubic-bezier(0.22, 0.61, 0.36, 1) infinite,
    intro-glitch 1.7s steps(2, end) infinite,
    party-flicker 3.6s ease-in-out infinite;
  margin: 0 0.28em 0 0.32em;
}

@keyframes vibrance-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

@keyframes intro-flow {
  0% {
    color: #ff7a1a;
  }
  25% {
    color: #ff5db1;
  }
  50% {
    color: #ffd166;
  }
  75% {
    color: #c084fc;
  }
  100% {
    color: #ff7a1a;
  }
}

@keyframes party-flicker {
  0%,
  100% {
    opacity: 1;
    filter: saturate(1.02) brightness(1);
  }
  22% {
    opacity: 0.96;
    filter: saturate(1.18) brightness(1.06);
  }
  24% {
    opacity: 1;
    filter: saturate(1.26) brightness(1.14);
  }
  58% {
    opacity: 0.98;
    filter: saturate(1.1) brightness(1.04);
  }
  60% {
    opacity: 1;
    filter: saturate(1.24) brightness(1.12);
  }
}

@keyframes header-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.98);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes logo-bounce-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.82) rotate(-4deg);
  }
  26% {
    opacity: 1;
    transform: translate3d(0, -6px, 0) scale(1.05) rotate(2deg);
  }
  44% {
    transform: translate3d(0, 3px, 0) scale(0.98) rotate(-1.5deg);
  }
  62% {
    transform: translate3d(0, -2px, 0) scale(1.02) rotate(1deg);
  }
  78% {
    transform: translate3d(0, 1px, 0) scale(0.995) rotate(-0.6deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}

@keyframes techno-kick {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    filter: brightness(1) saturate(1.1);
    text-shadow:
      0 0 8px rgba(255, 93, 177, 0.38),
      0 0 14px rgba(255, 122, 26, 0.24),
      0 0 24px rgba(168, 85, 247, 0.12);
  }
  12% {
    transform: translate3d(0, -1px, 0) scale(1.05);
    filter: brightness(1.28) saturate(1.56);
  }
  24% {
    transform: translate3d(0, 0, 0) scale(1.01);
    filter: brightness(1.1) saturate(1.26);
  }
  50% {
    transform: translate3d(0, 0, 0) scale(1.04);
    filter: brightness(1.22) saturate(1.44);
    text-shadow:
      0 0 16px rgba(255, 93, 177, 0.68),
      0 0 24px rgba(255, 122, 26, 0.34),
      0 0 36px rgba(168, 85, 247, 0.18);
  }
  62% {
    transform: translate3d(0, 0, 0) scale(1.008);
    filter: brightness(1.08) saturate(1.24);
  }
}

@keyframes intro-kick {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    filter: brightness(1) saturate(1.1);
    text-shadow:
      0 0 8px rgba(255, 122, 26, 0.36),
      0 0 14px rgba(255, 93, 177, 0.2),
      0 0 22px rgba(168, 85, 247, 0.1);
  }
  14% {
    transform: translate3d(0, -1px, 0) scale(1.04);
    filter: brightness(1.22) saturate(1.44);
  }
  48% {
    transform: translate3d(0, 0, 0) scale(1.03);
    filter: brightness(1.16) saturate(1.3);
    text-shadow:
      0 0 16px rgba(255, 122, 26, 0.52),
      0 0 20px rgba(255, 93, 177, 0.28),
      0 0 30px rgba(168, 85, 247, 0.14);
  }
  66% {
    transform: translate3d(0, 0, 0) scale(1.01);
    filter: brightness(1.07) saturate(1.18);
  }
}

@keyframes techno-glitch {
  0%,
  100% {
    text-shadow:
      0 0 8px rgba(255, 93, 177, 0.38),
      0 0 14px rgba(255, 122, 26, 0.2);
  }
  18% {
    text-shadow:
      -1px 0 rgba(255, 93, 177, 0.8),
      1px 0 rgba(255, 122, 26, 0.74),
      0 0 18px rgba(168, 85, 247, 0.32);
  }
  20% {
    text-shadow:
      1px 0 rgba(255, 93, 177, 0.82),
      -1px 0 rgba(255, 122, 26, 0.76),
      0 0 18px rgba(168, 85, 247, 0.36);
  }
  56% {
    text-shadow:
      -1px 0 rgba(255, 93, 177, 0.72),
      1px 0 rgba(255, 122, 26, 0.66),
      0 0 16px rgba(168, 85, 247, 0.3);
  }
  58% {
    text-shadow:
      0 0 10px rgba(255, 93, 177, 0.42),
      0 0 20px rgba(255, 122, 26, 0.26);
  }
}

.categories {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.menu-status {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
}

.category-card {
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.92) 0%, rgba(10, 10, 10, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  content-visibility: auto;
  contain-intrinsic-size: 460px;
}

body.reveal-enabled .category-card {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

.category-card:nth-child(1) {
  --card-delay: 0.02s;
}

.category-card:nth-child(2) {
  --card-delay: 0.08s;
}

.category-card:nth-child(3) {
  --card-delay: 0.14s;
}

.category-card:nth-child(4) {
  --card-delay: 0.2s;
}

.category-card:nth-child(5) {
  --card-delay: 0.26s;
}

.category-card:nth-child(6) {
  --card-delay: 0.32s;
}

@keyframes card-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

body.reveal-enabled .category-card.is-visible {
  animation: card-enter 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: var(--card-delay, 0s);
}

body.reveal-enabled .category-card.is-visible .item-list li {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: item-enter 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

body.reveal-enabled .category-card.is-visible .item-list li:nth-child(1) {
  animation-delay: calc(var(--card-delay, 0s) + 0.12s);
}

body.reveal-enabled .category-card.is-visible .item-list li:nth-child(2) {
  animation-delay: calc(var(--card-delay, 0s) + 0.18s);
}

body.reveal-enabled .category-card.is-visible .item-list li:nth-child(3) {
  animation-delay: calc(var(--card-delay, 0s) + 0.24s);
}

body.reveal-enabled .category-card.is-visible .item-list li:nth-child(4) {
  animation-delay: calc(var(--card-delay, 0s) + 0.3s);
}

body.reveal-enabled .category-card.is-visible .item-list li:nth-child(5) {
  animation-delay: calc(var(--card-delay, 0s) + 0.36s);
}

body.reveal-enabled .category-card.is-visible .item-list li:nth-child(6) {
  animation-delay: calc(var(--card-delay, 0s) + 0.42s);
}

body.reveal-enabled .category-card.is-visible .item-list li:nth-child(7) {
  animation-delay: calc(var(--card-delay, 0s) + 0.48s);
}

body.reveal-enabled .category-card.is-visible .item-list li:nth-child(8) {
  animation-delay: calc(var(--card-delay, 0s) + 0.54s);
}

body.reveal-enabled .category-card.is-visible .item-list li:nth-child(9) {
  animation-delay: calc(var(--card-delay, 0s) + 0.6s);
}

@keyframes item-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    filter: blur(1px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes intro-glitch {
  0%,
  100% {
    text-shadow:
      0 0 8px rgba(255, 122, 26, 0.34),
      0 0 14px rgba(255, 93, 177, 0.16);
  }
  20% {
    text-shadow:
      -1px 0 rgba(255, 122, 26, 0.74),
      1px 0 rgba(255, 93, 177, 0.66),
      0 0 18px rgba(168, 85, 247, 0.28);
  }
  22% {
    text-shadow:
      1px 0 rgba(255, 122, 26, 0.76),
      -1px 0 rgba(255, 93, 177, 0.68),
      0 0 18px rgba(168, 85, 247, 0.3);
  }
  58% {
    text-shadow:
      -1px 0 rgba(255, 122, 26, 0.64),
      1px 0 rgba(255, 93, 177, 0.58),
      0 0 16px rgba(168, 85, 247, 0.26);
  }
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.96) 0%, rgba(12, 12, 12, 0.98) 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.44);
}

.image-placeholder {
  width: 100%;
  height: clamp(210px, 30vw, 280px);
  display: grid;
  place-items: center;
  border-bottom: 1px dashed #343434;
  color: #7f7f7f;
  font-size: 0.95rem;
  background:
    linear-gradient(135deg, rgba(212, 176, 106, 0.12), transparent 45%),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 10px,
      transparent 10px,
      transparent 20px
    );
}

.category-image {
  width: 100%;
  height: clamp(210px, 30vw, 280px);
  object-fit: cover;
  display: block;
  opacity: 0.72;
  filter: blur(5px) saturate(0.92);
  transform: scale(1);
  transition: transform 0.55s ease, opacity 0.55s ease, filter 0.55s ease;
}

.category-image.is-loaded {
  opacity: 1;
  filter: blur(0) saturate(1);
}

.category-image--cervezas {
  object-position: center 34%;
}

.category-image--tragos {
  object-position: center 16%;
}

.category-image--tragos-litro {
  object-position: center 28%;
}

.category-image--botellas {
  object-position: center 16%;
}

.category-image--vinos {
  object-position: center 30%;
}

.category-image--sin-alcohol {
  object-position: center 22%;
}

.category-card h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.35rem;
  text-align: center;
  padding: 14px 10px 16px;
  text-shadow: 0 0 10px rgba(255, 122, 0, 0.18), 0 0 16px rgba(0, 231, 255, 0.14);
  animation: title-neon 2.6s ease-in-out infinite alternate;
}

@keyframes title-neon {
  0% {
    text-shadow: 0 0 8px rgba(255, 122, 0, 0.15), 0 0 12px rgba(0, 231, 255, 0.1);
  }
  100% {
    text-shadow: 0 0 12px rgba(255, 122, 0, 0.26), 0 0 20px rgba(0, 231, 255, 0.2);
  }
}

.item-list {
  list-style: none;
  margin: 0 14px 14px;
  border-top: 1px solid #262626;
}

.item-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #202020;
  font-size: 0.95rem;
}

.item-list li:last-child {
  border-bottom: 0;
}

.item-list li span {
  color: #e7e7e7;
}

.item-with-note {
  align-items: flex-start;
}

.item-with-note > div {
  display: grid;
  gap: 2px;
}

.item-note {
  color: #a8a8a8;
  font-size: 0.78rem;
  line-height: 1.2;
}

.item-note em {
  color: #f4d7a2;
  font-style: normal;
  font-weight: 700;
}

.item-list li strong {
  color: #f4d7a2;
  font-weight: 600;
}

.item-unavailable span,
.item-unavailable strong {
  text-decoration: line-through;
  opacity: 0.7;
}

.unavailable-note {
  color: #ff4b4b;
  font-weight: 700;
}

@media (max-width: 619px) {
  body {
    padding: 16px 12px 0;
  }

  body::before {
    background:
      radial-gradient(circle at 18% 14%, rgba(255, 80, 0, 0.24), transparent 16%),
      radial-gradient(circle at 84% 12%, rgba(0, 220, 255, 0.2), transparent 18%),
      radial-gradient(circle at 50% 0%, rgba(255, 208, 0, 0.14), transparent 22%),
      radial-gradient(circle at 50% 82%, rgba(255, 0, 180, 0.08), transparent 24%);
  }

  body::after {
    animation:
      soft-party-pulse 4.4s ease-in-out infinite alternate,
      soft-party-sweep 6.4s linear infinite;
    filter: blur(14px) saturate(1.12);
    opacity: 0.88;
  }

  .party-lights {
    filter: blur(14px) saturate(1.12);
    opacity: 0.62;
  }

  .party-confetti {
    opacity: 0.24;
    animation-duration: 18s;
  }

  .event-title .animated-text,
  .event-title .fixed-x {
    animation-duration: 3.2s, 1.4s, 2.2s;
  }

  .category-card {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.reveal-enabled .category-card {
    transform: translate3d(0, 20px, 0) scale(0.985);
  }

  body.reveal-enabled .category-card.is-visible {
    animation-duration: 0.9s;
    animation-timing-function: cubic-bezier(0.2, 0.75, 0.2, 1);
  }

  body.reveal-enabled .category-card.is-visible .item-list li {
    animation-duration: 0.62s;
  }

  .category-card:hover {
    transform: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38);
  }

  .category-image {
    height: clamp(230px, 36vw, 300px);
    transition: transform 0.6s ease, opacity 0.6s ease, filter 0.6s ease;
  }

  .image-placeholder {
    height: clamp(230px, 36vw, 300px);
  }

  .category-image--cervezas {
    object-position: center 38%;
  }

  .category-image--tragos {
    object-position: center 18%;
  }

  .category-image--tragos-litro {
    object-position: center 30%;
  }

  .category-image--botellas {
    object-position: center 18%;
  }

  .category-image--vinos {
    object-position: center 32%;
  }

  .category-image--sin-alcohol {
    object-position: center 24%;
  }

  .category-card h2 {
    animation-duration: 3.4s;
  }
}

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

  body::before,
  body::after {
    opacity: 1;
  }

  body.reveal-enabled .menu__logo,
  body.reveal-enabled .menu__header h1,
  body.reveal-enabled .event-title,
  body.reveal-enabled .category-card,
  body.reveal-enabled .category-card.is-visible .item-list li {
    opacity: 1;
    transform: none;
  }

  body.reveal-enabled .menu__logo {
    animation: none;
  }

  .category-card {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 620px) {
  body {
    padding: 28px 18px 0;
  }

  .menu__header {
    margin-bottom: 30px;
  }

  .categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (min-width: 980px) {
  .categories {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

@media (hover: hover) {
  .category-card:hover .category-image {
    transform: scale(1.08);
  }
}

/* iOS Safari: evita “doble fondo” al recargar con capas fixed */
@supports (-webkit-touch-callout: none) {
  html,
  body {
    overscroll-behavior-y: none;
  }

  body::before,
  body::after,
  .party-lights,
  .party-confetti,
  .vignette-overlay {
    position: absolute;
    inset: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
  }

  /* En iOS, el rebote al final + blur/animaciones grandes puede generar jank */
  body::after,
  .party-lights,
  .party-confetti {
    animation: none;
  }

  body::after {
    filter: blur(10px) saturate(1.05);
  }
}
