/* SlowBurn® — Brandbook Sopadeletras® Abril 2026
   Sistema tipográfico:
   - Times New Roman (Regular) — Títulos y cuerpo
   - Satoshi (Negrita) — Cuerpo secundario / énfasis inline
   - Roboto Mono (Light) — Subtítulos y etiquetas
   Paleta: Arena · Piel · Sombra · Bronceado · Coral */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@700,500,400&display=swap');

:root {
  --arena: #E8DECA;
  --arena-light: #F0E7D5;
  --arena-soft: #F5EFE0;
  --piel: #C9A476;
  --piel-dark: #B59060;
  --sombra: #3A2A1E;
  --sombra-deep: #2A1E14;
  --bronceado: #8B7B66;
  --coral: #1A1818;
  --bg: #EEEAE0;
  --line: rgba(58,42,30,0.12);
  --muted: #8B7B66;

  --font-serif: 'Times New Roman', 'Tinos', Times, Georgia, serif;
  --font-sans: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'Roboto Mono', 'SF Mono', 'Menlo', monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-serif);
  background: var(--bg);
  color: var(--sombra);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ============ Anti-viudas tipográficas ============ */
/* Headings: balance distribuye las líneas para evitar palabras sueltas */
h1, h2, h3, h4, h5, h6,
.hero-quote, .editorial-quote, .section-title, .pdp-title,
.cat-banner h2, .complete-look h2, .lb-hero h1, .look-title,
.shop-hero h1, .cart-header h1, .modal h2, .empty-cart h2,
.cart-item-name, .card-name {
  text-wrap: balance;
}

/* Párrafos: pretty evita la viuda en la última línea */
p, .hero-sub, .editorial-body, .pdp-subtitle, .modal-q, .modal-desc,
.look-desc, .footer-tag, .lb-hero-sub, .detail-row-body, .card-desc,
.cart-item-opts, .summary-row {
  text-wrap: pretty;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* Satoshi Negrita — used inline for emphasis within Times New Roman blocks */
strong, b, .emph {
  font-family: var(--font-sans);
  font-weight: 700;
}

/* Roboto Mono Light — labels, tags, meta, eyebrows */
.mono {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ============ LOGO (SVG wordmark) ============ */
.logo {
  display: inline-block;
  line-height: 0;
  color: var(--sombra);
}
.logo svg {
  display: block;
  height: 38px;
  width: auto;
  fill: currentColor;
}
.logo-sm svg { height: 24px; }
/* Hide legacy text in case any page still uses text logo */
.logo .reg, .logo .text-logo { display: none; }

/* ============ NAV (logo centered top, menu horizontal below) ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  transition: background .3s ease, border-color .3s ease;
}

/* Transparent nav over hero (used on pages with class="has-hero-nav") */
.has-hero-nav .nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  z-index: 200;
}
.has-hero-nav .nav.scrolled {
  background: var(--bg);
  border-bottom-color: var(--line);
}
.has-hero-nav .nav:not(.scrolled) .logo,
.has-hero-nav .nav:not(.scrolled) .nav-menu-link,
.has-hero-nav .nav:not(.scrolled) .nav-top a,
.has-hero-nav .nav:not(.scrolled) .nav-search,
.has-hero-nav .nav:not(.scrolled) .nav-selector-current {
  color: var(--arena-light);
  transition: color .3s ease;
}
.has-hero-nav .nav:not(.scrolled) .nav-search svg { stroke: var(--arena-light); }
.has-hero-nav .nav:not(.scrolled) .nav-menu {
  border-top-color: rgba(245,239,224,0.20);
}
.has-hero-nav .nav:not(.scrolled) .nav-menu-item:hover .nav-menu-link {
  border-bottom-color: var(--arena-light);
}
/* Soft gradient at top to keep nav readable over light photos */
.has-hero-nav .nav:not(.scrolled)::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,16,16,0.35) 0%, rgba(26,16,16,0.0) 100%);
  pointer-events: none;
  z-index: -1;
}

