/* =====================================================================
   SEXLANDIA · estilos del storefront editorial
   Portado de sexlandia-next/app/sexlandia.css y adaptado a Blade.
   ===================================================================== */

:root {
  --cream: #f3eee8;
  --wine: #8d263d;
  --wine-dark: #5c1424;
  --chocolate: #2b1c18;
  --blush: #d7aaa6;
  --powder: #e7d1ce;
  --butter: #e8d5a6;
  --ink: #171515;
  --bone: #fbf8f3;
  --line: rgba(23, 21, 21, 0.18);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", "Figtree", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  /* Contiene el desbordamiento horizontal de marquesinas/animaciones
     SIN bloquear el scroll vertical de la página. */
  overflow-x: clip;
  overflow-y: visible;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--wine); color: var(--cream); }

[x-cloak] { display: none !important; }

/* Bloqueo de scroll SOLO mientras el age-gate está activo */
html.sl-locked, html.sl-locked body { overflow: hidden; }

.skip-link { position: absolute; left: -999px; top: 0; z-index: 300; background: var(--wine); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.skip-link:focus { left: 0; }

/* Texto solo para lectores de pantalla / buscadores (equivalente a Tailwind
   `sr-only`). Se define aquí para no depender del CDN de Tailwind. */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sexlandia-shell { overflow-x: clip; background: var(--cream); }
.section-pad { padding-left: clamp(22px, 4vw, 72px); padding-right: clamp(22px, 4vw, 72px); }
.section-pad--large { padding-top: clamp(96px, 12vw, 190px); padding-bottom: clamp(96px, 12vw, 190px); }
.eyebrow { margin: 0; font-size: 11px; line-height: 1.35; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: var(--cream); }
.stock-dot { font-size: 11px; letter-spacing: .1em; font-weight: 600; color: var(--wine); }

.scroll-progress { position: fixed; z-index: 100; left: 0; top: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--wine), #d14968); transform: scaleX(0); transform-origin: 0 50%; }

/* Scroll reveal (reemplaza Motion).
   Solo se oculta si JS está activo (<html class="js">); si JS falla, todo el
   contenido queda visible y la página funciona igual. */
.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2,.65,.3,1), transform .8s cubic-bezier(.2,.65,.3,1); }
.js .reveal.reveal--in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } }

