:root {
  --abdz-page: #f8f8f8;
  --abdz-media: #f3f2f5;
  --abdz-ink: #17191c;
  --abdz-muted: #6d737b;
  --abdz-line: rgba(23, 25, 28, .12);
  --abdz-sans: "Inter", sans-serif;
  --abdz-ui: "Montserrat", "Inter", sans-serif;
  --abdz-serif: "Playfair Display", serif;
  --abdz-header-height: 102px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--abdz-page);
}

body.abdz-home {
  margin: 0;
  overflow-x: hidden;
  background: var(--abdz-page);
  color: var(--abdz-ink);
  font-family: var(--abdz-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.abdz-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2147483647;
  padding: 10px 14px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  text-decoration: none;
  transform: translateY(-150%);
}

.abdz-skip-link:focus { transform: translateY(0); }

.abdz-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* La barra no se reestiliza aqui: reutiliza la variante global exacta de perfiles. */
.abdz-portada {
  width: 100%;
  padding-top: var(--abdz-header-height);
}
.abdz-floor {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
}

.abdz-hero-track {
  position: relative;
  height: 330svh;
  background: var(--abdz-page);
}

.abdz-hero-track .abdz-floor--hero {
  position: sticky;
  top: var(--abdz-header-height);
}

.abdz-floor--hero {
  --abdz-hero-image-desktop: url("https://res.cloudinary.com/dfrvueo6p/image/upload/v1784101509/31231321_lhvs1u.webp");
  --abdz-hero-image-mobile: url("img/piso-1-movil.webp");
  --abdz-hero-image: var(--abdz-hero-image-desktop);
  --abdz-hero-opacity: 1;
  --abdz-hero-shift: 0px;
  --abdz-hero-scale: 1;
  --abdz-hero-side-inset: clamp(72px, 14vw, 260px);
  --abdz-hero-bottom-inset: clamp(54px, 12vh, 130px);
  --abdz-hero-radius: clamp(22px, 2.6vw, 38px);
  --abdz-hero-access-opacity: 1;
  --abdz-hero-access-shift: 0px;
  height: calc(100svh - var(--abdz-header-height));
  min-height: 520px;
  padding: clamp(12px, 2vw, 28px);
  display: grid;
  background: #fff;
}

.abdz-floor__media,
.abdz-sequence-canvas {
  position: absolute;
  inset: clamp(12px, 2vw, 28px);
  overflow: hidden;
  border-radius: clamp(18px, 2.2vw, 32px);
  background-color: var(--abdz-media);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.abdz-floor--hero .abdz-floor__media--hero {
  inset: 0 var(--abdz-hero-side-inset) var(--abdz-hero-bottom-inset);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--abdz-hero-radius);
  border-bottom-right-radius: var(--abdz-hero-radius);
  box-shadow: 0 24px 60px rgba(23, 25, 28, .08);
  transition: none;
  contain: paint;
  backface-visibility: hidden;
}

.abdz-floor__media--hero {
  background-image: var(--abdz-hero-image, none);
  opacity: var(--abdz-hero-opacity);
  transform: translateY(var(--abdz-hero-shift)) scale(var(--abdz-hero-scale));
  transform-origin: center center;
}

.abdz-floor__media--hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 64%, rgba(18, 20, 22, .12));
}

