:root {
  --benigno-black: #050505;
  --benigno-black-soft: #0d0d0d;
  --benigno-surface: rgba(10, 10, 10, 0.92);
  --benigno-surface-soft: rgba(16, 16, 16, 0.84);
  --benigno-red: #ff2f12;
  --benigno-red-deep: #7f1200;
  --benigno-red-soft: rgba(255, 72, 36, 0.18);
  --benigno-border: rgba(255, 66, 34, 0.18);
  --benigno-border-strong: rgba(255, 88, 48, 0.46);
  --benigno-copy: #f4ece4;
  --benigno-muted: rgba(244, 236, 228, 0.74);
  --benigno-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  max-width: 100%;
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body.home-page {
  background: var(--benigno-black) !important;
}

body.home-page {
  font-family: "Space Grotesk", sans-serif;
  color: var(--benigno-copy);
  overflow-x: hidden;
  box-shadow: none;
  animation: none;
  background: linear-gradient(180deg, #020202 0%, #050505 52%, #020202 100%) !important;
}

body.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("../img/benigno-wordmark.png") no-repeat center 56%;
  background-size: min(190vw, 2800px) auto;
  filter: blur(58px) brightness(0.58) saturate(118%);
  transform: scale(1.16);
  opacity: 0.26;
  z-index: -2;
  pointer-events: none;
  animation: none;
}

body.home-page::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 34, 0, 0.04), transparent 40%),
    linear-gradient(180deg, rgba(2, 2, 2, 0.12) 0%, rgba(2, 2, 2, 0.44) 42%, rgba(2, 2, 2, 0.84) 100%);
  z-index: -1;
  pointer-events: none;
  animation: none;
}

.corner-stamps {
  position: fixed;
  inset: 0;
  z-index: 7;
  pointer-events: none;
}

.corner-stamp {
  position: fixed;
  width: 340px;
  height: 210px;
  overflow: visible;
  background: transparent;
}

.corner-stamp::before,
.corner-stamp::after {
  display: none;
}

.corner-stamp span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 620px;
  height: 40px;
  padding: 0 26px;
  white-space: nowrap;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff5ef;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 47, 18, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02) 34%, rgba(255, 47, 18, 0.06) 100%),
    linear-gradient(135deg, rgba(6, 6, 6, 0.99), rgba(18, 18, 18, 0.98));
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 47, 18, 0.18);
}

.corner-stamp span::before,
.corner-stamp span::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.corner-stamp span::before {
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 58px,
      rgba(255, 255, 255, 0.08) 58px 60px,
      transparent 60px 116px
    );
  opacity: 0.28;
}

.corner-stamp span::after {
  inset: 4px 18px;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.14) 0 1px,
      transparent 1px calc(100% - 1px),
      rgba(255, 47, 18, 0.2) calc(100% - 1px) 100%
    );
}

.corner-stamp--top-left {
  top: 122px;
  left: 0;
}

.corner-stamp--top-right {
  top: 122px;
  right: 0;
}

.corner-stamp--bottom-left {
  bottom: 0;
  left: 0;
}

.corner-stamp--bottom-right {
  right: 0;
  bottom: 0;
}

.corner-stamp--top-left span,
.corner-stamp--bottom-left span {
  left: -176px;
}

.corner-stamp--top-right span,
.corner-stamp--bottom-right span {
  right: -176px;
}

.corner-stamp--top-left span,
.corner-stamp--top-right span {
  top: 58px;
}

.corner-stamp--bottom-left span,
.corner-stamp--bottom-right span {
  bottom: 26px;
}

.corner-stamp--top-left span {
  transform: rotate(-20deg);
}

.corner-stamp--top-right span {
  transform: rotate(20deg);
}

.corner-stamp--bottom-left span {
  transform: rotate(20deg);
}

.corner-stamp--bottom-right span {
  transform: rotate(-20deg);
}

.home-page section {
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: none;
  animation: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 3vw, 40px);
  background: rgba(7, 7, 7, 0.88);
  border-bottom: 1px solid rgba(255, 63, 32, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header .logo img {
  width: 138px;
  height: 138px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.brand-copy {
  display: grid;
  gap: 6px;
}

.brand-kicker {
  margin: 0;
  color: #ff7a56;
  font-size: 0.82rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-copy span {
  color: var(--benigno-muted);
  font-size: 0.98rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--benigno-copy);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.header-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 94, 63, 0.44);
}

.header-link--solid {
  border-color: transparent;
  background: linear-gradient(135deg, var(--benigno-red), var(--benigno-red-deep));
  box-shadow: 0 14px 34px rgba(172, 21, 0, 0.3);
}

.service-status-banner {
  width: min(1400px, calc(100% - 36px));
  margin: 18px auto 0;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 34px;
  border: 1px solid rgba(255, 86, 48, 0.28);
  background:
    linear-gradient(135deg, rgba(60, 10, 10, 0.92), rgba(14, 14, 14, 0.96)),
    radial-gradient(circle at top left, rgba(255, 84, 46, 0.14), transparent 42%);
  box-shadow: var(--benigno-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.service-status-banner__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.service-status-banner__copy {
  display: grid;
  gap: 14px;
}

.service-status-banner__head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.service-status-banner__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ff5f41;
  box-shadow: 0 0 0 10px rgba(255, 95, 65, 0.12);
}

.service-status-banner__eyebrow {
  margin: 0;
  color: #ff8d72;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}

.service-status-banner h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  letter-spacing: 0.04em;
  line-height: 0.92;
  color: #fff4ed;
}

.service-status-banner__message {
  margin: 0;
  max-width: 840px;
  color: #f0d8cd;
  line-height: 1.75;
  font-size: 1rem;
}

.service-status-banner__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-status-banner__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 118, 84, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #fff0e7;
  font-size: 0.9rem;
  font-weight: 700;
}

.service-status-banner__actions {
  display: grid;
  gap: 12px;
  min-width: 220px;
}

.service-status-banner__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--benigno-red), var(--benigno-red-deep));
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(118, 18, 4, 0.22);
}

.service-status-banner__link--ghost {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 120, 88, 0.24);
  box-shadow: none;
}

.hero-shell {
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: min(1400px, calc(100% - 36px));
  margin: 26px auto 0;
  padding: clamp(22px, 3vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 22px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: -12px -40px;
  background:
    radial-gradient(circle at center, rgba(255, 42, 12, 0.12), transparent 42%),
    url("../img/benigno-wordmark.png") no-repeat center center;
  background-size: 100% 100%, min(150vw, 2100px) auto;
  filter: blur(44px) brightness(0.24) saturate(118%);
  transform: scale(1.08);
  opacity: 0.72;
  z-index: 0;
  pointer-events: none;
}

.hero-copy,
.hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--benigno-border);
  background:
    linear-gradient(180deg, rgba(14, 14, 14, 0.82), rgba(6, 6, 6, 0.94)),
    radial-gradient(circle at center, rgba(255, 44, 18, 0.07), transparent 45%);
  box-shadow: var(--benigno-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-copy,
.hero-visual {
  z-index: 3;
}

.hero-copy {
  padding: clamp(28px, 4vw, 50px);
  border-radius: 40px;
  display: grid;
  align-content: start;
  justify-items: start;
}

.hero-kicker,
.menu-kicker,
.hero-spotlight-label {
  margin: 0 0 16px;
  color: #ff845f;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.titulo-bienvenida {
  margin: 0;
  max-width: 9ch;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(5.2rem, 12vw, 9.2rem);
  line-height: 0.86;
  letter-spacing: 0.04em;
  text-align: left;
  color: #f9efe7;
  transform-origin: 8% 42%;
  will-change: transform;
}

.hero-summary {
  max-width: 580px;
  margin: 20px 0 0;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.65;
  color: var(--benigno-muted);
}

.hero-stamp-cluster {
  position: relative;
  width: min(100%, 196px);
  margin-top: 18px;
  margin-right: 0;
  padding: 8px 10px 6px;
  justify-self: start;
}

.hero-stamp-kicker {
  margin: 0 0 8px;
  text-align: center;
  color: rgba(249, 239, 231, 0.82);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-stamp {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 8px 16px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(25, 25, 25, 0.98), rgba(10, 10, 10, 0.98)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 55%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 54, 26, 0.08) inset;
  transform: rotate(-6deg);
}

.hero-stamp span {
  position: relative;
  z-index: 1;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 0.9;
  letter-spacing: 0.07em;
  color: #ff220a;
  text-shadow:
    0 3px 0 rgba(72, 8, 2, 0.74),
    0 12px 22px rgba(255, 32, 0, 0.14);
}

.hero-stamp-spark {
  position: absolute;
  width: 14px;
  aspect-ratio: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 198, 173, 0.9));
  clip-path: polygon(50% 0%, 60% 40%, 100% 50%, 60% 60%, 50% 100%, 40% 60%, 0% 50%, 40% 40%);
  filter: drop-shadow(0 0 14px rgba(255, 113, 79, 0.24));
  opacity: 0.9;
}

.hero-stamp-spark--left {
  top: 0;
  left: -2px;
}

.hero-stamp-spark--right {
  right: 0;
  bottom: 4px;
  width: 10px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-spotlight-link,
.menu-stage-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--benigno-red), var(--benigno-red-deep));
  color: white;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(162, 22, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-spotlight-link:hover,
.menu-stage-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(162, 22, 0, 0.34);
}

.hero-link-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--benigno-copy);
  text-decoration: none;
  font-weight: 700;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-tags span,
.menu-stage-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(249, 239, 231, 0.86);
  font-size: 0.92rem;
}

.hero-visual {
  display: grid;
  gap: 18px;
}

.hero-card {
  border-radius: 34px;
}

.hero-card--main {
  display: grid;
  gap: 18px;
  padding: 26px 26px 22px;
}

.hero-card--main::before {
  content: "BURGERS";
  position: absolute;
  right: -12px;
  top: 18px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 6vw, 4.8rem);
  letter-spacing: 0.12em;
  color: rgba(255, 61, 26, 0.1);
}

.hero-copy::after,
.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.015), transparent 45%);
  pointer-events: none;
}

.hero-card--main img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.46));
}

.hero-card-copy {
  display: grid;
  gap: 8px;
}

.hero-card-copy h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  letter-spacing: 0.04em;
  line-height: 0.9;
}

.hero-card-copy p,
.hero-secondary-copy {
  margin: 0;
  color: var(--benigno-muted);
  line-height: 1.7;
}

.hero-card--secondary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  min-height: 160px;
  padding: 24px 26px;
}

.hero-secondary-word {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.4rem, 7vw, 5.4rem);
  letter-spacing: 0.08em;
  color: rgba(255, 57, 25, 0.2);
  line-height: 0.86;
}

.hero-secondary-copy {
  max-width: 300px;
  text-align: right;
}

.menu-info {
  width: min(1400px, calc(100% - 36px));
  margin: 18px auto 0;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  flex-wrap: nowrap;
  border: 1px solid var(--benigno-border);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(20, 8, 8, 0.94), rgba(12, 12, 12, 0.9));
  box-shadow: var(--benigno-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.btn-info {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  min-width: 0;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 84, 55, 0.2);
  background: rgba(255, 255, 255, 0.03);
  color: #fff2ea;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.btn-info:hover {
  background: linear-gradient(135deg, rgba(255, 47, 18, 0.18), rgba(108, 14, 0, 0.86));
  transform: translateY(-2px);
}

.carrusel-mixto {
  width: min(1400px, calc(100% - 36px));
  margin: 22px auto 0;
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(300px, 1.18fr) minmax(220px, 0.9fr);
  align-items: stretch;
  gap: clamp(16px, 2vw, 24px);
  min-height: 0;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 34px;
  border: 1px solid var(--benigno-border);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.94), rgba(5, 5, 5, 0.99));
  box-shadow:
    var(--benigno-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.carrusel-mixto::before {
  content: "";
  position: absolute;
  inset: auto 12% -20% 12%;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 53, 21, 0.14), transparent 68%);
  filter: blur(46px);
  opacity: 0.55;
  pointer-events: none;
}

.home-page .carrusel-mixto .carrusel-lado,
.home-page .carrusel-mixto .carrusel-centro {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 0;
  overflow: hidden;
  justify-self: stretch;
  align-self: stretch;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, rgba(20, 12, 12, 0.9), rgba(7, 7, 7, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 22px 36px rgba(0, 0, 0, 0.24);
}

.home-page .carrusel-mixto .carrusel-lado {
  aspect-ratio: 4 / 5;
}

.home-page .carrusel-mixto .carrusel-centro {
  aspect-ratio: 5 / 4;
}

.home-page .carrusel-mixto .carrusel-lado::before,
.home-page .carrusel-mixto .carrusel-centro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 22%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.36));
  pointer-events: none;
  z-index: 1;
}

.home-page .carrusel-mixto .carrusel-lado::after,
.home-page .carrusel-mixto .carrusel-centro::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 75, 40, 0.42), transparent);
  pointer-events: none;
  z-index: 2;
}

.home-page .carrusel-mixto .carrusel-lado img,
.home-page .carrusel-mixto .carrusel-centro img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  opacity: 0;
  transform: scale(1);
  transition:
    opacity 0.26s ease,
    transform 5.4s ease;
  filter:
    saturate(1.04)
    contrast(1.03)
    brightness(0.96);
  z-index: 0;
}

.home-page .carrusel-mixto .carrusel-lado img.active,
.home-page .carrusel-mixto .carrusel-centro img.active {
  opacity: 1;
  transform: scale(1.035);
}

.productos {
  width: min(1520px, calc(100% - 36px));
  margin: 28px auto 80px;
  padding: 34px 0 140px;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(14, 14, 14, 0.82), rgba(4, 4, 4, 0.9)),
    radial-gradient(circle at center, rgba(255, 42, 12, 0.08), transparent 42%);
  border: 1px solid rgba(255, 61, 30, 0.12);
  box-shadow: var(--benigno-shadow);
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.productos::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 86px;
  height: 620px;
  background:
    radial-gradient(circle at center, rgba(255, 34, 0, 0.1), transparent 40%),
    url("../img/benigno-logo.png") no-repeat center center;
  background-size: auto, min(72vw, 960px);
  filter: blur(54px) brightness(0.11) saturate(118%);
  opacity: 0.66;
  pointer-events: none;
}

