/* ==================== DESIGN TOKENS ==================== */
:root {
  --crema: #FFFFFF;
  --sand: #E8DFD3;
  --bordo: #3B0A15;
  --charcoal: #4A4A4A;
  --naranja: #C56B3E;
  --naranja-logo: #EB793C;
  --white: #FFFFFF;
  --whatsapp: #25D366;

  --r-sm: 8px;
  --r-md: 16px;
  --r-pill: 999px;

  --gap-xs: clamp(8px, 1vw, 12px);
  --gap-sm: clamp(16px, 2vw, 24px);
  --gap-md: clamp(24px, 3vw, 40px);
  --gap-lg: clamp(48px, 6vw, 96px);
  --gap-xl: clamp(80px, 10vw, 160px);

  --font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --nav-h: 108px;
  --nav-main-h: 108px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ==================== RESET ==================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; font-family: var(--font); }
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: var(--font);
  color: var(--charcoal);
  background: var(--crema);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100vw;
}
img { max-width: 100%; display: block; }

/* Respeta preferencia del sistema para reducir movimiento */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button { border: 0; background: none; cursor: pointer; font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: min(1360px, 92%); margin-inline: auto; }

/* ==================== TYPOGRAPHY GLOBALS ==================== */
.section-title {
  font-weight: 500;
  color: var(--bordo);
  font-size: clamp(32px, 3.6vw, 56px);
  line-height: 1.15;
  letter-spacing: -0.045em;
  text-align: center;
  margin-bottom: var(--gap-md);
}
.section-sub {
  text-align: center;
  color: var(--charcoal);
  font-weight: 400;
  font-size: clamp(15px, 1.2vw, 17px);
  margin-top: calc(-1 * var(--gap-sm));
  margin-bottom: var(--gap-lg);
}

/* ==================== BUTTONS ==================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 16px 32px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1.5px solid transparent;
  border-radius: var(--r-pill);
  transition: background 300ms var(--ease), color 300ms var(--ease), transform 300ms var(--ease);
  cursor: pointer;
}
.btn--outline-white { color: var(--white); border-color: var(--white); }
.btn--outline-white:hover { background: var(--white); color: var(--bordo); }
.btn--outline-bordo { color: var(--bordo); border-color: var(--bordo); }
.btn--outline-bordo:hover { background: var(--bordo); color: var(--crema); }

/* ==================== NAVBAR v1.8 (2 rows · utility sin promo) ==================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 200;
  transition: background 320ms var(--ease), color 320ms var(--ease), box-shadow 320ms var(--ease);
  color: var(--white);
}

/* Row 1 · utility bar (solo links izq + país der) */
.nav__utility {
  height: var(--nav-utility-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(20px, 3vw, 48px);
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: border-color 320ms var(--ease);
}
.nav__utility-left { display: flex; gap: clamp(16px, 2vw, 28px); }
.nav__utility-left a {
  transition: opacity 250ms var(--ease);
}
.nav__utility-left a:hover { opacity: 0.7; }
.nav__utility-right { display: flex; }
.nav__country {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 0;
  transition: opacity 250ms var(--ease);
}
.nav__country:hover { opacity: 0.7; }
.nav__country svg { width: 12px; height: 12px; }
.nav.scrolled .nav__utility { border-bottom-color: rgba(59, 10, 21, 0.08); }

.nav__main {
  height: var(--nav-main-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(20px, 3vw, 48px);
  gap: 24px;
}
.nav__menu {
  display: flex; gap: clamp(20px, 2.5vw, 40px);
  justify-self: start; align-items: center;
}
.nav__item { position: relative; }
.nav__link {
  font-size: 13px; font-weight: 400;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 12px 0;
  display: inline-block;
  position: relative;
  transition: color 250ms var(--ease);
}
.nav__link::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 6px;
  height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: left;
  transition: transform 400ms var(--ease);
}
.nav__link:hover { color: var(--naranja); }
.nav__link:hover::after { transform: scaleX(1); background: var(--naranja); }

.nav__logo {
  display: block;
  justify-self: center;
}
.nav__logo img {
  height: clamp(68px, 7vw, 88px);
  width: auto;
  transition: filter 320ms var(--ease);
  filter: brightness(0) invert(1);
}
.nav.scrolled .nav__logo img { filter: none; }
body.subpage .nav .nav__logo img { filter: none; }

.nav__icons {
  display: flex; align-items: center;
  gap: 24px;
  justify-self: end;
}
.nav__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  position: relative;
  color: inherit;
  transition: color 250ms var(--ease);
}
.nav__icon svg { width: 22px; height: 22px; }
.nav__icon--search { width: auto; padding: 0 4px; gap: 8px; }
.nav__icon-label {
  font-size: 12px; font-weight: 400;
  letter-spacing: 0.15em; text-transform: uppercase;
}
.nav__icon:hover { color: var(--naranja); }
.nav__icon--cart .nav__badge {
  position: absolute; top: 2px; right: -2px;
  min-width: 16px; height: 16px; border-radius: var(--r-pill);
  background: var(--naranja); color: var(--white);
  font-size: 10px; font-weight: 600;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 4px;
}
.nav__burger { display: none; flex-direction: column; gap: 5px; width: 32px; height: 32px; align-items: center; justify-content: center; margin-left: 8px; }
.nav__burger span { width: 22px; height: 1.5px; background: currentColor; transition: transform 300ms var(--ease), opacity 300ms var(--ease); }

/* Scrolled state */
.nav.scrolled {
  background: var(--crema);
  color: var(--bordo);
  box-shadow: 0 1px 0 rgba(59, 10, 21, 0.06);
}

/* ==================== MEGA DROPDOWN ==================== */
.mega {
  position: fixed;
  left: 0; right: 0; top: var(--nav-h);
  background: var(--crema);
  color: var(--bordo);
  padding: clamp(32px, 4vw, 56px) 0;
  opacity: 0; visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 260ms var(--ease), transform 260ms var(--ease), visibility 260ms;
  box-shadow: 0 20px 40px rgba(59, 10, 21, 0.08);
}
.nav__item--has-mega:hover .mega,
.mega:hover { opacity: 1; visibility: visible; transform: translateY(0); }
.mega__inner {
  width: min(1360px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.mega__cols {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 48px);
}
.mega__col { display: flex; flex-direction: column; gap: 16px; }
.mega__link {
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--bordo);
  transition: color 250ms var(--ease), transform 250ms var(--ease);
}
.mega__link:hover { color: var(--naranja); transform: translateX(4px); }
.mega__see-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 12px;
  color: var(--naranja);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  letter-spacing: 0.02em;
  transition: color 200ms ease;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(59, 10, 21, 0.08);
  text-transform: none;
}
.mega__see-all:hover { color: var(--bordo); }
.mega__feature { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.mega__card {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: var(--r-sm);
  background: var(--sand);
}
.mega__card img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms var(--ease); }
.mega__card:hover img { transform: scale(1.05); }
.mega__card-label {
  position: absolute; left: 20px; bottom: 20px;
  color: var(--white);
  font-family: var(--font);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  text-shadow: 0 2px 20px rgba(0,0,0,0.35);
}

/* ==================== HERO ==================== */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 92vh;
  overflow: hidden;
}
.hero__media {
  position: absolute; inset: 0;
  flex-grow: 0; flex-shrink: 0;
  height: clamp(600px, 92vh, 900px);
  z-index: 0;
}
.hero__media img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 100%);
}
.hero__content {
  position: absolute; z-index: 2;
  left: 0; bottom: 0;
  padding: 0 clamp(20px, 4vw, 64px) clamp(80px, 12vh, 140px);
  color: var(--white);
  max-width: 720px;
}
.hero__eyebrow {
  font-size: 13px; font-weight: 400;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin-bottom: 16px;
}
.hero__title {
  font-weight: 400;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  max-width: 780px;
  text-transform: uppercase;
}
.hero__line { display: block; white-space: nowrap; }
.hero__line--pre { text-transform: none; font-weight: 300; letter-spacing: -0.02em; }
.hero__cta { margin-top: 0; }

/* ==================== MARQUEE ==================== */
.marquee {
  background: var(--bordo);
  color: var(--crema);
  height: 44px;
  overflow: hidden;
  display: flex; align-items: center;
  position: relative;
}
.marquee__track {
  display: flex;
  animation: marquee 60s linear infinite;
  gap: 40px;
  white-space: nowrap;
  will-change: transform;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group {
  display: inline-flex; align-items: center; gap: 40px;
  font-size: 13px; font-weight: 400;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding-right: 40px;
}
.marquee__dot { color: var(--naranja); opacity: 0.7; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ==================== SERVICIOS v2.4 (full-bleed banner + textos abajo) ==================== */
.servicios-banner {
  position: relative;
  background-color: #FAFAF8;
  padding: clamp(60px, 8vw, 100px) 0 clamp(24px, 3vw, 48px);
  isolation: isolate;
  overflow: hidden;
}
.servicios-banner::before {
  content: '' !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-image: url('../images/trama-gezellig.png');
  background-size: 380px auto;
  background-repeat: repeat;
  opacity: 0.35;
  mix-blend-mode: multiply;
}
.servicios-banner > * { position: relative; z-index: 1; }
.servicios-banner-wrap {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  aspect-ratio: 21/7.5;
  min-height: clamp(560px, 78vh, 840px);
  border-radius: 0;
  overflow: hidden;
  display: flex;
}
.servicios-banner-half {
  position: relative;
  flex: 1 1 50%;
  overflow: hidden;
}
.servicios-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.servicios-banner-half--left .servicios-banner-img { object-position: 45% center; }
.servicios-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(0,0,0,0.28) 0%,
    rgba(0,0,0,0.15) 45%,
    rgba(0,0,0,0.32) 100%
  );
  z-index: 2;
  pointer-events: none;
}
.servicios-banner-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: min(85%, 460px);
  max-width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(14px, 1.5vw, 20px);
  color: #FFFFFF;
}
.banner-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 38px);
  color: #FFFFFF;
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
.banner-subtitle {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(12px, 0.95vw, 14px);
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  line-height: 1.5;
  max-width: 320px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.banner-cta {
  display: inline-block;
  padding: 12px 32px;
  background: transparent;
  border: 1.5px solid #FFFFFF;
  color: #FFFFFF;
  font-family: var(--font);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 250ms ease, color 250ms ease;
  margin-top: 6px;
}
.banner-cta:hover {
  background: #FFFFFF;
  color: var(--bordo);
}

/* ==================== CATEGORÍAS (Noema layout v1.3) ==================== */
.cat-section {
  position: relative;
  background-color: #FAFAF8;
  padding: clamp(80px, 10vw, 140px) 0;
  isolation: isolate;
  overflow: hidden;
}
.cat-section::before {
  content: '' !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-image: url('../images/trama-gezellig.png');
  background-size: 380px auto;
  background-repeat: repeat;
  opacity: 0.35;
  mix-blend-mode: multiply;
}
.cat-section > * { position: relative; z-index: 1; }
.cat-header {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(32px, 3.5vw, 48px);
}
.cat-title {
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 32px);
  color: var(--bordo);
  letter-spacing: -0.045em;
  line-height: 1.1;
}
.cat-view-all {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 400;
  font-size: 14px;
  color: var(--bordo);
  white-space: nowrap;
}
.cat-view-all span {
  border-bottom: 1px solid var(--bordo);
  padding-bottom: 2px;
  transition: color 250ms var(--ease), border-color 250ms var(--ease);
}
.cat-view-all:hover span { color: var(--naranja); border-bottom-color: var(--naranja); }
.cat-view-all:hover svg { color: var(--naranja); }
.cat-view-all svg { width: 14px; height: 14px; transition: color 250ms var(--ease); }

.cat-carousel { position: relative; }
.cat-viewport {
  position: relative;
  overflow: hidden;
}
.cat-slide {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: clamp(24px, 2.5vw, 40px);
  width: 100%;
  opacity: 1;
  will-change: opacity;
}

.cat-item {
  display: block;
  color: var(--bordo);
  text-decoration: none;
}
.cat-item__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: var(--sand);
}
.cat-item--sq .cat-item__media { aspect-ratio: 3/4; }
.cat-item--wide .cat-item__media { aspect-ratio: 3/2; }
.cat-item__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 800ms ease;
}
.cat-item:hover .cat-item__media img { transform: scale(1.03); }