/* TOP ROW: utilities left, logo centered, account/cart right */
.nav-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 20px 32px 12px;
  max-width: 1800px;
  margin: 0 auto;
  gap: 24px;
}
.nav-top-left {
  display: flex;
  gap: 22px;
  align-items: center;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nav-top-right {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
  align-items: center;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nav-top a:hover, .nav-top button:hover { opacity: 0.6; }
.nav-logo-link { justify-self: center; display: block; }

/* Selectors (lang / currency) */
.nav-selector {
  position: relative;
  cursor: pointer;
  padding: 4px 0;
}
.nav-selector-current {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sombra);
}
.nav-selector-current::after {
  content: '▾';
  font-size: 8px;
  margin-left: 2px;
  opacity: 0.6;
}
.nav-selector-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--arena-soft);
  border: 1px solid var(--line);
  padding: 6px 0;
  min-width: 100px;
  display: none;
  z-index: 50;
  margin-top: 8px;
}
/* Bridge invisible para mantener el hover al cruzar el gap */
.nav-selector-menu::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}
.nav-selector:hover .nav-selector-menu,
.nav-selector.open .nav-selector-menu { display: block; }
.nav-selector-menu button {
  display: block;
  width: 100%;
  padding: 8px 14px;
  text-align: left;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sombra);
  cursor: pointer;
}
.nav-selector-menu button:hover { background: var(--arena); }
.nav-selector-menu button.active { color: var(--sombra); font-weight: 500; }

/* SEARCH icon */
.nav-search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--sombra);
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nav-search svg { width: 13px; height: 13px; }

/* BOTTOM ROW: horizontal menu spanning full width */
.nav-menu {
  border-top: 1px solid var(--line);
  padding: 10px 0;
}
.nav-menu-inner {
  display: flex;
  justify-content: center;
  gap: 42px;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 32px;
  flex-wrap: wrap;
}
.nav-menu-item {
  position: relative;
  padding: 6px 0;
}
.nav-menu-link {
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--sombra);
  letter-spacing: 0.005em;
  display: inline-block;
  padding: 4px 2px;
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
  cursor: pointer;
}
.nav-menu-item.active .nav-menu-link,
.nav-menu-item:hover .nav-menu-link { border-color: var(--sombra); }

/* DROPDOWN */
.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 28px 36px;
  min-width: 240px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s, transform .2s;
  z-index: 60;
  box-shadow: 0 14px 32px rgba(58,42,30,0.10);
}
/* Puente invisible para mantener hover al cruzar el gap entre botón y dropdown.
   El pseudo-element extiende el área de hover del dropdown hacia arriba sin afectar layout. */
.nav-dropdown::before {
  content: '';
  position: absolute;
  top: -18px;
  left: -20px;
  right: -20px;
  height: 20px;
  /* Solo activo cuando el dropdown está visible (pointer-events) */
}
.nav-menu-item:hover .nav-dropdown,
.nav-dropdown.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sombra);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.nav-dropdown a {
  display: block;
  padding: 7px 0;
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--sombra);
  white-space: nowrap;
  transition: opacity .15s;
}
.nav-dropdown a:hover { opacity: 0.55; }

/* Two-column dropdown for SHOP */
.nav-dropdown.two-col {
  min-width: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 44px;
  padding: 28px 40px;
}
.nav-dropdown.two-col .col-section {
  display: flex;
  flex-direction: column;
}
.nav-dropdown.two-col .col-section h5 {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bronceado);
  margin-bottom: 10px;
}
.nav-dropdown.two-col .col-section a { padding: 6px 0; font-size: 15px; }

/* Hamburger button (mobile only) */
.nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--sombra);
  padding: 4px;
}
.nav-hamburger svg { width: 22px; height: 16px; }

/* Drawer (mobile slide-out) */
.nav-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26,16,16,0.5);
  z-index: 250;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.nav-drawer-overlay.open { opacity: 1; pointer-events: auto; }
.nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(82vw, 380px);
  height: 100vh;
  background: var(--bg);
  z-index: 260;
  transform: translateX(-100%);
  transition: transform .3s ease;
  overflow-y: auto;
  padding: 56px 24px 24px;
  display: flex;
  flex-direction: column;
}
.nav-drawer.open { transform: translateX(0); }
.nav-drawer-close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 30px;
  color: var(--sombra);
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-drawer-search {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.nav-drawer-search .nav-search {
  width: 100%;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sombra);
  padding: 8px 0;
}
.nav-drawer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.nav-drawer-menu > li {
  border-bottom: 1px solid var(--line);
}
.nav-drawer-menu > li > a,
.nav-drawer-menu .drawer-group-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--sombra);
  cursor: pointer;
}
.drawer-arrow {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 18px;
  transition: transform .2s;
}
.nav-drawer-menu li.open .drawer-arrow { transform: rotate(45deg); }
.drawer-submenu {
  list-style: none;
  margin: 0;
  padding: 0 0 14px 14px;
  display: none;
}
.nav-drawer-menu li.open .drawer-submenu { display: block; }
.drawer-submenu a {
  display: block;
  padding: 10px 0;
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--sombra);
  opacity: 0.85;
}
.nav-drawer-bottom {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.drawer-selectors {
  display: flex;
  gap: 28px;
  margin-bottom: 18px;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.drawer-selectors .nav-selector-menu { left: 0; right: auto; }
.drawer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.drawer-links a { color: var(--sombra); }

/* Drawer always uses dark colors regardless of transparent nav state */
.nav-drawer,
.nav-drawer * {
  color: var(--sombra) !important;
}
.nav-drawer .nav-search svg,
.nav-drawer .nav-hamburger svg { stroke: var(--sombra) !important; }
.nav-drawer .nav-selector-current::after { color: var(--sombra) !important; }

/* Hide drawer pieces on desktop */
@media (min-width: 901px) {
  .nav-hamburger,
  .nav-drawer,
  .nav-drawer-overlay { display: none !important; }
}

/* Mobile nav layout */
@media (max-width: 900px) {
  .nav-only-desktop { display: none !important; }
  .nav-hamburger { display: inline-flex; }
  .logo svg { height: 26px; }
  .nav-top { padding: 12px 18px 12px; gap: 8px; }
  .nav-top-left, .nav-top-right { gap: 14px; font-size: 10px; }
  .nav-top-right a { font-size: 10px; }
  .nav-menu { display: none; }
  /* Transparent nav over hero on mobile too */
  .has-hero-nav .nav:not(.scrolled) .nav-hamburger,
  .has-hero-nav .nav:not(.scrolled) .nav-search { color: var(--arena-light); }
  .has-hero-nav .nav:not(.scrolled) .nav-search svg,
  .has-hero-nav .nav:not(.scrolled) .nav-hamburger svg { stroke: var(--arena-light); }
}

/* ============ HERO ============ */
.hero {
  position: relative;
  height: 92vh;
  min-height: 640px;
  background: var(--sombra-deep);
  overflow: hidden;
}
.hero-img {
  position: absolute;
  inset: 0;
  background-image: url('../images/ph-02.jpeg');
  background-size: cover;
  background-position: center 20%;
  filter: brightness(0.78);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(26,16,16,0.25) 0%, rgba(26,16,16,0.0) 30%, rgba(26,16,16,0.55) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 0 32px 80px;
}
.hero-eyebrow {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.35em;
  color: var(--arena);
  margin-bottom: 24px;
  text-transform: uppercase;
}
.hero-quote {
  font-family: var(--font-serif);
  font-size: clamp(56px, 9vw, 130px);
  line-height: 1;
  color: var(--arena-light);
  font-weight: 400;
  letter-spacing: -0.005em;
}
.hero-sub {
  font-family: var(--font-serif);
  font-size: clamp(18px, 2vw, 24px);
  color: var(--arena);
  margin-top: 22px;
  opacity: 0.9;
}
.hero-sub strong { font-family: var(--font-sans); font-weight: 700; font-size: 0.85em; }
.hero-logo {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--arena-light);
  z-index: 3;
  display: none;
}
.hero-cta {
  display: inline-block;
  margin-top: 36px;
  padding: 14px 34px;
  border: 1px solid var(--arena-light);
  color: var(--arena-light);
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  transition: background .25s, color .25s;
}
.hero-cta:hover { background: var(--arena-light); color: var(--sombra); }

/* ============ MARQUEE ============ */
.marquee {
  background: var(--sombra);
  color: var(--arena);
  padding: 14px 0;
  overflow: hidden;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.marquee-track {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: marquee 38s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ SECTIONS ============ */
.section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 110px 32px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.section-eyebrow {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bronceado);
  margin-bottom: 14px;
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(40px, 5.5vw, 80px);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--sombra);
  line-height: 1.0;
}
.section-title strong { font-family: var(--font-sans); font-weight: 700; font-size: 0.92em; }
.section-sub {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bronceado);
}

/* ============ EDITORIAL ============ */
.editorial {
  position: relative;
  background: var(--sombra);
  color: var(--arena-light);
  padding: 140px 32px;
  overflow: hidden;
}
.editorial-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/ph-03.jpeg');
  background-size: cover;
  background-position: center;
  opacity: 0.28;
  filter: brightness(0.7);
}
.editorial-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.editorial-eyebrow {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--piel);
  margin-bottom: 32px;
}
.editorial-quote {
  font-family: var(--font-serif);
  font-size: clamp(44px, 6.5vw, 96px);
  line-height: 1.05;
  font-weight: 400;
  margin-bottom: 28px;
  letter-spacing: -0.005em;
}
.editorial-body {
  font-family: var(--font-serif);
  font-size: 21px;
  line-height: 1.55;
  max-width: 640px;
  margin: 0 auto;
  color: var(--arena);
  opacity: 0.92;
}
.editorial-body strong { font-family: var(--font-sans); font-weight: 700; font-size: 0.85em; }
.editorial-divider {
  width: 40px;
  height: 1px;
  background: var(--piel);
  margin: 32px auto;
}