.productos::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -70px;
  height: 280px;
  background:
    radial-gradient(circle at center, rgba(255, 34, 0, 0.08), transparent 44%),
    url("../img/benigno-logo.png") no-repeat center center;
  background-size: auto, min(48vw, 640px);
  filter: blur(48px) brightness(0.08);
  opacity: 0.24;
  pointer-events: none;
}

.productos .menu-stage::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 420px;
  background:
    radial-gradient(circle at center, rgba(255, 34, 0, 0.07), transparent 42%),
    url("../img/benigno-logo.png") no-repeat center center;
  background-size: auto, min(42vw, 460px);
  filter: blur(28px) brightness(0.1);
  opacity: 0.46;
  pointer-events: none;
}

.menu-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(280px, 0.62fr);
  align-items: center;
  gap: 24px;
  min-height: 300px;
  padding: 28px clamp(22px, 3vw, 34px) 0;
  z-index: 1;
}

.menu-stage-copy {
  display: grid;
  gap: 18px;
  max-width: 560px;
}

.menu-stage-headline {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: end;
}

.menu-ghost-word {
  display: none;
}

.menu-title {
  margin: 0;
  max-width: 10ch;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.2rem, 6vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.menu-description {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--benigno-muted);
  line-height: 1.7;
}

.menu-stage-art {
  position: relative;
  min-height: 220px;
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 8px;
  z-index: 1;
}

.menu-stage-art::before {
  content: "";
  position: absolute;
  inset: -20px 0 -26px auto;
  width: min(28vw, 380px);
  background:
    radial-gradient(circle at center, rgba(255, 34, 0, 0.08), transparent 48%),
    url("../img/benigno-logo.png") no-repeat center center;
  background-size: auto, 90%;
  filter: blur(34px) brightness(0.08);
  opacity: 0.38;
  pointer-events: none;
}

.menu-art-line {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.88;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 50, 18, 0.18);
  text-align: right;
}

.menu-art-line--top {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}

.menu-art-line--center {
  font-size: clamp(4rem, 7vw, 6.6rem);
  color: rgba(255, 50, 18, 0.12);
}

.menu-art-line--bottom {
  font-size: clamp(2.6rem, 4.6vw, 4rem);
}

.menu-stage-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.productos .tabs {
  width: min(1440px, calc(100% - 44px));
  position: relative;
  z-index: 1;
  margin: 34px auto 0;
  justify-content: flex-start;
  gap: 10px;
}

.tab-link {
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 78, 48, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 236, 228, 0.76);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tab-link[data-tab="green"] {
  border-color: rgba(86, 196, 116, 0.24);
  color: rgba(225, 255, 230, 0.92);
  background:
    linear-gradient(180deg, rgba(14, 28, 16, 0.88), rgba(10, 16, 10, 0.92)),
    rgba(255, 255, 255, 0.02);
}

.tab-link.active,
.tab-link:hover {
  background: linear-gradient(135deg, rgba(255, 47, 18, 0.24), rgba(143, 22, 0, 0.88));
  border-color: rgba(255, 88, 48, 0.38);
  color: white;
}

.tab-link[data-tab="green"].active,
.tab-link[data-tab="green"]:hover {
  background: linear-gradient(135deg, rgba(46, 163, 79, 0.3), rgba(10, 54, 18, 0.92));
  border-color: rgba(95, 208, 126, 0.46);
  color: #f4fff5;
  box-shadow: 0 14px 28px rgba(18, 90, 36, 0.18);
}

.limited-drop {
  width: min(1380px, calc(100% - 44px));
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 20px;
  margin: 34px auto 0;
  padding: 24px;
  border-radius: 32px;
  border: 1px solid rgba(255, 96, 60, 0.18);
  background:
    radial-gradient(circle at top left, rgba(255, 86, 48, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(10, 10, 10, 0.98), rgba(24, 8, 8, 0.98) 46%, rgba(28, 18, 12, 0.98));
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.32);
}

.limited-drop__copy {
  display: grid;
  align-content: start;
  gap: 10px;
}

.limited-drop__kicker {
  margin: 0;
  color: #ff977d;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.limited-drop__copy h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 0.92;
  letter-spacing: 0.04em;
  color: #fff6f1;
}

.limited-drop__copy p {
  margin: 0;
  color: rgba(244, 236, 228, 0.76);
  line-height: 1.72;
}

.limited-drop__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.limited-drop .producto {
  min-width: 0;
}

.productos-container {
  max-width: 1440px;
  position: relative;
  z-index: 1;
  isolation: isolate;
  margin-top: 58px;
}

.productos-container::before,
.productos-container::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(255, 34, 0, 0.08), transparent 44%),
    url("../img/benigno-logo.png") no-repeat center center;
  background-size: auto, 88%;
  filter: blur(42px) brightness(0.08);
  opacity: 0.18;
}

.productos-container::before {
  left: -150px;
  top: 40px;
  width: 320px;
  height: 540px;
}

.productos-container::after {
  right: -140px;
  bottom: -50px;
  width: 340px;
  height: 420px;
}

.productos .producto {
  position: relative;
  padding: 22px 22px 24px !important;
  border-radius: 30px !important;
  border: 1px solid rgba(255, 78, 48, 0.14) !important;
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.9), rgba(7, 7, 7, 0.94)) !important;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.productos .producto::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 90, 56, 0.92), transparent);
  opacity: 0.64;
}

.productos .producto:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 98, 62, 0.34) !important;
  box-shadow: 0 34px 62px rgba(0, 0, 0, 0.34);
}

.product-status-chip {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 132, 112, 0.28);
  background: rgba(64, 14, 14, 0.92);
  color: #fff0ea;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.product-status-chip--closed {
  background: linear-gradient(135deg, rgba(87, 18, 18, 0.96), rgba(34, 18, 18, 0.96));
}

.product-status-chip--sold-out {
  background: linear-gradient(135deg, rgba(110, 40, 14, 0.96), rgba(52, 24, 16, 0.96));
  border-color: rgba(255, 166, 118, 0.36);
}

.limited-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 115, 0.22);
  background: rgba(18, 18, 18, 0.84);
  color: #ffb29f;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.producto-tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 228, 214, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.producto--green {
  border-color: rgba(68, 182, 101, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(11, 18, 12, 0.92), rgba(7, 10, 7, 0.96)) !important;
}

.producto--green::before {
  background: linear-gradient(90deg, transparent, rgba(88, 210, 120, 0.9), transparent) !important;
}

.producto--green .producto-tag {
  border-color: rgba(88, 210, 120, 0.18);
  background: rgba(50, 146, 76, 0.12);
  color: #d8ffe1;
}

.productos .producto img {
  height: 280px !important;
  border-radius: 24px;
  padding: 14px;
  background:
    radial-gradient(circle at center, rgba(255, 68, 34, 0.14), transparent 45%),
    linear-gradient(180deg, #141414, #070707);
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.38));
}

.producto--green img {
  background:
    radial-gradient(circle at center, rgba(82, 206, 114, 0.14), transparent 45%),
    linear-gradient(180deg, #101811, #060906) !important;
}

.productos .producto h4 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 0.92;
  letter-spacing: 0.04em;
  color: #f9efe7;
}

.producto-copy {
  margin: 0;
  min-height: 44px;
  color: var(--benigno-muted);
  line-height: 1.55;
  font-size: 0.94rem;
}

.producto--sold-out {
  opacity: 0.82;
  cursor: not-allowed;
}

.producto--sold-out img {
  filter: grayscale(0.24) brightness(0.88) drop-shadow(0 16px 24px rgba(0, 0, 0, 0.3));
}

.productos .producto .valor {
  font-size: 1.22rem;
  font-weight: 700;
  color: #fff2e9;
}

.producto-cta {
  min-height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--benigno-red), var(--benigno-red-deep));
  color: white;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(148, 18, 0, 0.24);
}

.producto-cta:hover {
  transform: translateY(-2px);
}

.producto--green .producto-cta {
  background: linear-gradient(135deg, #2fbe5f, #14502a);
  box-shadow: 0 16px 28px rgba(16, 80, 35, 0.24);
}

.producto-cta--disabled {
  background: linear-gradient(135deg, #4d2222, #241515);
  color: rgba(255, 239, 232, 0.9);
  box-shadow: none;
}

.service-closed .productos .producto {
  border-color: rgba(255, 116, 116, 0.24) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.4);
}

.service-closed .productos .producto:hover,
.productos .producto.producto--sold-out:hover,
.producto-cta--disabled:hover {
  transform: none;
  box-shadow: none;
}

.schedule-panel {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100% - 44px));
  margin: 62px auto 0;
  padding: 34px clamp(22px, 3vw, 34px);
  border-radius: 36px;
  border: 1px solid rgba(255, 88, 48, 0.22);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 56, 24, 0.18), transparent 22%),
    linear-gradient(135deg, rgba(8, 8, 8, 0.98), rgba(18, 7, 7, 0.98) 46%, rgba(46, 10, 6, 0.96) 100%);
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.schedule-panel::before {
  content: "";
  position: absolute;
  inset: auto -86px -96px auto;
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  background:
    radial-gradient(circle at center, rgba(255, 48, 18, 0.14), transparent 44%),
    repeating-conic-gradient(from 45deg, rgba(255, 56, 24, 0.88) 0 25%, rgba(4, 4, 4, 0.94) 0 50%) 50% / 22px 22px;
  filter: blur(0.4px);
  opacity: 0.12;
  pointer-events: none;
  transform: rotate(-8deg);
}

.schedule-panel::after {
  content: "OPEN LATE";
  position: absolute;
  right: clamp(18px, 3vw, 34px);
  top: 26px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  line-height: 0.86;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.schedule-panel__hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
}

.schedule-panel__header {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.schedule-panel__header h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 7vw, 6.8rem);
  line-height: 0.88;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff4ed;
  max-width: 8ch;
}

.schedule-panel__copy {
  margin: 0;
  color: rgba(244, 236, 228, 0.84);
  line-height: 1.7;
  max-width: 46rem;
  font-size: 1rem;
}

.schedule-panel__stamp {
  position: relative;
  display: grid;
  gap: 6px;
  align-self: start;
  min-width: 220px;
  padding: 18px 20px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 74, 40, 0.26);
  background: linear-gradient(135deg, rgba(255, 49, 18, 0.98), rgba(123, 18, 0, 0.96));
  box-shadow: 0 20px 36px rgba(112, 16, 2, 0.3);
  transform: rotate(-7deg) translateY(10px);
}

.schedule-panel__stamp::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 220, 210, 0.24);
}

.schedule-panel__stamp span,
.schedule-panel__stamp small {
  position: relative;
  z-index: 1;
}

.schedule-panel__stamp span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.1rem;
  line-height: 0.9;
  letter-spacing: 0.05em;
  color: #0a0a0a;
}

.schedule-panel__stamp small {
  color: rgba(12, 12, 12, 0.86);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.schedule-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.schedule-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 24px 24px 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 98, 62, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top left, rgba(255, 76, 40, 0.08), transparent 36%);
}

.schedule-card::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -14px;
  width: 104px;
  aspect-ratio: 1;
  border-radius: 20px;
  background: repeating-conic-gradient(from 45deg, rgba(255, 58, 26, 0.92) 0 25%, rgba(6, 6, 6, 0.94) 0 50%) 50% / 16px 16px;
  opacity: 0.18;
  transform: rotate(8deg);
}

.schedule-card__tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 116, 84, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #ffb299;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-card strong {
  position: relative;
  z-index: 1;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff6f1;
}

.schedule-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(244, 236, 228, 0.74);
  line-height: 1.65;
}

.schedule-visit-cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 22px;
  padding: 22px 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 88, 48, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at right center, rgba(255, 44, 18, 0.12), transparent 36%);
}

.schedule-visit-cta__pattern {
  width: 132px;
  aspect-ratio: 1;
  border-radius: 26px;
  border: 1px solid rgba(255, 94, 62, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 104, 76, 0.12), rgba(255, 255, 255, 0.02)),
    repeating-conic-gradient(from 45deg, #ff3a18 0 25%, #0a0a0a 0 50%) 50% / 22px 22px;
  box-shadow: inset 0 0 0 12px rgba(255, 74, 40, 0.08), 0 12px 24px rgba(0, 0, 0, 0.22);
  transform: rotate(-5deg);
}

.schedule-visit-cta__copy {
  display: grid;
  gap: 8px;
}

.schedule-visit-cta__kicker {
  margin: 0;
  color: #ff8a67;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.schedule-visit-cta__copy h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff8f3;
}

.schedule-visit-cta__copy p {
  margin: 0;
  color: rgba(244, 236, 228, 0.76);
  line-height: 1.7;
  max-width: 38rem;
}

.schedule-visit-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, #ffffff, #f0dfd8);
  color: #0a0a0a;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.schedule-visit-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.32);
}

.faq-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  margin-top: 22px;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 88, 48, 0.18);
  background:
    radial-gradient(circle at top left, rgba(255, 58, 26, 0.1), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.faq-panel__hero {
  position: relative;
  z-index: 1;
}

.faq-panel__header {
  display: grid;
  gap: 10px;
  max-width: 860px;
}

.faq-panel__header h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff6f1;
}

.faq-panel__copy {
  margin: 0;
  color: rgba(244, 236, 228, 0.78);
  line-height: 1.7;
  max-width: 46rem;
}

.faq-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-item {
  padding: 0;
  border-radius: 24px;
  border: 1px solid rgba(255, 98, 62, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top right, rgba(255, 74, 40, 0.08), transparent 34%);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 84px;
  padding: 20px 22px;
  cursor: pointer;
  color: #fff8f3;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 120, 92, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #ff9b83;
  font-size: 1.3rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: rgba(244, 236, 228, 0.76);
  line-height: 1.7;
}

.reviews-panel {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100% - 44px));
  margin: 26px auto 0;
  padding: 30px clamp(22px, 3vw, 34px);
  border-radius: 34px;
  border: 1px solid rgba(255, 88, 48, 0.18);
  background:
    radial-gradient(circle at top left, rgba(255, 58, 26, 0.1), transparent 26%),
    linear-gradient(135deg, rgba(10, 10, 10, 0.98), rgba(18, 8, 8, 0.98) 48%, rgba(30, 10, 8, 0.96));
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.reviews-panel::before {
  content: "";
  position: absolute;
  inset: auto auto -56px -48px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 54, 22, 0.14), transparent 68%);
  pointer-events: none;
}