/* Placeholder cuando un producto no tiene foto */
.ph-media { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #1a1718, #241b1f); color: rgba(255,255,255,.18); }
.ph-media svg { width: 34%; max-width: 96px; height: auto; }

/* BRAND LOGO */
.brand-logo { display: inline-flex; align-items: center; gap: 10px; letter-spacing: -.045em; white-space: nowrap; }
.brand-logo__badge { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; border: 1.5px solid var(--wine); display: grid; place-items: center; background: var(--wine); color: var(--cream); font-weight: 700; font-size: 13px; box-shadow: 0 4px 12px rgba(141, 38, 61, 0.25); }
.brand-logo__text { display: inline-flex; align-items: baseline; }
.brand-logo__sex { font-weight: 700; font-size: 22px; }
.brand-logo__landia { font-family: var(--serif); font-style: italic; font-size: 28px; margin-left: 1px; color: var(--wine); }
.brand-logo--inverse { color: var(--cream); }
.brand-logo--inverse .brand-logo__landia { color: var(--butter); }

/* HEADER */
.site-header { position: fixed; left: 0; right: 0; top: 0; z-index: 80; background: var(--cream); transition: background .35s, box-shadow .35s, backdrop-filter .35s; }
.site-header--compact { background: rgba(243,238,232,.92); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(23,21,21,.08); }
.site-header__inner { height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 0 clamp(22px, 4vw, 72px); transition: height .35s; }
.site-header--compact .site-header__inner { height: 64px; }
.site-header__nav { display: flex; gap: clamp(18px, 2.5vw, 32px); font-size: 11px; font-weight: 600; letter-spacing: .12em; justify-content: center; }
.site-header__nav a { position: relative; }
.site-header__nav a::after, .footer nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s; }
.site-header__nav a:hover::after, .footer nav a:hover::after { right: 0; }
.site-header__actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.site-header__actions button, .site-header__link { appearance: none; background: none; border: 0; padding: 0; display: inline-flex; gap: 7px; align-items: center; font-size: 10px; font-weight: 600; letter-spacing: .12em; cursor: pointer; }
.site-header__bag { position: relative; }
.site-header__bag-count { position: absolute; top: -9px; right: -12px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 999px; background: var(--wine); color: #fff; font-size: 9px; font-weight: 700; display: grid; place-items: center; }
.site-header__menu { display: none !important; }

/* MOBILE MENU */
.mobile-menu { position: fixed; inset: 0; z-index: 120; background: var(--butter); padding: 28px; display: flex; flex-direction: column; transform: translateX(100%); transition: transform .45s cubic-bezier(.76,0,.24,1); }
.mobile-menu.mobile-menu--open { transform: translateX(0); }
.mobile-menu__close { position: absolute; right: 28px; top: 28px; border: 0; background: none; cursor: pointer; }
.mobile-menu nav { margin: auto 0; display: flex; flex-direction: column; }
.mobile-menu nav a { border-top: 1px solid rgba(23,21,21,.3); padding: 16px 0; font-size: clamp(30px, 8vw, 56px); letter-spacing: -.04em; }
.mobile-menu nav a:last-child { border-bottom: 1px solid rgba(23,21,21,.3); }
.mobile-menu nav a span { font-size: 10px; letter-spacing: .1em; margin-right: 16px; }
.mobile-menu > p { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

/* ARROW LINK */
.arrow-link { width: fit-content; display: inline-flex; align-items: center; gap: 16px; border-bottom: 1px solid currentColor; padding: 0 0 7px; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; background: none; border-left: 0; border-right: 0; border-top: 0; cursor: pointer; }
.arrow-link svg { transition: transform .3s ease; }
.arrow-link:hover svg { transform: translateX(7px); }
.arrow-link--inverse { color: var(--cream); }

/* WhatsApp button */
.wa-btn { display: inline-flex; align-items: center; gap: 8px; background: #1f7a4d; color: #fff; padding: 9px 14px; border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background .2s; }
.wa-btn:hover { background: #1a6b43; transform: translateY(-1px); }
.wa-btn--ghost { background: rgba(31,122,77,.1); color: #1f7a4d; border: 1px solid rgba(31,122,77,.3); }

/* HERO */
.hero { min-height: 92svh; padding-top: 130px; padding-bottom: 55px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, .82fr); align-items: center; gap: 6vw; position: relative; }
.hero__copy { z-index: 2; padding-left: clamp(0px, 3vw, 48px); }
.hero__title { margin: 34px 0 26px; font-weight: 400; line-height: .77; letter-spacing: -.075em; }
.hero__title span { display: block; }
.hero__feel { font-size: clamp(72px, 10.4vw, 176px); font-weight: 600; transform: translateX(-.04em); }
.hero__something { font-family: var(--serif); font-size: clamp(70px, 10vw, 168px); font-style: italic; color: var(--wine); margin-left: 12%; }
.hero__different { font-size: clamp(54px, 8.3vw, 140px); font-weight: 600; }
.hero__dek { margin: 0 0 32px; max-width: 440px; font-size: 16px; line-height: 1.55; }
.hero__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.hero__chip-link { display: inline-flex; align-items: center; gap: 7px; background: rgba(141, 38, 61, 0.08); border: 1px solid rgba(141, 38, 61, 0.22); color: var(--wine); padding: 8px 14px; border-radius: 999px; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: background .2s, transform .2s; }
.hero__chip-link:hover { background: rgba(141, 38, 61, 0.15); transform: translateY(-1px); }

.hero__media-wrap { height: min(72vh, 780px); min-height: 520px; position: relative; margin-top: 10px; }
.hero__media { width: 100%; height: 100%; overflow: hidden; border-radius: 24px; box-shadow: 0 30px 60px rgba(43, 28, 24, 0.22); }
.hero__photo-card { width: 100%; height: 100%; position: relative; background: #131112; overflow: hidden; }
.hero__img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1.2s cubic-bezier(.22,.61,.36,1); }
.hero__media-wrap:hover .hero__img { transform: scale(1.05); }
.hero__photo-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%); color: var(--cream); }
.hero__badge-tag { display: inline-block; background: var(--wine); color: white; padding: 4px 8px; border-radius: 4px; font-size: 8px; font-weight: 700; letter-spacing: .12em; margin-bottom: 6px; }
.hero__photo-overlay p { margin: 0; font-size: 13px; font-weight: 500; letter-spacing: .02em; color: rgba(255,255,255,0.9); }
.hero__edition { position: absolute; right: -28px; bottom: 30px; font-size: 10px; letter-spacing: .14em; writing-mode: vertical-rl; }
.hero__side-note { position: absolute; left: 18px; bottom: 40px; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 9px; letter-spacing: .18em; }

/* Shared big headings */
.manifesto h2, .product-story h2, .interrupt h2, .couples h2, .benefits h2, .brand-story h2, .location h2, .faq h2, .email-section h2, .final-cta h2, .fresh h2, .section-intro h2, .products h2 { margin: 0; font-size: clamp(50px, 8.2vw, 130px); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.manifesto h2 em, .product-story h2 em, .interrupt h2 em, .couples h2 em, .benefits h2 em, .brand-story h2 em, .location h2 em, .faq h2 em, .email-section h2 em, .final-cta h2 em, .fresh h2 em, .products h2 em { font-family: var(--serif); font-weight: 400; font-style: italic; }

/* MANIFESTO */
.manifesto { min-height: 84vh; color: var(--cream); background: var(--wine); display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; position: relative; }
.manifesto::after { content:"SEX / LANDIA"; position:absolute; right:4vw; top:5vw; font-size:9px; letter-spacing:.22em; color:rgba(243,238,232,.55); }
.manifesto__intro { display: flex; flex-direction: column; gap: 30px; }
.manifesto__image-card { width: 100%; max-width: 480px; height: 320px; position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 45px rgba(0,0,0,0.3); }
.manifesto__photo { width: 100%; height: 100%; object-fit: cover; }
.manifesto__photo-badge { position: absolute; left: 16px; bottom: 16px; background: rgba(0,0,0,0.75); backdrop-filter: blur(8px); padding: 8px 14px; border-radius: 999px; display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.manifesto__body { max-width: 560px; font-size: clamp(16px,1.4vw,22px); line-height: 1.55; }
.manifesto__staccato { margin-top: 30px; display:flex; flex-direction:column; font-size:12px; letter-spacing:.14em; text-transform:uppercase; }
.manifesto__mini-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 35px; }
.mini-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 14px; padding: 12px; display: flex; align-items: center; gap: 12px; }
.mini-card img { width: 54px; height: 54px; border-radius: 10px; object-fit: cover; }
.mini-card span { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--butter); }

/* CATEGORIES */
.categories { background: var(--bone); }
.section-intro--split { display:grid; grid-template-columns: 1fr 1.5fr; gap:7vw; align-items:start; margin-bottom:80px; }
.section-intro--split h2 { font-size: clamp(48px, 6.2vw, 98px); }
.categories__grid { display:grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 84px; gap:18px; }
.category-tile { position:relative; overflow:hidden; min-height:340px; border-radius: 18px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); }
.category-tile--1 { grid-column:1/6; grid-row:1/7; }
.category-tile--2 { grid-column:6/13; grid-row:1/5; }
.category-tile--3 { grid-column:6/10; grid-row:5/11; }
.category-tile--4 { grid-column:10/13; grid-row:5/10; }
.category-tile--5 { grid-column:1/6; grid-row:7/12; }
.category-tile--0 { grid-column:6/13; grid-row:11/16; }
.category-tile__bg { position: absolute; inset: 0; z-index: 1; }
.category-tile__img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .85s cubic-bezier(.22,.61,.36,1); }
.category-tile__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.15) 100%); transition: background .3s; }
.category-tile:hover .category-tile__img { transform: scale(1.08); }
.category-tile:hover .category-tile__overlay { background: linear-gradient(to top, rgba(141,38,61,0.85) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 100%); }
.category-tile__num { position:absolute; top:18px; right:18px; color:white; font-size:10px; font-weight: 700; letter-spacing:.15em; z-index: 3; background: rgba(0,0,0,0.5); padding: 3px 7px; border-radius: 4px; }
.category-tile__copy { position:absolute; left:24px; right:24px; bottom:21px; color:white; z-index: 3; text-shadow:0 2px 16px rgba(0,0,0,.35); }
.category-tile__copy h3 { margin:0; font-size:clamp(28px,4vw,60px); font-weight:600; letter-spacing:-.045em; }
.category-tile__copy p { margin:4px 0 0; font-size:11px; letter-spacing:.08em; text-transform:uppercase; color: rgba(255,255,255,0.85); }
.category-tile__explore { display:flex; align-items:center; gap:7px; font-size:9px; font-weight:700; letter-spacing:.12em; margin-top:8px; color: var(--butter); }

