/* =====================================================================
   OUTLET ÓPTICA DURDOS — estilos
   ===================================================================== */

/* ---------- 1. Identidad visual (editar acá los colores) ---------- */
:root {
  --brand-primary:   #00a0a0;   /* turquesa del logo (wordmark) */
  --brand-secondary: #008997;   /* teal del logo (hover, acentos fuertes) */
  --brand-dark:      #0b2a30;   /* teal profundo: hero, textos */
  --brand-light:     #f4f7f7;   /* fondo neutro de fotos y bloques */
  --accent:          #f87800;   /* naranja del logo: detalles y destacados */
  --accent-soft:     #e6f6f5;   /* turquesa muy claro para fondos suaves */
  --available:       #1f9d55;   /* badge disponible */
  --reserved:        #f87800;   /* badge reservado (naranja del logo) */
  --soldout:         #8a9096;   /* badge agotado */
  --whatsapp:        #25d366;
  --whatsapp-dark:   #1ebe5b;

  --text:            #14262b;
  --text-muted:      #62727a;
  --line:            #e3e9ea;
  --bg:              #ffffff;

  --radius:          14px;
  --radius-sm:       10px;
  --shadow-soft:     0 1px 2px rgba(20, 30, 40, .06), 0 8px 24px rgba(20, 30, 40, .06);
  --container:       1200px;
  --gutter:          clamp(16px, 4vw, 40px);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ---------- 2. Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; color: inherit; cursor: pointer; }
a { color: inherit; }
h1, h2, h3, p, dl, dd { margin: 0; }
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.icon { width: 1.25em; height: 1.25em; fill: currentColor; flex: none; }
.muted { color: var(--text-muted); }
.small { font-size: .85rem; }
[hidden] { display: none !important; }

:focus-visible { outline: 3px solid var(--brand-primary); outline-offset: 3px; border-radius: 6px; }
.skip-link { position: absolute; left: 8px; top: -60px; background: var(--brand-dark); color: #fff; padding: 10px 14px; border-radius: 8px; z-index: 100; }
.skip-link:focus { top: 8px; }

/* ---------- 3. Botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: .8em 1.4em; border-radius: 999px; border: 2px solid transparent;
  font-weight: 700; letter-spacing: .02em; text-transform: uppercase; font-size: .9rem;
  text-decoration: none; line-height: 1.1; transition: background .15s, color .15s, border-color .15s, transform .15s;
  min-height: 44px;
}
.btn:active { transform: translateY(1px); }
.btn-lg { font-size: 1rem; padding: 1em 2em; }
.btn-sm { font-size: .8rem; padding: .6em 1.1em; min-height: 40px; }
.btn-block { width: 100%; }
.btn-primary { background: var(--brand-primary); color: #fff; }
.btn-primary:hover { background: var(--brand-secondary); }
.btn-outline { background: transparent; border-color: var(--line); color: var(--brand-dark); }
.btn-outline:hover { border-color: var(--brand-primary); color: var(--brand-secondary); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; }
.btn-whatsapp:hover { background: var(--whatsapp-dark); }
.btn-whatsapp .icon { width: 1.35em; height: 1.35em; }
.btn-ghost { background: var(--brand-light); color: var(--brand-dark); }
.btn-ghost:hover { background: var(--accent-soft); color: var(--brand-secondary); }
.btn[aria-disabled="true"], .btn:disabled { opacity: .45; cursor: not-allowed; pointer-events: none; }
.link-btn { background: none; border: 0; padding: 0; color: var(--brand-secondary); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 4. Header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.92); backdrop-filter: saturate(150%) blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; }
.brand img { width: auto; height: 48px; }
@media (max-width: 480px) { .brand img { height: 36px; } }
.btn-favs {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px;
  border: 1.5px solid var(--line); background: #fff; font-weight: 600; font-size: .9rem; min-height: 44px;
  transition: border-color .15s, background .15s;
}
.btn-favs:hover { border-color: var(--brand-primary); }
.btn-favs .icon { color: var(--brand-primary); }
.btn-favs__count { min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: var(--brand-primary); color: #fff; font-size: .75rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
@media (max-width: 480px) { .btn-favs__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); } .btn-favs { padding: 8px 12px; } }

/* ---------- 5. Hero ---------- */
.hero { background: var(--brand-dark); color: #fff; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; top: -20%; right: -10%; width: 60vw; max-width: 860px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(19,186,178,.32), transparent 62%); pointer-events: none; }
.hero-logo { position: absolute; right: var(--gutter); top: 50%; transform: translateY(-50%); width: clamp(200px, 30vw, 420px); height: auto; opacity: .95; filter: drop-shadow(0 0 40px rgba(19,186,178,.35)); pointer-events: none; }
@media (max-width: 767px) { .hero-logo { position: static; transform: none; width: 132px; margin-bottom: 26px; display: block; } .hero::before { top: -10%; right: -30%; width: 90vw; } }
.hero-inner { position: relative; padding-block: clamp(56px, 9vw, 120px); }
.hero-inner > * { max-width: 640px; }
@media (min-width: 768px) { .hero-inner > *:not(.hero-logo) { max-width: min(640px, 58%); } }
.hero-kicker { display: inline-block; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 20px; }
.hero-title { display: flex; flex-direction: column; line-height: .95; letter-spacing: -.02em; margin-bottom: 24px; }
.hero-title__outlet { font-size: clamp(64px, 13vw, 132px); font-weight: 800; }
.hero-title__brand { font-size: clamp(18px, 3.2vw, 30px); font-weight: 500; letter-spacing: .22em; color: var(--brand-primary); margin-top: 10px; }
.hero-lead { font-size: clamp(20px, 3vw, 28px); font-weight: 600; line-height: 1.25; margin-bottom: 10px; }
.hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.75); margin-bottom: 30px; }
.hero-note { margin-top: 18px; font-size: .9rem; color: rgba(255,255,255,.6); }

