:root {
  --black: #0f0f0f;
  --yellow: #ffc400;
  --red: #e60012;
  --orange: #ff8c00;
  --white: #ffffff;
  --ink: #151515;
  --cream: #fff8e7;
  --muted: #ffe9aa;
  --shadow-hard: 8px 8px 0 var(--ink);
  --shadow-red: 8px 8px 0 #7c0009;
  --radius: 18px;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 196, 0, .15), transparent 24rem),
    radial-gradient(circle at 85% 15%, rgba(230, 0, 18, .17), transparent 25rem),
    var(--black);
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .13;
  background-image:
    linear-gradient(30deg, transparent 47%, rgba(255, 196, 0, .75) 48%, transparent 50%),
    linear-gradient(150deg, transparent 47%, rgba(230, 0, 18, .65) 48%, transparent 50%);
  background-size: 120px 120px;
  pointer-events: none;
}

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

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

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

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--black);
  background: var(--yellow);
  border: 3px solid var(--black);
  border-radius: 999px;
  transform: translateY(-160%);
}

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

.site-header {
  position: fixed;
  inset: 14px 18px auto;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(calc(100% - 36px), 1280px);
  margin: 0 auto;
  padding: 10px 14px;
  border: 3px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(15, 15, 15, .78);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .35);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 200px;
  height: 110px;
  filter: drop-shadow(5px 5px 0 #ffffff);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--white);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.10rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-order,
.btn,
.download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border: 3px solid var(--white);
  border-radius: 999px;
  color: var(--white);
  background: var(--red);
  box-shadow: 5px 5px 0 #1e1e1e;
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.header-order:hover,
.btn:hover,
.download-link:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 #f66d2d;
  filter: saturate(1.08);
}

.header-order svg,
.btn svg,
.download-link svg,
.floating-whatsapp svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 3px solid var(--white);
  border-radius: 14px;
  color: var(--white);
  background: var(--red);
  box-shadow: 4px 4px 0 #000;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 3px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr);
  align-items: center;
  gap: 28px;
  padding: 128px max(24px, calc((100vw - var(--max)) / 2)) 72px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 74% 42%, rgba(255, 196, 0, .22), transparent 25rem),
    linear-gradient(110deg, rgba(15, 15, 15, .98) 0 46%, rgba(15, 15, 15, .72) 68%, rgba(230, 0, 18, .32) 100%),
    var(--black);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: auto -5vw -42px;
  height: 150px;
  background: var(--yellow);
  clip-path: polygon(0 45%, 9% 55%, 18% 41%, 28% 56%, 39% 42%, 53% 57%, 66% 43%, 79% 60%, 90% 44%, 100% 58%, 100% 100%, 0 100%);
}

.comic-doodle {
  position: absolute;
  width: 130px;
  height: 130px;
  border: 10px solid var(--yellow);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity: .6;
  pointer-events: none;
}

.doodle-one {
  top: 15%;
  left: 43%;
  transform: rotate(-18deg);
}

