/* migo-pages.css — clases por-página extraídas de los 9 mockups del rediseño */
/* Generado 2026-05-22 · grupomigo.net redesign · NO editar a mano sin actualizar el origen */


/* ═══════════════════ 01-home ═══════════════════ */
  body { background: var(--bg-subtle); }

  /* ── HERO ─────────────────────────────────────────────── */
  .hero {
    background: linear-gradient(180deg, #fff 0%, var(--bg-subtle) 100%);
    border-bottom: 1px solid var(--border);
    padding: var(--s-12) 0 var(--s-16);
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(900px 380px at 90% -10%, rgba(11, 75, 140, 0.06), transparent 60%),
      radial-gradient(700px 300px at -5% 100%, rgba(11, 75, 140, 0.04), transparent 60%);
    pointer-events: none;
  }
  .hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: var(--s-12);
    align-items: center;
    position: relative;
  }
  .hero__copy { display: flex; flex-direction: column; gap: var(--s-6); }
  .hero__pill {
    display: inline-flex;
    align-items: center;
    gap: var(--s-2);
    padding: var(--s-2) var(--s-3);
    background: #fff;
    border: 1px solid var(--border-strong);
    border-radius: var(--r-pill);
    font-size: var(--fs-xs);
    font-weight: 700;
    letter-spacing: var(--tracking-wide);
    color: var(--slate-700);
    width: max-content;
  }
  .hero__pill svg { width: 14px; height: 14px; color: var(--primary-600); }
  .hero h1 {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(2.5rem, 4vw + 1rem, 4.25rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
    color: var(--slate-900);
  }
  .hero h1 em {
    font-style: normal;
    color: var(--primary-600);
    display: block;
  }
  .hero p.lead {
    font-size: var(--fs-md);
    line-height: var(--lh-relaxed);
    color: var(--text-muted);
    max-width: 52ch;
  }
  .hero__cta { display: flex; gap: var(--s-3); flex-wrap: wrap; }
  .hero__stats {
    display: flex;
    gap: var(--s-8);
    padding-top: var(--s-6);
    border-top: 1px solid var(--border);
    margin-top: var(--s-2);
  }
  .hero__stat-num {
    font-family: var(--font-display);
    font-size: var(--fs-2xl);
    font-weight: 800;
    color: var(--slate-900);
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .hero__stat-label {
    font-size: var(--fs-xs);
    color: var(--text-muted);
    margin-top: var(--s-1);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    font-weight: 600;
  }

  .hero__visual {
    position: relative;
    aspect-ratio: 5 / 4;
    border-radius: var(--r-xl);
    overflow: visible; /* sticker/floating-card sobresalen del marco */
    background:
      linear-gradient(135deg, var(--primary-700), var(--primary-900));
    box-shadow: var(--shadow-lg);
  }
  .hero__visual-grid {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 40px 40px;
    border-radius: var(--r-xl);
  }
  .hero__visual-label {
    position: absolute;
    top: var(--s-5);
    left: var(--s-5);
    display: inline-flex;
    align-items: center;
    gap: var(--s-2);
    padding: var(--s-2) var(--s-3);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    color: #fff;
    border-radius: var(--r-pill);
    font-size: var(--fs-xs);
    font-weight: 700;
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
  }
  .hero__visual-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: var(--s-8);
    color: #fff;
  }
  .hero__visual-content h3 {
    font-family: var(--font-display);
    font-size: var(--fs-2xl);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: var(--s-2);
  }
  .hero__visual-content p { color: rgba(255, 255, 255, 0.8); font-size: var(--fs-sm); }
  .hero__sticker {
    position: absolute;
    top: 28%;
    right: -28px;
    background: var(--amber-500);
    color: var(--slate-900);
    padding: var(--s-3) var(--s-5);
    border-radius: var(--r-md);
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--fs-sm);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    box-shadow: var(--shadow-lg);
    transform: rotate(-4deg);
  }
  .hero__floating-card {
    position: absolute;
    bottom: -28px;
    left: -28px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: var(--s-4);
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: var(--s-3);
    min-width: 240px;
  }
  .hero__floating-card .icon-wrap {
    width: 40px;
    height: 40px;
    background: var(--success-bg);
    color: var(--success);
    border-radius: var(--r-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .hero__floating-card .label {
    font-size: var(--fs-xs);
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
  }
  .hero__floating-card .value {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--slate-900);
    font-size: var(--fs-sm);
  }

  /* ── CATEGORÍAS ──────────────────────────────────────── */
  .section { padding: var(--s-16) 0; }
  .section--tight { padding: var(--s-12) 0; }
  .section--alt { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .grid-cats-12 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--s-4);
  }

  /* ── VALUE PROPS STRIP ───────────────────────────────── */
  .vp-strip {
    background: var(--slate-900);
    color: #fff;
    padding: var(--s-6) 0;
  }
  .vp-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--s-6);
  }
  .vp-strip__item {
    display: flex;
    align-items: center;
    gap: var(--s-4);
  }
  .vp-strip__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--r-md);
    color: var(--primary-300);
    flex-shrink: 0;
  }
  .vp-strip__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--fs-sm);
    color: #fff;
    margin-bottom: 2px;
  }
  .vp-strip__sub { font-size: var(--fs-xs); color: var(--slate-400); }

  /* ── SPECIAL OFFERS / BANNER ─────────────────────────── */
  .promo-banner {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: var(--s-6);
    margin-top: var(--s-12);
  }
  .promo-banner__card {
    border-radius: var(--r-xl);
    padding: var(--s-10);
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .promo-banner__primary {
    background: linear-gradient(135deg, var(--primary-700), var(--primary-900));
  }
  .promo-banner__amber {
    background: linear-gradient(135deg, #B45309, #92400E);
  }
  .promo-banner__card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
  }
  .promo-banner__card > * { position: relative; z-index: 1; }
  .promo-banner__eyebrow {
    font-size: var(--fs-xs);
    font-weight: 700;
    letter-spacing: var(--tracking-caps);
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: var(--s-2);
  }
  .promo-banner__card h3 {
    font-family: var(--font-display);
    font-size: var(--fs-2xl);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    max-width: 18ch;
  }
  .promo-banner__card p {
    color: rgba(255, 255, 255, 0.85);
    font-size: var(--fs-sm);
    margin-top: var(--s-3);
    max-width: 36ch;
  }

  /* ── INSTAGRAM SECTION ───────────────────────────────── */
  .ig-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--s-3);
  }
  .ig-tile {
    aspect-ratio: 1 / 1;
    background: var(--slate-100);
    border-radius: var(--r-md);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--slate-400);
    border: 1px solid var(--border);
  }
  .ig-tile svg { width: 28px; height: 28px; }
  .ig-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(15, 23, 42, 0.5));
    opacity: 0;
    transition: opacity var(--dur-base);
  }
  .ig-tile:hover::after { opacity: 1; }

  /* ── ANNOTATIONS (rojas, sólo mockup) ────────────────── */
  .anno {
    position: relative;
  }
  .anno-tag {
    position: absolute;
    top: -10px;
    left: -10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--migo-red);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 5;
    box-shadow: 0 4px 12px rgba(216, 35, 29, 0.3);
  }