/* FEATURED PRODUCT STORY */
.product-story { min-height:96vh; background:var(--powder); display:grid; grid-template-columns: .82fr 1.1fr .72fr; align-items:center; gap:3vw; position:relative; }
.product-story__headline { align-self:start; padding-top:5vh; z-index:4; }
.product-story__headline h2 { margin-top:20px; font-size:clamp(48px,6.4vw,104px); }
.product-story__art { height:min(70vh,720px); min-height:480px; z-index:1; position: relative; }
.product-story__img-box { width: 100%; height: 100%; border-radius: 24px; overflow: hidden; box-shadow: 0 35px 70px rgba(56, 37, 32, 0.28); background: #131112; }
.product-story__img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-story__details { z-index:3; align-self:end; padding-bottom:7vh; max-width:360px; }
.product-story__details h3 { margin:10px 0; font-size:32px; letter-spacing:-.04em; text-transform: uppercase; }
.product-story__desc { font-size:15px; line-height:1.65; color: rgba(23, 21, 21, 0.85); margin: 0 0 20px; }
.product-story__index { font-family:var(--serif); font-style:italic; font-size:19px; }
.product-story__thumbs { display:flex; gap:10px; margin:18px 0; }
.product-story__thumbs button { width:52px; height:52px; border-radius:12px; overflow:hidden; border:2px solid transparent; background:none; padding:0; cursor:pointer; }
.product-story__thumbs button.is-active { border-color: var(--wine); }
.product-story__thumbs img { width:100%; height:100%; object-fit:cover; }
.product-story__price { display:flex; justify-content:space-between; align-items: baseline; gap:20px; margin:20px 0 22px; padding:16px 0; border-top:1px solid rgba(23,21,21,.25); border-bottom:1px solid rgba(23,21,21,.25); }
.product-story__price span:first-child { font-size: 24px; font-weight: 600; }
.product-story__cta-row { display:flex; flex-wrap:wrap; gap:14px; align-items:center; }

/* PRODUCTS SECTION */
.products { background:var(--cream); }
.section-intro--products { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; margin-bottom:70px; flex-wrap: wrap; }
.section-intro--products h2 { font-size:clamp(52px,7.8vw,122px); }
.section-intro--products > div:last-child { padding-bottom:10px; font-size:14px; line-height:1.6; max-width: 380px; }
.products__grid { display:grid; grid-template-columns:repeat(12,1fr); gap:28px; align-items:start; }
.product { display:flex; flex-direction: column; }
.product--1 { grid-column:1/7; }
.product--2 { grid-column:7/13; margin-top:6vw; }
.product--3 { grid-column:1/6; margin-top:4vw; }
.product--4 { grid-column:6/13; margin-top:2vw; }
.product--5 { grid-column:2/7; margin-top:5vw; }
.product--0 { grid-column:7/12; margin-top:8vw; }
.product__media { height:clamp(360px,42vw,620px); position:relative; overflow:hidden; border-radius: 20px; box-shadow: 0 20px 45px rgba(23, 21, 21, 0.12); background: #131112; }
.product-card-img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.22,.61,.36,1); }
.product:hover .product-card-img { transform: scale(1.06); }
.product__badge { position:absolute; left:16px; top:16px; background:var(--wine); color: white; padding:6px 11px; font-size:8px; font-weight:700; letter-spacing:.14em; border-radius: 4px; z-index: 2; }
.product__meta { display:grid; grid-template-columns:1fr auto; gap:4px 20px; padding-top:16px; }
.product__meta h3 { margin:0; font-size:17px; font-weight:600; text-transform:uppercase; letter-spacing:.02em; }
.product__meta .product__price { font-size:16px; font-weight: 600; color: var(--wine); white-space: nowrap; }
.product__tag { grid-column:1/-1; margin:2px 0 0; font-size:12px; color: rgba(23, 21, 21, 0.7); }
.product__stock { grid-column:1/-1; margin:4px 0 0; font-size:10px; font-weight: 600; letter-spacing:.1em; color: var(--wine); }
.product__actions { grid-column:1/-1; display:flex; align-items:center; gap:10px; margin-top:14px; flex-wrap: wrap; }