.doodle-two {
  right: 4%;
  bottom: 15%;
  border-color: var(--red);
  border-left-color: transparent;
  transform: rotate(22deg);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-logo {
  width: clamp(100px, 26vw, 330px);
  height: auto;
  margin: 0 0 10px;
  filter: drop-shadow(8px 8px 0 #000);
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  padding: 6px 14px;
  border: 3px solid var(--black);
  border-radius: 999px;
  color: var(--black);
  background: var(--yellow);
  box-shadow: 4px 4px 0 #000;
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.delivery-copy h2,
.pdf-copy h2,
.final-cta h2 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  letter-spacing: 0;
  line-height: .9;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 740px;
  /* 1. Achicamos la letra: bajamos el mínimo de 3.4 a 2.8 y el máximo de 8.5 a 6.5 */
  font-size: clamp(2.8rem, 9vw, 6.1rem); 
  
  /* 2. Bajamos la posición: añade espacio en la parte superior */
  margin-top: 60px; 
  
  /* 3. Centramos el texto dentro de su columna */
  text-align: center;
  margin-inline: auto; 
  
  color: var(--white);
  text-shadow:
    6px 6px 0 #000,
    10px 10px 0 var(--red);

    /* AGREGAR ESTO: */
  line-height: 1.1;      /* Aumenta la separación vertical entre líneas (por defecto estaba en .9) */
  letter-spacing: 2px;   /* Aumenta la separación horizontal entre cada letra */
}

.hero h1::first-line {
  color: var(--yellow);
}

.hero-subtitle {
  max-width: 560px;
  margin: 20px 0 0;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 30px 0 22px;
}

.btn {
  min-width: 174px;
  min-height: 56px;
  font-size: 1rem;
}

.btn-yellow {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--black);
}

.btn-red {
  color: var(--white);
  background: var(--red);
}

.hero-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-perks li {
  padding: 8px 12px;
  border: 2px solid rgba(4, 4, 4, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  font-weight: 900;
}

.hero-stage {
  position: relative;
  min-height: min(58vw, 670px);
  isolation: isolate;
}

.burst {
  position: absolute;
  inset: 6% 4% 10% 2%;
  z-index: -1;
  border-radius: 50%;
  background:
    conic-gradient(from 6deg, transparent 0 8deg, rgba(255, 196, 0, .95) 8deg 13deg, transparent 13deg 24deg),
    radial-gradient(circle, rgba(255, 196, 0, .2), transparent 64%);
  filter: drop-shadow(0 0 22px rgba(255, 196, 0, .4));
  animation: rotateSlow 22s linear infinite;
}

.hero-mascot {
  position: absolute;
  top: -9%;
  right: 8%;
  width: min(48vw, 520px);
  filter: drop-shadow(16px 18px 0 #000);
  transform-origin: center;
}

.hero-phone {
  position: absolute;
  right: 0;
  bottom: 4%;
  width: min(82vw, 330px);
  padding: 20px;
  border: 4px solid var(--yellow);
  border-radius: 24px;
  color: var(--white);
  background: rgba(15, 15, 15, .88);
  box-shadow: 9px 9px 0 #000, 0 0 30px rgba(164, 129, 15, 0.35);
}

.hero-phone span,
.delivery-card span {
  display: block;
  color: var(--yellow);
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.hero-phone strong,
.hero-phone small {
  display: block;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
}

.hero-steam {
  left: 12%;
  bottom: 32%;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 5;
  width: 52px;
  height: 52px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--black);
  box-shadow: 4px 4px 0 #000;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  inset: 13px;
  border-right: 5px solid var(--yellow);
  border-bottom: 5px solid var(--yellow);
  transform: rotate(45deg) translate(-2px, -2px);
  animation: cue 1.3s ease-in-out infinite;
}

.section-band,
.menu-section,
.reviews-section,
.pdf-section {
  position: relative;
  padding: clamp(72px, 9vw, 126px) max(20px, calc((100vw - var(--max)) / 2));
}

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

.section-heading {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2,
.delivery-copy h2,
.pdf-copy h2 {
  font-size: clamp(2.4rem, 5vw, 5.4rem);
}

.section-heading .eyebrow,
.pdf-copy .eyebrow {
  margin-inline: auto;
}

.invert {
  color: var(--white);
}

.motion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

/* Sube la imagen de la lasaña */
.product-card.lasagnas .product-media img {
  transform: translateY(-25px); 
}

/* Mantiene la elevación y aplica tu rotación/escala original al hacer hover */
.product-card.lasagnas:hover .product-media img {
  transform: translateY(-25px) scale(1.08) rotate(-2deg);
}

.food-panel {
  position: relative;
  min-height: 480px;
  padding: 24px;
  overflow: hidden;
  border: 5px solid var(--black);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--black);
  box-shadow: var(--shadow-hard);
}

.food-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 196, 0, .25), transparent 15rem),
    radial-gradient(circle at 80% 82%, rgba(230, 0, 18, .35), transparent 18rem);
  pointer-events: none;
}

.panel-copy {
  position: relative;
  z-index: 3;
}

.panel-copy span {
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.panel-copy h3 {
  max-width: 340px;
  margin: 4px 0 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: .95;
  text-transform: uppercase;
}

.pizza-scene,
.lasagna-scene {
  position: absolute;
  inset: 100px 10px 0;
}

.rising-pizza {
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: min(92%, 360px);
  transform: translateX(-50%);
  filter: drop-shadow(12px 14px 0 #000);
}

.plate {
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: 82%;
  height: 72px;
  border: 5px solid var(--black);
  border-radius: 50%;
  background: var(--yellow);
  transform: translateX(-50%);
  box-shadow: 0 18px 0 rgba(0, 0, 0, .45);
}

.shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, .45) 50%, transparent 65%);
  transform: translateX(-120%);
  animation: shineMove 3.6s ease-in-out infinite;
  pointer-events: none;
}