/* ═══════════════════ 02-tienda ═══════════════════ */
  body { background: var(--bg-subtle); }

  /* PAGE HEADER */
  .page-head {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: var(--s-6) 0 var(--s-8);
  }
  .page-head h1 {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--fs-3xl);
    color: var(--slate-900);
    letter-spacing: -0.02em;
    margin-top: var(--s-3);
  }
  .page-head__sub {
    color: var(--text-muted);
    font-size: var(--fs-md);
    margin-top: var(--s-2);
    max-width: 60ch;
  }

  /* LAYOUT */
  .shop {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: var(--s-8);
    padding: var(--s-8) 0 var(--s-16);
  }

  /* FILTERS */
  .filters {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: var(--s-2) 0;
    height: max-content;
    position: sticky;
    top: 132px;
  }
  .filter-group {
    border-bottom: 1px solid var(--border);
    padding: var(--s-4) var(--s-5);
  }
  .filter-group:last-child { border-bottom: none; }
  .filter-group__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--s-3);
  }
  .filter-group__title {
    font-family: var(--font-display);
    font-size: var(--fs-sm);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--slate-900);
  }
  .filter-group__clear {
    font-size: var(--fs-xs);
    color: var(--primary-600);
    font-weight: 600;
  }
  .filter-list {
    display: flex;
    flex-direction: column;
    gap: var(--s-2);
    list-style: none;
  }
  .filter-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--s-2);
    font-size: var(--fs-sm);
    color: var(--slate-700);
    cursor: pointer;
    padding: var(--s-1) 0;
  }
  .filter-row:hover { color: var(--primary-700); }
  .filter-row__main { flex: 1; display: flex; align-items: center; gap: var(--s-2); text-align: left; }
  .filter-row__count {
    font-family: var(--font-mono);
    font-size: var(--fs-xs);
    color: var(--text-faint);
  }
  .check {
    width: 18px;
    height: 18px;
    border: 1.5px solid var(--border-strong);
    border-radius: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  .check.is-checked {
    background: var(--primary-600);
    border-color: var(--primary-600);
  }
  .check.is-checked::after {
    content: "";
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translate(1px, -1px);
  }

  /* PRICE RANGE */
  .price-range { display: flex; gap: var(--s-2); align-items: center; }
  .price-range .input { height: 36px; padding: 0 var(--s-3); font-size: var(--fs-sm); }
  .price-range .sep { color: var(--text-faint); }

  /* RESULTS HEADER */
  .results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s-4);
    margin-bottom: var(--s-5);
    flex-wrap: wrap;
  }
  .results-count {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--fs-md);
    color: var(--slate-900);
  }
  .results-count .num { font-family: var(--font-mono); color: var(--primary-700); }
  .results-tools { display: flex; gap: var(--s-2); align-items: center; }
  .sort-select {
    height: 40px;
    padding: 0 var(--s-3);
    border: 1px solid var(--border-strong);
    border-radius: var(--r-md);
    background: #fff;
    font-size: var(--fs-sm);
    color: var(--slate-700);
    font-weight: 500;
    cursor: pointer;
  }
  .view-toggle {
    display: flex;
    background: #fff;
    border: 1px solid var(--border-strong);
    border-radius: var(--r-md);
    padding: 3px;
  }
  .view-toggle button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--slate-500);
    border-radius: 4px;
  }
  .view-toggle button.is-active {
    background: var(--slate-100);
    color: var(--slate-900);
  }

  /* ACTIVE FILTER CHIPS */
  .active-filters {
    display: flex;
    gap: var(--s-2);
    margin-bottom: var(--s-5);
    flex-wrap: wrap;
  }
  .filter-chip {
    display: inline-flex;
    align-items: center;
    gap: var(--s-2);
    padding: 6px 12px;
    background: var(--primary-50);
    color: var(--primary-800);
    border-radius: var(--r-pill);
    font-size: var(--fs-xs);
    font-weight: 600;
  }
  .filter-chip svg { width: 12px; height: 12px; cursor: pointer; opacity: 0.6; }
  .filter-chip:hover svg { opacity: 1; }

  /* PAGINATION */
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--s-2);
    margin-top: var(--s-12);
  }
  .pagination button, .pagination a {
    min-width: 40px;
    height: 40px;
    padding: 0 var(--s-3);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    background: #fff;
    font-family: var(--font-mono);
    font-size: var(--fs-sm);
    font-weight: 600;
    color: var(--slate-700);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--s-2);
    transition: all var(--dur-fast);
  }
  .pagination a:hover { border-color: var(--primary-400); color: var(--primary-700); }
  .pagination .is-active { background: var(--primary-600); border-color: var(--primary-600); color: #fff; }
  .pagination .ellipsis { border: none; background: transparent; }

/* ═══════════════════ 03-producto ═══════════════════ */
  body { background: var(--bg-subtle); }

  .pdp { padding: var(--s-6) 0 var(--s-16); }

  .pdp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--s-12);
    margin-top: var(--s-6);
    align-items: start;
  }

  /* GALLERY */
  .gallery { display: grid; grid-template-columns: 84px 1fr; gap: var(--s-3); }
  .gallery__thumbs { display: flex; flex-direction: column; gap: var(--s-2); }
  .gallery__thumb {
    width: 84px; height: 84px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center;
    color: var(--slate-300);
    cursor: pointer;
    transition: border-color var(--dur-fast);
  }
  .gallery__thumb:hover { border-color: var(--border-strong); }
  .gallery__thumb.is-active { border-color: var(--primary-600); box-shadow: var(--shadow-focus); }
  .gallery__main {
    aspect-ratio: 1 / 1;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    display: flex; align-items: center; justify-content: center;
    color: var(--slate-200);
    position: relative;
    overflow: hidden;
  }
  .gallery__main svg.placeholder { width: 45%; height: 45%; }
  .gallery__main .zoom-btn {
    position: absolute;
    top: var(--s-4);
    right: var(--s-4);
    width: 40px;
    height: 40px;
    border-radius: var(--r-md);
    background: #fff;
    border: 1px solid var(--border);
    color: var(--slate-600);
    display: flex; align-items: center; justify-content: center;
  }

  /* INFO */
  .pdp-info { display: flex; flex-direction: column; gap: var(--s-5); }
  .pdp-info h1 {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--fs-3xl);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--slate-900);
  }
  .pdp-meta {
    display: flex;
    gap: var(--s-5);
    font-size: var(--fs-sm);
    color: var(--text-muted);
  }
  .pdp-meta dt { display: inline; font-weight: 600; color: var(--slate-700); }
  .pdp-meta .mono { color: var(--slate-900); }

  .price-block {
    padding: var(--s-5);
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    display: flex;
    align-items: flex-end;
    gap: var(--s-4);
    flex-wrap: wrap;
  }
  .price-block__usd {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.875rem;
    color: var(--slate-900);
    letter-spacing: -0.02em;
    line-height: 1.1;
  }
  .price-block__bs {
    font-family: var(--font-mono);
    font-size: var(--fs-lg);
    color: var(--text-muted);
    margin-bottom: 6px;
  }
  .price-block__unit {
    margin-left: auto;
    font-size: var(--fs-sm);
    color: var(--text-muted);
  }
  .price-block__unit strong { color: var(--slate-900); font-weight: 700; font-family: var(--font-display); }

  /* STOCK */
  .stock-pill {
    display: inline-flex;
    align-items: center;
    gap: var(--s-2);
    padding: var(--s-2) var(--s-3);
    background: var(--success-bg);
    color: #166534;
    font-size: var(--fs-sm);
    font-weight: 600;
    border-radius: var(--r-md);
    width: max-content;
  }
  .stock-pill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--success); }

  /* QTY */
  .qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--border-strong);
    border-radius: var(--r-md);
    height: 52px;
    background: #fff;
    overflow: hidden;
  }
  .qty button {
    width: 44px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--slate-700);
  }
  .qty button:hover { background: var(--slate-50); }
  .qty input {
    width: 60px;
    height: 52px;
    text-align: center;
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: var(--fs-lg);
    background: transparent;
    border: none;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
  }
  .qty input:focus { outline: none; }

  .cta-row { display: flex; gap: var(--s-3); }
  .cta-row .btn { flex: 1; height: 52px; font-size: var(--fs-md); }

  /* GUARANTEE LIST */
  .guarantees {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--s-3);
    padding: var(--s-4);
    background: var(--slate-50);
    border-radius: var(--r-md);
  }
  .guarantee {
    display: flex;
    align-items: flex-start;
    gap: var(--s-3);
  }
  .guarantee__icon {
    width: 36px; height: 36px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center;
    color: var(--primary-600);
    flex-shrink: 0;
  }
  .guarantee__title { font-size: var(--fs-sm); font-weight: 700; color: var(--slate-900); }
  .guarantee__sub { font-size: var(--fs-xs); color: var(--text-muted); margin-top: 2px; }

  /* STOCK BY STORE */
  .stock-by-store {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: var(--s-6);
    margin-top: var(--s-8);
  }
  .stock-by-store h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--fs-lg);
    margin-bottom: var(--s-4);
  }
  .stock-table {
    width: 100%;
    border-collapse: collapse;
  }
  .stock-table th {
    text-align: left;
    font-size: var(--fs-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--text-muted);
    padding: var(--s-3) 0;
    border-bottom: 1px solid var(--border);
  }
  .stock-table td {
    padding: var(--s-3) 0;
    border-bottom: 1px solid var(--border);
    font-size: var(--fs-sm);
  }
  .stock-table tr:last-child td { border-bottom: none; }
  .stock-table .state {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--text-faint);
    font-weight: 600;
  }
  .stock-table .qty-cell { font-family: var(--font-mono); font-weight: 700; }
  .stock-pill-row {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: var(--fs-xs);
    font-weight: 600;
  }
  .stock-pill-row.in { color: var(--success); }
  .stock-pill-row.low { color: var(--amber-700); }
  .stock-pill-row.out { color: var(--text-faint); }
  .stock-pill-row::before {
    content: "";
    width: 6px; height: 6px;
    border-radius: 50%;
    background: currentColor;
  }

  /* TABS */
  .tabs {
    margin-top: var(--s-10);
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
  }
  .tabs__nav {
    display: flex;
    border-bottom: 1px solid var(--border);
    padding: 0 var(--s-5);
  }
  .tabs__nav button {
    padding: var(--s-4) var(--s-5);
    font-family: var(--font-display);
    font-weight: 600;
    font-size: var(--fs-sm);
    color: var(--text-muted);
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color var(--dur-fast);
  }
  .tabs__nav button:hover { color: var(--slate-900); }
  .tabs__nav button.is-active {
    color: var(--primary-700);
    border-bottom-color: var(--primary-600);
  }
  .tabs__content {
    padding: var(--s-6);
    color: var(--slate-700);
    line-height: 1.65;
  }
  .spec-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--s-3) var(--s-8);
  }
  .spec-row {
    display: flex;
    justify-content: space-between;
    padding: var(--s-3) 0;
    border-bottom: 1px dashed var(--border);
    font-size: var(--fs-sm);
  }
  .spec-row dt { color: var(--text-muted); }
  .spec-row dd { color: var(--slate-900); font-weight: 600; }

