/* =========================================================
   Brinda con Estilo — Hoja de estilos principal
   ========================================================= */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, picture, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }

/* ---------- Variables ---------- */
:root {
  --rosa: #f4d9d0;
  --rosa-soft: #faf0ec;
  --rose-gold: #b76e79;
  --rose-gold-dark: #98515c;
  --gold: #c9a24b;
  --ink: #1c1a19;
  --ink-soft: #4a4543;
  --muted: #8a807c;
  --line: #ece3df;
  --bg: #fdfbfa;
  --white: #ffffff;
  --shadow-sm: 0 4px 16px rgba(28, 26, 25, .06);
  --shadow-md: 0 14px 40px rgba(28, 26, 25, .10);
  --radius: 14px;
  --radius-lg: 24px;
  --maxw: 1200px;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-script: "Great Vibes", "Segoe Script", cursive;
  --font-sans: "Jost", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---------- Utilidades ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 20px; }
.section { padding: 88px 0; }
.section--tight { padding: 56px 0; }
.section--soft { background: var(--rosa-soft); }
.center { text-align: center; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.eyebrow {
  font-size: .78rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--rose-gold); font-weight: 500;
}
.section-title { font-family: var(--font-serif); font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 500; line-height: 1.15; margin-top: 10px; }
.section-sub { color: var(--muted); max-width: 620px; margin: 14px auto 0; }
.script { font-family: var(--font-script); color: var(--rose-gold); font-weight: 400; }
.lead { font-size: 1.05rem; color: var(--ink-soft); }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 28px; border-radius: 999px; font-weight: 500;
  letter-spacing: .04em; font-size: .95rem; transition: all .25s ease;
  border: 1px solid transparent; white-space: nowrap;
}
.btn--primary { background: var(--rose-gold); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--rose-gold-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; transform: translateY(-2px); }
.btn--outline { border-color: var(--rose-gold); color: var(--rose-gold); background: transparent; }
.btn--outline:hover { background: var(--rose-gold); color: #fff; }
.btn--ghost { border-color: rgba(255,255,255,.6); color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,.14); }
.btn--block { width: 100%; }
.btn--lg { padding: 17px 36px; font-size: 1rem; }