.burger-builder {
  position: absolute;
  left: 50%;
  bottom: 54px;
  width: min(85%, 360px);
  height: 310px;
  transform: translateX(-50%);
}

.burger-layer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid var(--black);
  box-shadow: 7px 8px 0 #000;
}

.layer-top {
  bottom: 206px;
  width: 280px;
  height: 86px;
  border-radius: 95px 95px 34px 34px;
  background:
    radial-gradient(circle at 26% 28%, #fff3b0 0 5px, transparent 6px),
    radial-gradient(circle at 48% 20%, #fff3b0 0 4px, transparent 5px),
    radial-gradient(circle at 66% 32%, #fff3b0 0 5px, transparent 6px),
    linear-gradient(#ffbd58, #d77824);
}

.layer-cheese {
  bottom: 170px;
  width: 300px;
  height: 44px;
  border-radius: 18px;
  background: var(--yellow);
  clip-path: polygon(0 0, 100% 0, 93% 70%, 78% 42%, 62% 78%, 45% 42%, 25% 78%, 12% 48%, 0 70%);
}

.layer-meat {
  bottom: 119px;
  width: 304px;
  height: 72px;
  border-radius: 42px;
  background: linear-gradient(180deg, #6b2c16, #2d1209);
}

.layer-lettuce {
  bottom: 86px;
  width: 322px;
  height: 50px;
  border-radius: 22px;
  background: linear-gradient(90deg, #75c934, #2f8d2e, #8ed943);
  clip-path: polygon(0 20%, 12% 45%, 23% 18%, 36% 50%, 50% 18%, 64% 52%, 78% 18%, 90% 50%, 100% 22%, 100% 100%, 0 100%);
}

.layer-bottom {
  bottom: 38px;
  width: 280px;
  height: 64px;
  border-radius: 28px 28px 70px 70px;
  background: linear-gradient(#d77824, #ffbd58);
}

.lasagna-scene img {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: min(92%, 360px);
  transform: translateX(-50%);
  filter: drop-shadow(12px 14px 0 #000);
}

.steam {
  position: absolute;
  z-index: 3;
  width: 240px;
  height: 180px;
  pointer-events: none;
}

.steam span {
  position: absolute;
  bottom: 10px;
  width: 22px;
  height: 90px;
  border: 5px solid rgba(255, 255, 255, .78);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  filter: blur(.5px);
  animation: steamRise 2.9s ease-in-out infinite;
}

.steam span:nth-child(1) { left: 30px; animation-delay: 0s; }
.steam span:nth-child(2) { left: 88px; animation-delay: .45s; }
.steam span:nth-child(3) { left: 148px; animation-delay: .9s; }
.steam span:nth-child(4) { left: 195px; animation-delay: 1.2s; }

.lasagna-scene .steam {
  left: 50%;
  bottom: 220px;
  transform: translateX(-50%);
}

.menu-section {
  background: var(--black);
  overflow: hidden;
}

.menu-section::before,
.reviews-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(255, 196, 0, .15), transparent 22rem),
    radial-gradient(circle at 92% 14%, rgba(230, 0, 18, .18), transparent 24rem);
  pointer-events: none;
}

.category-tabs {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.tab-btn {
  min-height: 48px;
  padding: 10px 16px;
  border: 3px solid var(--white);
  border-radius: 999px;
  color: var(--white);
  background: transparent;
  box-shadow: 4px 4px 0 #000;
  cursor: pointer;
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.tab-btn.is-active {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--black);
}

.product-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: 280px 1fr;
  overflow: hidden;
  min-height: 520px;
  border: 5px solid var(--black);
  border-radius: var(--radius);
  color: var(--black);
  background: var(--cream);
  box-shadow: 9px 9px 0 #000;
  transform: translateZ(0);
  transition: transform .25s ease, box-shadow .25s ease;
}

.product-card:hover {
  transform: translate(-3px, -6px) rotate(-.4deg);
  box-shadow: 14px 16px 0 #000;
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, rgba(255, 255, 255, .58), transparent 35%),
    linear-gradient(135deg, var(--yellow), var(--orange));
}

.product-media img {
  /* Aumenta el porcentaje (ej. 95%) y el tope en píxeles (ej. 300px) */
  width: min(100%, 600px); 
  
  /* Aumenta el alto máximo (ej. de 210px a 260px) */
  max-height: 360px; 
  
  object-fit: contain;
  filter: drop-shadow(8px 10px 0 rgba(0, 0, 0, .85));
  transition: transform .32s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.08) rotate(-2deg);
}

.product-media .steam {
  left: 50%;
  bottom: 108px;
  transform: translateX(-50%);
}

.category-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 7px 10px;
  border: 3px solid var(--black);
  border-radius: 999px;
  color: var(--white);
  background: var(--red);
  box-shadow: 3px 3px 0 #000;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: .82rem;
  text-transform: uppercase;
}

.product-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.product-content h3 {
  min-height: 58px;
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1.6rem, 2.2vw, 2.15rem);
  line-height: .95;
  text-transform: uppercase;
}

.product-content p {
  margin: 0;
  color: #322515;
  font-weight: 800;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.price-row strong {
  padding: 7px 12px;
  border: 3px solid var(--black);
  border-radius: 999px;
  color: var(--white);
  background: var(--red);
  box-shadow: 4px 4px 0 #000;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.15rem;
}

.price-row span {
  font-weight: 900;
}

.product-btn {
  width: 100%;
  margin-top: 4px;
  border-color: var(--black);
}

.menu-note {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 28px auto 0;
  padding: 12px 18px;
  border: 3px solid var(--yellow);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  text-align: center;
  font-weight: 900;
}

.delivery-section {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 360px) 1fr;
  align-items: center;
  gap: clamp(20px, 4vw, 42px);
  padding: clamp(70px, 8vw, 110px) max(20px, calc((100vw - var(--max)) / 2));
  color: var(--black);
  background:
    radial-gradient(circle at 18% 30%, rgba(255, 255, 255, .55), transparent 20rem),
    linear-gradient(135deg, var(--yellow), var(--orange) 55%, var(--red));
}

.delivery-copy p:not(.eyebrow) {
  margin: 14px 0 24px;
  font-size: 1.15rem;
  font-weight: 900;
}

.delivery-moto {
  width: min(100%, 360px);
  margin-inline: auto;
  filter: drop-shadow(16px 18px 0 #000);
  animation: floaty 4s ease-in-out infinite;
}

.delivery-card {
  padding: 24px;
  border: 5px solid var(--black);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-hard);
}

.delivery-card a {
  display: block;
  margin: 8px 0 14px;
  color: var(--black);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1;
}

.pdf-section {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(15, 15, 15, .96), rgba(15, 15, 15, .9)),
    var(--black);
}

.pdf-copy {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.pdf-copy .eyebrow {
  color: var(--black);
}

.pdf-shell {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  border: 5px solid var(--yellow);
  border-radius: 22px;
  overflow: hidden;
  background: #111;
  box-shadow: 12px 14px 0 #000;
}

.pdf-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
  border-bottom: 3px solid rgba(255, 255, 255, .16);
  background: #050505;
}

.icon-btn {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 3px solid var(--white);
  border-radius: 14px;
  color: var(--black);
  background: var(--yellow);
  box-shadow: 3px 3px 0 #000;
  cursor: pointer;
}

.icon-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.icon-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.page-status,
.zoom-status {
  min-width: 74px;
  color: var(--white);
  font-family: Impact, "Arial Black", sans-serif;
  text-align: center;
}

.toolbar-divider {
  width: 2px;
  height: 34px;
  background: rgba(255, 255, 255, .28);
}

.download-link {
  min-height: 44px;
  padding: 9px 14px;
  font-size: .95rem;
}

.pdf-stage {
  position: relative;
  min-height: 420px;
  max-height: 78vh;
  overflow: auto;
  padding: 18px;
  background:
    linear-gradient(45deg, rgba(255, 255, 255, .03) 25%, transparent 25% 50%, rgba(255, 255, 255, .03) 50% 75%, transparent 75%),
    #1a1a1a;
  background-size: 24px 24px;
}

#menuCanvas {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  background: var(--white);
}