/* ═══════════════════ 04-nosotros ═══════════════════ */
  body { background: var(--bg-subtle); }

  .about-hero {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: var(--s-12) 0 var(--s-16);
    position: relative;
    overflow: hidden;
  }
  .about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(800px 400px at 80% 20%, rgba(11, 75, 140, 0.05), transparent 60%);
    pointer-events: none;
  }
  .about-hero h1 {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(2.5rem, 4vw + 1rem, 4.5rem);
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--slate-900);
    max-width: 18ch;
    position: relative;
  }
  .about-hero h1 em { font-style:normal; color: var(--primary-600); }
  .about-hero .lead {
    font-size: var(--fs-lg);
    color: var(--text-muted);
    line-height: var(--lh-relaxed);
    max-width: 56ch;
    margin-top: var(--s-6);
    position: relative;
  }

  /* STATS BAR */
  .stat-bar {
    background: var(--slate-900);
    color: #fff;
    padding: var(--s-12) 0;
  }
  .stat-bar__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--s-6);
  }
  .stat-bar__item {
    border-left: 2px solid var(--primary-600);
    padding-left: var(--s-5);
  }
  .stat-bar__num {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #fff;
  }
  .stat-bar__label {
    font-size: var(--fs-sm);
    color: var(--slate-400);
    margin-top: var(--s-2);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    font-weight: 600;
  }

  /* SECTION */
  .section { padding: var(--s-16) 0; }
  .section--alt { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-12); align-items: center; }
  .two-col p {
    font-size: var(--fs-md);
    line-height: var(--lh-relaxed);
    color: var(--text-muted);
    margin-bottom: var(--s-4);
  }
  .two-col p strong { color: var(--slate-900); }

  /* PROCESS GRID */
  .process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--s-5);
    margin-top: var(--s-10);
  }
  .process-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: var(--s-6);
    position: relative;
  }
  .process-card__num {
    font-family: var(--font-mono);
    font-size: var(--fs-sm);
    font-weight: 700;
    color: var(--primary-600);
    background: var(--primary-50);
    padding: 4px 8px;
    border-radius: var(--r-xs);
    display: inline-block;
    margin-bottom: var(--s-4);
  }
  .process-card h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--fs-md);
    color: var(--slate-900);
    margin-bottom: var(--s-2);
  }
  .process-card p {
    font-size: var(--fs-sm);
    color: var(--text-muted);
    line-height: 1.55;
  }

  /* SERVICES */
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--s-5);
    margin-top: var(--s-10);
  }
  .service-card {
    padding: var(--s-6);
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    transition: all var(--dur-base);
  }
  .service-card:hover { border-color: var(--primary-300); box-shadow: var(--shadow-md); }
  .service-card__icon {
    width: 48px; height: 48px;
    background: var(--primary-50);
    color: var(--primary-700);
    border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: var(--s-5);
  }
  .service-card h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--fs-lg);
    color: var(--slate-900);
    margin-bottom: var(--s-3);
  }
  .service-card p {
    color: var(--text-muted);
    font-size: var(--fs-sm);
    line-height: 1.6;
  }

  /* COVERAGE MAP-LIKE */
  .coverage {
    background: linear-gradient(135deg, var(--primary-800), var(--primary-900));
    border-radius: var(--r-xl);
    padding: var(--s-12);
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .coverage::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    border-radius: var(--r-xl);
    pointer-events: none;
  }
  .coverage > * { position: relative; z-index: 1; }
  .coverage h2 {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--fs-3xl);
    color: #fff;
    margin-bottom: var(--s-4);
    max-width: 18ch;
    letter-spacing: -0.02em;
  }
  .coverage p {
    color: rgba(255,255,255,0.85);
    max-width: 56ch;
    line-height: 1.6;
    margin-bottom: var(--s-8);
  }
  .coverage__states {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--s-3);
  }
  .coverage__state {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border-radius: var(--r-md);
    padding: var(--s-4);
  }
  .coverage__state-name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--fs-md);
    color: #fff;
  }
  .coverage__state-count {
    font-size: var(--fs-xs);
    color: var(--primary-200);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    font-weight: 600;
    margin-top: var(--s-1);
  }