/* ---------- Header ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
  padding: 18px 0;
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.header__logo { display: flex; flex-direction: column; line-height: 1; }
.header__logo strong { font-family: var(--font-serif); font-size: 1.35rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; }
.header__logo span { font-family: var(--font-script); font-size: 1.05rem; color: var(--rose-gold); margin-top: 2px; }
.header__nav { display: flex; align-items: center; gap: 30px; }
.header__nav a { font-size: .92rem; letter-spacing: .06em; position: relative; padding: 4px 0; }
.header__nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: currentColor; transition: width .25s ease;
}
.header__nav a:hover::after, .header__nav a.is-active::after { width: 100%; }
.header__actions { display: flex; align-items: center; gap: 14px; }

/* header over hero (transparent, white text) */
.header--over { color: #fff; }
.header--over .header__logo span { color: var(--rosa); }
.header--scrolled { background: rgba(253, 251, 250, .94); backdrop-filter: blur(12px); box-shadow: 0 6px 24px rgba(28,26,25,.06); color: var(--ink); padding: 10px 0; }
.header--scrolled .header__logo span { color: var(--rose-gold); }
.header--solid { background: rgba(253, 251, 250, .94); backdrop-filter: blur(12px); color: var(--ink); box-shadow: 0 6px 24px rgba(28,26,25,.05); }
.header--solid .header__logo span { color: var(--rose-gold); }

/* Botón carrito */
.cart-btn { position: relative; display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; letter-spacing: .04em; }
.cart-btn svg { width: 22px; height: 22px; }
.cart-count {
  position: absolute; top: -8px; right: -10px; min-width: 19px; height: 19px;
  background: var(--rose-gold); color: #fff; border-radius: 999px;
  font-size: .68rem; font-weight: 600; display: grid; place-items: center; padding: 0 5px;
  transform: scale(0); transition: transform .2s ease;
}
.cart-count.is-visible { transform: scale(1); }

/* Menú móvil */
.menu-toggle { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
  content: ""; display: block; width: 22px; height: 2px; background: currentColor; transition: .25s;
}
.menu-toggle span::before { transform: translateY(-7px); }
.menu-toggle span::after { transform: translateY(5px); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(28,26,25,.72) 0%, rgba(28,26,25,.42) 45%, rgba(28,26,25,.12) 100%);
}
.hero__content { max-width: 620px; padding-block: 120px; }
.hero__title { font-family: var(--font-serif); font-size: clamp(2.6rem, 6.5vw, 4.6rem); line-height: 1.05; font-weight: 500; }
.hero__title .script { display: block; font-size: clamp(3rem, 7vw, 5.4rem); margin: 4px 0; }
.hero__text { margin-top: 22px; font-size: 1.1rem; color: rgba(255,255,255,.9); max-width: 480px; }
.hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero__scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; color: rgba(255,255,255,.75); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hero__scroll::after { content: ""; width: 1px; height: 42px; background: rgba(255,255,255,.5); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { opacity: .3; transform: scaleY(.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* ---------- Barra de beneficios ---------- */
.benefits { border-bottom: 1px solid var(--line); background: var(--white); }
.benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 26px 0; }
.benefit { display: flex; align-items: center; gap: 14px; justify-content: center; font-size: .9rem; color: var(--ink-soft); }
.benefit svg { width: 24px; height: 24px; color: var(--rose-gold); flex: none; }

/* ---------- Intro / About teaser ---------- */
.intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.intro__media { position: relative; }
.intro__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; }
.intro__badge {
  position: absolute; bottom: -24px; right: -24px; width: 132px; height: 132px;
  border-radius: 50%; background: var(--rose-gold); color: #fff;
  display: grid; place-items: center; text-align: center; padding: 18px;
  font-family: var(--font-script); font-size: 1.4rem; line-height: 1.1; box-shadow: var(--shadow-md);
}
.intro__body p + p { margin-top: 16px; }
.intro__stats { display: flex; gap: 40px; margin-top: 30px; }
.intro__stat strong { font-family: var(--font-serif); font-size: 2rem; color: var(--rose-gold); display: block; }
.intro__stat span { font-size: .82rem; color: var(--muted); letter-spacing: .05em; }

/* ---------- Categorías ---------- */
.cats__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 44px; }
.cat-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 340px; display: flex; align-items: flex-end; color: #fff; box-shadow: var(--shadow-sm); }
.cat-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; z-index: 0; }
.cat-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(28,26,25,.75), rgba(28,26,25,.05) 60%); z-index: 1; }
.cat-card:hover img { transform: scale(1.06); }
.cat-card__body { position: relative; z-index: 2; padding: 32px; }
.cat-card__body h3 { font-family: var(--font-serif); font-size: 1.7rem; font-weight: 500; }
.cat-card__body p { font-size: .92rem; opacity: .9; margin-top: 6px; }
.cat-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; }
.cat-card__link svg { width: 16px; height: 16px; transition: transform .25s; }
.cat-card:hover .cat-card__link svg { transform: translateX(5px); }

/* ---------- Grid de productos ---------- */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 30px 24px; }
.product-card { position: relative; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.product-card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--rosa-soft); }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.product-card:hover .product-card__media img { transform: scale(1.05); }
.product-card__tag {
  position: absolute; bottom: 12px; right: 12px; background: rgba(253,251,250,.94); color: var(--rose-gold);
  font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; font-weight: 500;
}
.product-card__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.product-card__name { font-family: var(--font-serif); font-size: 1.18rem; font-weight: 500; }
.product-card__desc { font-size: .86rem; color: var(--muted); margin-top: 6px; flex: 1; }
.product-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; gap: 10px; }
.product-card__price { font-family: var(--font-serif); font-size: 1.2rem; color: var(--ink); }
.product-card__price small { display: block; font-family: var(--font-sans); font-size: .68rem; color: var(--muted); letter-spacing: .04em; }
.add-btn { position: relative; z-index: 4; width: 42px; height: 42px; border-radius: 50%; background: var(--rosa-soft); color: var(--rose-gold); display: grid; place-items: center; transition: all .2s; flex: none; }
.add-btn:hover { background: var(--rose-gold); color: #fff; }
.add-btn svg { width: 18px; height: 18px; }
.product-card__link { position: absolute; inset: 0; z-index: 3; }

/* ---------- Filtros tienda ---------- */
.shop-head { padding-top: 150px; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; margin: 34px 0 40px; }
.filters__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line); font-size: .86rem; color: var(--ink-soft); transition: all .2s; background: var(--white); }
.chip:hover { border-color: var(--rose-gold); color: var(--rose-gold); }
.chip.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.select { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: .86rem; }
.empty { text-align: center; padding: 60px 0; color: var(--muted); }