.pdf-loading {
  position: absolute;
  inset: 18px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--black);
  background: var(--yellow);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.pdf-loading.is-hidden {
  display: none;
}

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

.reviews-track {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.review-card {
  min-height: 230px;
  padding: 24px;
  border: 5px solid var(--black);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-hard);
  animation: reviewPulse 6s ease-in-out infinite;
}

.review-card:nth-child(2) {
  animation-delay: .7s;
}

.review-card:nth-child(3) {
  animation-delay: 1.4s;
}

.review-stars {
  color: var(--orange);
  font-size: 1.4rem;
  font-weight: 900;
}

.review-card blockquote {
  margin: 12px 0 18px;
  font-size: 1.1rem;
  font-weight: 900;
}

.review-card cite {
  font-style: normal;
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.final-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 24px max(20px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: var(--red);
  border-block: 5px solid var(--black);
}

.final-cta img {
  width: 120px;
  filter: drop-shadow(7px 8px 0 #000);
}

.final-cta p {
  margin: 0;
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.final-cta h2 {
  font-size: clamp(2.2rem, 5vw, 4.7rem);
  text-shadow: 5px 5px 0 #000;
}

.site-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  padding: 24px 20px 96px;
  color: var(--white);
  background: var(--black);
  font-weight: 900;
  text-align: center;
}

/* === FOOTER PROFESIONAL === */
.site-footer {
  background-color: var(--black);
  color: var(--white);
  padding: 40px 20px 20px;
  border-top: 4px solid var(--white); /* Mantiene tu estilo de bordes gruesos */
  margin-top: auto;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-brand .copyright {
  font-family: "Arial", sans-serif; /* Tipografía limpia para textos legales */
  font-size: 0.9rem;
  color: #cccccc;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  color: var(--white);
  text-decoration: none;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: var(--yellow);
}

.footer-credit p {
  font-family: "Arial", sans-serif;
  font-size: 0.85rem;
  color: #888888;
  margin: 0;
}

.developer-link {
  color: var(--yellow);
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.developer-link:hover {
  color: var(--white);
  text-decoration: underline;
}

/* Adaptación para pantallas pequeñas */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
.site-footer a {
  color: var(--yellow);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 95;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 4px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: #1fb954;
  box-shadow: 6px 6px 0 #000;
  animation: whatsappPulse 2.4s ease-in-out infinite;
}

.floating-whatsapp svg {
  width: 36px;
  height: 36px;
}

@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-16px) rotate(1deg); }
}

@keyframes rotateSlow {
  to { transform: rotate(360deg); }
}

@keyframes cue {
  0%, 100% { transform: rotate(45deg) translate(-3px, -3px); opacity: .6; }
  50% { transform: rotate(45deg) translate(3px, 3px); opacity: 1; }
}

@keyframes shineMove {
  0%, 55% { transform: translateX(-130%); }
  85%, 100% { transform: translateX(130%); }
}

@keyframes steamRise {
  0% { transform: translateY(30px) scale(.8); opacity: 0; }
  35% { opacity: .75; }
  100% { transform: translateY(-80px) scale(1.2); opacity: 0; }
}

@keyframes reviewPulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes whatsappPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

.floaty {
  animation: floaty 4.8s ease-in-out infinite;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto auto;
  }

  .nav-toggle {
    display: block;
    grid-column: 3;
  }

  .header-order {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    width: min(82vw, 360px);
    padding: 18px;
    border: 4px solid var(--white);
    border-radius: 22px;
    background: var(--black);
    box-shadow: 8px 8px 0 #000;
  }

  .site-nav.is-open {
    display: grid;
    gap: 10px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 118px;
  }

  .hero-stage {
    min-height: 540px;
  }

  .hero-mascot {
    width: min(84vw, 480px);
  }

  .hero-burger {
    width: min(58vw, 330px);
  }

  .motion-grid,
  .product-grid,
  .reviews-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .delivery-copy .eyebrow,
  .delivery-copy .btn {
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 86px;
  }

  .site-header {
    inset: 10px 10px auto;
    width: calc(100% - 20px);
    padding: 8px;
  }

  .brand img {
    width: 94px;
  }

  .hero {
    padding-inline: 18px;
    padding-bottom: 58px;
  }

  .hero h1 {
    font-size: clamp(3rem, 16vw, 5.6rem);
  }

  .hero-actions,
  .hero-perks {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-stage {
    min-height: 470px;
  }

  .hero-phone {
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
  }

  .hero-burger {
    left: -14px;
    width: 260px;
  }

  .motion-grid,
  .product-grid,
  .reviews-track {
    grid-template-columns: 1fr;
  }

  .food-panel {
    min-height: 430px;
  }

  .product-card {
    grid-template-rows: 210px 1fr;
    min-height: auto;
  }

  .product-content h3 {
    min-height: auto;
  }

  .category-tabs {
    justify-content: stretch;
  }

  .tab-btn {
    flex: 1 1 100%;
  }

  .pdf-stage {
    max-height: 70vh;
    padding: 10px;
  }

  .toolbar-divider {
    display: none;
  }

  .final-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
