/* ===================================================================
   FOSSIL NATURA — MAIN STYLES
   Base global + capa visual v3 (home, colecciones y páginas interiores)
   
   Fuentes: Cormorant Garamond · Outfit · IBM Plex Sans · IBM Plex Mono
   =================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Outfit:wght@200;300;400;500;600&family=IBM+Plex+Mono:wght@300;400;500&family=IBM+Plex+Sans:wght@300;400;500;600&display=swap');

:root {
  /* — Palette — */
  --c-bg:          #f6f6f4;       /* warm off-white */
  --c-surface:     #ffffff;
  --c-dark:        #0c0c0c;       /* near-black */
  --c-mid:         #1a1a1a;
  --c-ink:         #111111;       /* body text */
  --c-muted:       #444444;
  --c-faint:       #777777;
  --c-border:      #e4e4e0;
  --c-border-dark: #2a2a2a;
  --c-footer:      #0c0c0c;

  /* Grays */
  --g1: #1e1e1e;
  --g2: #333333;
  --g3: #555555;
  --g4: #888888;
  --g5: #cccccc;
  --g6: #e8e8e8;

  /* — Typography — */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Outfit', system-ui, sans-serif;

  /* — Spacing — */
  --s-xs:  0.5rem;
  --s-sm:  1rem;
  --s-md:  2rem;
  --s-lg:  4.5rem;
  --s-xl:  8rem;

  /* — Motion — */
  --ease:  cubic-bezier(0.4, 0, 0.2, 1);
  --t:     0.28s var(--ease);
  --t-slow:0.55s var(--ease);

  /* — Shadows — */
  --sh-sm: 0 1px 8px rgba(0,0,0,0.05);
  --sh-md: 0 6px 24px rgba(0,0,0,0.08);
  --sh-lg: 0 16px 48px rgba(0,0,0,0.12);

  /* ── ALIASES DE COMPATIBILIDAD (páginas interiores) ─────────────
     Mantienen los nombres antiguos apuntando a los nuevos valores
     para que catalogo.css, empresa.css, contacto.css, etc.
     sigan funcionando sin modificaciones.                        */
  --color-bg:           var(--c-bg);
  --color-surface:      var(--c-surface);
  --color-text:         var(--c-ink);
  --color-text-muted:   var(--c-muted);
  --color-text-faint:   var(--g4);
  --color-dark:         var(--c-dark);
  --color-mid:          var(--c-mid);
  --color-grey1:        var(--g1);
  --color-grey2:        var(--g2);
  --color-grey3:        var(--g3);
  --color-grey4:        var(--g4);
  --color-grey5:        var(--g5);
  --color-border:       var(--c-border);
  --color-border-strong:var(--c-border-dark);
  --color-footer-bg:    var(--c-footer);
  --transition:         var(--t);
}

/* ── RESET ───────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--c-bg);
  color: var(--c-ink);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img  { max-width: 100%; height: auto; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }
::selection { background: var(--c-ink); color: #fff; }

/* ── SCROLLBAR ────────────────────────────────────────────────────── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--c-bg); }
::-webkit-scrollbar-thumb { background: var(--g5); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--g4); }

/* ── TOP BAR ─────────────────────────────────────────────────────── */
.topbar {
  background: var(--c-dark);
  color: rgba(255,255,255,0.55);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  padding: 0.5rem 2.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  font-weight: 400;
  font-family: var(--font-body);
  border-bottom: 1px solid #1a1a1a;
}
.topbar a { color: rgba(255,255,255,0.65); transition: color var(--t); }
.topbar a:hover { color: white; }
.topbar span { color: rgba(255,255,255,0.25); }

/* ── HEADER ─────────────────────────────────────────────────────── */
.site-header {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--c-border);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow var(--t);
}
.site-header.scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,0.07);
}

.nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.site-logo img {
  height: 38px;
  width: auto;
  transition: opacity var(--t);
}
.site-logo:hover img { opacity: 0.7; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 3rem;
  height: 100%;
}
/* El li del dropdown se estira a toda la altura del nav para que
   top:100% del dropdown quede en el borde inferior del header */
.nav-dropdown {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
/* Chevron SVG en línea con el texto — más fiable que el carácter ▾
   que tiene métricas tipográficas variables según la fuente. */
.nav-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nav-dropdown > a .nav-chev {
  width: 8px;
  height: 8px;
  display: inline-block;
}
.nav-links a {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--g1);
  transition: color var(--t);
  position: relative;
  padding-bottom: 2px;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1px;
  background: var(--c-ink);
  transition: width var(--t-slow);
}
.nav-links a:hover { color: var(--c-ink); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--c-ink); }