/* ═══════════════════ 05-contacto ═══════════════════ */
  body { background: var(--bg-subtle); }

  .page-head {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: var(--s-10) 0 var(--s-12);
  }
  .page-head h1 {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(2rem, 3vw + 1rem, var(--fs-4xl));
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--slate-900);
    margin-top: var(--s-3);
  }
  .page-head__sub { font-size: var(--fs-md); color: var(--text-muted); margin-top: var(--s-3); max-width: 56ch; line-height: 1.6; }

  /* CONTACT CHANNELS */
  .channels {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: var(--s-5);
    margin-top: var(--s-8);
  }
  .channel {
    padding: var(--s-6);
    border-radius: var(--r-lg);
    border: 1px solid var(--border);
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: var(--s-4);
    transition: all var(--dur-base);
  }
  .channel:hover { border-color: var(--primary-300); box-shadow: var(--shadow-md); }
  .channel--wa {
    background: linear-gradient(135deg, var(--wa-green), var(--wa-green-dark));
    color: #fff;
    border: none;
    grid-row: span 1;
  }
  .channel--wa h3, .channel--wa p { color: #fff; }
  .channel__icon {
    width: 48px; height: 48px;
    background: var(--primary-50);
    color: var(--primary-700);
    border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center;
  }
  .channel--wa .channel__icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .channel__eyebrow {
    font-size: var(--fs-xs);
    font-weight: 700;
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .channel--wa .channel__eyebrow { color: rgba(255,255,255,0.8); }
  .channel h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--fs-xl);
    color: var(--slate-900);
    line-height: 1.2;
  }
  .channel p {
    color: var(--text-muted);
    font-size: var(--fs-sm);
    line-height: 1.55;
  }
  .channel__cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: var(--s-2);
    font-weight: 700;
    font-size: var(--fs-sm);
    color: var(--primary-700);
  }
  .channel--wa .channel__cta { color: #fff; }

  /* STORE GRID */
  .stores-section { padding: var(--s-12) 0; }
  .state-block { margin-bottom: var(--s-10); }
  .state-block__head {
    display: flex;
    align-items: center;
    gap: var(--s-3);
    margin-bottom: var(--s-5);
  }
  .state-block__name {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--fs-xl);
    color: var(--slate-900);
  }
  .state-block__count {
    font-size: var(--fs-xs);
    font-weight: 700;
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
    color: var(--text-muted);
    background: var(--slate-100);
    padding: 4px 10px;
    border-radius: var(--r-pill);
  }
  .stores-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--s-4);
  }
  .store-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: var(--s-5);
    display: flex;
    flex-direction: column;
    gap: var(--s-3);
    transition: all var(--dur-base);
  }
  .store-card:hover { border-color: var(--primary-300); box-shadow: var(--shadow-md); }
  .store-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--s-2);
  }
  .store-card h4 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--fs-md);
    color: var(--slate-900);
    line-height: 1.2;
  }
  .store-card__address {
    font-size: var(--fs-sm);
    color: var(--text-muted);
    line-height: 1.55;
  }
  .store-card__hours {
    display: flex;
    align-items: center;
    gap: var(--s-2);
    font-size: var(--fs-xs);
    color: var(--success);
    font-weight: 600;
  }
  .store-card__hours::before {
    content: "";
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--success);
  }
  .store-card__actions {
    display: flex;
    gap: var(--s-2);
    margin-top: auto;
  }
  .store-card__actions .btn { flex: 1; }

  /* FAQ */
  .faq-section {
    background: #fff;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: var(--s-16) 0;
  }
  .faq-list { max-width: 720px; margin: var(--s-8) auto 0; }
  .faq-item {
    border-bottom: 1px solid var(--border);
    padding: var(--s-5) 0;
  }
  .faq-item__q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--fs-md);
    color: var(--slate-900);
    cursor: pointer;
  }
  .faq-item__a {
    font-size: var(--fs-sm);
    color: var(--text-muted);
    line-height: 1.7;
    margin-top: var(--s-3);
    max-width: 64ch;
  }
  .faq-item__q svg { transition: transform var(--dur-base); }
  .faq-item[open] .faq-item__q svg { transform: rotate(180deg); }