.abdz-catalog-access {
  position: relative;
  z-index: 2;
  align-self: end;
  justify-self: center;
  width: min(470px, calc(100% - 32px));
  margin-bottom: clamp(34px, 6vh, 66px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  opacity: var(--abdz-hero-access-opacity);
  transform: translateY(var(--abdz-hero-access-shift));
}

.abdz-catalog-button {
  font-family: var(--abdz-ui);
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 15px;
  background: rgba(255, 255, 255, .88);
  color: var(--abdz-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.015em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 13px 30px rgba(23, 25, 28, .09);
  backdrop-filter: blur(12px);
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.abdz-catalog-button:hover,
.abdz-catalog-button:focus-visible {
  outline: none;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 17px 38px rgba(23, 25, 28, .13);
}

.abdz-catalog-button:focus-visible {
  box-shadow: 0 17px 38px rgba(23, 25, 28, .13), 0 0 0 3px rgba(23, 25, 28, .16);
}

.abdz-catalog-button:active {
  transform: translateY(0) scale(.985);
  box-shadow: 0 9px 22px rgba(23, 25, 28, .10);
}

.abdz-sequence-track {
  position: relative;
  height: 390svh;
  background: var(--abdz-page);
}

.abdz-floor--sequence {
  --abdz-sequence-inset: clamp(12px, 2vw, 28px);
  --abdz-sequence-radius: clamp(18px, 2.2vw, 32px);
  --abdz-sequence-message-opacity: 0;
  --abdz-sequence-message-shift: 22px;
  --abdz-sequence-stage-blur: 0px;
  --abdz-sequence-stage-wash: 0;
  position: sticky;
  top: 0;
  padding: clamp(12px, 2vw, 28px);
}
.abdz-sequence-canvas {
  display: grid;
  place-items: center;
  inset: var(--abdz-sequence-inset);
  border-radius: var(--abdz-sequence-radius);
  background-image: radial-gradient(ellipse at 50% 52%, rgba(255, 255, 255, .5), transparent 34%), var(--abdz-sequence-image, none);
  transition: none;
  contain: paint;
  backface-visibility: hidden;
}

.abdz-sequence-canvas.has-static-poster {
  background: #fff;
}

.abdz-sequence-canvas.has-static-poster::before,
.abdz-sequence-canvas.has-static-poster::after {
  display: none;
}

.abdz-sequence-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(calc(1 + var(--abdz-sequence-progress, 0) * .0675));
  transform-origin: center;
  transition: none;
  will-change: auto;
  backface-visibility: hidden;
}

.abdz-sequence-canvas::before,
.abdz-sequence-canvas::after {
  content: "";
  position: absolute;
  width: clamp(220px, 28vw, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(23, 25, 28, .07);
  border-radius: 50%;
  transform: scale(calc(.84 + var(--abdz-sequence-progress, 0) * .12));
}

.abdz-sequence-canvas::after {
  width: clamp(330px, 42vw, 650px);
  opacity: .58;
}

.abdz-sequence-placeholder {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100% - 48px));
  text-align: center;
}

.abdz-sequence-placeholder h2 {
  margin: 0;
  font-family: var(--abdz-serif);
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.045em;
}

.abdz-sequence-placeholder p {
  width: min(460px, 100%);
  margin: 16px auto 0;
  color: var(--abdz-muted);
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.55;
}

.abdz-sequence-picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.abdz-sequence-picture--blurred {
  z-index: 1;
  opacity: var(--abdz-sequence-message-opacity);
  filter: blur(18px);
  transform: scale(1.045);
  transform-origin: center;
  will-change: opacity;
  backface-visibility: hidden;
}

.abdz-sequence-picture--blurred .abdz-sequence-poster {
  transform: scale(calc(1.045 + var(--abdz-sequence-progress, 0) * .0675));
}

.abdz-sequence-wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(255, 255, 255, var(--abdz-sequence-stage-wash));
  opacity: var(--abdz-sequence-message-opacity);
  transition: none;
  will-change: opacity;
  pointer-events: none;
}

.abdz-sequence-message {
  position: absolute;
  left: 50%;
  top: 44.5%;
  z-index: 3;
  color: #101114;
  opacity: var(--abdz-sequence-message-opacity);
  transform: translate(-50%, var(--abdz-sequence-message-shift));
  transition: none;
  pointer-events: none;
  will-change: auto;
  text-align: center;
}

.abdz-sequence-message span {
  display: block;
  font-family: var(--abdz-serif);
  font-size: clamp(46px, 5.7vw, 76px);
  line-height: .95;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-shadow: 0 2px 20px rgba(255,255,255,.32);
}

.abdz-sequence-progress {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 3;
  width: min(300px, calc(100% - 90px));
  height: 2px;
  overflow: hidden;
  background: rgba(23, 25, 28, .14);
  transform: translateX(-50%);
}

/* Encuadre de lectura: la galeria permanece visible mientras avanza su barra. */
.abdz-gallery-stage-track {
  position: relative;
  height: 165svh;
  background-color: #F2F2F4;
}

.abdz-gallery-stage-track .abdz-floor--gallery {
  position: sticky;
  top: 0;
}

/* Galeria destacada: estructura vacia preparada para 11 productos. */
.abdz-floor--gallery {
  --abdz-gallery-gap: clamp(14px, 1.45vw, 26px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 640px;
  padding: clamp(24px, 5vw, 72px) 0;
  background-color: #F2F2F4;
}

.abdz-gallery-viewport {
  width: 100%;
  overflow: hidden;
  padding: clamp(28px, 4vw, 54px) 0;
  background-color: #F2F2F4;
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.abdz-gallery-track {
  width: max-content;
  display: flex;
  align-items: start;
  gap: var(--abdz-gallery-gap);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: abdz-gallery-loop 58s linear infinite;
  animation-play-state: paused;
  background-color: #F2F2F4;
}

.abdz-gallery-group {
  display: flex;
  align-items: start;
  gap: var(--abdz-gallery-gap);
  background-color: #F2F2F4;
}

.abdz-gallery-card {
  flex: 0 0 clamp(250px, 24vw, 390px);
  width: clamp(250px, 24vw, 390px);
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 28, .065);
  border-radius: clamp(18px, 1.8vw, 28px);
  background-color: #F2F2F4;
  box-shadow: 0 20px 52px rgba(23, 25, 28, .055);
  display: block;
  color: inherit;
  text-decoration: none;
}

.abdz-gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #F2F2F4;
}