/* Dropdown */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  min-width: 220px;
  box-shadow: var(--sh-md);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t), transform var(--t);
  padding: 1.2rem 0 0.5rem;
}
.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.dropdown-menu a {
  display: block;
  padding: 0.7rem 1.6rem;
  font-size: 0.67rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--g3);
  transition: color var(--t), background var(--t);
  font-weight: 400;
}
.dropdown-menu a::after { display: none !important; }
.dropdown-menu a:hover { color: var(--c-ink); background: var(--c-bg); }

/* Nav CTA pill */
.nav-cta {
  border: 1px solid var(--c-ink) !important;
  padding: 0.5rem 1.6rem !important;
  color: var(--c-ink) !important;
  font-size: 0.67rem !important;
  letter-spacing: 0.2em !important;
  font-weight: 400 !important;
  transition: background var(--t), color var(--t), border-color var(--t) !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
  background: var(--c-dark) !important;
  color: white !important;
  border-color: var(--c-dark) !important;
}

/* Mobile toggle */
.nav-toggle {
  display: none;
  background: none; border: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px; padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--c-ink);
  transition: var(--t);
}
.nav-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── PAGE HERO (interior pages) ────────────────────────────────── */
.page-hero {
  background: var(--c-dark);
  padding: 6rem 2.5rem 5rem;
  border-bottom: 1px solid var(--g1);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}
.page-hero-content { text-align: center; position: relative; }
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  font-weight: 300;
  color: white;
  letter-spacing: 0.04em;
  line-height: 1.05;
  margin-bottom: 0.75rem;
}
.page-hero p {
  color: var(--g4);
  font-size: 0.68rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 300;
}
.breadcrumb {
  display: flex; align-items: center; justify-content: center;
  gap: 0.75rem;
  font-size: 0.68rem;
  color: var(--g3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 2rem;
  position: relative;
}
.breadcrumb a { color: var(--g3); transition: color var(--t); }
.breadcrumb a:hover { color: rgba(255,255,255,0.6); }
.breadcrumb span { color: var(--g2); }

/* ── LAYOUT ─────────────────────────────────────────────────────── */
.section    { padding: var(--s-xl) 2.5rem; }
.section-sm { padding: var(--s-lg) 2.5rem; }
.container  { max-width: 1400px; margin: 0 auto; }
.container-narrow { max-width: 860px; margin: 0 auto; }

/* ── TYPOGRAPHY TOKENS ──────────────────────────────────────────── */
.section-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--g4);
  font-weight: 400;
  margin-bottom: 1rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.08;
  color: var(--c-ink);
  letter-spacing: 0.015em;
}
.section-title em {
  font-style: italic;
  color: var(--g3);
}
.section-body {
  color: var(--c-muted);
  font-size: 0.92rem;
  line-height: 1.95;
  margin-top: 1.5rem;
  font-weight: 300;
  max-width: 58ch;
}
.divider {
  width: 32px; height: 1px;
  background: var(--g5);
  margin: 1.75rem 0;
}

/* ── BUTTONS ────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 2.4rem;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background var(--t), color var(--t), border-color var(--t), transform var(--t);
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: currentColor;
  opacity: 0;
  transition: opacity var(--t);
}
.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--c-dark);
  color: white;
  border-color: var(--c-dark);
}
.btn-primary:hover {
  background: transparent;
  color: var(--c-dark);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--c-ink);
  border-color: var(--c-ink);
}
.btn-outline:hover {
  background: var(--c-dark);
  color: white;
  border-color: var(--c-dark);
}

.btn-outline-white {
  background: transparent;
  color: white;
  border-color: rgba(255,255,255,0.28);
}
.btn-outline-white:hover {
  background: white;
  color: var(--c-dark);
  border-color: white;
}

/* ── FOOTER ─────────────────────────────────────────────────────── */
.site-footer {
  background: var(--c-footer);
  padding: 5rem 2.5rem 2rem;
}
.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: var(--s-lg);
  padding-bottom: var(--s-md);
  border-bottom: 1px solid #242424;
}
.footer-brand .footer-logo {
  height: 32px;
  margin-bottom: 1.75rem;
  filter: brightness(0) invert(1) opacity(.8);
  transition: filter var(--t);
}
.footer-brand .footer-logo:hover { filter: brightness(0) invert(1) opacity(1); }
.footer-brand p {
  font-size: 0.92rem;
  color: rgba(255,255,255,.55);
  line-height: 1.9;
  max-width: 280px;
  font-weight: 300;
}
.footer-col h4 {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  margin-bottom: 1.4rem;
  font-weight: 500;
  font-family: var(--font-body);
}
.footer-col a {
  display: block;
  font-size: 0.92rem;
  color: rgba(255,255,255,.55);
  margin-bottom: 0.65rem;
  transition: color var(--t);
  font-weight: 300;
}
.footer-col a:hover { color: rgba(255,255,255,.95); }
.footer-contact p {
  font-size: 0.92rem;
  color: rgba(255,255,255,.55);
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.7;
}
.footer-contact a {
  color: rgba(255,255,255,.55) !important;
  transition: color var(--t);
}
.footer-contact a:hover {
  color: rgba(255,255,255,.95) !important;
}
.footer-bottom {
  max-width: 1400px;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: rgba(255,255,255,.35);
  font-weight: 300;
  letter-spacing: 0.04em;
}
.footer-legal { display: flex; gap: 1.75rem; }
.footer-legal a {
  color: rgba(255,255,255,.4);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color var(--t);
  font-weight: 400;
}
.footer-legal a:hover { color: rgba(255,255,255,.85); }

