/* ============ Bambinos House — landing styles ============ */
:root {
  --rojo: #8B1A1A;
  --rojo-bright: #C8102E;
  --crema: #F5E6D3;
  --crema-soft: #FBF3E5;
  --marron: #2B1810;
  --dorado: #D4A574;
  --shadow-sm: 0 2px 6px rgba(43, 24, 16, 0.08);
  --shadow-md: 0 8px 24px rgba(43, 24, 16, 0.12);
  --shadow-lg: 0 14px 40px rgba(43, 24, 16, 0.18);
  --radius: 14px;
  --radius-lg: 22px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--marron);
  background: var(--crema);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }

h1, h2, h3, h4 { font-family: 'Bebas Neue', 'Inter', sans-serif; letter-spacing: 0.02em; color: var(--rojo); margin: 0 0 .4em; line-height: 1.05; }
h2 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.35rem; }

.section-title { text-align: center; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 2.5rem; }
.section-sub { color: var(--marron); opacity: .82; font-size: 1.05rem; margin: -.4rem 0 0; }
.kicker {
  display: inline-block;
  font-family: 'Bagel Fat One', cursive;
  font-size: .9rem;
  letter-spacing: .25em;
  color: var(--rojo-bright);
  text-transform: uppercase;
  margin-bottom: .5rem;
}

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .85rem 1.6rem; border-radius: 999px;
  font-weight: 700; font-size: 1rem;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  cursor: pointer; border: 2px solid transparent;
  text-align: center;
}
.btn:active { transform: translateY(1px); }
.btn--primary {
  background: var(--rojo); color: var(--crema);
  box-shadow: 0 6px 0 var(--marron);
}
.btn--primary:hover { background: var(--rojo-bright); box-shadow: 0 4px 0 var(--marron); transform: translateY(2px); }
.btn--ghost {
  background: transparent; color: var(--rojo); border-color: var(--rojo);
}
.btn--ghost:hover { background: var(--rojo); color: var(--crema); }
.btn--xl { padding: 1.1rem 2.2rem; font-size: 1.15rem; }
.btn__icon { font-size: 1.25em; line-height: 1; }

