/* ====================================================
   BIG PIZZA — Franquicias · Dark theme
   ==================================================== */

:root {
  --bg-0: #0a0807;
  --bg-1: #110e0c;
  --bg-2: #181311;
  --bg-3: #221a16;
  --bg-card: #1a1411;
  --line: rgba(255, 246, 230, 0.08);
  --line-strong: rgba(255, 246, 230, 0.18);
  --text: #f6efe2;
  --text-dim: #b8aa97;
  --text-mute: #6b5e4f;
  --red: #ef3b2c;
  --red-2: #ff5733;
  --red-deep: #8b1a0e;
  --yellow: #ffc94d;
  --yellow-2: #ffb300;
  --cream: #fff3d6;
  --shadow-red: 0 20px 60px rgba(239, 59, 44, 0.35);
  --shadow-lift: 0 30px 80px rgba(0, 0, 0, 0.6);
  --r-sm: 12px;
  --r: 18px;
  --r-lg: 28px;
  --font-display: 'Anton', 'Impact', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-italic: 'Playfair Display', serif;

  /* Photos — Unsplash CDN */
  --photo-pizza-hero: url('https://images.unsplash.com/photo-1513104890138-7c749659a591?auto=format&fit=crop&w=1800&q=80');
  --photo-pizza-1: url('https://images.unsplash.com/photo-1604068549290-dea0e4a305ca?auto=format&fit=crop&w=1200&q=80');
  --photo-pizza-2: url('https://images.unsplash.com/photo-1571066811602-716837d681de?auto=format&fit=crop&w=1200&q=80');
  --photo-pizza-3: url('https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?auto=format&fit=crop&w=1200&q=80');
  --photo-pizza-4: url('https://images.unsplash.com/photo-1593504049359-74330189a345?auto=format&fit=crop&w=1200&q=80');
  --photo-empanadas: url('https://images.unsplash.com/photo-1626200419199-391ae4be7a41?auto=format&fit=crop&w=1200&q=80');
  --photo-combo: url('https://images.unsplash.com/photo-1593560708920-61dd98c46a4e?auto=format&fit=crop&w=1200&q=80');
  --photo-interior: url('https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=1600&q=80');
  --photo-manifesto: url('https://images.unsplash.com/photo-1574071318508-1cdbab80d002?auto=format&fit=crop&w=1400&q=80');
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--bg-0);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
  cursor: default;
}

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

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

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============ Decorative pizza PNGs ============ */
.deco-pizzas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}
.deco-pizza {
  position: absolute;
  height: auto;
  filter: drop-shadow(0 25px 50px rgba(0,0,0,0.6)) drop-shadow(0 0 30px rgba(239,59,44,0.15));
  animation: pizzaFloat 12s ease-in-out infinite;
  user-select: none;
}
.deco-pizza--xl { width: 520px; }
.deco-pizza--lg { width: 380px; }
.deco-pizza--md { width: 260px; }
.deco-pizza--sm { width: 180px; }

@keyframes pizzaFloat {
  0%, 100% { transform: translate(0, 0) rotate(var(--rot, 0deg)); }
  50% { transform: translate(0, -16px) rotate(calc(var(--rot, 0deg) + 4deg)); }
}

/* Per-section placements — pizzas mostly off-screen to avoid covering content */
.manifesto .deco-pizza--1 {
  top: 8%; right: -180px;
  --rot: -18deg;
  opacity: 0.45;
  animation-duration: 14s;
}
.manifesto .deco-pizza--2 {
  bottom: -90px; left: -130px;
  --rot: 22deg;
  opacity: 0.35;
  animation-duration: 18s;
}

.productos .deco-pizza--1 {
  top: 6%; left: -180px;
  --rot: 28deg;
  opacity: 0.4;
  animation-duration: 16s;
}
.productos .deco-pizza--2 {
  bottom: 4%; right: -160px;
  --rot: -16deg;
  opacity: 0.35;
  animation-duration: 20s;
}

.modelo .deco-pizza--1 {
  top: -70px; left: -120px;
  --rot: -22deg;
  opacity: 0.4;
  animation-duration: 17s;
}
.modelo .deco-pizza--2 {
  bottom: -90px; right: -150px;
  --rot: 18deg;
  opacity: 0.4;
  animation-duration: 21s;
}
.modelo .deco-pizza--3 { display: none; }

.locales .deco-pizza--1 {
  top: -60px; right: -130px;
  --rot: 24deg;
  opacity: 0.4;
  animation-duration: 18s;
}
.locales .deco-pizza--2 {
  bottom: -80px; left: -170px;
  --rot: -18deg;
  opacity: 0.35;
  animation-duration: 22s;
}