.footer-social { display: flex; gap: 2rem; }
.footer-social a {
  color: rgba(255,255,255,.4);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color var(--t);
  font-weight: 400;
}
.footer-social a:hover { color: rgba(255,255,255,.85); }

/* ── REVEAL ANIMATIONS ──────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal-stagger.visible > *:nth-child(1) { opacity:1; transform:none; transition-delay: 0s; }
.reveal-stagger.visible > *:nth-child(2) { opacity:1; transform:none; transition-delay: 0.1s; }
.reveal-stagger.visible > *:nth-child(3) { opacity:1; transform:none; transition-delay: 0.2s; }
.reveal-stagger.visible > *:nth-child(4) { opacity:1; transform:none; transition-delay: 0.3s; }

/* ── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: var(--s-md); }
}
/* ── NAV: hamburger a partir de 960px ─────────────────────────────────── */
@media (max-width: 960px) {
  /* El menú se expande dentro del header sticky */
  .site-header { overflow: visible; }

  .nav-inner {
    flex-wrap: wrap;
    height: auto;
    min-height: 68px;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* Logo y toggle se centran verticalmente en los primeros 68px */
  .site-logo {
    height: 68px;
    display: flex;
    align-items: center;
  }
  .nav-toggle {
    display: flex;
    height: 68px;
    align-items: center;
  }

  /* Resetear nav-dropdown para menú vertical */
  .nav-dropdown {
    height: auto;
    display: block;
    align-items: initial;
  }

  /* El menú ocupa toda la anchura y fluye debajo del logo/toggle */
  .nav-links {
    display: none;
    width: 100%;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 0.5rem 0 2rem;
    gap: 0;
    background: var(--c-surface);
    border-top: 1px solid var(--c-border);
  }
  .nav-links.open { display: flex; }

  .nav-links li {
    width: 100%;
    border-bottom: 1px solid var(--c-border);
  }
  .nav-links a {
    display: block;
    padding: 1rem 0.25rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: var(--c-ink);
    font-weight: 400;
  }
  .nav-links a::after { display: none; }
  .nav-cta {
    border: none !important;
    padding: 1rem 0.25rem !important;
    font-size: 1rem !important;
    color: var(--c-ink) !important;
    background: none !important;
    letter-spacing: 0.1em !important;
  }

  .dropdown-menu {
    position: static; transform: none; box-shadow: none;
    border: none; background: var(--c-bg);
    opacity: 1; pointer-events: auto;
    padding: 0.25rem 0 0.75rem 1rem;
  }
  .dropdown-menu a {
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    padding: 0.6rem 0;
    color: var(--c-muted);
    border: none;
  }
}

/* ── GENERAL MOBILE: layout, footer, hero ─────────────────────────────── */
@media (max-width: 768px) {
  :root { --s-xl: 5rem; --s-lg: 3rem; }

  .footer-inner { grid-template-columns: 1fr; gap: var(--s-md); }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }

  /* Padding lateral garantizado en todos los wrappers */
  .v3-wrap {
    padding-left:  20px !important;
    padding-right: 20px !important;
  }

  /* Hero — elementos que colisionan con los botones en mobile */
  .v3-scroll-hint { display: none !important; }
  .v3-hero-inner  { padding-bottom: 36px; }

  /* Botón mute: se convierte en icono pequeño arriba-derecha */
  .v3-hero-mute {
    bottom: auto !important;
    top: 14px;
    right: 14px;
    padding: 0;
    line-height: 1;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .v3-hero-mute svg {
    display: block;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
  }
  /* Ocultar el texto en mobile, mostrar solo el icono */
  .v3-hero-mute .mute-label {
    display: none;
  }
}
@media (max-width: 480px) {
  .section { padding-left: 1.25rem; padding-right: 1.25rem; }
  .section-sm { padding-left: 1.25rem; padding-right: 1.25rem; }
  .nav-inner { padding: 0 1.25rem; }
}


/* ===================================================================
   FOSSIL NATURA — CAPA VISUAL V3
   Home, colecciones y páginas interiores con tipografía editorial
   =================================================================== */

:root {
  /* Tokens v3 — paleta pura, fría */
  --v3-bg:         #ffffff;
  --v3-bg-alt:     #f7f7f7;
  --v3-ink:        #0a0a0a;
  --v3-ink-soft:   #1a1a1a;
  --v3-olive:      #6e6e6e;
  --v3-sand:       #9a9a9a;
  --v3-line:       rgba(10,10,10,.14);
  --v3-line-soft:  rgba(10,10,10,.06);

  --v3-serif:      'Cormorant Garamond', Georgia, serif;
  --v3-sans:       'IBM Plex Sans', ui-sans-serif, system-ui, sans-serif;
  --v3-mono:       'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  --v3-maxw:       1440px;
  --v3-pad-x:      clamp(20px, 4vw, 72px);
}

/* ── Overrides sobre style.css para la home ──────────────────────── */
body.home-v3 {
  background: var(--v3-bg);
  color: var(--v3-ink);
  font-family: var(--v3-sans);
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .005em;
  font-weight: 400;
}

/* Topbar: la home v3 la oculta para arrancar con el vídeo limpio */
body.home-v3 .topbar { display: none !important; }

/* Nav: fondo negro, contenido blanco, sticky — como la maqueta */
body.home-v3 .site-header {
  background: var(--v3-ink) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  position: sticky;
  top: 0;
  z-index: 40;
  color: #fff;
}
body.home-v3 .nav-inner {
  max-width: var(--v3-maxw);
  margin: 0 auto;
  padding: 20px var(--v3-pad-x) !important;
}
body.home-v3 .site-logo img {
  filter: invert(1) brightness(1.1);
}
body.home-v3 .nav-links a {
  font-family: var(--v3-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: rgba(255,255,255,.82) !important;
  text-transform: none !important;
  transition: color .2s;
}
body.home-v3 .nav-links a:hover { color: #fff !important; }
body.home-v3 .nav-cta {
  border: 1px solid rgba(255,255,255,.3) !important;
  background: transparent !important;
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 100px !important;
  text-decoration: none !important;
}
body.home-v3 .nav-cta:hover {
  background: #fff !important;
  color: var(--v3-ink) !important;
}
body.home-v3 .nav-toggle span { background: #fff !important; }

/* Dropdown en nav negro */
body.home-v3 .dropdown-menu {
  background: var(--v3-ink-soft) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
}
body.home-v3 .dropdown-menu a {
  color: rgba(255,255,255,.8) !important;
  border-color: rgba(255,255,255,.08) !important;
}
body.home-v3 .dropdown-menu a:hover {
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
}

/* ── MENÚ MOBILE EN HOME V3 ──────────────────────────────────────
   El header es negro, así que el menú desplegado hereda ese fondo
   y los textos permanecen blancos — sin conflicto de colores.
──────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  /* Safe-area para notch/Dynamic Island */
  body.home-v3 .site-header {
    padding-top: env(safe-area-inset-top, 0px);
  }
  body.home-v3 .nav-inner {
    padding: 0 var(--v3-pad-x) !important;
    min-height: 64px;
    align-items: center !important;
  }
  body.home-v3 .nav-links {
    background: var(--v3-ink) !important;
    border-top: 1px solid rgba(255,255,255,.1) !important;
    padding: 0.5rem 0 2rem !important;
  }
  body.home-v3 .nav-links li {
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
  }
  body.home-v3 .nav-links a {
    color: rgba(255,255,255,.82) !important;
    padding: 1rem 0 !important;
    font-size: 1rem !important;
    letter-spacing: 0.06em !important;
  }
  body.home-v3 .nav-links a:hover {
    color: #fff !important;
  }
  body.home-v3 .nav-cta {
    border: none !important;
    background: none !important;
    color: rgba(255,255,255,.82) !important;
    padding: 1rem 0 !important;
    border-radius: 0 !important;
  }
  body.home-v3 .dropdown-menu {
    background: transparent !important;
    border: none !important;
    border-left: 1px solid rgba(255,255,255,.18) !important;
    margin: 0 0 0.5rem 0.25rem !important;
    padding: 0.25rem 0 0.5rem 1.25rem !important;
  }
  body.home-v3 .dropdown-menu a {
    color: rgba(255,255,255,.55) !important;
    border: none !important;
    font-size: 0.85rem !important;
    padding: 0.5rem 0 !important;
    letter-spacing: 0.04em !important;
  }
  body.home-v3 .dropdown-menu a:hover {
    color: rgba(255,255,255,.9) !important;
    background: transparent !important;
  }
}

/* Helper wrapper */
.v3-wrap {
  max-width: var(--v3-maxw);
  margin: 0 auto;
  padding-left: var(--v3-pad-x);
  padding-right: var(--v3-pad-x);
}

/* ── Tipografía v3 ────────────────────────────────────────────────── */
.v3-display {
  font-family: var(--v3-serif);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .98;
  color: var(--v3-ink);
}
.v3-display .it {
  font-style: italic;
  color: var(--v3-ink-soft);
}
.v3-eyebrow {
  font-family: var(--v3-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--v3-ink);
  opacity: .7;
}
.v3-body {
  font-family: var(--v3-sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--v3-ink);
}
.v3-body-serif {
  font-family: var(--v3-serif);
  font-size: 22px;
  line-height: 1.4;
  color: var(--v3-ink-soft);
  font-weight: 400;
}
.v3-mono {
  font-family: var(--v3-mono);
  font-size: 12px;
  letter-spacing: .04em;
}

/* ── Botones v3 — forma pastilla ─────────────────────────────────── */
.v3-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--v3-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  padding: 14px 26px;
  background: var(--v3-ink);
  color: #fff;
  border: 1px solid var(--v3-ink);
  border-radius: 100px;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.v3-btn:hover { background: var(--v3-ink-soft); }
.v3-btn.ghost {
  background: transparent;
  color: var(--v3-ink);
}
.v3-btn.ghost:hover { background: var(--v3-ink); color: #fff; }
.v3-btn .arrow { display: inline-block; transform: translateY(-1px); }
.v3-btn .arrow::after { content: "→"; }

/* ── Video hero ───────────────────────────────────────────────────── */
.v3-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  min-height: 600px;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.v3-hero-video {
  position: absolute; inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.v3-hero-video iframe {
  position: absolute;
  top: 50%; left: 50%;
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
.v3-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.15) 40%, rgba(0,0,0,.55) 100%);
  z-index: 1; pointer-events: none;
}
.v3-hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--v3-maxw);
  margin: 0 auto;
  height: 100%;
  padding: 0 var(--v3-pad-x);
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: end;
  padding-bottom: 56px;
}
.v3-hero-headline {
  font-family: var(--v3-serif);
  font-weight: 300;
  font-size: clamp(44px, 6.5vw, 104px);
  line-height: .98;
  letter-spacing: -.025em;
  color: #fff;
  max-width: 18ch;
  text-wrap: pretty;
  margin: 0;
}
.v3-hero-headline .it {
  font-style: italic;
  color: rgba(255,255,255,.82);
}
.v3-hero-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: end;
  padding-top: 32px;
}
.v3-hero-bottom p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.55;
  max-width: 42ch;
}
.v3-hero-actions { display: flex; gap: 10px; }
.v3-hero .v3-btn { background: rgba(255,255,255,.95); color: #000; border-color: rgba(255,255,255,.95); }
.v3-hero .v3-btn:hover { background: #fff; border-color: #fff; }
.v3-hero .v3-btn.ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.v3-hero .v3-btn.ghost:hover { background: rgba(255,255,255,.15); border-color: #fff; }

/* Mute toggle — discreto, abajo-derecha */
.v3-hero-mute {
  position: absolute;
  bottom: 24px; right: var(--v3-pad-x);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--v3-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 8px 12px;
  background: rgba(0,0,0,.35);
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background .2s;
  line-height: 1;
}
.v3-hero-mute:hover { background: rgba(255,255,255,.15); }
.v3-hero-mute svg { width: 14px; height: 14px; flex-shrink: 0; }
/* .mute-label es inline por defecto (span) — no redeclarar aquí
   para no machacar el display:none del breakpoint mobile */

/* Scroll hint — "Seguir" + línea animada (de la maqueta) */
.v3-scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-family: var(--v3-mono);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  pointer-events: none;
}
.v3-scroll-hint .line {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.6);
  transform-origin: top;
  animation: v3-scroll-line 2s ease-in-out infinite;
}
@keyframes v3-scroll-line {
  0%, 100% { transform: scaleY(.2); opacity: .3; }
  50%      { transform: scaleY(1);  opacity: 1;  }
}

/* ── Meta row después del vídeo ──────────────────────────────────── */
.v3-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  padding: 56px 0 40px;
  border-bottom: 1px solid var(--v3-line);
}
.v3-meta-item .label {
  font-family: var(--v3-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--v3-olive);
  margin-bottom: 10px;
}
.v3-meta-item .val {
  font-family: var(--v3-sans);
  font-size: 15px;
  color: var(--v3-ink);
  line-height: 1.5;
}