.reviews-panel__hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
}

.reviews-panel__header {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.reviews-panel__header h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.4rem, 6vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff6f1;
  max-width: 9ch;
}

.reviews-panel__copy {
  margin: 0;
  color: rgba(244, 236, 228, 0.78);
  line-height: 1.7;
  max-width: 42rem;
}

.reviews-panel__score {
  display: grid;
  justify-items: center;
  align-content: center;
  min-width: 180px;
  padding: 22px 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 98, 62, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at center, rgba(255, 74, 40, 0.08), transparent 42%);
}

.reviews-panel__score strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 7vw, 6rem);
  line-height: 0.82;
  letter-spacing: 0.02em;
  color: #fff8f3;
}

.reviews-panel__score span {
  color: #ff9b83;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reviews-panel__score small {
  color: rgba(244, 236, 228, 0.72);
  font-size: 0.92rem;
  line-height: 1.5;
  text-align: center;
}

.reviews-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.review-card {
  display: grid;
  gap: 14px;
  padding: 20px 20px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 98, 62, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top right, rgba(255, 74, 40, 0.08), transparent 34%);
}

.review-card__head,
.review-card__profile,
.review-card__stars {
  display: flex;
  gap: 12px;
}

.review-card__head {
  align-items: flex-start;
  justify-content: space-between;
}

.review-card__profile {
  align-items: center;
  min-width: 0;
}

.review-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff3d25, #6f0b00);
  color: #fff8f4;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  flex: 0 0 auto;
}

.review-card__identity {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.review-card__identity strong {
  color: #fff6f0;
  font-size: 1rem;
}

.review-card__identity span {
  color: rgba(244, 236, 228, 0.66);
  font-size: 0.84rem;
  line-height: 1.45;
}

.review-card__rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 116, 84, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #ffb49f;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-card__stars {
  align-items: center;
}

.review-card__image-wrap {
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 98, 62, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top right, rgba(255, 74, 40, 0.08), transparent 34%);
}

.review-card__image {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}

.review-card__star {
  font-size: 1.1rem;
  line-height: 1;
}

.review-card__star--filled {
  color: #ffb247;
}

.review-card__star--empty {
  color: rgba(255, 255, 255, 0.16);
}

.review-card__text {
  margin: 0;
  color: rgba(244, 236, 228, 0.82);
  line-height: 1.7;
}

#carrito-icono {
  width: 94px;
  height: 94px;
  bottom: 24px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 24px);
  right: 24px;
  border: 1px solid rgba(255, 95, 63, 0.34);
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 95, 63, 0.24), rgba(8, 8, 8, 0.96) 60%),
    rgba(8, 8, 8, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#carrito-icono svg {
  width: 40px;
  height: 40px;
}

#carrito-count {
  background: var(--benigno-red);
  min-width: 28px;
  min-height: 28px;
  font-size: 0.82rem;
}

@media (min-width: 1180px) {
  .service-status-banner,
  .hero-shell,
  .menu-info,
  .carrusel-mixto {
    width: min(1360px, calc(100% - 42px));
  }

  .productos {
    width: min(1460px, calc(100% - 42px));
  }

  .site-header {
    padding: 14px 28px;
  }

  .site-header .logo img {
    width: 118px;
    height: 118px;
  }

  .brand-kicker {
    font-size: 0.78rem;
  }

  .brand-copy span {
    font-size: 0.94rem;
  }

  .header-link {
    min-height: 48px;
    padding: 0 18px;
    font-size: 0.92rem;
  }

  .hero-shell {
    margin-top: 22px;
    padding: 28px;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 470px);
  }

  .hero-copy {
    padding: 36px 38px;
  }

  .titulo-bienvenida {
    max-width: 8ch;
    font-size: 7.4rem;
  }

  .hero-summary {
    max-width: 34rem;
    margin-top: 18px;
    font-size: 1.03rem;
  }

  .hero-card--main {
    gap: 16px;
    padding: 22px 22px 20px;
  }

  .hero-card--main::before {
    right: -10px;
    font-size: 4.1rem;
  }

  .hero-card--main img {
    max-height: 270px;
  }

  .hero-card-copy h2 {
    font-size: 3.4rem;
  }

  .hero-card-copy p,
  .hero-secondary-copy {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-card--secondary {
    min-height: 146px;
    padding: 20px 22px;
  }

  .hero-secondary-word {
    font-size: 4.4rem;
  }

  .menu-info {
    padding: 12px;
    gap: 10px;
  }

  .btn-info {
    min-height: 52px;
    padding: 0 18px;
    font-size: 0.94rem;
  }

  .carrusel-mixto {
    padding: 18px;
  }

  .menu-stage {
    min-height: 270px;
    padding-top: 24px;
    grid-template-columns: minmax(320px, 0.76fr) minmax(260px, 0.58fr);
  }

  .menu-title {
    max-width: 9ch;
    font-size: 4.6rem;
  }

  .menu-description {
    max-width: 35rem;
    font-size: 1.02rem;
  }

  .productos .tabs {
    width: min(1380px, calc(100% - 48px));
    margin-top: 30px;
  }

  .productos-container {
    max-width: 1380px;
    margin-top: 52px;
  }

  .productos .producto img {
    height: 260px !important;
  }
}

@media (min-width: 1600px) {
  .service-status-banner,
  .hero-shell,
  .menu-info,
  .carrusel-mixto {
    width: min(1400px, calc(100% - 48px));
  }

  .productos {
    width: min(1500px, calc(100% - 48px));
  }
}