.abdz-gallery-card {
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease, opacity .22s ease;
  transform: translateZ(0);
}

.abdz-gallery-card:hover {
  transform: translateY(-4px) scale(1.012);
  box-shadow: 0 24px 58px rgba(23, 25, 28, .10);
}

.abdz-gallery-card:focus-visible {
  outline: 2px solid rgba(23, 25, 28, .28);
  outline-offset: 3px;
}

.abdz-gallery-card.is-pressing {
  transform: scale(.975);
  box-shadow: 0 12px 28px rgba(23, 25, 28, .09);
  filter: brightness(.98) saturate(.99);
}

.abdz-gallery-card.is-launching {
  transform: scale(.95);
  box-shadow: 0 10px 24px rgba(23, 25, 28, .10);
  filter: brightness(.97);
  opacity: .92;
}

.abdz-gallery-dots {
  position: relative;
  left: auto;
  bottom: auto;
  align-self: center;
  display: flex;
  gap: 8px;
  margin-top: clamp(-30px, -2vw, -16px);
  transform: none;
}

.abdz-gallery-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(23, 25, 28, .18);
}

.abdz-gallery-dots span:first-child {
  background: rgba(23, 25, 28, .72);
}

.abdz-gallery-trust {
  width: min(1180px, calc(100% - 64px));
  background: #F2F2F4;
  margin: clamp(34px, 5vh, 56px) auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
}

.abdz-gallery-trust__item {
  min-width: 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
}

.abdz-gallery-trust__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(47, 60, 74, .10);
  border-radius: 50%;
  background: #F2F2F4;
  color: #738296;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .84), 0 9px 20px rgba(47, 60, 74, .055);
}

.abdz-gallery-trust__icon svg {
  width: 19px;
  height: 19px;
  display: block;
}

.abdz-gallery-trust__copy,
.abdz-gallery-trust__copy strong,
.abdz-gallery-trust__copy > span {
  display: block;
}

.abdz-gallery-trust__copy strong {
  font-family: var(--abdz-ui);
  margin: 0 0 5px;
  color: #2e4055;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.012em;
}

.abdz-gallery-trust__copy > span {
  color: rgba(46, 64, 85, .64);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.42;
}

@keyframes abdz-gallery-loop {
  to {
    transform: translate3d(calc(-50% - (var(--abdz-gallery-gap) / 2)), 0, 0);
  }
}

.abdz-sequence-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--abdz-ink);
  transform: scaleX(var(--abdz-sequence-progress, 0));
  transform-origin: left center;
}

.abdz-gallery-scroll-progress,
.abdz-women-scroll-progress {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 2.8vh, 30px);
  z-index: 5;
  width: min(300px, calc(100% - 90px));
  height: 2px;
  overflow: hidden;
  background: rgba(23, 25, 28, .14);
  transform: translateX(-50%);
}

.abdz-gallery-scroll-progress span,
.abdz-women-scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--abdz-ink);
  transform-origin: left center;
}

.abdz-gallery-scroll-progress span {
  transform: scaleX(var(--abdz-gallery-scroll-progress, 0));
}

.abdz-women-scroll-progress span {
  transform: scaleX(var(--abdz-women-scroll-progress, 0));
}

.abdz-section-kicker {
  display: block;
  font-family: var(--abdz-ui);
  margin-bottom: 12px;
  color: #777c83;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.abdz-decant-track {
  position: relative;
  height: 175svh;
  background: var(--abdz-page);
}

.abdz-floor--decant {
  --abdz-decant-image-desktop: url("https://res.cloudinary.com/dfrvueo6p/image/upload/v1784244529/23131231_vesd4b.webp");
  --abdz-decant-image-mobile: url("https://res.cloudinary.com/dfrvueo6p/image/upload/v1784244526/bnvvnv_c7mdve.webp");
  --abdz-decant-image: var(--abdz-decant-image-desktop);
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vh, 46px) clamp(20px, 5vw, 80px);
  background-color: var(--abdz-media);
  background-image: var(--abdz-decant-image);
  background-position: center calc(50% + 82px);
  background-repeat: no-repeat;
  background-size: cover;
}

.abdz-decant-heading {
  width: min(700px, 100%);
  margin: 0 auto clamp(24px, 3.2vh, 40px);
  text-align: center;
}

.abdz-decant-heading h2,
.abdz-women-copy h2 {
  margin: 0;
  font-family: var(--abdz-serif);
  font-weight: 400;
  letter-spacing: -.045em;
}