/* ============ CATEGORY BANNER ============ */
.cat-banner {
  position: relative;
  background: var(--piel);
  padding: 100px 32px;
  text-align: center;
  overflow: hidden;
}
.cat-banner-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/ph-04.jpeg');
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}
.cat-banner-inner { position: relative; z-index: 2; }
.cat-banner h2 {
  font-family: var(--font-serif);
  font-size: clamp(48px, 7vw, 110px);
  color: var(--sombra);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1;
}
.cat-banner h2 strong { font-family: var(--font-sans); font-weight: 700; font-size: 0.92em; }
.cat-banner-sub {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sombra-deep);
  margin-top: 22px;
  opacity: 0.75;
}

/* ============ GRID ============ */
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px 24px;
}
@media (max-width: 1100px) { .grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .grid { grid-template-columns: 1fr; } }

.card { display: block; cursor: pointer; }
.card-img {
  width: 100%;
  aspect-ratio: 3/4;
  background-color: var(--sombra-deep);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  transition: opacity .3s ease;
}
.card:hover .card-img { opacity: 0.86; }

/* Photo placeholders */
.ph-01 { background-image: url('../images/ph-01.jpeg'); }
.ph-02 { background-image: url('../images/ph-02.jpeg'); }
.ph-03 { background-image: url('../images/ph-03.jpeg'); }
.ph-04 { background-image: url('../images/ph-04.jpeg'); }
.ph-05 { background-image: url('../images/ph-05.jpeg'); }
.ph-06 { background-image: url('../images/ph-06.jpeg'); }
.ph-07 { background-image: url('../images/ph-07.jpeg'); }

.card-img-tag {
  position: absolute;
  top: 14px;
  left: 16px;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--arena-light);
  text-transform: uppercase;
  background: rgba(26,16,16,0.45);
  padding: 4px 8px;
}
.card-img-look {
  position: absolute;
  bottom: 14px;
  left: 16px;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--arena-light);
  background: rgba(26,16,16,0.45);
  padding: 4px 8px;
  text-transform: uppercase;
}
.card-name {
  font-family: var(--font-serif);
  font-size: 19px;
  color: var(--sombra);
  margin-bottom: 4px;
  letter-spacing: -0.005em;
  line-height: 1.25;
  font-weight: 400;
}
.card-name strong { font-family: var(--font-sans); font-weight: 700; font-size: 0.88em; }
.card-desc {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bronceado);
  margin-bottom: 8px;
}
.card-price {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 12px;
  color: var(--sombra);
  letter-spacing: 0.05em;
}

/* ============ PDP ============ */
.pdp {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 32px 80px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
}
@media (max-width: 980px) {
  .pdp { grid-template-columns: 1fr; gap: 32px; padding: 24px; }
}

.breadcrumb {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bronceado);
  margin-bottom: 18px;
}
.breadcrumb a:hover { color: var(--sombra); }
.breadcrumb span { margin: 0 8px; opacity: 0.5; }

.pdp-gallery { display: flex; flex-direction: column; gap: 10px; }
.pdp-main {
  width: 100%;
  aspect-ratio: 4/5;
  position: relative;
  background-color: var(--sombra-deep);
  background-size: cover;
  background-position: center;
}
.pdp-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.pdp-thumb {
  aspect-ratio: 1;
  background-color: var(--sombra);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity .2s;
}
.pdp-thumb:hover, .pdp-thumb.active { opacity: 1; }