/* Overlay gradient inferior para legibilidad */
.cat-item__media::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Label dentro de la imagen, esquina inferior izquierda */
.cat-item__name {
  position: absolute;
  bottom: clamp(20px, 2vw, 32px);
  left: clamp(20px, 2vw, 32px);
  z-index: 2;
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(22px, 2vw, 32px);
  color: #FFFFFF;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  line-height: 1;
}

.cat-arrow {
  position: absolute; top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: var(--bordo);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: background 300ms var(--ease), color 300ms var(--ease), transform 300ms var(--ease);
}
.cat-arrow:hover { background: var(--naranja); color: var(--white); transform: translateY(-50%) scale(1.05); }
.cat-arrow svg { width: 20px; height: 20px; }
.cat-prev { left: -22px; }
.cat-next { right: -22px; }

.cat-progress {
  display: flex; gap: 8px;
  width: 240px;
  margin: 48px auto 0;
}
.cat-progress-segment {
  flex: 1;
  height: 2px;
  background: rgba(59, 10, 21, 0.15);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 1px;
}
.cat-progress-fill {
  position: absolute;
  top: 0; left: 0;
  width: 0;
  height: 100%;
  background: var(--bordo);
  border-radius: 1px;
}

/* ==================== LOS MÁS ELEGIDOS (Essentia UI) ==================== */
.best {
  position: relative;
  background-color: #FAFAF8;
  padding: clamp(40px, 5vw, 72px) 0 var(--gap-xl);
  isolation: isolate;
  overflow: hidden;
}
.best::before {
  content: '' !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='noise'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.23  0 0 0 0 0.04  0 0 0 0 0.08  0 0 0 0.15 0'/></filter><rect width='100%25' height='100%25' filter='url(%23noise)'/></svg>");
  background-size: 200px 200px;
  background-repeat: repeat;
  opacity: 0.75;
  mix-blend-mode: multiply;
}
.best > * { position: relative; z-index: 1; }
.best__header {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 3vw, 40px);
}
.best__title {
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 32px);
  color: var(--bordo);
  letter-spacing: -0.045em;
  line-height: 1.1;
}
.best__view-all {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bordo);
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color 250ms var(--ease);
  white-space: nowrap;
}
.best__view-all:hover { border-bottom-color: var(--bordo); }
.best__view-all svg { width: 14px; height: 14px; }
.best__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
}
.product { display: flex; flex-direction: column; }
.product__media {
  position: relative;
  aspect-ratio: 1/1;
  background: var(--white);
  overflow: hidden;
}
.product__img-link {
  display: block;
  width: 100%; height: 100%;
}
.product__media img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: transform 500ms var(--ease);
}
.product:hover .product__media img { transform: scale(1.03); }

.product__wish {
  position: absolute; top: 12px; right: 12px;
  z-index: 2;
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--bordo);
  cursor: pointer;
  transition: color 200ms ease, transform 200ms ease;
}
.product__wish svg { width: 20px; height: 20px; }
.product__wish:hover { color: var(--naranja); transform: scale(1.1); }
.product__wish.active svg { fill: var(--naranja); stroke: var(--naranja); }
.product__wish.active { color: var(--naranja); }

.product__info { padding-top: 16px; text-align: left; }
.product__cat {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal);
}
.product__name {
  font-weight: 500;
  font-size: 15px;
  color: var(--bordo);
  margin-top: 4px;
}
.product__price {
  font-weight: 400;
  font-size: 15px;
  color: var(--charcoal);
  margin-top: 4px;
}
.product__cart {
  display: inline-block;
  width: 100%;
  padding: 14px 20px;
  margin-top: 16px;
  background: var(--bordo);
  color: var(--white);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  transition: background 250ms ease;
  cursor: pointer;
}
.product__cart:hover { background: var(--naranja); }

/* ==================== PROCESO v2.7 (compacto trust-badges) ==================== */
.proceso-compacto {
  position: relative;
  background-color: #FFFFFF;
  padding: clamp(72px, 9vw, 120px) clamp(24px, 4vw, 80px);
  isolation: isolate;
  overflow: hidden;
}
.proceso-compacto::before {
  content: none;
}
.proceso-compacto > * { position: relative; z-index: 1; }
.proceso-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 20px);
}
.proceso-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: 11px;
  color: var(--bordo);
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-align: left;
  max-width: 100%;
  margin: 0;
  padding: 0 clamp(8px, 1.5vw, 24px);
  text-transform: uppercase;
}
.proceso-steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(24px, 3vw, 48px);
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid rgba(59, 10, 21, 0.1);
}
.proceso-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 clamp(8px, 1.5vw, 24px);
  position: relative;
}
.proceso-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 0;
  width: 1px;
  background: rgba(59, 10, 21, 0.1);
}
.proceso-icon {
  width: 40px;
  height: 40px;
  color: var(--charcoal);
  stroke-width: 1.2;
  flex-shrink: 0;
}
.proceso-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.proceso-step-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(15px, 1.2vw, 17px);
  color: var(--bordo);
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.proceso-num {
  font-family: var(--font);
  font-weight: 400;
  color: var(--naranja);
  margin-right: 4px;
}
.proceso-step-sub {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(12px, 1vw, 14px);
  color: var(--charcoal);
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .proceso-compacto { padding: 40px 20px; }
  .proceso-title { font-size: clamp(22px, 6vw, 28px); }
  .proceso-steps { grid-template-columns: 1fr; gap: 24px; }
  .proceso-step { padding: 0 0 24px; }
  .proceso-step:not(:last-child)::after {
    top: auto; bottom: 0; right: 0; left: 0;
    width: 100%; height: 1px;
  }
  .proceso-icon { width: 32px; height: 32px; }
}

.aromas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 8px;
  background: transparent;
}
.aroma-chip {
  aspect-ratio: 1/1;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--sand);
  color: var(--bordo);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.05em; text-transform: uppercase;
  border-radius: 4px;
  padding: 4px;
  text-align: center;
}

/* ==================== NOSOTROS TEASER v2.5 (imagen fondo full + grid 60% derecha) ==================== */
.nosotros-teaser {
  position: relative;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 80px);
  overflow: hidden;
  background: #FFFFFF;
}
.nosotros-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.nosotros-inner {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin: 0 auto;
}
.nosotros-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: clamp(40px, 5vw, 60px);
}
.nosotros-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(40px, 5vw, 72px);
  color: var(--bordo);
  margin: 0;
  letter-spacing: -0.05em;
  line-height: 1;
}
.nosotros-cta {
  font-family: var(--font);
  font-weight: 400;
  font-size: 14px;
  color: var(--bordo);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  transition: color 200ms ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-top: 12px;
}
.nosotros-cta:hover { color: var(--naranja); }

.nosotros-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.5vw, 20px);
  width: 60%;
  margin-left: auto;
}
.nosotros-cell {
  border: 1px solid rgba(59, 10, 21, 0.15);
  border-radius: 6px;
  padding: clamp(20px, 2vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: clamp(140px, 15vw, 180px);
  background: #FFFFFF;
  transition: border-color 250ms ease, transform 250ms ease;
}
.nosotros-cell:hover {
  border-color: var(--naranja);
  transform: translateY(-2px);
}
.nosotros-cell--wide .cell-text {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(13px, 1vw, 15px);
  color: var(--charcoal);
  line-height: 1.5;
  margin: 0;
  max-width: 320px;
}
.cell-icon {
  width: 32px;
  height: 32px;
  color: var(--charcoal);
  margin-bottom: 20px;
  stroke-width: 1.2;
}
.cell-label {
  font-family: var(--font);
  font-weight: 400;
  font-size: clamp(13px, 1vw, 15px);
  color: var(--bordo);
  margin: 0;
  line-height: 1.3;
}
.nosotros-cell--stat .cell-number {
  font-family: var(--font);
  font-weight: 400;
  font-size: clamp(40px, 4.5vw, 64px);
  color: var(--bordo);
  margin: 0 0 8px 0;
  line-height: 1;
  letter-spacing: -0.045em;
}
.nosotros-cell--stat .cell-sublabel {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(12px, 0.9vw, 13px);
  color: var(--charcoal);
  margin: 0;
  line-height: 1.4;
  max-width: 200px;
}

/* ==================== FOOTER v2.6 (compacto tipo Velore) ==================== */
.footer {
  background: #FAFAF8;
  color: var(--bordo);
  padding: clamp(36px, 4vw, 56px) clamp(24px, 4vw, 80px) 0;
  overflow: hidden;
}
.footer .container { width: 100%; max-width: 1400px; }

.footer-newsletter {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(28px, 3vw, 48px);
  align-items: end;
  padding-bottom: clamp(28px, 3vw, 40px);
  border-bottom: 1px solid rgba(59, 10, 21, 0.1);
}
.footer-newsletter__title {
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.045em;
  color: var(--bordo);
  max-width: 500px;
  margin: 0;
}
.footer-form {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--bordo);
  padding-bottom: 12px;
}
.footer-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 8px 0;
  font-family: var(--font);
  font-weight: 300;
  font-size: 15px;
  color: var(--bordo);
  outline: none;
  min-width: 0;
}
.footer-input::placeholder { color: rgba(59, 10, 21, 0.4); }
.footer-submit {
  background: transparent;
  border: none;
  font-family: var(--font);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--bordo);
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 200ms ease;
  padding: 0;
}
.footer-submit:hover { color: var(--naranja); }

/* Sección 2 · Columnas */
.footer-columns {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: clamp(20px, 2.5vw, 32px);
  padding: clamp(28px, 3vw, 40px) 0;
}
.footer-col { display: flex; flex-direction: column; }
.footer-brand-name {
  font-family: var(--font);
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  margin: 0 0 20px 0;
  letter-spacing: -0.045em;
  line-height: 1;
}
.footer-manifest {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  color: var(--charcoal);
  max-width: 260px;
  margin: 0;
}
.footer-h {
  font-family: var(--font);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bordo);
  margin-bottom: 16px;
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-list a {
  font-weight: 400;
  font-size: 14px;
  color: var(--bordo);
  transition: color 200ms ease;
}
.footer-list a:hover { color: var(--naranja); }

/* Sección 3 · Bottom bar */
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(59, 10, 21, 0.1);
  font-family: var(--font);
  font-weight: 400;
  font-size: 12px;
  color: var(--charcoal);
}
.footer-bottom__est { text-align: left; }
.footer-bottom__copy { text-align: center; }
.footer-legal {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
.footer-legal a {
  color: var(--charcoal);
  transition: color 200ms ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.footer-legal a:hover { color: var(--naranja); border-bottom-color: var(--naranja); }

/* Sección 4 · Logo gigante como cierre */
.footer-brand-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 20px;
  user-select: none;
}
.footer-brand-mark img {
  width: clamp(240px, 45vw, 640px);
  height: auto;
  display: block;
}

/* Sección 5 · Credit INNOVA */
.footer-credit {
  text-align: center;
  padding: 14px 0 20px;
  font-family: var(--font);
  font-weight: 300;
  font-size: 11px;
  color: rgba(59, 10, 21, 0.4);
  letter-spacing: 0.05em;
}
.footer-credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 200ms ease;
}
.footer-credit a:hover { color: var(--naranja); }

/* ==================== WHATSAPP FLOTANTE ==================== */
.wa-float {
  position: fixed;
  right: 24px; bottom: 24px;
  z-index: 9999;
  width: 60px; height: 60px;
  border-radius: var(--r-pill);
  background: var(--whatsapp);
  color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: transform 200ms var(--ease);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1199px) {
  .servicios-banner-wrap { aspect-ratio: 16/10; }
  .servicios-banner-block { width: min(92%, 380px); }
  .nosotros-grid { width: 65%; }
  .cat-slide { gap: clamp(16px, 2vw, 24px); }
  .best__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .mega__inner { grid-template-columns: 1fr; }
  .mega__feature { max-width: 480px; }
}