/* ── Intro grande con CTAs ────────────────────────────────────────── */
.v3-intro {
  padding: 120px 0 96px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 72px;
  align-items: end;
  border-bottom: 1px solid var(--v3-line);
}
.v3-intro-headline {
  font-family: var(--v3-serif);
  font-weight: 400;
  font-size: clamp(56px, 9vw, 140px);
  line-height: .92;
  letter-spacing: -.03em;
  color: var(--v3-ink);
  margin: 0;
  text-wrap: pretty;
}
.v3-intro-headline .it { font-style: italic; color: var(--v3-ink-soft); }
.v3-intro-headline .amp {
  font-style: italic;
  font-weight: 300;
  color: var(--v3-olive);
}
.v3-intro-col p {
  font-family: var(--v3-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--v3-ink-soft);
  max-width: 42ch;
  margin: 0 0 28px;
}
.v3-intro-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ── Section head (eyebrow + título + link a la derecha) ─────────── */
.v3-section {
  padding-top: 96px;
  padding-bottom: 96px;
  border-bottom: 1px solid var(--v3-line);
}
.v3-section-head {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 32px;
  align-items: end;
  margin-bottom: 56px;
}
.v3-section-eyebrow {
  font-family: var(--v3-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--v3-olive);
  padding-top: 8px;
}
.v3-section-title {
  font-family: var(--v3-serif);
  font-weight: 300;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.02;
  letter-spacing: -.02em;
  color: var(--v3-ink);
  margin: 0;
  max-width: 20ch;
}
.v3-section-title .it { font-style: italic; }
.v3-section-action {
  font-family: var(--v3-sans);
  font-size: 14px;
  color: var(--v3-ink);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--v3-ink);
  white-space: nowrap;
}
.v3-section-action:hover { opacity: .6; }

