/* folleto.net — rediseño «Tinta» (v2)
   Base: design_handoff_tinta/style-v2.css. Respeta las clases existentes.
   Clases NUEVAS (con los cambios de plantilla del handoff):
   .nav-toggle .menu-marcas .menu-marcas-movil .menu-cerrar
   .link-list.pills .pill-marca .btn-pdf .footer-acordeon
   Portado del CSS anterior (la v2 no las traía y siguen en uso):
   .placeholder .placeholder-box .folleto-pagina/.fp-* .dato-pendiente */

:root {
  --ink: #101214;
  --texto: #3f454d;
  --muted: #5a616b;
  --line: #e3e5e8;
  --stage: #f2f3f5;
  --stage-line: #e8eaee;
  --bg: #ffffff;
  --card: #ffffff;
  --accent: #0b57a4;
  --verde: #0e7a41;
  --rojo: #b3261e;
  --maxw: 1080px;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
}
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 1rem; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

/* Cabecera */
.site-header { background: #fff; border-bottom: 2px solid var(--ink); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; padding-top: .9rem; padding-bottom: .9rem; }
/* Logo «Efe»: tile f. + wordmark (design_handoff_tinta/logo-efe.md).
   Mismo markup en header, overlay y footer: la media query lo compacta
   en móvil y .site-footer lo invierte sobre tinta. */
.logo-efe { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.logo-efe:hover { text-decoration: none; }
.logo-tile {
  width: 46px; height: 46px; background: var(--ink); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font: 700 28px/1 "Instrument Sans", system-ui, sans-serif; letter-spacing: -1px; flex: none;
}
.logo-tile span { color: #4d9be0; } /* azul claro: el corporativo no contrasta sobre tinta */
.logo-texto { display: inline-flex; flex-direction: column; }
.logo-word { font: 700 33px/1 "Instrument Sans", system-ui, sans-serif; letter-spacing: -.8px; color: var(--ink); }
.logo-word b { color: var(--accent); font-weight: 700; }
.logo-barra { display: flex; gap: 3px; margin-top: 7px; }
.logo-barra i { width: 22px; height: 3px; display: block; }
.logo-barra i:nth-child(1) { background: #00abe9; }
.logo-barra i:nth-child(2) { background: #d50032; }
.logo-barra i:nth-child(3) { background: #f18a00; }
.logo-barra i:nth-child(4) { background: #007b3f; }
.logo-barra i:nth-child(5) { background: #0050aa; }
.nav-toggle {
  margin-left: auto; width: 44px; height: 44px; flex: none;
  border: 1px solid var(--ink); background: #fff; color: var(--ink);
  font-size: 18px; cursor: pointer; border-radius: 0;
}
.nav-toggle:hover { background: var(--ink); color: #fff; }

/* Menú de marcas — PC: banda horizontal desplegable bajo el header */
.menu-marcas { border-top: 1px solid var(--line); background: #fff; }
.menu-marcas[hidden] { display: none; }
.menu-marcas nav {
  max-width: var(--maxw); margin: 0 auto; padding: 14px 1rem;
  display: flex; flex-wrap: wrap; gap: 8px;
  animation: fadeIn .2s ease;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* Pill de marca con logo (menú, listas de enlaces entre marcas) */
.pill-marca {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid #d5d9de; padding: 9px 14px;
  font-size: 14px; font-weight: 600; color: var(--ink); border-radius: 0;
}
.pill-marca:hover { border-color: var(--ink); text-decoration: none; }

/* Alturas de logo equilibradas por área visual (criterio de logos.css, ref 40px).
   --lh = altura base; cada contexto la escala. */
.logo-marca { display: block; width: auto; object-fit: contain; height: calc(var(--lh) * 1px); }
.logo-aldi { --lh: 54; }  .logo-lidl { --lh: 54; }  .logo-consum { --lh: 54; }
.logo-carrefour { --lh: 48; }  .logo-dia { --lh: 44; }  .logo-eroski { --lh: 39; }
.logo-supeco { --lh: 35; }  .logo-supercor { --lh: 34; }  .logo-alcampo { --lh: 30; }
.logo-makro { --lh: 30; }  .logo-hipercor { --lh: 27; }  .logo-mercadona { --lh: 25; }
.menu-marcas .logo-marca { height: calc(var(--lh) * .5px); }   /* banda PC */
.pill-marca .logo-marca { height: calc(var(--lh) * .45px); }   /* pills en listas */
.menu-marcas-movil .logo-marca { height: calc(var(--lh) * .56px); }

/* Menú de marcas — móvil: overlay a pantalla completa con fade */
.menu-marcas-movil {
  position: fixed; inset: 0; z-index: 50; background: #fff;
  display: flex; flex-direction: column;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .25s ease, visibility .25s;
}
.menu-marcas-movil.abierto { opacity: 1; visibility: visible; pointer-events: auto; }
.menu-marcas-movil .menu-cabecera {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 16px; border-bottom: 2px solid var(--ink); flex: none;
}
.menu-cerrar { width: 44px; height: 44px; border: 1px solid var(--ink); background: #fff; color: var(--ink); font-size: 17px; cursor: pointer; border-radius: 0; }
.menu-marcas-movil nav { overflow-y: auto; padding: 6px 0; }
.menu-marcas-movil nav a {
  display: flex; align-items: center; gap: 14px; padding: 11px 16px;
  border-bottom: 1px solid #eef0f2; color: var(--ink); font-size: 15.5px; font-weight: 700;
}
.menu-marcas-movil nav a .logo-caja { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 36px; flex: none; }
/* Logos muy apaisados (Mercadona, Hipercor): que no desborden la caja */
.menu-marcas-movil nav a .logo-caja .logo-marca { max-width: 100%; }

/* Migas */
.breadcrumbs { font-size: .8rem; color: #6a727c; padding-top: .7rem; }
.breadcrumbs a { color: #6a727c; }
.breadcrumbs .sep { margin: 0 .35rem; }

/* Contenido */
main { padding: 1rem 1rem 4.5rem; }
h1 { font-size: 2.125rem; line-height: 1.15; letter-spacing: -.6px; font-weight: 700; margin: 1.4rem 0 .6rem; }
h2 { font-size: 1.375rem; letter-spacing: -.3px; font-weight: 700; margin: 3rem 0 .9rem; }
h3 { font-size: .97rem; font-weight: 700; margin: 0 0 .3rem; }
.intro { font-size: 1rem; color: var(--texto); max-width: 78ch; }
.h1-marca { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 1.75rem; }
.h1-marca h1 { margin: 0; }
.acento-marca { width: 56px; height: 3px; background: var(--brand, var(--accent)); margin: 14px 0 0; }

/* Marcadores de contenido pendiente */
.placeholder { color: #9a6700; background: #fff8e5; border: 1px dashed #e2c363; padding: .5rem .8rem; border-radius: 0; font-size: .92rem; }
.placeholder-box { display: flex; align-items: center; justify-content: center; min-height: 260px; text-align: center; color: #9a6700; background: #fff8e5; border: 2px dashed #e2c363; border-radius: 0; margin: 1.2rem 0; padding: 1rem; }

/* Vigencia: texto verde, sin píldora */
.vigencia { display: inline-block; background: none; border: none; padding: 0; color: var(--verde); font-size: .94rem; font-weight: 700; }
.vigencia.pendiente { color: #a05e03; }

/* Visor — escenario gris claro, barra de controles pegada */
.visor { margin: 1.5rem 0 1.6rem; }
.visor-strip {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
  background: var(--stage); border: 1px solid var(--stage-line); border-bottom: none;
  border-radius: 0; scrollbar-width: none; outline: none;
  overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; touch-action: pan-x pan-y;
}
.visor-strip::-webkit-scrollbar { display: none; }
.visor-strip:focus-visible { box-shadow: inset 0 0 0 3px rgba(11,87,164,.4); }
.visor-pliego { flex: 0 0 100%; display: flex; justify-content: center; align-items: flex-start; scroll-snap-align: start; padding: 1.75rem 0; }
.visor-pliego img { width: 44%; max-width: 440px; height: auto; box-shadow: 0 3px 12px rgba(16,24,40,.16); }
.visor-controles {
  display: flex; align-items: center; gap: .6rem; margin-top: 0;
  background: var(--stage); border: 1px solid var(--stage-line); padding: 10px 12px;
}
.visor-btn {
  width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid var(--ink);
  background: #fff; border-radius: 0; color: var(--ink); font-size: 1.05rem; line-height: 1; cursor: pointer;
}
.visor-btn:hover { background: var(--ink); color: #fff; }
.visor-slider { flex: 1; accent-color: var(--accent); min-width: 60px; }
.visor-contador { font-size: .94rem; color: var(--ink); white-space: nowrap; min-width: 84px; text-align: center; font-variant-numeric: tabular-nums; }
.visor-cargando { padding: 4rem 1rem; color: var(--muted); text-align: center; width: 100%; }
.visor-pdf .visor-pliego img { background: #fff; min-height: 120px; }

/* Páginas HTML del visor (catálogo propio Mercadona) */
.folleto-pagina { width: 44%; max-width: 440px; aspect-ratio: 0.714; background: #fff; box-shadow: 0 3px 12px rgba(16,24,40,.16); padding: 3.2%; overflow: hidden; display: flex; flex-direction: column; font-size: clamp(6px, 1.05vw, 10.5px); }
.visor-pliego .folleto-pagina:first-child:last-child { margin: 0 auto; }
.fp-cabecera { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 2.5px solid #157a43; padding-bottom: .4em; margin-bottom: .8em; }
.fp-cat { font-weight: 800; font-size: 1.5em; color: #157a43; }
.fp-num { color: #999; font-size: 1em; }
.fp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7em; flex: 1; align-content: start; }
.fp-prod { border: 1px solid #e8e8e8; border-radius: .5em; padding: .55em; display: flex; flex-direction: column; min-width: 0; }
.fp-prod img, .fp-sinimg { width: 100%; aspect-ratio: 1; object-fit: contain; background: #fafafa; }
.fp-nombre { font-size: .95em; line-height: 1.25; margin-top: .35em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.4em; }
.fp-formato { color: #999; font-size: .8em; }
.fp-precio { margin-top: auto; padding-top: .3em; font-size: 1.15em; }
.fp-precio s { color: #aaa; font-size: .78em; }
.fp-precio strong { color: #157a43; font-size: 1.25em; }
.fp-ahorro { background: #d43c3c; color: #fff; font-style: normal; font-weight: 700; font-size: .72em; border-radius: .3em; padding: .1em .35em; vertical-align: middle; }
.fp-portada { text-align: center; display: flex; flex-direction: column; height: 100%; }
.fp-marca { color: #999; margin: 0; }
.fp-titulo { font-size: 2em; font-weight: 800; color: #157a43; margin: .2em 0; line-height: 1.15; }
.fp-vig { color: #666; margin: 0 0 .4em; }
.fp-mega { font-size: 4.2em; font-weight: 800; color: #d43c3c; margin: .05em 0 0; }
.fp-sub { color: #666; margin: 0 0 .8em; }
.fp-grid-portada { grid-template-columns: repeat(3, 1fr); flex: 1; }
.fp-pie { color: #aaa; font-size: .75em; margin: .8em 0 0; }

/* Botones */
.btn {
  display: inline-block; border: 2px solid var(--ink); background: #fff;
  color: var(--ink); font-weight: 700; font-size: .94rem; padding: .6rem 1.1rem; border-radius: 0;
}
.btn:hover { background: var(--ink); color: #fff; text-decoration: none; }
.btn-pdf { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-pdf:hover { background: #2a2d31; }
.subpage-links { display: flex; gap: .75rem; flex-wrap: wrap; margin: 1.25rem 0; }

/* ============================== HOME ============================== */
/* Hero */
.hero-home { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: center; padding: 26px 0 34px; border-bottom: 1px solid var(--line); }
.hero-kicker { margin: 0 0 14px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); }
.hero-home h1 { font-size: 2.875rem; letter-spacing: -1.2px; line-height: 1.08; margin: 0; }
.barra-marcas { display: flex; gap: 4px; margin: 18px 0 0; }
.barra-marcas span { width: 36px; height: 4px; display: block; }
.hero-portadas { position: relative; height: 340px; }
.hero-portadas img { position: absolute; border: 1px solid var(--line); }
.hero-portadas img:first-child { right: 150px; top: 24px; width: 210px; box-shadow: 0 4px 16px rgba(16,24,40,.18); transform: rotate(-3deg); }
.hero-portadas img:last-child { right: 0; top: 0; width: 230px; box-shadow: 0 6px 20px rgba(16,24,40,.22); transform: rotate(2deg); }

/* Numeración de secciones: <h2><span class="num-seccion">01</span> Título</h2> */
h2 .num-seccion { font-size: 13px; font-weight: 700; color: var(--accent); font-variant-numeric: tabular-nums; margin-right: 14px; vertical-align: 2px; }

/* Tarjetas de marca (home) — rejilla de junta 1px, logo protagonista */
.grid.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 1rem; }
.card { background: var(--card); border: none; border-top: 3px solid var(--brand, var(--ink)); border-radius: 0; padding: 18px 16px 16px; display: flex; flex-direction: column; }
.card .logo-caja { display: flex; align-items: center; height: 44px; margin-bottom: 12px; }
.card .logo-marca { height: calc(var(--lh) * .7px); } /* aldi 38 · carrefour 34 · dia 31 · eroski 27 · supeco 25 · supercor 24 · alcampo/makro 21 · hipercor 19 · mercadona 18 */
.card h3 { font-size: .97rem; margin: 0 0 2px; }
.card h3 a { color: var(--ink); }
.card-sub { margin: 0 0 .5rem; color: var(--muted); font-size: .8rem; }
.card-links { margin: auto 0 0; font-size: .8rem; line-height: 1.7; }
.catalogo-card img { width: 100%; height: 200px; object-fit: contain; background: var(--stage); border-radius: 0; margin-bottom: .6rem; }

/* Próximos folletos y juguetes: filas-botón con logo */
.proximos-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.proximos-list a { display: flex; justify-content: space-between; align-items: center; gap: 12px; border: 2px solid var(--ink); color: var(--ink); font-weight: 700; font-size: .94rem; padding: 13px 16px; }
.proximos-list a:hover { background: var(--ink); color: #fff; text-decoration: none; }
.proximos-list a span:first-of-type { flex: 1; } /* texto pegado al logo, flecha a la derecha */
.proximos-list .logo-marca { height: calc(var(--lh) * .44px); }
.proximos-list.suave a { border-width: 1px; border-color: #d5d9de; } /* variante juguetes */
.proximos-list.suave a:hover { background: none; color: var(--ink); border-color: var(--ink); }

/* Chips de provincia: pill con cuadrado del color de marca */
.link-list.chips { display: flex; flex-wrap: wrap; gap: 8px; columns: auto; }
.link-list.chips li { padding: 0; }
.link-list.chips a { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #d5d9de; padding: 9px 14px; font-size: .875rem; font-weight: 600; color: var(--ink); }
.link-list.chips a:hover { border-color: var(--ink); text-decoration: none; }
.link-list.chips .marca-dot { width: 8px; height: 8px; background: var(--brand, var(--ink)); display: inline-block; flex: none; }

/* Texto SEO de la home a 2 columnas */
.seo-text.cols { columns: 2; column-gap: 3rem; }

/* Listas de enlaces */
.link-list { list-style: none; padding: 0; margin: .8rem 0; }
.link-list li { padding: .32rem 0; font-size: .875rem; }
.link-list.cols { columns: 4 180px; column-gap: 1.6rem; }
/* Variante con logos (enlaces entre marcas) */
.link-list.pills { display: flex; flex-wrap: wrap; gap: 10px; columns: auto; }
.link-list.pills li { padding: 0; }

/* Ofertas de producto — rejilla con junta de 1px */
.mut-linea { color: var(--muted); font-size: .84rem; }
.contador { color: var(--muted); font-weight: 400; font-size: .9rem; }
.ofertas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 1rem 0 1.6rem; }
.oferta-card { background: #fff; border: none; border-radius: 0; padding: .875rem; display: flex; flex-direction: column; }
.oferta-card img { width: 100%; height: 130px; object-fit: contain; margin-bottom: .6rem; }
.oferta-card h3 { font-size: .875rem; font-weight: 600; margin: 0 0 .35rem; line-height: 1.35; }
.oferta-unidad { color: var(--muted); font-size: .78rem; margin: 0 0 .3rem; }
.oferta-precio { font-size: 1.06rem; font-weight: 700; margin: auto 0 0; }
.oferta-precio s { color: #8a919c; font-weight: 400; font-size: .78rem; margin-left: .3rem; }
.promo { display: inline-block; background: none; color: var(--rojo); border-radius: 0; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; padding: 0; margin-left: .3rem; vertical-align: middle; }
.oferta-validez { color: var(--muted); font-size: .75rem; margin: .3rem 0 0; }

/* Sin folleto / portada única / teaser (sin cambios estructurales, estética Tinta) */
.sin-folleto { display: flex; align-items: center; justify-content: center; min-height: 180px; text-align: center; color: var(--muted); background: var(--stage); border: 1px solid var(--stage-line); border-radius: 0; margin: 1.2rem 0; padding: 1.5rem; max-width: 640px; }
.portada-unica { margin: 1.2rem auto; max-width: 560px; }
.portada-unica img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 0; box-shadow: 0 3px 12px rgba(16,24,40,.16); }
.teaser-figura { margin: 1.4rem auto; max-width: 380px; text-align: center; }
.teaser-figura img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 0; box-shadow: 0 3px 12px rgba(16,24,40,.12); }
.teaser-figura figcaption { color: var(--muted); font-size: .82rem; margin-top: .4rem; }

/* FAQ */
.faq-item { margin: 0 0 1rem; }
.faq-item h3 { font-size: .97rem; margin: 0 0 .25rem; }
.faq-item p { margin: 0; color: var(--texto); font-size: .9rem; max-width: 82ch; }

/* Tiendas */
.tiendas-list { list-style: none; padding: 0; margin: 1rem 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.tienda { background: #fff; border: none; border-radius: 0; padding: .875rem; font-size: .9rem; }
.tienda span { display: block; color: var(--muted); font-size: .84rem; }
.tienda.plegada { display: none; }
/* Nombre + direccion = enlace a la ruta en Google Maps */
.tienda-enlace { display: block; color: var(--ink); }
.tienda-enlace:hover { text-decoration: none; }
.tienda-enlace:hover strong { text-decoration: underline; }
.tienda-icono { display: inline-block; vertical-align: -2px; margin-left: .2rem; color: var(--ink); }
.tienda .tienda-distancia { display: table; margin: 0 0 .35rem; padding: .1rem .45rem; background: var(--ink); color: #fff; font-size: .75rem; font-weight: 700; }
.tiendas-cerca { margin: 1rem 0 0; }
.btn-cerca { cursor: pointer; font-family: inherit; }
.btn-cerca:disabled { opacity: .7; cursor: progress; }
.tiendas-aviso { margin: .6rem 0 0; font-size: .88rem; color: var(--muted); }
.tiendas-mas { margin: 0 0 1rem; }
.tiendas-mas .btn-link { background: none; border: 0; padding: .4rem 0; font: inherit; font-weight: 700; color: var(--accent); cursor: pointer; }
.tiendas-mas .btn-link::after { content: " ↓"; }
.tiendas-mas .btn-link[aria-expanded="true"]::after { content: " ↑"; }
.tienda-dir { margin-top: .2rem; }
.tienda-dato { margin-top: .15rem; }

/* Texto SEO y legales */
.seo-text p { margin: 0 0 .9rem; color: var(--texto); }
.legal-texto h2 { font-size: 1.15rem; margin: 1.8rem 0 .5rem; }
.legal-texto { max-width: 46rem; }
.dato-pendiente { color: #9a6700; background: #fff8e5; border: 1px dashed #e2c363; border-radius: 0; padding: 0 .35rem; font-size: .92em; }

/* Footer — negro, 4 columnas en PC */
.site-footer { background: var(--ink); color: #9aa1a9; margin-top: 1.5rem; padding: 1.75rem 0; font-size: .875rem; }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.footer-cols > :first-child { grid-column: span 2; }
.footer-cols > :first-child ul { columns: 2; column-gap: 1.6rem; }
.footer-title { font-size: .875rem; color: #fff; margin: 0 0 .6rem; font-weight: 700; letter-spacing: .3px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { padding: .18rem 0; }
.site-footer a { color: #9aa1a9; }
/* Logo «Efe» invertido sobre tinta */
.site-footer .logo-efe { margin: 0 0 1.5rem; }
.site-footer .logo-tile { background: #fff; color: var(--ink); width: 40px; height: 40px; font-size: 24px; }
.site-footer .logo-tile span { color: var(--accent); }
.site-footer .logo-word { color: #fff; font-size: 26px; }
.site-footer .logo-word b { color: #7fb3e0; }
/* Acordeones del footer: solo pliegan en móvil. En PC nacen abiertos (atributo
   open en el HTML) y el summary queda neutralizado: los enlaces siempre están
   en el HTML para el crawler. */
.footer-acordeon { display: block; }
.footer-acordeon summary { pointer-events: none; list-style: none; }
.footer-acordeon summary::-webkit-details-marker { display: none; }

/* ============================== MÓVIL ============================== */
@media (max-width: 720px) {
  body { font-size: 15px; }
  h1 { font-size: 1.5625rem; letter-spacing: -.4px; }
  h2 { font-size: 1.25rem; margin: 2.25rem 0 .75rem; }

  /* Logo «Efe» compacto */
  .logo-efe { gap: 10px; }
  .logo-tile { width: 36px; height: 36px; font-size: 22px; }
  .logo-word { font-size: 20px; letter-spacing: -.4px; }
  .logo-barra { display: none; }

  .menu-marcas { display: none; } /* en móvil manda el overlay */

  /* Cabecera de marca: mismas alturas equilibradas a escala 40/54 */
  .h1-marca .logo-marca { height: calc(var(--lh) * .74px); }

  /* Visor a sangre completa, una página por vista */
  .visor { margin-left: -1rem; margin-right: -1rem; }
  .visor-strip { border-left: none; border-right: none; }
  .visor-pliego { display: contents; }
  .visor-strip img { flex: 0 0 88%; width: 88%; max-width: none; scroll-snap-align: center; margin: 16px 6%; box-shadow: 0 3px 12px rgba(16,24,40,.16); }
  .visor-strip .folleto-pagina { flex: 0 0 88%; width: 88%; max-width: none; scroll-snap-align: center; margin: 16px 6%; font-size: clamp(7px, 2.4vw, 12px); }
  .visor-controles { border-left: none; border-right: none; }

  .subpage-links { flex-direction: column; }
  .subpage-links .btn { display: flex; justify-content: space-between; }

  .ofertas-grid { grid-template-columns: 1fr 1fr; }
  .link-list.cols { columns: 2; column-gap: 1.4rem; }

  /* Home móvil */
  .hero-home { display: block; padding: 16px 0 0; border-bottom: none; }
  .hero-home h1 { font-size: 1.875rem; letter-spacing: -.7px; line-height: 1.12; }
  .hero-kicker { margin: 0 0 8px; font-size: 11px; letter-spacing: 1.6px; }
  .barra-marcas span { width: 28px; }
  .hero-portadas { display: none; } /* las portadas ya se ven en cada página de marca */
  .grid.cards { grid-template-columns: 1fr 1fr; }
  .card { padding: 14px 12px 12px; }
  .card .logo-caja { height: 36px; margin-bottom: 10px; }
  .card .logo-marca { height: calc(var(--lh) * .59px); }
  .proximos-list { grid-template-columns: 1fr; gap: 8px; }
  .seo-text.cols { columns: 1; }

  /* Footer en acordeones */
  .site-footer { padding: .25rem 0 1.25rem; }
  .footer-cols { display: block; }
  .footer-cols > :first-child ul { columns: 1; }
  .footer-acordeon { border-bottom: 1px solid #2a2d31; }
  .footer-acordeon summary { pointer-events: auto; list-style: revert; padding: .95rem 0; color: #fff; font-weight: 700; font-size: .875rem; cursor: pointer; }
  .footer-acordeon summary .footer-title { display: inline; margin: 0; font-size: inherit; }
  .footer-acordeon ul { padding-bottom: .75rem; }
  .footer-acordeon li { padding: .3rem 0; }
}