@media (max-width: 768px) {
  :root { --nav-h: 68px; --nav-main-h: 68px; }

  .nav__icon--pin { display: none; }

  .nav__menu {
    position: fixed; inset: var(--nav-h) 0 0 0;
    background: var(--crema);
    color: var(--bordo);
    flex-direction: column;
    padding: 40px 24px;
    gap: 8px;
    transform: translateX(100%);
    transition: transform 400ms var(--ease);
    align-items: flex-start;
    justify-self: stretch;
  }
  .nav.is-open .nav__menu { transform: translateX(0); }
  .nav__link { font-size: 16px; padding: 14px 0; width: 100%; }
  .nav__burger { display: inline-flex; }
  .nav.is-open .nav__burger span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav.is-open .nav__burger span:nth-child(2) { opacity: 0; }
  .nav.is-open .nav__burger span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .nav.is-open { background: var(--crema); color: var(--bordo); }
  .nav.is-open .nav__logo img { filter: none; }
  .nav__logo img { width: 110px; }
  .nav__icons { gap: 14px; }

  .hero { min-height: 85vh; }
  .hero__media { height: clamp(500px, 85vh, 800px); }
  .hero__media img { object-position: center bottom; }
  .hero__overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.18) 45%, rgba(0,0,0,0) 70%);
  }
  .hero__content {
    top: 0;
    bottom: auto;
    padding: clamp(90px, 14vh, 130px) clamp(20px, 4vw, 64px) 0;
  }
  .hero__title { font-size: clamp(24px, 6vw, 36px); }
  .hero__line { white-space: normal; }

  .best__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .best__header { flex-wrap: wrap; }
  .product__cart { padding: 12px 12px; font-size: 11px; letter-spacing: 0.1em; }
  .product__name { font-size: 14px; }
  .product__price { font-size: 14px; }
  .product__cat { font-size: 11px; }

  .footer { padding: 60px 20px 0; }
  .footer-newsletter { grid-template-columns: 1fr; gap: 32px; padding-bottom: 48px; }
  .footer-newsletter__title { font-size: clamp(22px, 6vw, 30px); }
  .footer-columns { grid-template-columns: 1fr; gap: 40px; padding: 48px 0; }
  .footer-manifest { max-width: 100%; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .footer-bottom__est, .footer-bottom__copy { text-align: center; }
  .footer-legal { justify-content: center; flex-wrap: wrap; gap: 16px; }
  .footer-brand-mark { font-size: clamp(70px, 22vw, 120px); }

  .process__steps { grid-template-columns: 1fr; gap: var(--gap-md); }

  .nosotros-teaser { padding: 60px 20px; }
  .nosotros-bg { opacity: 0.25; }
  .nosotros-header { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 32px; }
  .nosotros-grid { width: 100%; margin-left: 0; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .nosotros-cell { min-height: 120px; padding: 20px 16px; }
  .nosotros-cell--wide { grid-column: span 2; }

  .cat-slide { grid-template-columns: 1fr; gap: 20px; position: relative; inset: auto; }
  .cat-slide[data-slide="0"] { position: relative; }
  .cat-item--sq .cat-item__media, .cat-item--wide .cat-item__media { aspect-ratio: 4/3; }
  .cat-arrow { display: none; }

  .servicios-banner { padding: 40px 0; }
  .servicios-banner-wrap {
    aspect-ratio: auto;
    min-height: unset;
    flex-direction: column;
  }
  .servicios-banner-half {
    aspect-ratio: 4/5;
    width: 100%;
  }
  .servicios-banner-block {
    width: min(88%, 340px);
    padding: 0 16px;
  }
  .banner-title {
    letter-spacing: 0.03em;
    white-space: normal;
  }

  .aromas-grid { grid-template-columns: repeat(3, 1fr); }

  .nav__icon, .btn { min-height: 48px; }

  .marquee { height: 40px; }
  .marquee__group { font-size: 11px; gap: 28px; padding-right: 28px; }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .best__grid { grid-template-columns: repeat(2, 1fr); }
  .footer-newsletter { grid-template-columns: 1fr; gap: 32px; }
  .footer-columns { grid-template-columns: 1fr 1fr; gap: 48px 32px; }
  .footer-brand-mark { font-size: clamp(100px, 18vw, 200px); }
}

/* ==================== SUBPÁGINA QUIÉNES SOMOS v1.0 ==================== */

/* Estado activo del ítem de nav */
.nav__link--active { color: var(--naranja); }
.nav__link--active::after { transform: scaleX(1); background: var(--naranja); }

/* Nav en estado sólido desde el inicio (subpáginas sin hero oscuro) */
.nav--solid {
  background: var(--crema);
  color: var(--bordo);
  box-shadow: 0 1px 0 rgba(59, 10, 21, 0.06);
}

/* Sección 1 · Hero editorial */
.qs-hero {
  position: relative;
  width: 100%;
  height: clamp(360px, 55vh, 560px);
  overflow: hidden;
  background: #F0EDE5;
  margin-top: var(--nav-h);
}
.qs-hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.qs-hero::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 55%;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.45) 100%);
  z-index: 1;
  pointer-events: none;
}
.qs-hero-content {
  position: absolute;
  bottom: clamp(40px, 8vh, 100px);
  left: clamp(24px, 5vw, 100px);
  color: #FFFFFF;
  z-index: 2;
  max-width: 80%;
}
.qs-hero-line1 {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(20px, 2vw, 32px);
  margin: 0 0 4px 0;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.qs-hero-line2 {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(64px, 10vw, 160px);
  margin: 0;
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

/* Sección 2 · Manifesto */
.qs-manifesto {
  background: #FAFAF8;
  padding: clamp(80px, 12vw, 160px) clamp(24px, 5vw, 80px);
}
.qs-manifesto-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.qs-manifesto-lead {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(18px, 1.6vw, 24px);
  color: var(--bordo);
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.qs-manifesto-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(32px, 4.5vw, 64px);
  color: var(--bordo);
  margin: 0 0 clamp(40px, 6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}
.qs-manifesto-body { display: flex; flex-direction: column; gap: 20px; }
.qs-manifesto-body p {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(15px, 1.15vw, 17px);
  color: var(--charcoal);
  margin: 0;
  line-height: 1.7;
}

/* Sección 3 · Founder */
.qs-founder {
  background: #FAFAF8;
  padding: 0 clamp(24px, 5vw, 80px) clamp(80px, 12vw, 160px);
}
.qs-founder-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.qs-founder-inner { max-width: 900px; }
.qs-founder-img {
  width: 100%;
  max-width: 820px;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  display: block;
  margin: 0 auto clamp(24px, 3vw, 40px);
}
.qs-founder-caption { display: flex; flex-direction: column; gap: 4px; }
.qs-founder-name {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--bordo);
  margin: 0;
  letter-spacing: -0.04em;
}
.qs-founder-role {
  font-family: var(--font);
  font-weight: 400;
  font-size: clamp(11px, 0.9vw, 13px);
  color: var(--naranja);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

/* Sección 4 · CTA */
.qs-cta {
  background: #FFFFFF;
  padding: clamp(80px, 10vw, 120px) clamp(24px, 5vw, 80px);
  text-align: center;
}
.qs-cta-title {
  font-family: var(--font);
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 40px);
  color: var(--bordo);
  margin: 0 0 clamp(24px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.045em;
}
.qs-cta-btn {
  display: inline-block;
  padding: 16px 40px;
  background: var(--bordo);
  color: #FFFFFF;
  font-family: var(--font);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 250ms ease;
  cursor: pointer;
}
.qs-cta-btn:hover { background: var(--naranja); }

@media (max-width: 1199px) {
  .qs-hero { height: clamp(360px, 55vh, 560px); }
}
@media (max-width: 768px) {
  .qs-hero { height: clamp(360px, 55vh, 560px); }
  .qs-hero-content { max-width: 92%; padding-right: 20px; }
  .qs-hero-line2 { font-size: clamp(44px, 14vw, 72px); }
  .qs-manifesto { padding: 60px 20px; }
  .qs-manifesto-title { font-size: clamp(24px, 8vw, 38px); }
  .qs-founder-img { max-width: 100%; }
  .qs-cta { padding: 60px 20px; }
}

/* ==================== SUBPÁGINAS PRODUCTOS v1.0 (listado + detalle) ==================== */

/* ===== Layout base subpáginas productos ===== */
.pd-listado, .pd-detalle {
  background: #FFFFFF;
  padding: clamp(24px, 3vw, 40px) clamp(24px, 5vw, 80px) clamp(80px, 10vw, 140px);
  max-width: 1600px;
  margin: var(--nav-h) auto 0;
}
.pd-detalle { max-width: 1400px; }

/* Breadcrumb común */
.pd-breadcrumb {
  font-family: var(--font);
  font-weight: 400;
  font-size: 12px;
  color: rgba(59, 10, 21, 0.6);
  margin-bottom: clamp(32px, 4vw, 48px);
  letter-spacing: 0.02em;
}
.pd-breadcrumb a { color: inherit; text-decoration: none; transition: color 200ms ease; }
.pd-breadcrumb a:hover { color: var(--naranja); }
.pd-breadcrumb span { margin: 0 8px; }

/* ===== LISTADO ===== */
.pd-header {
  margin-bottom: clamp(40px, 5vw, 64px);
  max-width: 720px;
}
.pd-h1 {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(40px, 5vw, 72px);
  color: var(--bordo);
  margin: 0 0 16px 0;
  letter-spacing: -0.045em;
  line-height: 1;
}
.pd-lead {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(15px, 1.2vw, 17px);
  color: var(--charcoal);
  margin: 0;
  line-height: 1.6;
}

.pd-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: clamp(32px, 4vw, 60px);
  align-items: start;
}
.pd-filters {
  position: sticky;
  top: calc(var(--nav-h) + 20px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 40px);
}
.pd-filter-group { display: flex; flex-direction: column; gap: 12px; }
.pd-filter-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: 13px;
  color: var(--bordo);
  margin: 0 0 4px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.pd-filter-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.pd-filter-list--tags { flex-direction: row; flex-wrap: wrap; gap: 8px; }
.pd-filter-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-family: var(--font);
  font-weight: 400;
  font-size: 14px;
  color: var(--charcoal);
  text-decoration: none;
  padding: 4px 0;
  transition: color 200ms ease;
}
.pd-filter-item:hover { color: var(--naranja); }
.pd-filter-item--active { color: var(--bordo); font-weight: 500; }
.pd-filter-item span { color: rgba(59, 10, 21, 0.4); font-size: 12px; }

.pd-tag {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid rgba(59, 10, 21, 0.2);
  border-radius: 999px;
  font-family: var(--font);
  font-weight: 400;
  font-size: 12px;
  color: var(--bordo);
  text-decoration: none;
  transition: all 200ms ease;
}
.pd-tag:hover { background: var(--bordo); color: #FFFFFF; border-color: var(--bordo); }

.pd-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(59, 10, 21, 0.1);
}
.pd-count { font-family: var(--font); font-weight: 400; font-size: 13px; color: var(--charcoal); }
.pd-sort {
  font-family: var(--font);
  font-weight: 400;
  font-size: 13px;
  color: var(--bordo);
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
}

.pd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 40px) clamp(16px, 2vw, 24px);
}
.pd-card { text-decoration: none; display: block; transition: transform 300ms ease; color: inherit; }
.pd-card:hover { transform: translateY(-4px); }
.pd-card-img {
  position: relative;
  aspect-ratio: 1/1;
  background: #F8F6F2;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 14px;
}
.pd-card-img img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: transform 600ms ease;
}
.pd-card:hover .pd-card-img img { transform: scale(1.04); }
.pd-card-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--bordo);
  z-index: 2;
  transition: color 200ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pd-card-wishlist svg { width: 20px; height: 20px; }
.pd-card-wishlist:hover { color: var(--naranja); }
.pd-card-wishlist.active svg { fill: var(--naranja); stroke: var(--naranja); }
.pd-card-cat {
  font-family: var(--font);
  font-weight: 400;
  font-size: 11px;
  color: var(--charcoal);
  margin: 0 0 4px 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.pd-card-name {
  font-family: var(--font);
  font-weight: 500;
  font-size: 15px;
  color: var(--bordo);
  margin: 0 0 4px 0;
}
.pd-card-price {
  font-family: var(--font);
  font-weight: 400;
  font-size: 14px;
  color: var(--charcoal);
  margin: 0;
}

/* ===== DETALLE PRODUCTO ===== */
.pd-detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  margin-top: clamp(24px, 3vw, 40px);
}
.pd-gallery { display: flex; flex-direction: column; gap: 16px; }
.pd-gallery-main {
  aspect-ratio: 1/1;
  background: #FFFFFF;
  overflow: hidden;
}
.pd-gallery-main img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 40px;
}
.pd-gallery-thumbs { display: flex; gap: 12px; flex-wrap: wrap; }
.pd-thumb {
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid rgba(59, 10, 21, 0.15);
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  padding: 8px;
  transition: border-color 200ms ease;
}
.pd-thumb--active { border-color: var(--bordo); }
.pd-thumb img { width: 100%; height: 100%; object-fit: contain; }