@media (max-width: 1080px) {
  .carrusel-mixto {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  #carrusel-centro {
    grid-column: 1 / -1;
    min-height: clamp(320px, 58vw, 460px);
  }

  .carrusel-lado {
    min-height: clamp(260px, 38vw, 320px);
  }

  .hero-shell {
    grid-template-columns: 1fr;
  }

  .limited-drop {
    grid-template-columns: 1fr;
  }

  .limited-drop__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-panel__hero {
    grid-template-columns: 1fr;
  }

  .reviews-panel__hero {
    grid-template-columns: 1fr;
  }

  .schedule-panel__stamp {
    justify-self: start;
    min-width: 0;
    transform: rotate(-5deg);
  }

  .reviews-panel__score {
    justify-self: start;
  }

  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-visit-cta {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .schedule-visit-cta__button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .menu-stage {
    grid-template-columns: 1fr;
  }

  .menu-stage-headline {
    grid-template-columns: 1fr;
  }

  .hero-card--secondary {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-secondary-copy {
    max-width: none;
    text-align: left;
  }

  .menu-stage-art {
    justify-items: start;
  }

  .menu-art-line {
    text-align: left;
  }
}

@media (max-width: 780px) {
  body.home-page::before {
    background-position: center 54%;
    background-size: min(228vw, 1420px) auto;
    filter: blur(34px) brightness(0.6) saturate(114%);
    opacity: 0.2;
  }

  .site-header,
  .service-status-banner,
  .hero-shell,
  .menu-info,
  .carrusel-mixto,
  .productos,
  .schedule-panel,
  .reviews-panel {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }

  .site-header {
    padding: 14px 16px;
    flex-wrap: wrap;
  }

  .carrusel-mixto {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  #carrusel-centro,
  .carrusel-lado,
  .carrusel-centro {
    grid-column: auto;
    min-height: clamp(250px, 72vw, 380px);
  }

  .carrusel-mixto .carrusel-lado img,
  .carrusel-mixto .carrusel-centro img {
    inset: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border-radius: 20px;
  }

  .brand-lockup {
    width: 100%;
  }

  .site-header .logo img {
    width: 98px;
    height: 98px;
  }

  .brand-copy span {
    font-size: 0.9rem;
  }

  .header-actions {
    width: 100%;
    min-width: 0;
    gap: 10px;
  }

  .header-link {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .hero-shell {
    padding: 18px;
    gap: 16px;
    overflow: hidden;
  }

  .hero-copy {
    padding: 26px 22px;
    border-radius: 32px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-spotlight-link,
  .hero-link-secondary {
    width: 100%;
  }

  .titulo-bienvenida {
    font-size: clamp(4rem, 18vw, 6rem);
    max-width: none;
  }

  .hero-summary {
    max-width: none;
    font-size: 1rem;
  }

  .corner-stamp {
    width: 292px;
    height: 186px;
  }

  .corner-stamp span {
    width: 520px;
    height: 38px;
    font-size: 0.94rem;
    letter-spacing: 0.18em;
  }

  .corner-stamp--top-left,
  .corner-stamp--top-right {
    top: 134px;
  }

  .corner-stamp--top-left span,
  .corner-stamp--bottom-left span {
    left: -150px;
  }

  .corner-stamp--top-right span,
  .corner-stamp--bottom-right span {
    right: -150px;
  }

  .corner-stamp--top-left span,
  .corner-stamp--top-right span {
    top: 50px;
  }

  .corner-stamp--bottom-left span,
  .corner-stamp--bottom-right span {
    bottom: 20px;
  }

  .schedule-panel,
  .reviews-panel {
    padding: 24px 18px;
    border-radius: 28px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-panel__score {
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }

  .review-card__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-stamp-cluster {
    width: min(100%, 186px);
    margin-top: 18px;
    padding: 8px 10px 6px;
    justify-self: start;
  }

  .hero-stamp {
    min-height: 60px;
    padding: 8px 14px;
    border-radius: 16px;
    transform: rotate(-6deg);
  }

  .hero-stamp span {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-shell::before {
    inset: 0;
    background-size: 100% 100%, min(190vw, 1240px) auto;
    filter: blur(30px) brightness(0.2) saturate(114%);
    opacity: 0.58;
  }

  .menu-info {
    border-radius: 28px;
    justify-content: stretch;
    flex-wrap: wrap;
  }

  .service-status-banner {
    border-radius: 28px;
  }

  .service-status-banner__content {
    grid-template-columns: 1fr;
  }

  .service-status-banner__actions {
    min-width: 0;
  }

  .hero-card--main,
  .hero-card--secondary {
    border-radius: 28px;
  }

  .hero-card--main {
    padding: 22px 18px 18px;
  }

  .hero-card--main img {
    max-height: 240px;
  }

  .hero-card-copy h2 {
    font-size: clamp(2.4rem, 9vw, 3.2rem);
  }

  .hero-tags {
    gap: 10px;
  }

  .hero-tags span {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
  }

  .btn-info {
    width: 100%;
    flex: 1 1 100%;
    white-space: normal;
  }

  .carrusel-mixto {
    padding: 16px;
    border-radius: 28px;
  }

  .productos {
    padding-bottom: 96px;
    border-radius: 28px;
  }

  .limited-drop {
    width: calc(100% - 20px);
    padding: 20px 18px;
    border-radius: 28px;
  }

  .limited-drop__grid {
    grid-template-columns: 1fr;
  }

  .schedule-panel {
    width: calc(100% - 24px);
    margin-top: 46px;
    padding: 24px 18px;
    border-radius: 28px;
  }

  .schedule-panel::after {
    top: 18px;
    right: 18px;
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  .schedule-panel__header h2 {
    max-width: 9ch;
  }

  .schedule-visit-cta {
    padding: 18px;
    border-radius: 26px;
  }

  .faq-panel {
    padding: 20px 18px;
    border-radius: 26px;
  }

  .schedule-visit-cta__pattern {
    width: 96px;
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(255, 104, 76, 0.12), rgba(255, 255, 255, 0.02)),
      repeating-conic-gradient(from 45deg, #ff3a18 0 25%, #0a0a0a 0 50%) 50% / 18px 18px;
  }

  #carrito-icono {
    width: 84px;
    height: 84px;
    right: 16px;
    bottom: 16px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 16px);
  }

  #carrito-icono svg {
    width: 36px;
    height: 36px;
  }

  #carrito-count {
    min-width: 26px;
    min-height: 26px;
    font-size: 0.76rem;
  }

  .productos .tabs {
    width: calc(100% - 24px);
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .tab-link {
    white-space: nowrap;
  }

  .productos .producto img {
    height: 230px !important;
  }
}

@media (max-width: 560px) {
  .schedule-panel__header h2 {
    font-size: clamp(2.8rem, 13vw, 3.8rem);
  }

  .corner-stamp {
    width: 248px;
    height: 158px;
  }

  .corner-stamp span {
    width: 440px;
    height: 34px;
    font-size: 0.84rem;
    letter-spacing: 0.16em;
  }

  .corner-stamp--top-left,
  .corner-stamp--top-right {
    top: 126px;
  }

  .corner-stamp--top-left span,
  .corner-stamp--bottom-left span {
    left: -128px;
  }

  .corner-stamp--top-right span,
  .corner-stamp--bottom-right span {
    right: -128px;
  }

  .corner-stamp--top-left span,
  .corner-stamp--top-right span {
    top: 42px;
  }

  .corner-stamp--bottom-left span,
  .corner-stamp--bottom-right span {
    bottom: 16px;
  }

  .reviews-panel__header h2 {
    font-size: clamp(2.8rem, 13vw, 3.8rem);
  }

  .schedule-card {
    min-height: auto;
    padding: 20px 18px 22px;
  }

  .schedule-card strong {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .schedule-panel__copy {
    font-size: 0.94rem;
  }

  .schedule-panel__stamp {
    width: fit-content;
    padding: 14px 16px 12px;
    border-radius: 20px;
    transform: rotate(-4deg);
  }

  .schedule-panel__stamp span {
    font-size: 1.7rem;
  }

  .schedule-panel__stamp small {
    font-size: 0.76rem;
  }

  .schedule-visit-cta {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .faq-panel__header h3 {
    font-size: clamp(2.4rem, 11vw, 3.2rem);
  }

  .faq-item summary {
    min-height: 72px;
    padding: 18px 16px;
    font-size: 0.94rem;
  }

  .faq-item p {
    padding: 0 16px 18px;
    font-size: 0.92rem;
  }

  .schedule-visit-cta__pattern {
    width: 100%;
    max-width: 108px;
  }

  .schedule-visit-cta__copy h3 {
    font-size: clamp(2.6rem, 12vw, 3.4rem);
  }

  .schedule-visit-cta__button {
    width: 100%;
  }

  .reviews-panel {
    padding: 22px 16px;
  }

  .reviews-panel__copy {
    font-size: 0.94rem;
  }

  .reviews-panel__score {
    padding: 18px 16px;
  }

  .review-card {
    padding: 18px 16px 20px;
  }

  .review-card__avatar {
    width: 48px;
    height: 48px;
    font-size: 0.9rem;
  }

  .review-card__identity strong {
    font-size: 0.94rem;
  }

  .review-card__identity span,
  .review-card__text {
    font-size: 0.9rem;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 24px 18px;
  }

  .hero-stamp-cluster {
    width: auto;
    margin-top: 18px;
    margin-right: 0;
    padding: 8px 0 6px;
    justify-self: start;
  }

  .hero-stamp-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }

  .hero-stamp {
    width: auto;
    min-height: 58px;
    padding: 10px 14px;
    transform: rotate(-5deg);
  }

  .hero-stamp span {
    font-size: clamp(2rem, 12vw, 3rem);
    letter-spacing: 0.06em;
  }

  .hero-tags span {
    flex-basis: 100%;
  }

  .menu-stage {
    min-height: auto;
    padding-top: 18px;
  }

  .productos .tabs {
    width: calc(100% - 20px);
  }
}

@media (max-width: 480px) {
  body.home-page::before {
    background-position: center 52%;
    background-size: min(255vw, 1220px) auto;
    opacity: 0.18;
  }

  .hero-shell::before {
    inset: 0;
    background-size: 100% 100%, min(220vw, 1040px) auto;
    opacity: 0.52;
  }

  .service-status-banner h2 {
    font-size: clamp(2.2rem, 13vw, 3rem);
  }

  .site-header .logo img {
    width: 88px;
    height: 88px;
  }

  .brand-lockup {
    gap: 14px;
  }

  .brand-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
  }

  .brand-copy span {
    font-size: 0.86rem;
  }

  .header-link {
    min-height: 46px;
    font-size: 0.88rem;
  }

  .corner-stamp {
    width: 214px;
    height: 140px;
    opacity: 0.9;
  }

  .corner-stamp span {
    width: 388px;
    height: 32px;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
  }

  .corner-stamp--top-left,
  .corner-stamp--top-right {
    top: 112px;
  }

  .corner-stamp--top-left span,
  .corner-stamp--bottom-left span {
    left: -114px;
  }

  .corner-stamp--top-right span,
  .corner-stamp--bottom-right span {
    right: -114px;
  }

  .corner-stamp--top-left span,
  .corner-stamp--top-right span {
    top: 34px;
  }

  .corner-stamp--bottom-left span,
  .corner-stamp--bottom-right span {
    bottom: 14px;
  }

  .hero-card--main img {
    max-height: 220px;
  }

  #carrito-icono {
    width: 78px;
    height: 78px;
    right: 14px;
  }
}

.productos.productos--green-mode {
  background:
    linear-gradient(180deg, rgba(8, 18, 9, 0.84), rgba(4, 10, 5, 0.92)),
    radial-gradient(circle at center, rgba(66, 194, 104, 0.12), transparent 42%);
  border-color: rgba(92, 214, 124, 0.18);
}

.productos.productos--green-mode::before {
  background:
    radial-gradient(circle at center, rgba(66, 194, 104, 0.12), transparent 40%),
    url("../img/benigno-logo.png") no-repeat center center;
  filter: blur(54px) brightness(0.1) saturate(118%);
}

.productos.productos--green-mode::after {
  background:
    radial-gradient(circle at center, rgba(66, 194, 104, 0.09), transparent 44%),
    url("../img/benigno-logo.png") no-repeat center center;
  filter: blur(48px) brightness(0.08);
}

.productos.productos--green-mode .menu-stage::before,
.productos.productos--green-mode .menu-stage-art::before,
.productos.productos--green-mode .productos-container::before,
.productos.productos--green-mode .productos-container::after {
  background:
    radial-gradient(circle at center, rgba(66, 194, 104, 0.08), transparent 44%),
    url("../img/benigno-logo.png") no-repeat center center;
}

.productos.productos--green-mode .menu-art-line {
  color: rgba(90, 216, 126, 0.18);
}

.productos.productos--green-mode .menu-art-line--center {
  color: rgba(90, 216, 126, 0.14);
}

.productos.productos--green-mode .tab-link {
  border-color: rgba(86, 196, 116, 0.22);
  background:
    linear-gradient(180deg, rgba(12, 22, 13, 0.92), rgba(8, 14, 8, 0.96)),
    rgba(255, 255, 255, 0.02);
  color: rgba(225, 255, 230, 0.84);
}

.productos.productos--green-mode .tab-link.active,
.productos.productos--green-mode .tab-link:hover {
  background: linear-gradient(135deg, rgba(45, 170, 82, 0.34), rgba(12, 62, 22, 0.96));
  border-color: rgba(95, 208, 126, 0.5);
  color: #f4fff5;
  box-shadow: 0 14px 28px rgba(18, 90, 36, 0.22);
}

.productos.productos--green-mode .limited-drop {
  border-color: rgba(96, 214, 127, 0.2);
  background:
    radial-gradient(circle at top left, rgba(76, 210, 112, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(8, 16, 8, 0.98), rgba(12, 24, 12, 0.98) 46%, rgba(18, 30, 18, 0.98));
}

.productos.productos--green-mode .limited-drop__kicker {
  color: #9df0b0;
}

.productos.productos--green-mode .limited-drop__copy p {
  color: rgba(228, 255, 234, 0.76);
}

.productos.productos--green-mode .producto {
  border-color: rgba(68, 182, 101, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(11, 18, 12, 0.92), rgba(7, 10, 7, 0.96)) !important;
}

.productos.productos--green-mode .producto::before {
  background: linear-gradient(90deg, transparent, rgba(88, 210, 120, 0.9), transparent) !important;
}

.productos.productos--green-mode .producto:hover {
  border-color: rgba(95, 208, 126, 0.34) !important;
}

.productos.productos--green-mode .limited-badge,
.productos.productos--green-mode .product-status-chip {
  border-color: rgba(102, 220, 133, 0.24);
  background: rgba(12, 24, 14, 0.88);
  color: #d8ffe1;
}

.productos.productos--green-mode .product-status-chip--closed {
  background: linear-gradient(135deg, rgba(26, 78, 36, 0.96), rgba(14, 34, 18, 0.96));
}

.productos.productos--green-mode .producto-tag {
  border-color: rgba(88, 210, 120, 0.18);
  background: rgba(50, 146, 76, 0.12);
  color: #d8ffe1;
}

.productos.productos--green-mode .producto img {
  background:
    radial-gradient(circle at center, rgba(82, 206, 114, 0.14), transparent 45%),
    linear-gradient(180deg, #101811, #060906) !important;
}

.productos.productos--green-mode .producto-cta {
  background: linear-gradient(135deg, #2fbe5f, #14502a);
  box-shadow: 0 16px 28px rgba(16, 80, 35, 0.24);
}

.productos.productos--green-mode .producto-cta--disabled {
  background: linear-gradient(135deg, #1d4a26, #102b16);
  color: rgba(233, 255, 238, 0.9);
}

.productos.productos--green-mode .schedule-panel {
  border-color: rgba(92, 214, 124, 0.22);
  background:
    radial-gradient(circle at top left, rgba(68, 190, 102, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(10, 18, 10, 0.96), rgba(6, 12, 7, 0.98));
}

.productos.productos--green-mode .schedule-panel::before,
.productos.productos--green-mode .schedule-visit-cta__pattern {
  background:
    radial-gradient(circle at center, rgba(66, 194, 104, 0.1), transparent 44%),
    url("../img/benigno-logo.png") no-repeat center center;
  background-size: cover, contain;
}

.productos.productos--green-mode .schedule-panel::after {
  content: none;
  display: none;
}

.productos.productos--green-mode .schedule-card,
.productos.productos--green-mode .schedule-visit-cta {
  border-color: rgba(92, 214, 124, 0.18);
  background:
    linear-gradient(180deg, rgba(12, 22, 13, 0.92), rgba(8, 14, 9, 0.96));
}

.productos.productos--green-mode .schedule-card::before {
  content: none;
  display: none;
}

.productos.productos--green-mode .schedule-card__tag,
.productos.productos--green-mode .schedule-visit-cta__kicker,
.productos.productos--green-mode .schedule-panel__stamp small {
  color: #9df0b0;
}

.productos.productos--green-mode .schedule-panel__stamp {
  border-color: rgba(92, 214, 124, 0.22);
  background: linear-gradient(135deg, rgba(22, 62, 30, 0.92), rgba(10, 28, 14, 0.96));
  transform: rotate(-3deg) translateY(6px);
}

.productos.productos--green-mode .schedule-visit-cta__button {
  background: linear-gradient(135deg, #2fbe5f, #14502a);
  box-shadow: 0 16px 28px rgba(16, 80, 35, 0.24);
}

.productos.productos--green-mode .faq-panel {
  border-color: rgba(92, 214, 124, 0.18);
  background:
    radial-gradient(circle at top left, rgba(68, 190, 102, 0.1), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.productos.productos--green-mode .faq-item {
  border-color: rgba(92, 214, 124, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top right, rgba(66, 194, 104, 0.08), transparent 34%);
}

.productos.productos--green-mode .faq-item summary::after {
  border-color: rgba(102, 220, 133, 0.22);
  color: #9df0b0;
}

body.home-page {
  --motion-x: 0;
  --motion-y: 0;
  --page-pointer-x: 0;
  --page-pointer-y: 0;
  --page-pointer-energy: 0;
  --header-drift-y: 0px;
  --hero-title-sway-x: 0px;
  --hero-title-sway-y: 0px;
  --hero-title-tilt: 0deg;
  --hero-copy-drift-x: 0px;
  --hero-copy-drift-y: 0px;
  --hero-copy-tilt: 0deg;
  --hero-summary-drift-x: 0px;
  --hero-summary-drift-y: 0px;
  --hero-visual-drift-x: 0px;
  --hero-visual-drift-y: 0px;
  --hero-main-drift-x: 0px;
  --hero-main-drift-y: 0px;
  --hero-main-tilt: 0deg;
  --hero-secondary-drift-x: 0px;
  --hero-secondary-drift-y: 0px;
  --hero-secondary-tilt: 0deg;
  --hero-stamp-drift-x: 0px;
  --hero-stamp-drift-y: 0px;
  --hero-cta-drift-x: 0px;
  --hero-cta-drift-y: 0px;
  --surface-wave-x: 0px;
  --surface-wave-y: 0px;
  --surface-wave-x-alt: 0px;
  --surface-wave-y-alt: 0px;
  --scene-glow: 0.5;
}

body.home-page::before {
  animation: wordmarkDrift 9.5s ease-in-out infinite;
}

body.home-page::after {
  animation: ambientPulse 6.8s ease-in-out infinite alternate;
}

.site-header {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 92, 54, 0.82), transparent);
  transform: translateX(-45%);
  opacity: 0.7;
  pointer-events: none;
  animation: headerSweep 4.4s ease-in-out infinite;
}

.corner-stamp span {
  animation: ribbonFloat 6.8s ease-in-out infinite;
}

.corner-stamp--top-right span,
.corner-stamp--bottom-left span {
  animation-delay: -2.5s;
}

.corner-stamp--bottom-right span {
  animation-delay: -5s;
}

.hero-shell {
  --motion-x: 0;
  --motion-y: 0;
  position: relative;
  overflow: hidden;
}

body.home-page.home-motion-live .hero-shell {
  animation: heroShellLevitate 3.4s ease-in-out infinite;
}

.hero-shell::after {
  content: "";
  position: absolute;
  inset: 12% 8% 4%;
  background: linear-gradient(120deg, transparent 28%, rgba(255, 72, 36, 0.14) 50%, transparent 72%);
  filter: blur(52px);
  opacity: calc(0.34 + var(--scene-glow) * 0.34);
  pointer-events: none;
  animation: heroGlowSweep 9s ease-in-out infinite;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: auto -16% -18% 30%;
  height: 190px;
  background: radial-gradient(circle at center, rgba(255, 66, 34, 0.2), transparent 70%);
  filter: blur(46px);
  opacity: calc(0.18 + var(--scene-glow) * 0.14);
  transform: translate3d(var(--surface-wave-x), var(--surface-wave-y), 0);
  pointer-events: none;
}

body.home-page.home-motion-ready .hero-copy {
  animation: heroCopyEnter 1.05s cubic-bezier(0.19, 1, 0.22, 1) both;
}

body.home-page.home-motion-ready .hero-visual {
  animation: heroVisualEnter 1.15s cubic-bezier(0.19, 1, 0.22, 1) both;
}

.hero-copy,
.hero-visual,
.menu-stage-copy,
.menu-stage-art,
.carrusel-lado,
.carrusel-centro,
.schedule-panel,
.reviews-panel {
  transition: transform 0.38s cubic-bezier(0.19, 1, 0.22, 1);
}

.titulo-bienvenida,
.hero-summary,
.hero-actions,
.hero-actions a,
.brand-lockup,
.header-actions {
  transition:
    transform 0.34s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.34s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

body.home-page.home-motion-live .brand-lockup {
  transform: translate3d(
    calc(var(--page-pointer-x) * -12px),
    calc(var(--page-pointer-y) * -8px + var(--header-drift-y)),
    0
  );
}

body.home-page.home-motion-live .header-actions {
  transform: translate3d(
    calc(var(--page-pointer-x) * 14px),
    calc(var(--page-pointer-y) * 10px - var(--header-drift-y)),
    0
  );
}

body.home-page.home-motion-live .site-header .logo img {
  animation: logoPulse 3.6s ease-in-out infinite;
}

body.home-page.home-motion-live .brand-copy {
  animation: brandLift 4.2s ease-in-out infinite;
}

body.home-page.home-motion-live .hero-copy,
body.home-page.home-motion-live .hero-visual,
body.home-page.home-motion-live .titulo-bienvenida,
body.home-page.home-motion-live .hero-summary,
body.home-page.home-motion-live .hero-actions,
body.home-page.home-motion-live .hero-actions a,
body.home-page.home-motion-live .hero-card-copy,
body.home-page.home-motion-live .hero-secondary-word,
body.home-page.home-motion-live .hero-secondary-copy,
body.home-page.home-motion-live .hero-stamp-cluster,
body.home-page.home-motion-live .hero-tags span {
  opacity: 1;
  filter: none;
}

body.home-page.home-motion-ready .hero-kicker,
body.home-page.home-motion-ready .hero-summary,
body.home-page.home-motion-ready .hero-spotlight-label,
body.home-page.home-motion-ready .hero-card-copy,
body.home-page.home-motion-ready .hero-secondary-word,
body.home-page.home-motion-ready .hero-secondary-copy,
body.home-page.home-motion-ready .hero-stamp-cluster,
body.home-page.home-motion-ready .hero-actions a,
body.home-page.home-motion-ready .hero-tags span {
  opacity: 1;
  animation: heroFragmentIn 0.92s cubic-bezier(0.19, 1, 0.22, 1) both;
}

body.home-page.home-motion-ready .titulo-bienvenida {
  animation: heroTitleSurge 1.08s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

body.home-page.home-motion-ready .hero-summary {
  animation-delay: 0.2s;
}

body.home-page.home-motion-ready .hero-actions a:first-child {
  animation-delay: 0.32s;
}

body.home-page.home-motion-ready .hero-actions a:last-child {
  animation-delay: 0.4s;
}

body.home-page.home-motion-ready .hero-tags span:nth-child(1) {
  animation-delay: 0.5s;
}

body.home-page.home-motion-ready .hero-tags span:nth-child(2) {
  animation-delay: 0.58s;
}

body.home-page.home-motion-ready .hero-tags span:nth-child(3) {
  animation-delay: 0.66s;
}

body.home-page.home-motion-ready .hero-stamp-cluster {
  animation-delay: 0.74s;
}

body.home-page.home-motion-ready .hero-card-copy {
  animation-delay: 0.26s;
}

body.home-page.home-motion-ready .hero-secondary-word {
  animation-delay: 0.42s;
}

body.home-page.home-motion-ready .hero-secondary-copy {
  animation-delay: 0.5s;
}

body.home-page.home-motion-ready .hero-copy,
body.home-page.home-motion-ready .hero-visual,
body.home-page.home-motion-ready .hero-kicker,
body.home-page.home-motion-ready .titulo-bienvenida,
body.home-page.home-motion-ready .hero-summary,
body.home-page.home-motion-ready .hero-spotlight-label,
body.home-page.home-motion-ready .hero-card-copy,
body.home-page.home-motion-ready .hero-secondary-word,
body.home-page.home-motion-ready .hero-secondary-copy,
body.home-page.home-motion-ready .hero-stamp-cluster,
body.home-page.home-motion-ready .hero-actions a,
body.home-page.home-motion-ready .hero-tags span {
  opacity: 1;
  transform: none;
  filter: none;
  animation: none;
}

body.home-page.home-motion-live .hero-shell[data-motion="active"] .hero-copy {
  animation: heroCopyRock 4.1s ease-in-out infinite -0.8s;
  transform:
    translate3d(
      calc(var(--motion-x) * -58px + var(--page-pointer-x) * -34px + var(--hero-copy-drift-x)),
      calc(var(--motion-y) * -40px + var(--page-pointer-y) * -28px + var(--hero-copy-drift-y)),
      0
    )
    rotate(var(--hero-copy-tilt));
}

body.home-page.home-motion-live .hero-shell[data-motion="active"] .titulo-bienvenida {
  animation: headlineStorm 3.9s ease-in-out infinite 0.8s;
  transform:
    translate3d(
      calc(var(--motion-x) * -22px + var(--page-pointer-x) * -32px + var(--hero-title-sway-x)),
      calc(var(--motion-y) * -16px + var(--page-pointer-y) * -24px + var(--hero-title-sway-y)),
      0
    )
    rotate(calc(var(--hero-title-tilt) + var(--page-pointer-x) * -5.2deg))
    scale(calc(1 + var(--page-pointer-energy) * 0.055));
}

body.home-page.home-motion-live .hero-shell[data-motion="active"] .hero-summary {
  animation: copyHoverDrift 3s ease-in-out infinite -1.1s;
  transform: translate3d(
    calc(var(--page-pointer-x) * -18px + var(--hero-summary-drift-x)),
    calc(var(--page-pointer-y) * -14px + var(--hero-summary-drift-y)),
    0
  );
}

body.home-page.home-motion-live .hero-shell[data-motion="active"] .hero-actions {
  animation: heroActionSwing 3.5s ease-in-out infinite -0.5s;
  transform: translate3d(
    calc(var(--page-pointer-x) * 18px + var(--hero-cta-drift-x)),
    calc(var(--page-pointer-y) * 16px + var(--hero-cta-drift-y)),
    0
  );
}

body.home-page.home-motion-live .hero-actions a {
  animation: ctaHeartbeat 2.1s cubic-bezier(0.32, 0, 0.2, 1) infinite;
}

body.home-page.home-motion-live .hero-actions a:last-child {
  animation-delay: -1.2s;
}

body.home-page.home-motion-live .hero-shell[data-motion="active"] .hero-visual {
  animation: heroVisualOrbit 4.2s ease-in-out infinite -0.6s;
  transform: translate3d(
    calc(var(--motion-x) * 58px + var(--page-pointer-x) * 34px + var(--hero-visual-drift-x)),
    calc(var(--motion-y) * 44px + var(--page-pointer-y) * 24px + var(--hero-visual-drift-y)),
    0
  );
}

.hero-card--main {
  animation: heroCardFloat 4.2s ease-in-out infinite;
  transform-origin: 50% 100%;
}

body.home-page.home-motion-live .hero-shell[data-motion="active"] .hero-card--main {
  transform:
    translate3d(
      calc(var(--motion-x) * 46px + var(--page-pointer-x) * 30px + var(--hero-main-drift-x)),
      calc(var(--motion-y) * -42px + var(--page-pointer-y) * -20px + var(--hero-main-drift-y)),
      0
    )
    rotate(calc(var(--motion-x) * 6.6deg + var(--page-pointer-x) * 4.2deg + var(--hero-main-tilt)))
    scale(calc(1 + var(--page-pointer-energy) * 0.05));
  box-shadow:
    0 42px 84px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255, 72, 42, 0.2) inset;
}

.hero-card--main img {
  animation: heroImageBob 3.1s ease-in-out infinite;
}

.hero-card--secondary {
  animation: heroCardFloat 4.8s ease-in-out infinite -1.1s;
}

body.home-page.home-motion-live .hero-shell[data-motion="active"] .hero-card--secondary {
  transform:
    translate3d(
      calc(var(--motion-x) * -36px + var(--page-pointer-x) * -24px + var(--hero-secondary-drift-x)),
      calc(var(--motion-y) * 30px + var(--page-pointer-y) * 18px + var(--hero-secondary-drift-y)),
      0
    )
    rotate(calc(var(--motion-x) * -5deg + var(--page-pointer-x) * -3deg + var(--hero-secondary-tilt)))
    scale(calc(1 + var(--page-pointer-energy) * 0.035));
}

body.home-page.home-motion-live .hero-stamp-cluster {
  transform: translate3d(
    calc(var(--hero-stamp-drift-x) + var(--page-pointer-x) * 16px),
    calc(var(--hero-stamp-drift-y) + var(--page-pointer-y) * 12px),
    0
  );
}

.hero-stamp {
  transform-origin: 50% 80%;
  animation: stampSwing 7s ease-in-out infinite;
}

.hero-stamp-spark {
  animation: stampSparkPulse 3.6s ease-in-out infinite;
}

.hero-stamp-spark--right {
  animation-delay: -1.8s;
}

.hero-tags span,
.btn-info {
  position: relative;
  overflow: hidden;
}

body.home-page.home-motion-live .hero-tags span {
  animation: utilityChipFloat 2.6s ease-in-out infinite;
}

body.home-page.home-motion-live .hero-tags span:nth-child(2) {
  animation-delay: -1.7s;
}

body.home-page.home-motion-live .hero-tags span:nth-child(3) {
  animation-delay: -3.4s;
}

.hero-tags span::before,
.btn-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 24%, rgba(255, 255, 255, 0.16) 48%, transparent 72%);
  transform: translateX(-135%);
  opacity: 0.45;
  pointer-events: none;
  animation: sheenPass 7s linear infinite;
}

.hero-tags span:nth-child(2)::before,
.btn-info:nth-child(2)::before {
  animation-delay: -2s;
}

.hero-tags span:nth-child(3)::before,
.btn-info:nth-child(3)::before {
  animation-delay: -4s;
}

.menu-info {
  position: relative;
  overflow: hidden;
}

body.home-page.home-motion-live .menu-info {
  animation: sectionTiltPulse 5s ease-in-out infinite;
}

body.home-page.home-motion-live .carrusel-mixto {
  animation: heroShellLevitate 4.2s ease-in-out infinite -0.9s;
}

body.home-page.home-motion-live .menu-stage {
  animation: heroShellLevitate 4s ease-in-out infinite -1.4s;
}

.menu-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 64, 30, 0.1), transparent);
  transform: translateX(-55%);
  opacity: 0.55;
  pointer-events: none;
  animation: menuSweep 9s ease-in-out infinite;
}

.btn-info {
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
  animation: utilityChipFloat 4s ease-in-out infinite;
}

.btn-info:hover {
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.26);
}

.btn-info:nth-child(2) {
  animation-delay: -1.4s;
}

.btn-info:nth-child(3) {
  animation-delay: -2.8s;
}

.btn-info:nth-child(4) {
  animation-delay: -4.2s;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, var(--reveal-offset, 34px), 0) scale(0.985);
  transition:
    opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--motion-delay, 0ms);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.menu-info.reveal-on-scroll,
.tabs.reveal-on-scroll {
  --reveal-offset: 18px;
}

.producto.reveal-on-scroll,
.review-card.reveal-on-scroll,
.faq-item.reveal-on-scroll,
.schedule-card.reveal-on-scroll {
  --reveal-offset: 24px;
}

.carrusel-mixto,
.menu-stage,
.schedule-panel,
.reviews-panel {
  --motion-x: 0;
  --motion-y: 0;
}

.carrusel-mixto::after {
  content: "";
  position: absolute;
  inset: auto 18% 12px;
  height: 120px;
  background: radial-gradient(circle, rgba(255, 53, 21, 0.18), transparent 68%);
  filter: blur(42px);
  opacity: calc(0.32 + var(--scene-glow) * 0.32);
  pointer-events: none;
  animation: sectionGlow 8s ease-in-out infinite;
}

body.home-page.home-motion-live .carrusel-mixto[data-motion="active"] #carrusel-izquierdo {
  transform: translate3d(
    calc(var(--motion-x) * -30px + var(--surface-wave-x-alt)),
    calc(var(--motion-y) * -28px + var(--surface-wave-y)),
    0
  );
}

body.home-page.home-motion-live .carrusel-mixto[data-motion="active"] #carrusel-centro {
  transform: translate3d(
    calc(var(--motion-x) * 34px + var(--surface-wave-x)),
    calc(var(--motion-y) * 28px + var(--surface-wave-y-alt)),
    0
  );
}

body.home-page.home-motion-live .carrusel-mixto[data-motion="active"] #carrusel-derecho {
  transform: translate3d(
    calc(var(--motion-x) * -26px + var(--surface-wave-x-alt)),
    calc(var(--motion-y) * 24px + var(--surface-wave-y-alt)),
    0
  );
}

.home-page .carrusel-mixto .carrusel-lado {
  animation: panelFloat 10s ease-in-out infinite;
}

.home-page .carrusel-mixto .carrusel-centro {
  animation: panelFloat 8s ease-in-out infinite -1.8s;
}

body.home-page.home-motion-live .menu-stage[data-motion="active"] .menu-stage-copy {
  transform: translate3d(
    calc(var(--motion-x) * -28px + var(--surface-wave-x)),
    calc(var(--motion-y) * -22px + var(--surface-wave-y)),
    0
  );
}

body.home-page.home-motion-live .menu-stage[data-motion="active"] .menu-stage-art {
  transform: translate3d(
    calc(var(--motion-x) * 30px + var(--surface-wave-x-alt)),
    calc(var(--motion-y) * 22px + var(--surface-wave-y-alt)),
    0
  );
}

.menu-art-line {
  animation: artLineDrift 9s ease-in-out infinite;
}

.menu-art-line--center {
  animation-delay: -2s;
}

.menu-art-line--bottom {
  animation-delay: -4s;
}

.tab-link {
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.tab-link:hover {
  transform: translateY(-2px);
}

.tab-link.active {
  animation: activeTabPulse 4s ease-in-out infinite;
}

.limited-drop {
  position: relative;
  overflow: hidden;
}

.limited-drop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 24%, rgba(255, 67, 31, 0.08) 50%, transparent 76%);
  transform: translateX(-60%);
  pointer-events: none;
  animation: menuSweep 11s ease-in-out infinite;
}