.abdz-decant-heading h2 { font-size: clamp(32px, 4vw, 54px); line-height: .98; }
.abdz-decant-layout {
  width: calc(100% - (2 * clamp(70px, 7vw, 140px)));
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 336px minmax(280px, 1fr) 336px;
  align-items: start;
  gap: clamp(28px, 3.2vw, 52px);
}

.abdz-benefit-list { display: grid; }
.abdz-decant-layout > .abdz-benefit-list:first-child {
  width: 336px;
  justify-self: start;
}
.abdz-decant-layout > .abdz-benefit-list:last-child {
  width: 336px;
  justify-self: end;
}
.abdz-benefit {
  min-height: 67px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid var(--abdz-line);
}
.abdz-benefit:last-child { border-bottom: 1px solid var(--abdz-line); }
.abdz-benefit > span { padding-top: 2px; color: #8c9197; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.abdz-benefit h2 { margin: 0; font-family: var(--abdz-sans); font-size: clamp(12px, 1vw, 14px); font-weight: 700; letter-spacing: -.015em; }
.abdz-benefit p { margin: 4px 0 0; color: var(--abdz-muted); font-size: clamp(10px, .82vw, 12px); line-height: 1.42; }

.abdz-decant-track.is-motion-ready .abdz-benefit {
  opacity: .294;
  transform: translateY(10px);
  transition: opacity .24s ease-out, transform .24s cubic-bezier(.22, .61, .36, 1);
}

.abdz-decant-track.is-motion-ready .abdz-benefit.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.abdz-decant-product { min-width: 0; min-height: 270px; margin: 0; display: grid; justify-items: center; }
.abdz-decant-placeholder {
  display: none;
}
.abdz-decant-placeholder::before {
  content: none;
}

@media (min-width: 721px) {
  .abdz-decant-heading { transform: translateY(-204px); }
  .abdz-decant-product { padding-top: 30px; }
}

.abdz-decant-progress {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 2.8vh, 30px);
  z-index: 3;
  width: min(220px, calc(100% - 90px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity .2s ease-out;
}

.abdz-decant-track.is-motion-ready .abdz-decant-progress { opacity: 1; }

.abdz-decant-progress span {
  height: 2px;
  border-radius: 999px;
  background: rgba(23, 25, 28, .14);
  transform: scaleY(1);
  transition: background-color .2s ease-out, transform .2s ease-out;
}

.abdz-decant-progress span.is-reached { background: rgba(23, 25, 28, .72); }
.abdz-decant-progress span.is-current { transform: scaleY(1.8); }

.abdz-women-stage-track {
  position: relative;
  height: 155svh;
  background: var(--abdz-page);
}
.abdz-women-stage-track .abdz-floor--women { position: sticky; top: 0; }
.abdz-floor--women {
  --abdz-women-image-desktop: url("https://res.cloudinary.com/dfrvueo6p/image/upload/v1784107710/ulta_oficial_pulido_v2_png_zpkp0w.webp");
  --abdz-women-image-mobile: url("https://res.cloudinary.com/dfrvueo6p/image/upload/v1784254799/31233vf13131_bdflnb.webp");
  --abdz-women-image: var(--abdz-women-image-desktop);
  --abdz-women-position-desktop: center center;
  --abdz-women-position-mobile: center 8%;
  --abdz-women-position: var(--abdz-women-position-desktop);
  padding: clamp(12px, 2vw, 28px); display: grid; align-items: end; }
.abdz-floor__media--women {
  background-image: linear-gradient(180deg, transparent 50%, rgba(18, 20, 22, .28)), var(--abdz-women-image);
  background-position: var(--abdz-women-position);
}
.abdz-women-copy {
  position: relative;
  z-index: 2;
  width: min(650px, calc(100% - 42px));
  margin: 0 auto clamp(48px, 8vh, 84px);
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .18);
}
.abdz-women-copy .abdz-section-kicker { color: rgba(255, 255, 255, .8); }
.abdz-women-copy h2 { font-size: clamp(42px, 6.5vw, 84px); line-height: .94; }
.abdz-women-copy p { margin: 16px 0 0; font-size: 10px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }

.abdz-info-footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: clamp(30px, 4vw, 58px) clamp(30px, 4vw, 58px) 0 0;
  background: #FFD501;
  color: #151515;
  font-family: var(--abdz-sans);
}

.abdz-info-footer__inner {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: clamp(82px, 8vw, 122px) clamp(28px, 6.5vw, 104px) 36px;
}

.abdz-info-footer__header {
  width: min(920px, 100%);
  margin-bottom: clamp(66px, 7vw, 96px);
}

.abdz-info-footer__eyebrow {
  display: block;
  margin-bottom: 17px;
  font-family: var(--abdz-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
}

.abdz-info-footer__header h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--abdz-serif);
  font-size: clamp(54px, 6.4vw, 90px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.046em;
}