.pd-info { display: flex; flex-direction: column; gap: 20px; padding-top: 12px; }
.pd-cat {
  font-family: var(--font);
  font-weight: 400;
  font-size: 11px;
  color: var(--charcoal);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.pd-name {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(28px, 3vw, 40px);
  color: var(--bordo);
  margin: 0;
  letter-spacing: -0.045em;
  line-height: 1.1;
}
.pd-price {
  font-family: var(--font);
  font-weight: 500;
  font-size: 28px;
  color: var(--bordo);
  margin: 8px 0 0 0;
}
.pd-price-note {
  font-family: var(--font);
  font-weight: 300;
  font-size: 13px;
  color: var(--naranja);
  margin: -12px 0 0 0;
}
.pd-field-label {
  font-family: var(--font);
  font-weight: 500;
  font-size: 12px;
  color: var(--bordo);
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.pd-scent-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.pd-scent-tag {
  padding: 8px 16px;
  background: transparent;
  border: 1px solid rgba(59, 10, 21, 0.2);
  border-radius: 999px;
  font-family: var(--font);
  font-weight: 400;
  font-size: 13px;
  color: var(--bordo);
  cursor: pointer;
  transition: all 200ms ease;
}
.pd-scent-tag:hover { border-color: var(--bordo); }
.pd-scent-tag--active { background: var(--bordo); color: #FFFFFF; border-color: var(--bordo); }

.pd-actions { display: flex; gap: 10px; margin-top: 8px; }
.pd-btn {
  padding: 16px 32px;
  border-radius: 4px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 250ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pd-btn--primary {
  flex: 1;
  background: var(--naranja);
  color: #FFFFFF;
}
.pd-btn--primary:hover { background: var(--bordo); }
.pd-btn--wishlist {
  width: 52px;
  background: transparent;
  border: 1px solid rgba(59, 10, 21, 0.2);
  color: var(--bordo);
}
.pd-btn--wishlist:hover { border-color: var(--naranja); color: var(--naranja); }
.pd-btn--wishlist svg { width: 20px; height: 20px; }
.pd-btn--wishlist.active svg { fill: var(--naranja); stroke: var(--naranja); }

.pd-desc p {
  font-family: var(--font);
  font-weight: 300;
  font-size: 15px;
  color: var(--charcoal);
  line-height: 1.6;
  margin: 0;
}
.pd-specs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0;
  border-top: 1px solid rgba(59, 10, 21, 0.1);
  border-bottom: 1px solid rgba(59, 10, 21, 0.1);
}
.pd-spec { display: flex; justify-content: space-between; gap: 24px; }
.pd-spec-label {
  font-family: var(--font);
  font-weight: 400;
  font-size: 13px;
  color: var(--charcoal);
}
.pd-spec-value {
  font-family: var(--font);
  font-weight: 500;
  font-size: 13px;
  color: var(--bordo);
  text-align: right;
}
.pd-shipping {
  font-family: var(--font);
  font-weight: 400;
  font-size: 13px;
  color: var(--naranja);
  margin: 0;
}

.pd-related { margin-top: clamp(80px, 10vw, 140px); }
.pd-related-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(28px, 3vw, 40px);
  color: var(--bordo);
  margin: 0 0 40px 0;
  letter-spacing: -0.045em;
}
.pd-related .pd-grid { grid-template-columns: repeat(4, 1fr); }

/* Responsive productos */
@media (max-width: 1024px) {
  .pd-layout { grid-template-columns: 200px 1fr; gap: 32px; }
  .pd-grid { grid-template-columns: repeat(2, 1fr); }
  .pd-detail-layout { grid-template-columns: 1fr; gap: 40px; }
  .pd-related .pd-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .pd-layout { grid-template-columns: 1fr; gap: 32px; }
  .pd-filters { position: static; }
  .pd-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
  .pd-actions { flex-direction: column; }
  .pd-btn--wishlist { width: 100%; }
  .pd-gallery-main img { padding: 20px; }
}

/* ==================== MOBILE MENU v2.8 (fullscreen overlay estilo Velore) ==================== */
.mobile-menu { display: none; }

@media (max-width: 768px) {
  .mobile-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: #FAFAF8;
    opacity: 0;
    visibility: hidden;
    transition: opacity 400ms ease, visibility 400ms ease;
    overflow-y: auto;
  }
  .mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu-inner {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 32px 40px;
    text-align: center;
  }
  .mobile-menu-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--bordo);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu-close svg { width: 24px; height: 24px; }
  .mobile-menu-nav {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 4vw, 32px);
    margin-bottom: clamp(48px, 8vw, 72px);
    width: 100%;
    max-width: 320px;
  }
  .mobile-menu-link {
    font-family: var(--font);
    font-weight: 400;
    font-size: clamp(28px, 8vw, 36px);
    color: var(--bordo);
    text-decoration: none;
    letter-spacing: -0.045em;
    line-height: 1;
    transition: color 200ms ease;
    display: block;
  }
  .mobile-menu-link:hover, .mobile-menu-link:active { color: var(--naranja); }
  .mobile-menu-search {
    width: 100%;
    max-width: 320px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(59, 10, 21, 0.3);
    padding-bottom: 8px;
    margin-bottom: 24px;
  }
  .mobile-menu-search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 8px 0;
    font-family: var(--font);
    font-weight: 400;
    font-size: 15px;
    color: var(--bordo);
    outline: none;
    text-align: left;
  }
  .mobile-menu-search-input::placeholder { color: rgba(59, 10, 21, 0.4); }
  .mobile-menu-search-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--bordo);
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu-search-btn svg { width: 20px; height: 20px; }
  .mobile-menu-tagline {
    font-family: var(--font);
    font-weight: 300;
    font-size: 13px;
    color: rgba(59, 10, 21, 0.5);
    max-width: 280px;
    line-height: 1.4;
    margin: 0;
  }
  body.menu-open { overflow: hidden; }
}

/* ==================== AROMATIZACIÓN COMERCIAL v4.9 (card bordó tipo Éclat) ==================== */
.aromcom {
  background: #FFFFFF;
  padding: clamp(60px, 8vw, 120px) clamp(24px, 4vw, 60px);
  overflow: hidden;
}
.aromcom-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 40px);
  max-width: 1500px;
  margin: 0 auto;
  align-items: stretch;
  min-height: clamp(480px, 65vh, 680px);
}
.aromcom-media {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #E8DFD3;
}
.aromcom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.aromcom-card {
  background: var(--bordo);
  border-radius: 4px;
  padding: clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  position: relative;
}
.aromcom-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(28px, 3vw, 44px);
  color: #FFFFFF;
  margin: 0 0 auto 0;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.aromcom-body {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 32px);
  margin: clamp(48px, 6vw, 72px) 0 clamp(32px, 4vw, 48px) 0;
  max-width: 480px;
}
.aromcom-block {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(14px, 1.05vw, 16px);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  margin: 0;
}
.aromcom-cta {
  display: inline-block;
  align-self: flex-start;
  padding: 16px 36px;
  background: transparent;
  border: 1.5px solid #FFFFFF;
  color: #FFFFFF;
  font-family: var(--font);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 250ms ease, color 250ms ease;
  cursor: pointer;
}
.aromcom-cta:hover {
  background: #FFFFFF;
  color: var(--bordo);
}

@media (max-width: 1024px) {
  .aromcom-wrapper { min-height: 600px; }
  .aromcom-card { padding: 40px; }
}
@media (max-width: 768px) {
  .aromcom { padding: 48px 20px; }
  .aromcom-wrapper { grid-template-columns: 1fr; gap: 16px; min-height: unset; }
  .aromcom-media { aspect-ratio: 4/3; height: auto; }
  .aromcom-card { padding: 32px 24px; }
  .aromcom-title { font-size: clamp(28px, 8vw, 36px); }
  .aromcom-body { margin: 32px 0 24px; max-width: 100%; }
  .aromcom-cta { align-self: stretch; text-align: center; }
}

/* ==================== SUBPÁGINA NUESTROS AROMAS v1.0 ==================== */

/* Hero */
.aromas-hero {
  position: relative;
  width: 100%;
  height: clamp(360px, 55vh, 560px);
  overflow: hidden;
  background: #F0EDE5;
  margin-top: var(--nav-h);
}
.aromas-hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.aromas-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.4) 100%);
  z-index: 1;
  pointer-events: none;
}
.aromas-hero-content {
  position: absolute;
  bottom: clamp(40px, 8vh, 100px);
  left: clamp(24px, 5vw, 100px);
  color: #FFFFFF;
  z-index: 2;
  max-width: 80%;
}
.aromas-hero-line1 {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(18px, 1.8vw, 28px);
  margin: 0 0 8px 0;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.aromas-hero-line2 {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(40px, 6.5vw, 96px);
  margin: 0;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

/* Manifiesto */
.aromas-manifiesto {
  background: #FFFFFF;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 80px);
  text-align: center;
}
.aromas-manifiesto-inner { max-width: 720px; margin: 0 auto; }
.aromas-manifiesto-lead {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(18px, 1.6vw, 24px);
  color: var(--bordo);
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.aromas-manifiesto-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(32px, 4.5vw, 64px);
  color: var(--bordo);
  margin: 0 0 clamp(32px, 4vw, 48px) 0;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}
.aromas-manifiesto-body {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(15px, 1.15vw, 17px);
  color: var(--charcoal);
  margin: 0 auto;
  line-height: 1.7;
  max-width: 560px;
}

/* Selectores comunes (emoción + lugar) */
.aromas-selector {
  padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 80px);
}
.aromas-selector--emocion { background: #FFFFFF; }
.aromas-selector--lugar { background: #FFFFFF; }
.aromas-selector-inner { max-width: 1400px; margin: 0 auto; }
.aromas-selector-header { text-align: center; margin-bottom: clamp(48px, 6vw, 80px); }
.aromas-selector-pretitle {
  font-family: var(--font);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--naranja);
  margin: 0 0 12px 0;
}
.aromas-selector-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(32px, 4vw, 56px);
  color: var(--bordo);
  margin: 0;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

/* Emoción */
.aromas-emociones-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto auto 1fr;
  gap: 0;
}
.emocion-card {
  padding: clamp(24px, 3vw, 40px) clamp(16px, 2vw, 28px);
  border-right: 1px solid rgba(59, 10, 21, 0.1);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 340px;
}
.emocion-card:last-child { border-right: none; }
/* Imagen de fondo por emoción — visible pero lavada por overlay */
.emocion-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 600ms ease, filter 400ms ease;
}
.emocion-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
    rgba(253, 249, 244, 0.82) 0%,
    rgba(253, 249, 244, 0.62) 55%,
    rgba(253, 249, 244, 0.45) 100%);
  pointer-events: none;
  transition: background 400ms ease;
}
.emocion-card > * { position: relative; z-index: 2; }
.emocion-card:hover::before { transform: scale(1.04); }
.emocion-card:hover::after {
  background: linear-gradient(180deg,
    rgba(253, 249, 244, 0.74) 0%,
    rgba(253, 249, 244, 0.5) 55%,
    rgba(253, 249, 244, 0.3) 100%);
}

.emocion-card[data-emocion="conexion"]::before   { background-image: url('../images/conexion.jpg'); }
.emocion-card[data-emocion="energia"]::before    { background-image: url('../images/energia.jpg'); }
.emocion-card[data-emocion="intimidad"]::before  { background-image: url('../images/intimidad.jpg'); }
.emocion-card[data-emocion="bienestar"]::before  { background-image: url('../images/bienestar.jpg'); }
.emocion-card[data-emocion="inspiracion"]::before{ background-image: url('../images/inspiracion.jpg'); }
.emocion-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(18px, 1.5vw, 22px);
  color: var(--bordo);
  margin: 0;
  letter-spacing: -0.04em;
}
.emocion-desc {
  font-family: var(--font);
  font-weight: 400;
  font-size: 13px;
  color: var(--charcoal);
  line-height: 1.55;
  margin: 0;
}
.emocion-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; align-self: end; }
.emocion-tag {
  font-family: var(--font);
  font-weight: 500;
  font-size: 11px;
  color: var(--bordo);
  background: #FFFFFF;
  padding: 4px 10px;
  border: 1px solid rgba(59, 10, 21, 0.2);
  border-radius: 999px;
}