/* Quantity stepper */
.qty-stepper { display:inline-flex; align-items:center; border:1px solid rgba(23,21,21,.25); border-radius:999px; background: var(--bone); overflow:hidden; }
.qty-stepper button { width:32px; height:34px; border:0; background:none; font-weight:700; cursor:pointer; }
.qty-stepper button:hover { background: rgba(23,21,21,.06); }
.qty-stepper input { width:38px; height:34px; text-align:center; border:0; background:transparent; font-size:12px; font-weight:700; -moz-appearance:textfield; }
.qty-stepper input::-webkit-outer-spin-button, .qty-stepper input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0; }
.btn-add { flex:1; min-width:120px; background: var(--ink); color: var(--cream); border:0; border-radius:999px; padding:10px 16px; font-size:10px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; cursor:pointer; transition: background .2s; display:inline-flex; align-items:center; justify-content:center; gap:8px; }
.btn-add:hover { background: var(--wine); }
.btn-add:disabled { background: rgba(23,21,21,.12); color: rgba(23,21,21,.4); cursor:not-allowed; }

/* INVENTORY */
.inventory { background:var(--chocolate); color:var(--cream); display:grid; grid-template-columns:1fr 1fr; gap:8vw; }
.inventory__header h2 { margin:28px 0 32px; font-size:clamp(52px,7.5vw,120px); }
.inventory__header > div > p:last-child { max-width:510px; line-height:1.65; color:rgba(243,238,232,.8); }
.inventory__live { display:inline-block; margin-top:12px; font-size:9px; font-weight: 700; letter-spacing:.13em; color:var(--blush); }
.inventory__list { padding-top:6vh; }
.inventory__list > div { min-height:88px; border-top:1px solid rgba(243,238,232,.28); display:flex; align-items:center; justify-content:space-between; gap:30px; font-size:clamp(14px,1.4vw,20px); letter-spacing:.035em; }
.inventory__list > div:last-child { border-bottom:1px solid rgba(243,238,232,.28); }
.inventory__list span:last-child { font-size:11px; font-weight: 600; letter-spacing:.13em; color:var(--blush); text-align:right; }
.inventory > .arrow-link { grid-column:2; }

/* PATTERN INTERRUPT & MARQUEE */
.interrupt { min-height:70vh; background:var(--butter); padding-top: 80px; padding-bottom: 80px; display:flex; flex-direction: column; justify-content:center; overflow: hidden; }
.interrupt__content { margin-bottom: 40px; }
.interrupt h2 { font-size:clamp(58px,9.5vw,152px); line-height:.83; }
.interrupt h2 em { color:var(--wine); font-family: var(--serif); font-style: italic; }
.interrupt__marquee-container { width: 100%; overflow: hidden; }
.interrupt__marquee { display: flex; gap: 20px; width: max-content; animation: sl-marquee 38s linear infinite; }
.marquee-card { width: 170px; height: 220px; border-radius: 16px; overflow: hidden; position: relative; flex-shrink: 0; box-shadow: 0 15px 30px rgba(0,0,0,0.15); background:#131112; }
.marquee-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.marquee-card:hover img { transform: scale(1.08); }
.marquee-card span { position: absolute; left: 0; right: 0; bottom: 0; padding: 10px; background: linear-gradient(to top, rgba(0,0,0,0.85), transparent); color: white; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
@keyframes sl-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* COLLECTIBLE CARDS / FRESH SCROLLER */
.fresh { background:var(--cream); }
.fresh__heading { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:50px; gap: 24px; flex-wrap: wrap; }
.fresh__heading h2 { margin-top:22px; font-size:clamp(52px,8vw,124px); }
.fresh__heading > span { font-size:9px; font-weight: 600; letter-spacing:.16em; padding-bottom:10px; color: var(--wine); }
.fresh__scroller { display:grid; grid-auto-flow:column; grid-auto-columns:min(72vw,560px); gap:26px; overflow-x:auto; overscroll-behavior-inline:contain; padding-bottom:30px; scrollbar-width:none; }
.fresh__scroller::-webkit-scrollbar { display:none; }
.fresh-item--card { height:min(76vh,720px); position:relative; overflow:hidden; border-radius: 24px; box-shadow: 0 25px 55px rgba(23, 21, 21, 0.16); background: #0e0d0e; }
.fresh-item__img-wrapper { width: 100%; height: 100%; position: relative; overflow: hidden; }
.fresh-item__img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .9s cubic-bezier(.22,.61,.36,1); }
.fresh-item:hover .fresh-item__img { transform: scale(1.05); }
.fresh-item__caption { position:absolute; left:0; right:0; bottom:0; padding: 28px; background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0) 100%); display:grid; grid-template-columns:auto 1fr auto; align-items:flex-end; gap:20px; color:white; }
.fresh-item__caption h3 { margin:0; font-family:var(--serif); font-style:italic; font-size:clamp(30px,5vw,60px); font-weight:400; line-height: 1; }
.fresh-item__num { font-size:12px; font-weight: 700; letter-spacing:.14em; color: var(--butter); }
.fresh-item__cat { margin: 6px 0 2px; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--blush); }
.fresh-item__quote { margin: 0; font-size: 12px; color: rgba(255,255,255,0.75); }