.pdp-info { padding-top: 12px; position: sticky; top: 90px; align-self: start; }
.pdp-collection {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--bronceado);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.pdp-title {
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 400;
  color: var(--sombra);
  margin-bottom: 8px;
  line-height: 1.05;
  letter-spacing: -0.015em;
}
.pdp-title strong { font-family: var(--font-sans); font-weight: 700; font-size: 0.88em; }
.pdp-subtitle {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  color: var(--bronceado);
  margin-bottom: 24px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.pdp-price {
  font-family: var(--font-serif);
  font-size: 26px;
  color: var(--sombra);
  margin-bottom: 36px;
}

.pdp-section { margin-bottom: 26px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.pdp-section:last-of-type { border-bottom: none; }
.pdp-label {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--sombra);
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdp-label-value { color: var(--sombra); font-weight: 400; }
.size-link {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 9px;
  color: var(--bronceado);
  text-decoration: underline;
  cursor: pointer;
  letter-spacing: 0.18em;
}
.size-link:hover { color: var(--sombra); }

.size-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.size-btn {
  min-width: 52px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  background: transparent;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--sombra);
  transition: all .2s;
}
.size-btn:hover { border-color: var(--sombra); }
.size-btn.selected { background: var(--sombra); color: var(--arena-light); border-color: var(--sombra); }
.size-btn.disabled { opacity: 0.3; cursor: not-allowed; text-decoration: line-through; }

.style-grid { display: flex; gap: 12px; }
.style-option {
  flex: 1;
  padding: 16px;
  border: 1px solid var(--line);
  text-align: center;
  cursor: pointer;
  transition: border-color .2s, background .2s;
  background: rgba(255,255,255,0.3);
}
.style-option:hover { border-color: var(--sombra); }
.style-option.selected { border-color: var(--sombra); background: var(--arena); }
.style-option svg { width: 52px; height: 52px; margin-bottom: 8px; }
.style-option-label {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sombra);
}

.color-row { display: flex; gap: 10px; align-items: center; }
.color-swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color .2s;
  position: relative;
}
.color-swatch::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: border-color .2s;
}
.color-swatch.selected::after { border-color: var(--sombra); }
.color-swatch.c-sombra { background: #3A2A1E; }
.color-swatch.c-coral { background: #1A1818; }
.color-swatch.c-piel { background: #C9A476; }
.color-swatch.c-arena { background: #E8DECA; }
.color-swatch.c-bronceado { background: #8B7B66; }

.add-btn {
  width: 100%;
  padding: 18px;
  background: var(--sombra);
  color: var(--arena-light);
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transition: background .2s;
  margin-top: 8px;
}
.add-btn:hover { background: var(--coral); }
.add-btn.disabled { background: var(--bronceado); cursor: not-allowed; }
.fav-btn {
  width: 100%;
  padding: 14px;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--sombra);
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 8px;
}
.fav-btn:hover { border-color: var(--sombra); }

.pdp-details { margin-top: 32px; }
.detail-row {
  border-top: 1px solid var(--line);
  padding: 18px 0;
  cursor: pointer;
}
.detail-row-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sombra);
}
.detail-row-body {
  display: none;
  padding-top: 14px;
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--sombra);
  line-height: 1.55;
  opacity: 0.9;
}
.detail-row-body strong { font-family: var(--font-sans); font-weight: 700; font-size: 0.88em; }
.detail-row.open .detail-row-body { display: block; }
.detail-row.open .toggle { transform: rotate(45deg); }
.toggle { transition: transform .2s; font-size: 18px; color: var(--bronceado); }

/* ============ COMPLETE LOOK ============ */
.complete-look {
  background: var(--bg);
  padding: 100px 32px;
  margin-top: 60px;
}
.complete-look-inner { max-width: 1600px; margin: 0 auto; }
.complete-look h2 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 400;
  margin-bottom: 36px;
  color: var(--sombra);
  letter-spacing: -0.005em;
}
.complete-look h2 strong { font-family: var(--font-sans); font-weight: 700; font-size: 0.92em; }
.complete-look-sub { display: none; }

/* Aerie-style 3-card flat-lay grid */
.style-grid-aerie {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .style-grid-aerie { grid-template-columns: 1fr; }
}

.style-look {
  background: var(--arena-soft);
  border-radius: 6px;
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 520px;
}

.style-look-canvas {
  position: relative;
  width: 100%;
  flex: 1;
  margin-bottom: 28px;
  min-height: 380px;
}

.style-piece {
  position: absolute;
  background-color: var(--arena);
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(58,42,30,0.08);
}
.style-piece-add {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  color: var(--sombra);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  z-index: 5;
  transition: transform .2s;
}
.style-piece-add:hover { transform: scale(1.1); background: var(--sombra); color: var(--arena-light); }

/* Piece positions per card — staggered flat-lay feel */
.style-piece.p-tl { top: 0;    left: 8%;   width: 36%; aspect-ratio: 3/4; }
.style-piece.p-tr { top: 6%;   right: 4%;  width: 42%; aspect-ratio: 3/4; }
.style-piece.p-bl { bottom: 4%; left: 18%;  width: 38%; aspect-ratio: 1; }
.style-piece.p-br { bottom: 0; right: 14%; width: 30%; aspect-ratio: 1; }

.style-cta {
  padding: 13px 32px;
  background: white;
  border: 1px solid var(--sombra);
  border-radius: 100px;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sombra);
  cursor: pointer;
  transition: all .2s;
}
.style-cta:hover { background: var(--sombra); color: var(--arena-light); }
.style-look-label {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bronceado);
  margin-bottom: 10px;
}

