/* Páginas: portada, catálogo, detalle de producto e información. */

.tag-off { background: var(--accent); color: var(--accent-ink); font: 800 .72rem/1 var(--f-body); padding: 4px 6px; letter-spacing: .02em; }
.promo-note { font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--accent-text); }

/* ================= PORTADA ================= */

/* --- Hero: titular a la izquierda, foto real de la tienda a la derecha --- */
.hero { padding-block: 20px 56px; overflow: hidden; }
.hero__grid { display: grid; gap: 28px; }
.hero__copy { display: grid; gap: 22px; align-content: center; }
.hero__logo { width: min(460px, 74vw); height: auto; margin-bottom: 4px; }
.hero__title { font-size: clamp(3.6rem, 16vw, 10.5rem); }
.hero__title span { display: block; }
.hero__title span:nth-child(3) { color: var(--accent); } /* la portada siempre va sobre foto oscura, en ambos temas */
.hero__copy, .hero__grid > *, .sel__grid, .sel__intro { min-width: 0; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.hero__media { position: relative; margin: 0; aspect-ratio: 660 / 705; max-width: 560px; }
.hero__media::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; background: var(--accent); }
.hero__media img { position: relative; width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 900px) {
  .hero { padding-block: 32px 72px; }
  .hero__grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 56px; align-items: center; min-height: calc(100dvh - var(--header-h) - 104px); }
  .hero__media { justify-self: end; width: 100%; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero__logo { animation: hero-in .9s var(--ease) both; }
  .hero__title span { animation: hero-in 1s var(--ease) .08s both; }
  .hero__title span:nth-child(3) { animation-delay: .2s; }
  .hero .lead, .hero__cta { animation: hero-in 1s var(--ease) .28s both; }
  .hero__media img { animation: hero-img 1.4s var(--ease) both; }
  @keyframes hero-in { from { opacity: 0; transform: translateY(40px); } }
  @keyframes hero-img { from { opacity: 0; clip-path: inset(0 0 100% 0); } to { clip-path: inset(0); } }
}

/* --- Categorías: mosaico con exactamente una celda por categoría --- */
.category-menu { padding-bottom: var(--section-y); }
.category-menu__head { display: flex; justify-content: space-between; align-items: end; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; }
.bento { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.tile { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 5; background: var(--raise); isolation: isolate; }
.tile__img, .tile__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tile__img img { transition: transform 1s var(--ease); }
.tile::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgb(8 8 7 / .82), transparent 55%); }
.tile__bar { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 8px; padding: 16px; color: #f0efe9; }
.tile__name { font: 800 clamp(1.5rem, 3.4vw, 2.6rem)/.95 var(--f-display); font-stretch: 72%; text-transform: uppercase; display: grid; gap: 4px; }
.tile__count { font: 500 .8rem var(--f-body); letter-spacing: .04em; opacity: .8; text-transform: none; }
.tile__bar .ico { width: 1.6rem; height: 1.6rem; transition: transform var(--t) var(--ease); }
@media (hover: hover) { .tile:hover .tile__img img { transform: scale(1.06); } .tile:hover .tile__bar .ico { transform: translate(4px, -4px) rotate(-45deg); } }
@media (min-width: 900px) {
  .bento { gap: 10px; grid-auto-rows: clamp(200px, 22vw, 320px); }
  .tile { aspect-ratio: auto; }
  .bento--n6 { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-areas: "a a a a a a b b b c c c" "a a a a a a b b b d d d" "e e e e e e f f f f f f"; }
  .bento--n6 .tile:nth-child(1) { grid-area: a; } .bento--n6 .tile:nth-child(2) { grid-area: b; } .bento--n6 .tile:nth-child(3) { grid-area: c; }
  .bento--n6 .tile:nth-child(4) { grid-area: d; } .bento--n6 .tile:nth-child(5) { grid-area: e; } .bento--n6 .tile:nth-child(6) { grid-area: f; }
  .bento:not(.bento--n6) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* --- Selección: introducción fija a la izquierda, tarjetas escalonadas a la derecha --- */
.sel { display: grid; gap: 40px; }
.sel__intro { display: grid; gap: 22px; align-content: start; justify-items: start; }
.sel__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 12px; }
@media (min-width: 700px) { .sel__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 20px; } }
@media (min-width: 1000px) {
  .sel { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 64px; }
  .sel__intro { position: sticky; top: calc(var(--header-h) + 32px); align-self: start; }
  .sel__grid .pcard:nth-child(3n + 2) { margin-top: 0; }
}