/* ============ Header ============ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: .4rem 1.5rem;
  background: radial-gradient(ellipse at center, #cc1010 0%, #9a0a0a 55%, #6b0505 100%);
  border-bottom: 2px solid rgba(0,0,0,0.25);
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; }
.brand__logo {
  height: 72px; width: auto; max-width: 260px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}
.brand__cap { font-size: 1.6rem; }
.brand--footer { color: var(--crema); display: inline-flex; align-items: center; gap: .55rem; font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; }
.brand--footer .brand__cap { font-size: 1.4rem; }
@media (max-width: 720px) { .brand__logo { height: 58px; max-width: 200px; } }
@media (max-width: 480px) { .brand__logo { height: 48px; max-width: 160px; } }

.nav__list {
  display: flex; gap: 1.4rem; list-style: none; padding: 0; margin: 0;
  align-items: center;
}
.nav__list a { font-weight: 600; font-size: .96rem; color: rgba(255,255,255,0.88); }
.nav__list a:hover { color: #fff; }
.nav__cta {
  background: rgba(255,255,255,0.18); color: #fff !important;
  padding: .55rem 1.1rem; border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,0.45);
  backdrop-filter: blur(4px);
}
.nav__cta:hover { background: rgba(255,255,255,0.3); border-color: #fff; }

.nav__toggle {
  display: none; flex-direction: column; gap: 5px; padding: .5rem;
}
.nav__toggle span { display: block; width: 26px; height: 3px; background: #fff; border-radius: 2px; transition: transform .25s; }

/* ============ Hero ============ */
.hero {
  position: relative; overflow: hidden;
  padding: 2.5rem 1.5rem 3rem;
  background:
    radial-gradient(circle at 80% 20%, rgba(212, 165, 116, 0.3), transparent 50%),
    radial-gradient(circle at 15% 85%, rgba(200, 16, 46, 0.14), transparent 55%),
    var(--crema);
}
.hero__layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero__inner { flex: 1; max-width: 620px; text-align: left; }
.hero__cta { justify-content: flex-start; }
.hero__mascot {
  flex: 0 0 auto;
  width: clamp(220px, 32vw, 400px);
  pointer-events: none;
  user-select: none;
}
.hero__mascot img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(139,26,26,.35));
  animation: mascot-float 3.8s ease-in-out infinite;
}
@keyframes mascot-float {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50%       { transform: translateY(-18px) rotate(2deg); }
}
.hero__badge {
  display: inline-block;
  background: var(--marron); color: var(--crema);
  padding: .35rem .9rem; border-radius: 999px;
  font-weight: 700; font-size: .78rem; letter-spacing: .12em;
  margin-bottom: .9rem;
}
.hero__title {
  font-size: clamp(1.9rem, 4.5vw, 3.4rem);
  margin: 0 0 1.2rem;
  line-height: 1.06;
}
.hero__title--accent {
  color: var(--rojo-bright);
  background: linear-gradient(180deg, var(--rojo-bright) 0%, var(--rojo) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero__cta { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; }

/* ============ Scoreboard LED ============ */
.howto { padding: 2.5rem 1.5rem; max-width: 900px; margin: 0 auto; }

.scoreboard {
  position: relative;
  background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  border-radius: 14px;
  padding: 26px;
  box-shadow:
    0 0 0 6px #2a2a2a,
    0 0 0 10px #4a3520,
    0 0 0 14px #2a1f12,
    0 18px 50px rgba(0,0,0,0.55);
  overflow: hidden;
}
/* tornillos en las 4 esquinas */
.scoreboard__bolts::before, .scoreboard__bolts::after,
.scoreboard::before, .scoreboard::after {
  content: ''; position: absolute;
  width: 12px; height: 12px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #888 0 30%, #333 50%, #111 100%);
  box-shadow: 0 0 0 2px #1a1a1a;
  z-index: 3;
}
.scoreboard::before { top: 10px; left: 10px; }
.scoreboard::after  { top: 10px; right: 10px; }
.scoreboard__bolts::before { bottom: 10px; left: 10px; }
.scoreboard__bolts::after  { bottom: 10px; right: 10px; }

.scoreboard__screen {
  position: relative;
  background: #050505;
  border-radius: 8px;
  padding: 1.5rem 1.8rem 1.3rem;
  border: 2px solid #1a1a1a;
  /* matriz de LEDs apagados de fondo */
  background-image:
    radial-gradient(circle at center, rgba(255,255,255,0.04) 1px, transparent 1.5px);
  background-size: 8px 8px;
  font-family: 'VT323', 'DotGothic16', monospace;
  letter-spacing: .04em;
  overflow: hidden;
}
.scoreboard__screen::after {
  /* scanlines tenues */
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    rgba(0,0,0,0.18) 0 2px,
    transparent 2px 4px
  );
  border-radius: 8px;
}

/* topline removed */

.scoreboard__title {
  text-align: center;
  font-family: 'VT323', 'DotGothic16', monospace;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  margin: 0 0 1rem;
  color: #ffd24f;
  letter-spacing: .1em;
  line-height: 1;
  white-space: nowrap;
  text-shadow:
    0 0 6px rgba(255,210,79,0.95),
    0 0 14px rgba(255,140,0,0.7),
    0 0 28px rgba(255,80,0,0.45);
  animation: ledFlicker 4s infinite;
}

/* 3 pasos en columnas horizontales */
.scoreboard__rows {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .6rem;
  font-size: clamp(1rem, 2vw, 1.35rem);
}
.scoreboard__rows li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .4rem;
  padding: .6rem .5rem;
  border-right: 1px dotted rgba(255,157,47,0.25);
}
.scoreboard__rows li:last-child { border-right: 0; }

.scoreboard__num {
  display: grid; place-items: center;
  width: 36px; height: 36px;
  background: #1a0a0a; color: #ff4040;
  border: 2px solid #5a1010;
  border-radius: 4px;
  font-size: 1.6rem;
  text-shadow: 0 0 6px rgba(255,64,64,0.95), 0 0 14px rgba(255,0,0,0.6);
  box-shadow: inset 0 0 8px rgba(255,0,0,0.25);
}
.scoreboard__label {
  color: #fff;
  text-shadow: 0 0 4px rgba(255,255,255,0.6);
  font-weight: normal;
}
.scoreboard__detail {
  color: #5dd95d;
  text-shadow: 0 0 6px rgba(93,217,93,0.8), 0 0 12px rgba(0,180,0,0.45);
  font-size: .88em;
  white-space: nowrap;
}