/* Old recommend-grid kept hidden for compatibility */
.recommend-grid { display: none; }

/* ============ SEARCH OVERLAY ============ */
.search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26,16,16,0.55);
  z-index: 350;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}
.search-overlay.open { display: flex; animation: searchFadeIn .25s ease; }
@keyframes searchFadeIn { from { opacity: 0; } to { opacity: 1; } }
.search-panel {
  background: var(--bg);
  width: 100%;
  max-height: 100vh;
  padding: 24px 32px 40px;
  display: flex;
  flex-direction: column;
  animation: searchSlideDown .3s ease;
  overflow-y: auto;
}
@keyframes searchSlideDown {
  from { transform: translateY(-20px); }
  to { transform: translateY(0); }
}
.search-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.search-icon { width: 20px; height: 20px; color: var(--bronceado); flex-shrink: 0; }
#search-input {
  flex: 1;
  background: none;
  border: none;
  font-family: var(--font-serif);
  font-size: 24px;
  color: var(--sombra);
  padding: 8px 0;
  outline: none;
  letter-spacing: -0.005em;
}
#search-input::placeholder { color: var(--bronceado); opacity: 0.7; }
.search-close {
  background: none;
  border: none;
  font-size: 28px;
  color: var(--sombra);
  cursor: pointer;
  font-family: var(--font-sans);
  line-height: 1;
  padding: 4px 8px;
}
.search-close:hover { opacity: 0.65; }

.search-results {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}
.search-heading {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bronceado);
  margin-bottom: 18px;
}
.search-empty {
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--sombra);
  padding: 40px 0;
  text-align: center;
}
.search-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 900px) { .search-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .search-grid { grid-template-columns: 1fr; } }
.search-result {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid transparent;
  transition: border-color .2s, background .2s;
}
.search-result:hover { border-color: var(--line); background: var(--arena-soft); }
.search-result-img {
  width: 80px;
  height: 100px;
  background-color: var(--sombra-deep);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.search-result-info { flex: 1; min-width: 0; }
.search-result-cat {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bronceado);
  margin-bottom: 4px;
}
.search-result-name {
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--sombra);
  margin-bottom: 6px;
  line-height: 1.2;
}
.search-result-price {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 12px;
  color: var(--sombra);
}

@media (max-width: 700px) {
  .search-panel { padding: 16px 18px 32px; }
  #search-input { font-size: 18px; }
}

/* ============ LIGHTBOX ============ */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26,16,16,0.95);
  z-index: 400;
  align-items: center;
  justify-content: center;
}
.lightbox-overlay.open { display: flex; }
.lb-image {
  width: min(90vw, 1100px);
  height: 90vh;
  background-color: var(--sombra-deep);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: zoom-out;
}
.lb-close, .lb-prev, .lb-next {
  position: fixed;
  background: rgba(245,239,224,0.10);
  border: 1px solid rgba(245,239,224,0.25);
  color: var(--arena-light);
  font-family: var(--font-sans);
  cursor: pointer;
  z-index: 410;
  transition: background .2s, border-color .2s;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover {
  background: rgba(245,239,224,0.20);
  border-color: var(--arena-light);
}
.lb-close {
  top: 22px;
  right: 24px;
  width: 44px;
  height: 44px;
  font-size: 24px;
  border-radius: 50%;
  line-height: 1;
}
.lb-prev, .lb-next {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 32px;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}
.lb-prev { left: 24px; }
.lb-next { right: 24px; }
.lb-counter {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--arena);
  text-transform: uppercase;
  z-index: 410;
}
@media (max-width: 700px) {
  .lb-image { width: 100vw; height: 80vh; }
  .lb-close { top: 14px; right: 14px; width: 36px; height: 36px; font-size: 20px; }
  .lb-prev, .lb-next { width: 38px; height: 38px; font-size: 22px; }
  .lb-prev { left: 12px; } .lb-next { right: 12px; }
}

/* ============ MODAL ============ */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26,16,16,0.55);
  z-index: 300;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--bg);
  max-width: 720px;
  width: 100%;
  max-height: 96vh;
  overflow-y: auto;
  padding: 56px 56px 64px;
  position: relative;
}
.modal-close {
  position: absolute;
  top: 22px;
  right: 26px;
  font-size: 22px;
  color: var(--sombra);
  line-height: 1;
  font-family: var(--font-sans);
  cursor: pointer;
}
.modal h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  text-align: center;
  margin-bottom: 36px;
  color: var(--sombra);
  font-weight: 400;
}