.numeros .deco-pizza--1 {
  top: -50px; left: -150px;
  --rot: -14deg;
  opacity: 0.5;
  animation-duration: 19s;
}
.numeros .deco-pizza--2 {
  bottom: -60px; right: -130px;
  --rot: 20deg;
  opacity: 0.4;
  animation-duration: 23s;
}

.franquicia .deco-pizza--1 {
  top: -80px; right: -160px;
  --rot: 16deg;
  opacity: 0.4;
  animation-duration: 20s;
}
.franquicia .deco-pizza--2 {
  bottom: 8%; left: -180px;
  --rot: -24deg;
  opacity: 0.3;
  animation-duration: 17s;
}

.footer .deco-pizza--1 {
  top: 10%; right: -130px;
  --rot: 30deg;
  opacity: 0.25;
  animation-duration: 18s;
}

@media (max-width: 768px) {
  .deco-pizza--xl { width: 260px; }
  .deco-pizza--lg { width: 200px; }
  .deco-pizza--md { width: 150px; }
  .deco-pizza--sm { width: 100px; }
}

/* ============ Grain overlay ============ */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 60;
  opacity: 0.35;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.4 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* ============ Cursor glow (desktop) ============ */
.cursor-glow {
  position: fixed;
  top: 0; left: 0;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239,59,44,0.18) 0%, rgba(239,59,44,0) 60%);
  pointer-events: none;
  z-index: 40;
  transform: translate(-50%, -50%);
  transition: opacity .3s ease;
  mix-blend-mode: screen;
  filter: blur(20px);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  body:hover .cursor-glow { opacity: 1; }
}

/* ============ Typography ============ */
.display {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: var(--text);
}
.display--light { color: var(--text); }
.display em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--cream);
}
.accent { color: var(--red); }
.accent--yellow { color: var(--yellow); }

.lead {
  font-size: 1.15rem;
  color: var(--text-dim);
  max-width: 640px;
  margin-top: 18px;
}

.kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 24px;
  padding-left: 28px;
  position: relative;
}
.kicker::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: var(--red);
}
.kicker--dark { color: var(--red); }

.section-head { margin-bottom: 60px; }
.section-head--center { text-align: center; }
.section-head--center .kicker { justify-content: center; }
.section-head--center .lead { margin-left: auto; margin-right: auto; }

/* ============ Buttons ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: transform .25s cubic-bezier(.2,.9,.3,1), box-shadow .25s, background .25s, color .25s;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn--accent {
  background: var(--red);
  color: white;
  box-shadow: 0 10px 30px rgba(239,59,44,0.4);
}
.btn--accent::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--red-2), var(--yellow-2));
  opacity: 0;
  transition: opacity .3s;
  z-index: -1;
}
.btn--accent:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(239,59,44,0.55);
}
.btn--accent:hover::before { opacity: 1; }
.btn--outline {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--line-strong);
}
.btn--outline:hover {
  border-color: var(--text);
  background: rgba(255,255,255,0.04);
}
.btn--lg { padding: 18px 30px; font-size: 1rem; }
.btn--sm { padding: 10px 18px; font-size: 0.85rem; }
.btn--block { width: 100%; justify-content: center; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
  font-size: 1.05rem;
  margin-top: 24px;
  position: relative;
  transition: color .2s;
}
.link-arrow svg { transition: transform .3s; }
.link-arrow:hover { color: var(--yellow); }
.link-arrow:hover svg { transform: translateX(6px); }

/* ============ Topbar ============ */
.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  background: rgba(10, 8, 7, 0.6);
  border-bottom: 1px solid var(--line);
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  color: var(--text);
  position: relative;
}
.brand__logo {
  height: 38px;
  width: auto;
  display: block;
  transition: transform .25s ease;
}
.brand__logo--lg { height: 56px; }
.brand:hover .brand__logo { transform: scale(1.05); }
.brand__sub {
  font-size: 0.65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid var(--line);
  align-self: center;
}
.topbar__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--red), var(--yellow));
  transition: width .1s linear;
}