body.home-page.home-motion-live .limited-drop.reveal-on-scroll.is-visible .limited-drop__copy {
  transform: translate3d(var(--surface-wave-x), var(--surface-wave-y), 0);
}

body.home-page.home-motion-live .limited-drop.reveal-on-scroll.is-visible .limited-drop__grid {
  transform: translate3d(var(--surface-wave-x-alt), var(--surface-wave-y-alt), 0);
}

.producto,
.review-card,
.faq-item,
.schedule-card {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    filter 0.35s ease;
}

.producto:hover,
.review-card:hover,
.faq-item:hover,
.schedule-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 44px rgba(0, 0, 0, 0.28);
}

.producto img,
.review-card__image {
  transition: transform 0.55s ease, filter 0.55s ease;
}

.producto img {
  animation: productArtFloat 7s ease-in-out infinite;
}

.producto:hover img,
.review-card:hover .review-card__image {
  transform: scale(1.05) translateY(-4px);
  filter: saturate(1.08);
}

body.home-page.home-motion-live .schedule-panel[data-motion="active"],
body.home-page.home-motion-live .reviews-panel[data-motion="active"] {
  transform: translate3d(
    calc(var(--motion-x) * 18px + var(--surface-wave-x-alt)),
    calc(var(--motion-y) * 16px + var(--surface-wave-y)),
    0
  );
}

.review-card__avatar {
  animation: avatarGlow 6.5s ease-in-out infinite;
}