.abdz-info-footer__header p {
  max-width: 520px;
  margin: 24px 0 0;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.58;
}

.abdz-buy-guide {
  padding: clamp(34px, 3vw, 44px) 0 clamp(62px, 6vw, 84px);
  border-top: 1px solid rgba(21, 21, 21, .24);
}

.abdz-buy-guide__title {
  margin-bottom: 30px;
}

.abdz-buy-guide h3,
.abdz-info-card h3 {
  margin: 0;
  font-family: var(--abdz-ui);
  font-size: clamp(24px, 2vw, 29px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.026em;
}

.abdz-buy-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(21, 21, 21, .2);
  border-bottom: 1px solid rgba(21, 21, 21, .2);
}

.abdz-buy-steps li {
  position: relative;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 22px clamp(16px, 1.9vw, 28px) 24px;
  border-right: 1px solid rgba(21, 21, 21, .2);
}

.abdz-buy-steps li:last-child { border-right: 0; }
.abdz-buy-steps li > span {
  font-family: var(--abdz-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  opacity: .5;
}
.abdz-buy-steps li strong {
  max-width: 175px;
  font-family: var(--abdz-ui);
  font-size: clamp(15px, 1.15vw, 17px);
  font-weight: 700;
  line-height: 1.28;
}

.abdz-info-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr);
  grid-template-areas:
    "shipping payment"
    "shipping information";
  column-gap: clamp(54px, 7vw, 104px);
  row-gap: clamp(48px, 5vw, 70px);
  padding-bottom: clamp(78px, 8vw, 112px);
}

.abdz-info-card {
  min-width: 0;
  padding-top: 28px;
  border-top: 1px solid rgba(21, 21, 21, .24);
}

.abdz-info-footer__grid > .abdz-info-card:nth-child(1) { grid-area: shipping; }
.abdz-info-footer__grid > .abdz-info-card:nth-child(2) { grid-area: payment; }
.abdz-info-footer__grid > .abdz-info-links { grid-area: information; }

.abdz-info-card__item { margin-top: 30px; }
.abdz-info-card__item strong {
  display: block;
  font-family: var(--abdz-ui);
  font-size: 16px;
  font-weight: 700;
}
.abdz-info-card__item p {
  margin: 9px 0 0;
  font-size: 15px;
  line-height: 1.55;
  opacity: .72;
}

.abdz-payment-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.abdz-payment-list li {
  padding: 10px 14px;
  border: 1px solid rgba(21, 21, 21, .38);
  border-radius: 999px;
  font-family: var(--abdz-ui);
  font-size: 11px;
  font-weight: 700;
}

.abdz-info-links a {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding: 0 20px;
  border: 1px solid #151515;
  border-radius: 999px;
  background: #151515;
  color: #FFD501;
  font-family: var(--abdz-ui);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .22s ease, background-color .22s ease, color .22s ease;
}

.abdz-info-links a:hover {
  transform: translateY(-2px);
  background: transparent;
  color: #151515;
}

.abdz-info-footer__bottom {
  min-height: 108px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 32px;
  border-top: 1px solid rgba(21, 21, 21, .24);
  font-size: 11px;
}

.abdz-info-footer__brand {
  display: flex;
  align-items: flex-end;
  gap: 22px;
}

.abdz-info-footer__brand img {
  display: block;
  width: clamp(122px, 11vw, 154px);
  height: auto;
}

.abdz-info-footer__brand span,
.abdz-info-footer__copyright { opacity: .7; }


@media (max-width: 900px) {
  :root { --abdz-header-height: 100px; }
  .abdz-decant-layout { grid-template-columns: minmax(0, 1fr) minmax(190px, .66fr) minmax(0, 1fr); gap: 22px; }
}