@media (max-width: 1024px) {
  .aromas-emociones-grid { grid-template-columns: repeat(2, 1fr); }
  .emocion-card {
    border-right: 1px solid rgba(59, 10, 21, 0.1);
    border-bottom: 1px solid rgba(59, 10, 21, 0.1);
  }
  .emocion-card:nth-child(even) { border-right: none; }
  .emocion-card:nth-last-child(-n+2) { border-bottom: none; }
  .emocion-card:last-child:nth-child(odd) { border-right: none; grid-column: span 2; }
}
@media (max-width: 640px) {
  .aromas-emociones-grid { grid-template-columns: 1fr; }
  .emocion-card {
    border-right: none;
    border-bottom: 1px solid rgba(59, 10, 21, 0.1);
    padding: 24px 20px;
    min-height: 260px;
  }
  .emocion-card:last-child { border-bottom: none; }
}

/* Lugar */
.aromas-lugares-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: transparent;
}
.lugar-card {
  background: #FFFFFF;
  border: 1px solid rgba(59, 10, 21, 0.08);
  border-radius: 10px;
  padding: clamp(32px, 4vw, 56px) clamp(24px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 300ms ease, border-color 300ms ease;
}
.lugar-card:hover { background: #FAFAF8; border-color: rgba(59, 10, 21, 0.15); }
.lugar-icon {
  width: 32px; height: 32px;
  color: var(--charcoal);
  margin-bottom: 8px;
}
.lugar-photo {
  width: clamp(128px, 11vw, 168px);
  height: clamp(128px, 11vw, 168px);
  border-radius: 50%;
  overflow: hidden;
  background: #FAFAF8;
  margin-bottom: 4px;
  position: relative;
  isolation: isolate;
}
.lugar-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 700ms ease;
}
.lugar-card:hover .lugar-photo img {
  transform: scale(1.06);
}
.lugar-photo--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--charcoal);
}
.lugar-photo--placeholder svg {
  width: 34px;
  height: 34px;
}
.lugar-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(20px, 1.8vw, 26px);
  color: var(--bordo);
  margin: 0;
  letter-spacing: -0.04em;
}
.lugar-desc {
  font-family: var(--font);
  font-weight: 300;
  font-size: 14px;
  color: var(--charcoal);
  line-height: 1.5;
  margin: 0;
}
.lugar-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.lugar-tag {
  font-family: var(--font);
  font-weight: 400;
  font-size: 11px;
  color: var(--bordo);
  padding: 4px 10px;
  border: 1px solid rgba(59, 10, 21, 0.2);
  border-radius: 999px;
}

@media (max-width: 1024px) {
  .aromas-lugares-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .aromas-lugares-grid { grid-template-columns: 1fr; }
}

/* Colección 12 aromas */
.aromas-coleccion {
  background: #FFFFFF;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 80px);
}
.aromas-coleccion-inner { max-width: 1400px; margin: 0 auto; }
.aromas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(32px, 4vw, 56px);
}
.aroma-item {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  transition: transform 400ms ease, box-shadow 400ms ease;
}
.aroma-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(59, 10, 21, 0.06);
}
.aroma-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.aroma-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 800ms ease;
}
.aroma-item:hover .aroma-media img { transform: scale(1.04); }
.aroma-hash {
  position: absolute;
  bottom: 16px; left: 16px;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 12px;
  border-radius: 999px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 11px;
  color: var(--bordo);
  letter-spacing: 0.02em;
}
.aroma-info {
  padding: clamp(24px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.aroma-editorial {
  font-family: var(--font);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--naranja);
  margin: 0;
}
.aroma-name {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(22px, 2vw, 28px);
  color: var(--bordo);
  margin: 0;
  letter-spacing: -0.045em;
  line-height: 1;
}
.aroma-tagline {
  font-family: var(--font);
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  color: var(--charcoal);
  margin: 0;
  line-height: 1.4;
}
.aroma-specs {
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(59, 10, 21, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aroma-specs > div { display: flex; flex-direction: column; gap: 2px; }
.aroma-specs dt {
  font-family: var(--font);
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--naranja);
  margin: 0;
}
.aroma-specs dd {
  font-family: var(--font);
  font-weight: 400;
  font-size: 13px;
  color: var(--bordo);
  margin: 0;
  line-height: 1.4;
}
.aroma-cta {
  display: inline-block;
  align-self: flex-start;
  margin-top: 8px;
  padding: 12px 24px;
  background: var(--naranja);
  color: #FFFFFF;
  font-family: var(--font);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 250ms ease;
}
.aroma-cta:hover { background: var(--bordo); }

@media (max-width: 1024px) {
  .aromas-grid { grid-template-columns: 1fr; }
  .aroma-item { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .aroma-item { grid-template-columns: 1fr; }
  .aroma-media { aspect-ratio: 4/3; }
  .aroma-info { padding: 24px 20px; }
}

/* Cierre */
.aromas-cierre {
  background: #FFFFFF;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 80px);
  text-align: center;
}
.aromas-cierre-inner { max-width: 720px; margin: 0 auto; }
.aromas-cierre-pretitle {
  font-family: var(--font);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--naranja);
  margin: 0 0 16px 0;
}
.aromas-cierre-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--bordo);
  margin: 0 0 20px 0;
  letter-spacing: -0.045em;
  line-height: 1.15;
}
.aromas-cierre-body {
  font-family: var(--font);
  font-weight: 300;
  font-size: 15px;
  color: var(--charcoal);
  margin: 0 0 32px 0;
  line-height: 1.6;
}
.aromas-cierre-cta {
  display: inline-block;
  padding: 18px 40px;
  background: var(--naranja);
  color: #FFFFFF;
  font-family: var(--font);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 250ms ease;
}
.aromas-cierre-cta:hover { background: var(--bordo); }

/* ==================== SUBPÁGINA CREÁ TU AROMA v1.0 ==================== */

/* Hero */
.cta-hero {
  position: relative;
  width: 100%;
  height: clamp(360px, 55vh, 560px);
  overflow: hidden;
  background: #F0EDE5;
  margin-top: var(--nav-h);
}
.cta-hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.cta-hero::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.05) 100%),
    linear-gradient(to right, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.1) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
  pointer-events: none;
}
.cta-hero-content {
  position: absolute;
  bottom: clamp(40px, 8vh, 100px);
  left: clamp(24px, 5vw, 100px);
  color: #FFFFFF;
  z-index: 2;
  max-width: 80%;
}
.cta-hero-line1 {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(18px, 1.8vw, 28px);
  margin: 0 0 8px 0;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.cta-hero-line2 {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(38px, 6vw, 88px);
  margin: 0;
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45), 0 1px 3px rgba(0, 0, 0, 0.35);
}

/* Manifiesto + proceso + CTA */
.cta-manifiesto {
  background: #FAFAF8;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 80px);
  text-align: center;
}
.cta-manifiesto-inner {
  max-width: 780px;
  margin: 0 auto;
}
.cta-manifiesto-pretitle {
  font-family: var(--font);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--naranja);
  margin: 0 0 16px 0;
}
.cta-manifiesto-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 64px);
  color: var(--bordo);
  margin: 0 0 clamp(32px, 4vw, 48px) 0;
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.cta-manifiesto-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 620px;
  margin: 0 auto;
}
.cta-manifiesto-body p {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(15px, 1.15vw, 17px);
  color: var(--charcoal);
  margin: 0;
  line-height: 1.7;
}
/* ¿Por dónde empiezo? v1.1 · layout 50/50 imagen + texto */
.cta-empiezo {
  background: #FFFFFF;
  overflow: hidden;
}
.cta-empiezo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(520px, 70vh, 720px);
  align-items: stretch;
}
.cta-empiezo-media {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
}
.cta-empiezo-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.cta-empiezo-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: clamp(48px, 8vw, 100px) clamp(32px, 6vw, 96px);
  max-width: 640px;
}
.cta-empiezo-pretitle {
  font-family: var(--font);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--naranja);
  margin: 0 0 16px 0;
}
.cta-empiezo-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(32px, 4vw, 56px);
  color: var(--bordo);
  margin: 0 0 24px 0;
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.cta-empiezo-body {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(15px, 1.15vw, 17px);
  color: var(--charcoal);
  line-height: 1.7;
  margin: 0 0 clamp(28px, 3.5vw, 40px) 0;
}
.cta-empiezo-btn {
  display: inline-block;
  padding: 18px 44px;
  background: var(--naranja);
  color: #FFFFFF;
  font-family: var(--font);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 250ms ease;
}
.cta-empiezo-btn:hover { background: var(--bordo); }

@media (max-width: 1024px) {
  .cta-empiezo-grid { min-height: 600px; }
  .cta-empiezo-content { padding: 60px 40px; }
}
@media (max-width: 768px) {
  .cta-empiezo-grid { grid-template-columns: 1fr; min-height: unset; }
  .cta-empiezo-media { aspect-ratio: 3/4; height: auto; }
  .cta-empiezo-content { padding: 48px 24px 64px; max-width: 100%; }
  .cta-empiezo-btn { align-self: stretch; text-align: center; }
}

/* Detalles */
.cta-detalles {
  background: #FFFFFF;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 80px);
  text-align: center;
}
.cta-detalles-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.cta-detalles-pretitle {
  font-family: var(--font);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--naranja);
  margin: 0 0 16px 0;
}
.cta-detalles-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--bordo);
  margin: 0 0 clamp(48px, 6vw, 72px) 0;
  letter-spacing: -0.045em;
  line-height: 1.15;
}
.cta-detalles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(59, 10, 21, 0.1);
  border-bottom: 1px solid rgba(59, 10, 21, 0.1);
}
.detalle-card {
  padding: clamp(32px, 4vw, 48px) clamp(20px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(59, 10, 21, 0.1);
  text-align: center;
}
.detalle-card:last-child { border-right: none; }
.detalle-icon {
  width: 36px; height: 36px;
  color: var(--charcoal);
  margin-bottom: 8px;
}
.detalle-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--bordo);
  margin: 0;
  letter-spacing: -0.04em;
}
.detalle-desc {
  font-family: var(--font);
  font-weight: 300;
  font-size: 14px;
  color: var(--charcoal);
  line-height: 1.55;
  margin: 0;
  max-width: 280px;
}

@media (max-width: 768px) {
  .cta-detalles-grid {
    grid-template-columns: 1fr;
    border-top: none;
    border-bottom: none;
  }
  .detalle-card {
    border-right: none;
    border-bottom: 1px solid rgba(59, 10, 21, 0.1);
    padding: 32px 0;
  }
  .detalle-card:last-child { border-bottom: none; }
}

/* Inspiración cierre */
.cta-inspiracion {
  background: #FAFAF8;
  overflow: hidden;
}
.cta-inspiracion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(480px, 65vh, 640px);
  align-items: stretch;
}
.cta-inspiracion-media {
  position: relative;
  overflow: hidden;
  background: #E8DFD3;
}
.cta-inspiracion-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.cta-inspiracion-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 8vw, 100px) clamp(32px, 6vw, 96px);
  max-width: 640px;
}
.cta-inspiracion-pretitle {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(16px, 1.4vw, 20px);
  color: var(--bordo);
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.cta-inspiracion-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--bordo);
  margin: 0 0 20px 0;
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.cta-inspiracion-body {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(14px, 1.05vw, 16px);
  color: var(--charcoal);
  line-height: 1.65;
  margin: 0 0 clamp(28px, 3.5vw, 40px) 0;
}
.cta-inspiracion-btn {
  display: inline-block;
  align-self: flex-start;
  padding: 16px 36px;
  background: transparent;
  border: 1.5px solid var(--bordo);
  color: var(--bordo);
  font-family: var(--font);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 250ms ease, color 250ms ease;
}
.cta-inspiracion-btn:hover {
  background: var(--bordo);
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .cta-inspiracion-grid { grid-template-columns: 1fr; min-height: unset; }
  .cta-inspiracion-media { aspect-ratio: 4/3; height: auto; }
  .cta-inspiracion-content { padding: 40px 24px 56px; max-width: 100%; }
  .cta-inspiracion-btn { align-self: stretch; text-align: center; }
}