@keyframes wordmarkDrift {
  0%,
  100% {
    transform: scale(1.16) translate3d(0, 0, 0);
    opacity: 0.22;
  }

  50% {
    transform: scale(1.2) translate3d(0, -10px, 0);
    opacity: 0.45;
  }
}

@keyframes heroTitleSurge {
  from {
    opacity: 0.78;
    transform: translate3d(-20px, 28px, 0) scale(0.96) rotate(-1.2deg);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

@keyframes heroFragmentIn {
  from {
    opacity: 0.82;
    transform: translate3d(0, 18px, 0) scale(0.985);
    filter: blur(4px);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes ambientPulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0.88;
    transform: scale(1.08);
  }
}

@keyframes headerSweep {
  0%,
  100% {
    transform: translateX(-45%);
    opacity: 0.22;
  }

  50% {
    transform: translateX(45%);
    opacity: 1;
  }
}

@keyframes ribbonFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--ribbon-rotation, 0deg));
  }

  50% {
    transform: translate3d(0, -6px, 0) rotate(calc(var(--ribbon-rotation, 0deg) + 0.9deg));
  }
}

.corner-stamp--top-left span {
  --ribbon-rotation: -20deg;
}

.corner-stamp--top-right span {
  --ribbon-rotation: 20deg;
}

.corner-stamp--bottom-left span {
  --ribbon-rotation: 20deg;
}

.corner-stamp--bottom-right span {
  --ribbon-rotation: -20deg;
}

@keyframes heroGlowSweep {
  0%,
  100% {
    transform: translate3d(-10%, 0, 0) scale(1);
    opacity: 0.26;
  }

  50% {
    transform: translate3d(4.6%, -1.8%, 0) scale(1.035);
    opacity: 0.65;
  }
}

@keyframes heroCopyEnter {
  from {
    opacity: 0.84;
    transform: translate3d(-26px, 28px, 0) scale(0.975) rotate(-0.9deg);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes heroVisualEnter {
  from {
    opacity: 0.84;
    transform: translate3d(34px, 16px, 0) scale(0.97) rotate(1.4deg);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes heroCardFloat {
  0%,
  100% {
    translate: 0 0;
    scale: 1;
  }

  50% {
    translate: 0 -10px;
    scale: 1.012;
  }
}

@keyframes heroImageBob {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  35% {
    transform: translate3d(4px, -7px, 0) rotate(-1.2deg) scale(1.012);
  }

  70% {
    transform: translate3d(-3px, -10px, 0) rotate(1.1deg) scale(1.018);
  }
}

@keyframes stampSwing {
  0%,
  100% {
    transform: rotate(-5.5deg);
  }

  50% {
    transform: rotate(1.3deg);
  }
}

@keyframes stampSparkPulse {
  0%,
  100% {
    opacity: 0.48;
    transform: scale(0.84) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: scale(1.18) rotate(18deg);
  }
}

@keyframes sheenPass {
  0% {
    transform: translateX(-135%);
  }

  60%,
  100% {
    transform: translateX(135%);
  }
}

@keyframes menuSweep {
  0%,
  100% {
    transform: translateX(-60%);
    opacity: 0.26;
  }

  50% {
    transform: translateX(60%);
    opacity: 0.76;
  }
}

@keyframes panelFloat {
  0%,
  100% {
    translate: 0 0;
    scale: 1;
  }

  50% {
    translate: 0 -9px;
    scale: 1.01;
  }
}

@keyframes artLineDrift {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.52;
  }

  50% {
    transform: translateX(9px);
    opacity: 0.8;
  }
}

@keyframes activeTabPulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 68, 30, 0);
  }

  50% {
    box-shadow: 0 18px 38px rgba(162, 22, 0, 0.34);
  }
}

@keyframes sectionGlow {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 0.34;
  }

  50% {
    transform: scale(1.05) translate3d(0, -5px, 0);
    opacity: 0.62;
  }
}

@keyframes productArtFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -6px, 0) scale(1.012);
  }
}

@keyframes utilityChipFloat {
  0%,
  100% {
    translate: 0 0;
    scale: 1;
  }

  50% {
    translate: 0 -6px;
    scale: 1.012;
  }
}

@keyframes logoPulse {
  0%,
  100% {
    translate: 0 0;
    scale: 1;
  }

  50% {
    translate: 0 -4px;
    scale: 1.024;
  }
}

@keyframes brandLift {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -4px;
  }
}

@keyframes headlineStorm {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
    scale: 1;
  }

  35% {
    translate: 4px -6px;
    rotate: -0.42deg;
    scale: 1.01;
  }

  70% {
    translate: -4px -9px;
    rotate: 0.54deg;
    scale: 1.014;
  }
}

@keyframes copyHoverDrift {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }

  40% {
    translate: 4px -4px;
    rotate: 0.3deg;
  }

  75% {
    translate: -5px -6px;
    rotate: -0.36deg;
  }
}

@keyframes heroVisualOrbit {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }

  35% {
    translate: 5px -6px;
    rotate: 0.54deg;
  }

  70% {
    translate: -6px -9px;
    rotate: -0.78deg;
  }
}

@keyframes sectionTiltPulse {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }

  50% {
    translate: 0 -6px;
    rotate: 0.24deg;
  }
}

@keyframes heroShellLevitate {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }

  35% {
    translate: 0 -4px;
    rotate: 0.1deg;
  }

  70% {
    translate: 0 -6px;
    rotate: -0.12deg;
  }
}

@keyframes ctaHeartbeat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 16px 36px rgba(162, 22, 0, 0.24);
  }

  35% {
    transform: translate3d(0, -3px, 0) scale(1.018);
    box-shadow: 0 21px 44px rgba(162, 22, 0, 0.34);
  }

  70% {
    transform: translate3d(0, -4px, 0) scale(1.03);
    box-shadow: 0 24px 48px rgba(162, 22, 0, 0.38);
  }
}

@keyframes heroCopyRock {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }

  32% {
    translate: -4px 2px;
    rotate: -0.36deg;
  }

  68% {
    translate: 5px -5px;
    rotate: 0.42deg;
  }
}

@keyframes heroActionSwing {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }

  35% {
    translate: 4px -3px;
    rotate: 0.3deg;
  }

  70% {
    translate: -4px -5px;
    rotate: -0.36deg;
  }
}

@keyframes avatarGlow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 61, 30, 0);
  }

  50% {
    box-shadow: 0 0 24px rgba(255, 61, 30, 0.24);
  }
}

@media (max-width: 920px) {
  .site-header::after,
  .menu-info::before,
  .limited-drop::before {
    animation-duration: 8s;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page::before,
  body.home-page::after,
  .site-header::after,
  .corner-stamp span,
  .hero-shell::after,
  .hero-kicker,
  .titulo-bienvenida,
  .hero-summary,
  .hero-spotlight-label,
  .hero-card-copy,
  .hero-secondary-word,
  .hero-secondary-copy,
  .hero-stamp-cluster,
  .hero-actions a,
  .hero-card--main,
  .hero-card--secondary,
  .hero-card--main img,
  .hero-stamp,
  .hero-stamp-spark,
  .hero-tags span,
  .hero-tags span::before,
  .btn-info,
  .btn-info::before,
  .menu-info::before,
  .carrusel-mixto::after,
  .home-page .carrusel-mixto .carrusel-lado,
  .home-page .carrusel-mixto .carrusel-centro,
  .menu-art-line,
  .tab-link.active,
  .limited-drop::before,
  .producto img,
  .review-card__avatar {
    animation: none !important;
  }

  .hero-copy,
  .hero-visual,
  .menu-stage-copy,
  .menu-stage-art,
  .carrusel-lado,
  .carrusel-centro,
  .schedule-panel,
  .reviews-panel,
  .reveal-on-scroll,
  .producto,
  .review-card,
  .faq-item,
  .schedule-card,
  .limited-drop__copy,
  .limited-drop__grid {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  body.home-page.home-motion-live .hero-shell[data-motion="active"] .hero-copy,
  body.home-page.home-motion-live .hero-shell[data-motion="active"] .hero-visual,
  body.home-page.home-motion-live .hero-shell[data-motion="active"] .hero-card--main,
  body.home-page.home-motion-live .hero-shell[data-motion="active"] .hero-card--secondary,
  body.home-page.home-motion-live .hero-stamp-cluster,
  body.home-page.home-motion-live .carrusel-mixto[data-motion="active"] #carrusel-izquierdo,
  body.home-page.home-motion-live .carrusel-mixto[data-motion="active"] #carrusel-centro,
  body.home-page.home-motion-live .carrusel-mixto[data-motion="active"] #carrusel-derecho,
  body.home-page.home-motion-live .menu-stage[data-motion="active"] .menu-stage-copy,
  body.home-page.home-motion-live .menu-stage[data-motion="active"] .menu-stage-art,
  body.home-page.home-motion-live .limited-drop.reveal-on-scroll.is-visible .limited-drop__copy,
  body.home-page.home-motion-live .limited-drop.reveal-on-scroll.is-visible .limited-drop__grid {
    transform: none !important;
  }

  .hero-kicker,
  .titulo-bienvenida,
  .hero-summary,
  .hero-spotlight-label,
  .hero-card-copy,
  .hero-secondary-word,
  .hero-secondary-copy,
  .hero-stamp-cluster,
  .hero-actions a,
  .hero-tags span {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* Final storefront fixes: persistent ribbons, complete mobile gallery and product slideshow. */
.corner-stamps {
  z-index: 18;
  opacity: 1;
  visibility: visible;
}

.corner-stamp,
.corner-stamp span {
  opacity: 1;
  visibility: visible;
}

.corner-stamp span {
  animation: none;
  background: #0b0b0b;
  border-top-color: rgba(255, 255, 255, 0.26);
  border-bottom-color: rgba(238, 45, 20, 0.62);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.42), inset 0 -1px 0 rgba(238, 45, 20, 0.34);
}

.product-modal-gallery {
  position: relative;
  min-height: 290px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 18px;
  background: #050505;
}

.modal-pedido .product-modal-gallery img {
  display: block;
  height: 290px;
  margin: 0;
  border-radius: 18px;
}

.product-gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 42px;
  height: 42px;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.84);
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}

.product-gallery-arrow--previous { left: 12px; }
.product-gallery-arrow--next { right: 12px; }

.product-gallery-controls {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 6px;
  background: rgba(5, 5, 5, 0.88);
  color: #fff;
  font-size: 0.75rem;
}

.product-gallery-controls[hidden],
.product-gallery-arrow[hidden] {
  display: none;
}

.product-gallery-controls button {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 74, 40, 0.5);
  border-radius: 4px;
  background: #171717;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 780px) {
  .site-header {
    z-index: 20;
  }

  .corner-stamps {
    display: block;
  }

  .corner-stamp--top-right,
  .corner-stamp--bottom-left {
    display: none;
  }

  .corner-stamp--top-left {
    top: 112px;
  }

  .corner-stamp--bottom-right {
    bottom: 2px;
  }

  .corner-stamp span {
    width: 430px;
    height: 30px;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .carrusel-mixto {
    display: block;
    min-height: 0;
    padding: 10px;
  }

  .carrusel-mixto #carrusel-izquierdo,
  .carrusel-mixto #carrusel-derecho {
    display: none;
  }

  .home-page .carrusel-mixto #carrusel-centro {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .home-page .carrusel-mixto #carrusel-centro img {
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: contain;
    transform: none;
    background: #080808;
    border-radius: inherit;
  }

  .home-page .carrusel-mixto #carrusel-centro img.active {
    transform: none;
  }

  .product-modal-gallery,
  .modal-pedido .product-modal-gallery img {
    min-height: 0;
    height: min(76vw, 310px);
  }
}