/* ═══════════════════ 06-terminos ═══════════════════ */
  body { background: var(--bg-subtle); }

  .legal-page { padding: var(--s-12) 0 var(--s-16); }
  .legal-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: var(--s-10);
    margin-top: var(--s-8);
    align-items: start;
  }
  .legal-toc {
    position: sticky;
    top: 132px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: var(--s-5);
  }
  .legal-toc h4 {
    font-family: var(--font-display);
    font-size: var(--fs-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--slate-900);
    margin-bottom: var(--s-3);
  }
  .legal-toc ul { list-style: none; display: flex; flex-direction: column; gap: var(--s-1); }
  .legal-toc a {
    display: block;
    padding: var(--s-2) var(--s-3);
    font-size: var(--fs-sm);
    color: var(--text-muted);
    border-radius: var(--r-sm);
    border-left: 2px solid transparent;
    margin-left: -2px;
    transition: all var(--dur-fast);
  }
  .legal-toc a:hover { background: var(--slate-50); color: var(--slate-900); }
  .legal-toc a.is-active {
    background: var(--primary-50);
    color: var(--primary-800);
    border-left-color: var(--primary-600);
    font-weight: 600;
  }

  .legal-content {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: var(--s-10);
  }
  .legal-content h2 {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--fs-2xl);
    color: var(--slate-900);
    margin-bottom: var(--s-4);
    letter-spacing: -0.02em;
  }
  .legal-content h2:not(:first-child) {
    margin-top: var(--s-10);
    padding-top: var(--s-8);
    border-top: 1px solid var(--border);
  }
  .legal-content h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--fs-lg);
    color: var(--slate-900);
    margin-top: var(--s-6);
    margin-bottom: var(--s-3);
  }
  .legal-content p {
    color: var(--slate-700);
    line-height: 1.7;
    margin-bottom: var(--s-4);
    max-width: 72ch;
  }
  .legal-content strong { color: var(--slate-900); }

  /* COMPANY INFO TABLE */
  .company-info {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: var(--s-3) var(--s-6);
    background: var(--slate-50);
    padding: var(--s-5);
    border-radius: var(--r-md);
    margin: var(--s-5) 0;
  }
  .company-info dt {
    font-size: var(--fs-sm);
    font-weight: 600;
    color: var(--text-muted);
  }
  .company-info dd {
    font-size: var(--fs-sm);
    color: var(--slate-900);
    font-family: var(--font-mono);
  }
  .legal-meta {
    margin-top: var(--s-8);
    padding-top: var(--s-5);
    border-top: 1px solid var(--border);
    font-size: var(--fs-xs);
    color: var(--text-muted);
  }