/* ---------- 6. Filtros ---------- */
.filters { position: sticky; top: 64px; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); padding-block: 14px 12px; scroll-margin-top: 64px; }
.filters-top { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.search { flex: 1; min-width: 0; display: flex; align-items: center; gap: 8px; padding: 0 14px; border: 1.5px solid var(--line); border-radius: 999px; background: var(--brand-light); min-height: 44px; color: var(--text-muted); }
.search:focus-within { border-color: var(--brand-primary); background: #fff; }
.search input { flex: 1; min-width: 0; border: 0; background: transparent; font: inherit; color: var(--text); outline: none; }
.search input::-webkit-search-cancel-button { -webkit-appearance: none; }
.chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; white-space: nowrap;
  border: 1.5px solid var(--line); background: #fff; font-size: .85rem; font-weight: 600; color: var(--brand-dark);
  min-height: 38px; transition: background .15s, border-color .15s, color .15s;
}
.chip:hover { border-color: var(--brand-primary); }
.chip.is-active, .chip[aria-pressed="true"] { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
@media (max-width: 420px) { .chip-toggle__pre { display: none; } }
.chip-toggle .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--available); }
.chip-toggle[aria-pressed="true"] { background: var(--accent-soft); border-color: var(--brand-primary); color: var(--brand-secondary); }
.chips { display: flex; gap: 8px; align-items: center; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: 2px; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); }
.chips::-webkit-scrollbar { display: none; }
.chips-sep { width: 1px; height: 22px; background: var(--line); flex: none; margin-inline: 4px; }
@media (min-width: 900px) { .chips { flex-wrap: wrap; overflow: visible; margin-inline: 0; padding-inline: 0; } }

/* ---------- 7. Catálogo / grid ---------- */
.catalog { padding-block: 22px 56px; }
.catalog-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.catalog-count { font-size: .9rem; color: var(--text-muted); }
.grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 640px)  { .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; } }
@media (min-width: 1024px) { .grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; } }

.card { display: flex; flex-direction: column; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); overflow: hidden; transition: border-color .15s, box-shadow .15s; }
.card:hover { border-color: #d5d9dc; box-shadow: var(--shadow-soft); }
.card-media { position: relative; background: var(--brand-light); }
.card-link { display: block; width: 100%; padding: 0; border: 0; background: transparent; }
.card-img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: var(--brand-light); }
.card-body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 2px; flex: 1; }
.product-brand { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); font-weight: 700; }
.card-title { font-size: 1rem; font-weight: 700; line-height: 1.25; }
.product-code { font-size: .8rem; color: var(--text-muted); }
.card-cta { margin-top: 12px; align-self: flex-start; }
@media (max-width: 640px) {
  .card-body { padding: 10px 12px 12px; }
  .card-cta { width: 100%; }
  .card-img { padding: 30px 6px 6px; }
  .badge { top: 8px; left: 8px; padding: 4px 8px; font-size: .62rem; }
  .fav-btn { width: 34px; height: 34px; top: 6px; right: 6px; }
  .fav-btn .icon { width: 17px; height: 17px; }
  .search input::placeholder { font-size: .9rem; }
}