@media (max-width: 720px) {
  .abdz-floor { min-height: 0; }
  .abdz-hero-track { height: 340svh; }
  .abdz-floor--hero {
    --abdz-hero-image: var(--abdz-hero-image-mobile, var(--abdz-hero-image-desktop));
    --abdz-hero-side-inset: clamp(22px, 8vw, 42px);
    --abdz-hero-bottom-inset: clamp(34px, 8vh, 72px);
    --abdz-hero-radius: 24px;
    height: calc(100svh - var(--abdz-header-height));
    min-height: 520px;
    padding: 0;
  }
  .abdz-floor--sequence,
  .abdz-floor--women {
    height: 100svh;
    min-height: 600px;
    padding: 0;
  }
  .abdz-gallery-stage-track { height: 170svh; background-color: #F2F2F4; }
  .abdz-gallery-stage-track .abdz-floor--gallery {
    height: 100svh;
    min-height: 600px;
    padding: 28px 0 54px;
    background-color: #F2F2F4;
  }
  .abdz-gallery-viewport {
    padding: 30px 0;
    background-color: #F2F2F4;
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  }
  .abdz-gallery-card {
    flex-basis: min(58vw, 250px);
    width: min(58vw, 250px);
    aspect-ratio: 1.12 / 1;
    border-radius: 18px;
  }
  .abdz-gallery-track { animation-duration: 72s; }
  .abdz-gallery-dots { margin-top: -18px; }
  .abdz-gallery-trust {
    width: min(calc(100% - 42px), 430px);
    margin: 28px auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: 18px 12px;
  }
  .abdz-gallery-trust__item {
    width: 100%;
    max-width: 168px;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: center;
    gap: 10px;
    padding: 4px 6px 0;
    margin: 0 auto;
    text-align: center;
  }
  .abdz-gallery-trust__icon { width: 40px; height: 40px; }
  .abdz-gallery-trust__icon svg { width: 18px; height: 18px; }
  .abdz-gallery-trust__copy { width: 100%; text-align: center; }
  .abdz-gallery-trust__copy strong { margin-bottom: 4px; font-size: 13px; }
  .abdz-gallery-trust__copy > span { max-width: 100%; font-size: 11px; line-height: 1.45; }
  .abdz-sequence-track { height: 395svh; }
  .abdz-floor--sequence {
    top: var(--abdz-header-height);
    height: calc(100svh - var(--abdz-header-height));
    min-height: 500px;
    --abdz-sequence-inset: 0px;
    --abdz-sequence-radius: 0px;
  }
  .abdz-floor__media,
  .abdz-sequence-canvas { inset: 0; border-radius: 0; }
  .abdz-sequence-poster {
    object-fit: cover;
    object-position: center 44%;
    transform: scale(calc(1 + var(--abdz-sequence-progress, 0) * .0675));
    transform-origin: 50% 38%;
  }
  .abdz-sequence-message { top: 49.5%; }
  .abdz-sequence-message span { font-size: clamp(26px, 8.8vw, 38px); }
  .abdz-catalog-access { width: calc(100% - 26px); margin-bottom: 22px; gap: 8px; }
  .abdz-catalog-button { min-height: 54px; padding: 11px 12px; border-radius: 13px; font-size: 12px; }
  .abdz-decant-track { height: 158svh; }
  .abdz-floor--decant {
    --abdz-decant-image: var(--abdz-decant-image-mobile, var(--abdz-decant-image-desktop));
    position: sticky;
    top: var(--abdz-header-height);
    height: calc(100svh - var(--abdz-header-height));
    min-height: 620px;
    padding: 28px 18px 18px;
    overflow: hidden;
    justify-content: flex-start;
    background-position: center 31%;
    background-size: 100% auto;
  }
  .abdz-decant-heading {
    order: 0;
    width: 100%;
    margin: 18px auto 16px;
    transform: none;
    text-align: center;
  }
  .abdz-decant-heading .abdz-section-kicker {
    margin-bottom: 8px;
    font-size: 8px;
    letter-spacing: .18em;
  }
  .abdz-decant-heading h2 {
    font-size: clamp(28px, 9.2vw, 46px);
    line-height: .96;
  }
  .abdz-decant-layout {
    order: 1;
    width: 100%;
    margin: 0 auto;
    flex: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: minmax(224px, 1fr) auto;
    grid-template-areas:
      "image image"
      "left right";
    align-items: start;
    column-gap: 16px;
    row-gap: 14px;
  }
  .abdz-decant-layout > .abdz-benefit-list:first-child { grid-area: left; width: 100%; margin-top: 6px; }
  .abdz-decant-layout > .abdz-benefit-list:last-child { grid-area: right; width: 100%; margin-top: 6px; }
  .abdz-decant-product {
    grid-area: image;
    width: 100%;
    min-height: 220px;
    margin: 0;
    padding: 0 0 4px;
    align-self: end;
  }
  .abdz-decant-placeholder {
    width: min(27vw, 104px);
    aspect-ratio: .29;
    border-radius: 18px 18px 13px 13px;
    transform: none;
    transition: none;
  }
  .abdz-decant-placeholder::before {
    top: -13%;
    left: 7%;
    width: 86%;
    height: 15%;
    border-radius: 12px 12px 6px 6px;
  }
  .abdz-benefit {
    min-height: 0;
    padding: 9px 0;
    gap: 8px;
    grid-template-columns: 22px minmax(0, 1fr);
  }
  .abdz-benefit > span { padding-top: 1px; font-size: 8px; }
  .abdz-benefit h2 { font-size: 11px; line-height: 1.16; }
  .abdz-benefit p { margin-top: 2px; font-size: 10px; line-height: 1.26; }
  .abdz-decant-track.is-motion-ready .abdz-benefit {
    opacity: .126;
    transform: translateY(10px);
    transition: opacity .34s ease-out, transform .34s cubic-bezier(.22, .61, .36, 1);
  }
  .abdz-decant-track.is-motion-ready .abdz-benefit.is-revealed {
    opacity: 1;
    transform: translateY(0);
  }
  .abdz-decant-progress { display: none; }

  @media (max-height: 760px) and (max-width: 720px) {
    .abdz-floor--decant { padding: 18px 16px 16px; }
    .abdz-decant-heading { margin: 12px auto 12px; }
    .abdz-decant-heading h2 { font-size: clamp(26px, 8.6vw, 40px); }
    .abdz-decant-layout { grid-template-rows: minmax(188px, .9fr) auto; row-gap: 10px; }
    .abdz-decant-product { min-height: 188px; }
    .abdz-decant-placeholder { width: min(24vw, 88px); }
    .abdz-benefit { padding: 7px 0; }
    .abdz-benefit h2 { font-size: 10.5px; }
    .abdz-benefit p { font-size: 9.5px; }
  }

  .abdz-women-stage-track { height: 155svh; }
  .abdz-floor--women {
    --abdz-women-image: var(--abdz-women-image-mobile, var(--abdz-women-image-desktop));
    --abdz-women-position: var(--abdz-women-position-mobile, var(--abdz-women-position-desktop));
  }
  .abdz-women-copy { width: min(88%, 420px); margin-bottom: 84px; }
  .abdz-women-copy h2 { font-size: clamp(34px, 11.2vw, 62px); line-height: .95; }
  .abdz-info-footer { border-radius: 30px 30px 0 0; }
  .abdz-info-footer__inner { padding: 68px 20px 34px; }
  .abdz-info-footer__header { margin-bottom: 58px; }
  .abdz-info-footer__eyebrow { margin-bottom: 14px; }
  .abdz-info-footer__header h2 {
    max-width: 520px;
    font-size: clamp(40px, 11.7vw, 56px);
    line-height: .98;
    letter-spacing: -.042em;
  }
  .abdz-info-footer__header p {
    max-width: 360px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.55;
  }
  .abdz-buy-guide { padding: 30px 0 64px; }
  .abdz-buy-guide__title { margin-bottom: 28px; }
  .abdz-buy-guide h3,
  .abdz-info-card h3 { font-size: 25px; }
  .abdz-buy-steps { grid-template-columns: 1fr; border-bottom: 0; }
  .abdz-buy-steps li {
    min-height: 76px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(21, 21, 21, .2);
  }
  .abdz-buy-steps li strong { max-width: none; font-size: 15px; }
  .abdz-info-footer__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "shipping"
      "payment"
      "information";
    gap: 58px;
    padding-bottom: 72px;
  }
  .abdz-info-card { padding-top: 26px; }
  .abdz-info-card__item { margin-top: 26px; }
  .abdz-info-card__item strong { font-size: 15px; }
  .abdz-info-card__item p { font-size: 14px; }
  .abdz-payment-list { margin-top: 24px; }
  .abdz-info-links a { min-height: 54px; margin-top: 14px; }
  .abdz-info-footer__bottom {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    padding-top: 30px;
  }
  .abdz-info-footer__brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .abdz-info-footer__brand img { width: 132px; }

}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .abdz-hero-track { height: auto; }
  .abdz-hero-track .abdz-floor--hero { position: relative; top: auto; }
  .abdz-catalog-button { transition: none; }
  .abdz-floor__media--hero,
  .abdz-catalog-access { opacity: 1; transform: none; }
  .abdz-sequence-track { height: 100svh; }
  .abdz-floor--sequence { position: relative; }
  .abdz-sequence-poster { transform: none; transition: none; }
  .abdz-gallery-stage-track,
  .abdz-women-stage-track { height: auto; }
  .abdz-gallery-stage-track .abdz-floor--gallery,
  .abdz-women-stage-track .abdz-floor--women { position: relative; top: auto; }
  .abdz-gallery-scroll-progress,
  .abdz-women-scroll-progress { display: none; }
  .abdz-decant-track { height: auto; }
  .abdz-floor--decant { position: relative; top: auto; }
  .abdz-decant-track.is-motion-ready .abdz-benefit { opacity: 1; transform: none; transition: none; }
  .abdz-decant-placeholder { transform: none; transition: none; }
  .abdz-decant-progress { display: none; }
  .abdz-gallery-track { animation: none; }
}