/* ═══════════════════ 07-carrito ═══════════════════ */
  body { background: var(--bg-subtle); }

  .cart-page { padding: var(--s-8) 0 var(--s-16); }
  .cart-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: var(--s-8);
    margin-top: var(--s-6);
    align-items: start;
  }

  /* CART ITEMS */
  .cart-items {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
  }
  .cart-item {
    display: grid;
    grid-template-columns: 96px 1fr auto;
    gap: var(--s-5);
    padding: var(--s-5);
    border-bottom: 1px solid var(--border);
    align-items: center;
  }
  .cart-item:last-child { border-bottom: none; }
  .cart-item__media {
    width: 96px; height: 96px;
    background: var(--slate-50);
    border-radius: var(--r-md);
    display: flex; align-items: center; justify-content: center;
    color: var(--slate-300);
  }
  .cart-item__info { display: flex; flex-direction: column; gap: var(--s-2); min-width: 0; }
  .cart-item__cat {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--text-faint);
  }
  .cart-item__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--fs-md);
    color: var(--slate-900);
    line-height: 1.3;
  }
  .cart-item__meta {
    display: flex;
    gap: var(--s-4);
    font-size: var(--fs-xs);
    color: var(--text-muted);
  }
  .cart-item__meta span strong { color: var(--slate-900); font-weight: 600; }
  .cart-item__price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--s-3);
    min-width: 140px;
  }
  .cart-item__total {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--fs-xl);
    color: var(--slate-900);
    letter-spacing: -0.02em;
  }
  .cart-item__total-bs {
    font-family: var(--font-mono);
    font-size: var(--fs-xs);
    color: var(--text-muted);
    margin-top: -2px;
  }
  .cart-item__remove {
    font-size: var(--fs-xs);
    font-weight: 600;
    color: var(--text-muted);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color var(--dur-fast);
  }
  .cart-item__remove:hover { color: var(--danger); }
  .qty-mini {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--border-strong);
    border-radius: var(--r-md);
    height: 36px;
    background: #fff;
  }
  .qty-mini button { width: 32px; height: 36px; color: var(--slate-700); }
  .qty-mini input { width: 36px; height: 36px; text-align: center; border: none; font-family: var(--font-mono); font-weight: 700; background: transparent; }
  .qty-mini input:focus { outline: none; }

  /* SHIPPING OPTIONS */
  .shipping-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: var(--s-6);
    margin-top: var(--s-5);
  }
  .shipping-box h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--fs-md);
    margin-bottom: var(--s-4);
  }
  .ship-options { display: flex; flex-direction: column; gap: var(--s-3); }
  .ship-option {
    display: flex;
    align-items: flex-start;
    gap: var(--s-4);
    padding: var(--s-4);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    cursor: pointer;
    transition: all var(--dur-fast);
  }
  .ship-option:hover { border-color: var(--border-strong); }
  .ship-option.is-selected { border-color: var(--primary-600); background: var(--primary-50); }
  .ship-option__radio {
    width: 20px; height: 20px;
    border: 2px solid var(--border-strong);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
  }
  .ship-option.is-selected .ship-option__radio { border-color: var(--primary-600); }
  .ship-option.is-selected .ship-option__radio::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: var(--primary-600);
    border-radius: 50%;
  }
  .ship-option__main { flex: 1; }
  .ship-option__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--fs-sm);
    color: var(--slate-900);
  }
  .ship-option__sub {
    font-size: var(--fs-xs);
    color: var(--text-muted);
    margin-top: 4px;
  }
  .ship-option__price {
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: var(--fs-sm);
    color: var(--slate-900);
  }

  /* SUMMARY */
  .summary {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: var(--s-6);
    position: sticky;
    top: 132px;
  }
  .summary h3 {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--fs-xl);
    color: var(--slate-900);
    margin-bottom: var(--s-5);
    letter-spacing: -0.01em;
  }
  .summary-row {
    display: flex;
    justify-content: space-between;
    padding: var(--s-3) 0;
    font-size: var(--fs-sm);
    color: var(--slate-700);
  }
  .summary-row.total {
    border-top: 1px solid var(--border);
    margin-top: var(--s-2);
    padding-top: var(--s-4);
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--fs-2xl);
    color: var(--slate-900);
    letter-spacing: -0.02em;
  }
  .summary-row .mono { font-family: var(--font-mono); }
  .summary-row.bs {
    font-size: var(--fs-xs);
    color: var(--text-muted);
    padding-top: 0;
  }
  .promo-field {
    display: flex;
    gap: var(--s-2);
    margin-top: var(--s-4);
    padding-top: var(--s-5);
    border-top: 1px solid var(--border);
  }
  .promo-field input { flex: 1; height: 40px; }
  .promo-field button { height: 40px; }

  .summary-cta { margin-top: var(--s-5); display: flex; flex-direction: column; gap: var(--s-3); }