/* ---------- Ficha de producto ---------- */
.product-view { padding-top: 140px; }
.breadcrumb { font-size: .82rem; color: var(--muted); margin-bottom: 26px; display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--rose-gold); }
.pv__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
.gallery__main { border-radius: var(--radius-lg); overflow: hidden; background: var(--rosa-soft); box-shadow: var(--shadow-sm); aspect-ratio: 4 / 3; }
.gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.gallery__thumbs { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.gallery__thumb { width: 84px; height: 64px; border-radius: 10px; overflow: hidden; border: 2px solid transparent; opacity: .7; transition: all .2s; }
.gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery__thumb:hover, .gallery__thumb.is-active { opacity: 1; border-color: var(--rose-gold); }
.pv__title { font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 500; line-height: 1.1; }
.pv__price { font-family: var(--font-serif); font-size: 1.9rem; color: var(--rose-gold); margin: 14px 0 6px; }
.pv__price small { font-family: var(--font-sans); font-size: .78rem; color: var(--muted); display: block; letter-spacing: .04em; }
.pv__desc { color: var(--ink-soft); margin-top: 16px; }
.pv__incluye { margin-top: 22px; }
.pv__incluye h4 { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.pv__incluye li { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; padding: 4px 0; }
.pv__incluye svg { width: 18px; height: 18px; color: var(--rose-gold); flex: none; margin-top: 3px; }
.pv__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--white); }
.qty button { width: 44px; height: 50px; font-size: 1.2rem; color: var(--ink-soft); transition: background .2s; }
.qty button:hover { background: var(--rosa-soft); }
.qty span { min-width: 40px; text-align: center; font-weight: 500; }
.pv__note { margin-top: 24px; background: var(--rosa-soft); border-radius: var(--radius); padding: 18px 20px; font-size: .88rem; color: var(--ink-soft); display: flex; gap: 12px; }
.pv__note svg { width: 20px; height: 20px; color: var(--rose-gold); flex: none; margin-top: 2px; }

/* ---------- Visor con zoom (lightbox) ---------- */
.is-zoomable { cursor: zoom-in; }
.lb { position: fixed; inset: 0; z-index: 400; background: rgba(18,16,15,.94); display: none; align-items: center; justify-content: center; overflow: hidden; touch-action: none; }
.lb.is-open { display: flex; }
.lb__stage { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; }
.lb__img { max-width: 94vw; max-height: 90vh; object-fit: contain; user-select: none; -webkit-user-drag: none; transition: transform .25s ease; will-change: transform; }
.lb__img.is-zoomed { transition: none; cursor: grab; }
.lb__img.is-dragging { cursor: grabbing; }
.lb__close { position: absolute; top: 14px; right: 14px; width: 46px; height: 46px; border-radius: 50%; border: none; background: rgba(255,255,255,.16); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; z-index: 3; }
.lb__close:hover { background: rgba(255,255,255,.3); }
.lb__hint { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.72); font-size: .78rem; letter-spacing: .04em; text-align: center; padding: 0 16px; pointer-events: none; transition: opacity .2s; }

/* ---------- Proceso ---------- */
.process__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.process__item { text-align: center; }
.process__item img { border-radius: var(--radius); aspect-ratio: 4/3; object-fit: cover; width: 100%; box-shadow: var(--shadow-sm); }
.process__num { font-family: var(--font-script); font-size: 1.8rem; color: var(--rose-gold); margin-top: 18px; }
.process__item h3 { font-family: var(--font-serif); font-size: 1.25rem; font-weight: 500; margin-top: 2px; }
.process__item p { font-size: .9rem; color: var(--muted); margin-top: 8px; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 44px auto 0; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  cursor: pointer; padding: 20px 0; font-family: var(--font-serif); font-size: 1.15rem;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--rose-gold); font-size: 1.5rem; line-height: 1; }
.faq__item[open] summary::after { content: "\2212"; }
.faq__item p { padding: 0 0 20px; color: var(--muted); font-size: .95rem; }

