:root {
  --ink: #241a19;
  --wine: #6f2430;
  --rose: #b97a7c;
  --cream: #f7f1ea;
  --paper: #fffdf9;
  --line: #d9cdc3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
body.cart-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.announcement { padding: 8px; text-align: center; background: var(--ink); color: white; font-size: 11px; letter-spacing: .13em; }

.site-header {
  height: 82px; padding: 0 5vw; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; background: rgba(255,253,249,.95); position: sticky; top: 0; z-index: 20;
  border-bottom: 1px solid rgba(36,26,25,.08); backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 9px; justify-self: start; letter-spacing: .16em; font-size: 12px; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand b { color: var(--wine); }
nav { display: flex; gap: clamp(22px, 3vw, 48px); font-size: 12px; letter-spacing: .08em; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--wine); transition: .25s; }
nav a:hover::after { right: 0; }
.bag-button { justify-self: end; border: 0; background: none; cursor: pointer; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }
.bag-button span { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-left: 5px; border-radius: 50%; color: white; background: var(--wine); }
.menu-button { display: none; border: 0; background: transparent; font-size: 22px; }

.hero { min-height: calc(100vh - 114px); display: grid; grid-template-columns: 58% 42%; position: relative; overflow: hidden; background: #eadfd8; }
.hero-image { background: linear-gradient(90deg, rgba(29,10,14,.04), transparent), url("assets/generated/perfumes-hero.webp") center/cover no-repeat; image-rendering: auto; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 7vw; background: linear-gradient(145deg, #f7ede6, #e7d6ce); }
.eyebrow { margin: 0 0 22px; font-size: 10px; font-weight: 600; letter-spacing: .25em; color: var(--wine); }
h1, h2 { font-family: "Italiana", serif; font-weight: 400; }
h1 { font-size: clamp(54px, 6.2vw, 98px); line-height: .92; letter-spacing: -.035em; margin: 0 0 28px; }
h1 em { color: var(--wine); font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 430px; line-height: 1.8; color: #665654; font-size: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 42px; margin-top: 24px; padding: 17px 24px; border: 1px solid var(--ink); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.button-dark { background: var(--ink); color: white; }
.button:hover { transform: translateY(-2px); }
.vertical-note { position: absolute; right: 22px; bottom: 24px; writing-mode: vertical-rl; font-size: 8px; letter-spacing: .25em; opacity: .6; }

.benefits { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.benefits > div { display: flex; justify-content: center; align-items: center; gap: 15px; min-height: 104px; border-right: 1px solid var(--line); }
.benefits > div:last-child { border: 0; }
.benefits span { font-size: 24px; color: var(--wine); }
.benefits p { display: flex; flex-direction: column; margin: 0; }
.benefits b { font-family: "Italiana", serif; font-weight: 400; font-size: 18px; }
.benefits small { margin-top: 5px; color: #897873; font-size: 10px; }
.section { padding: 110px 7vw; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 45px; }
.section-heading h2, .experience h2, .quiz h2 { margin: 0; font-size: clamp(38px,4vw,58px); }
.filters { display: flex; gap: 8px; }
.filters button { border: 1px solid var(--line); padding: 9px 15px; background: transparent; cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.filters button.active { background: var(--wine); color: white; border-color: var(--wine); }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.product-card { transition: opacity .25s, transform .25s; }
.product-card.hidden { display: none; }
.product-image { height: min(44vw, 540px); position: relative; overflow: hidden; background-size: cover; background-position: center; transition: transform .5s; }
.product-image:hover { transform: translateY(-3px); }
.product-image.rose { background-image: url("assets/generated/rose-nocturne.webp"); }
.product-image.amber { background-image: url("assets/generated/golden-hour.webp"); }
.product-image.noir { background-image: url("assets/generated/minuit-noir.webp"); }
.tag { position: absolute; top: 14px; left: 14px; padding: 6px 9px; background: var(--paper); font-size: 8px; letter-spacing: .15em; }
.product-info { display: flex; align-items: center; justify-content: space-between; padding: 20px 4px; }
.product-info small { color: #967e78; font-size: 8px; letter-spacing: .16em; }
.product-info h3 { margin: 6px 0; font: 25px "Italiana", serif; }
.product-info p { margin: 0; font-size: 11px; }
.add-button { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; border-radius: 50%; font-size: 23px; cursor: pointer; transition: .2s; }
.add-button:hover { background: var(--wine); border-color: var(--wine); color: white; transform: rotate(90deg); }

.experience { min-height: 690px; display: grid; grid-template-columns: 55% 45%; background: var(--cream); }
.experience-image { background: url("assets/SLID3.jpg") center/cover no-repeat; min-height: 580px; }
.experience-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 8vw; }
.experience-copy > p:not(.eyebrow) { color: #776563; line-height: 1.9; font-size: 13px; }
.experience-copy a { margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 9px; letter-spacing: .16em; }
.experience-copy a span { margin-left: 30px; }
.quiz { text-align: center; background: var(--wine); color: white; }
.quiz .eyebrow { color: #dbc0bd; }
.quiz > p:not(.eyebrow) { max-width: 530px; margin: 20px auto; color: #e6d7d3; font-size: 13px; }
.button-light { border-color: white; }

footer { padding: 80px 7vw 30px; display: grid; grid-template-columns: 1.5fr repeat(2, .7fr) 1.3fr; gap: 55px; background: #1c1615; color: #e8ded8; }
footer h3 { margin: 0 0 22px; color: white; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
footer a { display: block; margin: 13px 0; color: #a99b96; font-size: 11px; }
.footer-brand img { width: 88px; height: 70px; object-fit: contain; filter: brightness(0) invert(1); opacity: .8; }
.footer-brand h2 { margin: 8px 0; font-size: 26px; }
.footer-brand p, .newsletter p { color: #a99b96; font-size: 11px; }
.newsletter form { display: flex; border-bottom: 1px solid #776b67; }
.newsletter input { width: 100%; padding: 13px 0; border: 0; outline: 0; background: transparent; color: white; font-size: 11px; }
.newsletter button { border: 0; background: transparent; color: white; cursor: pointer; }
#form-message { display: block; padding-top: 10px; color: #d5b5b2; }
.copyright { grid-column: 1/-1; margin-top: 45px; padding-top: 24px; border-top: 1px solid #332a28; color: #776b67; font-size: 9px; }

.cart { position: fixed; z-index: 50; top: 0; right: 0; width: min(420px,100%); height: 100%; padding: 28px; transform: translateX(105%); transition: .35s ease; background: var(--paper); }
.cart.open { transform: none; }
.cart-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.cart-head h2 { font-size: 34px; }
.cart-close { border: 0; background: none; font-size: 28px; cursor: pointer; }
#cart-items { min-height: calc(100% - 225px); padding: 20px 0; }
.cart-item { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.cart-item div { display: grid; gap: 4px; }
.cart-item small { color: #8e7a75; }
.cart-item button { border: 0; background: transparent; cursor: pointer; }
.empty-cart { color: #927e79; }
.cart-total { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid var(--line); }
.checkout { width: 100%; margin: 0; border: 0; }
.checkout:disabled { opacity: .4; }
.overlay { position: fixed; inset: 0; z-index: 40; pointer-events: none; opacity: 0; background: rgba(20,12,11,.55); transition: .3s; }
.overlay.show { opacity: 1; pointer-events: auto; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 60; padding: 12px 18px; color: white; background: var(--ink); font-size: 11px; transform: translate(-50%,100px); transition: .3s; }
.toast.show { transform: translate(-50%,0); }

#checkout-dialog { width: min(680px, calc(100% - 28px)); max-height: 94vh; padding: 0; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 24px 80px rgba(20,10,10,.35); }
#checkout-dialog::backdrop { background: rgba(20,12,11,.7); backdrop-filter: blur(3px); }
#checkout-form { position: relative; padding: 45px; }
#checkout-form h2 { margin: 0 0 30px; font-size: 42px; }
.dialog-close { position: absolute; right: 22px; top: 18px; border: 0; background: transparent; font-size: 30px; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label, .payment-label { display: grid; gap: 7px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.form-grid .wide { grid-column: 1/-1; }
.form-grid input, .form-grid textarea { width: 100%; padding: 12px; border: 1px solid var(--line); background: white; outline-color: var(--wine); }
.form-grid textarea { min-height: 76px; resize: vertical; }
.payment-label { margin: 25px 0 10px; }
.payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.payment-options label { display: flex; gap: 10px; align-items: center; padding: 14px; border: 1px solid var(--line); cursor: pointer; }
.payment-options span { display: grid; gap: 3px; }
.payment-options small { color: #8d7d78; font-size: 10px; }
.checkout-summary { display: flex; justify-content: space-between; margin: 26px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }
.pay-button { width: 100%; border: 0; }
.checkout-error { min-height: 18px; margin: 12px 0 0; color: #a32626; font-size: 11px; text-align: center; }

@media (max-width: 820px) {
  .site-header { grid-template-columns: auto 1fr auto; padding: 0 20px; }
  .menu-button { display: block; grid-column: 1; grid-row: 1; justify-self: start; }
  .brand { grid-column: 2; grid-row: 1; justify-self: center; }
  .brand span { display: none; }
  .bag-button { display: flex; grid-column: 3; grid-row: 1; justify-self: end; }
  nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 25px; flex-direction: column; background: var(--paper); border-top: 1px solid var(--line); }
  nav.open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-image { min-height: 54vh; }
  .hero-copy { min-height: 470px; padding: 55px 28px; }
  .vertical-note { display: none; }
  .benefits { grid-template-columns: 1fr; }
  .benefits > div { border-right: 0; border-bottom: 1px solid var(--line); justify-content: flex-start; padding-left: 18vw; }
  .section { padding: 75px 20px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .filters { width: 100%; overflow-x: auto; }
  .filters button { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 115vw; max-height: 620px; }
  .experience { grid-template-columns: 1fr; }
  .experience-image { min-height: 420px; }
  .experience-copy { padding: 70px 28px; }
  footer { grid-template-columns: 1fr 1fr; padding: 65px 28px 25px; }
  .footer-brand, .newsletter { grid-column: 1/-1; }
  #checkout-form { padding: 38px 22px 25px; }
  .form-grid, .payment-options { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
}

/* Look & feel 2026 · contacto y footer */
.contact-section {
  min-height: 780px;
  margin: 0 clamp(12px,3vw,48px) 0;
  padding: clamp(55px,7vw,105px);
  border-radius: 32px 32px 0 0;
  background:
    linear-gradient(90deg,rgba(250,246,243,.98) 0%,rgba(250,246,243,.92) 48%,rgba(250,246,243,.18) 100%),
    url("assets/generated/contact-background.jpg") 74% center/cover no-repeat;
  color: var(--ink);
  overflow: hidden;
}
.contact-panel {
  width: min(720px,100%);
  padding: clamp(30px,4vw,58px);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 28px;
  background: rgba(255,253,251,.82);
  box-shadow: 0 28px 80px rgba(62,43,54,.14);
  backdrop-filter: blur(22px) saturate(1.15);
}
.contact-panel::before { content: "✦  ASESORÍA PERSONAL"; display: inline-flex; margin-bottom: 22px; padding: 8px 13px; border-radius: 999px; background: linear-gradient(120deg,#eee7fa,#fde7ed); color: var(--wine); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.contact-panel .eyebrow { display: none; }
.contact-panel h2 { margin: 0 0 18px; color: var(--ink); font-size: clamp(43px,4.7vw,72px); }
.contact-panel > p:not(.eyebrow) { color: var(--muted); }
.contact-grid { gap: 14px; }
.contact-grid label { gap: 7px; color: var(--wine); }
.contact-grid input,.contact-grid select,.contact-grid textarea {
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid #e7dcda;
  border-radius: 14px;
  background: rgba(255,255,255,.82);
  color: var(--ink);
  transition: border-color .2s,box-shadow .2s,background .2s;
}
.contact-grid textarea { min-height: 112px; }
.contact-grid select { color-scheme: light; }
.contact-grid input::placeholder,.contact-grid textarea::placeholder { color: #aa9b98; }
.contact-grid input:focus,.contact-grid select:focus,.contact-grid textarea:focus { border-color: var(--lavender); background: #fff; box-shadow: 0 0 0 4px rgba(169,149,217,.14); }
.contact-panel .button { min-height: 52px; padding-inline: 24px; color: #fff; background: linear-gradient(110deg,var(--wine),#b63e6b 58%,#9f84d0); box-shadow: 0 13px 28px rgba(125,41,59,.2); }
.contact-panel .button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(125,41,59,.27); }
#contact-message { color: var(--wine); font-weight: 600; }

footer {
  position: relative;
  margin: 0 clamp(12px,3vw,48px) 24px;
  padding: 82px clamp(28px,5vw,78px) 28px;
  border-radius: 0 0 32px 32px;
  background:
    radial-gradient(circle at 9% 0,rgba(220,74,120,.2),transparent 23rem),
    radial-gradient(circle at 92% 14%,rgba(169,149,217,.25),transparent 24rem),
    linear-gradient(135deg,#261d2d,#34243e 54%,#231c2c);
  box-shadow: 0 30px 70px rgba(37,25,42,.16);
}
footer::before { content: ""; position: absolute; inset: 0 5vw auto; height: 1px; background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent); }
.footer-brand img { width: 76px; height: 58px; padding: 7px; border-radius: 16px; background: rgba(255,255,255,.08); }
.footer-brand h2 { margin-top: 17px; font-size: 34px; }
.footer-brand p { max-width: 270px; font-size: 12px; line-height: 1.65; }
.footer-seals { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.footer-seals span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #d9cedd; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
footer h3 { margin-bottom: 25px; color: #eadff0; }
.footer-links a { position: relative; width: fit-content; color: #bfb1c5; }
.footer-links a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 1px; background: linear-gradient(90deg,#df6c91,#b29be0); transition: width .25s; }
.footer-links a:hover::after { width: 100%; }
.newsletter p { max-width: 310px; line-height: 1.65; }
.newsletter form { min-height: 50px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.newsletter input { color: #fff; }
.newsletter input::placeholder { color: #a99cae; }
.newsletter button { width: 44px; height: 44px; margin-right: 3px; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: center; margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: #918497; font-size: 9px; letter-spacing: .06em; }
.footer-bottom .copyright { position: static; grid-column: auto; margin: 0; padding: 0; border: 0; }

@media (max-width: 820px) {
  .contact-section { margin-inline: 12px; padding: 65px 18px; border-radius: 24px 24px 0 0; background-position: 62% center; }
  .contact-panel { padding: 32px 20px; border-radius: 21px; }
  .contact-panel h2 { font-size: 45px; }
  footer { margin: 0 12px 16px; padding: 64px 24px 25px; border-radius: 0 0 24px 24px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

/* Nueva escena de asesoría y formulario de contacto */
.experience-image {
  background-image: url("assets/generated/boutique-advisor.jpg");
  background-position: center;
}
.contact-section {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 90px 7vw;
  background: linear-gradient(90deg,rgba(21,17,16,.92) 0%,rgba(21,17,16,.72) 48%,rgba(21,17,16,.08) 100%),url("assets/generated/contact-background.jpg") center/cover no-repeat;
  color: #fff;
}
.contact-panel { width: min(680px,100%); padding: clamp(28px,4vw,58px); border: 1px solid rgba(255,255,255,.17); border-radius: 24px; background: rgba(31,25,24,.72); box-shadow: 0 28px 70px rgba(0,0,0,.26); backdrop-filter: blur(16px); }
.contact-panel h2 { max-width: 570px; margin: 9px 0 18px; color: #fff; font-size: clamp(42px,4.6vw,68px); line-height: .98; letter-spacing: -.04em; }
.contact-panel > p:not(.eyebrow) { max-width: 580px; margin: 0 0 30px; color: #d4c9c3; font-size: 13px; line-height: 1.75; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-grid label { display: grid; gap: 8px; color: #eee6e2; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-grid .wide { grid-column: 1/-1; }
.contact-grid input,.contact-grid select,.contact-grid textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.27); border-radius: 0; background: transparent; color: #fff; padding: 11px 1px; font: 12px Manrope,sans-serif; outline: none; resize: vertical; }
.contact-grid select { color-scheme: dark; }
.contact-grid input::placeholder,.contact-grid textarea::placeholder { color: #9d918d; }
.contact-grid input:focus,.contact-grid select:focus,.contact-grid textarea:focus { border-color: #e9a3b9; box-shadow: 0 1px #e9a3b9; }
.contact-panel .button { margin-top: 26px; border: 0; cursor: pointer; }
#contact-message { display: block; min-height: 18px; margin-top: 16px; color: #f5cad7; }

@media (max-width: 640px) {
  .contact-section { min-height: 0; padding: 70px 18px; background-position: 63% center; }
  .contact-panel { padding: 30px 22px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid .wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Catálogo editorial · Favoritos de la casa */
.collection { overflow: hidden; }
.collection .section-heading { align-items: flex-end; gap: 32px; }
.collection-intro { max-width: 590px; margin: 18px 0 0; color: #746765; line-height: 1.7; }
.carousel-actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.carousel-button { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.65); color: var(--wine); cursor: pointer; font-size: 20px; transition: .25s ease; }
.carousel-button:hover { color: #fff; background: var(--wine); border-color: var(--wine); transform: translateY(-2px); }
.carousel-status { min-width: 64px; text-align: center; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.catalog-tools { display: grid; grid-template-columns: minmax(230px,1.4fr) auto repeat(2,minmax(155px,.7fr)); gap: 12px; align-items: center; margin-bottom: 16px; }
.catalog-search { position: relative; }
.catalog-search input, .select-filter select { width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.62); color: var(--wine); padding: 0 42px 0 18px; font: inherit; font-size: 12px; outline: none; }
.catalog-search input:focus, .select-filter select:focus { border-color: #a995d9; box-shadow: 0 0 0 3px rgba(169,149,217,.15); }
.catalog-search > span:last-child { position: absolute; right: 17px; top: 10px; font-size: 20px; pointer-events: none; }
.select-filter select { appearance: none; padding-right: 34px; cursor: pointer; background-image: linear-gradient(45deg,transparent 50%,#7d6867 50%),linear-gradient(135deg,#7d6867 50%,transparent 50%); background-position: calc(100% - 18px) 20px,calc(100% - 13px) 20px; background-size: 5px 5px; background-repeat: no-repeat; }
.catalog-tools .filters { flex-wrap: nowrap; }
.category-filters { display: flex; gap: 8px; margin: 0 0 22px; padding-bottom: 4px; overflow-x: auto; scrollbar-width: thin; }
.category-filters button { flex: 0 0 auto; padding: 10px 17px; border: 1px solid var(--line); border-radius: 99px; background: white; color: var(--muted); cursor: pointer; font: inherit; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.category-filters button.active { border-color: var(--wine); background: var(--wine); color: white; }
.catalog-result { display: flex; justify-content: space-between; align-items: center; margin: 0 2px 22px; color: #897976; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-note { margin: -12px 2px 22px; color: #9a8b87; font-size: 9px; line-height: 1.5; }
#clear-filters { border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--wine); cursor: pointer; font: inherit; font-size: inherit; letter-spacing: inherit; text-transform: inherit; }
.carousel-viewport { overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; outline: none; }
.carousel-viewport::-webkit-scrollbar { display: none; }
.carousel-viewport:focus-visible { box-shadow: 0 0 0 3px rgba(169,149,217,.28); border-radius: 18px; }
.collection .product-grid { display: flex; gap: 24px; width: max-content; }
.collection .product-card { width: clamp(280px,31vw,420px); flex: 0 0 auto; scroll-snap-align: start; }
.collection .product-image { height: auto; aspect-ratio: 1; border-radius: 18px; background: #191919; }
.collection .product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.collection .product-card:hover .product-image img { transform: scale(1.025); }
.collection .product-card:hover .product-image { transform: none; }
.audience-label { position: absolute; right: 16px; bottom: 16px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 99px; background: rgba(14,14,14,.55); backdrop-filter: blur(8px); color: #fff; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.collection .tag { top: 16px; left: 16px; border: 0; border-radius: 99px; background: rgba(247,240,235,.9); color: var(--wine); backdrop-filter: blur(8px); }
.product-use { color: #817370; font-size: 11px !important; margin-bottom: 12px !important; }
.collection .product-meta { align-items: flex-end; }
.collection .product-meta span { max-width: 90px; text-align: right; font-size: 8px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.carousel-dots { display: flex; justify-content: center; gap: 7px; margin-top: 34px; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: #d4c7c2; cursor: pointer; transition: width .25s,background .25s; }
.carousel-dots button.active { width: 25px; background: var(--wine); }
.catalog-empty { margin: 70px auto; color: #746765; text-align: center; }

@media (max-width: 1100px) {
  .catalog-tools { grid-template-columns: 1fr 1fr; }
  .catalog-tools .filters { order: 3; grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .collection .section-heading { align-items: flex-start; }
  .carousel-actions { width: 100%; justify-content: space-between; }
  .catalog-tools { grid-template-columns: 1fr; }
  .catalog-tools .filters { grid-column: auto; overflow-x: auto; }
  .collection .product-card { width: min(82vw,340px); }
  .collection .product-image { max-height: none; }
  .collection .product-info { gap: 10px; }
  .collection .add-button span { display: none; }
}

/* Dirección visual 2026 */
:root {
  --ink: #292132;
  --wine: #db3f71;
  --wine-dark: #93204e;
  --rose: #ff8f85;
  --lavender: #a995d9;
  --mint: #8ecfbd;
  --peach: #ffc6a8;
  --cream: #fff4ee;
  --paper: #fffdfb;
  --line: #eadfe8;
  --muted: #746b79;
  --shadow: 0 24px 70px rgba(91, 52, 91, .13);
  --radius: 18px;
}

body {
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 92% 7%, rgba(169,149,217,.2), transparent 26rem),
    radial-gradient(circle at 6% 36%, rgba(142,207,189,.12), transparent 22rem),
    var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, .benefits b, .product-info h3, .footer-brand h2, .cart-head h2 {
  font-family: "Playfair Display", serif;
}

button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--wine);
  outline-offset: 3px;
}

.announcement {
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #8f4bc2, #d83f78 48%, #f06d67);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.announcement span { color: #ffe3bf; }

.site-header {
  height: 78px;
  padding: 0 clamp(20px, 5vw, 76px);
  background: rgba(252,250,247,.82);
  border-bottom-color: rgba(62,42,40,.06);
  backdrop-filter: blur(20px) saturate(1.4);
  transition: height .25s, box-shadow .25s, background .25s;
}
.site-header.scrolled { height: 68px; background: rgba(252,250,247,.94); box-shadow: 0 8px 30px rgba(50,30,29,.07); }
.brand { font-weight: 700; }
.brand img { width: 54px; height: 54px; }
nav { font-size: 10px; font-weight: 600; text-transform: uppercase; }
.bag-button { display: flex; align-items: center; font-weight: 700; }
.bag-button span { width: 24px; height: 24px; background: var(--wine); }

.hero {
  min-height: min(850px, calc(100vh - 112px));
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
  margin: 0;
  background: #f4e8f5;
}
.hero-image { background-position: 45% center; }
.hero-copy {
  position: relative;
  padding: clamp(60px, 7vw, 118px);
  background:
    radial-gradient(circle at 88% 8%, rgba(255,255,255,.9), transparent 15rem),
    radial-gradient(circle at 5% 88%, rgba(142,207,189,.18), transparent 16rem),
    linear-gradient(145deg, #fff8f3, #f4e5f4);
}
.hero-copy::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 7%;
  right: 8%;
  border: 1px solid rgba(125,41,59,.12);
  border-radius: 50%;
}
.eyebrow { margin-bottom: 24px; font-size: 9px; font-weight: 700; }
h1 { font-size: clamp(60px, 6.4vw, 104px); line-height: .9; letter-spacing: -.045em; }
h1 em { display: inline-block; color: var(--wine); }
.hero-copy > p:not(.eyebrow) { max-width: 470px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.button {
  min-height: 54px;
  padding: 0 25px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .25s, box-shadow .25s, background .25s;
}
.button-dark {
  border-color: var(--ink);
  box-shadow: 0 12px 28px rgba(39,25,24,.16);
}
.button-dark {
  background: linear-gradient(100deg, #a42d62, #df4773);
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(219,63,113,.24);
}
.button-dark:hover { background: linear-gradient(100deg, #87204e, #cb315f); border-color: transparent; box-shadow: 0 16px 34px rgba(219,63,113,.3); }
.hero-proof { display: grid; gap: 4px; margin-top: 38px; color: var(--wine); font-size: 10px; letter-spacing: .07em; }
.hero-proof small { color: var(--muted); font-size: 9px; letter-spacing: 0; }

.benefits {
  margin: 0 clamp(20px,5vw,76px);
  border: 1px solid var(--line);
  border-top: 0;
  background: rgba(255,255,255,.55);
}
.benefits > div { min-height: 112px; }
.benefits > div:nth-child(1) span { background: #ffe5e0; color: #dd5572; }
.benefits > div:nth-child(2) span { background: #eee8ff; color: #8e72ce; }
.benefits > div:nth-child(3) span { background: #ddf4ed; color: #459d86; }
.benefits span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; font-size: 18px; }
.benefits b { font-size: 17px; }

.section { padding: 130px clamp(20px,7vw,108px); }
.section-heading { margin-bottom: 54px; }
.section-heading h2, .experience h2, .quiz h2 { font-size: clamp(42px,4.6vw,70px); letter-spacing: -.035em; }
.filters {
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
}
.filters button {
  min-width: 74px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  transition: .2s;
}
.filters button:hover { background: var(--cream); }
.filters button.active { background: linear-gradient(100deg, #a995d9, #dc4a78); border-color: transparent; box-shadow: 0 7px 18px rgba(169,149,217,.28); }

.product-grid { gap: clamp(18px, 2.4vw, 38px); }
.product-card { position: relative; }
.product-image {
  height: min(42vw, 570px);
  border-radius: var(--radius);
  box-shadow: 0 8px 30px rgba(55,32,31,.07);
  transition: transform .45s, box-shadow .45s;
}
.product-card:hover .product-image { transform: translateY(-7px); box-shadow: var(--shadow); }
.tag {
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  box-shadow: 0 5px 18px rgba(45,25,24,.08);
  font-weight: 700;
}
.product-info { padding: 22px 3px 0; }
.product-info > div { flex: 1; }
.product-info small { font-weight: 700; color: var(--wine); }
.product-info h3 { margin: 8px 0 11px; font-size: clamp(24px,2.1vw,31px); }
.product-meta { display: flex; align-items: center; gap: 14px; }
.product-meta p { font-weight: 700; font-size: 12px; }
.product-meta span { padding-left: 14px; border-left: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.add-button {
  width: auto;
  min-width: 48px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  background: white;
  font-size: 18px;
  font-weight: 500;
}
.add-button span { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.add-button:hover { transform: translateY(-2px); background: linear-gradient(135deg, #a995d9, #db3f71); box-shadow: 0 9px 22px rgba(169,149,217,.28); }

.experience {
  margin: 0 clamp(20px,5vw,76px) 70px;
  min-height: 660px;
  border-radius: 26px;
  overflow: hidden;
  grid-template-columns: 54% 46%;
  box-shadow: var(--shadow);
}
.experience-image { min-height: 660px; }
.experience-copy {
  background:
    radial-gradient(circle at 100% 0, rgba(142,207,189,.2), transparent 15rem),
    linear-gradient(145deg, #fff8f2, #f1e8f7);
}
.experience-copy > p:not(.eyebrow) { max-width: 470px; color: var(--muted); }
.experience-copy a { border: 0; font-weight: 700; }

.quiz {
  position: relative;
  overflow: hidden;
  margin: 0 clamp(20px,5vw,76px) 80px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 20%, rgba(255,198,168,.28), transparent 18rem),
    linear-gradient(125deg, #7955ae, #d83f78 55%, #ef766a);
}
.quiz::before, .quiz::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
}
.quiz::before { left: -130px; top: -150px; }
.quiz::after { right: -100px; bottom: -190px; }
.quiz > * { position: relative; z-index: 1; }

footer {
  padding-top: 90px;
  background:
    radial-gradient(circle at 85% 15%, rgba(169,149,217,.14), transparent 22rem),
    #28202f;
}
footer h3 { font-weight: 700; }
footer a { transition: color .2s, transform .2s; }
footer a:hover { color: white; transform: translateX(3px); }
.newsletter form { padding: 3px 3px 3px 0; border: 0; border-radius: 999px; background: #3b3044; }
.newsletter input { padding-left: 18px; }
.newsletter button { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; background: linear-gradient(135deg, #a995d9, #db3f71); }

.cart {
  width: min(470px,100%);
  padding: 32px;
  display: flex;
  flex-direction: column;
  background: #fffdfb;
  box-shadow: -25px 0 70px rgba(27,16,15,.16);
}
.cart-head { padding-bottom: 20px; }
.cart-head small { font-size: 8px; font-weight: 700; letter-spacing: .2em; color: var(--wine); }
.cart-head h2 { margin: 5px 0 0; font-size: 38px; }
.cart-close, .dialog-close { width: 42px; height: 42px; border-radius: 50%; background: var(--cream); line-height: 1; transition: .2s; }
.cart-close:hover, .dialog-close:hover { color: white; background: var(--wine); }
.shipping-progress { padding: 19px 0 8px; }
.shipping-progress p { margin: 0 0 9px; color: var(--muted); font-size: 10px; }
.shipping-progress > span { display: block; height: 4px; overflow: hidden; border-radius: 99px; background: #eee7e1; }
.shipping-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--mint), var(--lavender), var(--wine)); transition: width .35s; }
#cart-items { min-height: 0; flex: 1; overflow-y: auto; padding: 8px 0; }
.cart-item { align-items: center; padding: 17px 0; }
.cart-item-main { display: flex !important; align-items: center; gap: 13px !important; }
.cart-thumb { width: 58px; height: 70px; flex: 0 0 auto; object-fit: cover; border-radius: 9px; background: var(--cream); }
.cart-copy { display: grid; gap: 4px; }
.quantity-control { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; }
.quantity-control button { width: 28px; height: 28px; font-size: 14px; }
.quantity-control span { min-width: 20px; text-align: center; font-size: 10px; }
.cart-total span { display: grid; gap: 3px; font-size: 12px; }
.cart-total span small { color: var(--muted); font-size: 8px; }
.secure-note { margin: 12px 0 0; text-align: center; color: var(--muted); font-size: 9px; }
.empty-cart { height: 100%; min-height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-cart > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--wine); font-size: 24px; }
.empty-cart h3 { margin: 16px 0 5px; font: 22px "Playfair Display", serif; color: var(--ink); }
.empty-cart p { margin: 0; font-size: 10px; }
.empty-cart a { margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.toast { padding: 14px 20px; border-radius: 999px; box-shadow: var(--shadow); font-weight: 600; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

#checkout-dialog { border-radius: 24px; box-shadow: 0 35px 100px rgba(20,10,10,.4); }
#checkout-form { padding: 48px; }
#checkout-form h2 { font-size: 48px; letter-spacing: -.03em; }
.form-grid input, .form-grid textarea {
  border-radius: 10px;
  background: #fff;
  transition: border .2s, box-shadow .2s;
}
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(125,41,59,.08); outline: 0; }
.payment-options label { border-radius: 12px; transition: .2s; }
.payment-options label:has(input:checked) { border-color: var(--wine); background: linear-gradient(120deg, #fff1f4, #f5f0ff); box-shadow: 0 0 0 1px var(--wine); }

@media (max-width: 820px) {
  .announcement { gap: 0; font-size: 0; white-space: nowrap; overflow: hidden; }
  .announcement span { display: none; }
  .announcement::after { content: "✦  ENVÍO GRATIS DESDE $1,499 MXN"; font-size: 8px; letter-spacing: .12em; }
  .site-header { height: 70px; }
  .menu-button { width: 34px; height: 34px; padding: 8px; }
  .menu-button span { display: block; width: 18px; height: 1.5px; margin: 5px 0; background: var(--ink); }
  nav { top: 70px; padding: 28px; gap: 24px; box-shadow: 0 20px 35px rgba(30,20,20,.08); }
  nav a { font-size: 12px; }
  .hero { grid-template-columns: 1fr; margin: 0 12px; border-radius: 0 0 22px 22px; }
  .hero-image { min-height: 57vh; background-position: 35% center; }
  .hero-copy { min-height: 440px; padding: 50px 24px; }
  h1 { font-size: clamp(50px,14.5vw,64px); }
  .hero-proof { margin-top: 28px; }
  .benefits { margin: 18px 12px 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
  .benefits > div { min-height: 92px; padding-left: 12vw; }
  .section { padding: 88px 18px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .experience h2, .quiz h2 { font-size: 44px; }
  .filters { max-width: 100%; }
  .product-grid { gap: 48px; }
  .product-image { height: 120vw; max-height: 610px; border-radius: 16px; }
  .product-card:hover .product-image { transform: none; }
  .add-button { min-width: 48px; width: 48px; padding: 0; }
  .add-button span { display: none; }
  .experience { margin: 0 12px 60px; border-radius: 20px; }
  .experience-image { min-height: 430px; }
  .experience-copy { padding: 65px 26px; }
  .quiz { margin: 0 12px 60px; padding: 82px 24px; border-radius: 20px; }
  .cart { padding: 24px 20px; }
  #checkout-form { padding: 42px 22px 25px; }
  #checkout-form h2 { font-size: 39px; }
}