/* Catalog promotions and compact mobile ordering */
.productos .producto--promotion,
.limited-drop .producto--promotion {
  border-bottom: 3px solid var(--promotion-color, #c9171e) !important;
}

.promotion-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  max-width: calc(100% - 36px);
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--promotion-color, #c9171e);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.producto--promotion .producto-tag,
.producto--limited .producto-tag {
  margin-top: 38px;
}

.product-card-copy {
  display: grid;
  gap: 7px;
}

.promotion-subtitle,
.product-local-only {
  margin: 0;
  line-height: 1.4;
}

.promotion-subtitle {
  color: #f0cdc5;
  font-size: 0.86rem;
}

.product-local-only {
  padding: 8px 10px;
  border-left: 3px solid #d89e38;
  border-radius: 4px;
  background: rgba(216, 158, 56, 0.1);
  color: #f3d9a8;
  font-size: 0.78rem;
  font-weight: 700;
}

.productos .producto .valor,
.limited-drop .producto .valor,
.modal-pedido .valor {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.productos .producto .valor del,
.limited-drop .producto .valor del,
.modal-pedido .valor del {
  color: #a78f87;
  font-size: 0.82em;
  text-decoration-color: var(--promotion-color, #c9171e);
  text-decoration-thickness: 2px;
}

.modal-pedido {
  border-bottom: 4px solid var(--promotion-color, #c9171e) !important;
}

.modal-promotion-name,
.modal-promotion-subtitle {
  margin: 0;
}

.modal-promotion-name {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--promotion-color, #c9171e);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.modal-promotion-subtitle {
  color: #d9c2b9;
  line-height: 1.5;
}

.modal-local-only {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  border: 1px solid rgba(216, 158, 56, 0.38);
  border-radius: 8px;
  background: rgba(216, 158, 56, 0.1);
  color: #f3d9a8;
}

.modal-local-only span {
  font-size: 0.84rem;
  line-height: 1.45;
}

@media (max-width: 780px) {
  html,
  body.home-page {
    max-width: 100%;
    overflow-x: clip;
  }

  .site-header {
    position: relative;
    top: auto;
    gap: 10px;
    padding: 10px 12px;
  }

  .brand-lockup {
    gap: 12px;
  }

  .site-header .logo img {
    width: 72px;
    height: 72px;
    border-radius: 12px;
  }

  .brand-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .brand-copy span {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .header-link {
    min-height: 42px;
  }

  #menu {
    scroll-margin-top: 30px;
  }

  .corner-stamps,
  .menu-stage {
    display: none;
  }

  .productos {
    padding-top: 18px;
  }

  .productos .tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: calc(100% - 20px);
    margin-top: 0;
    gap: 6px;
    overflow: visible;
    padding: 0;
  }

  .productos .tab-link {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 6px 5px;
    border-radius: 6px;
    white-space: normal;
    font-size: 0.67rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .productos-container,
  .limited-drop__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .productos-container {
    margin-top: 20px;
    padding: 0 4px;
  }

  .limited-drop {
    padding: 16px 12px;
  }

  .limited-drop__copy h3 {
    font-size: 2.2rem;
  }

  .productos .producto,
  .limited-drop .producto {
    min-width: 0;
    padding: 8px 8px 10px !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.26);
  }

  .productos .producto:hover,
  .limited-drop .producto:hover {
    transform: none;
  }

  .productos .producto img,
  .limited-drop .producto img {
    width: 100% !important;
    height: clamp(116px, 34vw, 132px) !important;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 6px !important;
  }

  .productos .producto h4,
  .limited-drop .producto h4 {
    min-height: 2.1em;
    margin: 7px 0 0;
    font-size: 1.02rem;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .product-card-copy {
    gap: 5px;
  }

  .productos .producto .valor,
  .limited-drop .producto .valor {
    min-height: 1.35em;
    margin: 0;
    gap: 5px;
    font-size: 0.8rem;
  }

  .promotion-subtitle {
    font-size: 0.68rem;
  }

  .product-local-only {
    min-height: 48px;
    padding: 6px;
    font-size: 0.62rem;
  }

  .producto-tag,
  .promotion-badge,
  .product-status-chip {
    min-height: 24px;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 0.56rem;
    letter-spacing: 0;
  }

  .promotion-badge {
    top: 8px;
    left: 8px;
    max-width: calc(100% - 16px);
  }

  .producto--promotion .producto-tag,
  .producto--limited .producto-tag {
    margin-top: 28px;
  }

  .product-status-chip {
    top: 8px;
    right: 8px;
  }

  .productos .producto .producto-cta,
  .limited-drop .producto .producto-cta {
    min-height: 36px;
    margin-top: 8px;
    padding: 6px;
    border-radius: 6px;
    font-size: 0.66rem;
  }

  .carrusel-mixto .carrusel-lado img,
  .carrusel-mixto .carrusel-centro img {
    object-fit: contain;
    background: #080808;
  }

  #carrito-icono {
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
    width: 60px;
    height: 60px;
  }

  #carrito-icono svg {
    width: 27px;
    height: 27px;
  }
}

@media (max-width: 360px) {
  .productos .tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .productos-container,
  .limited-drop__grid {
    gap: 7px;
  }

  .productos .producto,
  .limited-drop .producto {
    padding: 6px 6px 8px !important;
  }
}

/* Keep the brand ribbons visible after every mobile catalog override above. */
@media (max-width: 780px) {
  .corner-stamps {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .corner-stamp {
    width: 250px;
    height: 150px;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .corner-stamp--top-left,
  .corner-stamp--bottom-right {
    display: block !important;
  }

  .corner-stamp--top-right,
  .corner-stamp--bottom-left {
    display: none !important;
  }

  .corner-stamp span {
    width: 430px;
    height: 30px;
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
  }
}

body.home-page {
  --page-scroll-ratio: 0;
}

.ambient-burger-field {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: clip;
}

.ambient-burger {
  position: fixed;
  opacity: 0.15;
  filter: saturate(1.04);
  animation: ambientBurgerDrift 18s ease-in-out infinite;
}

.ambient-burger img,
.floating-burger,
.floating-burger img {
  display: block;
  max-width: 100%;
}

.ambient-burger img,
.hero-float img,
.edition-panel-visual img {
  transform: translate3d(0, var(--scroll-shift, 0px), 0) rotate(var(--scroll-rotate, 0deg));
  filter: drop-shadow(0 30px 48px rgba(0, 0, 0, 0.48));
}

.ambient-burger--north {
  top: 14vh;
  left: -6vw;
  width: clamp(180px, 20vw, 300px);
}

.ambient-burger--east {
  top: 24vh;
  right: -8vw;
  width: clamp(220px, 24vw, 360px);
  animation-duration: 22s;
  animation-delay: -4s;
}

.ambient-burger--south {
  right: 10vw;
  bottom: 6vh;
  width: clamp(190px, 18vw, 280px);
  animation-duration: 20s;
  animation-delay: -9s;
}

.edition-hero {
  width: min(1480px, calc(100% - 28px));
  min-height: clamp(760px, calc(100svh - 90px), 980px);
  margin: 24px auto 0;
  padding: clamp(30px, 4vw, 46px);
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: center;
}

.edition-hero::before {
  inset: -7% -4%;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 74, 36, 0.22), transparent 24%),
    radial-gradient(circle at 80% 24%, rgba(255, 206, 128, 0.08), transparent 28%),
    url("../img/benigno-wordmark.png") no-repeat center center;
  background-size: auto, auto, min(150vw, 2200px) auto;
  filter: blur(38px) brightness(0.34) saturate(118%);
  opacity: 0.82;
}

.edition-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 74, 36, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 28%, rgba(255, 95, 53, 0.06) 100%);
  z-index: 0;
  pointer-events: none;
}

.edition-hero .hero-copy {
  padding: clamp(12px, 1.8vw, 18px) 0;
  max-width: 39rem;
  align-self: center;
}

.edition-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.edition-meta span,
.edition-panel-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(249, 239, 231, 0.82);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.edition-hero .titulo-bienvenida {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(4.8rem, 8vw, 8rem);
  line-height: 0.84;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-wrap: balance;
}

.edition-hero .hero-summary {
  margin: 24px 0 0;
  max-width: 34rem;
  color: rgba(244, 236, 228, 0.8);
  font-size: clamp(1.04rem, 1.6vw, 1.18rem);
  line-height: 1.65;
}

.edition-hero .hero-actions {
  margin-top: 30px;
}

.edition-hero .hero-tags {
  margin-top: 22px;
}

.edition-hero .hero-tags span {
  min-height: 44px;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    rgba(12, 12, 12, 0.74);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.hero-rail article {
  min-height: 142px;
  padding: 20px 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(10, 10, 10, 0.58);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.18);
}

.hero-rail article span {
  display: block;
  margin-bottom: 12px;
  color: #ff845f;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.28em;
}

.hero-rail article strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #fff4ec;
}

.hero-rail article p {
  margin: 0;
  color: rgba(244, 236, 228, 0.72);
  line-height: 1.55;
}

.edition-visual {
  position: relative;
  min-height: 780px;
  overflow: visible;
}

.edition-stage {
  min-height: 730px;
  padding: clamp(22px, 2vw, 28px);
  border-radius: 42px;
  border: 1px solid rgba(255, 87, 52, 0.18);
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.96), rgba(7, 7, 7, 0.99)),
    radial-gradient(circle at center, rgba(255, 67, 31, 0.08), transparent 54%);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.edition-stage::before {
  display: none;
}

.edition-stage .hero-spotlight-label {
  margin-bottom: 0;
}

.edition-stage-copy {
  position: absolute;
  inset: 30px 30px auto 30px;
  z-index: 4;
  max-width: 22rem;
  display: grid;
  gap: 10px;
}

.edition-stage-copy span {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 246, 240, 0.86);
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.edition-stage-copy h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 0.9;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff5ed;
}

.edition-stage-copy p {
  margin: 0;
  max-width: 17rem;
  color: rgba(244, 236, 228, 0.76);
  line-height: 1.55;
}

.edition-stage-core {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  padding-top: 120px;
}

.edition-stage-glow {
  position: absolute;
  inset: auto 16% 10% 16%;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 78, 42, 0.28), transparent 68%);
  filter: blur(46px);
  opacity: 0.95;
  animation: editionGlowPulse 7.4s ease-in-out infinite;
}

.edition-stage-main {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  animation: none !important;
  transform: translate3d(0, var(--scroll-shift, 0px), 0) rotate(calc(-4deg + var(--scroll-rotate, 0deg)));
  filter: drop-shadow(0 36px 58px rgba(0, 0, 0, 0.48));
}

.hero-float {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  animation: heroOrbitFloat 12s ease-in-out infinite;
}

.hero-float--crispy {
  top: 3%;
  right: -4%;
  width: clamp(210px, 28vw, 360px);
  animation-delay: -2s;
}

.hero-float--pampa {
  bottom: 12%;
  left: -14%;
  width: clamp(220px, 32vw, 390px);
  animation-duration: 14s;
}

.hero-float--ranch {
  right: 4%;
  bottom: -10%;
  width: clamp(180px, 24vw, 280px);
  animation-duration: 11s;
  animation-delay: -4s;
}

.edition-note {
  position: absolute;
  left: 2%;
  bottom: 18%;
  width: min(280px, 38%);
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 10, 0.8);
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.edition-note::before {
  display: none;
}

.edition-note .hero-secondary-word {
  margin: 0;
  font-size: clamp(1.6rem, 2.8vw, 2.8rem);
  letter-spacing: 0.12em;
}

.edition-note .hero-secondary-copy {
  margin: 10px 0 0;
  color: rgba(244, 236, 228, 0.76);
  line-height: 1.58;
}

.edition-story {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(24px, 3vw, 42px);
  width: min(1480px, calc(100% - 32px));
  margin: 34px auto 0;
  padding: 18px 0 6px;
}

.edition-story::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 94, 63, 0.4), transparent);
}

.edition-story-intro {
  position: sticky;
  top: 104px;
  align-self: start;
  display: grid;
  gap: 16px;
  padding-top: 18px;
}

.edition-story-intro h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 4.6vw, 4.9rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.edition-story-intro p {
  margin: 0;
  max-width: 24rem;
  color: rgba(244, 236, 228, 0.76);
  line-height: 1.66;
}

.edition-story-track {
  display: grid;
  gap: 22px;
}

.edition-panel {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: clamp(24px, 3vw, 32px);
  border-radius: 34px;
  border: 1px solid rgba(255, 83, 47, 0.16);
  background:
    linear-gradient(180deg, rgba(14, 14, 14, 0.96), rgba(5, 5, 5, 0.99)),
    radial-gradient(circle at top right, rgba(255, 67, 31, 0.08), transparent 44%);
  box-shadow: var(--benigno-shadow);
}

.edition-panel::before {
  content: "";
  position: absolute;
  inset: auto 12% -10% 12%;
  height: 160px;
  background: radial-gradient(circle, rgba(255, 63, 32, 0.18), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.edition-panel--wide {
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(0, 0.46fr);
  align-items: center;
  gap: 20px;
}

.edition-panel--split {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(220px, 0.44fr);
  align-items: stretch;
  gap: 18px;
}

.edition-panel-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  max-width: 28rem;
}

.edition-panel-index {
  display: block;
  color: #ff835f;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.24em;
}

.edition-panel-copy h3 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 3.7rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.edition-panel-copy p {
  margin: 0;
  color: rgba(244, 236, 228, 0.76);
  line-height: 1.68;
}

.edition-panel-visual {
  position: relative;
  min-height: 290px;
  display: grid;
  place-items: center;
}

.edition-panel-visual img {
  width: min(100%, 440px);
}

.edition-panel-visual--ranch img {
  width: min(100%, 390px);
}

.edition-panel-callout {
  display: grid;
  align-content: end;
  justify-items: end;
  gap: 6px;
  padding: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.edition-panel-callout p {
  margin: 0;
  color: rgba(255, 246, 240, 0.82);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-align: right;
  text-shadow: 0 0 24px rgba(255, 78, 42, 0.12);
}

.edition-panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.edition-panel--alt {
  background:
    linear-gradient(135deg, rgba(20, 10, 8, 0.96), rgba(6, 6, 6, 0.99)),
    radial-gradient(circle at 80% 30%, rgba(255, 107, 58, 0.12), transparent 42%);
}

@keyframes ambientBurgerDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-4deg);
  }
  50% {
    transform: translate3d(0, -16px, 0) rotate(3deg);
  }
}

@keyframes heroOrbitFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -20px, 0);
  }
}