/* ============ Side dock (text-only nav) ============ */
.dock {
  position: fixed;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  z-index: 45;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 18px 20px;
  background: rgba(20, 16, 14, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.dock__item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 8px 10px;
  text-decoration: none;
  color: var(--text-mute);
  transition: color .25s, transform .25s, background .25s;
  border-radius: 8px;
}
.dock__num {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 1px;
  color: var(--text-mute);
  transition: color .25s;
}
.dock__label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color .25s, transform .25s;
}
.dock__item:hover { color: var(--text); transform: translateX(-2px); }
.dock__item:hover .dock__num { color: var(--red); }
.dock__item.is-active {
  color: var(--text);
  background: rgba(239, 59, 44, 0.12);
}
.dock__item.is-active .dock__num { color: var(--red); }
.dock__item.is-active .dock__label { color: var(--text); }

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 130px 32px 140px;
  overflow: hidden;
  isolation: isolate;
}
.hero__photos {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero__photo {
  position: absolute;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  filter: grayscale(20%) contrast(110%);
}
.hero__photo--1 {
  top: 8%;
  left: -4%;
  width: 32%;
  height: 50%;
  background-image: var(--photo-pizza-1);
  transform: rotate(-6deg);
  animation: drift1 18s ease-in-out infinite;
}
.hero__photo--2 {
  top: 12%;
  right: -2%;
  width: 28%;
  height: 42%;
  background-image: var(--photo-pizza-3);
  transform: rotate(8deg);
  animation: drift2 22s ease-in-out infinite;
}
.hero__photo--3 {
  bottom: 6%;
  left: 6%;
  width: 30%;
  height: 38%;
  background-image: var(--photo-empanadas);
  transform: rotate(4deg);
  animation: drift3 26s ease-in-out infinite;
}
.hero__photo--4 {
  bottom: 10%;
  right: 4%;
  width: 26%;
  height: 36%;
  background-image: var(--photo-pizza-2);
  transform: rotate(-5deg);
  animation: drift4 20s ease-in-out infinite;
}
@keyframes drift1 {
  0%, 100% { transform: rotate(-6deg) translate(0, 0); }
  50% { transform: rotate(-3deg) translate(10px, -10px); }
}
@keyframes drift2 {
  0%, 100% { transform: rotate(8deg) translate(0, 0); }
  50% { transform: rotate(11deg) translate(-12px, 8px); }
}
@keyframes drift3 {
  0%, 100% { transform: rotate(4deg) translate(0, 0); }
  50% { transform: rotate(1deg) translate(12px, -8px); }
}
@keyframes drift4 {
  0%, 100% { transform: rotate(-5deg) translate(0, 0); }
  50% { transform: rotate(-2deg) translate(-10px, 10px); }
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(10, 8, 7, 0.4) 0%, rgba(10, 8, 7, 0.95) 60%, var(--bg-0) 100%),
    linear-gradient(180deg, rgba(10,8,7,0.6) 0%, var(--bg-0) 100%);
}

/* Hero floating pizzas */
.hero__pizzas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.hero__pizza {
  position: absolute;
  width: 380px;
  height: auto;
  opacity: 0.18;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,0.6)) blur(0.3px);
  user-select: none;
  will-change: transform;
}
.hero__pizza--1 {
  top: 12%;
  left: -6%;
  animation: heroPizzaDrift1 24s ease-in-out infinite;
}
.hero__pizza--2 {
  bottom: 18%;
  right: -8%;
  width: 320px;
  animation: heroPizzaDrift2 28s ease-in-out infinite;
}

@keyframes heroPizzaDrift1 {
  0%   { transform: translate(0, 0) rotate(-8deg); }
  25%  { transform: translate(20px, -18px) rotate(-2deg); }
  50%  { transform: translate(8px, 14px) rotate(6deg); }
  75%  { transform: translate(-14px, -8px) rotate(0deg); }
  100% { transform: translate(0, 0) rotate(-8deg); }
}
@keyframes heroPizzaDrift2 {
  0%   { transform: translate(0, 0) rotate(12deg); }
  25%  { transform: translate(-18px, 14px) rotate(6deg); }
  50%  { transform: translate(-6px, -16px) rotate(-2deg); }
  75%  { transform: translate(14px, 6px) rotate(4deg); }
  100% { transform: translate(0, 0) rotate(12deg); }
}

@media (max-width: 768px) {
  .hero__pizza--1 { width: 240px; top: 6%; left: -12%; }
  .hero__pizza--2 { width: 200px; bottom: 22%; right: -14%; }
}

.hero__content {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: -1px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.22em;
  margin-bottom: 28px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.hero__title .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  animation: wordIn .8s cubic-bezier(.2,.9,.3,1) forwards;
}
.hero__title .word--italic {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 500;
  text-transform: lowercase;
  letter-spacing: 0;
  color: var(--cream);
}
.hero__title .word--accent {
  color: var(--red);
  position: relative;
}
.hero__title .word:nth-child(1) { animation-delay: 0.1s; }
.hero__title .word:nth-child(2) { animation-delay: 0.25s; }
.hero__title .word:nth-child(3) { animation-delay: 0.4s; }
.hero__title .word:nth-child(4) { animation-delay: 0.55s; }
.hero__title .word:nth-child(5) { animation-delay: 0.7s; }
@keyframes wordIn {
  to { opacity: 1; transform: translateY(0); }
}

.hero__lead {
  font-size: 1.1rem;
  color: var(--text-dim);
  max-width: 580px;
  margin: 0 auto 32px;
  opacity: 0;
  animation: wordIn .8s cubic-bezier(.2,.9,.3,1) 0.95s forwards;
}
.hero__lead strong { color: var(--text); }