/* --- Escena de sneaker: una tarima clara con el tenis que se arma al bajar --- */
.escena { position: relative; height: 300vh; background: #eceff2; color: #0d0d0c; }
.escena__sticky { position: sticky; top: 0; height: 100dvh; overflow: hidden; }
.escena__canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.escena__in { position: relative; height: 100%; display: flex; align-items: flex-end; padding-bottom: clamp(28px, 8vh, 80px); pointer-events: none; }
.escena__copy { display: grid; gap: 14px; justify-items: start; max-width: 340px; pointer-events: auto; }
.escena__copy .h2 { font-size: clamp(2rem, 3.4vw, 3.1rem); }
.escena__copy .lead { color: #3b3b37; }
.escena__copy .btn--primary { background: #0d0d0c; color: #f0efe9; }
.escena__copy .btn--primary:hover { background: #26261f; }
.escena__bar { width: min(280px, 60vw); height: 2px; background: rgb(13 13 12 / .16); }
.escena__bar i { display: block; height: 100%; background: #0d0d0c; transform-origin: left; transform: scaleX(0); }
@media (min-width: 900px) { .escena { height: 360vh; } }

/* --- Financiación: fondo oscuro, dos botones grandes (uno por entidad) que abren WhatsApp --- */
.credit { background: var(--bg-2); border-block: 1px solid var(--line); }
.credit__in { display: grid; gap: 36px; padding-block: clamp(56px, 8vw, 104px); align-items: center; }
.credit__copy { display: grid; gap: 16px; justify-items: start; max-width: 560px; }
.credit__lead { color: var(--text); opacity: .86; max-width: 46ch; }
.credit__note { font-size: .85rem; color: var(--muted); }
.credit__tiles { display: grid; gap: 12px; }
.credit__tile { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: clamp(22px, 3vw, 34px); border: 1.5px solid var(--line-2); background: var(--surface); transition: background-color var(--t), color var(--t), border-color var(--t); }
.credit__tile .credit__brand { font: 800 clamp(2.2rem, 4.6vw, 3.6rem)/1 var(--f-display); font-stretch: 78%; letter-spacing: -.01em; }
.credit__logo { height: clamp(52px, 6vw, 72px); width: auto; display: block; }
.credit__tile .credit__brand { color: inherit; }
.credit__go { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; text-align: right; }
.credit__go .ico { transition: transform var(--t) var(--ease); }
.credit__tile:hover { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.credit__tile:hover .credit__go .ico { transform: translate(3px, -3px); }
@media (max-width: 520px) { .credit__tile { flex-direction: column; align-items: flex-start; gap: 14px; } .credit__go { text-align: left; } }
@media (min-width: 900px) { .credit__in { grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 72px; } }
/* --- Tenis por talla: números grandes que actúan como filtro --- */
.sizeband { display: grid; gap: 28px; }
.sizeband__head { display: grid; gap: 14px; }
.sizeband__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(92px, 1fr)); border: 1.5px solid var(--line-2); }
.sizetile { display: grid; place-items: center; aspect-ratio: 1; font: 800 clamp(2.2rem, 5vw, 3.6rem)/1 var(--f-display); font-stretch: 72%; border-right: 1px solid var(--line); transition: background-color var(--t-fast), color var(--t-fast); }
.sizetile:last-child { border-right: 0; }
.sizetile:hover { background: var(--accent); color: var(--accent-ink); }

/* --- Más tenis: carril con desplazamiento suave --- */
.rail__head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 28px; }
.rail__arrows { display: flex; gap: 6px; }
.rail__arrows .icon-btn { border: 1.5px solid var(--line-2); }
.rail__arrows .icon-btn:disabled { opacity: .3; cursor: default; }
.rail__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 4px; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); scroll-padding-inline: var(--gutter); }
.rail__track::-webkit-scrollbar { display: none; }
.rail__track .pcard { flex: 0 0 clamp(200px, 62vw, 280px); scroll-snap-align: start; }
@media (min-width: 900px) { .rail__track .pcard { flex-basis: 260px; } }

/* --- Cómo pedir --- */
.how { display: grid; gap: 40px; }
.how__intro { display: grid; gap: 20px; align-content: start; justify-items: start; }
.how__list { display: grid; }
.how__list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding-block: 26px; border-top: 1px solid var(--line-2); }
.how__list li:last-child { border-bottom: 1px solid var(--line-2); }
.how__list .ico { width: 2rem; height: 2rem; color: var(--accent-text); }
.how__list strong { display: block; font: 800 1.6rem/1 var(--f-display); font-stretch: 76%; text-transform: uppercase; margin-bottom: 8px; }
.how__list span { color: var(--muted); }
@media (min-width: 900px) { .how { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 96px; } }