/* ── Grid de familias / colecciones (4 tiles) ─────────────────────── */
.v3-collections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
}
.v3-col-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.v3-col-card .ph {
  background: var(--v3-bg-alt);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3-col-card .ph img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease;
}
.v3-col-card:hover .ph img { transform: scale(1.02); }
.v3-col-card-info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.v3-col-card-info h3 {
  font-family: var(--v3-serif);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
  color: var(--v3-ink);
}
.v3-col-card-info .sub {
  font-family: var(--v3-sans);
  font-size: 13px;
  color: var(--v3-olive);
  margin-top: 4px;
}
.v3-col-card-info .tag {
  font-family: var(--v3-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--v3-olive);
}

/* ── Editorial 4 productos ───────────────────────────────────────── */
.v3-editorial {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 32px 24px;
}
.v3-editorial > a:nth-child(1) {
  grid-row: span 2;
}
.v3-editorial > a:nth-child(1) .ph { aspect-ratio: 1 / 1; }
.v3-editorial > a:nth-child(n+2) .ph { aspect-ratio: 1 / 1; }
.v3-editorial a {
  display: block; text-decoration: none; color: inherit;
}
.v3-editorial .ph {
  background: var(--v3-bg-alt);
  overflow: hidden;
  margin-bottom: 14px;
}
.v3-editorial .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.v3-editorial a:hover .ph img { transform: scale(1.03); }
.v3-editorial .cat {
  font-family: var(--v3-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--v3-olive);
  margin-bottom: 4px;
}
.v3-editorial .name {
  font-family: var(--v3-serif);
  font-weight: 400;
  font-size: 22px;
  color: var(--v3-ink);
}