.hero__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: wordIn .8s cubic-bezier(.2,.9,.3,1) 1.1s forwards;
}

.hero__scroll-hint {
  position: absolute;
  bottom: 80px;
  left: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 3;
}
.hero__scroll-hint span {
  font-size: 0.7rem;
  letter-spacing: 3px;
  font-weight: 600;
  color: var(--text-mute);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, transparent, var(--red));
}

/* ============ Marquee ticker ============ */
.marquee {
  position: relative;
  margin: -36px 0 -28px;
  padding: 22px 0;
  background: var(--red);
  overflow: hidden;
  transform: rotate(-1.5deg) scale(1.04);
  box-shadow: 0 10px 40px rgba(239, 59, 44, 0.35);
  z-index: 4;
}
.marquee__track {
  display: flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: 3px;
  color: var(--cream);
  animation: marquee 28s linear infinite;
}
.marquee__track span { display: inline-block; }
.marquee__track .sep { color: var(--yellow); opacity: 0.7; font-weight: 400; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ MANIFESTO ============ */
.manifesto {
  padding: 180px 0 160px;
  position: relative;
  background:
    linear-gradient(180deg,
      var(--bg-0) 0%,
      var(--bg-1) 220px,
      var(--bg-1) calc(100% - 220px),
      var(--bg-0) 100%);
}
.manifesto::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 30% 40%, rgba(239,59,44,0.08), transparent 70%);
}
.manifesto .container { position: relative; z-index: 10; }
.manifesto__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.manifesto__text p {
  font-size: 1.1rem;
  color: var(--text-dim);
  margin-bottom: 18px;
}
.manifesto__text p strong { color: var(--text); }

.manifesto__media {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.manifesto__photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s ease;
}
.manifesto__photo--main {
  background-image: var(--photo-manifesto);
}
.manifesto__media:hover .manifesto__photo--main {
  transform: scale(1.06);
}
.manifesto__sticker {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--red);
  color: white;
  padding: 18px 22px;
  border-radius: var(--r);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-red);
  animation: stickerFloat 4s ease-in-out infinite;
}
@keyframes stickerFloat {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-6px) rotate(-1deg); }
}
.sticker__big {
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 1;
}
.sticker__sm {
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 4px;
  opacity: 0.95;
}

/* ============ PRODUCTOS ============ */
.productos {
  padding: 140px 0;
  background: var(--bg-0);
  position: relative;
}
.productos::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 30%, rgba(239,59,44,0.1), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(255,201,77,0.07), transparent 50%);
}
.productos .container { position: relative; z-index: 10; }
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
.prod-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  transition: transform .5s cubic-bezier(.2,.9,.3,1), border-color .5s;
  cursor: pointer;
}
.prod-card--lg {
  grid-column: span 2;
  aspect-ratio: 8/5;
}
.prod-card__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.prod-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1.4s cubic-bezier(.2,.9,.3,1), filter .6s;
  filter: brightness(0.6) saturate(110%);
}
.prod-card__img--pizza-1 { background-image: var(--photo-pizza-hero); }
.prod-card__img--pizza-2 { background-image: var(--photo-pizza-2); }
.prod-card__img--empanadas { background-image: var(--photo-empanadas); }
.prod-card__img--combo { background-image: var(--photo-combo); }

.prod-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(10,8,7,0.4) 60%, rgba(10,8,7,0.95) 100%);
  z-index: 1;
}
.prod-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  z-index: 2;
  transform: translateY(20px);
  transition: transform .5s cubic-bezier(.2,.9,.3,1);
}
.prod-card__body h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.prod-card__body p {
  color: var(--text-dim);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .5s, opacity .4s;
  font-size: 0.95rem;
}
.prod-card:hover {
  transform: translateY(-8px);
  border-color: var(--red);
}
.prod-card:hover .prod-card__img {
  transform: scale(1.1);
  filter: brightness(0.75) saturate(120%);
}
.prod-card:hover .prod-card__body {
  transform: translateY(0);
}
.prod-card:hover .prod-card__body p {
  max-height: 100px;
  opacity: 1;
}
.tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.tag--red { background: var(--red); color: white; }
.tag--yellow { background: var(--yellow); color: var(--bg-0); }