/* --- Visita: dirección en tipografía grande y horario en vivo --- */
.visit { display: grid; gap: 48px; }
.visit__main { display: grid; gap: 22px; align-content: start; justify-items: start; }
.visit__addr { font: 800 clamp(2rem, 5.6vw, 4rem)/.98 var(--f-display); font-stretch: 72%; text-transform: uppercase; }
.visit__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }
@media (min-width: 900px) { .visit { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 96px; align-items: end; } }

.hours { display: grid; }
.hours__status { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-bottom: 14px; }
.hours__status strong { font: 800 1.5rem/1 var(--f-display); font-stretch: 76%; text-transform: uppercase; color: var(--muted); }
.hours__status.is-open strong { color: var(--accent-text); }
.hours__row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); color: var(--muted); text-transform: capitalize; font-variant-numeric: tabular-nums; }
.hours__row strong { color: var(--text); font-weight: 600; text-transform: none; }
.hours__row.is-today { color: var(--text); font-weight: 700; }

/* ================= CATÁLOGO ================= */
.cat-head { display: grid; gap: 16px; padding-block: 28px 32px; }
.cat-head h1 { font-size: clamp(3rem, 10vw, 7rem); }
.filters { position: sticky; top: var(--header-h); z-index: 20; background: color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-block: 1px solid var(--line); margin-inline: calc(var(--gutter) * -1); padding: 14px var(--gutter); display: grid; gap: 12px; }
.filters__row { display: grid; gap: 12px; }
.filters .chips { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); }
.filters .chips::-webkit-scrollbar { display: none; }
.filters__selects { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.filters__selects.is-single { grid-template-columns: 1fr; }
.filters .field { gap: 6px; }
.filters .label { font-size: .7rem; color: var(--muted); }
.filters .input, .filters .select { min-height: 46px; }
@media (min-width: 900px) {
  .filters { grid-template-columns: 1fr; }
  .filters__row { grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 24px; }
  .filters .chips { margin: 0; padding: 0; flex-wrap: wrap; overflow: visible; }
  .filters__selects { grid-template-columns: 170px 220px; }
  .filters__selects.is-single { grid-template-columns: 170px; }
}
.results-bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-block: 22px; color: var(--muted); font-size: .92rem; }
.results-bar button { text-decoration: underline; text-underline-offset: 3px; color: var(--text); }
.more { display: grid; justify-items: center; gap: 12px; padding-top: 48px; }

/* ================= DETALLE DE PRODUCTO ================= */
.pdp { display: grid; gap: 28px; padding-block: 20px 72px; }
.pdp__media { display: grid; gap: 10px; align-content: start; }
.pdp__img { position: relative; aspect-ratio: 7 / 8; background: var(--raise); max-width: 580px; overflow: hidden; }
.pdp__img img, .pdp__img .ph { width: 100%; height: 100%; object-fit: cover; }
.pdp__note { font-size: .8rem; color: var(--muted); }
.pdp__info { display: grid; gap: 22px; align-content: start; max-width: 560px; }
.pdp__title { font-size: clamp(2.6rem, 6vw, 4.6rem); margin-top: 10px; }
.pdp__ref { font-size: .82rem; color: var(--muted); letter-spacing: .04em; margin-top: 8px; }
.pdp__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; font: 700 1.9rem/1 var(--f-body); font-variant-numeric: tabular-nums; }
.pdp__price del { font-size: 1.05rem; color: var(--muted); font-weight: 400; }
.pdp__price.is-ask { font-size: 1.15rem; font-weight: 500; color: var(--muted); }
.pdp__soldout { border: 1.5px solid var(--line-2); padding: 12px 14px; font-weight: 700; }
.pdp__buy { display: grid; gap: 22px; }
.pdp__actions { display: grid; gap: 10px; }
.pdp__acc { display: grid; border-top: 1px solid var(--line-2); margin-top: 8px; }
.acc { border-bottom: 1px solid var(--line-2); }
.acc summary { list-style: none; cursor: pointer; padding: 16px 0; font-weight: 700; display: flex; justify-content: space-between; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; font-size: 1.3rem; line-height: 1; }
.acc[open] summary::after { content: "-"; }
.acc p { padding-bottom: 18px; color: var(--muted); max-width: 52ch; }
@media (min-width: 900px) {
  .pdp { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 72px; align-items: start; }
  .pdp__media { position: sticky; top: calc(var(--header-h) + 24px); }
}
.related__head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 28px; }
.buybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 25; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom)); background: var(--surface); border-top: 1px solid var(--line-2); transform: translateY(110%); transition: transform var(--t) var(--ease); }
.buybar.is-on { transform: none; }
.buybar strong { font-size: 1.15rem; font-variant-numeric: tabular-nums; }
.buybar small { display: block; color: var(--muted); font-size: .78rem; line-height: 1.2; }
@media (min-width: 900px) { .buybar { display: none; } }

