:root {
  --verde: #1E4632;
  --verde-2: #173726;
  --blanco: #FFFFFF;
  --negro: #232323;
  --amarillo: #E9AC2B;
  --crema: #EFEDE3;
  --gris: #6b6b66;
  --linea: #dedbd0;
  --ok: #1f7a45;
  --titulo: 'Archivo', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, 'Cascadia Mono', Consolas, monospace;
  --barra: 76px;
  --radio: 10px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--blanco); color: var(--negro);
  font: 400 17px/1.5 var(--titulo);
  padding-bottom: calc(var(--barra) + env(safe-area-inset-bottom));
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3 { font-weight: 800; letter-spacing: -.02em; line-height: 1.05; margin: 0; }
.rotulo, .mono { font-family: var(--mono); text-transform: uppercase; letter-spacing: .2em; font-size: 13px; font-weight: 500; }
.gris { color: var(--gris); }
.cargando { padding: 30vh 16px; text-align: center; color: var(--gris); }
:focus-visible { outline: 3px solid var(--amarillo); outline-offset: 2px; }

/* ---------- barra superior ---------- */
.top {
  position: sticky; top: 0; z-index: 40; height: 60px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 16px; background: var(--verde); color: var(--blanco);
}
.atras { display: none; color: #fff; text-decoration: none; font-weight: 700; font-size: 17px; align-items: center; gap: 8px; min-height: 48px; max-width: 46vw; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.atras::before { content: '‹'; font-size: 30px; line-height: 1; margin-top: -3px; }
@media (max-width: 699px) { body.interior .logo { display: none; } body.interior .atras { display: inline-flex; } }
.bandera.mini { display: inline-block; width: 20px; height: 13px; border-radius: 2px; margin-right: 7px; vertical-align: -1px; }
.logo { text-decoration: none; font-weight: 800; font-size: 22px; letter-spacing: .06em; display: flex; align-items: center; }
.logo img { height: 34px; width: auto; }
.top-der { display: flex; align-items: center; gap: 8px; }
.chip-pais {
  background: transparent; border: 1px solid rgba(255,255,255,.35); color: #fff;
  border-radius: 99px; padding: 6px 12px; font-family: var(--mono); font-size: 13px; letter-spacing: .05em; min-height: 40px; white-space: nowrap; flex: none;
}
.btn-menu { width: 48px; height: 48px; background: none; border: 0; display: grid; place-content: center; gap: 5px; }
.btn-menu span { display: block; width: 24px; height: 2.5px; background: #fff; border-radius: 2px; transition: transform .2s, opacity .2s; }
.btn-menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.btn-menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.btn-menu[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.menu {
  position: fixed; inset: 60px 0 auto 0; z-index: 39; background: var(--verde); padding: 8px 16px 20px;
  display: flex; flex-direction: column; box-shadow: 0 12px 30px rgba(0,0,0,.25);
}
.menu[hidden] { display: none; }
.menu a { color: #fff; text-decoration: none; font-size: 24px; font-weight: 700; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.menu a:last-child { border: 0; color: var(--amarillo); }

/* ---------- botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 54px; padding: 0 22px; border-radius: var(--radio); border: 0;
  font-weight: 700; font-size: 17px; text-decoration: none; text-align: center;
}
.btn-blanco { background: #fff; color: var(--negro); }
.btn-amarillo { background: var(--amarillo); color: var(--negro); }
.btn-verde { background: var(--verde); color: #fff; }
.btn-linea { background: #fff; border: 1.5px solid var(--negro); color: var(--negro); }

/* ---------- carrusel de tiendas ---------- */
.tiendas { position: relative; background: var(--verde-2); }
.pista { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.pista::-webkit-scrollbar { display: none; }
/* Proporción fija = la de la foto que se sube: 3:4 en celular (1080×1440) y 16:9 en pantallas horizontales (1920×1080).
   Si la pantalla es más baja, se recorta de abajo (el piso), nunca el letrero. */
.slide { position: relative; flex: 0 0 100%; scroll-snap-align: start; aspect-ratio: 3 / 4; max-height: calc(100svh - 136px); min-height: 440px; overflow: hidden; color: #fff; }
@media (orientation: landscape) { .slide { aspect-ratio: 16 / 9; min-height: 340px; } }
.slide img { object-position: 50% 25%; }
.slide picture, .slide > img, .slide .ph { position: absolute; inset: 0; width: 100%; height: 100%; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.72) 100%); }
.slide-txt { position: absolute; left: 16px; right: 16px; bottom: 28px; z-index: 2; text-shadow: 0 1px 12px rgba(0,0,0,.55); }
.slide-txt .btn { text-shadow: none; }
@media (min-width: 700px) { .slide::after { background: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.25) 45%, rgba(0,0,0,0) 70%), linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.55) 100%); } }
@media (min-width: 700px) { .slide-txt { left: 80px; bottom: 48px; } .flecha { top: 45%; } }
.slide-txt .mono { opacity: .85; font-size: 12px; }
.slide h2 { font-size: clamp(44px, 12vw, 96px); margin: 6px 0 4px; }
.slide h2 small { display: block; font-size: .36em; font-weight: 700; letter-spacing: -.01em; margin-top: 4px; }
.slide .dir { font-size: 15px; opacity: .92; margin: 0 0 18px; max-width: 34ch; }
.slide .btn.elegida { background: var(--amarillo); }
.ph-tienda { background: radial-gradient(120% 90% at 80% 10%, #2c6247 0%, var(--verde) 45%, var(--verde-2) 100%); }
.ph-tienda svg { position: absolute; right: -40px; top: 40px; width: 70%; max-width: 420px; opacity: .14; }
.flecha {
  position: absolute; top: 42%; z-index: 3; width: 48px; height: 48px; border-radius: 50%;
  border: 0; background: rgba(255,255,255,.92); color: var(--negro); font-size: 26px; line-height: 1;
  display: grid; place-items: center; box-shadow: 0 4px 14px rgba(0,0,0,.2);
}
.flecha.izq { left: 10px; } .flecha.der { right: 10px; }
.puntos { position: absolute; z-index: 3; right: 16px; bottom: 34px; display: flex; gap: 6px; }
.puntos i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.5); transition: width .2s; }
.puntos i.on { background: var(--amarillo); width: 22px; border-radius: 4px; }