/* ============ NÚMEROS ============ */
.numeros {
  position: relative;
  padding: 140px 0;
}
.numeros__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--photo-interior);
  background-size: cover;
  background-position: center;
  filter: brightness(0.25) saturate(120%) hue-rotate(-10deg);
}
.numeros::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, var(--bg-0) 0%, transparent 240px, transparent calc(100% - 240px), var(--bg-0) 100%),
    radial-gradient(circle at 20% 30%, rgba(239,59,44,0.18), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255,201,77,0.12), transparent 50%),
    rgba(10, 8, 7, 0.78);
}
.numeros .container { position: relative; z-index: 10; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.stat {
  text-align: left;
  padding: 36px 28px;
  background: rgba(26, 20, 17, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: transform .4s, border-color .4s, background .4s;
}
.stat:hover {
  transform: translateY(-6px);
  border-color: var(--red);
  background: rgba(26, 20, 17, 0.7);
}
.stat__num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
  background: linear-gradient(135deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 16px;
}
.stat__label {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.stat__desc {
  font-size: 0.9rem;
  color: var(--text-dim);
}

/* ============ MODELO / Timeline ============ */
.modelo {
  padding: 160px 0;
  position: relative;
  background:
    linear-gradient(180deg,
      var(--bg-0) 0%,
      var(--bg-1) 220px,
      var(--bg-1) calc(100% - 220px),
      var(--bg-0) 100%);
}
.modelo::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 80% 60%, rgba(239,59,44,0.12), transparent 60%);
}
.modelo .container { position: relative; z-index: 10; }
.timeline {
  position: relative;
}
.timeline__progress {
  position: absolute;
  top: 30px;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--red), var(--yellow));
  transition: width .8s cubic-bezier(.2,.9,.3,1);
  z-index: 0;
}
.timeline__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
}
.timeline__list::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--line);
}
.timeline__step {
  position: relative;
  padding-top: 60px;
}
.timeline__step::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 0;
  width: 28px;
  height: 4px;
  background: var(--line-strong);
  transition: background .4s, width .4s;
}
.timeline__step.is-active::before {
  background: var(--red);
  width: 48px;
}
.timeline__head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 14px;
}
.timeline__num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--red);
  line-height: 1;
}
.timeline__step h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.timeline__step p {
  font-size: 0.98rem;
  color: var(--text-dim);
}

/* ============ LOCALES ============ */
.locales {
  padding: 140px 0;
  background: var(--bg-0);
  position: relative;
}
.locales::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(239,59,44,0.14), transparent 55%),
    radial-gradient(circle at 90% 90%, rgba(255,201,77,0.08), transparent 50%);
}
.locales .container { position: relative; z-index: 10; }
.locales-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.locale-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px;
  transition: transform .4s cubic-bezier(.2,.9,.3,1), border-color .4s, background .4s;
  position: relative;
  overflow: hidden;
}
.locale-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--yellow));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s cubic-bezier(.2,.9,.3,1);
}
.locale-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-strong);
  background: var(--bg-2);
}
.locale-card:hover::before { transform: scaleX(1); }
.locale-card__head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.locale-card__num {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--red);
  line-height: 1;
}
.locale-card h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text);
}
.locale-card ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 14px;
}
.locale-card li {
  font-size: 0.92rem;
  color: var(--text-dim);
  padding: 4px 0;
}

.locale-card--cta {
  background: linear-gradient(135deg, var(--red-deep), var(--red));
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-color: var(--red);
}
.locale-card--cta::before { display: none; }
.locale-card--cta:hover {
  background: linear-gradient(135deg, var(--red), var(--yellow-2));
  transform: translateY(-6px) scale(1.02);
}
.locale-card--cta h4 { color: white; font-size: 1.4rem; margin-bottom: 8px; }
.locale-card--cta p { color: rgba(255,255,255,0.85); font-size: 0.95rem; }
.locale-card--cta svg { flex-shrink: 0; }

/* ============ FRANQUICIA / FORM ============ */
.franquicia {
  position: relative;
  padding: 140px 0;
}
.franquicia__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--photo-pizza-3);
  background-size: cover;
  background-position: center;
  filter: brightness(0.18) blur(2px) saturate(110%);
}
.franquicia::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, var(--bg-0) 0%, transparent 240px, transparent calc(100% - 240px), var(--bg-0) 100%),
    radial-gradient(circle at 80% 20%, rgba(255,201,77,0.18), transparent 50%),
    linear-gradient(135deg, rgba(10,8,7,0.7), rgba(40,16,12,0.9));
}
.franquicia .container { position: relative; z-index: 10; }
.franquicia__inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: start;
}
.franquicia__copy p {
  font-size: 1.1rem;
  color: var(--text-dim);
  margin: 24px 0 28px;
  max-width: 480px;
}
.franquicia__copy p strong { color: var(--yellow); }

.bullets {
  list-style: none;
}
.bullets li {
  position: relative;
  padding: 14px 0 14px 28px;
  font-size: 1.02rem;
  color: var(--text);
  border-bottom: 1px solid var(--line);
}
.bullets li:last-child { border-bottom: none; }
.bullets li::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--red);
  font-weight: 700;
  font-size: 1.1rem;
}