/* ── Stats / cifras ──────────────────────────────────────────────── */
.v3-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
.v3-stat .eyebrow {
  font-family: var(--v3-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--v3-olive);
  margin-bottom: 14px;
}
.v3-stat .num {
  font-family: var(--v3-serif);
  font-weight: 400;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: .95;
  letter-spacing: -.025em;
  color: var(--v3-ink);
}
.v3-stat .num .unit {
  font-size: .4em;
  color: var(--v3-olive);
  margin-left: 6px;
}
.v3-stat p {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--v3-olive);
  max-width: 26ch;
}

/* ── Catalog strip (split oscuro) ─────────────────────────────────── */
.v3-catalog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--v3-ink);
  color: #fff;
}
.v3-catalog .img {
  background: #222;
  min-height: 520px;
}
.v3-catalog .img img { width: 100%; height: 100%; object-fit: cover; }
.v3-catalog .body {
  padding: clamp(40px, 6vw, 80px);
  display: flex; flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.v3-catalog .eyebrow {
  font-family: var(--v3-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
}
.v3-catalog h2 {
  font-family: var(--v3-serif);
  font-weight: 300;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -.02em;
  color: #fff;
  margin: 0;
}
.v3-catalog h2 .it { font-style: italic; color: rgba(255,255,255,.78); }
.v3-catalog p {
  font-size: 15px; line-height: 1.6;
  color: rgba(255,255,255,.72);
  max-width: 42ch;
  margin: 0;
}
.v3-catalog .v3-btn {
  background: #fff; color: var(--v3-ink); border-color: #fff;
}
.v3-catalog .v3-btn:hover { background: rgba(255,255,255,.9); }
.v3-catalog .v3-btn.ghost {
  background: transparent; color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.35);
}
.v3-catalog .v3-btn.ghost:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.6); }