/* ---- Ticker LED ---- */
.scoreboard__ticker {
  margin-top: 1rem;
  border-top: 2px dashed rgba(255,157,47,0.3);
  padding-top: .55rem;
  overflow: hidden;
  white-space: nowrap;
}
.scoreboard__ticker-track {
  display: inline-flex;
  animation: ticker-scroll 22s linear infinite;
  font-family: 'VT323', monospace;
  font-size: 1.15rem;
  color: #ff9d2f;
  text-shadow: 0 0 5px rgba(255,157,47,0.85), 0 0 12px rgba(255,80,0,0.5);
  letter-spacing: .1em;
}
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes blink { 50% { opacity: .15; } }
@keyframes ledFlicker {
  0%, 96%, 100% { opacity: 1; }
  97% { opacity: .85; }
  98% { opacity: 1; }
  99% { opacity: .9; }
}

@media (max-width: 600px) {
  .scoreboard__title { white-space: normal; font-size: 1.5rem; }
  .scoreboard__detail { white-space: normal; font-size: .85rem; }
}

/* ============ Menú ============ */
.menu { padding: 4rem 1.5rem; max-width: var(--container); margin: 0 auto; }

/* ============ Filtros de categoría ============ */
.menu-cats {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem;
  margin: 0 auto 2.5rem;
  max-width: 700px;
}
.menu-cat {
  padding: .5rem 1.3rem;
  border: 2px solid var(--dorado);
  border-radius: 999px;
  font-family: 'Bagel Fat One', cursive;
  font-size: .9rem; letter-spacing: .06em;
  color: var(--marron);
  background: var(--crema-soft);
  cursor: pointer;
  transition: background .18s, border-color .18s, color .18s, box-shadow .18s;
}
.menu-cat:hover { border-color: var(--rojo); color: var(--rojo); }
.menu-cat.is-active {
  background: var(--rojo); border-color: var(--rojo); color: var(--crema);
  box-shadow: 0 4px 16px rgba(139,26,26,.35);
}

/* ============ Grid de tarjetas ============ */
.menu-grid {
  max-width: var(--container); margin: 0 auto;
  display: grid; gap: 1.6rem;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
/* Separador de sección dentro del grid */
.menu-section-head {
  grid-column: 1 / -1;
  display: flex; align-items: center; gap: 1rem;
  margin: .5rem 0 -.4rem;
}
.menu-section-head h3 {
  font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem;
  color: var(--marron); white-space: nowrap; margin: 0;
}
.menu-section-head::after {
  content: ''; flex: 1; height: 2px;
  background: linear-gradient(90deg, var(--dorado), transparent);
  border-radius: 2px;
}

/* ============ Tarjeta de producto ============ */
.menu-card {
  position: relative;
  background: var(--crema-soft);
  border: 2px solid var(--dorado);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform .28s cubic-bezier(.34,1.56,.64,1),
              box-shadow .28s ease,
              border-color .22s ease;
}
.menu-card:hover {
  transform: translateY(-10px) scale(1.025);
  box-shadow: 0 22px 52px rgba(139,26,26,.22), 0 4px 12px rgba(43,24,16,.1);
  border-color: var(--rojo-bright);
}
.menu-card.is-added {
  border-color: #2da02d;
  animation: cardPop .4s cubic-bezier(.34,1.56,.64,1);
}
@keyframes cardPop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.06); }
  100% { transform: scale(1.025); }
}