/* Celular (pantalla vertical): la foto arriba, completa, y la información en un recuadro verde
   debajo, sin taparla. El carrusel llena todo el alto hasta la barra de "Tu tienda". */
@media (orientation: portrait) {
  .tiendas .slide {
    display: flex; flex-direction: column; aspect-ratio: auto;
    height: calc(100vh - 60px - var(--barra)); height: calc(100svh - 60px - var(--barra) - env(safe-area-inset-bottom));
    height: var(--alto-libre, calc(100svh - 60px - var(--barra)));
    max-height: none; min-height: 400px;
  }
  .tiendas .slide::after { display: none; }
  .tiendas .slide picture, .tiendas .slide > img, .tiendas .slide .ph { position: relative; inset: auto; flex: 1 1 auto; min-height: 0; }
  .tiendas .slide img { object-position: 50% 45%; }
  .tiendas .slide-txt {
    position: relative; left: auto; right: auto; bottom: auto; flex: none;
    /* Crema: distinto de la barra verde/amarilla de "Pedir", para que no se confundan. */
    background: var(--crema); color: var(--negro);
    padding: 14px 16px 16px; text-shadow: none;
  }
  .tiendas .slide-txt .mono { opacity: 1; color: var(--verde); font-size: 12px; }
  .tiendas .slide h2 { font-size: 38px; margin: 2px 0 2px; color: var(--negro); }
  .tiendas .slide h2 small { font-size: 18px; margin-top: 2px; color: var(--verde); }
  .tiendas .slide .dir { font-size: 16px; opacity: 1; margin: 6px 0 12px; line-height: 1.35; color: #4a4a45; }
  .tiendas .slide-txt .btn { min-height: 52px; width: 100%; background: var(--verde); color: #fff; }
  .tiendas .slide-txt .btn.elegida { background: var(--amarillo); color: var(--negro); }
  /* Flechas chicas y translúcidas pegadas al borde; puntos abajo de la foto, al centro. */
  .tiendas .flecha { top: 34%; width: 36px; height: 36px; font-size: 20px; background: rgba(255,255,255,.62); box-shadow: none; color: var(--negro); }
  .tiendas .flecha.izq { left: 6px; } .tiendas .flecha.der { right: 6px; }
  .tiendas .puntos { top: auto; bottom: calc(var(--alto-panel, 190px) + 10px); right: 50%; transform: translateX(50%); background: rgba(0,0,0,.35); padding: 5px 9px; border-radius: 99px; gap: 5px; }
  .tiendas .puntos i { width: 7px; height: 7px; }
  .tiendas .puntos i.on { width: 18px; }
}

/* ---------- categorías ---------- */
.seccion { padding: 44px 0 8px; }
.envoltura { max-width: 1240px; margin: 0 auto; padding: 0 16px; }
.cat { margin-bottom: 40px; }
.cat-cab { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 0 16px; max-width: 1240px; margin: 0 auto 14px; }
.cat-cab h2 { font-size: clamp(26px, 6vw, 38px); text-transform: uppercase; }
.cat-cab a { font-family: var(--mono); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; text-decoration: none; border-bottom: 3px solid var(--amarillo); padding-bottom: 2px; }
.fila {
  display: grid; grid-auto-flow: column; grid-auto-columns: 62%; gap: 12px;
  overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 16px 6px; scroll-padding: 0 16px;
  scrollbar-width: none; cursor: grab; max-width: 1240px; margin: 0 auto;
}
.fila::-webkit-scrollbar { display: none; }
.fila.arrastrando { cursor: grabbing; scroll-snap-type: none; }
.fila.arrastrando a { pointer-events: none; }
@media (min-width: 640px) { .fila { grid-auto-columns: calc((100% - 32px - 36px) / 4); } }
@media (min-width: 1000px) { .fila { grid-auto-columns: calc((100% - 32px - 48px) / 5); } }
.tarjeta { scroll-snap-align: start; text-decoration: none; display: block; user-select: none; -webkit-user-drag: none; }
.tarjeta .foto { aspect-ratio: 1; background: #fff; border: 1px solid var(--linea); border-radius: var(--radio); overflow: hidden; position: relative; }
/* Recuadro verde de la marca debajo de la foto: el nombre manda. */
.tarjeta:not(.ver-mas) .foto { border-bottom: 0; border-radius: var(--radio) var(--radio) 0 0; }
.tarjeta .info { background: var(--verde); color: #fff; border-radius: 0 0 var(--radio) var(--radio); padding: 12px 14px 14px; border-top: 4px solid var(--amarillo); }
.tarjeta:hover .info { background: var(--verde-2); }
.tarjeta .foto img, .ficha-foto img { width: 100%; height: 100%; object-fit: contain; -webkit-user-drag: none; }
.tarjeta h3 { font-size: 22px; margin: 0 0 3px; text-transform: uppercase; color: #fff; line-height: 1.1; }
.tarjeta .dato { font-family: var(--mono); font-size: 13px; color: rgba(255,255,255,.72); letter-spacing: .04em; }
.ph { display: block; width: 100%; height: 100%; }
.ver-mas .foto { background: var(--amarillo); border-color: var(--amarillo); color: var(--negro); display: grid; place-items: center; text-align: center; transition: background .15s; }
.ver-mas:hover .foto { background: #f2bd4a; }
.ver-mas span { display: grid; gap: 6px; padding: 16px; justify-items: center; }
.ver-mas b { font-size: 28px; font-weight: 800; letter-spacing: -.02em; text-transform: uppercase; }
.ver-mas small { font-size: 14px; opacity: .85; max-width: 16ch; }
.ver-mas i { font-style: normal; width: 52px; height: 52px; border-radius: 50%; background: var(--verde); color: #fff; display: grid; place-items: center; font-size: 26px; margin-top: 6px; }

/* ---------- nosotros / calidad ---------- */
.bloque { padding: 56px 16px 0; text-align: center; }
.bloque .rotulo { color: var(--verde); }
.bloque h2 { font-size: clamp(32px, 8vw, 56px); max-width: 16ch; margin: 10px auto 12px; }
.bloque p.sub { max-width: 52ch; margin: 0 auto 28px; color: var(--gris); font-size: 18px; }
.funde { position: relative; max-width: 1100px; margin: 0 auto; aspect-ratio: 4/5; border-radius: var(--radio); overflow: hidden; background: var(--crema); }
@media (min-width: 768px) { .funde { aspect-ratio: 16/9; } }
.funde > * { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .9s; }
.funde > .on { opacity: 1; }
.funde.con-video { aspect-ratio: 16 / 9; background: #111; }
.funde.con-video.vertical { aspect-ratio: 9 / 16; max-height: calc(100svh - 150px); }
.funde video { opacity: 1; object-fit: cover; pointer-events: none; }
.ph-foto { display: grid; place-items: center; color: var(--gris); font-family: var(--mono); font-size: 13px; letter-spacing: .15em; text-transform: uppercase; }

/* ---------- pie ---------- */
.pie { background: #151515; color: #e9e7df; padding: 48px 16px 40px; margin-top: 64px; }
.pie .envoltura { display: grid; gap: 32px; padding: 0; }
@media (min-width: 800px) { .pie .envoltura { grid-template-columns: 1.2fr 1fr 1fr; } }
.pie h3 { font-family: var(--mono); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: #9d9b93; font-weight: 500; margin-bottom: 12px; }
.pie a { color: #fff; }
.pie ul { list-style: none; padding: 0; margin: 0; }
.pie li { padding: 5px 0; }
.pie .marca { font-size: 28px; font-weight: 800; letter-spacing: .04em; }
.pie .wa { display: inline-flex; margin-top: 14px; }
.pie .legal { border-top: 1px solid #2c2c2c; margin-top: 32px; padding-top: 18px; font-size: 14px; color: #9d9b93; }

/* ---------- barra fija de pedido ---------- */
.barra {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
  background: var(--verde); border-top: 4px solid var(--amarillo); color: #fff;
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  min-height: var(--barra);
}
.barra-tienda { flex: 1; min-width: 0; text-align: left; background: none; border: 0; color: #fff; padding: 4px 0; }
.barra-tienda .mono { display: block; font-size: 11px; opacity: .75; }
.barra-tienda b { display: block; font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.barra .btn { min-width: 116px; letter-spacing: .06em; }

/* ---------- popup de país ---------- */
.modal { position: fixed; inset: 0; z-index: 60; background: rgba(15,20,17,.62); display: grid; place-items: center; padding: 16px; }
.modal[hidden] { display: none; }
.modal-caja { position: relative; background: #fff; border-radius: 16px; padding: 30px 22px 24px; width: 100%; max-width: 440px; text-align: center; }
.modal-caja h2 { font-size: 28px; margin: 8px 0 8px; }
.modal-caja .rotulo { color: var(--verde); }
.modal-x { position: absolute; top: 6px; right: 6px; width: 48px; height: 48px; border: 0; background: none; font-size: 32px; line-height: 1; color: var(--gris); }
.paises { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0 16px; }
.pais { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 18px 8px; border: 2px solid var(--linea); border-radius: 12px; background: #fff; font-weight: 800; font-size: 20px; }
.pais small { font-family: var(--mono); font-weight: 400; font-size: 12px; color: var(--gris); }
.pais.on, .pais:hover { border-color: var(--verde); }
.bandera { width: 66px; height: 44px; border-radius: 4px; box-shadow: 0 0 0 1px rgba(0,0,0,.12); }
.bandera.pe { background: linear-gradient(90deg, #d91023 33.3%, #fff 33.3% 66.6%, #d91023 66.6%); }
.bandera.bo { background: linear-gradient(180deg, #d52b1e 33.3%, #f9e300 33.3% 66.6%, #007934 66.6%); }
.otro { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--gris); font-size: 16px; }
.otro select { font: inherit; padding: 10px 12px; border: 1.5px solid var(--linea); border-radius: 8px; background: #fff; min-height: 46px; }

/* ---------- página de categoría ---------- */
.volver { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; padding: 16px 0 6px; min-height: 48px; }
.cat-titulo { font-size: clamp(34px, 9vw, 60px); text-transform: uppercase; margin: 6px 0 4px; }
.rejilla { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 12px; margin-top: 24px; }
@media (min-width: 700px) { .rejilla { grid-template-columns: repeat(3, 1fr); gap: 32px 20px; } }
@media (min-width: 1050px) { .rejilla { grid-template-columns: repeat(4, 1fr); } }
.rejilla .tarjeta h3 { font-size: 19px; }
.precio-linea .suave { color: rgba(255,255,255,.72); font-weight: 400; }
.tarjeta .precio-linea { color: #fff; margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.18); }
/* Celular: una suela por fila, grande y centrada. */
@media (max-width: 699px) {
  .rejilla { grid-template-columns: 1fr; gap: 0; margin: 18px -16px 0; border-top: 1px solid var(--linea); }
  .rejilla .tarjeta { text-align: center; padding: 0; border-bottom: 6px solid #fff; }
  .rejilla .tarjeta .foto { border: 0; border-radius: 0; }
  .rejilla .tarjeta .info { border-radius: 0; padding: 18px 16px 20px; }
  .rejilla .tarjeta h3 { font-size: 28px; margin: 0 0 4px; }
  .rejilla .tarjeta .dato { font-size: 14px; line-height: 1.6; }
  .rejilla .tarjeta .precio-linea { margin: 12px auto 0; font-size: 18px; max-width: 260px; }
  .rejilla .tarjeta.elegida .info { background: var(--verde-2); }
  .rejilla .elegido { outline: 0; box-shadow: inset 0 0 0 4px var(--amarillo); }
  .rejilla .etiqueta { top: 14px; left: 14px; font-size: 12px; padding: 6px 10px; }
  .cat-titulo { text-align: center; margin-top: 24px; }
  .cat-titulo + .gris { text-align: center; }
  body.interior .volver { display: none; }
}
.precio-linea { font-weight: 700; margin-top: 4px; }
.elegido { outline: 3px solid var(--amarillo); outline-offset: 6px; border-radius: var(--radio); }
.etiqueta { position: absolute; top: 8px; left: 8px; z-index: 2; background: var(--amarillo); color: var(--negro); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 5px 8px; border-radius: 4px; font-weight: 500; }

/* ---------- ficha del modelo ---------- */
.ficha { display: grid; gap: 24px; }
@media (min-width: 900px) { .ficha { grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: start; } .galeria { position: sticky; top: 76px; } }
.galeria { position: relative; margin: 0 -16px; }
@media (min-width: 900px) { .galeria { margin: 0; } }
.galeria .pista { gap: 0; }
.ficha-foto { flex: 0 0 100%; scroll-snap-align: start; aspect-ratio: 1; background: #fff; border-bottom: 1px solid var(--linea); position: relative; }
@media (min-width: 900px) { .ficha-foto { border: 1px solid var(--linea); border-radius: var(--radio); overflow: hidden; } }
.ficha-foto .leyenda { position: absolute; left: 12px; top: 12px; font-family: var(--mono); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; background: var(--crema); padding: 5px 8px; border-radius: 4px; }
.gal-pie { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px 0; }
@media (min-width: 900px) { .gal-pie { padding: 12px 0 0; } }
.gal-puntos { display: flex; gap: 6px; }
.gal-puntos i { width: 8px; height: 8px; border-radius: 50%; background: #cfcac0; transition: width .2s; }
.gal-puntos i.on { width: 22px; border-radius: 4px; background: var(--amarillo); }
.desliza { font-family: var(--mono); font-size: 13px; color: var(--gris); letter-spacing: .08em; }
.ficha h1 { font-size: clamp(34px, 8vw, 54px); text-transform: uppercase; }
.ficha .datos { font-family: var(--mono); color: var(--gris); font-size: 14px; letter-spacing: .06em; margin: 8px 0 0; }
.precio { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 10px; margin: 18px 0 4px; }
.precio b { font-size: 34px; font-weight: 800; letter-spacing: -.02em; }
.precio span { color: var(--gris); }
.paso { border-top: 1px solid var(--linea); padding: 22px 0 6px; }
.paso > h2 { font-size: 21px; display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }
.paso > h2 .n { font-family: var(--mono); font-size: 13px; color: var(--verde); font-weight: 500; letter-spacing: .1em; }
.paso .ayuda { color: var(--gris); font-size: 15px; margin: 0 0 12px; }
.grupo-t { font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin: 14px 0 8px; color: var(--negro); }
.grupo-t span { color: var(--gris); text-transform: none; letter-spacing: .02em; font-family: var(--titulo); font-size: 14px; }
.colores { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px; }
.color {
  display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 8px 12px;
  border: 1.5px solid var(--linea); border-radius: var(--radio); background: #fff; text-align: left; font-weight: 600; font-size: 16px;
}
.color .m { width: 26px; height: 26px; border-radius: 50%; flex: none; box-shadow: inset 0 0 0 1px rgba(0,0,0,.18); }
.color[aria-pressed="true"] { border-color: var(--verde); box-shadow: 0 0 0 2px var(--verde); }
.color:disabled { opacity: .38; cursor: not-allowed; }
.color small { display: block; font-weight: 400; font-size: 12px; color: var(--gris); }
.conmutador { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; background: var(--crema); padding: 5px; border-radius: 12px; margin-bottom: 8px; }
.conmutador button { min-height: 48px; border: 0; border-radius: 9px; background: transparent; font-weight: 700; }
.conmutador button[aria-pressed="true"] { background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.12); }
.serie-fija { display: inline-flex; align-items: center; gap: 10px; padding: 12px 16px; border: 2px solid var(--verde); border-radius: var(--radio); font-weight: 700; }
.series { display: grid; grid-template-columns: repeat(auto-fill, minmax(118px, 1fr)); gap: 8px; }
.serie-op { min-height: 56px; padding: 8px 12px; border: 1.5px solid var(--linea); border-radius: var(--radio); background: #fff; display: grid; gap: 2px; justify-items: center; }
.serie-op b { font-size: 20px; font-weight: 800; letter-spacing: -.01em; }
.serie-op small { font-size: 14px; color: var(--gris); }
.serie-op[aria-pressed="true"] { border-color: var(--verde); box-shadow: 0 0 0 2px var(--verde); }
.curva { display: grid; grid-template-columns: repeat(auto-fit, minmax(58px, 1fr)); gap: 8px; }
.talla { display: flex; flex-direction: column; align-items: center; gap: 6px; background: var(--crema); border-radius: var(--radio); padding: 10px 4px; }
.talla .t { font-family: var(--mono); font-size: 14px; font-weight: 500; }
.talla .c { font-size: 26px; font-weight: 800; min-height: 32px; }
.mas-menos { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--negro); background: #fff; font-size: 24px; line-height: 1; display: grid; place-items: center; }
.mas-menos:disabled { opacity: .3; cursor: not-allowed; }
.contador { margin-top: 12px; padding: 14px 16px; border-radius: var(--radio); font-weight: 800; font-size: 20px; background: var(--crema); color: var(--gris); display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.contador.listo { background: var(--ok); color: #fff; }
.repetir { background: none; border: 0; padding: 12px 0 0; font-weight: 700; text-decoration: underline; text-decoration-color: var(--amarillo); text-decoration-thickness: 3px; text-underline-offset: 5px; min-height: 44px; }
.docenas { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.docenas .c { font-size: 34px; font-weight: 800; min-width: 52px; text-align: center; }
.total { color: var(--gris); font-size: 16px; }
.total b { color: var(--negro); font-size: 20px; }
.nota { background: var(--crema); border-left: 4px solid var(--amarillo); padding: 10px 12px; border-radius: 6px; font-size: 15px; margin: 12px 0 0; }
.tiendas-op { display: grid; gap: 8px; }
.tienda-op { text-align: left; min-height: 60px; padding: 10px 14px; border: 1.5px solid var(--linea); border-radius: var(--radio); background: #fff; }
.tienda-op b { display: block; font-size: 17px; }
.tienda-op small { color: var(--gris); font-size: 14px; }
.tienda-op[aria-pressed="true"] { border-color: var(--verde); box-shadow: 0 0 0 2px var(--verde); }
.tienda-op.sugerida { background: #fbf4e2; }
.regiones { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.region { min-height: 42px; padding: 6px 12px; border-radius: 99px; border: 1px solid var(--linea); background: #fff; font-size: 15px; }
.region[aria-pressed="true"] { background: var(--negro); color: #fff; border-color: var(--negro); }
details.no-se { margin-top: 12px; }
details.no-se summary { cursor: pointer; font-weight: 700; min-height: 44px; display: flex; align-items: center; text-decoration: underline; text-decoration-color: var(--amarillo); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.pedir-final { padding-top: 20px; scroll-margin-top: 90px; }
.paso { scroll-margin-top: 70px; }
.pedir-final .btn { width: 100%; min-height: 60px; font-size: 18px; background: #bdbab1; color: #fff; transition: background .2s; }
.pedir-final .btn.listo { background: var(--ok); }
.pedir-final p { text-align: center; font-size: 14px; color: var(--gris); margin: 8px 0 0; background: #fff; }
.vacio { padding: 60px 0; text-align: center; color: var(--gris); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Tipo de suela y selector de colores por pedido */
.rot { font-family: var(--mono); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gris); margin: 20px 0 10px; }
.tipo { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.tipo button { min-height: 58px; border: 1.5px solid var(--linea); border-radius: 8px; background: #fff; font-weight: 700; font-size: 18px; }
.tipo button[aria-pressed="true"] { background: var(--verde); border-color: var(--verde); color: #fff; }
.selector { margin-top: 10px; }
.sel-btn { width: 100%; display: flex; align-items: center; gap: 12px; min-height: 60px; padding: 10px 16px; border: 1.5px solid var(--negro); border-radius: 8px; background: #fff; font-weight: 600; font-size: 18px; text-align: left; }
.sel-btn i { margin-left: auto; font-style: normal; font-size: 20px; transition: transform .2s; }
.selector.abierto .sel-btn { border-color: var(--amarillo); box-shadow: 0 0 0 2px var(--amarillo); border-radius: 8px 8px 0 0; }
.selector.abierto .sel-btn i { transform: rotate(180deg); }
.selector.con-color .sel-btn { border-color: var(--verde); box-shadow: 0 0 0 2px var(--verde); }
.selector .m { width: 30px; height: 30px; border-radius: 6px; flex: none; box-shadow: inset 0 0 0 1px rgba(0,0,0,.18); }
.sel-lista { border: 1.5px solid var(--negro); border-top: 0; border-radius: 0 0 8px 8px; max-height: 330px; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; background: #fff; }
.sel-nota { position: sticky; top: 0; z-index: 1; margin: 0; padding: 10px 16px; background: #fbf4e2; color: #7a5200; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; line-height: 1.5; }
.sel-op { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 54px; padding: 8px 16px; border: 0; border-bottom: 1px solid var(--linea); background: #fff; font-size: 17px; text-align: left; }
.sel-op:last-child { border-bottom: 0; }
.sel-op small { margin-left: auto; color: var(--gris); font-size: 13px; }
.sel-op[aria-pressed="true"] { background: #eef6f1; font-weight: 700; }
.sel-op:disabled { opacity: .4; }

/* ---- Ficha más simple y con más aire (pedido del 26 sep) ---- */
.chips-datos { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 4px; }
.chips-datos span { background: var(--crema); font-family: var(--mono); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; padding: 6px 10px; border-radius: 4px; }
.paso { padding: 30px 0 12px; }
.paso > h2 { margin-bottom: 12px; }
.curva { gap: 6px; }
.curva .talla { padding: 10px 2px; min-width: 0; }
.curva .mas-menos { width: 40px; height: 40px; font-size: 22px; }
.curva .talla .c { font-size: 24px; }
.ciudades { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ciudad-op { min-height: 56px; border: 1.5px solid var(--linea); border-radius: 8px; background: #fff; font-weight: 700; font-size: 17px; padding: 8px; }
.ciudad-op[aria-pressed="true"] { background: var(--verde); border-color: var(--verde); color: #fff; box-shadow: 0 0 0 2px var(--amarillo); }
.sedes { background: var(--crema); border-radius: 10px; padding: 4px 12px 12px; margin-top: 12px; }
.sedes .rot { margin-top: 10px; }
.sedes .ciudad-op { background: transparent; }
.sedes .ciudad-op[aria-pressed="true"] { background: var(--verde); }
#pTienda[hidden] { display: none; }
/* "El que elegiste": centrado arriba de la suela */
.etiqueta { left: 50% !important; transform: translateX(-50%); top: 10px !important; white-space: nowrap; }
.pais-flecha { display: none; font-style: normal; margin-left: 6px; }
@media (max-width: 699px) {
  .pais-moneda { display: none; }
  .pais-flecha { display: inline; }
  .chip-pais { border-radius: 8px; padding: 6px 10px; }
}
@media (orientation: portrait) { .tiendas .puntos { display: none; } }