/* ── Noticias 3 cards ─────────────────────────────────────────────── */
.v3-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.v3-news-card { display: block; text-decoration: none; color: inherit; }
.v3-news-card .ph {
  background: var(--v3-bg-alt);
  aspect-ratio: 4 / 3;
  margin-bottom: 18px;
  overflow: hidden;
}
.v3-news-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.v3-news-card:hover .ph img { transform: scale(1.03); }
.v3-news-card .date {
  font-family: var(--v3-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--v3-olive);
  margin-bottom: 8px;
}
.v3-news-card h3 {
  font-family: var(--v3-serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: var(--v3-ink);
  margin: 0 0 10px;
}
.v3-news-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--v3-olive);
  margin: 0 0 12px;
}
.v3-news-card .read {
  font-size: 12px;
  color: var(--v3-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── CTA final ───────────────────────────────────────────────────── */
.v3-cta {
  padding: 128px 0 120px;
  text-align: left;
  max-width: 1000px;
}
.v3-cta .eyebrow {
  font-family: var(--v3-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--v3-olive);
  margin-bottom: 28px;
}
.v3-cta h2 {
  font-family: var(--v3-serif);
  font-weight: 300;
  font-size: clamp(44px, 5.5vw, 88px);
  line-height: 1;
  letter-spacing: -.025em;
  color: var(--v3-ink);
  margin: 0 0 40px;
}
.v3-cta h2 .it { font-style: italic; }
.v3-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ===================================================================
   PÁGINA LISTADO DE COLECCIONES — v3
   =================================================================== */

/* Hero editorial de la página (no video, más contenido) */
.v3-page-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--v3-line);
}
.v3-page-hero-grid {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 40px;
  align-items: baseline;
}
.v3-page-hero-num {
  font-family: var(--v3-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--v3-olive);
  padding-top: 20px;
}
.v3-page-hero-title {
  font-family: var(--v3-serif);
  font-weight: 400;
  font-size: clamp(56px, 8vw, 128px);
  line-height: .95;
  letter-spacing: -.03em;
  color: var(--v3-ink);
  margin: 0;
  text-wrap: pretty;
}
.v3-page-hero-title .it { font-style: italic; color: var(--v3-ink-soft); }
.v3-page-hero-title .amp {
  font-style: italic;
  font-weight: 300;
  color: var(--v3-olive);
}
.v3-page-hero-meta {
  font-family: var(--v3-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--v3-olive);
  white-space: nowrap;
}
.v3-page-hero-lede {
  font-family: var(--v3-serif);
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.4;
  color: var(--v3-ink-soft);
  font-weight: 400;
  max-width: 56ch;
  margin: 36px 0 0 180px;
}

/* ── Breadcrumb v3 ─────────────────────────────────────────────── */
.v3-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 0 180px;
  font-family: var(--v3-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--v3-sand);
}
.v3-breadcrumb a {
  color: var(--v3-olive);
  text-decoration: none;
  transition: color .2s;
}
.v3-breadcrumb a:hover { color: var(--v3-ink); }
.v3-breadcrumb span   { color: var(--v3-sand); }