.form {
  background: var(--bg-card);
  border: 1px solid var(--line);
  padding: 40px;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lift);
  backdrop-filter: blur(20px);
}
.form h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
  color: var(--text);
}
.form__row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form__field {
  position: relative;
  margin-bottom: 14px;
}
.form__field input,
.form__field select,
.form__field textarea {
  width: 100%;
  padding: 22px 16px 10px;
  border: 1.5px solid var(--line);
  background: var(--bg-2);
  color: var(--text);
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color .25s, background .25s;
}
.form__field textarea { padding-top: 28px; resize: vertical; min-height: 90px; }
.form__field select { appearance: none; cursor: pointer; }
.form__field label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: var(--text-mute);
  font-size: 0.92rem;
  pointer-events: none;
  transition: transform .25s, color .25s, font-size .25s;
  background: transparent;
}
.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  outline: none;
  border-color: var(--red);
  background: var(--bg-3);
}
.form__field input:focus + label,
.form__field input:not(:placeholder-shown) + label,
.form__field textarea:focus + label,
.form__field textarea:not(:placeholder-shown) + label,
.form__field select:focus + label,
.form__field select:valid + label {
  transform: translateY(-10px);
  font-size: 0.7rem;
  color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.form__legal {
  font-size: 0.78rem;
  color: var(--text-mute);
  margin-top: 14px;
  text-align: center;
}
.form__success {
  margin-top: 18px;
  padding: 16px 20px;
  background: rgba(76, 175, 80, 0.12);
  color: #b8f0c1;
  border: 1px solid rgba(76, 175, 80, 0.3);
  border-radius: 12px;
  font-weight: 600;
  text-align: center;
}

/* ============ FOOTER ============ */
.footer {
  background: var(--bg-0);
  padding: 100px 0 0;
  border-top: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.footer::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(239,59,44,0.12), transparent 60%);
}
.footer .container, .footer__bottom { position: relative; z-index: 10; }
.footer__giant { position: relative; z-index: 1; }
.footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.footer__brand .brand__mark { font-size: 2rem; }
.footer__brand p {
  margin-top: 12px;
  color: var(--text-dim);
  font-size: 0.95rem;
  max-width: 280px;
}
.footer__col h5 {
  font-size: 0.78rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 18px;
}
.footer__col a {
  display: block;
  color: var(--text-dim);
  text-decoration: none;
  margin-bottom: 12px;
  font-size: 0.92rem;
  transition: color .2s, transform .2s;
}
.footer__col a:hover {
  color: var(--yellow);
  transform: translateX(4px);
}

.footer__giant {
  font-family: var(--font-display);
  font-size: clamp(6rem, 22vw, 22rem);
  line-height: 0.85;
  letter-spacing: -8px;
  text-align: center;
  background: linear-gradient(180deg, rgba(239,59,44,0.15) 0%, rgba(239,59,44,0) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  margin: 0 -20%;
}

.footer__bottom {
  border-top: 1px solid var(--line);
  padding: 24px 0;
  position: relative;
  z-index: 2;
}

.footer__credit {
  border-top: 1px solid var(--line);
  padding: 18px 16px;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 10;
}
.footer__credit a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-mute);
  text-decoration: none;
  font-weight: 500;
  transition: color .25s ease, transform .25s ease;
}
.footer__credit a strong {
  color: var(--text);
  font-weight: 800;
  letter-spacing: 1px;
  position: relative;
}
.footer__credit a strong::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s ease;
}
.footer__credit a:hover { color: var(--text); }
.footer__credit a:hover strong { color: var(--yellow); }
.footer__credit a:hover strong::after { transform: scaleX(1); }
.footer__bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: var(--text-mute);
}

/* ============ Floating Action Button ============ */
.fab {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 45;
  text-decoration: none;
  transition: opacity .3s, transform .3s;
}
.fab__inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--red);
  color: white;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: var(--shadow-red);
  position: relative;
  overflow: hidden;
}
.fab__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--red-2), var(--yellow));
  opacity: 0;
  transition: opacity .3s;
}
.fab__text, .fab__icon { position: relative; z-index: 1; }
.fab__icon { font-size: 1.2rem; }
.fab:hover .fab__inner::before { opacity: 1; }
.fab:hover { transform: translateY(-3px) scale(1.02); }
.fab.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

/* ============ Reveal animation ============ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(.2,.9,.3,1), transform 1s cubic-bezier(.2,.9,.3,1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============ Responsive ============ */