/* ==================== TITULARES EN MAYÚSCULA (v3.3 global) ==================== */
.section-title,
.cat-title,
.best__title,
.nosotros-title,
.aromcom-title,
.qs-manifesto-title,
.qs-cta-title,
.qs-founder-name,
.pd-h1,
.pd-name,
.pd-related-title,
.aromas-selector-title,
.aromas-cierre-title,
.aroma-name,
.cta-manifiesto-title,
.cta-detalles-title,
.cta-inspiracion-title,
.footer-newsletter__title,
.emocion-title,
.lugar-title,
.detalle-title,
.aromas-manifiesto-title,
.aromas-hero-line2,
.cta-hero-line2,
.qs-hero-line2 {
  text-transform: uppercase;
}

/* ==================== WELCOME POPUP 10% OFF ==================== */
.welcome-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease, visibility 400ms ease;
  pointer-events: none;
}
.welcome-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.welcome-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 5, 10, 0.55);
  backdrop-filter: blur(2px);
  cursor: pointer;
}
.welcome-popup-modal {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 780px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  transform: scale(0.94) translateY(20px);
  opacity: 0;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1) 100ms, opacity 400ms ease 100ms;
}
.welcome-popup.is-open .welcome-popup-modal {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.welcome-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: var(--bordo);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease, transform 200ms ease;
}
.welcome-popup-close:hover {
  background: #FFFFFF;
  transform: scale(1.08);
}
.welcome-popup-close svg { width: 18px; height: 18px; }
.welcome-popup-media {
  position: relative;
  overflow: hidden;
  background: #F0EDE5;
  min-height: 360px;
}
.welcome-popup-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.welcome-popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 4vw, 44px);
  gap: 14px;
}
.welcome-popup-pretitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--naranja);
  margin: 0;
}
.welcome-popup-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 2.8vw, 34px);
  color: var(--bordo);
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.welcome-popup-body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: var(--charcoal);
  line-height: 1.55;
  margin: 0;
}
.welcome-popup-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 6px;
}
.welcome-popup-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(59, 10, 21, 0.2);
  border-radius: 4px;
  background: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--bordo);
  outline: none;
  transition: border-color 200ms ease;
}
.welcome-popup-input:focus { border-color: var(--naranja); }
.welcome-popup-input::placeholder { color: rgba(59, 10, 21, 0.4); }
.welcome-popup-btn {
  padding: 14px 20px;
  background: var(--naranja);
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 250ms ease;
}
.welcome-popup-btn:hover { background: var(--bordo); }
.welcome-popup-legal {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: rgba(59, 10, 21, 0.55);
  line-height: 1.5;
  margin: 6px 0 0 0;
}
body.popup-open { overflow: hidden; }

@media (max-width: 640px) {
  .welcome-popup {
    padding: 16px;
    align-items: flex-end;
  }
  .welcome-popup-modal {
    grid-template-columns: 1fr;
    max-width: 100%;
    max-height: 92vh;
    overflow-y: auto;
  }
  .welcome-popup-media {
    min-height: 200px;
    aspect-ratio: 3/2;
  }
  .welcome-popup-content { padding: 28px 24px 32px; }
  .welcome-popup-title { font-size: clamp(22px, 6.5vw, 28px); }
}

/* ==================== CART DRAWER ==================== */
.cart-drawer {
  position: fixed; inset: 0; z-index: 9500;
  pointer-events: none; opacity: 0;
  transition: opacity 300ms ease;
}
.cart-drawer.is-open { pointer-events: auto; opacity: 1; }
.cart-drawer-overlay {
  position: absolute; inset: 0;
  background: rgba(20, 5, 10, 0.45);
  cursor: pointer;
}
.cart-drawer-panel {
  position: absolute; top: 0; right: 0;
  height: 100%; width: 100%; max-width: 440px;
  background: #FFFFFF;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.15);
}
.cart-drawer.is-open .cart-drawer-panel { transform: translateX(0); }
.cart-drawer-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(59, 10, 21, 0.1);
  flex-shrink: 0;
}
.cart-drawer-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500; font-size: 18px;
  color: var(--bordo); margin: 0;
  letter-spacing: -0.01em;
}
.cart-drawer-count { color: var(--charcoal); font-weight: 400; }
.cart-drawer-close {
  width: 36px; height: 36px;
  background: transparent; border: none; cursor: pointer;
  color: var(--bordo);
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  transition: background 200ms ease;
}
.cart-drawer-close:hover { background: rgba(59, 10, 21, 0.05); }
.cart-drawer-close svg { width: 20px; height: 20px; }
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 20px 28px; }
.cart-empty {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 60px 20px;
  color: var(--charcoal);
}
.cart-empty-icon { width: 48px; height: 48px; color: rgba(59, 10, 21, 0.25); margin-bottom: 20px; }
.cart-empty-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500; font-size: 17px; color: var(--bordo);
  margin: 0 0 8px 0;
}
.cart-empty-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 300; font-size: 14px; color: var(--charcoal);
  margin: 0 0 24px 0; line-height: 1.5;
}
.cart-empty-cta {
  padding: 12px 24px; background: var(--naranja); color: #FFFFFF;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500; font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; border-radius: 4px;
  transition: background 250ms ease;
}
.cart-empty-cta:hover { background: var(--bordo); }
.cart-item {
  display: grid; grid-template-columns: 80px 1fr auto;
  gap: 14px; padding: 16px 0;
  border-bottom: 1px solid rgba(59, 10, 21, 0.08);
  align-items: start;
}
.cart-item:last-child { border-bottom: none; }
.cart-item-img {
  width: 80px; height: 80px;
  border-radius: 6px; overflow: hidden;
  background: #F8F6F2; flex-shrink: 0;
}
.cart-item-img img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.cart-item-info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.cart-item-cat {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--charcoal); margin: 0;
}
.cart-item-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 500; font-size: 14px; color: var(--bordo);
  margin: 0; line-height: 1.3;
}
.cart-item-price {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; font-size: 13px; color: var(--charcoal); margin: 4px 0 0 0;
}
.cart-item-controls { display: flex; align-items: center; gap: 4px; margin-top: 8px; }
.cart-qty-btn {
  width: 26px; height: 26px;
  border: 1px solid rgba(59, 10, 21, 0.2);
  background: transparent; color: var(--bordo);
  cursor: pointer; border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 200ms ease, color 200ms ease;
}
.cart-qty-btn:hover { border-color: var(--naranja); color: var(--naranja); }
.cart-qty-value {
  min-width: 28px; text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500; font-size: 13px; color: var(--bordo);
}
.cart-item-remove {
  align-self: start; background: transparent; border: none; cursor: pointer;
  color: rgba(59, 10, 21, 0.4);
  padding: 4px; transition: color 200ms ease;
}
.cart-item-remove:hover { color: var(--naranja); }
.cart-item-remove svg { width: 16px; height: 16px; }
.cart-drawer-footer {
  padding: 20px 28px 28px;
  border-top: 1px solid rgba(59, 10, 21, 0.1);
  flex-shrink: 0; background: #FAFAF8;
  display: none;
}
.cart-drawer-footer.is-visible { display: block; }
.cart-summary-row {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 16px;
}
.cart-summary-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; font-size: 13px;
  color: var(--charcoal);
  letter-spacing: 0.05em; text-transform: uppercase;
}
.cart-summary-value {
  font-family: 'Poppins', sans-serif;
  font-weight: 500; font-size: 20px;
  color: var(--bordo); letter-spacing: -0.01em;
}
.cart-summary-note {
  font-family: 'Poppins', sans-serif;
  font-weight: 300; font-size: 12px;
  color: var(--naranja);
  margin: 0 0 16px 0; line-height: 1.4;
}
.cart-checkout-btn {
  display: block; width: 100%;
  padding: 16px 24px;
  background: var(--naranja); color: #FFFFFF;
  border: none; border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500; font-size: 13px; letter-spacing: 0.15em;
  text-transform: uppercase; cursor: pointer;
  text-align: center; text-decoration: none;
  transition: background 250ms ease;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.cart-checkout-btn:hover { background: var(--bordo); }
.cart-continue-btn {
  display: block; width: 100%;
  background: transparent; border: none;
  color: var(--charcoal);
  font-family: 'Poppins', sans-serif;
  font-weight: 400; font-size: 12px; letter-spacing: 0.05em;
  cursor: pointer; padding: 8px;
  text-decoration: underline; text-underline-offset: 3px;
  transition: color 200ms ease;
}
.cart-continue-btn:hover { color: var(--naranja); }

/* Badge del icono carrito en navbar */
.navbar-cart-icon { position: relative; }
.navbar-cart-badge {
  position: absolute; top: -6px; right: -8px;
  min-width: 18px; height: 18px; padding: 0 5px;
  background: var(--naranja); color: #FFFFFF;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600; font-size: 10px;
  display: flex; align-items: center; justify-content: center;
  transform: scale(0);
  transition: transform 250ms cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}
.navbar-cart-badge.is-visible { transform: scale(1); }
body.cart-open { overflow: hidden; }

/* Botón "AGREGAR AL CARRITO" en cards del listado */
.pd-card-add-btn {
  width: 100%;
  padding: 12px 16px;
  margin-top: 12px;
  background: var(--naranja);
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 250ms ease;
}
.pd-card-add-btn:hover { background: var(--bordo); }
.pd-card-add-btn.is-added { background: var(--bordo); }

/* Ocultar el badge existente del nav (span nav__badge que muestra "0") */
.nav__badge { display: none !important; }

@media (max-width: 640px) {
  .cart-drawer-panel { max-width: 100%; }
}

/* ==================== RESEÑAS DE CLIENTES v4.4 ==================== */
.resenas {
  background: #FFFFFF;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 80px);
}

.resenas-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.resenas-header {
  text-align: center;
  margin-bottom: clamp(48px, 6vw, 80px);
}

.resenas-pretitle {
  font-family: var(--font);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--naranja);
  margin: 0 0 16px 0;
}