/* ── Grid asimétrico de colecciones (12-col, spans irregulares) ── */
.v3-collections-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px 32px;
  padding: 96px 0;
  border-bottom: 1px solid var(--v3-line);
}
.v3-coll {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.v3-coll .ph {
  background: var(--v3-bg-alt);
  overflow: hidden;
  width: 100%;
  position: relative;
}
.v3-coll .ph img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.v3-coll:hover .ph img { transform: scale(1.02); }
.v3-coll .ph-label {
  position: absolute;
  bottom: 14px; left: 14px;
  font-family: var(--v3-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  background: rgba(0,0,0,.35);
  padding: 6px 10px;
  backdrop-filter: blur(4px);
}

.v3-coll-info {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 20px;
}
.v3-coll-info h3 {
  font-family: var(--v3-serif);
  font-weight: 400;
  font-size: clamp(28px, 2.4vw, 44px);
  line-height: 1.02;
  letter-spacing: -.015em;
  color: var(--v3-ink);
  margin: 0;
}
.v3-coll-info .sub {
  font-family: var(--v3-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--v3-olive);
  margin-top: 8px;
}
.v3-coll-info .tag {
  font-family: var(--v3-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--v3-ink);
  padding: 6px 12px;
  border: 1px solid var(--v3-line);
  border-radius: 100px;
  white-space: nowrap;
}
.v3-coll-info .tag.new {
  background: var(--v3-ink);
  color: #fff;
  border-color: var(--v3-ink);
}

/* ── Pastillas de color en tarjetas de colección ────────────── */
.v3-coll-colors {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
.v3-color-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1.5px solid;
  display: inline-block;
  flex-shrink: 0;
  transition: transform .25s ease;
}
.v3-coll:hover .v3-color-dot { transform: scale(1.2); }

/* Placement asimétrico — patrón repetible cada 4 items */
.v3-coll:nth-child(4n+1) {
  grid-column: 1 / span 7;
  margin-top: 0;
}
.v3-coll:nth-child(4n+1) .ph { aspect-ratio: 16 / 11; }

.v3-coll:nth-child(4n+2) {
  grid-column: 9 / span 4;
  margin-top: 120px;
}
.v3-coll:nth-child(4n+2) .ph { aspect-ratio: 4 / 5; }

.v3-coll:nth-child(4n+3) {
  grid-column: 2 / span 5;
  margin-top: 60px;
}
.v3-coll:nth-child(4n+3) .ph { aspect-ratio: 4 / 3; }

.v3-coll:nth-child(4n) {
  grid-column: 8 / span 5;
  margin-top: 0;
}
.v3-coll:nth-child(4n) .ph { aspect-ratio: 4 / 3; }

/* Responsive — rompe el grid asimétrico a 1 col */
@media (max-width: 960px) {
  .v3-collections-list { grid-template-columns: 1fr; padding: 64px 0; gap: 48px; }
  .v3-coll { grid-column: 1 / -1 !important; margin-top: 0 !important; }
  .v3-coll .ph { aspect-ratio: 4 / 3 !important; }
  /* padding-block preserva el padding horizontal de v3-wrap en el mismo elemento */
  .v3-page-hero { padding-top: 72px; padding-bottom: 48px; }
  .v3-page-hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .v3-page-hero-lede { margin: 24px 0 0; }
  .v3-breadcrumb { margin: 20px 0 0; }
}

/* ── Paginación compartida ───────────────────────────────────────── */
.v3-cat-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 48px 0 96px;
  border-top: 1px solid var(--v3-line);
}
.v3-cat-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  font-family: var(--v3-mono);
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--v3-ink);
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid transparent;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.v3-cat-page:hover { border-color: var(--v3-line); }
.v3-cat-page.is-active {
  background: var(--v3-ink);
  color: #fff;
  border-color: var(--v3-ink);
}
.v3-cat-page.nav {
  color: var(--v3-olive);
  letter-spacing: .12em;
  font-size: 11px;
  text-transform: uppercase;
}
.v3-cat-page.nav:hover { color: var(--v3-ink); }
.v3-cat-page.disabled { opacity: .3; pointer-events: none; }
.v3-cat-page.dots { cursor: default; color: var(--v3-sand); }
.v3-cat-page.dots:hover { border-color: transparent; }

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 960px) {
  .v3-intro { grid-template-columns: 1fr; gap: 32px; padding: 64px 0 48px; }
  /* padding-block preserva el padding horizontal de v3-wrap en el mismo elemento */
  .v3-section { padding-top: 64px; padding-bottom: 64px; }
  .v3-section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; }
  .v3-section-action { justify-self: start; }
  .v3-meta { grid-template-columns: 1fr; gap: 24px; padding: 40px 0 32px; }
  .v3-collections { grid-template-columns: 1fr; gap: 32px; }
  .v3-editorial { grid-template-columns: 1fr; }
  .v3-editorial > a:nth-child(1) { grid-row: auto; }
  .v3-stats { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .v3-catalog { grid-template-columns: 1fr; }
  .v3-catalog .img { min-height: 280px; aspect-ratio: 4/3; }
  .v3-news { grid-template-columns: 1fr; }
  .v3-hero-bottom { grid-template-columns: 1fr; gap: 20px; }
  .v3-cta { padding-top: 80px; padding-bottom: 72px; }
}