/* COUPLES */
.couples { min-height:82vh; background:var(--blush); display:grid; grid-template-columns:1.15fr .85fr; gap:7vw; align-items:center; position:relative; }
.couples__art--card { height:min(70vh,640px); position: relative; }
.couples__img { width: 85%; height: 90%; object-fit: cover; border-radius: 20px; box-shadow: 0 30px 60px rgba(70, 30, 35, 0.35); background:#131112; }
.couples__sub-card { position: absolute; right: 0; bottom: 0; width: 55%; height: 60%; border-radius: 18px; overflow: hidden; box-shadow: 0 25px 50px rgba(0,0,0,0.35); border: 4px solid var(--blush); background:#131112; }
.couples__img-mini { width: 100%; height: 100%; object-fit: cover; }
.couples__copy h2 { margin:20px 0 26px; }
.couples__copy > p:not(.eyebrow) { font-size:18px; line-height:1.5; margin-bottom:30px; }

/* BENEFITS */
.benefits { background:var(--bone); display:grid; grid-template-columns:.72fr 1.28fr; gap:8vw; }
.benefits h2 { font-size:clamp(56px,7.4vw,114px); position:sticky; top:120px; }
.benefits__rows > div { min-height:150px; border-top:1px solid var(--line); display:grid; grid-template-columns:70px 1.3fr 1fr; align-items:center; gap:24px; }
.benefits__rows > div:last-child { border-bottom:1px solid var(--line); }
.benefits__rows span { font-size:10px; letter-spacing:.14em; font-weight: 600; }
.benefits__rows h3 { font-size:clamp(17px,1.8vw,26px); font-weight:600; letter-spacing:-.02em; margin:0; }
.benefits__rows p { font-family:var(--serif); font-style:italic; font-size:19px; color: rgba(23, 21, 21, 0.8); margin:0; }

/* BRAND STORY COLLAGE */
.brand-story { background:var(--cream); }
.brand-collage { min-height:100vh; display:grid; grid-template-columns:repeat(12,1fr); grid-template-rows:repeat(12,1fr); gap: 14px; position:relative; }
.brand-collage__a { grid-column:1/7; grid-row:1/9; overflow: hidden; border-radius: 20px; box-shadow: 0 25px 50px rgba(0,0,0,0.18); background:#131112; }
.brand-collage__item { overflow: hidden; border-radius: 18px; box-shadow: 0 20px 40px rgba(0,0,0,0.15); background:#131112; }
.brand-collage__img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.brand-collage__item:hover .brand-collage__img, .brand-collage__a:hover .brand-collage__img { transform: scale(1.05); }
.brand-collage__b { grid-column:8/13; grid-row:2/6; }
.brand-collage__c { grid-column:7/11; grid-row:7/12; }
.brand-collage__d { grid-column:2/5; grid-row:9/13; }
.brand-collage__title { position:absolute; z-index:10; left:34%; top:37%; }
.brand-collage__title h2 { color:var(--cream); font-size:clamp(56px,9vw,138px); text-shadow:0 4px 20px rgba(0,0,0,.6); }
.brand-story__text { margin:50px 8% 0 auto; max-width:520px; }
.brand-story__text p { font-size:clamp(17px,2vw,26px); line-height:1.45; margin-bottom:28px; }

/* TESTIMONIALS */
.testimonials { background:var(--cream); border-top:1px solid var(--line); }
.testimonials__cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; margin-top: 44px; }
.testimonial-card { background: var(--bone); border: 1px solid var(--line); border-radius: 20px; padding: 26px; box-shadow: 0 15px 35px rgba(0,0,0,0.06); }
.testimonial-card__stars { display: flex; gap: 4px; margin-bottom: 12px; color: var(--wine); }
.testimonial-card blockquote { margin: 0 0 12px; font-size: 16px; line-height: 1.5; font-weight: 500; }
.testimonial-card cite { font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .1em; color: var(--wine); text-transform: uppercase; }
.testimonial-card__product { font-size: 11px; color: rgba(23,21,21,0.6); margin-top: 4px; }

/* LOCATION / CONTACTO */
.location { background:var(--bone); display:grid; grid-template-columns:1.08fr .92fr; gap:6vw; align-items:start; }
.location__photo--box { height:min(72vh,680px); position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.18); background:#131112; }
.location__img-featured { width: 100%; height: 100%; object-fit: cover; }
.location__details h2 { margin:22px 0 34px; }
.location__meta { display:grid; grid-template-columns:repeat(2,1fr); gap:26px; margin-bottom:30px; }
.location__meta div:last-child { grid-column:1/-1; }
.location__meta span { font-size:9px; letter-spacing:.14em; font-weight: 700; color: var(--wine); text-transform: uppercase; }
.location__meta p { line-height:1.55; font-size: 15px; margin:6px 0 0; }
.location__meta a { border-bottom: 1px solid currentColor; }
.location__map { grid-column:1/-1; height:320px; position:relative; overflow:hidden; margin-top:40px; background:#e5ddd3; border:1px solid rgba(23,21,21,.12); border-radius: 18px; }
.location__map iframe { width:100%; height:100%; border:0; display:block; filter: grayscale(.2) contrast(1.05); }

/* FAQ */
.faq { background:var(--cream); display:grid; grid-template-columns:.75fr 1.25fr; gap:8vw; }
.faq h2 { margin-top:22px; font-size:clamp(48px,7vw,108px); }
.faq__list { padding-top:10px; }
.faq__item { border-top:1px solid var(--line); }
.faq__item:last-child { border-bottom:1px solid var(--line); }
.faq__item button { width:100%; min-height:82px; border:0; background:none; display:flex; align-items:center; justify-content:space-between; text-align:left; gap:24px; font-size:clamp(16px,1.6vw,23px); cursor:pointer; }
.faq__item button svg { transition:transform .3s; flex-shrink:0; }
.faq__item.is-open button svg { transform:rotate(180deg); }
.faq__answer { max-height:0; overflow:hidden; transition:max-height .35s ease; }
.faq__item.is-open .faq__answer { max-height:320px; }
.faq__answer p { margin:0; max-width:620px; padding:0 40px 28px 0; line-height:1.6; color:rgba(23,21,21,.72); }

/* NEWSLETTER */
.email-section { background:var(--powder); display:grid; grid-template-columns:1fr 1fr; gap:10vw; align-items:flex-end; }
.email-section h2 { margin:20px 0 24px; }
.email-section > div > p:last-child { max-width:480px; line-height:1.6; }
.email-section form { display:grid; grid-template-columns:1fr auto; align-items:flex-end; border-bottom:1px solid rgba(23,21,21,.55); }
.email-section label { grid-column:1/-1; font-size:9px; letter-spacing:.14em; padding-bottom:12px; font-weight: 700; }
.email-section input { border:0; outline:0; background:transparent; height:54px; font-family:var(--serif); font-size:26px; min-width:0; }
.email-section button { border:0; background:transparent; display:flex; align-items:center; gap:10px; height:54px; font-size:10px; font-weight:700; letter-spacing:.14em; cursor:pointer; }

/* FINAL CTA */
.final-cta { min-height:88vh; background:var(--wine); color:var(--cream); display:grid; grid-template-columns:1.1fr .9fr; gap:6vw; align-items:center; position:relative; }
.final-cta__art { height:min(72vh,680px); position: relative; }
.final-cta__img-main { width: 85%; height: 95%; object-fit: cover; border-radius: 0 24px 24px 0; box-shadow: 20px 30px 70px rgba(0,0,0,0.3); background:#131112; }
.final-cta__img-sub { position: absolute; right: 0; bottom: 20px; width: 45%; height: 50%; object-fit: cover; border-radius: 18px; border: 4px solid var(--wine); box-shadow: 0 20px 45px rgba(0,0,0,0.4); background:#131112; }
.final-cta__copy h2 { margin:24px 0 30px; }
.final-cta__copy > p:not(.eyebrow) { font-size:12px; letter-spacing:.14em; margin-bottom:30px; line-height: 1.7; }

/* FOOTER */
.footer { background:var(--cream); padding-top:70px; position:relative; display:flex; flex-direction:column; }
.footer__top { display:flex; justify-content:space-between; gap:40px; align-items:flex-start; flex-wrap: wrap; }
.footer__top .brand-logo__sex { font-size:32px; } .footer__top .brand-logo__landia { font-size:41px; }
.footer nav { display:grid; grid-template-columns:repeat(2,auto); gap:13px 45px; font-size:10px; letter-spacing:.13em; font-weight: 600; }
.footer nav a { position:relative; width:fit-content; }
.footer__legal { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:50px; padding-top:18px; border-top:1px solid var(--line); font-size:9px; letter-spacing:.13em; }
.footer__legal span:last-child { margin-left:auto; }
.footer__statement { margin-top:40px; font-size:clamp(64px,15vw,220px); line-height:.7; letter-spacing:-.075em; white-space:nowrap; font-weight:700; color:var(--wine); overflow: hidden; }

/* AGE GATE */
.age-gate { position: fixed; inset: 0; z-index: 400; background: var(--chocolate); color: var(--cream); display: flex; align-items: center; justify-content: center; padding: 28px; text-align: center; }
.age-gate__box { max-width: 440px; }
.age-gate__logo { font-family: var(--serif); font-style: italic; font-size: 40px; color: var(--butter); margin-bottom: 18px; }
.age-gate h2 { font-size: 30px; margin: 0 0 14px; letter-spacing: -.03em; }
.age-gate p { font-size: 13px; line-height: 1.6; color: rgba(243,238,232,.8); margin: 0 0 26px; }
.age-gate__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.age-gate__yes { background: var(--wine); color: #fff; border: 0; padding: 13px 26px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .12em; cursor: pointer; }
.age-gate__no { background: none; color: rgba(243,238,232,.7); border: 1px solid rgba(243,238,232,.3); padding: 13px 26px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .12em; cursor: pointer; }

/* Flash / alerts */
.sl-alert { max-width: 1100px; margin: 0 auto 12px; border-radius: 14px; padding: 14px 18px; font-size: 13px; font-weight: 600; }
.sl-alert--ok { background: #e6f2ea; border: 1px solid #bcdcc7; color: #1f5c39; }
.sl-alert--err { background: #f7e3e6; border: 1px solid #e3b7bf; color: #7a2230; }
.sl-flash-wrap { padding: 100px clamp(22px,4vw,72px) 0; }

/* CART DRAWER */
.cart-backdrop { position: fixed; inset: 0; background: rgba(23,21,21,.45); backdrop-filter: blur(2px); z-index: 140; }
.cart-drawer { position: fixed; inset-block: 0; right: 0; width: min(420px, 100%); background: var(--cream); z-index: 150; display: flex; flex-direction: column; box-shadow: -20px 0 60px rgba(0,0,0,.25); }
.cart-drawer__head { padding: 22px 24px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.cart-drawer__head h2 { margin: 0; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; font-weight: 700; }
.cart-drawer__close { border: 0; background: none; cursor: pointer; }
.cart-drawer__body { flex: 1; overflow-y: auto; padding: 18px 24px; }
.cart-line { display: flex; gap: 14px; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-line__name { font-weight: 700; font-size: 13px; }
.cart-line__cat { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: rgba(23,21,21,.5); margin-top: 2px; }
.cart-line__rm { border: 0; background: none; color: var(--wine); cursor: pointer; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.cart-drawer__foot { border-top: 1px solid var(--line); padding: 20px 24px; background: var(--bone); }
.cart-drawer__total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.cart-drawer__total span:last-child { font-size: 24px; font-weight: 800; }
.btn-block { display: flex; width: 100%; align-items: center; justify-content: center; gap: 10px; background: var(--wine); color: #fff; border: 0; border-radius: 999px; padding: 14px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.btn-block:disabled { background: rgba(23,21,21,.15); color: rgba(23,21,21,.4); cursor: not-allowed; }

/* MODALS (checkout / auth) */
.sl-modal { position: fixed; inset: 0; z-index: 160; background: rgba(23,21,21,.6); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; padding: 18px; }
.sl-modal__box { background: var(--cream); border-radius: 22px; width: 100%; max-width: 480px; overflow: hidden; max-height: 92vh; display: flex; flex-direction: column; }
.sl-modal__head { padding: 20px 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.sl-modal__head h2 { margin: 0; font-size: 15px; text-transform: uppercase; letter-spacing: .05em; }
.sl-modal__body { padding: 22px 24px; overflow-y: auto; }
.sl-field { margin-bottom: 16px; }
.sl-field label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.sl-field textarea, .sl-field input, .sl-field select { width: 100%; background: var(--bone); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; font-size: 14px; outline: none; }
.sl-field textarea:focus, .sl-field input:focus, .sl-field select:focus { border-color: var(--wine); }
.sl-modal__actions { display: flex; gap: 12px; padding-top: 8px; }
.btn-ghost { flex: 1; background: none; border: 1px solid var(--line); border-radius: 999px; padding: 13px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }

/* MEDIA QUERIES */
@media (max-width: 1000px) {
  .site-header__nav, .site-header__link--label { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .site-header__menu { display: flex !important; background:none; border:0; }
  .hero { grid-template-columns: 1fr; padding-top: 112px; min-height: auto; }
  .hero__copy { padding-left: 0; }
  .hero__something { margin-left: 16%; }
  .hero__media-wrap { min-height: 0; height: 68svh; margin: 24px 0 0; }
  .hero__side-note, .hero__edition { display: none; }
  .manifesto { grid-template-columns: 1fr; min-height: auto; }
  .manifesto__body { max-width: 650px; }
  .section-intro--split { grid-template-columns: 1fr; }
  .categories__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
  .category-tile { grid-column: auto !important; grid-row: auto !important; min-height: 420px; }
  .product-story { grid-template-columns: 1fr 1fr; }
  .product-story__headline { grid-column: 1/-1; }
  .product-story__art { height: 58vh; }
  .products__grid { grid-template-columns: 1fr 1fr; }
  .product { grid-column: auto !important; margin-top: 0 !important; }
  .product--1, .product--4 { grid-column: 1/-1 !important; }
  .product__media { height: 62vw; }
  .inventory, .benefits, .faq, .email-section, .couples, .location, .final-cta { grid-template-columns: 1fr; }
  .inventory__list { padding-top: 1vh; }
  .inventory > .arrow-link { grid-column: 1; }
  .benefits h2 { position: static; }
  .brand-collage { min-height: 780px; }
  .brand-collage__title { left: 20%; top: 39%; }
  .final-cta__art { height: 70vw; margin-bottom: 30px; }
}

@media (max-width: 680px) {
  .section-pad { padding-left: 20px; padding-right: 20px; }
  .section-pad--large { padding-top: 88px; padding-bottom: 88px; }
  .site-header__inner { height: 66px; }
  .hero { padding-top: 104px; }
  .hero__feel, .hero__something { font-size: clamp(56px, 17vw, 96px); }
  .hero__different { font-size: clamp(44px, 13vw, 74px); }
  .hero__something { margin-left: 8%; }
  .hero__dek { font-size: 15px; }
  .hero__media-wrap { height: 58svh; }
  .categories__grid { grid-template-columns: 1fr; }
  .category-tile { min-height: 76vw; }
  .product-story { grid-template-columns: 1fr; }
  .product-story__art { height: 78vw; }
  .products__grid { grid-template-columns: 1fr; }
  .fresh__scroller { grid-auto-columns: 84vw; }
  .footer__statement { font-size: 24vw; }
  .footer__legal span:last-child { margin-left: 0; width: 100%; }
  .cart-drawer { width: 100%; }
}

@media (max-width: 400px) {
  .hero__feel, .hero__something { font-size: clamp(44px, 15vw, 60px); }
  .hero__different { font-size: clamp(38px, 12vw, 52px); }
  .hero__something { margin-left: 0; }
  .account__intro h1 { font-size: clamp(34px, 11vw, 48px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .interrupt__marquee { animation: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { transition-delay: 0ms !important; }
}

/* =====================================================================
   ÁREA DE CUENTA (catálogo, compras, facturas, perfil, checkout)
   ===================================================================== */
.account { background: var(--cream); padding-top: clamp(40px, 6vw, 72px); padding-bottom: clamp(80px, 10vw, 150px); }
.account__intro { max-width: 1100px; margin: 0 auto 46px; }
.account__intro h1 { margin: 12px 0 0; font-size: clamp(44px, 6.4vw, 92px); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.account__intro h1 em { font-family: var(--serif); font-style: italic; }
.account__lead { margin: 14px 0 0; font-size: 15px; line-height: 1.6; color: rgba(23,21,21,.7); max-width: 520px; }

.account-nav { position: sticky; top: 82px; margin-top: 82px; z-index: 30; background: rgba(243,238,232,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.account-nav__inner { display: flex; gap: 8px; overflow-x: auto; padding: 12px clamp(22px,4vw,72px); scrollbar-width: none; }
.account-nav__inner::-webkit-scrollbar { display: none; }
.account-nav__tab { flex-shrink: 0; padding: 9px 16px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(23,21,21,.6); border: 1px solid transparent; transition: background .2s, color .2s, border-color .2s; }
.account-nav__tab:hover { background: rgba(141,38,61,.07); color: var(--wine); }
.account-nav__tab.is-active { background: var(--ink); color: var(--cream); }

/* Menú de cuenta en el header */
.site-header__account { position: relative; }
.site-header__menu-pop { position: absolute; right: 0; top: calc(100% + 12px); min-width: 190px; background: var(--cream); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 44px rgba(23,21,21,.16); padding: 6px; display: flex; flex-direction: column; }
.site-header__menu-pop a, .site-header__menu-pop button { text-align: left; width: 100%; background: none; border: 0; padding: 10px 12px; border-radius: 9px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; color: var(--ink); }
.site-header__menu-pop a:hover, .site-header__menu-pop button:hover { background: rgba(141,38,61,.08); color: var(--wine); }
.site-header__menu-pop form { margin: 0; border-top: 1px solid var(--line); margin-top: 4px; padding-top: 4px; }

/* Filtros del catálogo */
.catalog-filters { max-width: 1100px; margin: 0 auto 40px; display: flex; flex-direction: column; gap: 16px; }
.catalog-filters__search { display: flex; align-items: center; gap: 10px; background: var(--bone); border: 1px solid var(--line); border-radius: 999px; padding: 6px 6px 6px 16px; }
.catalog-filters__search svg { color: rgba(23,21,21,.4); flex-shrink: 0; }
.catalog-filters__search input { flex: 1; border: 0; background: transparent; outline: 0; font-size: 14px; min-width: 0; }
.catalog-filters__search button { border: 0; background: var(--ink); color: var(--cream); border-radius: 999px; padding: 9px 18px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .2s; }
.catalog-filters__search button:hover { background: var(--wine); }
.catalog-filters__cats { display: flex; flex-wrap: wrap; gap: 8px; }
.catalog-chip { padding: 8px 15px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .06em; background: var(--bone); border: 1px solid var(--line); color: rgba(23,21,21,.7); transition: background .2s, color .2s, transform .2s; }
.catalog-chip:hover { transform: translateY(-1px); color: var(--wine); }
.catalog-chip.is-active { background: var(--wine); border-color: var(--wine); color: #fff; }

.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 28px; max-width: 1180px; margin: 0 auto; }
.catalog-grid .product__media { height: clamp(300px, 30vw, 420px); }
.catalog-pagination { max-width: 1100px; margin: 56px auto 0; }
.catalog-empty { max-width: 1100px; margin: 0 auto; font-size: 15px; color: rgba(23,21,21,.65); }
.catalog-empty a { color: var(--wine); border-bottom: 1px solid currentColor; }

@media (max-width: 1000px) { .catalog-grid { grid-template-columns: 1fr 1fr; } .account-nav { top: 66px; } }
@media (max-width: 680px) { .catalog-grid { grid-template-columns: 1fr; } }

/* =====================================================================
   ANIMACIONES PREMIUM · productos de la portada / catálogo
   ===================================================================== */
/* Aparición escalonada (usa --reveal-delay inline en cada .product) */
.js .reveal[style*="--reveal-delay"] { transition-delay: var(--reveal-delay, 0ms); }

/* Tarjeta de producto: elevación + realce en hover */
.product { transition: transform .5s cubic-bezier(.22,.61,.36,1); }
.product:hover { transform: translateY(-8px); }
.product__media { transition: box-shadow .5s cubic-bezier(.22,.61,.36,1); }
.product:hover .product__media { box-shadow: 0 34px 70px rgba(141, 38, 61, 0.22); }

/* Pasada de brillo diagonal sobre la imagen */
.product__sheen { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.28) 48%, rgba(255,255,255,.05) 56%, transparent 70%); transform: translateX(-120%); transition: transform .9s cubic-bezier(.22,.61,.36,1); }
.product:hover .product__sheen { transform: translateX(120%); }

/* Badge e info reaccionan al hover */
.product__badge { transition: transform .4s cubic-bezier(.22,.61,.36,1), background .3s; }
.product:hover .product__badge { transform: translateY(-2px); background: var(--wine-dark); }
.product__meta h3 { transition: color .3s; }
.product:hover .product__meta h3 { color: var(--wine); }
.product__price { transition: transform .3s; display: inline-block; }
.product:hover .product__price { transform: translateX(2px); }

/* Botón "Añadir": sheen + press */
.btn-add { position: relative; overflow: hidden; transition: background .2s, transform .12s; }
.btn-add::after { content: ""; position: absolute; top: 0; left: 0; width: 40%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent); transform: translateX(-180%) skewX(-18deg); transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.btn-add:not(:disabled):hover::after { transform: translateX(320%) skewX(-18deg); }
.btn-add:not(:disabled):active { transform: scale(.97); }
.qty-stepper button:active { background: rgba(141,38,61,.14); }

@media (prefers-reduced-motion: reduce) {
  .product, .product:hover, .product__sheen, .product__badge, .btn-add, .btn-add::after { transition: none !important; transform: none !important; }
}