.resenas-title {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(28px, 3.5vw, 48px);
  color: var(--bordo);
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.resenas-carousel {
  position: relative;
  padding: 4px clamp(56px, 6vw, 72px) 12px;
  overflow: hidden;
}

.resenas-grid {
  display: flex;
  gap: clamp(20px, 2.5vw, 32px);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.resena-card {
  flex: 0 0 calc((100% - 2 * clamp(20px, 2.5vw, 32px)) / 3);
  min-width: 0;
}

.resenas-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  color: var(--bordo);
  border: 1px solid rgba(59, 10, 21, 0.12);
  box-shadow: 0 4px 16px rgba(59, 10, 21, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 250ms ease, color 250ms ease, transform 250ms ease, opacity 250ms ease;
}
.resenas-arrow:hover {
  background: var(--naranja);
  color: #FFFFFF;
  transform: translateY(-50%) scale(1.05);
}
.resenas-arrow[aria-disabled="true"] {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.resenas-arrow svg { width: 20px; height: 20px; }
.resenas-arrow--prev { left: 8px; }
.resenas-arrow--next { right: 8px; }

.resena-card {
  background: #FAFAF8;
  border: 1px solid rgba(59, 10, 21, 0.08);
  border-radius: 8px;
  padding: clamp(28px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: border-color 300ms ease, transform 300ms ease, box-shadow 300ms ease;
}

.resena-card:hover {
  border-color: var(--naranja);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(59, 10, 21, 0.06);
}

.resena-stars {
  display: flex;
  gap: 4px;
  color: var(--naranja);
}

.resena-stars svg {
  width: 16px;
  height: 16px;
}

.resena-text {
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(14px, 1.05vw, 16px);
  color: var(--bordo);
  line-height: 1.65;
  margin: 0;
  font-style: italic;
  flex: 1;
}

.resena-author {
  padding-top: 16px;
  border-top: 1px solid rgba(59, 10, 21, 0.08);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.resena-name {
  font-family: var(--font);
  font-weight: 500;
  font-size: 14px;
  color: var(--bordo);
  margin: 0;
  letter-spacing: -0.01em;
}

.resena-context {
  font-family: var(--font);
  font-weight: 400;
  font-size: 11px;
  color: var(--charcoal);
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .resena-card {
    flex: 0 0 calc((100% - clamp(20px, 2.5vw, 32px)) / 2);
  }
  .resenas-carousel { padding-left: 24px; padding-right: 24px; }
  .resenas-arrow--prev { left: 0; }
  .resenas-arrow--next { right: 0; }
}

@media (max-width: 640px) {
  .resenas {
    padding: 60px 20px;
  }
  .resenas-grid {
    gap: 16px;
  }
  .resena-card {
    flex: 0 0 85%;
    padding: 24px;
  }
  .resenas-arrow {
    width: 40px;
    height: 40px;
  }
}

/* ==================== v4.5: OLA SVG DE CORTE ESTRUCTURAL ==================== */
.section-wave {
  position: relative;
  width: 100%;
  height: clamp(60px, 8vw, 120px);
  margin-top: clamp(40px, 6vw, 80px);
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
  z-index: 2;
}
.section-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}
/* Corte 1: al final de Los más elegidos → viene Proceso compacto (#FFFFFF) */
.section-wave--best { color: #FFFFFF; }
/* La ola reemplaza el padding-bottom de la sección */
.best { padding-bottom: 0 !important; }

/* ==================== v4.5: TEXT REVEAL palabra por palabra ==================== */
.reveal-word-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

/* ==================== FILTROS INTERACTIVOS COLECCIÓN AROMAS v1.5 ==================== */
.aromas-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  flex-wrap: wrap;
  margin: 0 auto clamp(48px, 6vw, 72px);
  padding-bottom: clamp(24px, 3vw, 40px);
  border-bottom: 1px solid rgba(59, 10, 21, 0.08);
  max-width: 900px;
  position: relative;
}
.aromas-filter-group { position: relative; }
.aromas-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: transparent;
  border: 1px solid rgba(59, 10, 21, 0.2);
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font);
  font-weight: 400;
  font-size: 13px;
  color: var(--bordo);
  letter-spacing: 0.04em;
  transition: border-color 200ms ease, background 200ms ease, color 200ms ease;
}
.aromas-filter-btn:hover {
  border-color: var(--naranja);
  color: var(--naranja);
}
.aromas-filter-btn.is-active {
  background: var(--bordo);
  border-color: var(--bordo);
  color: #FFFFFF;
}
.aromas-filter-chevron {
  width: 14px;
  height: 14px;
  transition: transform 250ms ease;
}
.aromas-filter-btn[aria-expanded="true"] .aromas-filter-chevron {
  transform: rotate(180deg);
}
.aromas-filter-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 220px;
  background: #FFFFFF;
  border: 1px solid rgba(59, 10, 21, 0.12);
  border-radius: 12px;
  padding: 6px;
  list-style: none;
  margin: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 12px 32px rgba(59, 10, 21, 0.08);
  transition: opacity 250ms ease, transform 250ms ease, visibility 250ms ease;
}
.aromas-filter-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.aromas-filter-option {
  display: block;
  width: 100%;
  padding: 10px 16px;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  font-family: var(--font);
  font-weight: 400;
  font-size: 13px;
  color: var(--bordo);
  letter-spacing: 0.02em;
  transition: background 180ms ease, color 180ms ease;
}
.aromas-filter-option:hover {
  background: #FAFAF8;
  color: var(--naranja);
}
.aromas-filter-option.is-selected {
  background: var(--bordo);
  color: #FFFFFF;
}
.aromas-filter-active {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 16px;
  background: rgba(197, 107, 62, 0.1);
  border-radius: 999px;
  font-family: var(--font);
  font-size: 12px;
  color: var(--bordo);
}
.aromas-filter-active[hidden] { display: none; }
.aromas-filter-active-label { font-weight: 300; color: var(--charcoal); }
.aromas-filter-active-value { font-weight: 500; color: var(--bordo); }
.aromas-filter-active-clear {
  width: 22px;
  height: 22px;
  background: var(--bordo);
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 200ms ease, transform 200ms ease;
}
.aromas-filter-active-clear:hover {
  background: var(--naranja);
  transform: scale(1.08);
}
.aromas-filter-active-clear svg { width: 12px; height: 12px; }

.aroma-item { transition: opacity 350ms ease, transform 350ms ease; }
.aroma-item.is-hidden { display: none !important; }
.aroma-item.is-fading-out { opacity: 0; transform: translateY(10px); pointer-events: none; }
.aroma-item.is-fading-in { opacity: 0; transform: translateY(20px); }

.emocion-card,
.lugar-card {
  cursor: pointer;
  transition: transform 250ms ease, background 250ms ease;
}
.emocion-card:hover,
.lugar-card:hover { background: #FAFAF8; }
.emocion-card:active,
.lugar-card:active { transform: scale(0.99); }

@media (max-width: 640px) {
  .aromas-filters {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    padding-bottom: 20px;
  }
  .aromas-filter-btn { width: 100%; justify-content: space-between; }
  .aromas-filter-dropdown {
    left: 0;
    right: 0;
    transform: translateY(-8px);
    min-width: 0;
  }
  .aromas-filter-dropdown.is-open { transform: translateY(0); }
}

/* =========================================================
   v5.2 · FIXES QUIRÚRGICOS MOBILE (home)
   Todos los overrides van acá para ganar cascada sobre los
   bloques mobile anteriores sin tocarlos.
   ========================================================= */
@media (max-width: 768px) {

  /* ---------- 1. NAVBAR: logo izq, [carrito + burger] der ---------- */
  .nav__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: none;
    gap: 0;
    padding: 0 16px;
    position: relative;
  }
  .nav__logo {
    order: 1;
    justify-self: auto;
    position: static;
    transform: none;
    margin: 0;
  }
  .nav__logo img { height: 56px; width: auto; }
  .nav__icons {
    order: 2;
    justify-self: auto;
    gap: 12px;
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  .nav__icon--search { display: none; }
  .nav__icon--pin { display: none; }
  .nav__burger {
    order: 3;
    display: inline-flex;
    margin-left: 0;
    position: static;
    transform: none;
  }

  /* ---------- 2. BANNER SERVICIOS: sin franja negra + titulares abajo + altura pareja ---------- */
  .servicios-banner { background: #FFFFFF; padding: 32px 20px 40px; }
  .servicios-banner::before { display: none; }
  .servicios-banner-wrap {
    aspect-ratio: auto;
    min-height: unset;
    flex-direction: column;
    gap: 16px;
    background: #FFFFFF;
  }
  .servicios-banner-half {
    aspect-ratio: 3/4;
    width: 100%;
    border-radius: 10px;
  }
  .servicios-banner-block {
    position: absolute;
    top: auto;
    bottom: 24px;
    left: 16px;
    right: 16px;
    transform: none;
    width: auto;
    max-width: none;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .banner-title {
    font-size: clamp(22px, 6.5vw, 30px);
    letter-spacing: 0.02em;
    white-space: normal;
    line-height: 1.05;
  }
  .banner-subtitle {
    font-size: 13px;
    line-height: 1.5;
    max-width: 300px;
  }
  .banner-cta { padding: 12px 28px; font-size: 12px; }

  /* ---------- 3. LOS MÁS ELEGIDOS: carrusel 2 visibles + botón chico ---------- */
  .best { padding-top: clamp(60px, 12vw, 80px); padding-bottom: clamp(48px, 8vw, 64px); }
  .best__header { margin-bottom: clamp(32px, 6vw, 48px); padding-top: 12px; flex-wrap: nowrap; }
  .best__grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - 8px);
    grid-template-columns: none;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 20px;
    margin: 0 -20px;
    scroll-padding-left: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .best__grid::-webkit-scrollbar { display: none; }
  .best__grid { scrollbar-width: none; -ms-overflow-style: none; }
  .best__grid > .product { scroll-snap-align: start; width: 100%; }
  .best__grid .product__media { aspect-ratio: 1/1; background: #FAFAF8; border-radius: 6px; overflow: hidden; }
  .best__grid .product__media img { padding: 12px; }
  .best .product__cart {
    padding: 9px 10px;
    font-size: 10px;
    letter-spacing: 0.08em;
    margin-top: 10px;
  }
  .best::after { content: none; }

  /* ---------- 4. PROCESO "Así de fácil": menos letter-spacing + más aire ---------- */
  .proceso-compacto { padding: clamp(56px, 12vw, 80px) 20px; }
  .proceso-title {
    letter-spacing: -0.01em;
    font-size: clamp(24px, 6.5vw, 30px);
    line-height: 1.15;
    margin-bottom: clamp(40px, 9vw, 56px);
  }
  .proceso-steps { padding-top: clamp(16px, 4vw, 24px); gap: 20px; }
  .proceso-step { padding: 18px 0; }

  /* ---------- 5. NOSOTROS TEASER: imagen arriba con flores + grid 2 cols ---------- */
  .nosotros-teaser {
    padding: clamp(48px, 10vw, 72px) 20px;
    background: #FFFFFF;
  }
  .nosotros-bg {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(200px, 44vw, 280px);
    object-position: left center;
    opacity: 1;
    border-radius: 8px;
    margin-bottom: 32px;
    display: block;
  }
  .nosotros-inner { position: relative; z-index: 2; }
  .nosotros-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 24px; }
  .nosotros-title { font-size: clamp(32px, 9vw, 42px); }
  .nosotros-cta { padding-top: 0; }
  .nosotros-grid {
    width: 100%;
    margin-left: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .nosotros-cell {
    min-height: clamp(120px, 28vw, 150px);
    padding: 16px 14px;
    border-radius: 6px;
  }
  .nosotros-cell .cell-icon { width: 26px; height: 26px; margin-bottom: 10px; }
  .nosotros-cell .cell-label,
  .nosotros-cell .cell-text { font-size: 12px; line-height: 1.4; }
  .nosotros-cell--stat .cell-number { font-size: clamp(32px, 8vw, 42px); margin-bottom: 4px; }
  .nosotros-cell--stat .cell-sublabel { font-size: 11px; max-width: 100%; }
  .nosotros-cell--wide { grid-column: span 2; min-height: unset; padding: 18px 20px; }

  /* ---------- 6. FOOTER: divider + más aire arriba + compactar ---------- */
  .footer {
    margin-top: clamp(48px, 10vw, 72px);
    border-top: 1px solid rgba(59, 10, 21, 0.1);
    padding: 32px 20px 0;
  }
  .footer-newsletter { grid-template-columns: 1fr; gap: 16px; padding-bottom: 24px; }
  .footer-newsletter__title { font-size: clamp(20px, 5.5vw, 26px); }
  .footer-form { gap: 8px; }
  .footer-input { padding: 10px 12px; font-size: 13px; }
  .footer-submit { padding: 10px 14px; font-size: 12px; }
  .footer-newsletter__title { font-size: clamp(22px, 6vw, 28px); }
  .footer-brand-name { font-size: 20px; margin-bottom: 12px; }
  .footer-manifest { font-size: 12px; max-width: 100%; margin-bottom: 24px; }
  .footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
    padding: 24px 0;
  }
  /* col 1 = brand: ocupa toda la fila 1 */
  .footer-columns > .footer-col:nth-child(1) { grid-column: 1 / -1; grid-row: 1; }
  /* col 2 = Tienda, col 3 = Marca: comparten fila 2 */
  .footer-columns > .footer-col:nth-child(2) { grid-column: 1; grid-row: 2; }
  .footer-columns > .footer-col:nth-child(3) { grid-column: 2; grid-row: 2; }
  /* col 4 = Conectá: fila 3 completa con hairline arriba */
  .footer-columns > .footer-col:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: 3;
    padding-top: 20px;
    border-top: 1px solid rgba(59, 10, 21, 0.08);
  }
  .footer-h { font-size: 11px; margin-bottom: 10px; }
  .footer-list { gap: 6px; }
  .footer-list a { font-size: 13px; line-height: 1.4; }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 16px 0;
    font-size: 11px;
  }
  .footer-bottom__est, .footer-bottom__copy { text-align: center; }
  .footer-legal { justify-content: center; flex-wrap: wrap; gap: 16px; }
  .footer-brand-mark { margin-top: 24px; padding-bottom: 12px; }
  .footer-brand-mark img { width: clamp(200px, 62vw, 340px); }
  .footer-credit { padding: 10px 0 16px; }

  /* ---------- 7. RESEÑAS: 2 cards visibles + scroll horizontal ---------- */
  .resenas { padding-bottom: 48px; overflow: hidden; }
  .resenas-carousel {
    padding: 0;
    overflow: visible;
  }
  .resenas-arrow { display: none; }
  .resenas-grid {
    display: flex !important;
    align-items: stretch;
    gap: 12px;
    padding: 8px 20px 20px;
    margin: 0 -20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    -webkit-overflow-scrolling: touch;
    transform: none !important;
    transition: none !important;
  }
  .resenas-grid::-webkit-scrollbar { display: none; }
  .resenas-grid { scrollbar-width: none; -ms-overflow-style: none; }
  .resenas-grid > .resena-card {
    flex: 0 0 calc(50% - 6px);
    scroll-snap-align: start;
    min-width: 0;
    padding: 20px 16px;
    border-radius: 6px;
    gap: 12px;
    height: auto;
    box-sizing: border-box;
  }
  .resenas-grid > .resena-card:hover {
    transform: none;
    box-shadow: none;
  }
  .resenas-grid .resena-stars svg { width: 12px; height: 12px; }
  .resenas-grid .resena-text { font-size: 12px; line-height: 1.5; flex: 1; }
  .resenas-grid .resena-author { padding-top: 12px; }
  .resenas-grid .resena-name { font-size: 12px; }
  .resenas-grid .resena-context { font-size: 10px; }
  .resenas::after {
    content: '← Deslizá para ver más →';
    display: block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: var(--charcoal);
    opacity: 0.5;
    margin-top: 16px;
  }

  /* ---------- 9. PRODUCTOS (subpágina): filtros deslizables + grid con más aire + botón chico ---------- */
  .pd-layout > * { min-width: 0; }
  .pd-listado .container { overflow: hidden; }
  .pd-filters {
    position: static;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .pd-results { min-width: 0; width: 100%; }
  .pd-filter-group { gap: 10px; }
  .pd-filter-title {
    font-size: 12px;
    letter-spacing: 0.12em;
    margin: 0;
  }
  .pd-filter-list {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2px 20px 8px;
    margin: 0 -20px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .pd-filter-list::-webkit-scrollbar { display: none; }
  .pd-filter-list li { flex-shrink: 0; scroll-snap-align: start; }
  .pd-filter-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 16px;
    background: #FAFAF8;
    border: 1px solid rgba(59, 10, 21, 0.12);
    border-radius: 999px;
    font-size: 13px;
    white-space: nowrap;
    transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
  }
  .pd-filter-item--active {
    background: var(--bordo);
    color: #FFFFFF;
    border-color: var(--bordo);
  }
  .pd-filter-item--active span { color: rgba(255, 255, 255, 0.75); }
  .pd-filter-item span { font-size: 11px; opacity: 0.85; }

  /* Grid productos: siempre 2 columnas en mobile + botón carrito más chico */
  .pd-grid,
  .pd-grid[data-view="1"],
  .pd-grid[data-view="2"] { grid-template-columns: repeat(2, 1fr); gap: 28px 12px; }
  .pd-card-img { margin-bottom: 10px; }
  .pd-card-img img { padding: 14px; }
  .pd-card-cat { font-size: 10px; letter-spacing: 0.1em; }
  .pd-card-name { font-size: 13px; line-height: 1.25; }
  .pd-card-price { font-size: 13px; }
  .pd-card-add-btn {
    padding: 9px 8px;
    font-size: 10px;
    letter-spacing: 0.08em;
    margin-top: 8px;
  }
  /* Ocultar toggle 1/2 columnas en mobile (fuerza 2 col para no ver "cortado") */
  .pd-view-toggle { display: none !important; }

  /* Toolbar productos: toggle 1/2 columnas */
  .pd-toolbar {
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .pd-toolbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
  }
  .pd-view-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px;
    background: #FAFAF8;
    border: 1px solid rgba(59, 10, 21, 0.12);
    border-radius: 6px;
  }
  .pd-view-btn {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 4px;
    color: rgba(59, 10, 21, 0.45);
    cursor: pointer;
    transition: background 200ms ease, color 200ms ease;
  }
  .pd-view-btn svg { width: 18px; height: 18px; }
  .pd-view-btn--active {
    background: var(--bordo);
    color: #FFFFFF;
  }
  .pd-sort { font-size: 12px; padding: 6px 10px; }

  /* Detalle producto: imagen más contenida en mobile + CTA chico */
  .pd-gallery-main { aspect-ratio: 4/5; }
  .pd-gallery-main img { padding: 24px; }
  .pd-info { gap: 14px; padding-top: 8px; }
  .pd-name { font-size: clamp(22px, 6vw, 28px); }
  .pd-price { font-size: 22px; }
  .pd-btn { padding: 12px 20px; font-size: 12px; letter-spacing: 0.1em; }
  .pd-actions { gap: 8px; margin-top: 4px; }

  /* ---------- 10. AROMAS-HERO mobile: altura reducida, crop desde arriba ---------- */
  .aromas-hero { height: clamp(160px, 32vh, 240px); }
  .aromas-hero-img { object-position: center top; }
  .aromas-hero-content { bottom: 20px; left: 20px; }
  .aromas-hero-line1 { font-size: 13px; margin-bottom: 4px; }
  .aromas-hero-line2 { font-size: clamp(26px, 7vw, 36px); }

  /* ---------- 11. FILTRO POR EMOCIÓN mobile: 2 cards por fila compactas ---------- */
  .aromas-emociones-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
    padding: 0 4px;
  }
  .emocion-card {
    border: 1px solid rgba(59, 10, 21, 0.1) !important;
    border-radius: 8px;
    padding: 16px 14px !important;
    gap: 8px;
    background: #FFFFFF;
  }
  .emocion-title { font-size: 15px; letter-spacing: -0.02em; }
  .emocion-desc { font-size: 12px; line-height: 1.45; }
  .emocion-tags { gap: 4px; margin-top: 6px; }
  .emocion-tag { font-size: 10px; padding: 3px 8px; }

  /* ---------- 12. ELEGÍ EL LUGAR: sacar franja gris (bg + border-top + border-left) ---------- */
  .aromas-lugares-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    background: transparent;
    border-top: none;
    border-left: none;
  }
  .lugar-card {
    border: 1px solid rgba(59, 10, 21, 0.1);
    border-radius: 8px;
    padding: 20px 16px;
    gap: 10px;
  }
  .lugar-photo {
    width: 104px;
    height: 104px;
    margin: 0 auto 4px;
  }
  .lugar-title { font-size: 16px; text-align: center; }
  .lugar-desc { font-size: 12px; text-align: center; line-height: 1.4; }
  .lugar-tags { justify-content: center; gap: 4px; }
  .lugar-tag { font-size: 10px; padding: 3px 8px; }

  /* ---------- 8. POPUP BIENVENIDA: centrado + compacto ---------- */
  .welcome-popup { align-items: center; padding: 20px; }
  .welcome-popup-modal {
    grid-template-columns: 1fr;
    max-width: 340px;
    max-height: 88vh;
    border-radius: 10px;
    overflow: hidden;
  }
  .welcome-popup-media {
    min-height: unset;
    aspect-ratio: 16 / 9;
    max-height: 160px;
    overflow: hidden;
  }
  .welcome-popup-img { width: 100%; height: 100%; object-fit: cover; }
  .welcome-popup-content { padding: 22px 22px 24px; gap: 10px; }
  .welcome-popup-pretitle { font-size: 10px; margin: 0; }
  .welcome-popup-title { font-size: clamp(20px, 6vw, 24px); line-height: 1.1; }
  .welcome-popup-body { font-size: 12px; line-height: 1.5; }
  .welcome-popup-input { padding: 10px 12px; font-size: 13px; }
  .welcome-popup-btn { padding: 12px 16px; font-size: 11px; letter-spacing: 0.12em; }
  .welcome-popup-legal { font-size: 10px; margin-top: 4px; }
  .welcome-popup-close { top: 10px; right: 10px; width: 30px; height: 30px; }
  .welcome-popup-close svg { width: 14px; height: 14px; }
}