@keyframes editionGlowPulse {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@media (max-width: 1180px) {
  .ambient-burger--east {
    right: -12vw;
  }

  .edition-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .edition-visual {
    min-height: 700px;
  }

  .edition-note {
    left: auto;
    right: 4%;
    bottom: 8%;
  }

  .hero-rail,
  .edition-story,
  .edition-panel--wide,
  .edition-panel--split {
    grid-template-columns: 1fr;
  }

  .edition-story-intro {
    position: relative;
    top: auto;
  }

  .edition-panel-callout {
    justify-items: start;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0 0;
  }

  .edition-panel-callout p {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .ambient-burger-field {
    display: none;
  }

  .edition-hero {
    width: calc(100% - 18px);
    padding: 22px 18px 28px;
  }

  .edition-hero .titulo-bienvenida {
    font-size: clamp(3.3rem, 15vw, 5.4rem);
  }

  .edition-hero .hero-summary {
    font-size: 1rem;
  }

  .hero-rail article {
    min-height: auto;
  }

  .edition-visual {
    min-height: 560px;
  }

  .edition-stage {
    min-height: 520px;
    padding: 18px;
  }

  .edition-stage-copy {
    position: relative;
    inset: auto;
    max-width: none;
    margin-top: 12px;
  }

  .edition-stage-core {
    min-height: 320px;
    padding-top: 18px;
  }

  .hero-float--crispy {
    right: -10%;
    bottom: -4%;
    top: auto;
    width: 220px;
  }

  .hero-float--pampa {
    top: 8%;
    left: -12%;
    bottom: auto;
    width: 220px;
  }

  .hero-float--ranch {
    display: none;
  }

  .edition-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 16px;
  }

  .edition-story {
    width: calc(100% - 20px);
  }

  .edition-panel {
    min-height: auto;
    padding: 22px;
  }

  .edition-panel-visual img,
  .edition-panel-visual--ranch img {
    width: min(100%, 320px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ambient-burger,
  .hero-float,
  .edition-stage-glow {
    animation: none !important;
  }

  .ambient-burger img,
  .hero-float img,
  .edition-stage-main,
  .edition-panel-visual img {
    transform: none !important;
  }
}

/* Keep ribbon ends outside the viewport so they read as continuous bands. */
.corner-stamps {
  overflow: visible;
}

.corner-stamp,
.corner-stamp span {
  overflow: visible;
}

.corner-stamp span {
  width: 760px;
  justify-content: flex-start;
  animation: none !important;
}

@media (min-width: 1081px) {
  .corner-stamp span {
    width: 520px;
  }

  .corner-stamp--top-left,
  .corner-stamp--top-right {
    top: -45px;
  }

  .corner-stamp--top-left span,
  .corner-stamp--top-right span {
    top: 42px;
  }

  .corner-stamp--top-left span,
  .corner-stamp--bottom-left span {
    left: -176px;
  }

  .corner-stamp--top-right span,
  .corner-stamp--bottom-right span {
    right: -176px;
  }

  .corner-stamp--bottom-left,
  .corner-stamp--bottom-right {
    bottom: -45px;
  }

  .corner-stamp--bottom-left span,
  .corner-stamp--bottom-right span {
    bottom: 42px;
  }
}

@media (max-width: 1080px) {
  .corner-stamp {
    width: 260px;
    height: 180px;
  }

  .corner-stamp--top-left,
  .corner-stamp--bottom-right {
    display: block !important;
  }

  .corner-stamp--top-right,
  .corner-stamp--bottom-left {
    display: none !important;
  }

  .corner-stamp span {
    width: 760px;
    height: 30px;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .corner-stamp--top-left {
    top: -80px;
  }

  .corner-stamp--top-left span {
    top: 44px;
    left: -250px;
  }

  .corner-stamp--bottom-right {
    right: 0;
    bottom: -80px;
  }

  .corner-stamp--bottom-right span {
    right: -250px;
    bottom: 44px;
  }
}

@media (max-width: 780px) {
  .titulo-bienvenida {
    width: 100%;
    max-width: 100%;
    font-size: 4rem;
    line-height: 0.88;
    letter-spacing: 0;
  }

  .hero-tags,
  .hero-tags span {
    width: 100%;
    max-width: 100%;
  }

  .schedule-panel__header,
  .schedule-panel__header h2 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .schedule-panel__header h2 {
    font-size: 2.65rem;
    line-height: 0.9;
    overflow-wrap: anywhere;
  }

  .corner-stamp--top-left {
    top: -10px;
  }

  .corner-stamp--top-left span,
  .corner-stamp--bottom-right span {
    width: 520px;
    height: 28px;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    transform: rotate(-12deg);
  }

  .corner-stamp--top-left span {
    top: 24px;
    left: -250px;
  }

  .corner-stamp--bottom-right {
    right: 0;
    bottom: -10px;
  }

  .corner-stamp--bottom-right span {
    right: -250px;
    bottom: 24px;
  }
}

.floating-burger-layer,
.hero-floating-set {
  display: none !important;
}

.hero-shell {
  overflow: hidden;
}

.floating-burger-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: clip;
  perspective: 1800px;
}

.floating-burger-scene {
  position: fixed;
  isolation: isolate;
  opacity: var(--burger-scene-opacity, 0.42);
  pointer-events: none;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  animation: burgerSceneDrift 7.8s cubic-bezier(0.37, 0, 0.22, 1) infinite;
}

.floating-burger-glow,
.hero-orbit-burger__glow {
  position: absolute;
  inset: 14% 12% 10%;
  z-index: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 48% 46%, rgba(255, 176, 84, 0.22), rgba(255, 88, 36, 0.12) 42%, transparent 74%),
    radial-gradient(circle at 60% 64%, rgba(255, 222, 160, 0.14), transparent 58%);
  filter: blur(52px);
  opacity: var(--burger-glow-opacity, 0.5);
  transform: scale(var(--burger-glow-scale, 1.08));
  animation: burgerGlowPulse 5.6s ease-in-out infinite;
}

.floating-burger-cloud,
.hero-orbit-burger__cloud {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: var(--burger-cloud-opacity, 0.3);
  transform:
    translate3d(0, calc(var(--scroll-shift, 0px) * 0.52), 0)
    rotate(calc(var(--scroll-rotate, 0deg) * 0.52))
    scale(calc(var(--burger-cloud-scale, 1.08) * var(--scroll-scale, 1)));
  filter:
    blur(var(--burger-cloud-blur, 12px))
    saturate(1.06)
    brightness(1.02)
    drop-shadow(0 34px 54px rgba(0, 0, 0, 0.18));
  will-change: transform, opacity, filter;
  animation: burgerCloudBreath 6.2s ease-in-out infinite;
}

.floating-burger-asset,
.hero-orbit-burger__asset {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  transform:
    translate3d(0, var(--scroll-shift, 0px), 0)
    rotate(var(--scroll-rotate, 0deg))
    scale(calc(var(--burger-subject-scale, 1) * var(--scroll-scale, 1)));
  filter:
    blur(var(--burger-subject-blur, 0.12px))
    saturate(1.04)
    brightness(0.98)
    contrast(1.04)
    drop-shadow(0 36px 60px rgba(0, 0, 0, 0.54));
  will-change: transform, filter;
  animation: burgerSubjectPulse 7.4s cubic-bezier(0.37, 0, 0.22, 1) infinite;
}

.floating-burger-scene--left {
  top: 24%;
  left: -12%;
  width: clamp(168px, 16vw, 228px);
  --burger-scene-opacity: 0.32;
  --burger-cloud-blur: 14px;
  --burger-cloud-opacity: 0.2;
  --burger-glow-opacity: 0.24;
  --burger-glow-scale: 1.12;
}

.floating-burger-scene--right {
  top: 18%;
  right: -14%;
  width: clamp(176px, 16vw, 236px);
  --burger-scene-opacity: 0.26;
  --burger-cloud-blur: 12px;
  --burger-cloud-opacity: 0.24;
  --burger-glow-opacity: 0.28;
  animation-duration: 8.6s;
  animation-delay: -5s;
}

.floating-burger-scene--lower {
  right: 3%;
  bottom: 7%;
  width: clamp(158px, 15vw, 214px);
  --burger-scene-opacity: 0.3;
  --burger-cloud-blur: 16px;
  --burger-cloud-opacity: 0.28;
  --burger-glow-opacity: 0.32;
  --burger-glow-scale: 1.14;
  animation-duration: 9.4s;
  animation-delay: -9s;
}

.hero-shell {
  overflow: visible;
}

.hero-floating-set {
  position: absolute;
  inset: -10% -18%;
  z-index: 0;
  pointer-events: none;
  perspective: 1900px;
}

.hero-orbit-burger {
  position: absolute;
  isolation: isolate;
  opacity: var(--hero-orbit-opacity, 0.5);
  transform-style: preserve-3d;
  transform-origin: 50% 52%;
  --burger-cloud-opacity: 0.34;
  --burger-cloud-blur: 14px;
  --burger-glow-opacity: 0.38;
  --burger-glow-scale: 1.14;
  --burger-subject-scale: 1.01;
  animation: heroBurgerOrbit 9.4s cubic-bezier(0.37, 0, 0.22, 1) infinite;
}

.hero-orbit-burger--left {
  left: -24%;
  top: 22%;
  width: clamp(156px, 18vw, 230px);
  --hero-orbit-opacity: 0.36;
  --burger-cloud-blur: 16px;
  --burger-glow-opacity: 0.3;
  animation-duration: 7.2s;
}

.hero-orbit-burger--top {
  right: -6%;
  top: -18%;
  width: clamp(144px, 15vw, 196px);
  --hero-orbit-opacity: 0.4;
  --burger-cloud-blur: 14px;
  --burger-cloud-opacity: 0.32;
  animation-delay: -2s;
}

.hero-orbit-burger--bottom {
  right: -24%;
  bottom: -16%;
  width: clamp(146px, 15vw, 204px);
  --hero-orbit-opacity: 0.44;
  --burger-cloud-blur: 18px;
  --burger-cloud-opacity: 0.38;
  --burger-glow-opacity: 0.42;
  animation-duration: 7.8s;
  animation-delay: -4.4s;
}

@keyframes burgerSceneDrift {
  0% {
    transform: translate3d(0, 0, 0) rotateZ(-9deg) rotateX(6deg) rotateY(-12deg) scale(0.96);
  }
  22% {
    transform: translate3d(24px, -30px, 48px) rotateZ(-2deg) rotateX(3deg) rotateY(10deg) scale(1.04);
  }
  48% {
    transform: translate3d(-34px, -86px, 124px) rotateZ(12deg) rotateX(-8deg) rotateY(18deg) scale(1.14);
  }
  74% {
    transform: translate3d(-32px, 8px, 34px) rotateZ(-8deg) rotateX(7deg) rotateY(-10deg) scale(1.04);
  }
  100% {
    transform: translate3d(0, 0, 0) rotateZ(-9deg) rotateX(6deg) rotateY(-12deg) scale(0.96);
  }
}

@keyframes heroBurgerOrbit {
  0% {
    transform: translate3d(0, 0, 0) rotateZ(-6deg) rotateX(4deg) rotateY(-8deg) scale(1);
  }
  18% {
    transform: translate3d(28px, -24px, 56px) rotateZ(2deg) rotateX(8deg) rotateY(12deg) scale(1.06);
  }
  42% {
    transform: translate3d(-26px, -74px, 132px) rotateZ(12deg) rotateX(-8deg) rotateY(22deg) scale(1.16);
  }
  68% {
    transform: translate3d(-34px, 2px, 38px) rotateZ(-6deg) rotateX(7deg) rotateY(-12deg) scale(1.05);
  }
  100% {
    transform: translate3d(0, 0, 0) rotateZ(-6deg) rotateX(4deg) rotateY(-8deg) scale(1);
  }
}

@keyframes burgerCloudBreath {
  0%,
  100% {
    opacity: var(--burger-cloud-opacity, 0.54);
    transform:
      translate3d(-10px, calc(var(--scroll-shift, 0px) * 0.54), 0)
      rotate(calc(var(--scroll-rotate, 0deg) * 0.58 - 2.4deg))
      scale(var(--burger-cloud-scale, 1.12));
  }
  35% {
    opacity: calc(var(--burger-cloud-opacity, 0.3) + 0.08);
    transform:
      translate3d(12px, calc(var(--scroll-shift, 0px) * 0.7 - 14px), 0)
      rotate(calc(var(--scroll-rotate, 0deg) * 0.72 + 3deg))
      scale(calc((var(--burger-cloud-scale, 1.08) + 0.08) * var(--scroll-scale, 1)));
  }
  70% {
    opacity: calc(var(--burger-cloud-opacity, 0.3) + 0.14);
    transform:
      translate3d(-14px, calc(var(--scroll-shift, 0px) * 0.8 - 24px), 0)
      rotate(calc(var(--scroll-rotate, 0deg) * 0.78 - 3.6deg))
      scale(calc((var(--burger-cloud-scale, 1.08) + 0.12) * var(--scroll-scale, 1)));
  }
}

@keyframes burgerGlowPulse {
  0%,
  100% {
    opacity: var(--burger-glow-opacity, 0.5);
    transform: scale(var(--burger-glow-scale, 1.08));
  }
  35% {
    opacity: calc(var(--burger-glow-opacity, 0.5) + 0.16);
    transform: scale(calc(var(--burger-glow-scale, 1.08) + 0.12));
  }
  70% {
    opacity: calc(var(--burger-glow-opacity, 0.5) + 0.24);
    transform: scale(calc(var(--burger-glow-scale, 1.08) + 0.18));
  }
}

@keyframes burgerSubjectPulse {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
    scale: 1;
    filter:
      blur(var(--burger-subject-blur, 0.12px))
      saturate(1.04)
      brightness(0.98)
      contrast(1.04)
      drop-shadow(0 36px 60px rgba(0, 0, 0, 0.54));
  }
  35% {
    translate: 14px -16px;
    rotate: 4deg;
    scale: 1.04;
    filter:
      blur(calc(var(--burger-subject-blur, 0.12px) + 0.16px))
      saturate(1.08)
      brightness(1.02)
      contrast(1.06)
      drop-shadow(0 44px 72px rgba(0, 0, 0, 0.58));
  }
  72% {
    translate: -16px -32px;
    rotate: -5deg;
    scale: 1.08;
    filter:
      blur(calc(var(--burger-subject-blur, 0.12px) + 0.22px))
      saturate(1.1)
      brightness(1.04)
      contrast(1.08)
      drop-shadow(0 54px 84px rgba(0, 0, 0, 0.62));
  }
}

@media (max-width: 980px) {
  .floating-burger-scene--left,
  .floating-burger-scene--right {
    --burger-cloud-opacity: 0.16;
    --burger-glow-opacity: 0.18;
  }

  .hero-floating-set {
    inset: -6% -10%;
  }

  .hero-orbit-burger--left {
    left: -10%;
    top: 6%;
    width: clamp(150px, 24vw, 210px);
    --burger-cloud-blur: 12px;
  }

  .hero-orbit-burger--top {
    right: 0;
    top: -8%;
    width: clamp(140px, 20vw, 190px);
    --burger-cloud-blur: 10px;
  }

  .hero-orbit-burger--bottom {
    right: -10%;
    bottom: -8%;
    width: clamp(130px, 20vw, 180px);
    --burger-cloud-blur: 12px;
  }
}

@media (max-width: 640px) {
  .floating-burger-layer {
    display: none;
  }

  .hero-floating-set {
    inset: -4% -8%;
  }

  .hero-orbit-burger--left {
    left: -14%;
    top: 12%;
    width: 150px;
    --burger-cloud-opacity: 0.2;
    --burger-glow-opacity: 0.18;
  }

  .hero-orbit-burger--top {
    right: -4%;
    top: -4%;
    width: 128px;
    --burger-cloud-opacity: 0.18;
    --burger-glow-opacity: 0.16;
  }

  .hero-orbit-burger--bottom {
    right: -10%;
    bottom: -6%;
    width: 132px;
    --burger-cloud-opacity: 0.22;
    --burger-glow-opacity: 0.18;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-burger-scene,
  .hero-orbit-burger,
  .floating-burger-cloud,
  .hero-orbit-burger__cloud,
  .floating-burger-glow,
  .hero-orbit-burger__glow,
  .floating-burger-asset,
  .hero-orbit-burger__asset {
    animation: none !important;
  }

  .floating-burger-cloud,
  .hero-orbit-burger__cloud,
  .floating-burger-asset,
  .hero-orbit-burger__asset {
    transform: none !important;
  }
}