/* Question with text + icon options */
.modal-q {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 19px;
  color: var(--sombra);
  margin-bottom: 28px;
}

.modal-tabs-icons {
  display: flex;
  justify-content: center;
  gap: 64px;
  margin-bottom: 56px;
}
.modal-icon-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 4px;
}
.modal-icon-tab svg {
  width: 56px;
  height: 38px;
  stroke: var(--sombra);
  fill: none;
  stroke-width: 1.4;
}
.modal-icon-tab span {
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--sombra);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.modal-icon-tab.active span { border-bottom-color: var(--sombra); }

/* Section titles (COVERAGE, REGION) */
.modal-section-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  color: var(--sombra);
  margin-bottom: 18px;
}
.modal-desc {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--sombra);
  margin-bottom: 36px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
.modal-desc strong { font-family: var(--font-sans); font-weight: 700; font-size: 0.88em; text-decoration: underline; cursor: pointer; }

/* Coverage row (icons + labels) */
.modal-coverage {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.coverage-opt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.coverage-opt svg {
  width: 56px;
  height: 38px;
  stroke: var(--sombra);
  fill: none;
  stroke-width: 1.4;
}
.coverage-opt span {
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--sombra);
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.coverage-opt.active span { border-bottom-color: var(--sombra); }

/* Region row */
.modal-regions {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.region-opt {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--sombra);
  border-bottom: 2px solid transparent;
}
.region-opt.active { border-bottom-color: var(--sombra); }

/* Unit toggle (CM/IN) — pill */
.unit-toggle {
  display: flex;
  justify-content: center;
  margin: 0 auto 36px;
  border: 1px solid rgba(58,42,30,0.4);
  padding: 8px 24px;
  width: fit-content;
  gap: 12px;
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--bronceado);
}
.unit-toggle button, .unit-toggle span {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--bronceado);
  font: inherit;
  padding: 0;
}
.unit-toggle .active { color: var(--sombra); font-weight: 500; }

.size-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 12px;
  color: var(--sombra);
}
.size-table th, .size-table td {
  padding: 14px 6px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.size-table th {
  color: var(--sombra);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: none;
  font-size: 12px;
  font-family: var(--font-serif);
}
.size-table tbody td:first-child {
  font-family: var(--font-serif);
  font-size: 13px;
}

@media (max-width: 600px) {
  .modal { padding: 40px 22px 48px; }
  .modal-coverage { gap: 20px; }
  .modal-regions { gap: 18px; }
}

/* ============ SHOP ============ */
.shop-hero {
  padding: 100px 32px 40px;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
.shop-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(60px, 10vw, 150px);
  font-weight: 400;
  color: var(--sombra);
  line-height: 1;
  letter-spacing: -0.02em;
}
.shop-hero h1 strong { font-family: var(--font-sans); font-weight: 700; font-size: 0.9em; }
.shop-hero p {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--bronceado);
  margin-top: 22px;
}
.filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 0 auto;
  max-width: 1600px;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.filter {
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  color: var(--bronceado);
  transition: all .2s;
}
.filter:hover, .filter.active {
  color: var(--sombra);
  border-color: var(--sombra);
}
.shop-grid {
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 32px 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 28px;
}
@media (max-width: 1100px) { .shop-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .shop-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .shop-grid { grid-template-columns: 1fr; } }

/* ============ FOOTER ============ */
.footer {
  background: var(--sombra);
  color: var(--arena);
  padding: 100px 32px 32px;
}
.footer-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
}
.footer-brand {
  color: var(--arena-light);
  line-height: 0;
}
.footer-brand svg { height: 42px; width: auto; display: block; }
.footer-brand .reg { display: none; }
.footer-tag {
  font-family: var(--font-serif);
  font-size: 19px;
  margin-top: 14px;
  opacity: 0.8;
  max-width: 360px;
  line-height: 1.4;
}
.footer-col h4 {
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.55;
}
.footer-col ul { list-style: none; }
.footer-col li {
  margin-bottom: 12px;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.05em;
  opacity: 0.88;
}
.footer-col li a:hover { opacity: 0.55; }
.footer-bottom {
  max-width: 1600px;
  margin: 70px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(232,222,202,0.15);
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.2em;
  opacity: 0.55;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
}