/* Honeypot anti-spam de los formularios de newsletter (invisible para humanos) */
.hp-field { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* ============================================================
   v5.5 · CUOTAS $200.000 — MENSAJE DINÁMICO EN CARRITO
   ============================================================ */
.cart-summary-note--success { color: var(--naranja); }

.cart-summary-note--missing {
  color: var(--charcoal);
  font-weight: 400;
}
.cart-summary-note--missing::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--naranja);
  margin-right: 8px;
  vertical-align: middle;
}

/* ==================== v5.6 · catálogo vivo Tienda Nube + checkout real ==================== */
.pd-card-add-btn.is-unavailable, .product__cart.is-unavailable, .pd-btn--primary.is-unavailable {
  opacity: 0.45; cursor: not-allowed; pointer-events: none;
}
.pd-scent-tag.is-unavailable { opacity: 0.35; cursor: not-allowed; text-decoration: line-through; }
.cart-item-aroma-label {
  display: flex; align-items: center; gap: 8px; margin-top: 6px;
  font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--charcoal);
}
.cart-item-aroma {
  flex: 1; min-width: 0; max-width: 100%;
  font-family: 'Poppins', sans-serif; font-size: 12px; color: var(--bordo);
  text-transform: none; letter-spacing: 0;
  border: 1px solid rgba(59, 10, 21, 0.2); border-radius: 4px;
  background: transparent; padding: 5px 8px; cursor: pointer;
}
.cart-checkout-btn.is-loading { opacity: 0.7; pointer-events: none; }
.cart-checkout-error {
  font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 12px;
  color: #B3261E; margin: 0 0 12px 0; line-height: 1.45;
}
.cart-checkout-error a { color: inherit; text-decoration: underline; }

/* ==================== v5.10 · buscador del header ==================== */
.gz-buscador {
  position: absolute; left: 0; right: 0; top: 100%;
  background: #FFFFFF; border-bottom: 1px solid rgba(59, 10, 21, 0.1);
  box-shadow: 0 12px 30px rgba(59, 10, 21, 0.08);
  padding: 18px 40px 22px; z-index: 60;
}
.gz-buscador__form { display: flex; gap: 10px; max-width: 760px; margin: 0 auto; align-items: center; }
.gz-buscador__input {
  flex: 1; min-width: 0; padding: 14px 16px;
  font-family: var(--font); font-size: 15px; color: var(--bordo);
  border: 1px solid rgba(59, 10, 21, 0.25); border-radius: 4px; background: #FFFFFF; outline: none;
}
.gz-buscador__input:focus { border-color: var(--bordo); }
.gz-buscador__btn {
  padding: 14px 22px; background: var(--naranja); color: #FFFFFF; border: none; border-radius: 4px;
  font-family: var(--font); font-weight: 500; font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer;
}
.gz-buscador__btn:hover { background: var(--bordo); }
.gz-buscador__cerrar { background: transparent; border: none; font-size: 26px; line-height: 1; color: var(--charcoal); cursor: pointer; padding: 0 4px; }
.gz-buscador__resultados { max-width: 760px; margin: 12px auto 0; display: grid; gap: 4px; }
.gz-buscador__item {
  display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px;
  padding: 8px 10px; border-radius: 4px; text-decoration: none; color: var(--bordo);
  font-family: var(--font); font-size: 14px;
}
.gz-buscador__item:hover { background: #F8F6F2; }
.gz-buscador__item img { width: 44px; height: 44px; object-fit: cover; border-radius: 4px; background: #F8F6F2; }
.gz-buscador__precio { color: var(--charcoal); font-size: 13px; white-space: nowrap; }
.gz-buscador__todos, .gz-buscador__vacio { font-family: var(--font); font-size: 13px; color: var(--naranja); padding: 8px 10px; margin: 0; text-decoration: none; }
.gz-buscador__todos:hover { text-decoration: underline; }
.pd-lead a { color: var(--naranja); }
@media (max-width: 767px) {
  .gz-buscador { padding: 14px 16px 18px; }
  .gz-buscador__form { flex-wrap: wrap; }
  .gz-buscador__btn { display: none; }
}

/* v5.11 · ficha de un producto que la tienda ya no muestra */
.pd-detalle [hidden], .pd-related[hidden] { display: none !important; }
.pd-aviso-baja { margin: 0 0 16px; padding: 12px 16px; border: 1px solid var(--bordo, #6b1d2a); color: var(--bordo, #6b1d2a); font-size: 14px; line-height: 1.5; }
.pd-aviso-baja a { color: inherit; text-decoration: underline; }
.pd-scent .pd-scent-tags + .pd-opcion-nombre { margin-top: 16px; }
