:root {
  --pink: #f200af;
  --pink-deep: #af007e;
  --pink-dark: #790057;
  --pink-soft: #ffd8e9;
  --pink-wash: #fff2f9;
  --ink: #171316;
  --ink-soft: #5f5159;
  --paper: #fcf9f8;
  --white: #ffffff;
  --line: #eadde4;
  --muted: #f2ecef;
  --success: #267a55;
  --warning: #a35b00;
  --danger: #ba1a1a;
  --shadow-sm: 0 8px 26px rgba(60, 0, 41, 0.07);
  --shadow-lg: 0 28px 80px rgba(60, 0, 41, 0.16);
  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 22px;
  --shell: 1280px;
  --header-height: 76px;
  --font-display: "Manrope", sans-serif;
  --font-body: "Hanken Grotesk", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /* Quita el resaltado azul/gris del sistema al tocar enlaces y botones en móvil. */
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll {
  overflow: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

:focus-visible {
  outline: 3px solid rgba(242, 0, 175, 0.34);
  outline-offset: 3px;
}

::selection {
  color: var(--white);
  background: var(--pink-deep);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: none;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.announcement {
  position: relative;
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 5px 20px;
  color: var(--white);
  background: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.announcement__spark {
  color: var(--pink);
}

.announcement__contact {
  position: absolute;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, .52);
  color: var(--white);
  font-size: 10px;
  letter-spacing: .1em;
  text-decoration: none;
}

.announcement__contact:hover,
.announcement__contact:focus-visible,
.announcement__contact.active {
  border-color: var(--pink);
  color: #ff9fdd;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(234, 221, 228, 0.84);
  background: rgba(252, 249, 248, 0.91);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: grid;
  min-height: var(--header-height);
  grid-template-columns: 220px 1fr 180px;
  align-items: center;
}

.brand {
  display: inline-flex;
  width: 200px;
  height: 64px;
  align-items: center;
}

.brand img {
  width: 100%;
  max-height: 64px;
  object-fit: contain;
  object-position: left center;
}

/* Captación de nuevas Chulas */
.guest-signup { position: relative; overflow: hidden; padding-block: 18px; color: var(--white); background: #120e11; }
.guest-signup__inner { position: relative; display: grid; min-height: 218px; grid-template-columns: minmax(0, 1fr) 174px; align-items: center; gap: clamp(26px, 5vw, 72px); }
.guest-signup__copy { display: grid; max-width: 800px; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 7px 28px; padding-block: 28px; }
.guest-signup .eyebrow { color: #ff9cdd; }
.guest-signup__copy > .eyebrow { grid-column: 1 / -1; margin-bottom: 1px; }
.guest-signup h2 { max-width: 690px; margin: 0; font-size: clamp(30px, 3.1vw, 45px); line-height: .98; letter-spacing: -.055em; }
.guest-signup__copy > p:not(.eyebrow) { max-width: 620px; margin: 4px 0 0; color: #c9bdc4; font-size: 13px; line-height: 1.55; }
.guest-signup__actions { display: flex; grid-column: 2; grid-row: 2 / span 2; align-items: center; align-self: center; flex-direction: column; gap: 11px; }
.guest-signup__actions .button { min-width: 178px; }
.guest-signup__actions > a:last-child { color: #ffb8e8; font-size: 10px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.button--light { border-color: var(--white); color: var(--ink); background: var(--white); }
.button--light:hover { border-color: var(--pink); color: var(--white); background: var(--pink); }
.guest-signup__points { position: relative; display: grid; width: 154px; height: 154px; place-content: center; justify-items: center; gap: 1px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; transition: border-color .18s ease, transform .18s ease, background .18s ease; }
.guest-signup__points::after { position: absolute; inset: 10px; border: 1px solid rgba(242,0,175,.44); border-radius: inherit; content: ''; }
.guest-signup__points:hover { border-color: var(--pink); background: rgba(242,0,175,.08); transform: rotate(-2deg) scale(1.02); }
.guest-signup__points > span { color: var(--pink); }
.guest-signup__points svg { width: 18px; height: 18px; }
.guest-signup__points strong { font-family: var(--font-display); font-size: 35px; line-height: 1; letter-spacing: -.06em; }
.guest-signup__points small { max-width: 80px; color: #cbbdc5; font-size: 8px; font-weight: 800; line-height: 1.35; text-align: center; text-transform: uppercase; }

.signup-benefits-modal { position: fixed; z-index: 160; inset: 0; display: grid; padding: 20px; place-items: center; overflow-y: auto; visibility: hidden; opacity: 0; background: rgba(18,14,17,.76); backdrop-filter: blur(12px); transition: opacity .2s ease, visibility .2s ease; }
.signup-benefits-modal.is-open { visibility: visible; opacity: 1; }
.signup-benefits-modal__card { position: relative; width: min(100%, 690px); overflow: hidden; border: 1px solid #eadde5; background: #fffafb; box-shadow: 0 30px 90px rgba(18,14,17,.35); transform: translateY(14px); transition: transform .22s ease; }
.signup-benefits-modal.is-open .signup-benefits-modal__card { transform: translateY(0); }
.signup-benefits-modal__close { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.28); color: var(--white); background: transparent; cursor: pointer; }
.signup-benefits-modal__close svg { width: 18px; height: 18px; }
.signup-benefits-modal__card > header { padding: 44px 62px 34px; color: var(--white); background: var(--ink); }
.signup-benefits-modal__card > header > span { display: grid; width: 38px; height: 38px; margin-bottom: 25px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--pink); }
.signup-benefits-modal__card > header > span svg { width: 18px; height: 18px; }
.signup-benefits-modal__card > header .eyebrow { color: #ff9cdd; }
.signup-benefits-modal__card > header h2 { max-width: 540px; margin: 8px 0 13px; font-size: clamp(36px, 5.5vw, 57px); line-height: .96; letter-spacing: -.06em; }
.signup-benefits-modal__card > header > p:last-child { max-width: 530px; margin: 0; color: #cfc2c9; font-size: 13px; line-height: 1.6; }
.signup-benefits-modal__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.signup-benefits-modal__list article { position: relative; display: grid; min-height: 132px; align-content: center; gap: 9px; padding: 23px; border-right: 1px solid #eadde5; }
.signup-benefits-modal__list article:last-child { border-right: 0; }
.signup-benefits-modal__list b { position: absolute; top: 13px; right: 14px; color: #cfbdc7; font-family: var(--font-display); font-size: 9px; }
.signup-benefits-modal__list span { color: var(--pink-dark); }
.signup-benefits-modal__list svg { width: 20px; height: 20px; }
.signup-benefits-modal__list strong { font-size: 11px; line-height: 1.45; }
.signup-benefits-modal__actions { display: grid; grid-template-columns: minmax(220px, 1fr) auto; align-items: center; gap: 24px; padding: 22px 28px; border-top: 1px solid #eadde5; }
.signup-benefits-modal__actions > a:last-child { color: var(--pink-dark); font-size: 11px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

/* Referidos en Inicio: una franja secundaria, no otro hero. */
.referral-home { position: relative; overflow: hidden; border-block: 1px solid #33272f; color: var(--white); background: #171216; }
.referral-home::after { position: absolute; top: -112px; right: 8%; width: 240px; height: 240px; border: 1px solid rgba(242, 0, 175, .22); border-radius: 50%; content: ''; box-shadow: 0 0 0 34px rgba(242, 0, 175, .025); pointer-events: none; }
.referral-home__inner { position: relative; z-index: 1; display: grid; min-height: 190px; grid-template-columns: 54px minmax(260px, 1.25fr) auto auto; align-items: center; gap: clamp(20px, 3vw, 42px); padding-block: 30px; }
.referral-home__icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--pink); }
.referral-home__icon svg { width: 24px; height: 24px; }
.referral-home__copy .eyebrow { margin-bottom: 6px; color: #ff8fdc; }
.referral-home__copy h2 { margin: 0 0 7px; font-size: clamp(25px, 2.8vw, 38px); line-height: 1; letter-spacing: -.045em; }
.referral-home__copy h2 span { color: var(--pink); }
.referral-home__copy > p:last-child { max-width: 560px; margin: 0; color: #cdbfc7; font-size: 12px; line-height: 1.55; }
.referral-home__rewards { display: grid; grid-template-columns: repeat(2, minmax(105px, 1fr)); border: 1px solid rgba(255,255,255,.13); }
.referral-home__rewards > span { min-width: 118px; padding: 16px 18px; }
.referral-home__rewards > span + span { border-left: 1px solid rgba(255,255,255,.13); }
.referral-home__rewards strong, .referral-home__rewards small { display: block; }
.referral-home__rewards strong { color: var(--pink); font-family: var(--font-display); font-size: 24px; line-height: 1; }
.referral-home__rewards small { margin-top: 5px; color: #cdbfc7; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.referral-home__action { display: grid; justify-items: center; gap: 7px; }
.referral-home__action .button { min-width: 176px; white-space: nowrap; }
.referral-home__action small { color: #a999a3; font-family: monospace; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.desktop-nav a {
  position: relative;
  padding: 27px 0 24px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: var(--pink);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--ink);
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

.mobile-menu-trigger { display: none; }

.icon-button {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transition: background 180ms ease, transform 180ms ease;
}

.icon-button:hover {
  background: var(--pink-wash);
  transform: translateY(-1px);
}

[data-icon] svg {
  width: 21px;
  height: 21px;
}

.cart-count {
  position: absolute;
  top: 1px;
  right: -1px;
  display: grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  padding: 0 4px;
  border: 2px solid var(--paper);
  border-radius: 999px;
  color: var(--white);
  background: var(--pink);
  font-size: 10px;
  font-weight: 800;
}

#app {
  min-height: 64vh;
  overflow: visible;
}

.page-enter {
  animation: page-in 460ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section {
  padding-block: 86px;
}

.section--tight {
  padding-block: 56px;
}

.section--wash {
  background: var(--pink-wash);
}

.section--ink {
  color: var(--white);
  background: var(--ink);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-head h2 {
  max-width: 680px;
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 52px);
}

.section-head p:not(.eyebrow) {
  max-width: 480px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.text-link svg {
  width: 17px;
  transition: transform 180ms ease;
}

.text-link:hover svg {
  transform: translateX(4px);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--white);
  background: var(--pink);
  box-shadow: 0 10px 26px rgba(242, 0, 175, 0.24);
}

.button--primary:hover {
  background: var(--pink-deep);
  box-shadow: 0 14px 32px rgba(175, 0, 126, 0.28);
}

.button--secondary {
  border-color: var(--pink);
  color: var(--pink-deep);
  background: transparent;
}

.button--secondary:hover {
  background: var(--pink-wash);
}

.button--dark {
  color: var(--white);
  background: var(--ink);
}

.button--full {
  width: 100%;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

/* Home */
.hero {
  position: relative;
  isolation: isolate;
  min-height: min(650px, calc(100svh - 108px));
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 42%, rgba(242, 0, 175, 0.19) 0 16%, transparent 42%),
    linear-gradient(120deg, #fff 0 52%, #fff1f8 52% 100%);
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: 14%;
  right: -7%;
  width: 42vw;
  height: 42vw;
  min-width: 440px;
  min-height: 440px;
  border: 1px solid rgba(242, 0, 175, 0.25);
  border-radius: 50%;
  content: "";
}

.hero__inner {
  display: grid;
  min-height: inherit;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 30px;
  padding-block: 42px;
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 660px;
}

.hero h1 {
  position: relative;
  z-index: 3;
  overflow: visible;
  margin-bottom: 22px;
  font-size: clamp(48px, 6.5vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.hero h1 em {
  position: relative;
  color: var(--pink-deep);
  font-style: normal;
}

.hero h1 em::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 2px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
  content: "";
  opacity: 0.25;
  transform: rotate(-2deg);
}

.hero__lede {
  max-width: 530px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.6vw, 20px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  color: var(--ink-soft);
  font-size: 13px;
}

.hero__avatars {
  display: flex;
}

.hero__avatars span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-left: -8px;
  border: 2px solid var(--white);
  border-radius: 50%;
  color: var(--pink-dark);
  background: var(--pink-soft);
  font-size: 10px;
  font-weight: 800;
}

.hero__avatars span:first-child {
  margin-left: 0;
}

.hero__visual {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
}

.hero__cms-image {
  position: relative;
  z-index: 2;
  width: min(88%, 610px);
  height: min(72vh, 590px);
  object-fit: contain;
  aspect-ratio: 4 / 3;
  filter: drop-shadow(0 32px 35px rgba(57, 25, 43, .2));
}

.hero-carousel { position: relative; z-index: 2; width: min(76%, 430px); height: 530px; }
.hero-carousel__viewport { position: absolute; inset: 0 0 42px; display: flex; overflow-x: auto; overflow-y: hidden; background: #eadfe5; box-shadow: 20px 24px 60px rgba(71, 28, 54, .18); scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: auto; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.hero-carousel__viewport::-webkit-scrollbar { display: none; }
.hero-carousel__slide { position: relative; display: grid; min-width: 100%; flex: 0 0 100%; place-items: center; overflow: hidden; color: var(--white); scroll-snap-align: center; scroll-snap-stop: normal; }
.hero-carousel__slide::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255,246,252,.36), transparent 20%, transparent 80%, rgba(255,246,252,.36)); content: ''; pointer-events: none; }
.hero-carousel__slide::after { position: absolute; z-index: 3; inset: auto 0 0; height: 44%; background: linear-gradient(transparent, rgba(17, 11, 15, .82)); content: ''; pointer-events: none; }
.hero-carousel__backdrop { position: absolute; inset: -8%; width: 116%; height: 116%; object-fit: cover; opacity: .48; filter: blur(22px) saturate(.82); transform: scale(1.08); }
.hero-carousel__backdrop--video { background: radial-gradient(circle at 50% 42%, rgba(242, 0, 175, .32), transparent 58%), #2a2026; filter: none; }
.hero-carousel__photo { position: relative; z-index: 2; width: 88%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(33, 15, 26, .18)); mask-image: linear-gradient(to bottom, transparent 0, #000 4%, #000 92%, transparent 100%); }
.hero-carousel__slide video { pointer-events: none; }
.hero-carousel__caption { position: absolute; z-index: 4; right: 22px; bottom: 20px; left: 22px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 14px; }
.hero-carousel__caption small { grid-column: 1 / -1; color: #ff9ede; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-carousel__caption strong { overflow: hidden; font-family: var(--font-display); font-size: 22px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.hero-carousel__caption em { font-size: 15px; font-style: normal; font-weight: 800; }
.hero-carousel__controls { position: absolute; right: 0; bottom: 0; left: 0; display: flex; height: 30px; align-items: center; justify-content: center; }
.hero-carousel__dots { display: flex; align-items: center; justify-content: center; gap: 7px; }
.hero-carousel__dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #beaab5; transition: width .2s ease, border-radius .2s ease, background .2s ease; }
.hero-carousel__dots button.is-active { width: 25px; border-radius: 8px; background: var(--pink); }
.hero-carousel--fallback { display: grid; place-items: center; }
.hero-carousel--fallback .hero__cms-image { width: 100%; height: 100%; }

.hero__blob {
  position: absolute;
  width: min(44vw, 580px);
  aspect-ratio: 0.91;
  border-radius: 48% 52% 61% 39% / 41% 37% 63% 59%;
  background: var(--pink);
  box-shadow: 0 36px 100px rgba(175, 0, 126, 0.25);
  transform: rotate(7deg);
  animation: blob-float 7s ease-in-out infinite;
}

.hero-shoe {
  position: relative;
  z-index: 1;
  width: min(42vw, 570px);
  filter: drop-shadow(0 32px 28px rgba(60, 0, 41, 0.25));
  transform: rotate(-11deg) translateY(-2%);
}

.hero-shoe path.main {
  fill: #1b1519;
}

.hero-shoe path.accent {
  fill: #fff;
}

.hero__stamp {
  position: absolute;
  z-index: 2;
  right: 1%;
  bottom: 12%;
  display: grid;
  width: 120px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(8deg);
  backdrop-filter: blur(8px);
}

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--white);
}

.ticker--detached { margin-top: clamp(18px, 3vw, 34px); }

.ticker__track {
  display: flex;
  width: max-content;
  animation: ticker 24s linear infinite;
}

.ticker__track span {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 16px 28px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ticker__track span::after {
  color: var(--pink);
  content: "✦";
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.category-card {
  position: relative;
  display: flex;
  min-height: 178px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 15px;
  border: 1px solid var(--line);
  color: var(--white);
  background: var(--pink-deep);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.category-card:nth-child(1) {
  min-height: 178px;
}

.category-card:nth-child(3) {
  background: #4e2540;
}

.category-card::after {
  display: none;
}

.category-card:hover {
  z-index: 2;
  box-shadow: var(--shadow-sm);
  transform: translateY(-6px);
}

.category-card__icon {
  position: relative;
  z-index: 3;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  align-self: flex-end;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  background: rgba(23,18,22,.28);
  backdrop-filter: blur(8px);
}

.category-card__icon svg {
  width: 17px;
  height: 17px;
}

.category-card__media, .category-card__shade { position: absolute; inset: 0; }
.category-card__media { z-index: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.category-card__shade { z-index: 1; background: linear-gradient(180deg, rgba(18,11,16,.05) 30%, rgba(18,11,16,.82) 100%); }
.category-card:hover .category-card__media { transform: scale(1.06); }
.category-card > div { position: relative; z-index: 2; }

.category-card h3 {
  margin-bottom: 2px;
  font-size: 20px;
}

.category-card p {
  margin-bottom: 0;
  font-size: 10px;
  opacity: 0.78;
}

.special-offers { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.special-offers::before { position: absolute; top: -180px; right: -120px; width: 520px; height: 520px; border: 1px solid rgba(242,0,175,.28); border-radius: 50%; content: ''; box-shadow: 0 0 0 68px rgba(242,0,175,.035); }
.special-offers > .shell { position: relative; z-index: 1; }
.special-offers__head { align-items: end; }
.special-offers__head .eyebrow { color: #ff8cda; }
.special-offers__head h2 { font-size: clamp(42px, 6vw, 74px); text-transform: uppercase; }
.special-offers__head p:last-child { max-width: 540px; color: #cbbdc6; }
.special-offers__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; }
.special-offer-card { position: relative; display: grid; min-height: 510px; grid-column: span 4; overflow: hidden; color: var(--white); background: #2c2329; }
.special-offer-card__media { position: absolute; inset: 0; overflow: hidden; }
.special-offer-card__media::after { position: absolute; inset: 20% 0 0; background: linear-gradient(transparent, rgba(18,11,16,.94)); content: ''; }
.special-offer-card__media img, .special-offer-card__media video { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.25,1); }
.special-offer-card:hover .special-offer-card__media img, .special-offer-card:hover .special-offer-card__media video { transform: scale(1.045); }
.special-offer-card__empty { display: grid; width: 100%; height: 100%; place-items: center; color: #ff88d7; background: radial-gradient(circle, #3b1830, #171216); }
.special-offer-card__empty svg { width: 60px; height: 60px; }
.special-offer-card__body { position: relative; z-index: 2; display: flex; align-self: end; flex-direction: column; padding: 30px; }
.special-offer-card__body small { margin-bottom: 8px; color: #ff8cda; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.special-offer-card__body strong { font-family: var(--font-display); font-size: clamp(26px, 3vw, 42px); line-height: .95; text-transform: uppercase; }
.special-offer-card__body p { margin: 13px 0 20px; color: #d9ccd4; font-size: 12px; line-height: 1.55; }
.special-offer-card__body em { display: inline-flex; align-items: center; gap: 9px; font-size: 10px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.special-offer-card__body em svg { width: 15px; height: 15px; }

.real-gallery { overflow: hidden; padding-bottom: 18px; background: #fff8fc; }
.real-gallery__head { display: grid; max-width: var(--shell); grid-template-columns: minmax(0, .85fr) minmax(280px, .45fr); align-items: end; gap: 10px 70px; margin-bottom: 34px; }
.real-gallery__head .eyebrow { grid-column: 1 / -1; }
.real-gallery__head h2 { max-width: 800px; font-size: clamp(42px, 5vw, 72px); line-height: .95; }
.real-gallery__head > p:last-child { color: var(--ink-soft); }
.real-gallery__carousel, .home-news__carousel { min-width: 0; max-width: var(--shell); }
.real-gallery__track, .home-news__track { display: flex; width: 100%; min-width: 0; max-width: 100%; gap: 11px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: auto; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.home-news__track { padding-right: calc(100% - clamp(310px, 31vw, 410px)); }
.real-gallery__track::-webkit-scrollbar, .home-news__track::-webkit-scrollbar, .delivery-carousel__track::-webkit-scrollbar { display: none; }
.real-gallery__track, .home-news__track, .delivery-carousel__track { cursor: grab; }
.real-gallery__track.is-pointer-dragging, .home-news__track.is-pointer-dragging, .delivery-carousel__track.is-pointer-dragging { scroll-snap-type: none; cursor: grabbing; user-select: none; }
.real-gallery__item { position: relative; min-width: 0; max-width: 100%; flex: 0 0 clamp(260px, 31vw, 410px); overflow: hidden; margin: 0; aspect-ratio: 4 / 5; background: #eadfe5; scroll-snap-align: start; }
.real-gallery__item img, .real-gallery__item video { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.25,1); }
.real-gallery__item:hover img, .real-gallery__item:hover video { transform: scale(1.045); }
.real-gallery__item figcaption { position: absolute; right: 12px; bottom: 12px; padding: 6px 8px; color: #fff; background: rgba(18, 11, 16, .72); font-size: 8px; font-weight: 800; letter-spacing: .08em; backdrop-filter: blur(8px); }

.home-news { padding-top: 18px; padding-bottom: 38px; background: var(--white); }
.home-news__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr); align-items: end; gap: 40px; margin-bottom: 30px; }
.home-news__head h2 { max-width: 760px; font-size: clamp(38px, 5vw, 68px); line-height: .96; }
.home-news__head > p { color: var(--ink-soft); }
.news-card { display: grid; min-width: 0; flex: 0 0 clamp(310px, 31vw, 410px); grid-template-rows: auto minmax(0, 1fr); border: 1px solid var(--line); background: #fff; scroll-snap-align: start; }
.news-card__media { position: relative; display: block; min-height: 0; overflow: hidden; aspect-ratio: 4 / 3; color: #fff; background: var(--ink); }
.news-card__media > img, .news-card__media > video { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.news-card:hover .news-card__visual { transform: scale(1.04); }
.news-card__media > span { display: grid; height: 100%; place-items: center; color: var(--pink); }
.news-card__media > span svg { width: 42px; height: 42px; }
.news-card__media > small { position: absolute; top: 12px; left: 12px; padding: 6px 8px; color: var(--ink); background: rgba(255,255,255,.9); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-card > div { display: flex; min-width: 0; min-height: 220px; flex-direction: column; align-items: flex-start; padding: 24px; }
.news-card time { margin-bottom: 17px; color: var(--pink-deep); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.news-card h3 { margin-bottom: 12px; font-size: clamp(21px, 2.4vw, 31px); line-height: 1.02; }
.news-card h3 a { color: inherit; text-decoration: none; }
.news-card p { display: -webkit-box; overflow: hidden; margin-bottom: 20px; color: var(--ink-soft); font-size: 12px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.news-card .text-link { margin-top: auto; }

.home-news__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}

.home-news__dots { display: flex; min-width: 0; gap: 7px; align-items: center; }

.home-news__dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: #d8cdd3;
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.home-news__dots button.is-active { width: 34px; background: var(--pink); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 18px;
}

.product-card {
  position: relative;
  min-width: 0;
}

.product-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 0.82;
  margin-bottom: 16px;
  background: var(--muted);
}

.product-card__media-link {
  position: absolute;
  inset: 0;
  display: block;
}

.product-card__media img,
.product-gallery__item img,
.cart-item__visual img,
.order-card__visual img,
.search-result__visual img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__media img {
  transition: transform 520ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.product-card:hover .product-card__media img,
.product-card:hover .shoe-art {
  transform: scale(1.045) rotate(-1deg);
}

.product-card__badge {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  color: var(--pink-dark);
  background: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.product-card__quick {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 200ms ease, transform 200ms ease, background 200ms ease;
}

.product-card:hover .product-card__quick,
.product-card__quick:focus-visible {
  opacity: 1;
  transform: none;
}

.product-card__quick:hover {
  background: var(--pink);
}

.product-card__quick svg,
.cart-item__remove svg,
.activity-row__icon svg,
.reward-card__icon svg,
.profile-menu__icon svg {
  width: 20px;
  height: 20px;
}

.profile-menu__item > svg {
  width: 18px;
  height: 18px;
}

.product-card__info {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 12px;
}

.product-card__info h3 {
  margin-bottom: 0;
  font-size: 17px;
  letter-spacing: -0.02em;
}

.product-card__info p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.product-card__price {
  grid-row: span 2;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
}

.product-card__original {
  margin-right: 6px;
  color: #8b7f85;
  font-size: 12px;
  font-weight: 500;
  text-decoration: line-through;
}

.shoe-art {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  transition: transform 520ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.shoe-art::before {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  content: "";
}

.shoe-art svg {
  position: relative;
  z-index: 1;
  width: 82%;
  filter: drop-shadow(0 20px 17px rgba(24, 7, 17, 0.18));
  transform: rotate(-12deg);
}

.shoe-art--rose { background: #f4b6d8; }
.shoe-art--wine { background: #6b163f; }
.shoe-art--sand { background: #e8dacd; }
.shoe-art--cream { background: #eee9df; }
.shoe-art--black { background: #2a2428; }
.shoe-art--coral { background: #f1a491; }

.loyalty-feature {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 0.9fr 1.1fr;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--ink);
}

.loyalty-feature::after {
  position: absolute;
  top: -180px;
  right: -100px;
  width: 530px;
  height: 530px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.03), 0 0 0 140px rgba(255, 255, 255, 0.02);
}

.loyalty-feature__copy {
  position: relative;
  z-index: 2;
  padding: clamp(38px, 6vw, 78px);
}

.loyalty-feature h2 {
  max-width: 520px;
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 67px);
}

.loyalty-feature h2 span {
  color: var(--pink);
}

.loyalty-feature p:not(.eyebrow) {
  max-width: 460px;
  color: #d9ccd3;
}

.loyalty-feature__visual {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 460px;
  place-items: center;
}

.loyalty-orbit {
  position: relative;
  display: grid;
  width: min(380px, 82%);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.loyalty-orbit::before,
.loyalty-orbit::after {
  position: absolute;
  border: 1px solid rgba(242, 0, 175, 0.38);
  border-radius: 50%;
  content: "";
}

.loyalty-orbit::before { inset: 13%; }
.loyalty-orbit::after { inset: 27%; }

.loyalty-orbit__score {
  position: relative;
  z-index: 2;
  text-align: center;
}

.loyalty-orbit__score strong {
  display: block;
  color: var(--pink);
  font-family: var(--font-display);
  font-size: 74px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.loyalty-orbit__score span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.loyalty-orbit__step {
  position: absolute;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--pink);
  box-shadow: 0 0 0 8px rgba(242, 0, 175, 0.14);
}

.loyalty-orbit__step:nth-child(2) { top: 6%; right: 14%; }
.loyalty-orbit__step:nth-child(3) { right: -3%; bottom: 24%; }
.loyalty-orbit__step:nth-child(4) { bottom: 3%; left: 18%; }

.delivery-feature {
  display: grid;
  min-height: 520px;
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--pink-soft);
}

.delivery-feature__visual {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 440px;
  place-items: center;
  overflow: hidden;
  background: var(--pink-deep);
}

.delivery-feature__visual::before {
  position: absolute;
  width: 76%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  content: "";
}

.delivery-feature__visual .hero-shoe {
  width: 78%;
  transform: rotate(9deg);
}

.delivery-feature__cms-image {
  position: relative;
  z-index: 2;
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(22, 15, 19, .2));
}

.delivery-carousel { position: relative; z-index: 2; display: grid; width: 100%; min-width: 0; max-width: 100%; height: 100%; min-height: inherit; grid-template-rows: minmax(0, 1fr); overflow: hidden; }
.delivery-carousel__track { display: flex; width: 100%; min-width: 0; max-width: 100%; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: auto; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.delivery-carousel__slide { position: relative; min-width: 0; flex: 0 0 100%; overflow: hidden; color: #fff; background: #2b2027; scroll-snap-align: start; }
.delivery-carousel__slide::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(18,11,16,.88)); content: ''; pointer-events: none; }
.delivery-carousel__media { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.delivery-carousel__slide:hover .delivery-carousel__media { transform: scale(1.035); }
.delivery-carousel__slide > span { position: absolute; z-index: 2; right: 17px; bottom: 17px; left: 17px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 4px 10px; }
.delivery-carousel__slide small { grid-column: 1 / -1; color: #ff9ede; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.delivery-carousel__slide strong { overflow: hidden; font-family: var(--font-display); font-size: 21px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.delivery-carousel__slide em { font-size: 12px; font-style: normal; font-weight: 800; }
.delivery-carousel--empty { place-items: center; }
.delivery-carousel--empty .hero-shoe { width: 78%; }

.delivery-feature__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(38px, 6vw, 80px);
}

.delivery-feature h2 {
  max-width: 500px;
  margin-bottom: 18px;
  font-size: clamp(36px, 5vw, 62px);
}

.delivery-feature p:not(.eyebrow) {
  max-width: 500px;
  color: var(--ink-soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.service-item {
  padding: 28px;
  background: var(--white);
}

.service-item svg {
  width: 28px;
  height: 28px;
  margin-bottom: 22px;
  color: var(--pink-deep);
}

.service-item h3 {
  margin-bottom: 7px;
  font-size: 17px;
}

.service-item p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.service-grid--compact .service-item {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 13px;
  padding: 20px 18px;
}

.service-grid--compact .service-item svg {
  width: 22px;
  height: 22px;
  margin: 1px 0 0;
  grid-row: 1 / 3;
}

.service-grid--compact .service-item h3 {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.25;
}

.service-grid--compact .service-item p {
  font-size: 11px;
  line-height: 1.45;
}

.service-grid--immediate { margin-bottom: 24px; }
.service-grid--immediate .service-item { padding: 15px 14px; }
.service-grid--immediate .service-item svg { width: 19px; height: 19px; }
.service-grid--immediate .service-item h3 { font-size: 12px; }
.service-grid--immediate .service-item p { font-size: 9px; line-height: 1.4; }

.section.section--services-compact { padding-block: 18px; }

/* Catalog */
.page-hero {
  padding: 64px 0 42px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.page-hero__row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.page-hero h1 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(42px, 6vw, 74px);
}

.page-hero p:last-child {
  max-width: 630px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.result-count {
  white-space: nowrap;
  color: var(--ink-soft);
  font-size: 14px;
}

.catalog-layout {
  display: grid;
  min-width: 0;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 42px;
  padding-block: 42px 90px;
}

.catalog-layout > * {
  min-width: 0;
}

.filters {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  align-self: start;
}

.filters__mobile-head {
  display: none;
}

/* Mantiene el filtro como modal aunque el pinch-zoom cambie el breakpoint. */
body.filters-open .page-enter {
  animation: none;
  transform: none;
}

body.filters-open #catalog-filters {
  position: fixed;
  z-index: 320;
  inset: 0;
  visibility: visible;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 100dvh;
  max-height: none;
  align-self: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: calc(26px + env(safe-area-inset-top)) 24px calc(32px + env(safe-area-inset-bottom));
  background: var(--white);
  box-shadow: var(--shadow-lg);
  overscroll-behavior: contain;
  transform: none;
}

body.filters-open #catalog-filters .filters__mobile-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin: -2px 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

body.filters-open #catalog-filters .filters__mobile-head .eyebrow {
  margin-bottom: 4px;
  font-size: 10px;
}

body.filters-open #catalog-filters .filters__mobile-head h2 {
  margin: 0;
  font-size: 27px;
  letter-spacing: -.04em;
}

body.filters-open #catalog-filters > .button--full {
  position: sticky;
  bottom: 0;
  margin-top: 22px;
  box-shadow: 0 -14px 28px rgba(255,255,255,.96);
}

.filter-group {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.filter-group:first-child {
  padding-top: 0;
}

.filter-group h3 {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0;
}

.filter-group--not-applicable {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 14px;
  background: var(--pink-wash);
  border: 1px solid rgba(242, 0, 175, .13);
}

.filter-group--not-applicable > span {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--pink);
  background: #fff;
}

.filter-group--not-applicable svg { width: 15px; height: 15px; }
.filter-group--not-applicable h3 { margin: 1px 0 4px; }
.filter-group--not-applicable p { color: var(--ink-soft); font-size: 12px; line-height: 1.45; }

.filter-options {
  display: grid;
  gap: 10px;
}

.filter-check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 14px;
  cursor: pointer;
}

.filter-check input {
  width: 17px;
  height: 17px;
  accent-color: var(--pink);
}

.filter-search {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.filter-search svg {
  position: absolute;
  left: 14px;
  width: 19px;
}

.filter-search input,
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.filter-search input {
  padding: 12px 14px 12px 44px;
}

.catalog-toolbar {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.catalog-toolbar select {
  min-width: 0;
  max-width: 100%;
  min-height: 42px;
  padding: 8px 36px 8px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.mobile-filter-button {
  display: none;
}

.immediate-filters {
  margin: 0 0 34px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(52, 23, 41, .07);
}

.immediate-filters--prominent { margin-bottom: 22px; }
.immediate-filters--prominent .immediate-filters__head { padding: 14px 16px; }
.immediate-filters--prominent .immediate-filters__icon { width: 36px; height: 36px; }
.immediate-filters--prominent .immediate-filters__icon svg { width: 16px; height: 16px; }
.immediate-filters--prominent .immediate-filters__head h3 { font-size: 17px; }
.immediate-filters--prominent .immediate-filters__controls { padding: 14px 16px; }
.immediate-filters--prominent .immediate-filters__controls select,
.immediate-filters--prominent .immediate-filters__actions,
.immediate-filters--prominent .immediate-filters__actions .button { min-height: 44px; }

.immediate-filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(100deg, #fff 0%, #fff8fc 100%);
}

.immediate-filters__head > div { display: flex; align-items: center; gap: 13px; }
.immediate-filters__head .eyebrow { margin: 0 0 3px; font-size: 9px; }
.immediate-filters__head h3 { margin: 0; font-size: 20px; }
.immediate-filters__head > span { color: var(--ink-soft); font-size: 12px; white-space: nowrap; }
.immediate-filters__icon { display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: var(--ink); }
.immediate-filters__icon svg { width: 19px; height: 19px; }

.immediate-filters__controls {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
  align-items: end;
  gap: 14px;
  padding: 20px 22px;
}

.immediate-filters__controls > label { display: grid; gap: 7px; }
.immediate-filters__controls > label > span { font-size: 11px; font-weight: 800; }
.immediate-filters__controls select { width: 100%; min-height: 48px; padding: 10px 38px 10px 13px; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--ink); background: var(--white); }
.immediate-filters__actions { display: flex; min-height: 48px; align-items: center; gap: 14px; }
.immediate-filters__actions .button { min-height: 48px; white-space: nowrap; }
.immediate-filters__actions .button svg { width: 17px; height: 17px; }
.immediate-filters__summary { display: flex; align-items: center; gap: 8px; padding: 0 22px 20px; color: var(--ink-soft); font-size: 11px; }
.immediate-filters__summary strong { color: var(--ink); }
.immediate-filters__summary span { padding: 7px 10px; border-radius: 999px; color: var(--pink-deep); background: var(--pink-wash); font-weight: 800; }
.immediate-filters__summary small { margin-left: auto; }

.empty-state {
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: 50px 20px;
  border: 1px dashed var(--line);
  text-align: center;
}

.empty-state svg {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  color: var(--pink-deep);
}

.empty-state h2 {
  margin-bottom: 8px;
  font-size: 25px;
}

.empty-state p {
  max-width: 420px;
  color: var(--ink-soft);
}

/* Product detail */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-block: 24px;
  color: var(--ink-soft);
  font-size: 13px;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: clamp(36px, 6vw, 78px);
  padding-bottom: 90px;
}

.product-gallery {
  display: grid;
  min-width: 0;
  align-self: start;
  gap: 14px;
}

.product-gallery__stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--muted);
}

.product-gallery__item,
.product-gallery__item > .shoe-art {
  width: 100%;
  height: 100%;
}

.product-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery__counter,
.product-gallery__color {
  position: absolute;
  z-index: 5;
  bottom: 16px;
  padding: 8px 10px;
  background: rgba(23, 19, 22, 0.82);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  backdrop-filter: blur(8px);
}

.product-gallery__counter { right: 16px; }
.product-gallery__color { left: 16px; text-transform: uppercase; }

.product-gallery__rail {
  display: grid;
  overflow-x: auto;
  grid-auto-columns: 88px;
  grid-auto-flow: column;
  gap: 9px;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.product-gallery__thumb {
  display: grid;
  overflow: hidden;
  min-width: 0;
  padding: 3px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--ink-soft);
  scroll-snap-align: start;
  text-align: left;
}

.product-gallery__thumb img,
.product-gallery__thumb > span {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  object-fit: cover;
  background: var(--muted);
}

.product-gallery__thumb > span svg { width: 20px; }

.product-gallery__thumb small {
  overflow: hidden;
  padding: 6px 3px 3px;
  font-size: 9px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-gallery__thumb:hover,
.product-gallery__thumb.selected {
  border-color: var(--ink);
  background: var(--white);
}

.product-gallery .shoe-art svg {
  width: 70%;
}

.product-info {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  align-self: start;
}

.product-info__category {
  margin-bottom: 10px;
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-info h1 {
  margin-bottom: 12px;
  font-size: clamp(36px, 4vw, 54px);
}

.product-info__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: 13px;
}

.stars {
  color: var(--pink);
  letter-spacing: 2px;
}

.product-info__price {
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
}

.product-info__description {
  margin-bottom: 28px;
  color: var(--ink-soft);
}

.option-group {
  margin-bottom: 25px;
}

.option-group__label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
}

.option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.option-button {
  display: grid;
  min-width: 45px;
  height: 45px;
  place-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.option-button:hover,
.option-button.selected {
  border-color: var(--ink);
  color: var(--white);
  background: var(--ink);
}

.color-button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
}

.color-button span {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  background: var(--swatch);
}

.color-button.selected {
  border-color: var(--ink);
}

.color-selection-preview {
  display: none;
}

.immediate-unit-choice {
  margin: -5px 0 25px;
}

.product-variant-toolbar {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.product-variant-toolbar > span { color: var(--ink-soft); font-size: 10px; }
.product-variant-toolbar .text-link { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.product-variant-toolbar .text-link[hidden] { display: none; }
.product-variant-toolbar .text-link svg { width: 14px; height: 14px; }

.immediate-variant-comment {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  margin: -10px 0 25px;
  padding: 16px;
  border: 1px solid #f0bddf;
  border-left: 3px solid var(--pink);
  background: linear-gradient(135deg, #fff 0%, #fff3fb 100%);
}

.immediate-variant-comment[hidden] { display: none; }
.immediate-variant-comment > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--pink-deep); background: var(--pink-wash); }
.immediate-variant-comment svg { width: 19px; height: 19px; }
.immediate-variant-comment small { color: var(--pink-deep); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.immediate-variant-comment p { margin: 5px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }

.heel-choice {
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--white);
}

.variant-guidance {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #fff 0%, var(--pink-pale) 100%);
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.45;
}

.craft-note { margin-top: 14px; }

/* Selección de dirección en checkout */
.address-choices {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.address-choice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.address-choice:has(input:checked) {
  border-color: var(--pink);
  background: var(--pink-wash);
}

.address-choice input {
  flex: 0 0 auto;
  margin-top: 3px;
  accent-color: var(--pink);
}

.address-choice span {
  display: grid;
  gap: 2px;
  min-width: 0;
  font-size: 13px;
}

.address-choice strong {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.address-choice strong em {
  padding: 2px 7px;
  color: var(--pink-deep);
  background: var(--pink-pale);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.address-choice small {
  color: var(--ink-soft);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.address-manage-link {
  display: inline-flex;
  margin-bottom: 18px;
}

@media (hover: none) and (pointer: coarse) {
  .cart-drawer { width: 100%; max-width: none; }
}

.checkout-section-head { display: flex; align-items: start; justify-content: space-between; margin-bottom: 20px; }
.checkout-section-head h2 { margin: 3px 0 0; }
.checkout-contact-summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.checkout-contact-summary h2 { margin: 3px 0 5px; font-size: 23px; }
.checkout-contact-summary p:not(.eyebrow) { margin: 0; color: var(--ink-soft); font-size: 13px; }
.checkout-address-summary { display: grid; grid-template-columns: 44px 1fr 30px; align-items: center; gap: 14px; margin-bottom: 14px; padding: 16px; border: 1px solid rgba(242, 0, 175, .32); background: linear-gradient(115deg, var(--pink-wash), #fff); }
.checkout-address-summary__icon, .checkout-address-summary__check { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--pink-deep); background: #fff; }
.checkout-address-summary__icon svg, .checkout-address-summary__check svg { width: 18px; height: 18px; }
.checkout-address-summary div { display: grid; gap: 3px; min-width: 0; }
.checkout-address-summary small { color: var(--pink-deep); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.checkout-address-summary strong { overflow-wrap: anywhere; font-size: 14px; }
.checkout-address-summary p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.checkout-address-summary__instructions { margin-top: 4px !important; padding-top: 6px; border-top: 1px solid rgba(242, 0, 175, .16); font-style: italic; }
.checkout-address-summary__edit { display: inline-flex; grid-column: 2 / 4; width: fit-content; align-items: center; gap: 6px; margin-top: 5px; color: var(--pink-deep); font-size: 11px; font-weight: 800; text-decoration: none; }
.checkout-address-summary__edit svg { width: 14px; height: 14px; }
.checkout-address-missing { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 18px; border: 1px solid rgba(242, 0, 175, .3); background: linear-gradient(120deg, var(--pink-wash), #fff 72%); }
.checkout-address-missing > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--pink-deep); background: #fff; box-shadow: 0 8px 22px rgba(60, 0, 41, .08); }
.checkout-address-missing > span svg { width: 21px; height: 21px; }
.checkout-address-missing h3 { margin: 3px 0 4px; font-size: 17px; }
.checkout-address-missing p:not(.eyebrow) { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.45; }
.checkout-order-notes { padding-top: 20px; border-top: 1px solid var(--line); }
.payment-policy { display: flex; align-items: flex-start; gap: 11px; padding: 13px 14px; border-left: 3px solid var(--pink); color: var(--ink-soft); background: var(--pink-wash); }
.payment-policy > svg { width: 19px; height: 19px; flex: 0 0 auto; color: var(--pink-deep); }
.payment-policy span { display: grid; gap: 3px; font-size: 10px; line-height: 1.45; }
.payment-policy strong { color: var(--ink); font-size: 11px; }

.variant-guidance svg {
  width: 21px;
  min-width: 21px;
  color: var(--pink-deep);
}

.variant-guidance span,
.variant-guidance strong {
  display: block;
}

.variant-guidance strong {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 13px;
}

.variant-guidance--ready {
  border-color: #bcdaca;
  background: #f2faf5;
}

.variant-guidance--error {
  border-color: #edbdc5;
  background: #fff5f6;
}

.unit-choice {
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--white);
}

.unit-choice__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.unit-choice__grid button {
  overflow: hidden;
  padding: 4px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink-soft);
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.unit-choice__grid button:hover,
.unit-choice__grid button.selected {
  border-color: var(--pink-deep);
  box-shadow: 0 0 0 2px var(--pink-pale);
  transform: translateY(-1px);
}

.unit-choice__grid img,
.unit-choice__empty {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  object-fit: cover;
  background: var(--muted);
}

.unit-choice__grid small {
  display: block;
  overflow: hidden;
  padding: 7px 4px 4px;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-buy-row {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 10px;
  margin-bottom: 22px;
}

.quantity-control {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.quantity-control button {
  height: 100%;
  border: 0;
  background: transparent;
  font-weight: 800;
}

.quantity-control span {
  text-align: center;
}

.product-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 18px 0;
  border-block: 1px solid var(--line);
}

.mini-benefit {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 12px;
}

.mini-benefit svg {
  width: 18px;
  color: var(--pink-deep);
}

.accordion {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  /* Evita que un toque prolongado seleccione el título como texto. */
  -webkit-user-select: none;
  user-select: none;
}

.accordion summary::-webkit-details-marker { display: none; }

.accordion p {
  padding-bottom: 18px;
  color: var(--ink-soft);
  font-size: 14px;
  white-space: pre-line;
}

/* Loyalty */
.account-page {
  padding-block: 54px 90px;
}

.account-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}

.account-header h1 {
  margin-bottom: 6px;
  font-size: clamp(40px, 5vw, 64px);
}

.account-header p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.pasitos-hero {
  position: relative;
  display: grid;
  min-height: 286px;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr);
  margin-bottom: 34px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--pink-deep);
}

.pasitos-hero::before {
  position: absolute;
  right: -80px;
  bottom: -260px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.04), 0 0 0 160px rgba(255, 255, 255, 0.025);
}

.pasitos-hero__balance {
  position: relative;
  z-index: 1;
  padding: clamp(32px, 4.5vw, 52px);
}

.pasitos-balance {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-display);
  font-size: clamp(66px, 8vw, 96px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.pasitos-label {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pasitos-hero__progress {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(60, 0, 41, 0.2);
  backdrop-filter: blur(10px);
}

.pasitos-status__mark {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: var(--pink);
  background: rgba(255, 255, 255, .1);
}

.pasitos-status__mark svg { width: 24px; height: 24px; }

.pasitos-status__copy { min-width: 0; }

.pasitos-status__copy > small {
  display: block;
  margin-bottom: 5px;
  color: #e8cbdc;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pasitos-status__copy > strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
}

.pasitos-status__copy p {
  max-width: 210px;
  margin: 0;
  color: #e8dce3;
  font-size: 10px;
  line-height: 1.5;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 44px;
}

.stat-card {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

.stat-card span {
  display: block;
  margin-bottom: 9px;
  color: var(--ink-soft);
  font-size: 13px;
}

.stat-card strong {
  font-family: var(--font-display);
  font-size: 28px;
}

.earning-guide {
  margin-bottom: 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.earning-guide__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  gap: 40px;
  align-items: end;
  padding: 34px;
  border-bottom: 1px solid var(--line);
}

.earning-guide__head .eyebrow { margin-bottom: 9px; }

.earning-guide__head h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.earning-guide__head > p {
  max-width: 440px;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.earning-guide__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.earning-step {
  position: relative;
  min-width: 0;
  min-height: 285px;
  padding: 24px 20px 26px;
  border-right: 1px solid var(--line);
}

.earning-step:last-child { border-right: 0; }

.earning-step--accent {
  background: linear-gradient(155deg, #fff 0%, var(--pink-wash) 100%);
}

.earning-step__number {
  position: absolute;
  top: 24px;
  right: 20px;
  color: var(--pink-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.earning-step__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 35px;
  border-radius: 50%;
  color: var(--pink-deep);
  background: var(--pink-wash);
}

.earning-step__icon svg { width: 20px; height: 20px; }

.earning-step > strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-display);
  font-size: clamp(30px, 2.7vw, 42px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.earning-step h3 {
  margin-bottom: 10px;
  font-size: 15px;
}

.earning-step p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.55;
}

.earning-guide__note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 17px 24px;
  color: var(--white);
  background: var(--ink);
}

.earning-guide__note svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: var(--pink);
}

.earning-guide__note p { margin: 0; font-size: 12px; line-height: 1.6; }

.earning-guide-modal {
  position: fixed;
  z-index: 430;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  background: rgba(23, 19, 22, .72);
  backdrop-filter: blur(8px);
  transition: opacity 240ms ease, visibility 240ms ease;
}

.earning-guide-modal.is-open { visibility: visible; opacity: 1; }

.earning-guide-modal__card {
  position: relative;
  width: min(1180px, 100%);
  max-height: 92dvh;
  overflow: auto;
  background: var(--white);
  box-shadow: var(--shadow-lg);
  transform: translateY(18px) scale(.985);
  transition: transform 240ms cubic-bezier(.2,.75,.25,1);
}

.earning-guide-modal.is-open .earning-guide-modal__card { transform: none; }
.earning-guide-modal .earning-guide { margin: 0; border: 0; }
.earning-guide-modal .earning-guide__head { padding-right: 82px; }

.earning-guide-modal__close {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255,255,255,.94);
  cursor: pointer;
}

.earning-guide-modal__close svg { width: 18px; height: 18px; }
.account-header__guide {
  display: grid;
  min-width: 270px;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  gap: 13px;
  align-items: center;
  padding: 11px 14px 11px 11px;
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.account-header__guide:hover { color: var(--ink); background: var(--pink); transform: translateY(-2px); }
.account-header__guide-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--pink); }
.account-header__guide:hover .account-header__guide-mark { color: var(--white); background: var(--ink); }
.account-header__guide-mark svg { width: 19px; height: 19px; }
.account-header__guide > span:nth-child(2) { display: grid; gap: 2px; }
.account-header__guide small { color: #d7c9d1; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.account-header__guide:hover small { color: #5d4e56; }
.account-header__guide strong { font-size: 12px; }
.account-header__guide > svg { width: 17px; height: 17px; }

.reward-showcase {
  margin-bottom: 46px;
  padding: clamp(28px, 4vw, 52px);
  color: var(--white);
  background: var(--ink);
}

.reward-showcase__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
}

.reward-showcase__head .eyebrow { color: #ff84d9; }

.reward-showcase__head h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 5.6vw, 74px);
  line-height: .94;
  letter-spacing: -.06em;
}

.reward-showcase__balance {
  display: grid;
  min-width: 160px;
  padding-left: 24px;
  border-left: 1px solid #4a3d45;
}

.reward-showcase__balance span,
.reward-showcase__balance small { color: #c7b9c1; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reward-showcase__balance strong { color: var(--pink); font-family: var(--font-display); font-size: 42px; line-height: 1; letter-spacing: -.05em; }
.reward-showcase__intro { max-width: 620px; margin: 17px 0 30px; color: #c7b9c1; font-size: 13px; line-height: 1.65; }

.reward-showcase__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.reward-showcase__grid > .reward-card:only-child { grid-column: 1 / -1; }
.reward-showcase__grid > .reward-card:nth-child(2):last-child { grid-column: span 5; }

.reward-card {
  --reward-accent: #e9a8cf;
  position: relative;
  display: grid;
  min-width: 0;
  grid-column: span 6;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
}

.reward-card--tier-4 { --reward-accent: var(--pink); grid-column: span 7; }
.reward-card--tier-3 { --reward-accent: #f15bb8; grid-column: span 5; }
.reward-card--tier-2 { --reward-accent: #d678ad; }
.reward-card--tier-1 { --reward-accent: #b68ca5; }

.reward-card__media {
  position: relative;
  display: grid;
  min-height: 260px;
  aspect-ratio: 16 / 9;
  place-items: center;
  overflow: hidden;
  color: var(--pink-deep);
  background: linear-gradient(135deg, var(--pink-wash), var(--pink-soft));
}

.reward-card--tier-4 .reward-card__media { min-height: 380px; }
.reward-card--tier-3 .reward-card__media { min-height: 320px; }
.reward-card__media::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(20,13,18,.58)); content: ''; pointer-events: none; }
.reward-card__media > img { width: 100%; height: 100%; object-fit: cover; transition: filter 320ms ease, transform 420ms cubic-bezier(.2,.75,.25,1); }
.reward-card:hover .reward-card__media > img { transform: scale(1.035); }
.reward-card.is-locked .reward-card__media > img { filter: grayscale(.72) contrast(.86); }
.reward-card__empty { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.reward-card__icon {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--reward-accent);
}

.reward-card__icon svg { width: 21px; height: 21px; }

.reward-card__lock,
.reward-card__ready {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 16px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--white);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.reward-card__lock svg,
.reward-card__ready svg { width: 14px; height: 14px; }
.reward-card__ready { color: #fff; }

.reward-card__body { display: flex; min-width: 0; flex-direction: column; padding: 26px; }
.reward-card__body > small { margin-bottom: 9px; color: var(--pink-deep); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.reward-card h3 { margin-bottom: 9px; font-size: clamp(24px, 2.7vw, 38px); line-height: 1; letter-spacing: -.045em; }
.reward-card p { min-height: 42px; margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }
.reward-card__progress-copy { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 22px 0 8px; color: var(--ink-soft); font-size: 9px; font-weight: 700; }
.reward-card__progress-copy strong { color: var(--ink); }
.reward-card__progress { height: 4px; overflow: hidden; background: #eadfe5; }
.reward-card__progress > span { display: block; height: 100%; background: var(--reward-accent); }
.reward-card__body > em { margin-top: 12px; color: var(--ink-soft); font-size: 9px; font-style: normal; }

.reward-card__cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
}

.reward-card__cost > span { display: flex; align-items: baseline; gap: 6px; }
.reward-card__cost > span strong { font-family: var(--font-display); font-size: 28px; line-height: 1; letter-spacing: -.04em; }
.reward-card__cost > span small { color: var(--ink-soft); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.reward-card__cost button { min-height: 42px; padding: 0 16px; border: 1px solid var(--ink); color: var(--white); background: var(--ink); font-size: 9px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.reward-card__cost button:not(:disabled):hover { color: var(--ink); background: var(--pink); }
.reward-card__cost button:disabled { border-color: #d9cfd5; color: #8f8189; background: #eee8eb; cursor: not-allowed; }

.reward-showcase__terms { max-width: 560px; margin: 22px 0 0 auto; padding-top: 18px; border-top: 1px solid #40343b; color: #a99ba3; font-size: 10px; line-height: 1.55; text-align: right; }

.activity-list {
  border-top: 1px solid var(--line);
}

.activity-row {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.activity-row__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--success);
  background: #e5f5ed;
}

.activity-row__icon.is-negative {
  color: var(--pink-deep);
  background: var(--pink-wash);
}

.activity-row h3 {
  margin-bottom: 3px;
  font-size: 15px;
}

.activity-row p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.activity-row strong {
  color: var(--success);
  font-family: var(--font-display);
}

.activity-row strong.is-negative {
  color: var(--pink-deep);
}

/* Referrals */
.referral-callout {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin: -12px 0 48px;
  padding: 24px 26px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  box-shadow: 12px 12px 0 var(--pink-wash);
}

.referral-callout__mark { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--pink); }
.referral-callout__mark svg { width: 26px; height: 26px; }
.referral-callout small, .referral-callout strong, .referral-callout em { display: block; }
.referral-callout small { margin-bottom: 4px; color: var(--pink-soft); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.referral-callout strong { font-family: var(--font-display); font-size: 22px; }
.referral-callout em { margin-top: 4px; color: #d5cbd1; font-size: 13px; font-style: normal; }
.referral-callout__action { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.referral-callout__action svg { width: 18px; height: 18px; }

.referral-page { padding-block: 34px 90px; }
.referral-hero { position: relative; display: grid; min-height: 520px; overflow: hidden; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); color: var(--white); background: var(--ink); }
.referral-hero::before { position: absolute; width: 620px; height: 620px; right: -290px; top: -350px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ''; box-shadow: 0 0 0 70px rgba(242,0,175,.055), 0 0 0 140px rgba(242,0,175,.035); }
.referral-hero__copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 7vw, 92px); }
.referral-hero__copy .eyebrow { color: var(--pink); }
.referral-hero__copy h1 { max-width: 720px; margin: 15px 0 25px; font-size: clamp(52px, 7vw, 92px); line-height: .88; letter-spacing: -.07em; }
.referral-hero__copy h1 span { color: var(--pink); }
.referral-hero__copy > p:last-child { max-width: 590px; margin: 0; color: #ded3da; font-size: 17px; line-height: 1.7; }
.referral-share-card { position: relative; z-index: 2; align-self: center; margin: 38px; padding: 32px; color: var(--ink); background: var(--white); box-shadow: 16px 16px 0 rgba(242,0,175,.26); }
.referral-share-card__label { display: block; color: var(--pink-deep); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.referral-share-card > strong { display: block; margin: 16px 0 8px; font-family: var(--font-display); font-size: clamp(36px, 5vw, 56px); line-height: 1; letter-spacing: .04em; }
.referral-share-card > p { overflow: hidden; margin: 0 0 24px; padding: 12px; color: var(--ink-soft); background: var(--paper); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.referral-share-card > div { display: grid; gap: 9px; }
.referral-share-card .button { width: 100%; }
.referral-whatsapp { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 18px; color: var(--pink-deep); font-size: 12px; font-weight: 800; }
.referral-whatsapp svg { width: 18px; height: 18px; }

.referral-rewards { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 18px; border: 1px solid var(--line); border-top: 0; }
.referral-rewards article { display: grid; min-height: 220px; grid-template-columns: 72px 1fr; gap: 24px; padding: 36px; background: var(--white); }
.referral-rewards article + article { border-left: 1px solid var(--line); }
.referral-rewards article > span { color: var(--pink); font-family: var(--font-display); font-size: 42px; font-weight: 800; }
.referral-rewards small { display: block; margin-bottom: 8px; color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.referral-rewards strong { display: block; font-family: var(--font-display); font-size: 27px; }
.referral-rewards p { margin: 10px 0 0; color: var(--ink-soft); font-size: 13px; }

.referral-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 38px 0 58px; }
.referral-stats article { padding: 24px; border-left: 3px solid var(--pink); background: var(--pink-wash); }
.referral-stats span { display: block; margin-bottom: 7px; color: var(--pink-deep); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.referral-stats strong { font-family: var(--font-display); font-size: 34px; }
.referral-history .section-head { margin-bottom: 22px; }
.referral-list { border-top: 1px solid var(--line); }
.referral-list article { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto 90px; align-items: center; gap: 16px; padding: 18px 4px; border-bottom: 1px solid var(--line); }
.referral-list__avatar { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--white); background: var(--pink-deep); font-family: var(--font-display); font-weight: 800; }
.referral-list h3 { margin: 0 0 3px; font-size: 15px; }
.referral-list p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.referral-list article > strong { text-align: right; font-family: var(--font-display); font-size: 18px; }
.referral-list__status { padding: 7px 10px; color: var(--pink-deep); background: var(--pink-wash); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.referral-list__status.is-success { color: var(--success); background: #e5f5ed; }
.referral-list__status.is-muted { color: var(--ink-soft); background: var(--paper); }
.referral-terms { max-width: 780px; margin: 25px auto 0; color: var(--ink-soft); font-size: 11px; text-align: center; }

.auth-invitation { display: grid; grid-template-columns: 40px 1fr; gap: 13px; margin-bottom: 24px; padding: 16px; border: 1px solid rgba(242,0,175,.2); color: var(--ink); background: var(--pink-wash); }
.auth-invitation > svg { width: 27px; height: 27px; color: var(--pink-deep); }
.auth-invitation span, .auth-invitation strong { display: block; }
.auth-invitation span { margin-bottom: 4px; color: var(--pink-deep); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.auth-invitation strong { font-size: 14px; }
.auth-invitation p { margin: 5px 0 0; color: var(--ink-soft); font-size: 12px; }
.auth-invitation button { margin-top: 8px; padding: 0; border: 0; border-bottom: 1px solid currentColor; color: var(--pink-deep); background: none; font-size: 10px; font-weight: 800; }

/* Orders */
.order-list {
  display: grid;
  gap: 14px;
}

.order-card {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
  transition: border 180ms ease, transform 180ms ease;
}

.order-card:hover {
  border-color: var(--pink);
  transform: translateY(-2px);
}

.order-card__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--muted);
}

.order-card__visual .shoe-art svg { width: 88%; }

.order-card h2 {
  margin-bottom: 5px;
  font-size: 19px;
}

.order-card p {
  margin-bottom: 4px;
  color: var(--ink-soft);
  font-size: 13px;
}

.order-card__right {
  text-align: right;
}

.order-card__right strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
}

.order-card__review { display: inline-flex; align-items: center; gap: 5px; margin-top: 5px; padding: 5px 8px; color: var(--pink-deep); background: var(--pink-wash); font-size: 9px; font-weight: 800; }
.order-card__review svg { width: 13px; height: 13px; fill: currentColor; }
.order-card__redemption { display: flex; width: fit-content; align-items: center; gap: 5px; margin-top: 6px; padding: 5px 8px; color: #fff; background: var(--ink); font-size: 9px; font-weight: 800; }
.order-card__redemption svg { width: 13px; height: 13px; color: var(--pink); }
.review-reminder { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; align-items: center; gap: 18px; margin: -8px 0 28px; padding: 20px 22px; border: 1px solid rgba(242, 0, 175, .3); background: linear-gradient(110deg, #180f16 0%, #2b1224 62%, #6b0750 100%); color: #fff; box-shadow: 0 18px 46px rgba(54, 0, 38, .12); }
.review-reminder__icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; color: #201018; background: var(--pink); }
.review-reminder__icon svg { width: 25px; height: 25px; fill: currentColor; }
.review-reminder h2 { margin: 3px 0 5px; color: #fff; font-size: 21px; }
.review-reminder p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.review-reminder .eyebrow { color: #ff87dc; }
.review-reminder .button { border-color: #fff; white-space: nowrap; }

.status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 99px;
  color: var(--warning);
  background: #fff1d6;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.status--success { color: var(--success); background: #e5f5ed; }
.status--pink { color: var(--pink-deep); background: var(--pink-wash); }

.order-detail-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 26px;
}

.surface {
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
}

.surface + .surface {
  margin-top: 16px;
}

.surface h2 {
  margin-bottom: 22px;
  font-size: 21px;
}

.timeline {
  display: grid;
}

.timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  padding-bottom: 24px;
}

.timeline__item::before {
  position: absolute;
  top: 18px;
  bottom: -3px;
  left: 6px;
  width: 1px;
  background: var(--line);
  content: "";
}

.timeline__item:last-child::before { display: none; }

.timeline__dot {
  position: relative;
  z-index: 1;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 1px var(--pink);
}

.timeline__item.is-muted .timeline__dot {
  background: var(--line);
  box-shadow: 0 0 0 1px var(--line);
}

.timeline h3 {
  margin-bottom: 3px;
  font-size: 14px;
}

.timeline p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: var(--ink-soft);
  font-size: 14px;
}

.summary-row--total {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
}

/* Profile */
.profile-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 26px;
}

.profile-card {
  padding: 30px;
  color: var(--white);
  background: var(--ink);
}

.profile-avatar {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--pink-dark);
  background: var(--pink);
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 800;
  overflow: hidden;
}
.profile-avatar img { width: 100%; height: 100%; object-fit: cover; }

.profile-card h2 {
  margin-bottom: 5px;
  font-size: 25px;
}

.profile-card > p {
  color: #cbbdc5;
}

.profile-card__level {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.profile-card__level span {
  display: block;
  color: #cbbdc5;
  font-size: 12px;
}

.profile-card__level strong {
  color: var(--pink);
  font-family: var(--font-display);
  font-size: 22px;
}

.profile-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.profile-menu__item {
  display: grid;
  min-height: 150px;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform 180ms ease, border 180ms ease;
}

.profile-menu__item:hover {
  border-color: var(--pink);
  transform: translateY(-3px);
}

.profile-menu__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--pink-deep);
  background: var(--pink-wash);
}

.profile-menu__item h3 {
  margin-bottom: 5px;
  font-size: 17px;
}

.profile-menu__item p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field {
  display: grid;
  gap: 7px;
}

.field--full { grid-column: 1 / -1; }

.field span {
  font-size: 13px;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  padding: 12px 14px;
}

.option-unavailable {
  padding: 10px 12px;
  color: var(--danger);
  background: #fff0f1;
  font-size: 12px;
  font-weight: 700;
}

.field textarea {
  min-height: 100px;
  resize: vertical;
}

.field small {
  color: var(--ink-soft);
  font-size: 11px;
}

.field input:disabled {
  color: var(--ink-soft);
  background: var(--muted);
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 26px;
}

.choice-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.45;
}

.choice-field input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 1px;
  accent-color: var(--pink);
}

.choice-field a {
  color: var(--pink-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.loading-state {
  display: grid;
  min-height: 260px;
  place-items: center;
  align-content: center;
  padding: 38px;
  border: 1px solid var(--line);
  text-align: center;
  background:
    radial-gradient(circle at 50% 25%, rgba(242, 0, 175, 0.1), transparent 34%),
    var(--white);
}

.loading-state__mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--pink-deep);
  background: var(--pink-wash);
  animation: pulse 1.4s ease-in-out infinite;
}

.loading-state__mark svg { width: 25px; height: 25px; }
.loading-state h2 { margin-bottom: 7px; font-size: 24px; }
.loading-state p { margin: 0; color: var(--ink-soft); }

.inline-alert {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid;
  font-size: 13px;
}

.inline-alert > svg { width: 19px; height: 19px; flex: 0 0 19px; }
.inline-alert span { flex: 1; }
.inline-alert a { font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.inline-alert button { display: grid; width: 30px; height: 30px; place-items: center; border: 0; color: currentColor; background: none; }
.inline-alert button svg { width: 16px; height: 16px; }
.inline-alert--error { border-color: #efb7ba; color: #8b1820; background: #fff0f1; }
.inline-alert--success { border-color: #addbc4; color: #12633b; background: #eefaf3; }

.auth-shell {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.75fr);
  gap: 0;
  padding-block: 64px 92px;
}

.auth-aside {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(42px, 6vw, 78px);
  color: var(--white);
  background: var(--pink-deep);
}

.auth-aside::after {
  position: absolute;
  z-index: -1;
  right: -180px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(255,255,255,.045), 0 0 0 140px rgba(255,255,255,.025);
}

.auth-aside .eyebrow { color: #ffd5f3; }
.auth-aside h1 { max-width: 620px; margin: 80px 0 18px; font-size: clamp(48px, 6vw, 78px); line-height: .98; }
.auth-aside > p:not(.eyebrow) { max-width: 540px; color: #f5dfea; font-size: 17px; }

.auth-benefits {
  display: grid;
  gap: 13px;
  margin-top: 44px;
}

.auth-benefits span { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.auth-benefits svg { width: 20px; height: 20px; color: var(--pink-soft); }

.auth-card {
  align-self: center;
  min-width: 0;
  padding: clamp(34px, 5vw, 66px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.auth-card h2 { margin-bottom: 26px; font-size: clamp(32px, 4vw, 48px); }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.auth-tabs a { padding: 12px; color: var(--ink-soft); text-align: center; font-size: 13px; font-weight: 800; }
.auth-tabs a.is-active { margin-bottom: -1px; border-bottom: 2px solid var(--pink); color: var(--ink); }
.auth-note { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; padding: 12px 14px; color: var(--pink-deep); background: var(--pink-wash); font-size: 13px; }
.auth-note svg { width: 17px; height: 17px; }
.auth-form { display: grid; min-width: 0; gap: 18px; }
.auth-form .field,
.auth-form input { min-width: 0; width: 100%; }
.auth-help { color: var(--pink-deep); text-align: center; font-size: 13px; font-weight: 700; }

.auth-code-help {
  display: grid;
  min-width: 0;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  margin-top: -5px;
  padding: 14px;
  border: 1px solid #f0d5e5;
  background: linear-gradient(135deg, #fff8fc, var(--pink-wash));
}

.auth-code-help__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--pink-deep);
  background: var(--white);
  box-shadow: 0 5px 15px rgba(93, 0, 67, .08);
}

.auth-code-help__mark svg { width: 18px; height: 18px; }
.auth-code-help strong { display: block; margin-bottom: 3px; font-size: 12px; }
.auth-code-help p { margin: 0; color: var(--ink-soft); font-size: 10px; line-height: 1.5; }
.auth-code-help p b { color: var(--ink); }

.auth-code-help button {
  display: inline-flex;
  min-height: 40px;
  gap: 7px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
}

.auth-code-help button:hover { color: var(--ink); background: var(--pink); }
.auth-code-help button svg { width: 16px; height: 16px; }

.profile-section { margin-block: 50px; }

.profile-photo-editor { display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: 22px; margin-bottom: 16px; }
.profile-photo-editor__preview { display: grid; width: 96px; height: 96px; place-items: center; overflow: hidden; border-radius: 50%; color: var(--pink-deep); background: var(--pink-wash); font-family: var(--font-display); font-size: 28px; font-weight: 800; }
.profile-photo-editor__preview img { width: 100%; height: 100%; object-fit: cover; }
.profile-photo-editor h2 { margin: 2px 0 5px; font-size: 22px; }
.profile-photo-editor p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.profile-photo-editor__button { position: relative; cursor: pointer; white-space: nowrap; }
.profile-photo-editor__button input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.profile-photo-editor.is-uploading { pointer-events: none; opacity: .62; }

.address-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.address-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

.address-card.is-default { border-color: var(--pink); box-shadow: inset 4px 0 0 var(--pink); }
.address-card__label { display: inline-block; margin-bottom: 14px; color: var(--pink-deep); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.address-card h3 { margin-bottom: 7px; font-size: 18px; }
.address-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.address-card__actions { display: flex; gap: 18px; margin-top: 22px; padding-top: 15px; border-top: 1px solid var(--line); }
.address-card__actions button { display: inline-flex; align-items: center; gap: 6px; border: 0; color: var(--pink-deep); background: none; font-size: 12px; font-weight: 800; }
.address-card__actions svg { width: 15px; height: 15px; }
.address-card__actions .address-card__use { margin-right: auto; padding: 8px 11px; color: #fff; background: var(--ink); }

.surface-note { margin-top: 18px; padding: 12px; color: var(--ink-soft); background: var(--muted); font-size: 13px; }

.checkout-reward {
  display: grid;
  grid-template-columns: 34px 1fr 30px;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 13px;
  color: var(--pink-deep);
  background: var(--pink-wash);
}

.checkout-reward > svg { width: 22px; height: 22px; }
.checkout-reward span { display: grid; }
.checkout-reward small { color: var(--ink-soft); }
.checkout-reward button { display: grid; place-items: center; border: 0; color: inherit; background: none; }
.checkout-reward button svg { width: 16px; height: 16px; }
.checkout-pasitos { margin-top: 18px; }

.redemption-item { position: relative; display: grid; grid-template-columns: 92px minmax(0, 1fr) auto; align-items: center; gap: 15px; margin: 16px 0; padding: 14px; overflow: hidden; color: #fff; background: linear-gradient(112deg, #160f14 0%, #2a1423 72%, #5c0646 100%); box-shadow: 0 14px 34px rgba(60, 0, 41, .12); }
.redemption-item::after { position: absolute; top: -46px; right: 52px; width: 110px; height: 110px; border: 1px solid rgba(242, 0, 175, .3); border-radius: 50%; content: ''; }
.redemption-item__media { position: relative; z-index: 1; display: grid; width: 92px; height: 82px; overflow: hidden; place-items: center; color: var(--pink); background: #fff; }
.redemption-item__media img { width: 100%; height: 100%; padding: 5px; object-fit: contain; }
.redemption-item__media > span svg { width: 30px; height: 30px; }
.redemption-item__media em { position: absolute; top: 5px; left: 5px; padding: 3px 6px; color: #fff; background: var(--pink-deep); font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.redemption-item__copy { position: relative; z-index: 1; min-width: 0; }
.redemption-item__copy small { color: #ff86db; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.redemption-item__copy h3 { margin: 3px 0 4px; color: #fff; font-size: 15px; }
.redemption-item__copy p { margin: 0 0 6px; color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.45; }
.redemption-item__copy strong { display: block; color: #fff; font-size: 9px; }
.redemption-item__aside { position: relative; z-index: 1; display: flex; min-width: 52px; align-self: stretch; flex-direction: column; align-items: end; justify-content: space-between; }
.redemption-item__aside b { color: var(--pink); font-size: 9px; letter-spacing: .08em; }
.redemption-item__aside button, .redemption-item__aside > span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: transparent; }
.redemption-item__aside button { cursor: pointer; }
.redemption-item__aside svg { width: 13px; height: 13px; }
.redemption-item--compact { grid-template-columns: 64px minmax(0, 1fr) auto; padding: 11px; }
.redemption-item--compact .redemption-item__media { width: 64px; height: 62px; }
.redemption-item--compact .redemption-item__copy p { display: none; }
.cart-redemption-gate { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 14px; padding: 13px; color: var(--pink-deep); background: var(--pink-wash); }
.cart-redemption-gate > svg { width: 20px; height: 20px; flex: 0 0 auto; }
.cart-redemption-gate strong { font-size: 12px; }
.cart-redemption-gate p { margin: 3px 0 0; color: var(--ink-soft); font-size: 10px; line-height: 1.45; }

.checkout-gift { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 14px; margin: 18px 0; padding: 12px; border: 1px solid rgba(242, 0, 175, .22); background: linear-gradient(120deg, var(--pink-wash), #fff); }
.checkout-gift img, .checkout-gift__icon { display: grid; width: 64px; height: 54px; place-items: center; object-fit: contain; background: #fff; }
.checkout-gift__icon svg { width: 25px; height: 25px; color: var(--pink); }
.checkout-gift > span:last-child { display: grid; gap: 3px; }
.checkout-gift small { color: var(--pink-deep); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.checkout-gift strong { font-size: 13px; }
.checkout-gift em { color: var(--ink-soft); font-size: 10px; font-style: normal; line-height: 1.45; }
.cart-promo-note { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; padding: 10px 11px; color: var(--pink-deep); background: var(--pink-wash); font-size: 10px; line-height: 1.45; }
.cart-promo-note svg { width: 18px; height: 18px; flex: 0 0 auto; }

.product-reviews { margin: 86px 0 20px; padding-top: 56px; border-top: 1px solid var(--line); }
.product-reviews--loading { display: flex; align-items: end; justify-content: space-between; color: var(--ink-soft); }
.product-reviews__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 30px; }
.product-reviews__head h2 { margin: 0; font-family: var(--font-display); font-size: clamp(34px, 5vw, 58px); letter-spacing: -.055em; }
.product-reviews__head p:not(.eyebrow) { margin: 8px 0 0; color: var(--ink-soft); }
.product-reviews__score { display: grid; grid-template-columns: auto auto; align-items: center; gap: 2px 13px; min-width: 190px; padding-left: 28px; border-left: 1px solid var(--line); }
.product-reviews__score > strong { grid-row: span 2; font-family: var(--font-display); font-size: 44px; letter-spacing: -.06em; }
.product-reviews__score > span, .review-stars { display: inline-flex; gap: 2px; color: #d8cfd5; }
.product-reviews__score .is-filled, .review-stars .is-filled { color: var(--pink); }
.product-reviews__score small { color: var(--ink-soft); font-size: 10px; }
.product-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.product-review-card { display: flex; min-height: 280px; flex-direction: column; padding: 24px; border: 1px solid var(--line); background: #fff; }
.product-review-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-review-card__top > span:last-child { display: inline-flex; align-items: center; gap: 5px; color: #287454; font-size: 9px; font-weight: 700; }
.product-review-card__top svg { width: 14px; height: 14px; }
.product-review-card h3 { margin: 32px 0 9px; font-family: var(--font-display); font-size: 21px; letter-spacing: -.03em; }
.product-review-card > p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.product-review-card footer { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); font-size: 9px; }
.product-review-card footer time { color: var(--ink-soft); }
.product-review-card__customer { display: flex; min-width: 0; align-items: center; gap: 8px; }
.product-review-card__customer img,
.product-review-card__customer b { display: grid; width: 34px; height: 34px; flex: 0 0 34px; overflow: hidden; place-items: center; border-radius: 50%; object-fit: cover; color: var(--pink-deep); background: var(--pink-wash); font-size: 9px; }
.product-review-card__customer strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-reviews__empty { display: flex; align-items: center; gap: 18px; min-height: 150px; padding: 28px; border: 1px dashed var(--line); background: var(--cream); }
.product-reviews__empty > span { display: grid; width: 54px; height: 54px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--pink); background: #fff; }
.product-reviews__empty svg { width: 22px; height: 22px; }
.product-reviews__empty strong { font-family: var(--font-display); font-size: 20px; }
.product-reviews__empty p { margin: 6px 0 0; color: var(--ink-soft); }

.order-product { border-bottom: 1px solid var(--line); }
.order-product:last-of-type { border-bottom: 0; }
.order-product > .cart-item { border-bottom: 0; }
.order-review { margin: 0 0 18px 92px; padding: 20px; border: 1px solid var(--line); background: var(--cream); }
.order-review__intro { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.order-review__intro > span, .order-review__mark { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--pink); background: #fff; }
.order-review__intro svg, .order-review__mark svg { width: 18px; height: 18px; }
.order-review__intro div { display: grid; gap: 3px; }
.order-review__intro small, .order-review--complete small { color: var(--pink-deep); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.order-review__intro strong { font-size: 12px; }
.review-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; margin: 0 0 15px; padding: 0; border: 0; }
.review-rating legend { width: 100%; margin-bottom: 8px; color: var(--ink-soft); font-size: 9px; font-weight: 700; }
.review-rating input { position: absolute; opacity: 0; }
.review-rating span { color: #d8cfd5; font-size: 28px; cursor: pointer; }
.review-rating label:hover span, .review-rating label:hover ~ label span, .review-rating input:checked ~ span, .review-rating label:has(input:checked) ~ label span { color: var(--pink); }
.order-review .field { margin-bottom: 13px; }
.order-review textarea { min-height: 94px; }
.order-review--complete { display: flex; gap: 12px; background: #f1fff8; border-color: #cdecdc; }
.order-review--complete div { display: grid; gap: 5px; }
.order-review--complete strong { color: var(--pink); letter-spacing: .08em; }
.order-review--complete p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }

.reward-card__cost button:disabled { cursor: not-allowed; color: var(--ink-soft); }
.button.is-busy { cursor: wait; }

/* Cart & search */
.drawer-backdrop {
  position: fixed;
  z-index: 90;
  inset: 0;
  visibility: hidden;
  background: rgba(23, 19, 22, 0.44);
  opacity: 0;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.drawer-backdrop.is-open {
  visibility: visible;
  opacity: 1;
}

.cart-drawer {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  display: grid;
  width: min(460px, 100%);
  height: 100dvh;
  grid-template-rows: auto 1fr auto;
  background: var(--white);
  box-shadow: var(--shadow-lg);
  /* visibility oculta el drawer cerrado para que el navegador no lo cuente
     como contenido fuera de pantalla al calcular el zoom mínimo. */
  visibility: hidden;
  transform: translateX(105%);
  transition: transform 320ms cubic-bezier(0.2, 0.75, 0.25, 1), visibility 320ms;
}

.cart-drawer.is-open {
  visibility: visible;
  transform: none;
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.drawer-head .eyebrow { margin-bottom: 4px; }
.drawer-head h2 { margin-bottom: 0; font-size: 28px; }

.cart-drawer__body {
  overflow-y: auto;
  padding: 8px 24px;
}

.cart-item {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item__visual {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 0.86;
  background: var(--muted);
}

.cart-item h3 a {
  color: inherit;
  text-decoration: none;
}

.cart-item h3 a:hover,
.cart-item h3 a:focus-visible {
  color: var(--pink-deep);
  text-decoration: underline;
}

.cart-item__visual .shoe-art svg { width: 90%; }

.cart-item h3 {
  margin-bottom: 5px;
  font-size: 15px;
}

.cart-item p {
  margin-bottom: 9px;
  color: var(--ink-soft);
  font-size: 12px;
}

.cart-item__quantity {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
}

.cart-item__quantity button {
  width: 27px;
  height: 27px;
  border: 0;
  background: transparent;
}

.cart-item__quantity span {
  font-size: 12px;
}

.cart-item__right {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
}

.cart-item__remove {
  border: 0;
  color: var(--ink-soft);
  background: none;
}

.cart-item--gift { position: relative; width: 100%; grid-template-columns: 108px minmax(0, 1fr) auto; align-items: center; margin-top: 6px; padding: 16px 12px; border: 1px dashed rgba(242, 0, 175, .5); background: linear-gradient(90deg, var(--pink-wash), #fff 76%); color: inherit; font: inherit; text-align: left; cursor: pointer; }
.cart-item--gift:hover, .cart-item--gift:focus-visible { border-color: var(--pink); outline: none; }
.cart-item--gift .cart-item__visual { aspect-ratio: 1; border: 1px solid #f3cde7; background: #fff; }
.cart-item--gift .cart-item__visual > img { width: 100%; height: 100%; padding: 5px; object-fit: contain; }

.cart-gift-teaser {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 0;
  padding: 13px 14px;
  border: 1px dashed rgba(242, 0, 175, .5);
  background: var(--pink-wash);
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.45;
}

.cart-gift-teaser svg { width: 17px; height: 17px; flex: 0 0 auto; color: var(--pink); }
.cart-gift-teaser strong { color: var(--pink-deep); }
.cart-item__gift-icon { display: grid; width: 100%; height: 100%; place-items: center; color: var(--pink); }
.cart-item__gift-icon svg { width: 30px; height: 30px; }
.cart-item__gift-badge { position: absolute; top: 6px; left: 6px; padding: 3px 6px; color: #fff; background: var(--pink-deep); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cart-item__gift-lock { display: inline-flex; align-items: center; gap: 5px; color: var(--pink-deep); font-size: 9px; font-weight: 800; }
.cart-item__gift-lock svg { width: 13px; height: 13px; }
.cart-item__locked { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--pink-deep); background: #fff; }
.cart-item__locked svg { width: 14px; height: 14px; }

.cart-drawer__footer {
  padding: 22px 24px max(22px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: var(--white);
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 800;
}

.cart-note {
  margin-bottom: 16px;
  color: var(--ink-soft);
  font-size: 12px;
}

.search-overlay {
  position: fixed;
  z-index: 110;
  inset: 0;
  visibility: hidden;
  overflow-y: auto;
  padding-top: 40px;
  background: rgba(252, 249, 248, 0.98);
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
  backdrop-filter: blur(18px);
}

.search-overlay.is-open {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.search-overlay__inner { max-width: 980px; }

.search-overlay__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.big-search {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 2px solid var(--ink);
}

.big-search svg {
  width: 30px;
  height: 30px;
}

.big-search input {
  width: 100%;
  padding: 20px 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 58px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.big-search input::placeholder { color: #b5a9af; }

.search-suggestions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.search-result {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--white);
}

.search-result__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}

.search-result h3 { margin-bottom: 4px; font-size: 14px; }
.search-result p { margin-bottom: 0; color: var(--pink-deep); font-size: 13px; font-weight: 700; }

.toast-region {
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 10px;
}

.toast {
  display: grid;
  min-width: 280px;
  max-width: 380px;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow-lg);
  animation: toast-in 280ms ease both;
}

.toast__icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--pink);
}

.toast p { margin-bottom: 0; font-size: 13px; }

/* Celebración de Pasitos */
.pasitos-celebration {
  position: fixed;
  z-index: 400;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(23, 19, 22, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.pasitos-celebration.is-open { opacity: 1; visibility: visible; }

.pasitos-celebration__card {
  position: relative;
  width: min(420px, 100%);
  padding: 40px 30px 30px;
  border-radius: var(--radius-lg);
  background: radial-gradient(circle at 50% -10%, var(--pink-wash), var(--white) 60%);
  box-shadow: var(--shadow-lg);
  text-align: center;
  transform: translateY(16px) scale(0.98);
  transition: transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.pasitos-celebration.is-open .pasitos-celebration__card { transform: none; }

.pasitos-celebration__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink-soft);
  background: var(--white);
  cursor: pointer;
}

.pasitos-celebration__close svg { width: 17px; height: 17px; }

.pasitos-celebration__spark {
  display: grid;
  width: 66px;
  height: 66px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--pink);
  box-shadow: 0 12px 26px rgba(242, 0, 175, 0.32);
}

.pasitos-celebration__spark svg { width: 30px; height: 30px; }

.pasitos-celebration__amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 6px 0 4px;
  color: var(--pink-deep);
  font-family: var(--font-display);
  font-size: clamp(46px, 12vw, 62px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.pasitos-celebration__amount span {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pasitos-celebration__card h2 { margin: 8px 0 10px; font-size: 25px; letter-spacing: -0.03em; }
.pasitos-celebration__message { margin: 0 0 22px; color: var(--ink-soft); font-size: 14px; }
.pasitos-celebration__actions { display: grid; gap: 10px; }

.gift-modal { position: fixed; z-index: 410; inset: 0; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; background: rgba(23, 19, 22, .62); transition: opacity 240ms ease, visibility 240ms ease; }
.gift-modal.is-open { visibility: visible; opacity: 1; }
.gift-modal__card { position: relative; display: grid; width: min(720px, 100%); grid-template-columns: minmax(240px, .85fr) minmax(300px, 1.15fr); overflow: hidden; background: #fff; box-shadow: var(--shadow-lg); transform: translateY(16px) scale(.98); transition: transform 240ms ease; }
.gift-modal.is-open .gift-modal__card { transform: none; }
.gift-modal__close { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: #fff; box-shadow: var(--shadow-sm); cursor: pointer; }
.gift-modal__close svg { width: 17px; height: 17px; }
.gift-modal__media { position: relative; min-height: 390px; padding: 34px; background: linear-gradient(145deg, #ffe7f7, #fff6fc); }
.gift-modal__media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.gift-modal__media > span { display: grid; width: 100%; height: 100%; place-items: center; color: var(--pink); }
.gift-modal__media > span svg { width: 80px; height: 80px; }
.gift-modal__media em { position: absolute; top: 24px; left: 24px; padding: 5px 8px; color: #fff; background: var(--pink-deep); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gift-modal__copy { display: flex; flex-direction: column; justify-content: center; padding: 48px 40px 38px; }
.gift-modal__copy h2 { margin: 8px 0 12px; font-size: 35px; letter-spacing: -.045em; }
.gift-modal__copy > p:not(.eyebrow) { margin: 0 0 20px; color: var(--ink-soft); line-height: 1.65; }
.gift-modal__price { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; padding: 13px 0; border-block: 1px solid var(--line); }
.gift-modal__price span { color: var(--pink-deep); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.gift-modal__price strong { font-family: var(--font-display); font-size: 21px; }
.gift-modal__copy > small { margin-bottom: 22px; color: var(--ink-soft); font-size: 10px; line-height: 1.55; }

/* Página de contacto */
.contact-hero { padding: 20px 0 10px; }
.contact-hero__inner { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); align-items: center; gap: 40px; }
.contact-hero__copy h1 { margin: 10px 0 14px; font-size: clamp(38px, 5.5vw, 62px); letter-spacing: -0.045em; }
.contact-hero__lede { max-width: 520px; color: var(--ink-soft); font-size: 17px; }
.contact-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.contact-hero__brand { display: grid; place-items: center; }
.contact-hero__brand img { width: min(320px, 80%); height: auto; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 30px; padding: 30px 0 90px; align-items: start; }
.contact-story p { margin-bottom: 16px; color: var(--ink-soft); font-size: 15.5px; line-height: 1.65; }
.contact-story h2 { margin-bottom: 18px; font-family: var(--font-display); font-size: clamp(30px, 4vw, 44px); letter-spacing: -0.05em; }
.contact-story__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-story__stats strong { display: block; color: var(--pink-deep); font-size: 15px; }
.contact-story__stats span { color: var(--ink-soft); font-size: 12px; }

.contact-channels { display: grid; gap: 18px; }
.contact-channels h2 { margin-bottom: 6px; font-size: 20px; }
.contact-channels__hint { margin-bottom: 14px; color: var(--ink-soft); font-size: 13px; }
.contact-list { display: grid; gap: 10px; }

.contact-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease;
}

.contact-item:hover, .contact-item:focus-visible { border-color: var(--pink); background: var(--pink-wash); }
.contact-item__icon { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--pink); background: var(--pink-wash); }
.contact-item__icon svg { width: 21px; height: 21px; }
.contact-item__body { display: grid; gap: 2px; min-width: 0; }
.contact-item__body strong { font-size: 14px; overflow-wrap: anywhere; }
.contact-item__body small { color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; }
.contact-item__go { width: 18px; height: 18px; margin-left: auto; color: var(--ink-soft); }

.contact-social { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-social__item { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: inherit; font-size: 13px; font-weight: 600; text-decoration: none; transition: border-color 160ms ease, color 160ms ease; }
.contact-social__item:hover, .contact-social__item:focus-visible { border-color: var(--pink); color: var(--pink-deep); }
.contact-social__item svg { width: 18px; height: 18px; }

.mobile-nav { display: none; }

.mobile-menu {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  display: grid;
  width: min(390px, calc(100% - 22px));
  height: 100dvh;
  grid-template-rows: auto minmax(0, 1fr) auto;
  visibility: hidden;
  color: #fdf8fb;
  background: var(--ink);
  box-shadow: 28px 0 70px rgba(18, 10, 15, .32);
  transform: translateX(-105%);
  transition: transform 300ms cubic-bezier(.2, .75, .25, 1), visibility 300ms;
}

.mobile-menu.is-open { visibility: visible; transform: none; }
.mobile-menu__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: calc(24px + env(safe-area-inset-top)) 24px 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.mobile-menu__head .eyebrow { margin-bottom: 7px; color: #ff8edb; }
.mobile-menu__head h2 { max-width: 240px; margin: 0; color: var(--white); font-size: 31px; line-height: .96; letter-spacing: -.05em; }
.mobile-menu__head .icon-button { border: 1px solid rgba(255,255,255,.16); color: var(--white); }
.mobile-menu__nav { overflow-y: auto; overscroll-behavior: contain; padding: 14px 14px 24px; scrollbar-width: none; }
.mobile-menu__nav::-webkit-scrollbar { display: none; }
.mobile-menu__nav > p { margin: 17px 12px 8px; color: #8f7d87; font-family: var(--font-display); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mobile-menu__nav > a { display: grid; min-height: 60px; grid-template-columns: 38px minmax(0, 1fr) 18px; align-items: center; gap: 11px; padding: 9px 11px; border-left: 2px solid transparent; color: #dfd3da; transition: color 160ms ease, border-color 160ms ease, background 160ms ease; }
.mobile-menu__nav > a + a { border-top: 1px solid rgba(255,255,255,.07); }
.mobile-menu__nav > a > [data-icon]:first-child { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #ff75d3; }
.mobile-menu__nav > a > [data-icon]:first-child svg { width: 18px; height: 18px; }
.mobile-menu__nav > a > span:nth-child(2) { display: grid; gap: 2px; }
.mobile-menu__nav strong { color: inherit; font-size: 13px; }
.mobile-menu__nav small { color: #95848e; font-size: 10px; }
.mobile-menu__nav > a > [data-icon]:last-child { color: #75636d; }
.mobile-menu__nav > a > [data-icon]:last-child svg { width: 15px; height: 15px; }
.mobile-menu__nav > a.active { border-left-color: var(--pink); color: var(--white); background: rgba(255,255,255,.065); }
.mobile-menu__nav > a.active > [data-icon]:first-child { color: var(--ink); border-color: var(--pink); background: var(--pink); }
.mobile-menu__footer { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 18px 24px calc(18px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.12); color: #a08e98; font-size: 10px; }
.mobile-menu__footer a { color: #e0d4da; text-decoration: underline; text-underline-offset: 3px; }
.mobile-menu__footer span { width: 100%; font-family: monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

/* Footer */
.site-footer {
  color: #e9dfe4;
  background: var(--ink);
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 50px;
  padding-block: 68px;
}

.site-footer__top > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
}

.footer-brand img {
  width: 190px;
  height: 76px;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
  object-fit: contain;
  object-position: left;
}

.footer-brand p {
  max-width: 300px;
  color: #bbaeb5;
}

.footer-title {
  margin-bottom: 6px;
  color: var(--pink);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer a:hover { color: var(--pink); }

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #94878e;
  font-size: 12px;
}

.site-footer__bottom div {
  display: flex;
  gap: 22px;
}

/* Utility */
.skeleton {
  position: relative;
  overflow: hidden;
  background: var(--muted);
}

.skeleton::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent);
  content: "";
  transform: translateX(-100%);
  animation: shimmer 1.4s infinite;
}

.legal-copy {
  max-width: 760px;
  padding-block: 60px 100px;
}

.legal-copy h1 { font-size: clamp(42px, 6vw, 68px); }
.legal-copy h2 { margin-top: 38px; font-size: 24px; }
.legal-copy p { color: var(--ink-soft); }

/* Sólo opacidad: animar transform sobre el hero disparaba un glitch de Chrome
   que dejaba el título (webfont Manrope) invisible al terminar de cargar. */
@keyframes page-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Sólo transform (barato para el compositor). Antes animaba border-radius en
   bucle, lo que forzaba un repaint constante y hacía la página menos fluida. */
@keyframes blob-float {
  0%, 100% { transform: rotate(7deg) translateY(0); }
  50% { transform: rotate(4deg) translateY(-12px); }
}

/* Respeta a quien pide menos movimiento: desactiva animaciones y transiciones. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes shimmer { to { transform: translateX(100%); } }
@keyframes toast-in { from { opacity: 0; transform: translateY(12px); } }
@keyframes pulse { 50% { transform: scale(.9); opacity: .65; } }

/* Guía de tallas nativa */
.size-guide {
  width: min(1040px, calc(100% - 34px));
  max-width: none;
  max-height: min(900px, calc(100dvh - 34px));
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 40px 120px rgba(23, 9, 18, .35);
}

.size-guide::backdrop {
  background: rgba(23, 9, 18, .7);
  backdrop-filter: blur(7px);
}

.size-guide[open] { animation: size-guide-in .24s ease-out both; }

.size-guide__panel { margin: 0; }

.size-guide__head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  padding: 38px clamp(28px, 5vw, 62px) 36px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 15%, rgba(242, 0, 175, .34), transparent 26%),
    var(--ink);
}

.size-guide__head::after {
  position: absolute;
  right: 11%;
  bottom: 0;
  width: 150px;
  height: 5px;
  background: var(--pink);
  content: "";
}

.size-guide__head .eyebrow { color: #ff98dd; }

.size-guide__head h2 {
  max-width: 720px;
  margin-bottom: 12px;
  font-size: clamp(38px, 5vw, 64px);
  letter-spacing: -.055em;
}

.size-guide__head p:last-child {
  max-width: 620px;
  margin: 0;
  color: #d8ccd3;
}

.size-guide__close {
  align-self: start;
  border-color: rgba(255, 255, 255, .28);
  color: var(--white);
  background: rgba(255, 255, 255, .08);
}

.size-guide__body {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(420px, 1.2fr);
}

.size-guide__steps { padding: clamp(30px, 5vw, 60px); background: #fff8fc; }
.size-guide__number { margin-bottom: 28px; color: var(--pink-deep); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.size-guide__steps h3,
.size-guide__chart h3 { margin-bottom: 27px; font-size: clamp(27px, 3vw, 38px); }
.size-guide__steps ol { display: grid; gap: 23px; padding: 0; margin: 0; list-style: none; }
.size-guide__steps li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; }
.size-guide__steps li > span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--pink); border-radius: 50%; color: var(--pink-deep); font-size: 12px; font-weight: 800; }
.size-guide__steps li p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.size-guide__steps li strong { color: var(--ink); }
.size-guide__steps aside { margin-top: 34px; padding: 19px 20px; border-left: 3px solid var(--pink); background: var(--white); }
.size-guide__steps aside strong { display: block; margin-bottom: 5px; font-size: 13px; }
.size-guide__steps aside p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.size-guide__chart { padding: clamp(30px, 5vw, 60px); background: var(--white); }
.size-guide__chart-head .eyebrow { margin-bottom: 7px; }
.size-guide__chart table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.size-guide__chart thead { color: var(--white); background: var(--ink); }
.size-guide__chart th,
.size-guide__chart td { padding: 13px 18px; text-align: left; }
.size-guide__chart thead th { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.size-guide__chart tbody tr { border-bottom: 1px solid var(--line); transition: color .16s ease, background .16s ease; }
.size-guide__chart tbody tr:hover { color: var(--pink-deep); background: var(--pink-wash); }
.size-guide__chart tbody th { width: 38%; font-family: var(--font-display); font-size: 23px; }
.size-guide__chart tbody td { font-size: 18px; font-weight: 700; }
.size-guide__chart tbody td span { color: var(--ink-soft); font-size: 11px; font-weight: 600; text-transform: uppercase; }

@keyframes size-guide-in {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
}

@media (max-width: 1100px) {
  .site-header__inner { grid-template-columns: 180px 1fr 145px; }
  .brand { width: 170px; }
  .desktop-nav { gap: 20px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card:nth-child(1) { min-height: 178px; }
  .hero__inner { grid-template-columns: 1fr 0.9fr; }
  .hero__visual { min-height: 520px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .profile-grid { grid-template-columns: 290px 1fr; }
  .auth-shell { grid-template-columns: minmax(0, .8fr) minmax(400px, .9fr); }
  .product-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .size-guide { width: min(760px, calc(100% - 24px)); max-height: calc(100dvh - 24px); }
  .size-guide__body { grid-template-columns: 1fr; }
  .size-guide__steps { order: 2; }

  :root { --header-height: 64px; }

  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .announcement { justify-content: space-between; gap: 8px; padding-inline: 14px; font-size: 10px; text-align: left; }
  .announcement span:nth-child(n+2) { display: none; }
  .announcement__contact { position: static; flex: 0 0 auto; padding: 1px 0 2px 10px; border-left: 1px solid rgba(255,255,255,.24); border-bottom-color: transparent; font-size: 9px; }
  .announcement__contact span { display: inline !important; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .site-header__inner { grid-template-columns: 1fr auto; min-height: var(--header-height); }
  .brand { width: 158px; height: 56px; }
  .desktop-nav { display: none; }
  .mobile-menu-trigger { display: inline-grid; }
  .header-actions .profile-trigger { display: none; }
  .header-actions { gap: 0; }
  .header-actions .icon-button { width: 39px; height: 39px; flex-basis: 39px; }
  .section { padding-block: 62px; }
  .section--tight { padding-block: 42px; }
  .section-head { align-items: start; flex-direction: column; }
  .section-head .text-link { align-self: flex-start; }
  .product-reviews__head { align-items: flex-start; flex-direction: column; }
  .product-reviews__score { padding: 0; border: 0; }
  .order-review { margin-left: 0; }

  .hero { min-height: auto; }
  .hero__inner { grid-template-columns: 1fr; padding-block: 48px 34px; }
  .hero h1 { max-width: 660px; }
  .hero__visual { min-height: 520px; }
  .hero-carousel { width: min(70vw, 390px); height: 500px; }
  .hero__blob { width: min(82vw, 520px); }
  .hero-shoe { width: min(78vw, 500px); }
  .hero__stamp { right: 4%; bottom: 6%; width: 96px; }
  .real-gallery__head { grid-template-columns: 1fr; gap: 12px; }
  .real-gallery__head .eyebrow { grid-column: auto; }
  .real-gallery__item { flex-basis: clamp(250px, 55vw, 370px); }
  .home-news__head { grid-template-columns: 1fr; gap: 12px; }
  .news-card { flex-basis: min(62vw, 410px); }
  .special-offers__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .special-offer-card { min-height: 460px; grid-column: span 1; }

  .guest-signup__inner { min-height: 210px; grid-template-columns: minmax(0, 1fr) 136px; gap: 24px; }
  .guest-signup__copy { max-width: none; grid-template-columns: 1fr; padding-block: 24px; }
  .guest-signup__actions { grid-column: 1; grid-row: auto; align-items: center; justify-content: flex-start; flex-direction: row; }
  .guest-signup__points { width: 126px; height: 126px; }

  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .loyalty-feature { grid-template-columns: 1fr; }
  .loyalty-feature__visual { min-height: 390px; }
  .delivery-feature { grid-template-columns: 1fr; }
  .delivery-feature__visual { min-height: 420px; }
  .delivery-feature__copy { order: -1; }

  .catalog-layout { grid-template-columns: minmax(0, 1fr); gap: 0; }
  body.filters-open .page-enter {
    animation: none;
    transform: none;
  }
  body.filters-open .catalog-layout::before {
    display: none;
  }
  .filters {
    position: fixed;
    z-index: 320;
    inset: 0 auto 0 0;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: none;
    overflow-y: auto;
    padding: calc(26px + env(safe-area-inset-top)) 24px calc(32px + env(safe-area-inset-bottom));
    background: var(--white);
    box-shadow: var(--shadow-lg);
    overscroll-behavior: contain;
    /* visibility oculta el panel cerrado para que el navegador no lo cuente
       como contenido fuera de pantalla al calcular el zoom mínimo. */
    visibility: hidden;
    transform: translateX(105vw);
    transition: transform 260ms ease, visibility 260ms;
  }
  .filters.is-open { visibility: visible; transform: none; }
  .filters > .button--full { position: sticky; bottom: 0; margin-top: 22px; box-shadow: 0 -14px 28px rgba(255,255,255,.96); }
  .filters__mobile-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin: -2px 0 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
  }
  .filters__mobile-head .eyebrow { margin-bottom: 4px; font-size: 10px; }
  .filters__mobile-head h2 { margin: 0; font-size: 27px; letter-spacing: -.04em; }
  .mobile-filter-button { display: inline-flex; }

  .immediate-filters__controls { grid-template-columns: 1fr 1fr; }
  .immediate-filters__actions { grid-column: 1 / -1; }

  .contact-hero__inner { grid-template-columns: 1fr; gap: 24px; }
  .contact-hero__brand { order: -1; }
  .contact-hero__brand img { width: min(220px, 60%); }
  .contact-layout { grid-template-columns: 1fr; gap: 20px; padding-bottom: 60px; }
  .contact-story__stats { grid-template-columns: 1fr; gap: 12px; }
  .contact-story__stats div { display: flex; align-items: baseline; gap: 10px; }
  .contact-story__stats strong { flex: 0 0 auto; }

  .product-detail { grid-template-columns: 1fr; }
  .product-info { position: static; }
  .product-gallery__stage { aspect-ratio: 4 / 5; }
  .color-selection-preview:not([hidden]) {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    margin-top: 13px;
    padding: 8px;
    border: 1px solid var(--line);
    background: var(--white);
  }
  .color-selection-preview img { width: 64px; height: 64px; object-fit: cover; background: var(--muted); }
  .color-selection-preview span,
  .color-selection-preview small,
  .color-selection-preview strong { display: block; min-width: 0; }
  .color-selection-preview small { margin-bottom: 3px; color: var(--ink-soft); font-size: 9px; text-transform: uppercase; }
  .color-selection-preview strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
  .color-selection-preview .text-link { padding: 8px 4px; font-size: 10px; }

  .pasitos-hero { min-height: 0; grid-template-columns: 1fr; }
  .pasitos-hero__progress { justify-content: flex-start; padding: 18px 24px; }
  .earning-guide__head { grid-template-columns: 1fr; gap: 16px; padding: 28px; }
  .earning-guide__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .earning-step { min-height: 250px; border-bottom: 1px solid var(--line); }
  .earning-step:nth-child(2n) { border-right: 0; }
  .earning-step:last-child { border-bottom: 0; }
  .reward-showcase { padding: 34px 26px; }
  .reward-showcase__head { grid-template-columns: 1fr; gap: 18px; }
  .reward-showcase__balance { grid-template-columns: auto auto 1fr; gap: 7px; align-items: baseline; padding: 15px 0 0; border-top: 1px solid #4a3d45; border-left: 0; }
  .reward-showcase__balance strong { font-size: 34px; }
  .reward-card,
  .reward-card--tier-4,
  .reward-card--tier-3 { grid-column: span 6; }
  .reward-card--tier-4 .reward-card__media,
  .reward-card--tier-3 .reward-card__media { min-height: 290px; }
  .order-detail-layout { grid-template-columns: 1fr; }
  .profile-grid { grid-template-columns: 1fr; }
  .auth-shell { grid-template-columns: 1fr; padding-block: 28px 70px; }
  .auth-aside { min-height: 310px; padding: 42px 38px 64px; }
  .auth-aside h1 { margin: 28px 0 14px; font-size: clamp(42px, 9vw, 62px); }
  .auth-benefits { margin-top: 30px; }
  .auth-card { position: relative; z-index: 1; width: calc(100% - 32px); margin: -32px auto 0; }

  .mobile-nav {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    height: calc(66px + env(safe-area-inset-bottom));
    grid-template-columns: repeat(5, 1fr);
    align-items: start;
    padding: 7px 8px env(safe-area-inset-bottom);
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -10px 30px rgba(60, 0, 41, 0.08);
    backdrop-filter: blur(18px);
  }

  .mobile-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #887a82;
    font-size: 10px;
    font-weight: 700;
  }

  .mobile-nav a > [data-icon] {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
  }

  .mobile-nav a.active { color: var(--pink-deep); }
  .mobile-nav a.active > [data-icon] { background: var(--pink-wash); }
  .mobile-nav__pasitos > [data-icon] { color: var(--white); background: var(--pink) !important; transform: translateY(-14px); box-shadow: 0 8px 22px rgba(242,0,175,.28); }
  .mobile-nav__pasitos > span:last-child { transform: translateY(-12px); }

  .referral-home__inner { min-height: 0; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 16px 20px; padding-block: 24px; }
  .referral-home__icon { width: 46px; height: 46px; }
  .referral-home__rewards > span { min-width: 108px; padding: 14px 15px; }
  .referral-home__action { grid-column: 2 / 4; display: flex; width: 100%; align-items: center; justify-content: space-between; }
  .referral-home__action .button { min-width: 170px; }

  .site-footer { margin-bottom: 0; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .toast-region { right: 12px; bottom: 82px; left: 12px; }
  .toast { min-width: 0; width: 100%; max-width: none; }
}

@media (max-width: 580px) {
  .size-guide { width: 100%; max-height: 94dvh; margin: auto 0 0; }
  .size-guide__head { padding: 28px 22px 26px; }
  .size-guide__head h2 { max-width: 290px; font-size: 38px; }
  .size-guide__head p:last-child { padding-right: 34px; font-size: 14px; }
  .size-guide__close { position: absolute; top: 20px; right: 18px; }
  .size-guide__chart,
  .size-guide__steps { padding: 30px 22px; }
  .size-guide__chart th,
  .size-guide__chart td { padding: 11px 13px; }

  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .site-header__inner,
  .hero__inner {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px);
    margin-inline: auto;
  }
  .header-actions { gap: 0; }
  .brand { width: 150px; }
  .page-hero { padding: 40px 0 30px; }
  /* Sin width: el ancho lo da .shell (calc(100% - 32px)) para conservar los márgenes laterales. */
  .page-hero__row { min-width: 0; align-items: stretch; flex-direction: column; }
  .page-hero__row > div { width: 100%; min-width: 0; }
  .page-hero__row > .result-count,
  .page-hero__row > .status { width: 100%; max-width: 100%; white-space: normal; }
  .page-hero h1,
  .page-hero p:last-child { max-width: 100%; overflow-wrap: anywhere; }
  .page-hero h1 { font-size: 42px; }
  .page-hero p:last-child { font-size: 16px; }
  .hero { background: radial-gradient(circle at 70% 72%, rgba(242, 0, 175, 0.16), transparent 44%), var(--white); }
  .hero__inner { min-width: 0; padding-top: 38px; }
  .hero__copy { width: 100%; max-width: calc(100vw - 32px); min-width: 0; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero__lede { font-size: 16px; }
  .hero__actions { width: calc(100vw - 32px); max-width: calc(100vw - 32px); min-width: 0; }
  .hero__actions .button { width: calc((100vw - 44px) / 2); min-width: 0; flex: 0 0 calc((100vw - 44px) / 2); padding-inline: 8px; font-size: 12px; line-height: 1.2; text-align: center; white-space: normal; }
  .hero__visual { min-height: 440px; margin-top: 8px; }
  .hero-carousel { width: min(86vw, 320px); height: 430px; }
  .hero-carousel__viewport { bottom: 40px; }
  .hero-carousel__caption { right: 15px; bottom: 14px; left: 15px; }
  .hero-carousel__caption strong { font-size: 17px; }
  .hero-carousel__caption em { font-size: 13px; }
  .hero__stamp { display: none; }

  .guest-signup { padding-block: 10px; }
  .guest-signup__inner { min-height: 184px; grid-template-columns: minmax(0, 1fr) 82px; gap: 12px; }
  .guest-signup__copy { min-width: 0; gap: 5px; padding-block: 18px; }
  .guest-signup__copy > .eyebrow { margin-bottom: 1px; font-size: 8px; }
  .guest-signup h2 { display: -webkit-box; overflow: hidden; max-width: none; font-size: clamp(27px, 8.2vw, 34px); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .guest-signup__copy > p:not(.eyebrow) { display: none; }
  .guest-signup__actions { align-items: flex-start; flex-direction: column; gap: 7px; margin-top: 6px; }
  .guest-signup__actions .button { width: auto; min-width: 0; min-height: 38px; padding: 9px 13px; font-size: 9px; }
  .guest-signup__actions > a:last-child { align-self: flex-start; font-size: 9px; }
  .guest-signup__points { width: 78px; height: 78px; }
  .guest-signup__points::after { inset: 6px; }
  .guest-signup__points > span { display: none; }
  .guest-signup__points strong { font-size: 25px; }
  .guest-signup__points small { max-width: 58px; font-size: 6px; }
  .signup-benefits-modal { align-items: end; padding: 0; }
  .signup-benefits-modal__card { width: 100%; max-height: min(88vh, 720px); overflow-y: auto; border-width: 1px 0 0; }
  .signup-benefits-modal__card > header { padding: 34px 24px 27px; }
  .signup-benefits-modal__card > header > span { width: 34px; height: 34px; margin-bottom: 18px; }
  .signup-benefits-modal__card > header h2 { padding-right: 22px; font-size: clamp(34px, 10.5vw, 45px); }
  .signup-benefits-modal__list { grid-template-columns: 1fr; }
  .signup-benefits-modal__list article { min-height: 75px; grid-template-columns: 28px 1fr; align-items: center; gap: 10px; padding: 16px 42px 16px 23px; border-right: 0; border-bottom: 1px solid #eadde5; }
  .signup-benefits-modal__list article:last-child { border-bottom: 0; }
  .signup-benefits-modal__list b { top: 50%; transform: translateY(-50%); }
  .signup-benefits-modal__actions { grid-template-columns: 1fr; gap: 13px; padding: 18px 23px calc(18px + env(safe-area-inset-bottom)); text-align: center; }
  .referral-home::after { top: -70px; right: -55px; width: 170px; height: 170px; }
  .referral-home__inner { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding-block: 22px; }
  .referral-home__icon { width: 42px; height: 42px; }
  .referral-home__icon svg { width: 20px; height: 20px; }
  .referral-home__copy h2 { margin-bottom: 0; font-size: 25px; }
  .referral-home__copy > p:last-child { display: none; }
  .referral-home__rewards { grid-column: 1 / -1; width: 100%; }
  .referral-home__rewards > span { min-width: 0; padding: 12px 14px; }
  .referral-home__rewards strong { font-size: 21px; }
  .referral-home__action { grid-column: 1 / -1; gap: 12px; }
  .referral-home__action .button { min-width: 0; flex: 1; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .category-card,
  .category-card:nth-child(1) { min-height: 138px; padding: 12px; }
  .category-card__icon { width: 31px; height: 31px; }
  .category-card__icon svg { width: 14px; height: 14px; }
  .category-card h3 { font-size: 17px; }
  .category-card p { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }

  .special-offers__head { align-items: flex-start; }
  .special-offers__grid { grid-template-columns: 1fr; }
  .special-offer-card { min-height: 440px; }
  .special-offer-card__body { padding: 24px; }
  .real-gallery__head { margin-bottom: 24px; }
  .real-gallery__head h2 { font-size: 42px; }
  .real-gallery__track, .home-news__track { gap: 8px; }
  .home-news__track { padding-right: 0; }
  .real-gallery__item { flex-basis: 100%; }
  .home-news { padding-top: 10px; padding-bottom: 30px; }
  .home-news__head { margin-bottom: 22px; }
  .home-news__head h2 { font-size: 40px; }
  .news-card { flex: 0 0 100%; }
  .news-card__media { min-height: 0; }
  .news-card > div { min-height: 205px; padding: 20px; }

  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 10px; }
  .product-card { min-width: 0; overflow: hidden; }
  .product-card__media { width: 100%; margin-bottom: 11px; }
  .product-card__info { grid-template-columns: 1fr; gap: 4px; }
  .product-card__info h3 { font-size: 15px; }
  .product-card__price { grid-row: auto; font-size: 15px; }
  .product-card__quick { opacity: 1; transform: none; width: 40px; height: 40px; }

  .loyalty-feature__copy { padding: 34px 24px; }
  .loyalty-feature h2 { font-size: 40px; }
  .loyalty-feature__visual { min-height: 330px; }
  .loyalty-orbit { width: 275px; }
  .loyalty-orbit__score strong { font-size: 56px; }
  .delivery-feature__copy { padding: 38px 24px; }
  .delivery-feature__visual { min-height: 330px; }
  .delivery-carousel__track { gap: 0; padding: 0; }
  .delivery-carousel__slide { flex-basis: 100%; }
  .delivery-carousel__slide > span { right: 13px; bottom: 13px; left: 13px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid--compact .service-item { min-height: 132px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; align-content: start; padding: 17px 14px; }
  .service-grid--compact .service-item svg { width: 21px; height: 21px; margin: 0 0 12px; grid-row: auto; }
  .service-grid--compact .service-item h3 { font-size: 12px; }
  .service-grid--compact .service-item p { font-size: 10px; line-height: 1.4; }
  .service-grid--immediate .service-item { min-height: 104px; padding: 13px 12px; }
  .service-grid--immediate .service-item svg { margin-bottom: 8px; }
  .service-grid--immediate .service-item p { font-size: 9px; }

  .catalog-layout { padding-top: 25px; }
  .catalog-toolbar { display: grid; width: 100%; min-width: 0; grid-template-columns: auto minmax(0, 1fr); align-items: center; }
  .catalog-toolbar .result-count { min-width: 0; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
  .catalog-toolbar select { width: 100%; grid-column: 1 / -1; }

  .product-gallery { gap: 10px; }
  .product-gallery__rail { grid-auto-columns: 72px; gap: 7px; }
  .product-detail { padding-bottom: 30px; }
  .product-review-grid { grid-template-columns: 1fr; }
  .product-reviews { margin-top: 4px; padding-top: 30px; }
  .product-review-card { min-height: 240px; }
  .checkout-gift { grid-template-columns: 52px 1fr; }
  .checkout-gift img, .checkout-gift__icon { width: 52px; height: 48px; }
  .product-info h1 { font-size: 38px; }
  .product-buy-row { position: sticky; z-index: 20; bottom: 78px; padding: 10px; margin-inline: -10px; background: rgba(252,249,248,.94); backdrop-filter: blur(14px); }

  .account-page { padding-top: 38px; }
  .account-header { align-items: start; flex-direction: column; }
  .account-header h1 { font-size: 42px; }
  .account-header__guide { width: 100%; min-width: 0; }
  .pasitos-hero__balance { padding: 28px 24px; }
  .pasitos-balance { font-size: 68px; }
  .pasitos-hero__progress { gap: 13px; padding: 16px 20px; }
  .pasitos-status__mark { width: 46px; height: 46px; }
  .pasitos-status__copy > strong { font-size: 21px; }
  .pasitos-status__copy p { max-width: none; }
  .stats-grid { grid-template-columns: 1fr; gap: 8px; }
  .earning-guide { margin-bottom: 34px; }
  .earning-guide__head { padding: 24px 20px; }
  .earning-guide__head h2 { font-size: 38px; }
  .earning-guide__grid { grid-template-columns: 1fr; }
  .earning-step,
  .earning-step:nth-child(2n) { min-height: 0; padding: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .earning-step:last-child { border-bottom: 0; }
  .earning-step__number { top: 20px; right: 20px; }
  .earning-step__icon { margin-bottom: 22px; }
  .earning-guide__note { padding: 17px 20px; }
  .earning-guide-modal { align-items: end; padding: 0; }
  .earning-guide-modal__card { width: 100%; max-height: 94dvh; }
  .earning-guide-modal__close { position: sticky; z-index: 5; top: 14px; float: right; margin: 14px 14px -56px 0; }
  .reward-showcase { margin-inline: -12px; padding: 30px 18px; }
  .reward-showcase__head h2 { font-size: 43px; }
  .reward-showcase__intro { margin-bottom: 22px; font-size: 12px; }
  .reward-showcase__grid { grid-template-columns: 1fr; gap: 12px; }
  .reward-card,
  .reward-card--tier-4,
  .reward-card--tier-3 { grid-column: auto; }
  .reward-showcase__grid > .reward-card:only-child,
  .reward-showcase__grid > .reward-card:nth-child(2):last-child { grid-column: auto; }
  .reward-card__media,
  .reward-card--tier-4 .reward-card__media,
  .reward-card--tier-3 .reward-card__media { min-height: 0; aspect-ratio: 4 / 3; }
  .reward-card__body { padding: 21px 18px; }
  .reward-card h3 { font-size: 28px; }
  .reward-card__cost { align-items: flex-end; }
  .reward-card__cost button { padding-inline: 13px; }
  .reward-showcase__terms { text-align: left; }
  .activity-row { grid-template-columns: 42px 1fr auto; gap: 10px; }

  .order-card { grid-template-columns: 78px 1fr; gap: 14px; }
  .order-card__right { grid-column: 2; display: flex; align-items: center; justify-content: space-between; text-align: left; }
  .order-card__right strong { margin-bottom: 0; }
  .review-reminder { grid-template-columns: 46px 1fr; gap: 13px; padding: 18px; }
  .review-reminder__icon { width: 46px; height: 46px; }
  .review-reminder h2 { font-size: 18px; }
  .review-reminder .button { width: 100%; grid-column: 1 / -1; }
  .surface { padding: 22px 18px; }

  .checkout-contact-summary { align-items: flex-start; flex-direction: column; gap: 10px; }
  .checkout-address-summary { grid-template-columns: 38px 1fr 24px; gap: 10px; padding: 13px; }
  .checkout-address-summary__icon, .checkout-address-summary__check { width: 34px; height: 34px; }
  .checkout-address-missing { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 15px; }
  .checkout-address-missing > span { width: 38px; height: 38px; }
  .checkout-address-missing .button { width: 100%; grid-column: 1 / -1; }

  .cart-drawer { width: 100%; max-width: none; }
  .cart-drawer__body { padding-inline: 16px; }
  .cart-drawer__footer { padding-inline: 18px; }
  .cart-item { grid-template-columns: 78px minmax(0, 1fr) auto; gap: 10px; }
  .cart-item h3 { overflow-wrap: anywhere; }
  .cart-item--gift { grid-template-columns: 76px minmax(0, 1fr) auto; padding: 12px 8px; }
  .cart-item--gift .cart-item__right { min-width: 46px; }
  .redemption-item { grid-template-columns: 72px minmax(0, 1fr) auto; gap: 10px; padding: 11px 9px; }
  .redemption-item__media { width: 72px; height: 70px; }
  .redemption-item__copy p { display: none; }
  .redemption-item__aside { min-width: 38px; }

  .gift-modal { align-items: end; padding: 0; }
  .gift-modal__card { width: 100%; max-height: 92dvh; grid-template-columns: 1fr; overflow-y: auto; }
  .gift-modal__media { min-height: 230px; max-height: 40dvh; padding: 26px; }
  .gift-modal__copy { padding: 28px 22px max(24px, env(safe-area-inset-bottom)); }
  .gift-modal__copy h2 { font-size: 29px; }

  .profile-card { padding: 24px; }
  .profile-photo-editor { grid-template-columns: 76px 1fr; gap: 15px; }
  .profile-photo-editor__preview { width: 76px; height: 76px; }
  .profile-photo-editor__button { grid-column: 1 / -1; width: 100%; }
  .profile-menu { grid-template-columns: 1fr; }
  .profile-menu__item { min-height: 122px; padding: 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .address-list { grid-template-columns: 1fr; }
  .address-card__actions { flex-wrap: wrap; gap: 10px 15px; }
  .address-card__actions .address-card__use { width: 100%; justify-content: center; margin-right: 0; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .auth-shell { width: 100%; }
  .auth-aside { min-height: 0; padding: 28px 24px 30px; }
  .auth-aside h1 { margin: 18px 0 12px; font-size: 36px; }
  .auth-aside > p:not(.eyebrow) { font-size: 14px; }
  .auth-benefits { grid-template-columns: 1fr 1fr; gap: 9px 14px; margin-top: 22px; }
  .auth-benefits span { font-size: 11px; }
  .auth-benefits span:last-child { grid-column: 1 / -1; }
  .auth-card { width: calc(100% - 16px); margin-top: 0; padding: 28px 20px; }
  .auth-tabs { margin-bottom: 26px; }
  .auth-code-help { grid-template-columns: 38px minmax(0, 1fr); padding: 13px; }
  .auth-code-help__mark { width: 38px; height: 38px; }
  .auth-code-help button { width: 100%; grid-column: 1 / -1; }
  .inline-alert { align-items: flex-start; flex-wrap: wrap; }

  .immediate-filters__head { align-items: flex-start; flex-direction: column; gap: 12px; padding: 18px; }
  .immediate-filters__head > span { white-space: normal; }
  .immediate-filters__controls { grid-template-columns: 1fr; padding: 18px; }
  .immediate-filters__actions { grid-column: auto; align-items: stretch; flex-direction: column; }
  .immediate-filters__actions .button { width: 100%; }
  .immediate-filters__summary { align-items: flex-start; flex-wrap: wrap; padding: 0 18px 18px; }
  .immediate-filters__summary small { width: 100%; margin: 3px 0 0; }
  .immediate-filters--prominent .immediate-filters__head { align-items: center; flex-direction: row; gap: 8px; padding: 13px; }
  .immediate-filters--prominent .immediate-filters__head > span { display: none; }
  .immediate-filters--prominent .immediate-filters__head h3 { font-size: 16px; }
  .immediate-filters--prominent .immediate-filters__controls { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding: 13px; }
  .immediate-filters--prominent .immediate-filters__actions { grid-column: 1 / -1; flex-direction: row; }
  .immediate-filters--prominent .immediate-filters__actions .button { flex: 1; }

  .search-overlay { padding-top: 20px; }
  .search-suggestions { grid-template-columns: 1fr; }
  .big-search input { font-size: 28px; }

  .site-footer__top { grid-template-columns: 1fr 1fr; gap: 34px 20px; padding-block: 50px; }
  .site-footer__top > div:last-child { grid-column: 1 / -1; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 860px) {
  .referral-callout { grid-template-columns: 52px 1fr; }
  .referral-callout__action { grid-column: 2; }
  .referral-hero { min-height: 0; grid-template-columns: 1fr; }
  .referral-hero__copy { padding: 52px 30px 24px; }
  .referral-hero__copy h1 { font-size: clamp(52px, 12vw, 76px); }
  .referral-share-card { margin: 24px 30px 48px; }
  .referral-rewards { grid-template-columns: 1fr; }
  .referral-rewards article + article { border-top: 1px solid var(--line); border-left: 0; }
  .referral-list article { grid-template-columns: 44px minmax(0, 1fr) auto; }
  .referral-list__status { grid-column: 2; justify-self: start; }
  .referral-list article > strong { grid-column: 3; grid-row: 1 / span 2; }
}

@media (max-width: 580px) {
  .referral-page { width: 100%; padding-top: 18px; }
  .referral-page > .breadcrumbs, .referral-history, .referral-stats, .referral-terms { width: calc(100% - 32px); margin-inline: auto; }
  .referral-callout { grid-template-columns: 44px 1fr; gap: 14px; padding: 19px 17px; box-shadow: 7px 7px 0 var(--pink-wash); }
  .referral-callout__mark { width: 44px; height: 44px; }
  .referral-callout strong { font-size: 18px; }
  .referral-callout em { display: none; }
  .referral-callout__action { font-size: 11px; }
  .referral-hero__copy { padding: 44px 22px 20px; }
  .referral-hero__copy h1 { margin-block: 13px 19px; font-size: 53px; }
  .referral-hero__copy > p:last-child { font-size: 14px; }
  .referral-share-card { margin: 22px 16px 38px; padding: 24px 19px; box-shadow: 8px 8px 0 rgba(242,0,175,.26); }
  .referral-share-card > strong { font-size: 36px; }
  .referral-rewards { border-inline: 0; }
  .referral-rewards article { min-height: 0; grid-template-columns: 48px 1fr; gap: 12px; padding: 27px 20px; }
  .referral-rewards article > span { font-size: 30px; }
  .referral-rewards strong { font-size: 22px; }
  .referral-stats { grid-template-columns: 1fr; margin-block: 28px 46px; }
  .referral-history .section-head { align-items: flex-start; }
  .referral-list article { grid-template-columns: 40px minmax(0, 1fr) auto; gap: 10px; padding-block: 16px; }
  .referral-list__avatar { width: 38px; height: 38px; }
  .referral-list p { font-size: 11px; }
  .referral-list article > strong { font-size: 15px; }
  .referral-list__status { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