/* ================= RESUMEN DE PEDIDO (enlace con foto que WhatsApp muestra al final del mensaje) ================= */
.resumen { max-width: 640px; margin-inline: auto; padding-block: 32px 72px; display: grid; gap: 4px; }
.resumen .lead { margin-bottom: 18px; }
.resumen__lista { display: grid; gap: 16px; border-top: 1px solid var(--line); margin-top: 10px; }
.resumen__item { display: grid; grid-template-columns: 72px 1fr auto; gap: 16px; align-items: center; padding-top: 16px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.resumen__foto { display: block; aspect-ratio: 7 / 8; width: 72px; background: var(--raise); border-radius: var(--r-card); overflow: hidden; }
.resumen__foto img { width: 100%; height: 100%; object-fit: cover; }
.resumen__info { min-width: 0; display: grid; gap: 4px; }
.resumen__nombre { font-weight: 700; }
.resumen__nombre:hover { text-decoration: underline; text-underline-offset: 3px; }
.resumen__precio { font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.resumen__total { display: flex; justify-content: space-between; align-items: baseline; padding-block: 18px; font-size: 1.2rem; font-weight: 700; }
.resumen__actions { display: grid; gap: 12px; margin-top: 14px; }
@media (max-width: 480px) { .resumen__item { grid-template-columns: 56px 1fr auto; gap: 12px; } .resumen__foto { width: 56px; } }

/* ================= INFORMACIÓN ================= */
.info-page { padding-bottom: var(--section-y); }
.info-hero { display: grid; gap: 18px; padding-block: 28px 48px; }
.info-hero h1 { font-size: clamp(3rem, 10vw, 7rem); }
.info-grid { display: grid; gap: 0; }
.info-block { display: grid; gap: 16px; align-content: start; justify-items: start; padding-block: 32px; border-top: 1px solid var(--line-2); }
.info-block h2 { font: 800 clamp(1.8rem, 3.4vw, 2.6rem)/1 var(--f-display); font-stretch: 74%; text-transform: uppercase; }
.info-block p { max-width: 58ch; color: var(--muted); }
.info-block dl { display: grid; gap: 14px; }
.info-block dt { font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.info-block dd { font-weight: 600; font-size: 1.1rem; }
.info-block .hours { width: 100%; max-width: 420px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
@media (min-width: 900px) {
  .info-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 64px; }
  .info-block:nth-child(1) { grid-column: 1 / span 7; }
  .info-block:nth-child(2) { grid-column: 8 / span 5; grid-row: 1 / span 2; }
  .info-block:nth-child(3) { grid-column: 1 / span 7; }
  .info-block:nth-child(4) { grid-column: 1 / -1; }
}

/* ================= PÁGINAS LEGALES ================= */
.legal { padding-bottom: var(--section-y); }
.legal__head { display: grid; gap: 16px; padding-block: 28px 40px; }
.legal__head .h1 { font-size: clamp(2.4rem, 7vw, 5rem); max-width: 16ch; }
.legal__date { font-size: .85rem; color: var(--muted); }
.legal__layout { display: grid; gap: 32px; }
.legal__toc { font-size: .9rem; }
.legal__toc-t { font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.legal__toc ol { display: grid; gap: 2px; list-style: none; }
.legal__toc a { display: block; padding: 6px 0; color: var(--muted); border-left: 2px solid transparent; padding-left: 12px; transition: color var(--t-fast), border-color var(--t-fast); }
.legal__toc a:hover { color: var(--text); border-left-color: var(--accent-text); }
.legal__body { display: grid; gap: 40px; max-width: 72ch; }
.legal__body section { display: grid; gap: 14px; scroll-margin-top: calc(var(--header-h) + 20px); }
.legal__body h2 { font: 800 clamp(1.5rem, 3vw, 2rem)/1.05 var(--f-display); font-stretch: 76%; text-transform: uppercase; }
.legal__body p, .legal__body li { color: var(--muted); line-height: 1.7; }
.legal__body ul, .legal__body ol { display: grid; gap: 10px; padding-left: 1.2em; }
.legal__body ul { list-style: disc; }
.legal__body ol { list-style: decimal; }
.legal__body li::marker { color: var(--accent-text); }
.legal__body a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.legal__body a:hover { color: var(--accent-text); }
.legal__facts { display: grid; gap: 12px; padding: 20px; border: 1px solid var(--line-2); background: var(--surface); }
.legal__facts dt { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.legal__facts dd { font-weight: 600; color: var(--text); }
@media (min-width: 960px) {
  .legal__layout { grid-template-columns: 240px minmax(0, 1fr); gap: 72px; align-items: start; }
  .legal__toc { position: sticky; top: calc(var(--header-h) + 24px); }
}
.info-legal a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.info-legal a:hover { color: var(--accent-text); }

/* ================= ESTANTES POR CATEGORÍA (panel principal) ================= */
/* Bloque claro: redefine los colores solo aquí, así las tarjetas se ven como en una tienda en línea clásica aun con el sitio en modo oscuro. */
.shelves { color-scheme: light; --bg: #ffffff; --bg-2: #f6f6f4; --surface: #ffffff; --raise: #f2f2f2; --line: #e6e6e3; --line-2: #cfcfca; --text: #121212; --muted: #6c6c67; --accent-text: #3d6300; background: var(--bg); color: var(--text); padding-block: clamp(56px, 8vw, 112px); }
.shelves__list { display: grid; gap: clamp(64px, 9vw, 120px); }
.shelf { display: grid; gap: 12px; min-width: 0; }
.shelf__title { font: 500 clamp(2rem, 3.4vw, 2.8rem)/1 var(--f-display); font-stretch: 62%; text-transform: uppercase; letter-spacing: .01em; }
.shelf__lema { color: var(--muted); font-size: .95rem; max-width: 64ch; margin-bottom: 16px; }
.shelf__viewport { min-width: 0; }
.shelf__track { --per: 2; --gap: 14px; position: relative; display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - (var(--per) - 1) * var(--gap)) / var(--per)); gap: var(--gap); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; padding-bottom: 4px; }
.shelf__track::-webkit-scrollbar { display: none; }
.shelf__track > .pcard { scroll-snap-align: start; }
@media (min-width: 1000px) { .shelf__track { --per: 3; --gap: 22px; } }
.shelf__pager { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 26px; font-size: .9rem; font-variant-numeric: tabular-nums; }
.shelf__nav { width: 36px; height: 36px; display: grid; place-items: center; border-radius: var(--r-pill); color: var(--text); transition: background-color var(--t-fast); }
.shelf__nav:hover:not(:disabled) { background: var(--raise); }
.shelf__nav:disabled { opacity: .3; cursor: default; }
.shelf__nav .ico { width: 1rem; height: 1rem; }
.shelf > .btn--pill { justify-self: center; margin-top: 24px; }
.btn--pill { border-radius: var(--r-pill); background: #111111; color: #ffffff; min-height: 52px; padding: 0 42px; font: 600 1rem/1 var(--f-body); letter-spacing: 0; text-transform: none; }
.btn--pill:hover { background: #2b2b29; }
.tag-off { border-radius: var(--r-pill); padding: 4px 9px; }

/* Mapa de ubicación (página de información) */
.map { width: 100%; max-width: 420px; }
.map__frame { display: block; width: 100%; aspect-ratio: 16 / 10; border: 1px solid var(--line-2); background: var(--raise); }