  @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800;900&family=Barlow:wght@300;400;500;600;700;800;900&display=swap');

  :root {
    --ink: #1D1D1F;
    --paper: #F5F5F7;
    --paper-raised: #FFFFFF;
    --red: #1D1D1F;
    --red-ink: #FFFFFF;
    --blue: #6E6E73;
    --blue-ink: #FFFFFF;
    --yellow: #FFCC00;
    --yellow-ink: #1D1D1F;
    --steel: #6E6E73;
    --line: #D2D2D7;
    --asphalt: #1D1D1F;
    --on-dark: #F5F5F7;
    --on-dark-dim: #86868B;
    --on-dark-line: rgba(245,245,247,0.14);
    --focus: #1D1D1F;
    --danger: #FF3B30;
    --danger-ink: #FFFFFF;
    --accent: #FFCC00;
    --accent-ink: #1D1D1F;
    color-scheme: light;
  }

  /* Deliberately single-palette: this becomes a fixed OpenCart storefront
     theme, not a user-togglable app, so it always renders the same way
     the client art-directed it (dark chrome, white merchandising). */

  * { box-sizing: border-box; }

  html { font-size: 17px; }
  body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'Barlow', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }

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

  a { color: inherit; text-decoration: none; }
  /* Bootstrap subraya los links en :hover/:focus por defecto (a:hover, mayor
     especificidad que un simple "a"); esto lo anula en todo el sitio. */
  a:hover, a:focus { text-decoration: none; }
  /* Bootstrap también le pone un recuadro de foco a todo <a> con "a:focus"
     (más específico que nuestro ":focus-visible" global de arriba), así que
     se ve ese recuadro con cualquier clic de mouse, no solo al navegar con
     teclado. Se lo saca solo cuando el foco NO viene del teclado; la marca de
     foco por teclado (accesibilidad) se mantiene intacta. */
  a:focus:not(:focus-visible) { outline: none; }

  .display {
    font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-wrap: balance;
  }

  .eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--steel);
  }

  .spec {
    font-family: 'Barlow Condensed', monospace;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
  }

  button { font-family: inherit; cursor: pointer; }

  .wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  }

  /* ---------- topbar ---------- */
  .topbar {
    background: var(--accent);
    color: var(--accent-ink);
    font-size: 0.8rem;
    font-weight: 600;
  }
  .topbar .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 34px;
    gap: 0.25rem 1rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .topbar a:hover { opacity: 0.7; }
  .topbar-links { display: flex; align-items: center; gap: 1.25rem; }
  .branches-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--accent-ink);
  }
  .branches-link svg { width: 14px; height: 14px; flex: none; }

  /* ---------- header ---------- */
  .site-header {
    background: var(--paper-raised);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 40;
  }
  .site-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
    gap: 1.5rem;
  }
  .logo {
    display: flex;
    align-items: center;
    color: var(--ink);
    flex-shrink: 0;
  }
  .logo img {
    height: 60px;
    width: auto;
    max-width: none;
  }
  .logo.footer-logo img { height: 52px; }
  .logo .sub {
    font-size: 0.62rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--steel);
  }
  .nav-strip {
    background: var(--ink);
    border-bottom: 1px solid var(--on-dark-line);
  }
  .nav-strip .wrap { display: flex; justify-content: center; }
  .primary-nav {
    display: flex;
    gap: clamp(1.1rem, 2.4vw, 2.2rem);
    min-width: 0;
  }
  .primary-nav a {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--on-dark-dim);
    padding: 0.4rem 0;
    transition: color 180ms ease;
  }
  .primary-nav a:hover,
  .primary-nav a:focus-visible {
    color: var(--on-dark);
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    color: var(--ink);
  }
  .icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--ink);
    border-radius: 2px;
  }
  .icon-btn:hover { color: var(--red); }
  .icon-btn svg { width: 20px; height: 20px; }
  .cart-pill {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    background: var(--accent);
    color: var(--accent-ink);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 0.55rem 0.95rem;
    border-radius: 2px;
    border: none;
  }
  .cart-pill svg { width: 17px; height: 17px; }

  :focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }

  /* ---------- top divider hairline ---------- */
  .livery {
    display: flex;
    height: 1px;
  }
  .livery span { flex: 1; background: var(--line); }

  /* ---------- hero slider ---------- */
  .hero {
    position: relative;
    background: var(--asphalt);
    color: var(--on-dark);
    overflow: hidden;
    padding-bottom: clamp(2rem, 4vw, 3rem);
  }
  .hero-slides {
    position: relative;
    width: 100%;
    aspect-ratio: 1600 / 425;
    max-height: 425px;
  }
  .slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 550ms ease;
  }
  .slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .slide-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .slide-hit {
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  .media-a { background: radial-gradient(120% 140% at 82% 30%, #23303F 0%, #10151C 46%, #05070A 100%); }
  .media-b { background: linear-gradient(120deg, #052047 0%, #0B3A78 42%, #0A0C10 100%); }
  .media-c { background: linear-gradient(120deg, #2A2308 0%, #4A3B0C 40%, #0F0C05 100%); }
  .slide-tire {
    position: absolute;
    right: -6%;
    top: 50%;
    transform: translateY(-50%);
    width: min(46vw, 560px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: repeating-conic-gradient(from 0deg, #05070A 0deg 4deg, #1B1F27 4deg 8deg);
    box-shadow: 0 40px 90px -20px rgba(0,0,0,0.7);
    opacity: 0.9;
  }
  .slide-tire::before {
    content: "";
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    background: radial-gradient(circle at 36% 30%, #2B313B, #0A0C10 72%);
  }
  .slide-stripe {
    position: absolute;
    right: 8%;
    top: 0;
    bottom: 0;
    width: 34%;
    background: repeating-linear-gradient(12deg, var(--yellow) 0 22px, var(--red) 22px 44px);
    clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
    opacity: 0.16;
  }
  .slide-tread {
    position: absolute;
    right: -4%;
    top: 50%;
    transform: translateY(-50%);
    width: min(40vw, 480px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: repeating-conic-gradient(from 0deg, #05070A 0deg 8deg, #241C08 8deg 16deg);
    box-shadow: 0 40px 90px -20px rgba(0,0,0,0.7);
    opacity: 0.9;
  }
  .slide-scrim {
    display: none;
  }
  .slide-copy {
    position: relative;
    z-index: 2;
    max-width: 640px;
  }
  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--yellow);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
  }
  .hero-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--yellow);
  }
  .slide-copy h1 {
    margin: 0 0 0.75rem;
    font-size: clamp(2rem, 4.4vw, 3.3rem);
    line-height: 0.96;
    text-transform: uppercase;
  }
  .slide-copy h1 em {
    font-style: normal;
    color: var(--red);
  }
  .slide-copy p {
    max-width: 42ch;
    color: var(--on-dark-dim);
    font-size: 0.98rem;
    line-height: 1.55;
    margin: 0 0 1.25rem;
  }
  .slide-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--accent);
    color: var(--accent-ink);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.85rem 1.5rem;
    border-radius: 2px;
  }
  .slide-cta svg { width: 18px; height: 18px; }

  .slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--on-dark-line);
    background: rgba(12,15,20,0.5);
    color: var(--on-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
  }
  .slide-nav:hover { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
  .slide-nav svg { width: 20px; height: 20px; }
  .slide-nav.prev { left: clamp(1rem, 3vw, 2.5rem); }
  .slide-nav.next { right: clamp(1rem, 3vw, 2.5rem); }

  .slide-dots {
    position: absolute;
    left: 50%;
    bottom: clamp(1.25rem, 3vw, 2rem);
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 0.6rem;
  }
  .slide-dots button {
    width: 34px;
    height: 4px;
    border: none;
    background: rgba(243,241,236,0.3);
    padding: 0;
  }
  .slide-dots button.is-active { background: var(--yellow); }

  .hero-stats {
    position: relative;
    z-index: 2;
    display: flex;
    gap: clamp(1.5rem, 4vw, 2.75rem);
    padding-block: 1.5rem;
    border-top: 1px solid var(--on-dark-line);
    background: var(--asphalt);
  }
  .hero-stats div { display: flex; flex-direction: column; }
  .hero-stats .num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 1;
  }
  .hero-stats .lbl {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--on-dark-dim);
    margin-top: 0.35rem;
  }

  /* ---------- promo banner ---------- */
  .promo-banner {
    position: relative;
    background: var(--asphalt);
    color: var(--on-dark);
    overflow: hidden;
  }
  .promo-media { position: absolute; inset: 0; }
  .promo-stripe {
    position: absolute;
    inset: -20% -10%;
    background: repeating-linear-gradient(18deg, var(--yellow) 0 46px, var(--red) 46px 92px, var(--asphalt) 92px 220px);
    opacity: 0.14;
  }
  .promo-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-block: clamp(2.75rem, 6vw, 4rem);
  }
  .promo-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--yellow);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
  }
  .promo-tag::before { content: ""; width: 26px; height: 2px; background: var(--yellow); }
  .promo-copy h2 {
    margin: 0 0 0.6rem;
    font-size: clamp(1.9rem, 3.8vw, 2.9rem);
    line-height: 0.98;
    text-transform: uppercase;
  }
  .promo-copy p {
    max-width: 40ch;
    margin: 0 0 1.4rem;
    color: var(--on-dark-dim);
    font-size: 0.95rem;
    line-height: 1.55;
  }
  .promo-badge {
    flex: none;
    width: clamp(120px, 14vw, 168px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--accent);
    color: var(--accent-ink);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.55em;
    transform: rotate(8deg);
    box-shadow: 0 20px 48px -16px rgba(0,0,0,0.55);
  }
  .promo-badge-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: clamp(2.4rem, 4.2vw, 3.4rem);
    line-height: 1;
  }
  .promo-badge-num small { font-size: 0.5em; }
  .promo-badge-lbl {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
  }
  @media (max-width: 700px) {
    .promo-inner { flex-direction: column; text-align: center; }
    .promo-tag { justify-content: center; }
    .promo-copy p { max-width: none; }
  }

  /* ---------- finder ---------- */
  .finder-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem) clamp(2.75rem, 5.5vw, 4rem);
    position: relative;
    z-index: 5;
  }
  .finder {
    background: var(--paper-raised);
    border: 1px solid var(--line);
    box-shadow: 0 24px 48px -20px rgba(12,15,20,0.35);
    margin-top: -1.5rem;
    border-radius: 3px;
  }
  .finder-tabs {
    display: flex;
    border-bottom: 1px solid var(--line);
  }
  .finder-tab {
    background: none;
    border: none;
    padding: 1rem 1.5rem 0.85rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.98rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--steel);
    border-bottom: 3px solid transparent;
  }
  .finder-tab[aria-selected="true"] {
    color: var(--ink);
    border-color: var(--red);
  }
  .finder-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    gap: 1.1rem;
    align-items: end;
    padding: 1.5rem;
  }
  .finder-body[hidden] { display: none; }
  .field label {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--steel);
    margin-bottom: 0.5rem;
  }
  .field select {
    width: 100%;
    height: 48px;
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--ink);
    font-family: 'Barlow Condensed', monospace;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0 0.9rem;
    border-radius: 2px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235B6472' stroke-width='1.6' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
  }
  .field select:focus-visible { outline: 2px solid var(--focus); outline-offset: 1px; }
  .field input[type="text"] {
    width: 100%;
    height: 48px;
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--ink);
    font-family: 'Barlow Condensed', monospace;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0 0.9rem;
    border-radius: 2px;
  }
  .field input[type="text"]:focus-visible { outline: 2px solid var(--focus); outline-offset: 1px; }
  .field input[type="text"]::placeholder { color: var(--steel); font-weight: 500; opacity: 0.7; }
  .finder-submit {
    height: 48px;
    padding: 0 1.7rem;
    background: var(--accent);
    color: var(--accent-ink);
    border: none;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: filter 150ms ease;
  }
  .finder-submit:hover { filter: brightness(1.08); }
  .finder-submit svg { width: 18px; height: 18px; }
  .finder-hint {
    grid-column: 1 / -1;
    font-size: 0.85rem;
    color: var(--steel);
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .finder-hint svg { width: 15px; height: 15px; flex: none; }

  /* ---------- sections ----------
     each section owns its OWN bottom spacing only, never a top one — this way two
     adjacent sections never stack two paddings into one uneven gap. */
  section.block { padding-bottom: clamp(3.5rem, 7vw, 5.5rem); }
  .block-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1.5rem;
    padding-top: clamp(1rem, 3vw, 2rem);
    margin-bottom: 2.25rem;
  }
  .block-head h2 {
    margin: 0.2rem 0 0;
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    text-transform: uppercase;
    line-height: 1;
  }
  .block-head .see-all {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 2px solid var(--red);
    padding-bottom: 2px;
    white-space: nowrap;
  }

  /* category grid: all categories visible at once, wrapping and centered —
     never a horizontal-scroll rail (there are too few items for that to make sense) */
  .cat-rail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    justify-content: center;
  }
  .cat-card {
    background: var(--paper-raised);
    padding: 1.9rem 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 210px;
    position: relative;
    overflow: hidden;
    transition: background 180ms ease;
  }
  .cat-card:hover { background: var(--paper); }
  .cat-card .n {
    font-family: 'Barlow Condensed', monospace;
    font-weight: 700;
    font-size: 0.75rem;
    color: var(--blue);
  }
  .cat-card .t {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 1.65rem;
    text-transform: uppercase;
    line-height: 1.08;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }
  .cat-card .go {
    align-self: flex-end;
    width: 30px;
    height: 30px;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  }
  .cat-card .go svg { width: 14px; height: 14px; }
  .cat-card:hover .go {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--accent-ink);
    transform: rotate(45deg);
  }

  /* related-products carousel */
  .product-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 1fr);
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0.35rem 0.1rem 1rem;
  }
  .product-rail::-webkit-scrollbar { display: none; }
  .product-rail .p-card { scroll-snap-align: start; }

  /* product grid */
  .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
  .p-card {
    background: var(--paper-raised);
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(12, 15, 20, 0.04), 0 12px 28px -20px rgba(12, 15, 20, 0.22);
    padding: 1.5rem 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .p-thumb {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    margin: 0 0 1.25rem;
    width: 100%;
    background: var(--paper);
    position: relative;
    overflow: hidden;
  }
  .p-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    position: relative;
    z-index: 1;
  }
  .p-brand {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 0.3rem;
  }
  .p-name {
    font-weight: 600;
    font-size: 1.08rem;
    line-height: 1.35;
    margin-bottom: 0.75rem;
    min-height: 2.7em;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .p-size {
    display: inline-flex;
    align-self: flex-start;
    font-family: 'Barlow Condensed', monospace;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.03em;
    color: var(--steel);
    border: 1px solid var(--line);
    padding: 0.18rem 0.5rem;
    border-radius: 2px;
    margin-bottom: 0.9rem;
  }
  .p-foot { margin-top: auto; }
  .p-foot-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .p-price {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 1.35rem;
    font-variant-numeric: tabular-nums;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-price small {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 0.68rem;
    color: var(--steel);
    text-transform: none;
    letter-spacing: 0;
    white-space: normal;
  }
  .p-promo {
    margin-top: 0.6rem;
    padding-top: 0.6rem;
    border-top: 1px dashed var(--line);
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.74rem;
    line-height: 1.3;
    color: var(--steel);
    min-height: 1.9em;
  }
  .p-promo svg { width: 14px; height: 14px; flex: none; color: var(--accent-ink); background: var(--accent); border-radius: 50%; padding: 3px; box-sizing: content-box; }
  .p-promo span { overflow-wrap: break-word; }
  .p-promo.is-empty { border-top-color: transparent; }
  .p-add {
    width: 46px;
    height: 46px;
    flex: none;
    border-radius: 2px;
    border: 1px solid var(--ink);
    background: none;
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 160ms ease, color 160ms ease;
  }
  .p-add svg { width: 17px; height: 17px; }
  .p-add:hover { background: var(--ink); color: var(--paper); }

  /* blog: carousel of 4 cards, image + title + excerpt */
  .blog-block { background: var(--paper); }
  .blog-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(25% - 1.35px);
    gap: 1.8rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .blog-rail::-webkit-scrollbar { display: none; }
  .blog-rail .blog-full-card { scroll-snap-align: start; }
  @media (max-width: 980px) {
    .blog-rail { grid-auto-columns: calc(50% - 0.9rem); }
  }
  @media (max-width: 600px) {
    .blog-rail { grid-auto-columns: calc(86% - 0.3rem); }
  }
  .blog-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .blog-tag {
    align-self: flex-start;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 0.2rem;
  }
  .blog-body h3 {
    margin: 0 0 0.25rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.25;
    text-wrap: balance;
    transition: color 150ms ease;
  }
  .blog-meta {
    display: flex;
    gap: 0.7rem;
    font-family: 'Barlow Condensed', monospace;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    color: var(--steel);
  }
  @media (max-width: 900px) {
    .blog-grid { grid-template-columns: 1fr; }
  }

  .blog-full-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    padding-block: 2.5rem;
  }
  .blog-full-card {
    display: flex;
    flex-direction: column;
    color: inherit;
    background: var(--paper-raised);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 160ms ease, transform 160ms ease;
  }
  .blog-full-card:hover { box-shadow: 0 20px 40px -20px rgba(12,15,20,0.28); transform: translateY(-3px); }
  .blog-full-media { aspect-ratio: 4 / 3; background: var(--paper); }
  .blog-full-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .blog-full-card .blog-body { padding: 1.5rem; }
  .blog-full-card .blog-body p { margin: 0 0 0.75rem; color: var(--steel); font-size: 0.9rem; line-height: 1.5; }
  @media (max-width: 900px) {
    .blog-full-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 600px) {
    .blog-full-grid { grid-template-columns: 1fr; }
  }

  .blog-article { max-width: 760px; margin: 0 auto; padding-top: 2rem; }
  .blog-article-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
  }
  .blog-article-date { font-size: 0.85rem; color: var(--steel); }
  .blog-article-media {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    background: var(--paper);
    margin-bottom: 2rem;
  }
  .blog-article-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .blog-article-body { font-size: 1.05rem; line-height: 1.75; color: var(--ink); }
  .blog-article-body p { margin: 0 0 1.25rem; }
  .blog-article-body h2, .blog-article-body h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    margin: 2rem 0 1rem;
  }
  .blog-article-body img { max-width: 100%; border-radius: 12px; margin: 1.5rem 0; }
  .blog-article-body ul, .blog-article-body ol { margin: 0 0 1.25rem; padding-left: 1.4rem; }

  /* brand strip */
  .brand-strip {
    background: var(--paper-raised);
    color: var(--ink);
    padding-block: 2.75rem;
    border-block: 1px solid var(--line);
  }
  .brand-strip .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1.75rem, 5vw, 3.5rem);
    align-items: center;
    justify-content: space-between;
  }
  .brand-strip .lbl {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--steel);
  }
  .brand-strip .marks {
    display: flex;
    gap: clamp(1.5rem, 4vw, 3rem);
    flex-wrap: wrap;
  }
  .brand-strip .marks span {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--steel);
    opacity: 0.75;
  }
  .brand-strip .marks span:hover { color: var(--red); opacity: 1; }

  /* trust strip */
  section.block.trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding-bottom: 0;
    margin-bottom: clamp(3.5rem, 7vw, 5.5rem);
  }
  .trust-item {
    background: var(--paper-raised);
    padding: 2.1rem 1.8rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    min-width: 0;
  }
  .trust-item svg { width: 26px; height: 26px; color: var(--red); flex: none; }
  .trust-item h3 {
    margin: 0 0 0.3rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.18rem;
    text-transform: uppercase;
  }
  .trust-item p { margin: 0; font-size: 0.95rem; color: var(--steel); line-height: 1.45; }

  /* footer */
  .site-footer {
    background: var(--asphalt);
    color: var(--on-dark-dim);
    padding-block: 3.5rem 2rem;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 2.5rem;
  }
  .footer-grid > div { min-width: 0; }
  .footer-grid a { overflow-wrap: break-word; word-break: break-word; }
  .footer-grid h4 {
    margin: 0 0 1rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--on-dark);
  }
  .footer-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.65rem; }
  .footer-grid a { font-size: 0.88rem; }
  .footer-grid a:hover { color: var(--on-dark); }
  .footer-grid h4.footer-locations-title {
    margin: 1.75rem 0 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--on-dark-line);
  }
  .footer-grid ul.footer-locations {
    gap: 0.85rem;
    max-height: 220px;
    overflow-y: auto;
    padding-right: 0.5rem;
  }
  .footer-locations li { display: flex; flex-direction: column; gap: 0.1rem; }
  .footer-locations strong { font-size: 0.85rem; color: var(--on-dark); font-weight: 600; }
  .footer-locations span { font-size: 0.8rem; line-height: 1.4; }
  .footer-locations::-webkit-scrollbar { width: 6px; }
  .footer-locations::-webkit-scrollbar-thumb { background: var(--on-dark-line); border-radius: 3px; }
  .footer-legal {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--on-dark-line);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.78rem;
  }
  .footer-legal-group { display: flex; flex-wrap: wrap; gap: 1rem; }
  .footer-dev-credit {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    color: var(--on-dark-dim);
    transition: color 150ms ease;
  }
  .footer-dev-credit:hover { color: var(--on-dark); }
  .footer-dev-logo { height: 16px; width: auto; display: inline-block; }

  .nav-open-btn {
    display: none;
    background: none;
    border: none;
    color: var(--ink);
    padding: 0.4rem;
    flex: none;
  }
  .nav-open-btn svg { width: 24px; height: 24px; }
  .nav-close-btn { display: none; }
  .nav-scrim {
    position: fixed;
    inset: 0;
    background: rgba(12, 15, 20, 0.5);
    z-index: 90;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }
  .nav-scrim.is-open { opacity: 1; pointer-events: auto; }

  @media (max-width: 980px) {
    .nav-open-btn { display: inline-flex; align-items: center; justify-content: center; order: -1; }
    .nav-strip { border-bottom: none; }
    .nav-strip .wrap { padding: 0; }
    .primary-nav {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: min(300px, 86vw);
      background: var(--asphalt);
      z-index: 95;
      overflow-y: auto;
      padding: 5.5rem 1.5rem 2rem;
      transform: translateX(-100%);
      transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
      display: flex;
      flex-direction: column;
      gap: 0;
      box-shadow: 24px 0 48px -24px rgba(12, 15, 20, 0.5);
    }
    .primary-nav.is-open { transform: translateX(0); }
    .primary-nav .nav-item {
      display: block;
      width: 100%;
      border-bottom: 1px solid var(--on-dark-line);
    }
    .primary-nav .nav-item > a {
      display: block;
      padding: 0.95rem 0;
      border-bottom: none;
    }
    .primary-nav .nav-flyout {
      position: static;
      display: block;
      opacity: 1;
      visibility: visible;
      transform: none;
      box-shadow: none;
      background: none;
      border: none;
      padding: 0 0 0.75rem 1rem;
      margin: 0;
      min-width: 0;
    }
    .primary-nav .nav-flyout a { color: var(--on-dark-dim); padding: 0.5rem 0; }
    .primary-nav .nav-flyout a:hover { background: none; color: var(--on-dark); }
    .nav-close-btn {
      display: block;
      position: absolute;
      top: 1.25rem;
      right: 1.25rem;
      background: none;
      border: none;
      color: var(--on-dark);
      font-size: 1.6rem;
      line-height: 1;
    }
    .slide-tire, .slide-tread { width: 60vw; right: -18%; opacity: 0.45; }
    .slide-scrim { background: linear-gradient(180deg, rgba(8,10,13,0.55) 0%, rgba(8,10,13,0.94) 62%); }
    .slide-copy { max-width: 100%; }
    .slide-nav { width: 38px; height: 38px; }
    .hero-stats { flex-wrap: wrap; row-gap: 1rem; }
    .finder-body { grid-template-columns: 1fr 1fr; }
    .finder-submit { grid-column: 1 / -1; justify-content: center; }
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .p-card { padding: 1.1rem 0.85rem 1.35rem; border-radius: 14px; }
    .p-price { font-size: 0.85rem; letter-spacing: 0; }
    .p-add { width: 38px; height: 38px; }
    .p-add svg { width: 15px; height: 15px; }
    .p-foot { gap: 0.35rem; }
    section.block.trust { grid-template-columns: repeat(2, 1fr); }
    .trust-item { padding: 1.5rem 1.1rem; gap: 0.65rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }

  @media (prefers-reduced-motion: reduce) {
    * { transition: none !important; }
  }

  /* ---------- real header integrations ---------- */
  /* position:relative es el ancla de escritorio para el submenu flotante absolute;
     sin condicionarla pisaba el position:fixed del cajón mobile (misma especificidad,
     regla posterior en el archivo) y el menú dejaba de ser un panel superpuesto. */
  @media (min-width: 981px) {
    .primary-nav { position: relative; }
  }
  .primary-nav .nav-item { position: relative; }
  .primary-nav .nav-item > a {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 0.92rem;
    white-space: nowrap;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    transition: color 180ms ease;
  }
  /* display:inline-flex y el padding compacto son del nav horizontal de escritorio:
     si quedan sin condicionar pisan el acomodo vertical del cajón mobile (misma
     especificidad, pero esta regla aparece después en el archivo). */
  @media (min-width: 981px) {
    .primary-nav .nav-item { display: inline-flex; }
    .primary-nav .nav-item > a { padding: 0.4rem 0; }
  }
  .primary-nav .nav-item > a:hover,
  .primary-nav .nav-item > a:focus-visible {
    color: var(--accent);
  }
  /* el submenu flotante por hover es un patrón de escritorio; el mobile ya tiene su
     propia versión estática más arriba (dentro del @media 980px) y no debe heredar
     este display:none ni los colores pensados para fondo claro. */
  @media (min-width: 981px) {
    .primary-nav .nav-flyout {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 220px;
      background: var(--paper-raised);
      border: 1px solid var(--line);
      box-shadow: 0 16px 32px -12px rgba(12,15,20,0.35);
      padding: 0.5rem 0;
      display: none;
      flex-direction: column;
      z-index: 50;
    }
    .primary-nav .nav-item:hover .nav-flyout,
    .primary-nav .nav-item:focus-within .nav-flyout {
      display: flex;
    }
    .primary-nav .nav-flyout a {
      padding: 0.5rem 1rem;
      font-size: 0.88rem;
      color: var(--ink);
    }
    .primary-nav .nav-flyout a:hover { background: var(--paper); color: var(--red); }
  }

  .topbar-account { position: relative; }
  .topbar-account > a { cursor: pointer; }
  .topbar-account .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 160px;
    background: var(--paper-raised);
    border: 1px solid var(--line);
    box-shadow: 0 16px 32px -12px rgba(12,15,20,0.35);
    padding: 0.4rem 0;
    margin: 0;
    list-style: none;
    z-index: 50;
  }
  .topbar-account:hover .dropdown-menu,
  .topbar-account:focus-within .dropdown-menu { display: block; }
  .topbar-account .dropdown-menu a {
    display: block;
    padding: 0.45rem 1rem;
    font-size: 0.82rem;
    color: var(--ink);
  }
  .topbar-account .dropdown-menu a:hover { background: var(--paper); color: var(--red); }

  .header-search #search { display: flex; width: clamp(200px, 24vw, 320px); }
  .header-search #search .form-control {
    flex: 1 1 auto;
    min-width: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    color: var(--ink);
    border-radius: 2px 0 0 2px;
    height: 44px;
    box-shadow: none;
  }
  .header-search #search .form-control::placeholder { color: var(--steel); }
  .header-search #search .input-group-btn { display: flex; flex: none; width: auto; font-size: inherit; }
  .header-search #search .btn {
    background: var(--accent);
    border: 1px solid var(--accent);
    color: var(--accent-ink);
    border-radius: 0 2px 2px 0;
    height: 44px;
  }

  /* ---------- live search dropdown ---------- */
  .search-live {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    right: 0;
    background: var(--paper-raised);
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 20px 44px -16px rgba(0,0,0,0.28);
    overflow: hidden;
    z-index: 60;
    max-height: 70vh;
    overflow-y: auto;
  }
  .search-live-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    transition: background 120ms ease;
  }
  .search-live-item:hover { background: var(--paper); }
  .search-live-thumb {
    flex: none;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--paper);
  }
  .search-live-thumb img { width: 100%; height: 100%; object-fit: cover; }
  .search-live-info { min-width: 0; display: flex; flex-direction: column; gap: 0.15rem; }
  .search-live-name {
    font-size: 0.88rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search-live-price { font-size: 0.85rem; color: var(--steel); font-weight: 600; }
  .search-live-all {
    display: block;
    text-align: center;
    padding: 0.85rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ink);
    background: var(--paper);
  }
  .search-live-all:hover { color: var(--accent-ink); background: var(--accent); }
  .search-live-empty { padding: 1.25rem 1rem; font-size: 0.88rem; color: var(--steel); text-align: center; }

  .header-cart #cart { width: auto; position: relative; }
  .header-cart #cart > .btn {
    background: var(--accent);
    border: none;
    color: var(--accent-ink);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 0.55rem 0.95rem;
    border-radius: 2px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    max-width: min(260px, 100%);
    transition: transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1), background 160ms ease;
  }
  .header-cart #cart > .btn:hover { background: var(--ink); color: var(--paper-raised); }
  .header-cart #cart > .btn.is-bumping { transform: scale(1.12); }
  .header-cart #cart #cart-total {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  .header-cart #cart .dropdown-menu {
    right: 0;
    left: auto;
    border-radius: 3px;
    margin-top: 0.6rem;
    border: 1px solid var(--line);
    box-shadow: 0 18px 40px -12px rgba(12, 15, 20, 0.35);
    padding: 0;
    overflow: hidden;
    min-width: 320px;
  }
  .header-cart #cart .dropdown-menu .table { margin: 0; font-size: 0.85rem; }
  .header-cart #cart .dropdown-menu > li > p,
  .header-cart #cart .dropdown-menu > li > div { padding: 0.9rem 1.1rem; }
  .header-cart #cart .dropdown-menu .nombre_carrito_common {
    color: var(--ink);
    font-weight: 600;
  }
  .header-cart #cart .dropdown-menu a[href*="checkout"] strong {
    color: var(--red);
  }

  @media (max-width: 480px) {
    .header-cart #cart > .btn { max-width: 108px; padding: 0.55rem 0.6rem; font-size: 0.68rem; }
    .header-cart #cart .dropdown-menu { min-width: 280px; }
    .logo img { height: 42px; }
    .site-header .wrap { gap: 0.75rem; }
    .header-actions { gap: 0.6rem; }
    section.block.trust { grid-template-columns: 1fr; }
  }

  @media (max-width: 980px) {
    .header-search { display: none; }
  }

  /* ---------- category & product pages ---------- */
  .crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    padding-block: 1rem;
    font-size: 0.85rem;
    color: var(--steel);
  }
  .crumbs a { color: var(--steel); }
  .crumbs a:hover { color: var(--red); }
  .crumbs span { color: var(--line); }
  .crumbs a:last-child { color: var(--ink); font-weight: 600; }

  .cat-hero { background: var(--paper-raised); border-bottom: 1px solid var(--line); }
  .cat-hero h1 { margin: 0 0 0.5rem; font-size: clamp(1.8rem, 3.4vw, 2.6rem); text-transform: uppercase; }
  .cat-hero .cat-description { color: var(--steel); font-size: 0.92rem; padding-bottom: 1rem; }

  .cat-layout { display: flex; gap: 2rem; padding-block: 2rem 3rem; align-items: flex-start; }
  .cat-main { flex: 1; min-width: 0; }
  .cat-side { flex: none; width: 240px; }

  .cat-refine { margin-bottom: 1.75rem; }
  .cat-refine h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--steel);
    margin: 0 0 0.75rem;
  }
  .cat-refine-grid { display: flex; flex-wrap: wrap; gap: 0.5rem; }
  .cat-refine-grid a {
    padding: 0.4rem 0.8rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 0.82rem;
    color: var(--ink);
  }
  .cat-refine-grid a:hover { border-color: var(--red); color: var(--red); }

  .search-refine {
    background: var(--paper-raised);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  .search-refine-grid {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    gap: 1rem;
    align-items: end;
  }
  .search-refine .field label {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--steel);
    margin-bottom: 0.5rem;
  }
  .search-refine .field input,
  .search-refine .field select {
    width: 100%;
    height: 48px;
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--ink);
    font-family: 'Barlow', sans-serif;
    font-size: 0.95rem;
    padding: 0 0.9rem;
    border-radius: 10px;
  }
  .search-refine .field input:focus,
  .search-refine .field select:focus { outline: none; border-color: var(--ink); }
  .search-refine-opts { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 1.1rem; }
  .search-check {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--steel);
  }
  @media (max-width: 700px) {
    .search-refine-grid { grid-template-columns: 1fr; }
  }

  .cat-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--line);
    margin-bottom: 1.5rem;
  }
  .cat-compare { font-size: 0.85rem; color: var(--steel); }
  .cat-compare:hover { color: var(--red); }
  .cat-controls { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
  .cat-controls label { font-size: 0.78rem; color: var(--steel); text-transform: uppercase; letter-spacing: 0.04em; }
  .cat-controls select {
    height: 38px;
    border: 1px solid var(--line);
    background: var(--paper-raised);
    color: var(--ink);
    border-radius: 2px;
    padding: 0 0.6rem;
    font-size: 0.85rem;
  }

  .cat-grid { margin-bottom: 1.5rem; }
  .cat-pagination { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding-top: 1rem; }
  .cat-results { font-size: 0.82rem; color: var(--steel); }
  .cat-pagination .pagination { display: flex; flex-wrap: wrap; gap: 0.3rem; list-style: none; padding: 0; margin: 0; }
  .cat-pagination .pagination a, .cat-pagination .pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    border: 1px solid var(--line);
    border-radius: 2px;
    font-size: 0.85rem;
    color: var(--ink);
  }
  .cat-pagination .pagination .active span { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }

  .cat-empty { padding-block: 3rem; text-align: center; color: var(--steel); }
  .cat-empty p { margin-bottom: 1.25rem; }

  .p-thumb-link { display: block; }

  /* product page */
  .product-page { padding-bottom: 3rem; }
  .product-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 2.75rem; margin-bottom: 2.5rem; align-items: start; }
  .product-gallery { width: 100%; }
  .product-gallery .thumbnails { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.75rem; }
  .product-gallery .thumbnails li a {
    display: block;
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
  }
  .product-gallery .thumbnails li:first-child { width: 100%; }
  .product-gallery .thumbnails li:first-child a { width: 100%; aspect-ratio: 4 / 5; background: var(--paper); }
  .product-gallery .thumbnails li:first-child img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .product-gallery .thumbnails li.image-additional { width: 72px; aspect-ratio: 1 / 1; border-radius: 10px; overflow: hidden; }
  .product-gallery .thumbnails li.image-additional img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .product-info { max-width: none; }
  @media (max-width: 900px) {
    .product-hero { grid-template-columns: 1fr; }
    .product-gallery .thumbnails li:first-child a { aspect-ratio: 4 / 3; }
  }

  .product-actions { display: flex; gap: 0.6rem; margin-bottom: 1rem; }
  .product-info h1 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); text-transform: uppercase; margin: 0 0 0.75rem; }
  .product-meta { list-style: none; margin: 0 0 1rem; padding: 0; display: flex; flex-direction: column; gap: 0.3rem; font-size: 0.85rem; color: var(--steel); }
  .product-meta a { color: var(--red); }

  .product-price { display: flex; align-items: baseline; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 0.5rem; }
  .product-price .p-price { font-size: 2rem; }
  .product-price .price-old { color: var(--steel); text-decoration: line-through; font-size: 1.1rem; }
  .product-price .price-tax { font-size: 0.8rem; color: var(--steel); }
  .product-discounts { list-style: none; margin: 0 0 1rem; padding: 0; font-size: 0.85rem; color: var(--steel); }

  .pay-info {
    margin: 1.25rem 0 1.5rem;
    padding: 1.25rem 1.5rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 14px;
  }
  .pay-info-title {
    margin: 0 0 0.7rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--ink);
  }
  .pay-info-promo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0 0 0.85rem;
    padding: 0.65rem 0.9rem;
    background: var(--paper-raised);
    border: 1px dashed var(--line);
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ink);
  }
  .pay-info-promo svg { width: 16px; height: 16px; flex: none; color: var(--accent-ink); background: var(--accent); border-radius: 50%; padding: 5px; box-sizing: content-box; }
  .pay-info-note { margin: 0 0 1rem; font-size: 0.82rem; line-height: 1.5; color: var(--steel); }
  .pay-methods { display: flex; flex-wrap: wrap; gap: 0.6rem; }
  .pay-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    height: 34px;
    padding: 0 0.85rem;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: var(--paper-raised);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    color: var(--steel);
  }
  .pay-badge.pay-visa { color: #1A1F71; font-style: italic; letter-spacing: 0.01em; }
  .pay-badge.pay-mc { padding: 0 1rem; }
  .pay-badge.pay-mc i { width: 15px; height: 15px; border-radius: 50%; display: inline-block; }
  .pay-badge.pay-mc i:first-child { background: #EB001B; }
  .pay-badge.pay-mc i:last-child { background: #F79E1B; margin-left: -7px; mix-blend-mode: multiply; }
  .pay-badge.pay-amex { color: #016FD0; }
  .pay-badge.pay-cash svg { width: 15px; height: 15px; color: var(--steel); }

  .product-buy { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.25rem; flex-wrap: wrap; }
  .product-buy label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--steel); }
  .qty-input { width: 64px; height: 46px; border: 1px solid var(--line); border-radius: 2px; text-align: center; font-family: 'Barlow Condensed', monospace; font-size: 1rem; }

  .secure-purchase {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 10px;
    font-size: 0.85rem;
    line-height: 1.45;
    color: var(--steel);
  }
  .secure-purchase svg { width: 22px; height: 22px; flex: none; color: var(--red); margin-top: 0.1rem; }
  .secure-purchase strong { color: var(--ink); }

  .product-tabs { margin-top: 2rem; border-top: 1px solid var(--line); padding-top: 1.5rem; }
  .product-tabs .nav-tabs { list-style: none; display: flex; gap: 0.5rem; padding: 0; margin: 0 0 1.25rem; border-bottom: 1px solid var(--line); }
  .product-tabs .nav-tabs li a {
    display: inline-block;
    padding: 0.6rem 0.2rem;
    margin-right: 1.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.85rem;
    color: var(--steel);
    border-bottom: 2px solid transparent;
  }
  .product-tabs .nav-tabs li.active a { color: var(--ink); border-color: var(--red); }
  .product-tabs .tab-pane { display: none; font-size: 0.92rem; line-height: 1.6; color: var(--ink); }
  .product-tabs .tab-pane.active { display: block; }
  .product-tags { margin-top: 2rem; font-size: 0.85rem; color: var(--steel); }
  .product-tags a { color: var(--red); }

  @media (max-width: 900px) {
    .cat-layout { flex-direction: column; }
    .cat-side { width: 100%; }
    .cat-main { width: 100%; }
    .product-hero { grid-template-columns: 1fr; gap: 1.5rem; }
  }

  /* ---------- motion: hover lift on cards ---------- */
  .p-card, .cat-card, .blog-card, .trust-item {
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease, background 180ms ease;
  }
  .p-card:hover, .cat-card:hover { transform: translateY(-5px); box-shadow: 0 20px 32px -20px rgba(12, 15, 20, 0.28); position: relative; z-index: 2; }
  .p-add { transition: background 160ms ease, color 160ms ease, transform 160ms cubic-bezier(0.34, 1.56, 0.64, 1); }
  .p-add:active { transform: scale(0.9); }

  /* ---------- scroll reveal ---------- */
  .v-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .v-reveal.is-visible { opacity: 1; transform: translateY(0); }
  .v-reveal-stagger.is-visible > * { transition-delay: calc(var(--v-i, 0) * 70ms); }
  @media (prefers-reduced-motion: reduce) {
    .v-reveal { opacity: 1; transform: none; transition: none; }
  }

  /* ---------- toast ---------- */
  .v-toast-host {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 200;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    max-width: min(360px, calc(100vw - 2.5rem));
  }
  .v-toast {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: var(--asphalt);
    color: var(--on-dark);
    border-radius: 4px;
    padding: 0.9rem 0.9rem 0.9rem 1rem;
    box-shadow: 0 22px 48px -16px rgba(0, 0, 0, 0.45);
    border-left: 3px solid var(--accent);
    opacity: 0;
    transform: translateY(16px) scale(0.96);
    transition: opacity 260ms cubic-bezier(0.34, 1.56, 0.64, 1), transform 260ms cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .v-toast.is-in { opacity: 1; transform: translateY(0) scale(1); }
  .v-toast.is-out { opacity: 0; transform: translateY(8px) scale(0.98); transition-duration: 200ms; }
  .v-toast-icon {
    flex: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--accent);
    color: var(--accent-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .v-toast-icon svg { width: 14px; height: 14px; }
  .v-toast-msg { font-size: 0.88rem; line-height: 1.4; padding-top: 0.2rem; flex: 1; min-width: 0; }
  .v-toast-close {
    flex: none;
    background: none;
    border: none;
    color: var(--on-dark-dim);
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 0 0 0.4rem;
  }
  .v-toast-close:hover { color: var(--on-dark); }

  /* ---------- rail arrow controls ---------- */
  [data-rail-wrap] { position: relative; }
  .rail-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px -14px rgba(12, 15, 20, 0.35);
    transition: background 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease;
  }
  .rail-arrow:hover { background: var(--ink); color: var(--paper); }
  .rail-arrow:disabled { opacity: 0; pointer-events: none; }
  .rail-arrow svg { width: 18px; height: 18px; }
  .rail-arrow.prev { left: -20px; }
  .rail-arrow.next { right: -20px; }
  @media (max-width: 900px) {
    .rail-arrow { display: none; }
  }

  /* ---------- category sidebar: filter blocks ---------- */
  .filter-panel-close { display: none; }
  .filter-block {
    background: var(--paper-raised);
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(12, 15, 20, 0.04), 0 12px 28px -20px rgba(12, 15, 20, 0.22);
    padding: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .filter-block-title {
    margin: 0 0 1rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.82rem;
    color: var(--steel);
  }
  .filter-size-grid { display: flex; flex-direction: column; gap: 0.9rem; margin-bottom: 1.1rem; }
  .filter-block .finder-submit { width: 100%; justify-content: center; }
  .filter-brand-list { display: flex; flex-direction: column; gap: 0.1rem; }
  .filter-brand {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.5rem 0.6rem;
    border-radius: 10px;
    font-size: 0.9rem;
    color: var(--ink);
    transition: background 160ms ease, color 160ms ease;
  }
  .filter-brand::before {
    content: "";
    flex: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1.5px solid var(--line);
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
  }
  .filter-brand:hover { background: var(--paper); }
  .filter-brand:hover::before { border-color: var(--steel); }
  .filter-brand.is-active { background: var(--paper); color: var(--ink); font-weight: 600; }
  .filter-brand.is-active::before {
    border-color: var(--ink);
    background: var(--ink);
    box-shadow: inset 0 0 0 3px var(--paper-raised);
  }
  .filter-brand-name { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .filter-brand-count {
    font-size: 0.72rem;
    font-variant-numeric: tabular-nums;
    color: var(--steel);
    flex: none;
    background: var(--paper);
    border-radius: 999px;
    padding: 0.1rem 0.55rem;
    transition: background 160ms ease, color 160ms ease;
  }
  .filter-brand.is-active .filter-brand-count { background: var(--paper-raised); color: var(--ink); }
  .filter-brand-toggle {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 0.35rem;
    padding: 0.5rem 0.6rem;
    border: none;
    background: none;
    color: var(--steel);
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px;
    transition: background 140ms ease, color 140ms ease;
  }
  .filter-brand-toggle:hover { background: var(--paper); color: var(--ink); }

  /* fluid AJAX filtering: cross-fade while the new results load */
  #search-results, #category-results { transition: opacity 200ms ease; }
  #search-results.is-loading, #category-results.is-loading { opacity: 0.45; pointer-events: none; }
  #column-left .list-group { border: 1px solid var(--line); border-radius: 3px; overflow: hidden; }
  #column-left .list-group-item {
    display: block;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    transition: background 140ms ease, color 140ms ease;
  }
  #column-left .list-group-item:last-child { border-bottom: none; }
  #column-left .list-group-item:hover { background: var(--paper); color: var(--red); }
  #column-left .list-group-item.active { background: var(--ink); color: var(--paper); font-weight: 600; }

  /* ---------- account section ---------- */
  .account-side { align-self: start; }
  .account-side .list-group {
    background: var(--paper-raised);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 12px 32px -16px rgba(0,0,0,0.08);
  }
  .account-side .list-group-item {
    display: block;
    padding: 0.85rem 1.1rem;
    font-size: 0.9rem;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    transition: background 140ms ease, color 140ms ease;
  }
  .account-side .list-group-item:last-child { border-bottom: none; }
  .account-side .list-group-item:hover { background: var(--paper); }

  #account-login .row:first-child,
  #account-register,
  #account-wishlist,
  #account-account,
  #account-address,
  #account-order,
  #account-download,
  #account-recurring,
  #account-reward,
  #account-return,
  #account-transaction,
  #account-newsletter,
  #account-forgotten,
  #account-edit,
  #account-password {
    padding-block: 2.5rem 4rem;
  }
  .account-well {
    background: var(--paper-raised);
    border-radius: 18px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 12px 32px -16px rgba(0,0,0,0.08);
  }
  .account-well h2 {
    margin: 0 0 0.75rem;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: -0.01em;
  }
  .account-well p { color: var(--steel); font-size: 0.92rem; line-height: 1.55; }
  .account-field { margin-bottom: 1.1rem; }
  .account-field label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--ink);
  }
  .account-field input[type="text"],
  .account-field input[type="email"],
  .account-field input[type="tel"],
  .account-field input[type="password"] {
    width: 100%;
    height: 46px;
    padding: 0 1rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--paper);
    color: var(--ink);
    font-size: 0.95rem;
    font-family: 'Barlow', sans-serif;
    transition: border-color 150ms ease, background 150ms ease;
  }
  .account-field input:focus-visible {
    outline: none;
    border-color: var(--ink);
    background: var(--paper-raised);
  }
  .account-field a { font-size: 0.85rem; color: var(--steel); display: inline-block; margin-top: 0.5rem; }
  .account-field a:hover { color: var(--ink); }
  .account-field textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--paper);
    color: var(--ink);
    font-size: 0.95rem;
    font-family: 'Barlow', sans-serif;
    resize: vertical;
    transition: border-color 150ms ease, background 150ms ease;
  }
  .account-field textarea:focus-visible {
    outline: none;
    border-color: var(--ink);
    background: var(--paper-raised);
  }

  /* portal de sueldos (ecosueldos): login de empleados */
  .sueldos-page { background: var(--paper); padding-block: clamp(2.5rem, 6vw, 4.5rem); min-height: 60vh; }
  .sueldos-shell {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: 1040px;
  }
  .sueldos-intro .eyebrow { display: block; margin-bottom: 0.6rem; }
  .sueldos-intro h1 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.05; margin: 0 0 1.1rem; }
  .sueldos-note {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    color: var(--steel);
    font-size: 0.92rem;
    line-height: 1.5;
    max-width: 42ch;
  }
  .sueldos-note svg { width: 22px; height: 22px; flex: none; color: var(--red); margin-top: 0.1rem; }
  .sueldos-card {
    background: var(--paper-raised);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 12px 32px -16px rgba(0,0,0,0.08);
    padding: clamp(1.75rem, 4vw, 2.5rem);
  }
  .sueldos-card h2 {
    margin: 0 0 1.5rem;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  .sueldos-forgot { font-size: 0.85rem; color: var(--steel); display: inline-block; margin-top: 0.5rem; }
  .sueldos-forgot:hover { color: var(--ink); }
  .sueldos-form input[type="submit"].btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    margin-top: 0.5rem;
    background: var(--accent);
    color: var(--accent-ink);
    border: none;
    border-radius: 999px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: opacity 150ms ease;
  }
  .sueldos-form input[type="submit"].btn-primary:hover { opacity: 0.82; }
  .sueldos-dev-credit { margin-top: 1.75rem; justify-content: center; color: var(--steel); }
  .sueldos-dev-credit:hover { color: var(--ink); }
  @media (max-width: 860px) {
    .sueldos-shell { grid-template-columns: 1fr; }
    .sueldos-intro { text-align: center; }
    .sueldos-note { max-width: none; justify-content: center; }
  }
  .sueldos-header-title {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid var(--line);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--steel);
    flex: 1 1 auto;
  }
  .sueldos-header .topbar-account .dropdown-toggle { font-size: 1.4rem; color: var(--ink); }
  @media (max-width: 600px) {
    .sueldos-header-title { display: none; }
  }

  .sueldos-welcome { margin-bottom: 2rem; }
  .sueldos-welcome .eyebrow { display: block; margin-bottom: 0.5rem; }
  .sueldos-welcome h1 { font-size: clamp(1.7rem, 3.2vw, 2.3rem); margin: 0; }
  .sueldos-cuil { margin: 0.4rem 0 0; color: var(--steel); font-size: 0.9rem; }

  .sueldos-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
  }
  .sueldos-action-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: var(--paper-raised);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 12px 32px -16px rgba(0,0,0,0.08);
    position: relative;
    transition: border-color 150ms ease, box-shadow 150ms ease;
  }
  a.sueldos-action-card:hover { border-color: var(--ink); box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 16px 36px -14px rgba(0,0,0,0.16); }
  .sueldos-action-card > svg { width: 30px; height: 30px; flex: none; color: var(--red); margin-top: 0.15rem; }
  .sueldos-action-card h3 { margin: 0 0 0.35rem; font-size: 1.1rem; text-transform: uppercase; }
  .sueldos-action-card p { margin: 0; color: var(--steel); font-size: 0.9rem; line-height: 1.45; }
  .sueldos-action-go {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--paper);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
  }
  .sueldos-action-go svg { width: 15px; height: 15px; }
  .sueldos-contact-email { display: inline-block; margin-top: 0.5rem; font-size: 0.88rem; color: var(--ink); font-weight: 600; }
  .sueldos-contact-email:hover { color: var(--red); }

  .sueldos-recibos-list { display: flex; flex-direction: column; gap: 0.75rem; }
  .sueldos-recibo-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: var(--paper-raised);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 1rem 1.25rem;
  }
  .sueldos-recibo-period { display: flex; align-items: center; gap: 0.85rem; }
  .sueldos-recibo-period svg { width: 24px; height: 24px; flex: none; color: var(--steel); }
  .sueldos-recibo-period div { display: flex; flex-direction: column; }
  .sueldos-recibo-period strong { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }
  .sueldos-recibo-period span { font-size: 0.85rem; color: var(--steel); }
  .sueldos-recibo-download {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: 40px;
    padding: 0 1.1rem;
    background: var(--accent);
    color: var(--accent-ink);
    border-radius: 999px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    flex: none;
    transition: opacity 150ms ease;
  }
  .sueldos-recibo-download:hover { opacity: 0.82; color: var(--accent-ink); }
  .sueldos-recibo-download svg { width: 16px; height: 16px; }

  .sueldos-years { display: flex; flex-direction: column; gap: 1rem; }
  .sueldos-year {
    background: var(--paper-raised);
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
  }
  .sueldos-year summary {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.1rem 1.5rem;
    cursor: pointer;
    list-style: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
  }
  .sueldos-year summary::-webkit-details-marker { display: none; }
  .sueldos-year-count { font-size: 0.85rem; font-weight: 500; color: var(--steel); font-family: 'Barlow', sans-serif; }
  .sueldos-year summary svg { margin-left: auto; flex: none; width: 20px; height: 20px; color: var(--steel); transition: transform 180ms ease; }
  .sueldos-year[open] summary svg { transform: rotate(180deg); }
  .sueldos-year .sueldos-recibos-list { padding: 0 1.25rem 1.25rem; }
  .sueldos-year .sueldos-recibo-row { border-color: var(--line); }
  .sueldos-empty {
    background: var(--paper-raised);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 2rem;
    text-align: center;
    color: var(--steel);
  }
  @media (max-width: 480px) {
    .sueldos-recibo-row { flex-wrap: wrap; }
  }

  .branch-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .branch-card {
    background: var(--paper-raised);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
  }
  .branch-card h3 {
    margin: 0 0 0.6rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--ink);
  }
  .branch-card address { font-style: normal; color: var(--steel); font-size: 0.88rem; line-height: 1.5; margin: 0 0 0.75rem; }
  .branch-phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--ink);
    margin: 0 0 0.5rem;
  }
  .branch-phone svg { width: 15px; height: 15px; flex: none; color: var(--steel); }
  .branch-hours { font-size: 0.82rem; color: var(--steel); margin: 0 0 1rem; }
  .branch-map-btn { margin-top: auto; align-self: flex-start; }
  .account-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 1.75rem;
    background: var(--accent);
    color: var(--accent-ink);
    border: none;
    border-radius: 999px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: opacity 150ms ease, transform 160ms cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .account-btn:hover { opacity: 0.82; }
  .account-btn:active { transform: scale(0.98); }
  .account-btn--outline {
    background: none;
    color: var(--ink);
    border: 1px solid var(--line);
  }
  .account-btn--outline:hover { background: var(--paper); opacity: 1; }
  .account-plain { min-width: 0; }
  .account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  @media (max-width: 767px) {
    .account-grid { grid-template-columns: 1fr; }
  }

  /* register form + full checkout flow: keep stock Bootstrap classes (JS depends on
     .form-group / .panel-collapse / etc.) but restyle them consistently */
  :is(#account-register, #checkout-checkout) .cart-layout { align-items: start; }
  :is(#account-register, #checkout-checkout) fieldset {
    border: none;
    padding: 0;
    margin: 0 0 2rem;
  }
  :is(#account-register, #checkout-checkout) legend {
    border: none;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: -0.01em;
    margin-bottom: 1.25rem;
    padding-bottom: 0;
    width: auto;
  }
  :is(#account-register, #checkout-checkout) .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
    margin-bottom: 1.1rem;
  }
  :is(#account-register, #checkout-checkout) .control-label {
    flex: 0 0 160px;
    max-width: 160px;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--ink);
    text-align: left;
    padding: 0;
  }
  :is(#account-register, #checkout-checkout) .form-group > div { flex: 1; min-width: 200px; }
  :is(#account-register, #checkout-checkout) .form-control {
    width: 100%;
    height: 46px;
    padding: 0 1rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--paper);
    color: var(--ink);
    font-size: 0.95rem;
    font-family: 'Barlow', sans-serif;
    box-shadow: none;
    transition: border-color 150ms ease, background 150ms ease;
  }
  :is(#account-register, #checkout-checkout) select.form-control { appearance: auto; }
  :is(#account-register, #checkout-checkout) .form-control:focus {
    outline: none;
    border-color: var(--ink);
    background: var(--paper-raised);
    box-shadow: none;
  }
  :is(#account-register, #checkout-checkout) textarea.form-control { height: auto; padding: 0.75rem 1rem; }
  :is(#account-register, #checkout-checkout) .radio, :is(#account-register, #checkout-checkout) .checkbox { margin: 0.5rem 0; }
  :is(#account-register, #checkout-checkout) .radio-inline, :is(#account-register, #checkout-checkout) .checkbox-inline { font-size: 0.9rem; color: var(--ink); }
  :is(#account-register, #checkout-checkout) .text-danger { font-size: 0.8rem; color: var(--danger); margin-top: 0.3rem; }
  :is(#account-register, #checkout-checkout) .buttons { margin-top: 1.25rem; }
  :is(#account-register, #checkout-checkout) .btn-primary,
  :is(#account-register, #checkout-checkout) input[type="submit"].btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 1.75rem;
    background: var(--accent);
    color: var(--accent-ink);
    border: none;
    border-radius: 999px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    transition: opacity 150ms ease;
  }
  :is(#account-register, #checkout-checkout) .btn-primary:hover { opacity: 0.82; }
  :is(#account-register, #checkout-checkout) .btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 1.5rem;
    background: var(--paper);
    border: 1px solid var(--line);
    color: var(--ink);
    border-radius: 999px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    transition: background 150ms ease;
  }
  :is(#account-register, #checkout-checkout) .btn-default:hover { background: var(--line); }
  @media (max-width: 767px) {
    :is(#account-register, #checkout-checkout) .control-label { flex: 1 1 100%; max-width: none; }
    :is(#account-register, #checkout-checkout) .form-group > div { flex: 1 1 100%; }
  }

  /* checkout: step-2 "what do you want to do" chooser */
  .checkout-choice-lead {
    margin: 0 0 1.25rem;
    text-align: center;
    color: var(--steel);
    font-size: 0.98rem;
  }
  .checkout-choice-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .checkout-choice-btn {
    flex: 1 1 240px;
    min-height: 64px;
    padding: 0.75rem 1.5rem;
    border-radius: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.25;
    cursor: pointer;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease, opacity 150ms ease;
  }
  .checkout-choice-btn span { display: block; font-size: 0.85em; font-weight: 500; text-transform: none; letter-spacing: 0; }
  .checkout-choice-btn--outline {
    background: var(--paper-raised);
    border: 1.5px solid var(--ink);
    color: var(--ink);
  }
  .checkout-choice-btn--outline:hover,
  .checkout-choice-btn--outline.is-active {
    background: var(--ink);
    color: var(--on-dark);
  }
  .checkout-choice-btn--solid {
    background: var(--ink);
    color: var(--on-dark);
    border: 1.5px solid var(--ink);
  }
  .checkout-choice-btn--solid:hover,
  .checkout-choice-btn--solid.is-active {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--accent-ink);
  }
  .checkout-choice-panel { margin-top: 1.75rem; }
  .checkout-choice-panel .radio { margin: 0 0 0.6rem; }
  .checkout-choice-panel > .row > div > p { color: var(--steel); font-size: 0.88rem; margin: 0.75rem 0 1.1rem; }
  @media (max-width: 480px) {
    .checkout-choice-btn { flex-basis: 100%; }
  }

  /* checkout: accordion panels as clean cards, order summary table */
  #checkout-checkout .panel-group { display: flex; flex-direction: column; gap: 1.1rem; counter-reset: checkout-step; }
  #checkout-checkout .panel {
    counter-increment: checkout-step;
    background: var(--paper-raised);
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 12px 32px -16px rgba(0,0,0,0.08);
    transition: border-color 200ms ease, opacity 200ms ease;
  }
  #checkout-checkout .panel:has(.panel-collapse.in) { border-color: var(--ink); }
  #checkout-checkout .panel.is-complete { opacity: 0.72; }
  #checkout-checkout .panel-heading {
    background: none;
    border: none;
    padding: 1.35rem 1.75rem;
  }
  #checkout-checkout .panel-title {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--ink);
  }
  #checkout-checkout .panel-title::before {
    content: counter(checkout-step);
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--paper);
    border: 1px solid var(--line);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--steel);
    transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
  }
  #checkout-checkout .panel:has(.panel-collapse.in) .panel-title::before {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--paper-raised);
  }
  #checkout-checkout .panel.is-complete .panel-title::before {
    content: "✓";
    background: var(--accent);
    border-color: var(--accent);
    color: var(--accent-ink);
  }
  #checkout-checkout .panel-title a { color: inherit; }
  #checkout-checkout .panel-title > a { display: flex; align-items: center; gap: 0.85rem; }
  #checkout-checkout .panel-body { padding: 0 1.75rem 1.75rem; }
  #checkout-checkout .table.table-bordered {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
  }
  #checkout-checkout .table.table-bordered th,
  #checkout-checkout .table.table-bordered td {
    border-color: var(--line);
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  #checkout-checkout .table.table-bordered thead th,
  #checkout-checkout .table.table-bordered thead td {
    background: var(--paper);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    color: var(--steel);
  }
  #checkout-checkout .alert {
    border-radius: 12px;
    border: none;
    padding: 0.9rem 1.1rem;
    font-size: 0.9rem;
  }
  #checkout-checkout .alert-danger { background: #FFF1F0; color: var(--danger); }
  #checkout-checkout .alert-warning { background: #FFF8E1; color: #8A6300; }
  #checkout-checkout .label.label-info {
    background: var(--ink);
    color: var(--paper-raised);
    border-radius: 6px;
    font-weight: 500;
  }

  /* ---------- category filter panel (mobile) ---------- */
  .filter-open-btn {
    display: none;
    align-items: center;
    gap: 0.5rem;
    background: var(--accent);
    color: var(--accent-ink);
    border: none;
    border-radius: 2px;
    padding: 0.7rem 1.1rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.82rem;
  }
  .filter-open-btn svg { width: 16px; height: 16px; }
  .filter-scrim {
    position: fixed;
    inset: 0;
    background: rgba(12, 15, 20, 0.5);
    z-index: 90;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }
  .filter-scrim.is-open { opacity: 1; pointer-events: auto; }
  @media (max-width: 900px) {
    .filter-open-btn { display: inline-flex; margin-bottom: 1.25rem; }
    .cat-side {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: min(320px, 86vw);
      background: var(--paper);
      z-index: 95;
      overflow-y: auto;
      padding: 1.5rem;
      transform: translateX(-100%);
      transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
      box-shadow: 24px 0 48px -24px rgba(12, 15, 20, 0.4);
    }
    .cat-side.is-open { transform: translateX(0); }
    .filter-panel-close {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 1.25rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid var(--line);
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }
    .filter-panel-close button {
      background: none;
      border: none;
      font-size: 1.4rem;
      line-height: 1;
      color: var(--ink);
    }
  }

  /* ---------- cart page ---------- */
  .cart-hero {
    background: var(--asphalt);
    color: var(--on-dark);
    padding: 2.5rem 0 2rem;
  }
  .cart-hero .crumbs a { color: var(--on-dark-dim); }
  .cart-hero .crumbs span { color: var(--on-dark-dim); margin: 0 0.4rem; }
  .cart-hero .display { margin: 0.5rem 0 0; }
  .cart-weight { font-size: 1.1rem; font-weight: 400; color: var(--on-dark-dim); }

  .cart-page { padding-block: 2.5rem 4rem; }

  .cart-notice {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.9rem 1.1rem;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
  }
  .cart-notice--info { background: #E8F1F8; color: var(--blue); border: 1px solid #C6DFF0; }
  .cart-notice--success { background: #E9F7EC; color: #1E7B34; border: 1px solid #C3E9CC; }
  .cart-notice--danger { background: #FFF1F0; color: var(--danger); border: 1px solid #FFD4D1; }
  .cart-notice-close { margin-left: auto; background: none; border: none; font-size: 1.2rem; line-height: 1; color: inherit; cursor: pointer; }

  .cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 2rem; align-items: start; }

  .cart-items {
    border-radius: 18px;
    overflow: hidden;
    background: var(--paper-raised);
    box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 12px 32px -16px rgba(0,0,0,0.08);
  }
  .cart-row {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) 190px 105px 130px;
    gap: 1.25rem;
    align-items: center;
    padding: 1.75rem;
    border-bottom: 1px solid var(--line);
  }
  .cart-row:last-child { border-bottom: none; }
  .cart-row-thumb {
    width: 96px;
    height: 96px;
    border-radius: 14px;
    overflow: hidden;
    background: var(--paper);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart-row-thumb img { width: 100%; height: 100%; object-fit: cover; }
  .cart-row-thumb--voucher { color: var(--ink); font-size: 1.4rem; }
  .cart-row-name { display: block; font-weight: 600; font-size: 1.02rem; color: var(--ink); margin-bottom: 0.3rem; letter-spacing: -0.01em; overflow-wrap: break-word; }
  .cart-row-name:hover { color: var(--steel); }
  .cart-row-model { font-size: 0.83rem; color: var(--steel); }
  .cart-row-stock { font-size: 0.8rem; color: var(--danger); font-weight: 600; }
  .cart-row-option { color: var(--steel); }
  .cart-row-price-mobile { display: none; font-weight: 600; margin-top: 0.5rem; font-size: 1rem; }
  .cart-row-qty { display: flex; flex-direction: column; gap: 0.75rem; }
  .qty-stepper {
    display: inline-flex;
    align-items: stretch;
    background: var(--paper);
    border-radius: 999px;
    height: 40px;
    width: fit-content;
    overflow: hidden;
  }
  .qty-btn {
    width: 38px;
    background: none;
    border: none;
    color: var(--ink);
    font-size: 1.15rem;
    cursor: pointer;
    transition: background 150ms ease;
  }
  .qty-btn:hover { background: var(--line); }
  .qty-input {
    width: 40px;
    border: none;
    background: none;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--ink);
  }
  .cart-row-actions { display: flex; gap: 1.1rem; }
  .cart-link-btn {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--steel);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: color 150ms ease;
  }
  .cart-link-btn:hover { color: var(--ink); }
  .cart-link-btn--danger:hover { color: var(--danger); }
  .cart-row-price { text-align: right; color: var(--steel); white-space: nowrap; font-variant-numeric: tabular-nums; }
  .cart-row-total { text-align: right; font-weight: 600; font-size: 1.05rem; letter-spacing: -0.01em; white-space: nowrap; font-variant-numeric: tabular-nums; }

  .cart-next { padding: 1.75rem; border-top: 1px solid var(--line); }
  .cart-next h2 { font-size: 1.1rem; margin: 0 0 0.4rem; font-weight: 600; letter-spacing: -0.01em; }
  .cart-next p { color: var(--steel); font-size: 0.9rem; margin: 0 0 1rem; }

  .cart-summary {
    background: var(--paper-raised);
    border-radius: 18px;
    padding: 1.75rem;
    position: sticky;
    top: 1.5rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 12px 32px -16px rgba(0,0,0,0.08);
  }
  .cart-summary-title {
    margin: 0 0 1.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
    color: var(--ink);
  }
  .cart-summary-table { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; }
  .cart-summary-table tr { border-top: 1px solid var(--line); }
  .cart-summary-table tr:first-child { border-top: none; }
  .cart-summary-table td { padding: 0.75rem 0; font-size: 0.92rem; color: var(--steel); }
  .cart-summary-table td:last-child { text-align: right; color: var(--ink); font-weight: 500; }
  .cart-summary-table tr:last-child td { font-weight: 600; color: var(--ink); font-size: 1.2rem; letter-spacing: -0.01em; }

  .checkout-summary-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.9rem 0;
    border-top: 1px solid var(--line);
  }
  .checkout-summary-item:first-of-type { border-top: none; }
  .checkout-summary-thumb {
    flex: none;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--paper);
  }
  .checkout-summary-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .checkout-summary-info { display: flex; flex-direction: column; min-width: 0; flex: 1 1 auto; }
  .checkout-summary-name {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--ink);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .checkout-summary-qty { font-size: 0.78rem; color: var(--steel); }
  .checkout-summary-price {
    flex: none;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ink);
    white-space: nowrap;
  }
  .checkout-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 1.1rem;
    margin-top: 0.4rem;
    border-top: 1px solid var(--line);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ink);
  }
  .checkout-summary-note { margin: 0.9rem 0 0; font-size: 0.78rem; color: var(--steel); line-height: 1.5; }
  @media (max-width: 900px) {
    .checkout-summary { position: static; margin-top: 1.5rem; }
  }
  .cart-checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    height: 50px;
    background: var(--accent);
    color: var(--accent-ink);
    border-radius: 999px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: opacity 150ms ease, transform 160ms cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .cart-checkout-btn:hover { opacity: 0.82; }
  .cart-checkout-btn:active { transform: scale(0.98); }
  .cart-checkout-btn svg { width: 18px; height: 18px; }
  .cart-continue-link {
    display: block;
    text-align: center;
    margin-top: 1.1rem;
    font-size: 0.88rem;
    color: var(--steel);
    transition: color 150ms ease;
  }
  .cart-continue-link:hover { color: var(--ink); }

  .cart-empty {
    text-align: center;
    padding: 6rem 1rem;
    color: var(--steel);
  }
  .cart-empty svg { width: 56px; height: 56px; margin-bottom: 1.5rem; color: var(--line); }
  .cart-empty p { font-size: 1.1rem; margin-bottom: 1.75rem; color: var(--ink); }
  .cart-empty .cart-checkout-btn { width: auto; padding: 0 2.5rem; margin: 0 auto; }

  @media (max-width: 1180px) {
    .cart-layout { grid-template-columns: 1fr; }
    .cart-summary { position: static; }
    .cart-row {
      grid-template-columns: 72px 1fr;
      grid-template-areas: "thumb info" "qty qty" "price total";
      row-gap: 1rem;
      padding: 1.5rem;
    }
    .cart-row-thumb { grid-area: thumb; width: 72px; height: 72px; border-radius: 12px; }
    .cart-row-info { grid-area: info; }
    .cart-row-qty { grid-area: qty; flex-direction: row; align-items: center; justify-content: space-between; }
    .cart-row-price { display: none; }
    .cart-row-price-mobile { display: block; }
    .cart-row-total { grid-area: total; text-align: right; }
  }

  /* wishlist: same card list as cart, one fewer column (no quantity) */
  .wishlist-row {
    grid-template-columns: 96px minmax(0, 1fr) 160px 200px;
  }
  .wishlist-row .cart-row-actions { justify-content: flex-end; }
  .account-continue { margin-top: 1.5rem; text-align: right; }
  @media (max-width: 1180px) {
    .wishlist-row {
      grid-template-columns: 72px 1fr;
      grid-template-areas: "thumb info" "actions actions";
    }
    .wishlist-row .cart-row-price { display: none; }
    .wishlist-row .cart-row-actions { grid-area: actions; justify-content: flex-start; }
    .account-continue { text-align: center; }
  }

  /* ---------- promo modal ---------- */
  .promo-modal-scrim {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(12, 15, 20, 0.6);
    opacity: 0;
    transition: opacity 220ms ease;
  }
  .promo-modal-scrim.is-open { opacity: 1; }
  .promo-modal-scrim[hidden] { display: none; }
  .promo-modal {
    position: relative;
    max-width: 480px;
    width: 100%;
    background: var(--paper-raised);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.5);
    transform: scale(0.94);
    transition: transform 220ms cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .promo-modal-scrim.is-open .promo-modal { transform: scale(1); }
  .promo-modal img { width: 100%; height: auto; display: block; }
  .promo-modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 1;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(29, 29, 31, 0.55);
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: background 150ms ease;
  }
  .promo-modal-close:hover { background: rgba(29, 29, 31, 0.8); }

  .whatsapp-fab {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px -6px rgba(0,0,0,0.4);
    z-index: 70;
    animation: whatsapp-bounce 2.6s ease-in-out infinite;
    transition: transform 160ms cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .whatsapp-fab::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25D366;
    animation: whatsapp-ping 2.6s ease-out infinite;
    z-index: -1;
  }
  .whatsapp-fab:hover { transform: scale(1.08); color: #fff; animation-play-state: paused; }
  .whatsapp-fab:hover::before { animation-play-state: paused; }
  .whatsapp-fab svg { width: 30px; height: 30px; }
  @keyframes whatsapp-bounce {
    0%, 68%, 100% { transform: translateY(0); }
    76% { transform: translateY(-7px); }
    84% { transform: translateY(0); }
    90% { transform: translateY(-3px); }
  }
  @keyframes whatsapp-ping {
    0% { opacity: 0.55; transform: scale(1); }
    75% { opacity: 0; transform: scale(1.7); }
    100% { opacity: 0; transform: scale(1.7); }
  }
  @media (prefers-reduced-motion: reduce) {
    .whatsapp-fab, .whatsapp-fab::before { animation: none; }
  }
  @media (max-width: 700px) {
    .whatsapp-fab { right: 1rem; bottom: 1rem; width: 52px; height: 52px; }
    .whatsapp-fab svg { width: 27px; height: 27px; }
  }

  .faq-block { background: var(--paper-raised); }
  .faq-list { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }
  .faq-item { border-bottom: 1px solid var(--line); }
  .faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary svg { flex: none; width: 18px; height: 18px; color: var(--steel); transition: transform 180ms ease; }
  .faq-item[open] summary svg { transform: rotate(180deg); }
  .faq-answer {
    padding: 0 0.25rem 1.5rem;
    color: var(--steel);
    font-size: 0.95rem;
    line-height: 1.65;
  }
  .faq-answer p { margin: 0 0 0.85rem; }
  .faq-answer p:last-child { margin-bottom: 0; }