/* ============ MOBILE RESPONSIVE ============ */
@media (max-width: 700px) {
  /* Sections */
  .section { padding: 60px 18px; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 18px; margin-bottom: 32px; padding-bottom: 18px; }
  .section-title { font-size: clamp(36px, 9vw, 56px); }

  /* Hero — más compacto en mobile */
  .hero { min-height: 0; height: auto; }
  .hero-content {
    height: auto;
    min-height: 540px;
    padding: 110px 20px 44px;
    justify-content: center;
    gap: 0;
  }
  .hero-quote { font-size: clamp(36px, 11vw, 56px); }
  .hero-sub { font-size: 15px; padding: 0 8px; margin-top: 18px; }
  .hero-cta { padding: 12px 24px; font-size: 10px; margin-top: 28px; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 0.3em; margin-bottom: 14px; }

  /* Editorial */
  .editorial { padding: 80px 22px; }
  .editorial-quote { font-size: clamp(32px, 9vw, 48px); }
  .editorial-body { font-size: 17px; }

  /* Category banner */
  .cat-banner { padding: 60px 20px; }
  .cat-banner h2 { font-size: clamp(40px, 11vw, 64px); }

  /* Marquee smaller */
  .marquee { padding: 11px 0; font-size: 10px; letter-spacing: 0.18em; }
  .marquee-track { gap: 36px; }

  /* PDP */
  .pdp { padding: 22px 18px 60px; gap: 24px; }
  .pdp-title { font-size: clamp(28px, 8vw, 40px); }
  .pdp-price { font-size: 20px; margin-bottom: 24px; }
  .pdp-info { position: static; padding-top: 6px; }
  .size-btn { padding: 11px 14px; min-width: 48px; }
  .style-grid { gap: 8px; }
  .style-option { padding: 12px; }

  /* Aerie style-look — adjust positions for narrow */
  .style-look { min-height: 460px; padding: 22px; }
  .style-look-canvas { min-height: 320px; }
  .style-piece.p-tl { width: 42%; }
  .style-piece.p-tr { width: 46%; }
  .style-piece.p-bl { width: 44%; }
  .style-piece.p-br { width: 36%; }

  /* Complete look h2 */
  .complete-look h2 { font-size: 24px; margin-bottom: 24px; }
  .complete-look { padding: 70px 18px; margin-top: 40px; }

  /* Cart */
  .cart-header { padding: 30px 18px 0; }
  .cart-header h1 { font-size: clamp(40px, 11vw, 64px); }
  .cart-wrap { padding: 32px 18px 60px; gap: 32px; }
  .cart-item { grid-template-columns: 80px 1fr; row-gap: 16px; padding: 22px 0; }
  .cart-item .cart-thumb { width: 80px; }
  .cart-item-name { font-size: 17px; }
  .cart-item-price { grid-column: 1 / -1; text-align: left; font-size: 18px; }
  .cart-summary { position: static; padding: 28px 22px; }

  /* Lookbook hero */
  .lb-hero { height: 60vh; min-height: 400px; }
  .lb-hero-content { padding: 0 22px 60px; }
  .lb-hero h1 { font-size: clamp(40px, 12vw, 72px); }
  .lb-hero-sub { font-size: 16px; margin-top: 16px; }
  /* Lookbook looks */
  .look { padding: 50px 18px; gap: 28px; }
  .look-title { font-size: clamp(32px, 9vw, 48px); }
  .look-desc { font-size: 17px; }

  /* Size modal mobile */
  .modal { padding: 36px 22px 44px; max-height: 100vh; max-width: 100%; }
  .modal h2 { font-size: 24px; margin-bottom: 22px; }
  .modal-q { font-size: 16px; }
  .modal-tabs-icons { gap: 36px; margin-bottom: 36px; }
  .modal-icon-tab svg { width: 44px; height: 30px; }
  .modal-icon-tab span { font-size: 16px; }
  .modal-section-title { font-size: 13px; }
  .modal-desc { font-size: 15px; margin-bottom: 24px; }
  .modal-coverage { gap: 16px; margin-bottom: 36px; }
  .coverage-opt svg { width: 38px; height: 26px; }
  .coverage-opt span { font-size: 13px; }
  .modal-regions { gap: 16px; }
  .region-opt { font-size: 15px; }
  .size-table th, .size-table td { padding: 11px 4px; font-size: 11px; }
  .size-table tbody td:first-child { font-size: 12px; }

  /* Shop hero */
  .shop-hero { padding: 50px 18px 24px; }
  .shop-hero h1 { font-size: clamp(48px, 14vw, 84px); }
  .filters { gap: 8px; padding: 14px 18px; font-size: 9px; }
  .filter { padding: 7px 12px; }
  .shop-grid { padding: 36px 18px 60px; gap: 28px 14px; }

  /* Grid */
  .grid { gap: 28px 14px; }
  .card-name { font-size: 16px; }
  .card-desc { font-size: 9px; }

  /* Footer */
  .footer { padding: 60px 22px 24px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand svg { height: 32px; }
}