/* Image zone */
.menu-card__img {
  position: relative; overflow: hidden;
  background: radial-gradient(ellipse at 60% 35%, #fff9f2 0%, var(--crema-soft) 65%, #ecdcc6 100%);
  display: flex; align-items: center; justify-content: center;
}
.menu-card__img img {
  width: 88%; height: 88%;
  object-fit: contain; display: block;
  filter: drop-shadow(0 8px 18px rgba(43,24,16,.2));
  transition: transform .38s cubic-bezier(.34,1.56,.64,1),
              filter .28s ease;
}
.menu-card:hover .menu-card__img img {
  transform: scale(1.12) translateY(-5px);
  filter: drop-shadow(0 16px 32px rgba(43,24,16,.3));
}

/* Burger/hotdog tall portrait */
.menu-card--lg .menu-card__img { aspect-ratio: 3/4; }
/* Small cards (extras, bebidas, papas) */
.menu-card--sm .menu-card__img { aspect-ratio: 1; }

/* Price badge */
.menu-card__price {
  position: absolute; top: 10px; right: 10px;
  width: 56px; height: 56px;
  background: var(--rojo-bright); color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: 'Bagel Fat One', cursive; font-size: .95rem; line-height: 1;
  box-shadow: 0 4px 14px rgba(200,16,46,.45);
  z-index: 2; pointer-events: none;
}
/* Star badge (MVP) */
.menu-card__star {
  position: absolute; top: 10px; left: 10px;
  background: var(--rojo-bright); color: #fff;
  font-family: 'Bagel Fat One', cursive; font-size: .72rem; letter-spacing: .1em;
  padding: .3rem .65rem; border-radius: 999px;
  z-index: 2; pointer-events: none;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

/* Body */
.menu-card__body {
  padding: 1rem 1.1rem 1.2rem;
  display: flex; flex-direction: column; gap: .45rem; flex: 1;
}
.menu-card__name {
  font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem;
  color: var(--rojo); margin: 0; line-height: 1.05;
}
.menu-card--sm .menu-card__name { font-size: 1.2rem; }
.menu-card__desc {
  font-size: .86rem; color: var(--marron); opacity: .82;
  margin: 0; flex: 1; line-height: 1.4;
}
.menu-card__add {
  margin-top: .4rem; align-self: stretch;
  padding: .55rem 1rem;
  font-size: .88rem;
  display: flex; align-items: center; justify-content: center; gap: .4rem;
}

@keyframes pop {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
.menu__cat {
  font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--marron);
  margin: 2.5rem 0 1.2rem; text-align: center;
  position: relative;
}
.menu__cat::before, .menu__cat::after {
  content: ''; display: inline-block; width: 60px; height: 3px;
  background: var(--dorado); vertical-align: middle; margin: 0 1rem;
}
.menu__grid {
  display: grid; gap: 1.4rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.menu__grid--small { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }

.card {
  position: relative;
  background: var(--crema-soft);
  border-radius: var(--radius-lg);
  border: 2px solid var(--dorado);
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: hidden;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--rojo); }
.card__img {
  width: 100%; aspect-ratio: 4 / 3;
  object-fit: cover; display: block;
  background: linear-gradient(135deg, var(--dorado), var(--crema-soft));
}
.card__body {
  padding: 1.2rem 1.3rem 1.4rem;
  display: flex; flex-direction: column; gap: .55rem;
  flex: 1;
}
.card h4 { color: var(--rojo); font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; margin: 0; line-height: 1; }
.card p { font-size: .92rem; opacity: .85; margin: 0; flex: 1; }
.card .btn { align-self: flex-start; margin-top: .3rem; }

/* baseball price badge */
.card__price {
  position: absolute; top: 12px; right: 12px;
  background: var(--rojo-bright);
  color: var(--crema);
  border: 3px solid var(--crema);
  border-radius: 50%;
  width: 60px; height: 60px;
  display: grid; place-items: center;
  font-family: 'Bagel Fat One', cursive; font-size: 1rem;
  box-shadow: var(--shadow-md);
  z-index: 2;
}
.card--star { border-color: var(--rojo-bright); background: linear-gradient(180deg, #FFF8EE 0%, var(--crema-soft) 100%); }
.card__star {
  position: absolute; top: 12px; left: 12px;
  background: var(--rojo-bright); color: var(--crema);
  font-family: 'Bagel Fat One', cursive; font-size: .8rem; letter-spacing: .1em;
  padding: .3rem .7rem; border-radius: 999px;
  z-index: 2;
}
.card__new {
  position: absolute; top: 12px; left: 12px;
  background: var(--marron); color: var(--crema);
  font-family: 'Bagel Fat One', cursive; font-size: .75rem;
  padding: .3rem .7rem; border-radius: 4px; letter-spacing: .1em;
  z-index: 2;
}
.card--mini { flex-direction: row; align-items: center; padding: 1rem 1.1rem; gap: .9rem; }
.card--mini .card__body { padding: 0; }
.card--mini h4 { font-size: 1.2rem; }
.card--mini p { font-size: .85rem; }
.card--mini .card__price { position: static; width: 54px; height: 54px; font-size: .9rem; flex: 0 0 auto; }

/* (extras accordion eliminado — ahora forma parte del menú interactivo) */

/* ============ Combos destacados ============ */
.combos {
  background:
    repeating-linear-gradient(45deg, rgba(43,24,16,0.05) 0 14px, transparent 14px 28px),
    var(--rojo);
  color: var(--crema);
  padding: 4.5rem 1.5rem;
  position: relative; overflow: hidden;
}
.combos::before, .combos::after {
  content: ''; position: absolute; width: 240px; height: 240px;
  border-radius: 50%;
  border: 6px dashed var(--crema); opacity: .1;
  pointer-events: none;
}
.combos::before { top: -90px; left: -70px; }
.combos::after  { bottom: -90px; right: -70px; }
.combos__head {
  text-align: center; max-width: 720px; margin: 0 auto 2.5rem;
  position: relative; z-index: 1;
}
.combos__head .kicker { color: var(--dorado); }
.combos__head h2 { color: var(--crema); }
.combos__head .section-sub { color: rgba(245,230,211,0.85); }

.combos__grid {
  max-width: 920px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;
  position: relative; z-index: 1;
}
.combo {
  position: relative;
  background: var(--crema); color: var(--marron);
  border-radius: var(--radius-lg);
  padding: 2rem 1.8rem;
  border: 4px solid var(--dorado);
  box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; gap: .8rem;
  transition: transform .25s ease;
}
.combo:hover { transform: translateY(-6px); }
.combo--bambino { border-color: var(--rojo-bright); transform: scale(1.03); }
.combo--bambino:hover { transform: scale(1.03) translateY(-6px); }
.combo__tag {
  position: absolute; top: -14px; left: 1.5rem;
  background: var(--marron); color: var(--crema);
  font-family: 'Bagel Fat One', cursive; font-size: .8rem; letter-spacing: .12em;
  padding: .3rem .8rem; border-radius: 999px;
}
.combo__tag--star { background: var(--rojo-bright); }
.combo__price {
  font-family: 'Bagel Fat One', cursive;
  color: var(--rojo);
  font-size: 3.4rem; line-height: 1;
  margin: .3rem 0;
}
.combo__plus { font-size: 1.8rem; vertical-align: top; margin-right: .15rem; }
.combo h3 { font-family: 'Bebas Neue', sans-serif; color: var(--rojo); font-size: 2rem; margin: 0; }
.combo p { font-size: .98rem; margin: 0; }
.combo__items { list-style: none; padding: 0; margin: .4rem 0 .8rem; display: flex; flex-direction: column; gap: .35rem; font-weight: 600; font-size: .95rem; }
.combo .btn { align-self: flex-start; margin-top: .4rem; }

.combos__legal {
  text-align: center; max-width: 720px; margin: 2rem auto 0;
  font-size: .85rem; opacity: .8;
  position: relative; z-index: 1;
}

/* (order form eliminado — reemplazado por carrito) */

/* ============ Instagram slider ============ */
.ig { padding: 5rem 1.5rem; max-width: var(--container); margin: 0 auto; }
.ig__slider { position: relative; }
.ig__track {
  display: flex; gap: 1rem; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: .5rem .25rem 1.5rem;
  scrollbar-width: thin; scrollbar-color: var(--rojo) var(--crema);
}
.ig__track::-webkit-scrollbar { height: 8px; }
.ig__track::-webkit-scrollbar-thumb { background: var(--rojo); border-radius: 4px; }
.ig__slide {
  flex: 0 0 320px;
  scroll-snap-align: start;
  background: var(--crema-soft); border: 2px solid var(--dorado);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  /* Aspect-ratio 1:1 clips the embed to just the photo, hiding likes/caption */
  aspect-ratio: 1 / 1;
  position: relative;
}
.ig__slide blockquote { margin: 0 !important; width: 100% !important; }
/* Force the Instagram iframe to fill width and clip overflow */
.ig__slide iframe {
  width: 100% !important;
  min-width: 100% !important;
  border-radius: 0 !important;
  display: block;
  /* Push header (avatar+username+View profile ~56px) above the clipping boundary */
  margin-top: -56px !important;
  margin-bottom: 0 !important;
}
.ig__placeholder {
  display: grid; place-items: center; height: 480px;
  background: linear-gradient(135deg, var(--rojo) 0%, var(--rojo-bright) 100%);
  color: var(--crema); padding: 2rem; text-align: center;
}
.ig__placeholder span { font-size: 3rem; display: block; margin-bottom: .5rem; }
.ig__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--rojo); color: var(--crema);
  font-size: 1.8rem; font-weight: 700;
  display: grid; place-items: center;
  box-shadow: var(--shadow-md);
  z-index: 2;
  transition: background .2s;
}
.ig__nav:hover { background: var(--rojo-bright); }
.ig__nav--prev { left: -8px; }
.ig__nav--next { right: -8px; }
.ig__dots { display: flex; justify-content: center; gap: .5rem; margin-top: .5rem; }
.ig__dots button {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--dorado); opacity: .5; transition: opacity .2s, transform .2s;
}
.ig__dots button[aria-current="true"] { opacity: 1; background: var(--rojo); transform: scale(1.3); }
.ig__cta { text-align: center; margin-top: 1.5rem; }

/* ============ Ubicación ============ */
.location {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 2.5rem;
  max-width: var(--container); margin: 0 auto;
  padding: 5rem 1.5rem; align-items: center;
}
.location__copy h2 { text-align: left; }
.location__hours { background: var(--crema-soft); border-left: 4px solid var(--rojo); padding: .8rem 1rem; border-radius: 0 10px 10px 0; }
.location__map {
  border-radius: var(--radius-lg);
  overflow: hidden; border: 4px solid var(--rojo);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 3;
}
.location__map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ============ Footer ============ */
.footer {
  background: var(--marron); color: var(--crema);
  padding: 3.5rem 1.5rem 1.5rem;
}
.footer__grid {
  max-width: var(--container); margin: 0 auto;
  display: grid; gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.footer h4 { color: var(--dorado); margin-bottom: .6rem; font-size: 1.2rem; }
.footer p { margin: .3rem 0; opacity: .9; }
.footer a:hover { color: var(--dorado); }
.footer__warn { font-size: .85rem; opacity: .7; margin-top: .8rem !important; font-style: italic; }
.footer__bottom {
  max-width: var(--container); margin: 2.5rem auto 0; padding-top: 1.5rem;
  border-top: 1px solid rgba(245, 230, 211, 0.2);
  text-align: center; font-size: .85rem; opacity: .65;
}

/* ============ Floating buttons (cart + WhatsApp) ============ */
.fab--wa {
  position: fixed; bottom: 1.2rem; left: 1.2rem; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: grid; place-items: center; font-size: 1.55rem;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  transition: transform .2s;
  text-decoration: none;
}
.fab--wa:hover { transform: scale(1.08); }

.cart-fab {
  position: fixed; bottom: 1.2rem; right: 1.2rem; z-index: 60;
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .85rem 1.2rem .85rem 1rem;
  border-radius: 999px;
  background: var(--rojo);
  color: var(--crema);
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1rem;
  box-shadow: 0 8px 22px rgba(139, 26, 26, 0.45), 0 0 0 4px rgba(255,255,255,0.6);
  cursor: pointer;
  transition: transform .2s, background .2s;
}
.cart-fab:hover { background: var(--rojo-bright); transform: translateY(-2px); }
.cart-fab__icon { font-size: 1.45rem; }
.cart-fab__count {
  display: inline-grid; place-items: center;
  min-width: 26px; height: 26px; padding: 0 .4rem;
  border-radius: 999px;
  background: var(--dorado); color: var(--marron);
  font-family: 'Bagel Fat One', cursive; font-size: .9rem;
  border: 2px solid var(--crema);
}
.cart-fab--bump { animation: cartBump .35s ease; }
@keyframes cartBump {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}
@media (max-width: 480px) {
  .cart-fab__label { display: none; }
  .cart-fab { padding: .8rem .9rem; }
}

/* ============ Cart drawer ============ */
.cart-overlay {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(43, 24, 16, 0.55);
  backdrop-filter: blur(2px);
  opacity: 0; transition: opacity .25s ease;
}
.cart-overlay.is-open { opacity: 1; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 90;
  width: min(420px, 100%);
  background: var(--crema);
  display: flex; flex-direction: column;
  transform: translateX(105%);
  transition: transform .3s cubic-bezier(.2,.8,.2,1);
  box-shadow: -10px 0 40px rgba(0,0,0,0.3);
}
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer__head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.1rem 1.3rem;
  background: var(--rojo); color: var(--crema);
  border-bottom: 3px solid var(--dorado);
}
.cart-drawer__head h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem; color: var(--crema);
  margin: 0; letter-spacing: .03em;
}
.cart-drawer__close {
  background: rgba(255,255,255,0.18); color: var(--crema);
  width: 36px; height: 36px; border-radius: 50%;
  font-size: 1.1rem; cursor: pointer;
  transition: background .2s;
}
.cart-drawer__close:hover { background: rgba(255,255,255,0.32); }