/* Tablet */
@media (max-width: 1100px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-card--lg { grid-column: span 2; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .locales-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline__list { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  /* === Base === */
  .container { padding: 0 18px; }
  .cursor-glow { display: none; }

  /* === Topbar === */
  .topbar__inner { padding: 12px 18px; }
  .brand__logo { height: 30px; }
  .brand__sub { display: none; }
  .topbar__cta span { display: none; }
  .topbar__cta { padding: 9px 11px; gap: 0; }
  .topbar__cta svg { width: 18px; height: 18px; }

  /* === Dock — hidden on mobile, topbar CTA suffices === */
  .dock { display: none; }

  /* === Section base === */
  section { padding: 80px 0; }
  .manifesto { padding: 100px 0 80px; }
  .modelo { padding: 100px 0; }
  .section-head { margin-bottom: 36px; }

  /* === Type scale === */
  .display {
    font-size: clamp(2rem, 8.5vw, 3.2rem);
    line-height: 0.95;
    letter-spacing: -0.5px;
  }
  .lead { font-size: 0.98rem; margin-top: 14px; }
  .kicker {
    font-size: 0.68rem;
    letter-spacing: 2.5px;
    padding-left: 22px;
    margin-bottom: 18px;
  }
  .kicker::before { width: 14px; }
  h3 { font-size: 1.3rem; }

  /* === Buttons === */
  .btn--lg { padding: 16px 22px; font-size: 0.95rem; }

  /* === HERO === */
  .hero {
    padding: 100px 18px 64px;
    min-height: auto;
  }
  .hero__title {
    font-size: clamp(2.4rem, 11.5vw, 4rem);
    letter-spacing: -0.5px;
    gap: 0 0.2em;
    margin-bottom: 22px;
  }
  .hero__lead {
    font-size: 0.95rem;
    max-width: 100%;
    margin: 0 auto 26px;
  }
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .hero__actions .btn { justify-content: center; width: 100%; }
  .hero__photo--1 { top: 4%; left: -12%; width: 64%; height: 38%; }
  .hero__photo--2 { top: 8%; right: -10%; width: 58%; height: 36%; }
  .hero__photo--3 { bottom: 6%; left: -8%; width: 60%; height: 34%; }
  .hero__photo--4 { bottom: 12%; right: -12%; width: 52%; height: 32%; }
  .hero__pizza--1 { width: 220px; top: 4%; left: -18%; }
  .hero__pizza--2 { width: 180px; bottom: 22%; right: -22%; }
  .hero__scroll-hint { display: none; }

  /* === Marquee === */
  .marquee {
    margin: -22px 0 -16px;
    padding: 14px 0;
  }
  .marquee__track { font-size: 1rem; gap: 18px; letter-spacing: 2px; }

  /* === MANIFESTO === */
  .manifesto__split { grid-template-columns: 1fr; gap: 36px; }
  .manifesto__text p { font-size: 1rem; }
  .manifesto__media { aspect-ratio: 4/3; }
  .manifesto__sticker { padding: 12px 16px; bottom: 14px; left: 14px; }
  .sticker__big { font-size: 2rem; }
  .sticker__sm { font-size: 0.65rem; }

  /* === PRODUCTOS === */
  .productos__head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 32px;
  }
  .products-grid { grid-template-columns: 1fr; gap: 14px; }
  .prod-card,
  .prod-card--lg {
    grid-column: span 1;
    aspect-ratio: 4/5;
  }
  /* On mobile, no hover: always reveal text */
  .prod-card__body {
    padding: 22px;
    transform: translateY(0);
  }
  .prod-card__body h3 { font-size: 1.4rem; margin-bottom: 8px; }
  .prod-card__body p {
    max-height: 200px;
    opacity: 0.92;
    font-size: 0.88rem;
  }
  .prod-card__img { filter: brightness(0.65) saturate(115%); }

  /* === NÚMEROS === */
  .stats-grid { grid-template-columns: 1fr; gap: 12px; }
  .stat { padding: 26px 22px; }
  .stat__num {
    font-size: clamp(2.6rem, 16vw, 4rem);
    margin-bottom: 10px;
  }
  .stat__label { font-size: 1rem; }
  .stat__desc { font-size: 0.85rem; }

  /* === MODELO / Timeline (vertical) === */
  .timeline__list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .timeline__list::before,
  .timeline__progress { display: none; }
  .timeline__step {
    padding-top: 0;
    padding-left: 28px;
    border-left: 2px solid var(--line);
  }
  .timeline__step::before {
    left: -8px;
    top: 6px;
    width: 14px;
    height: 14px;
    background: var(--line-strong);
  }
  .timeline__step.is-active {
    border-left-color: var(--red);
  }
  .timeline__step.is-active::before {
    background: var(--red);
    width: 14px;
  }
  .timeline__head { gap: 12px; margin-bottom: 10px; }
  .timeline__num { font-size: 1.9rem; }
  .timeline__step h3 { font-size: 1.2rem; }
  .timeline__step p { font-size: 0.92rem; }

  /* === LOCALES === */
  .locales-grid { grid-template-columns: 1fr; gap: 12px; }
  .locale-card { padding: 22px; }
  .locale-card__head {
    gap: 12px;
    padding-bottom: 12px;
    margin-bottom: 14px;
  }
  .locale-card__num { font-size: 1.7rem; }
  .locale-card h4 { font-size: 1rem; }
  .locale-card ul { grid-template-columns: 1fr 1fr; }
  .locale-card--cta {
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .locale-card--cta h4 { font-size: 1.3rem; }
  .locale-card--cta p { font-size: 0.9rem; }
  .locale-card--cta svg { width: 36px; height: 36px; align-self: flex-end; }

  /* === FRANQUICIA / form === */
  .franquicia__inner { grid-template-columns: 1fr; gap: 36px; }
  .franquicia__copy p { font-size: 1rem; margin: 18px 0 22px; }
  .bullets li { font-size: 0.95rem; padding: 12px 0 12px 26px; }
  .form { padding: 22px; }
  .form h3 { font-size: 1.5rem; margin-bottom: 20px; }
  .form__row2 { grid-template-columns: 1fr; }
  .form__field input,
  .form__field select,
  .form__field textarea { font-size: 0.92rem; padding: 20px 14px 9px; }

  /* === FOOTER === */
  .footer { padding: 60px 0 0; }
  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding-bottom: 40px;
  }
  .footer__brand { grid-column: span 2; }
  .footer__brand .brand__logo--lg { height: 44px; }
  .footer__brand p { font-size: 0.9rem; }
  .footer__col h5 { font-size: 0.72rem; margin-bottom: 14px; }
  .footer__col a { font-size: 0.88rem; margin-bottom: 8px; }
  .footer__giant {
    font-size: clamp(4rem, 20vw, 8rem);
    letter-spacing: -3px;
  }
  .footer__bottom { padding: 18px 0; }
  .footer__bottom .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 0.78rem;
  }

  /* === FAB === */
  .fab { bottom: 18px; left: 18px; right: auto; }
  .fab__inner { padding: 12px 16px; gap: 8px; }
  .fab__text { display: inline; font-size: 0.78rem; }
  .fab__icon { font-size: 1.05rem; }

  /* === Deco pizzas — keep flowing but tighter on mobile === */
  .manifesto .deco-pizza--1 { top: 6%; right: -90px; opacity: 0.4; }
  .manifesto .deco-pizza--2 { bottom: -50px; left: -80px; opacity: 0.32; }
  .productos .deco-pizza--1 { top: 4%; left: -90px; opacity: 0.35; }
  .productos .deco-pizza--2 { bottom: 4%; right: -80px; opacity: 0.3; }
  .modelo .deco-pizza--1 { top: -40px; left: -80px; opacity: 0.35; }
  .modelo .deco-pizza--2 { bottom: -50px; right: -80px; opacity: 0.32; }
  .locales .deco-pizza--1 { top: -40px; right: -80px; opacity: 0.32; }
  .locales .deco-pizza--2 { bottom: -50px; left: -90px; opacity: 0.3; }
  .numeros .deco-pizza--1 { top: -30px; left: -90px; opacity: 0.4; }
  .numeros .deco-pizza--2 { bottom: -40px; right: -80px; opacity: 0.35; }
  .franquicia .deco-pizza--1 { top: -40px; right: -90px; opacity: 0.32; }
  .franquicia .deco-pizza--2 { bottom: 8%; left: -100px; opacity: 0.25; }
  .footer .deco-pizza--1 { top: 6%; right: -90px; opacity: 0.2; }
}