/* ═══════════════════ 08-mi-cuenta ═══════════════════ */
  body { background: var(--bg-subtle); }

  .account-page { padding: var(--s-8) 0 var(--s-16); }
  .account-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: var(--s-8);
    margin-top: var(--s-6);
    align-items: start;
  }

  .account-side {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
  }
  .account-user {
    padding: var(--s-5);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: var(--s-3);
  }
  .account-avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-600), var(--primary-800));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--fs-md);
    flex-shrink: 0;
  }
  .account-user__name {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--slate-900);
    font-size: var(--fs-sm);
    line-height: 1.2;
  }
  .account-user__email {
    font-size: var(--fs-xs);
    color: var(--text-muted);
    margin-top: 2px;
  }
  .account-nav { padding: var(--s-2); list-style: none; }
  .account-nav a {
    display: flex;
    align-items: center;
    gap: var(--s-3);
    padding: var(--s-3) var(--s-4);
    border-radius: var(--r-md);
    font-size: var(--fs-sm);
    font-weight: 500;
    color: var(--slate-700);
    transition: all var(--dur-fast);
  }
  .account-nav a:hover { background: var(--slate-50); }
  .account-nav a.is-active { background: var(--primary-50); color: var(--primary-800); font-weight: 600; }
  .account-nav a svg { width: 18px; height: 18px; flex-shrink: 0; }
  .account-nav .count {
    margin-left: auto;
    font-family: var(--font-mono);
    font-size: var(--fs-xs);
    color: var(--text-faint);
  }
  .account-nav a.is-active .count { color: var(--primary-700); font-weight: 700; }
  .account-nav__logout {
    margin-top: var(--s-2);
    padding-top: var(--s-2);
    border-top: 1px solid var(--border);
  }

  /* MAIN */
  .account-main {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: var(--s-8);
  }
  .account-main h2 {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--fs-2xl);
    color: var(--slate-900);
    letter-spacing: -0.02em;
    margin-bottom: var(--s-2);
  }
  .account-main__sub {
    color: var(--text-muted);
    margin-bottom: var(--s-8);
  }

  /* PROFILE FORM */
  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--s-5);
  }
  .form-grid--full { grid-template-columns: 1fr; }
  .form-row { display: flex; flex-direction: column; }

  /* ORDERS LIST */
  .orders { display: flex; flex-direction: column; gap: var(--s-4); }
  .order {
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: var(--s-5);
    transition: all var(--dur-base);
  }
  .order:hover { border-color: var(--primary-300); box-shadow: var(--shadow-sm); }
  .order__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s-4);
    padding-bottom: var(--s-4);
    border-bottom: 1px solid var(--border);
    margin-bottom: var(--s-4);
  }
  .order__id {
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: var(--fs-sm);
    color: var(--slate-900);
  }
  .order__date { font-size: var(--fs-xs); color: var(--text-muted); margin-top: 2px; }
  .order__body {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: var(--s-5);
    align-items: center;
  }
  .order__items {
    font-size: var(--fs-sm);
    color: var(--slate-700);
  }
  .order__items strong { color: var(--slate-900); font-weight: 600; }
  .order__total {
    text-align: right;
  }
  .order__total-usd {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--fs-lg);
    color: var(--slate-900);
    letter-spacing: -0.02em;
  }
  .order__total-bs { font-family: var(--font-mono); font-size: var(--fs-xs); color: var(--text-muted); }
  .order__actions { display: flex; gap: var(--s-2); margin-top: var(--s-4); }

  .status-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: var(--r-pill);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
  }
  .status-pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
  .status-delivered { background: var(--success-bg); color: #166534; }
  .status-shipped   { background: var(--info-bg);    color: var(--primary-800); }
  .status-pending   { background: var(--amber-50);   color: var(--amber-700); }