.cart-drawer__body {
  flex: 1; overflow-y: auto;
  padding: 1rem 1.2rem;
}
.cart-empty {
  text-align: center; color: var(--marron); opacity: .65;
  padding: 2.5rem 1rem;
  margin: 0;
}
.cart-empty span { font-size: 3rem; display: block; margin-bottom: .5rem; }
.cart-empty small { font-size: .85rem; opacity: .8; }

.cart-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; }
.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .35rem .8rem;
  padding: .8rem .9rem;
  background: var(--crema-soft);
  border: 2px solid var(--dorado);
  border-radius: 12px;
  align-items: center;
}
.cart-item__name { font-family: 'Bebas Neue', sans-serif; color: var(--rojo); font-size: 1.2rem; line-height: 1; }
.cart-item__price { font-weight: 700; color: var(--marron); font-size: .95rem; }
.cart-item__controls {
  grid-column: 1 / -1;
  display: flex; align-items: center; justify-content: space-between;
  gap: .5rem;
}
.cart-item__qty {
  display: inline-flex; align-items: center;
  border: 2px solid var(--dorado); border-radius: 999px;
  background: #fff; overflow: hidden;
}
.cart-item__qty button {
  width: 32px; height: 32px;
  background: transparent; color: var(--rojo);
  font-size: 1.2rem; font-weight: 700;
  cursor: pointer; transition: background .15s;
}
.cart-item__qty button:hover { background: rgba(200,16,46,0.12); }
.cart-item__qty span { min-width: 28px; text-align: center; font-weight: 700; }
.cart-item__remove {
  background: transparent; color: var(--marron); opacity: .55;
  font-size: .85rem; cursor: pointer;
  padding: .3rem .5rem;
}
.cart-item__remove:hover { color: var(--rojo); opacity: 1; }