@media (max-width: 720px) {
  .abdz-gallery-stage-track,
  .abdz-gallery-stage-track .abdz-floor--gallery,
  .abdz-gallery-viewport,
  .abdz-gallery-track,
  .abdz-gallery-group,
  .abdz-gallery-trust,
  .abdz-gallery-trust__item,
  .abdz-gallery-trust__copy,
  .abdz-gallery-card,
  .abdz-gallery-card img,
  .abdz-gallery-trust__icon {
    background-color: #F2F2F4 !important;
  }
}


@media (max-width: 720px) {
  .abdz-gallery-card,
  .abdz-gallery-card:hover,
  .abdz-gallery-card.is-pressing,
  .abdz-gallery-card.is-launching {
    background-color: #F2F2F4 !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }
}


.abdz-gallery-stage-track.is-active .abdz-gallery-track {
  animation-play-state: running;
  will-change: transform;
}

.abdz-gallery-card {
  contain: paint;
  backface-visibility: hidden;
}

.abdz-floor--sequence,
.abdz-floor--gallery,
.abdz-floor--decant,
.abdz-floor--women {
  contain: paint;
}

@media (max-width: 720px) {
  .abdz-sequence-picture--blurred {
    filter: blur(18px);
    transform: scale(1.055);
  }
  .abdz-sequence-picture--blurred .abdz-sequence-poster {
    transform: scale(calc(1.055 + var(--abdz-sequence-progress, 0) * .0675));
  }
}


/* Contraste inicial del piso 4 ajustado para una transición más visible. */
.abdz-motion-active .abdz-floor__media--hero,
.abdz-motion-active .abdz-sequence-poster,
.abdz-motion-active .abdz-sequence-picture--blurred,
.abdz-motion-active .abdz-sequence-wash,
.abdz-motion-active .abdz-sequence-message,
.abdz-motion-active .abdz-gallery-track,
.abdz-motion-active .abdz-decant-placeholder,
.abdz-motion-active .abdz-floor__media--women {
  will-change: transform, opacity;
}

.abdz-gallery-card,
.abdz-gallery-card img,
.abdz-floor__media--hero,
.abdz-sequence-canvas,
.abdz-sequence-poster,
.abdz-floor__media--women {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 720px) {
  .abdz-gallery-card {
    box-shadow: none;
  }
}


/* V1122: cierre amarillo simétrico y ordenado. */
@media (min-width: 721px) {
  .abdz-info-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: none;
    column-gap: 0;
    row-gap: 0;
    padding-bottom: clamp(86px, 8vw, 116px);
    border-top: 1px solid rgba(21, 21, 21, .24);
    border-bottom: 1px solid rgba(21, 21, 21, .24);
  }

  .abdz-info-footer__grid > .abdz-info-card:nth-child(1),
  .abdz-info-footer__grid > .abdz-info-card:nth-child(2),
  .abdz-info-footer__grid > .abdz-info-links {
    grid-area: auto;
  }

  .abdz-info-card {
    min-height: 286px;
    padding: 32px clamp(24px, 2.5vw, 38px) 36px;
    border-top: 0;
    border-right: 1px solid rgba(21, 21, 21, .2);
  }

  .abdz-info-card:first-child { padding-left: 0; }
  .abdz-info-card:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .abdz-info-card__item { margin-top: 28px; }
  .abdz-info-card__item + .abdz-info-card__item {
    padding-top: 24px;
    border-top: 1px solid rgba(21, 21, 21, .14);
  }

  .abdz-payment-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin-top: 30px;
  }

  .abdz-payment-list li {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
  }

  .abdz-info-links a { margin-top: 18px; }

  .abdz-info-footer__bottom {
    min-height: 150px;
    align-items: flex-end;
    padding-top: 44px;
  }

  .abdz-info-footer__brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .abdz-info-footer__brand span {
    font-size: 11px;
    line-height: 1.4;
  }
}

@media (max-width: 720px) {
  .abdz-info-footer__grid {
    gap: 0;
    padding-bottom: 80px;
    border-top: 1px solid rgba(21, 21, 21, .24);
    border-bottom: 1px solid rgba(21, 21, 21, .24);
  }

  .abdz-info-card {
    min-height: 0;
    padding: 30px 0 34px;
    border-top: 0;
    border-bottom: 1px solid rgba(21, 21, 21, .2);
  }

  .abdz-info-card:last-child { border-bottom: 0; }

  .abdz-payment-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .abdz-payment-list li {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .abdz-info-footer__bottom {
    align-items: center;
    gap: 30px;
    padding-top: 38px;
    text-align: center;
  }

  .abdz-info-footer__brand {
    align-items: center;
    gap: 11px;
  }

  .abdz-info-footer__copyright { align-self: center; }
}


/* V1123: transición móvil limpia entre el piso de dama y el bloque amarillo. */
@media (max-width: 720px) {
  .abdz-info-footer {
    margin-top: -10px;
    border-top: 3px solid rgba(255, 255, 255, .94);
    border-radius: 16px 16px 0 0;
  }
}