/* ---------- CTA ---------- */
.cta { position: relative; color: #fff; text-align: center; padding: 96px 0; overflow: hidden; }
.cta__bg { position: absolute; inset: 0; z-index: -2; }
.cta__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(28,26,25,.68); }
.cta h2 { font-family: var(--font-serif); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 500; }
.cta p { margin: 16px auto 30px; max-width: 560px; color: rgba(255,255,255,.88); }

/* ---------- Página / Sobre nosotros ---------- */
.page-head { padding: 160px 0 60px; background: var(--rosa-soft); text-align: center; }
.page-head h1 { font-family: var(--font-serif); font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 500; }
.page-head p { color: var(--muted); max-width: 620px; margin: 14px auto 0; }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about__grid.reverse .about__media { order: 2; }
.about__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; }
.about__body h2 { font-family: var(--font-serif); font-size: 2rem; font-weight: 500; margin-bottom: 16px; }
.about__body p + p { margin-top: 14px; }
.values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.value-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; text-align: center; }
.value-card svg { width: 34px; height: 34px; color: var(--rose-gold); margin: 0 auto 16px; }
.value-card h3 { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 500; }
.value-card p { font-size: .9rem; color: var(--muted); margin-top: 8px; }

/* ---------- Contacto ---------- */
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-card { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-card:first-of-type { border-top: 1px solid var(--line); }
.contact-card svg { width: 26px; height: 26px; color: var(--rose-gold); flex: none; margin-top: 2px; }
.contact-card h3 { font-size: 1rem; font-weight: 600; }
.contact-card a, .contact-card p { font-size: .92rem; color: var(--muted); }
.contact-card a:hover { color: var(--rose-gold); }
.form { display: grid; gap: 16px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); }
.field { display: grid; gap: 7px; }
.field label { font-size: .82rem; letter-spacing: .06em; color: var(--ink-soft); }
.field input, .field textarea, .field select {
  padding: 13px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg); transition: border .2s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--rose-gold); background: #fff; }
.field textarea { resize: vertical; min-height: 120px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form__note { font-size: .78rem; color: var(--muted); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,.72); padding: 64px 0 26px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer__logo strong { font-family: var(--font-serif); font-size: 1.4rem; letter-spacing: .16em; text-transform: uppercase; color: #fff; display: block; }
.footer__logo span { font-family: var(--font-script); font-size: 1.15rem; color: var(--rosa); }
.footer p { font-size: .9rem; margin-top: 14px; max-width: 320px; }
.footer h4 { color: #fff; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; font-weight: 500; }
.footer li { margin-bottom: 10px; }
.footer a { font-size: .9rem; transition: color .2s; }
.footer a:hover { color: var(--rosa); }
.footer__social { display: flex; gap: 14px; margin-top: 18px; }
.footer__social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; }
.footer__social a:hover { background: var(--rose-gold); border-color: var(--rose-gold); color: #fff; }
.footer__social svg { width: 18px; height: 18px; }
.footer__bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .82rem; }
.footer__bottom a { color: rgba(255,255,255,.8); }

/* ---------- Carrito lateral ---------- */
.overlay { position: fixed; inset: 0; background: rgba(28,26,25,.5); opacity: 0; visibility: hidden; transition: .3s; z-index: 200; }
.overlay.is-open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 100%); background: var(--white);
  z-index: 210; display: flex; flex-direction: column; transform: translateX(100%); transition: transform .35s cubic-bezier(.4,0,.2,1);
  box-shadow: -20px 0 60px rgba(28,26,25,.15);
}
.drawer.is-open { transform: translateX(0); }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.drawer__head h2 { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 500; }
.drawer__close { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; transition: background .2s; }
.drawer__close:hover { background: var(--rosa-soft); }
.drawer__close svg { width: 22px; height: 22px; }
.drawer__body { flex: 1; overflow-y: auto; padding: 10px 24px; }
.drawer__empty { text-align: center; color: var(--muted); padding: 60px 0; }
.drawer__empty svg { width: 54px; height: 54px; color: var(--rosa); margin: 0 auto 16px; }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item__img { width: 76px; height: 62px; border-radius: 10px; object-fit: cover; background: var(--rosa-soft); }
.cart-item__name { font-family: var(--font-serif); font-size: 1.02rem; }
.cart-item__price { font-size: .86rem; color: var(--rose-gold); margin-top: 2px; }
.cart-item__qty { display: inline-flex; align-items: center; gap: 12px; margin-top: 10px; }
.cart-item__qty button { width: 26px; height: 26px; border-radius: 50%; background: var(--rosa-soft); display: grid; place-items: center; font-size: 1rem; color: var(--ink-soft); }
.cart-item__qty button:hover { background: var(--rose-gold); color: #fff; }
.cart-item__remove { font-size: .76rem; color: var(--muted); text-decoration: underline; margin-top: 8px; }
.cart-item__remove:hover { color: var(--rose-gold); }
.cart-item__subtotal { font-weight: 500; white-space: nowrap; }
.drawer__foot { padding: 22px 24px; border-top: 1px solid var(--line); background: var(--rosa-soft); }
.drawer__total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.drawer__total strong { font-family: var(--font-serif); font-size: 1.5rem; }
.drawer__foot .field { margin: 14px 0; }
.drawer__foot textarea { min-height: 70px; }
.drawer__hint { font-size: .76rem; color: var(--muted); margin-top: 12px; text-align: center; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; bottom: 26px; left: 50%; transform: translate(-50%, 120%);
  background: var(--ink); color: #fff; padding: 14px 26px; border-radius: 999px;
  font-size: .9rem; z-index: 300; transition: transform .35s cubic-bezier(.4,0,.2,1); box-shadow: var(--shadow-md);
}
.toast.is-visible { transform: translate(-50%, 0); }

/* ---------- WhatsApp flotante ---------- */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center; z-index: 90;
  box-shadow: 0 10px 30px rgba(37,211,102,.4); transition: transform .25s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }

/* ---------- Animaciones reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .intro__grid, .about__grid, .contact__grid, .pv__grid { grid-template-columns: 1fr; gap: 40px; }
  .about__grid.reverse .about__media { order: 0; }
  .process__grid, .values__grid { grid-template-columns: 1fr; }
  .cats__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .intro__badge { width: 108px; height: 108px; font-size: 1.15rem; right: 12px; bottom: -18px; }
}
@media (max-width: 760px) {
  .section { padding: 62px 0; }
  .header__nav {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 84%); background: var(--white);
    flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 8px;
    padding: 100px 30px; transform: translateX(100%); transition: transform .35s ease; box-shadow: var(--shadow-md); z-index: 105;
  }
  .header__nav.is-open { transform: translateX(0); }
  .header__nav a { color: var(--ink); font-size: 1.1rem; padding: 10px 0; width: 100%; }
  .menu-toggle { display: inline-flex; }
  .header--over .menu-toggle { color: #fff; }
  .header--scrolled .menu-toggle { color: var(--ink); }
  .benefits__grid { grid-template-columns: 1fr; gap: 14px; }
  .benefit { justify-content: center; text-align: center; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 14px; }
  .product-card__body { padding: 14px; }
  .product-card__desc { display: none; }
  .footer__grid { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .intro__stats { gap: 24px; }
  .hero__content { padding-block: 140px 90px; }

  /* Centrado de textos en móvil */
  .intro__body, .about__body, .contact__grid, .footer, .pv__grid { text-align: center; }
  .intro__stats { justify-content: center; }
  .intro__badge { right: 50%; transform: translateX(50%); }
  .hero__content { text-align: center; }
  .hero__actions { justify-content: center; }
  .hero__text { margin-inline: auto; }
  .contact-card { flex-direction: column; align-items: center; text-align: center; }
  .footer__social { justify-content: center; }
  .footer__logo { text-align: center; }
  .footer p { margin-inline: auto; }
  .pv__incluye li, .pv__actions, .gallery__thumbs, .breadcrumb { justify-content: center; }
  .pv__actions .qty { margin-inline: auto; }
}
@media (max-width: 420px) {
  .products-grid { grid-template-columns: 1fr 1fr; }
  .product-card__price { font-size: 1.05rem; }
}

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