.cart-drawer__foot {
  border-top: 2px solid var(--dorado);
  background: var(--crema);
  padding: 1rem 1.2rem 1.2rem;
  display: grid; gap: .7rem;
}
.cart-total {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem; color: var(--rojo);
  border-bottom: 2px dashed var(--dorado);
  padding-bottom: .5rem;
}
.cart-total strong { font-family: 'Bagel Fat One', cursive; font-size: 2rem; color: var(--rojo-bright); }
.cart-field { display: grid; gap: .25rem; font-weight: 600; font-size: .85rem; color: var(--marron); }
.cart-field input, .cart-field textarea {
  font: inherit; padding: .55rem .7rem;
  border: 2px solid var(--dorado); border-radius: 8px;
  background: #fff; color: var(--marron);
  transition: border-color .2s;
}
.cart-field input:focus, .cart-field textarea:focus { outline: 0; border-color: var(--rojo); }
.cart-checkout { justify-content: center; }
.cart-checkout:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; }
.cart-legal { font-size: .75rem; opacity: .65; text-align: center; margin: 0; }

/* Toast */
.toast {
  position: fixed; left: 50%; bottom: 5.5rem;
  transform: translateX(-50%) translateY(20px);
  background: var(--marron); color: var(--crema);
  padding: .7rem 1.2rem; border-radius: 999px;
  font-weight: 700; font-size: .92rem;
  box-shadow: var(--shadow-md);
  opacity: 0; pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 100;
}
.toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ============ Animaciones reveal ============ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ============ Responsive ============ */
@media (max-width: 860px) {
  .combos__grid { grid-template-columns: 1fr; }
  .combo--bambino { transform: none; }
  .combo--bambino:hover { transform: translateY(-6px); }
  .location { grid-template-columns: 1fr; }
  .location__copy h2 { text-align: center; }
  .howto__banner { justify-content: center; text-align: center; }
  .howto__title { white-space: normal; width: 100%; text-align: center; }
  /* Hero: stack mascot on top, text centered below */
  .hero__layout { flex-direction: column-reverse; gap: 1rem; }
  .hero__inner { text-align: center; max-width: 100%; }
  .hero__cta { justify-content: center; }
  .hero__mascot { width: clamp(180px, 55vw, 280px); }
}
@media (max-width: 720px) {
  .nav__toggle { display: flex; }
  .nav__list {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: radial-gradient(ellipse at top, #cc1010 0%, #7a0505 100%); border-bottom: 2px solid rgba(0,0,0,0.25);
    padding: 1rem 1.5rem;
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform .25s ease, opacity .25s ease;
  }
  .nav__list.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__list li { width: 100%; padding: .6rem 0; border-bottom: 1px solid rgba(43,24,16,0.08); }
  .nav__list li:last-child { border-bottom: 0; }
  .nav__cta { display: inline-block; margin-top: .4rem; }
  .hero { padding: 2rem 1rem 2.5rem; }
  .ig__slide { flex: 0 0 280px; }
  .howto__row { font-size: .9rem; gap: .6rem; }
  .howto__sep { display: none; }
  .ig__nav--prev { left: 4px; }
  .ig__nav--next { right: 4px; }
}
@media (max-width: 480px) {
  .btn--xl { padding: 1rem 1.6rem; font-size: 1.05rem; }
  .menu__cat::before, .menu__cat::after { width: 30px; }
  .order__form { padding: 1.4rem; }
}

/* ============ Menú — responsive mobile ============ */
@media (max-width: 600px) {
  /* Filter tabs: scrollable row, don't wrap */
  .menu-cats {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: .25rem .5rem .75rem;
    gap: .4rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .menu-cats::-webkit-scrollbar { display: none; }
  .menu-cat { flex: 0 0 auto; font-size: .82rem; padding: .45rem 1rem; }

  /* 2-column grid on mobile */
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: .9rem;
    padding: 0 .5rem;
  }

  /* Smaller image area on mobile */
  .menu-card--lg .menu-card__img { aspect-ratio: 1 / 1; }
  .menu-card--sm .menu-card__img { aspect-ratio: 1 / 1; }

  /* Compact card body */
  .menu-card__body { padding: .7rem .75rem .85rem; gap: .3rem; }
  .menu-card__name { font-size: 1.1rem; }
  .menu-card__desc { font-size: .78rem; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
  .menu-card__add { font-size: .8rem; padding: .45rem .7rem; }

  /* Price badge smaller */
  .menu-card__price { width: 44px; height: 44px; font-size: .8rem; top: 6px; right: 6px; }
  .menu-card__star { font-size: .65rem; padding: .2rem .5rem; top: 6px; left: 6px; }

  /* Section headers */
  .menu-section-head h3 { font-size: 1.3rem; }

  /* Tap state instead of hover for touch devices */
  .menu-card:active {
    transform: scale(0.97);
    border-color: var(--rojo-bright);
  }
}

@media (max-width: 380px) {
  .menu-grid { gap: .6rem; padding: 0 .25rem; }
  .menu-card__name { font-size: 1rem; }
  .menu-card__price { width: 38px; height: 38px; font-size: .72rem; }
}

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