/* Small mobile (≤ 480px) */
@media (max-width: 480px) {
  .container { padding: 0 14px; }
  section { padding: 64px 0; }
  .manifesto { padding: 84px 0 64px; }

  /* Hero */
  .hero { padding: 90px 14px 50px; }
  .hero__title { font-size: clamp(2rem, 12vw, 3.4rem); }
  .hero__lead { font-size: 0.9rem; }

  /* Type */
  .display { font-size: clamp(1.8rem, 9.5vw, 2.6rem); }
  .lead { font-size: 0.92rem; }

  /* Marquee tighter */
  .marquee__track { font-size: 0.9rem; gap: 14px; }
  .marquee { padding: 12px 0; }

  /* Numbers */
  .stat__num { font-size: clamp(2.4rem, 17vw, 3.6rem); }

  /* Timeline */
  .timeline__num { font-size: 1.7rem; }
  .timeline__step h3 { font-size: 1.1rem; }

  /* Locales */
  .locale-card { padding: 18px; }
  .locale-card ul { grid-template-columns: 1fr; }

  /* Footer */
  .footer { padding: 50px 0 0; }
  .footer__inner { grid-template-columns: 1fr; gap: 24px; padding-bottom: 28px; }
  .footer__brand { grid-column: span 1; }

  /* Form */
  .form { padding: 18px; }
  .form h3 { font-size: 1.3rem; margin-bottom: 16px; }

  /* FAB */
  .fab__text { display: none; }
  .fab__inner { padding: 13px; }
  .fab__icon { font-size: 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .marquee__track { animation: none; }
  .hero__photo { animation: none; }
}