.card.is-soldout .card-media { opacity: .55; filter: grayscale(.6); }
.card.is-soldout .card-body { opacity: .7; }
.card.is-reserved .card-media { opacity: .9; }

/* Badges de estado */
.badge { position: absolute; top: 10px; left: 10px; display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; background: #fff; color: var(--brand-dark); box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.badge--disponible { color: var(--available); }
.badge--reservado { color: var(--reserved); }
.badge--agotado { color: var(--soldout); }
.modal .badge { position: static; align-self: flex-start; margin-bottom: 14px; background: var(--brand-light); box-shadow: none; }

/* Corazón */
.fav-btn { position: absolute; top: 8px; right: 8px; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(255,255,255,.92); color: #9aa1a7; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 1px 3px rgba(0,0,0,.08); transition: color .15s, transform .15s; }
.fav-btn .icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linejoin: round; }
.fav-btn:hover { color: var(--brand-primary); }
.fav-btn[aria-pressed="true"] { color: #e0245e; }
.fav-btn[aria-pressed="true"] .icon { fill: currentColor; }
.fav-btn.pop { transform: scale(1.18); }
.fav-btn--lg { position: static; width: 46px; height: 46px; background: var(--brand-light); box-shadow: none; flex: none; }

/* Vacío / error */
.empty, .load-error { text-align: center; padding: 48px 16px; color: var(--text-muted); }
.empty-title { font-weight: 700; color: var(--brand-dark); font-size: 1.1rem; margin-bottom: 6px; }

/* ---------- 8. Cierre + footer ---------- */
.closing { background: var(--accent-soft); }
.closing-inner { text-align: center; padding-block: clamp(48px, 7vw, 80px); max-width: 640px; }
.closing-title { font-size: clamp(28px, 4.5vw, 40px); font-weight: 800; letter-spacing: -.02em; margin-bottom: 10px; }
.closing-text { color: var(--text-muted); font-size: 1.05rem; margin-bottom: 26px; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { padding-block: 36px 110px; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.footer-logo { height: 36px; width: auto; }
.footer-slogan { font-size: 1.05rem; font-weight: 700; color: var(--brand-secondary); letter-spacing: -.01em; margin-top: -2px; }
.footer-contact { font-style: normal; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin-top: 6px; }
.footer-line { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-size: .95rem; font-weight: 600; min-height: 44px; }
.footer-line .icon { color: var(--brand-secondary); }
.footer-line:hover { color: var(--brand-secondary); }
.footer-social { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.footer-social a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--line); text-decoration: none; font-size: .9rem; font-weight: 600; color: var(--text); min-height: 44px; transition: border-color .15s, color .15s; }
.footer-social a:hover { border-color: var(--brand-primary); color: var(--brand-secondary); }
.footer-social .icon { color: var(--brand-secondary); }
.footer-note { font-size: .85rem; font-weight: 600; color: var(--text-muted); letter-spacing: .04em; text-transform: uppercase; }
.footer-legal { font-size: .8rem; color: var(--text-muted); max-width: 520px; margin-top: 6px; }

/* ---------- 9. Botón flotante WhatsApp ---------- */
.fab-whatsapp {
  position: fixed; right: 16px; bottom: 16px; z-index: 35;
  display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px 12px 14px; border-radius: 999px;
  background: var(--whatsapp); color: #fff; font-weight: 700; font-size: .95rem; text-decoration: none;
  box-shadow: 0 6px 20px rgba(37,211,102,.35); transition: background .15s, transform .15s;
}
.fab-whatsapp:hover { background: var(--whatsapp-dark); transform: translateY(-1px); }
.fab-whatsapp .icon { width: 26px; height: 26px; }
@media (max-width: 480px) { .fab-whatsapp { right: 12px; bottom: 12px; padding: 12px 16px 12px 12px; font-size: .9rem; } }

/* ---------- 10. Modal (ficha de producto) ---------- */
dialog { border: 0; padding: 0; color: inherit; }
dialog::backdrop { background: rgba(20, 26, 30, .55); backdrop-filter: blur(2px); }
.modal { width: 100%; max-width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0; background: #fff; border-radius: 0; overflow: hidden; }
.modal[open] { display: flex; }
.modal-inner { position: relative; display: flex; flex-direction: column; width: 100%; min-width: 0; max-height: 100dvh; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.modal-close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(255,255,255,.95); color: var(--brand-dark); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 1px 4px rgba(0,0,0,.12); }
.modal-close--static { position: static; box-shadow: none; background: var(--brand-light); }
.modal-close:hover { background: var(--accent-soft); color: var(--brand-secondary); }

.modal-gallery { position: relative; background: var(--brand-light); flex: none; min-width: 0; width: 100%; }
.gallery-track { display: flex; width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track img { flex: 0 0 100%; width: 100%; min-width: 0; aspect-ratio: 4 / 3; object-fit: contain; scroll-snap-align: center; background: var(--brand-light); }
.gallery-dots { position: absolute; bottom: 10px; left: 0; right: 0; display: flex; justify-content: center; gap: 6px; }
.gallery-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(28,34,38,.25); transition: background .15s, transform .15s; }
.gallery-dots span.is-active { background: var(--brand-primary); transform: scale(1.25); }
.gallery-dots:has(span:only-child) { display: none; }

.modal-body { padding: 20px var(--gutter) 28px; display: flex; flex-direction: column; }
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.modal-title { font-size: clamp(22px, 3vw, 30px); font-weight: 800; letter-spacing: -.01em; line-height: 1.15; }
.modal-desc { color: var(--text); margin-bottom: 16px; }
.specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; margin-bottom: 18px; padding: 14px 16px; background: var(--brand-light); border-radius: var(--radius-sm); }
.specs div { min-width: 0; }
.specs dt { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); font-weight: 700; }
.specs dd { font-weight: 600; font-size: .95rem; }
.price-note { font-weight: 700; color: var(--accent); font-size: .95rem; margin-bottom: 12px; }
.modal-cta { display: flex; flex-direction: column; gap: 10px; }
.modal-cta .btn { width: 100%; }
.cta-note { text-align: center; font-size: .85rem; color: var(--text-muted); }
.status-msg { padding: 12px 14px; border-radius: var(--radius-sm); font-size: .95rem; font-weight: 600; text-align: center; }
.status-msg--reservado { background: #fff1e3; color: #a04f00; }
.status-msg--agotado { background: #f1f2f3; color: var(--text-muted); }

@media (min-width: 768px) {
  .modal { width: min(calc(100vw - 40px), 980px); max-width: 980px; height: fit-content; border-radius: 20px; max-height: calc(100dvh - 40px); margin: auto; }
  .modal-body { padding: 28px 32px 32px 28px; }
  .modal-head { padding-right: 44px; }
  .modal-close { top: 30px; right: 24px; }
  .modal-inner { flex-direction: row; max-height: calc(100dvh - 40px); overflow: hidden; }
  .modal-gallery { flex: 0 0 52%; display: flex; flex-direction: column; justify-content: center; }
  .modal-body { flex: 1; overflow-y: auto; }
  .modal-close { background: rgba(255,255,255,.95); }
}

/* ---------- 11. Drawer (mis elegidos) ---------- */
.drawer { width: min(100vw, 440px); max-width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0 0 0 auto; background: #fff; }
.drawer-inner { display: flex; flex-direction: column; height: 100%; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 16px var(--gutter); border-bottom: 1px solid var(--line); }
.drawer-title { font-size: 1.3rem; font-weight: 800; }
.drawer-list { flex: 1; overflow-y: auto; padding: 8px var(--gutter); }
.fav-item { display: grid; grid-template-columns: 84px 1fr auto; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.fav-item img { width: 84px; aspect-ratio: 4/3; object-fit: contain; background: var(--brand-light); border-radius: 8px; }
.fav-item__open { text-align: left; background: none; border: 0; padding: 0; min-width: 0; }
.fav-item__open .card-title { font-size: .95rem; }
.fav-item__remove { width: 36px; height: 36px; border-radius: 50%; border: 0; background: var(--brand-light); color: var(--text-muted); display: inline-flex; align-items: center; justify-content: center; }
.fav-item__remove:hover { color: #e0245e; }
.fav-item__remove .icon { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.drawer-empty { padding: 40px var(--gutter); text-align: center; }
.drawer-foot { padding: 14px var(--gutter) 20px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; text-align: center; }

/* ---------- 12. Navegación del sitio ---------- */
.header-inner { gap: 20px; }
.site-nav { display: flex; align-items: center; gap: 4px; margin-left: 8px; margin-right: auto; }
.site-nav a { padding: 8px 14px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .95rem; color: var(--text); min-height: 40px; display: inline-flex; align-items: center; transition: background .15s, color .15s; }
.site-nav a:hover { background: var(--brand-light); color: var(--brand-secondary); }
.site-nav a[aria-current="page"] { background: var(--brand-dark); color: #fff; }
.site-nav .nav-outlet { color: var(--accent); }
.site-nav .nav-outlet[aria-current="page"] { background: var(--accent); color: #fff; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; align-items: center; justify-content: center; }
.nav-toggle .icon { width: 22px; height: 22px; fill: none; }
@media (max-width: 720px) {
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 4px; margin: 0; padding: 10px var(--gutter) 14px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(20,30,40,.08); display: none; }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 46px; font-size: 1rem; }
  .nav-toggle { display: inline-flex; }
}

/* ---------- 13. Inicio ---------- */
.hero-title--home { margin-bottom: 18px; }
.hero-title__home { font-size: clamp(44px, 8vw, 84px); font-weight: 800; line-height: 1; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }
.btn-outlet { background: var(--accent); color: #fff; }
.btn-outlet:hover { background: #e06c00; }
.btn-tag { font-size: .7rem; font-weight: 600; letter-spacing: .06em; opacity: .85; text-transform: none; padding-left: 2px; }
.hero--home .hero-sub { max-width: 520px; }

.outlet-banner { background: var(--accent); color: #fff; }
.outlet-banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 28px; flex-wrap: wrap; }
.outlet-banner__kicker { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; opacity: .9; margin-bottom: 4px; }
.outlet-banner__title { font-size: clamp(22px, 3vw, 30px); font-weight: 800; letter-spacing: -.01em; }
.outlet-banner__lead { opacity: .92; max-width: 560px; margin-top: 4px; }
.outlet-banner .btn-primary { background: var(--brand-dark); }
.outlet-banner .btn-primary:hover { background: #123f47; }

.section { padding-block: clamp(48px, 7vw, 88px); }
.section--soft { background: var(--brand-light); }
.section-kicker { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--brand-secondary); font-weight: 700; margin-bottom: 8px; }
.section-title { font-size: clamp(26px, 4vw, 38px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; margin-bottom: 14px; }
.section-text { color: var(--text-muted); max-width: 640px; margin-bottom: 18px; }

.services { display: grid; gap: 16px; grid-template-columns: 1fr; margin-top: 26px; }
@media (min-width: 600px) { .services { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .services { grid-template-columns: repeat(3, 1fr); } }
.service { padding: 22px 22px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; position: relative; overflow: hidden; }
.service::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--brand-primary); }
.service h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 6px; }
.service p { color: var(--text-muted); font-size: .95rem; }

.insurances { list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.insurances li { padding: 8px 14px; border-radius: 999px; background: #fff; border: 1.5px solid var(--line); font-weight: 600; font-size: .9rem; }

.location { display: grid; gap: 32px; align-items: center; grid-template-columns: 1fr; }
@media (min-width: 900px) { .location { grid-template-columns: 1.1fr .9fr; } }
.location__address { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1.05rem; margin-bottom: 10px; }
.location__address .icon { color: var(--brand-secondary); }
.hours { list-style: none; margin: 0 0 20px; padding: 0; color: var(--text-muted); display: grid; gap: 4px; }
.location__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.location__visual { display: none; }
@media (min-width: 900px) { .location__visual { display: flex; justify-content: center; align-items: center; background: var(--brand-light); border-radius: var(--radius); padding: 40px; } .location__visual img { width: 60%; height: auto; opacity: .9; } }

/* ---------- 14. Catálogo de temporada ---------- */
.hero-title__season { font-size: clamp(38px, 7vw, 72px); font-weight: 800; line-height: 1; }

/* ---------- 15. Outlet cerrado ---------- */
.closed { background: var(--brand-dark); color: #fff; }
.closed-inner { text-align: center; padding-block: clamp(56px, 9vw, 110px); max-width: 640px; }
.closed-logo { width: 160px; height: auto; margin: 0 auto 22px; }
.closed .hero-kicker { color: var(--accent); }
.closed-title { font-size: clamp(34px, 6vw, 56px); font-weight: 800; letter-spacing: -.02em; margin-bottom: 12px; }
.closed-text { color: rgba(255,255,255,.75); margin-bottom: 28px; font-size: 1.05rem; }
.closed-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.closed .btn-ghost { background: rgba(255,255,255,.1); color: #fff; }
.closed .btn-ghost:hover { background: rgba(255,255,255,.18); color: #fff; }
