/* ===== LuzE — hoja de estilos v2 ===== */
:root{
  --bg:#FFFBFA;
  --blush:#FBEAEE;
  --blush-2:#F7DDE4;
  --rose:#E7A9B8;
  --rose-deep:#C0718A;
  --mint:#E3F3EC;
  --aqua:#CDE8EC;        /* botón carrito: más azulado que la franja superior */
  --aqua-2:#B3DCE2;
  --aqua-ink:#0E4E55;
  --jade:#7CC3A8;
  --emerald:#11705A;
  --emerald-dark:#0B5343;
  --ink:#27352F;
  --muted:#5B6B64;
  --line:#EFDDE2;
  --white:#FFFFFF;
  --radius-lg:28px;
  --radius-sm:12px;
  --shadow:0 18px 40px -24px rgba(17,112,90,.45);
  --shadow-soft:0 10px 30px -20px rgba(192,113,138,.5);
  --ease:cubic-bezier(.22,.8,.25,1);
  --font-display:"Gloock", Georgia, "Times New Roman", serif;
  --font-body:"Nunito Sans", "Segoe UI", system-ui, sans-serif;
  --maxw:1180px;
  --header-h:78px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:clamp(1rem,.96rem + .2vw,1.0625rem);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img,svg{max-width:100%;display:block}
a{color:var(--emerald)}
a:hover{color:var(--emerald-dark)}
:focus-visible{outline:3px solid var(--rose-deep);outline-offset:3px;border-radius:6px}
h1,h2,h3{font-family:var(--font-display);font-weight:400;line-height:1.1;color:var(--emerald-dark);margin:0 0 .5em;text-wrap:balance}
h1{font-size:clamp(2.3rem,1.4rem + 4.2vw,4.4rem);letter-spacing:-.01em}
h2{font-size:clamp(1.75rem,1.3rem + 2vw,2.7rem)}
h3{font-size:clamp(1.15rem,1.05rem + .4vw,1.4rem)}
p{margin:0 0 1em;text-wrap:pretty}
.container{width:min(100% - clamp(1.5rem,5vw,3rem), var(--maxw));margin-inline:auto}
.narrow{max-width:70ch}
.skip{position:absolute;left:-999px;top:0;background:var(--emerald);color:#fff;padding:.6rem 1rem;z-index:100}
.skip:focus{left:1rem;top:1rem}

/* Costura: la firma visual de LuzE */
.stitch{border:2px dashed var(--rose);border-radius:var(--radius-lg)}

/* Ilustraciones */
.illo{width:64px;height:64px;flex:none}
.illo-lg{width:88px;height:88px}

/* ===== Botones ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font:800 1rem/1.1 var(--font-body);padding:.95rem 1.5rem;border-radius:999px;border:2px solid transparent;cursor:pointer;text-decoration:none;text-align:center;transition:background .25s var(--ease),color .25s,border-color .25s,transform .25s var(--ease),box-shadow .25s}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0) scale(.98)}
.btn svg{width:20px;height:20px;flex:none}
.btn-primary{background:var(--emerald);color:#fff;box-shadow:0 10px 22px -14px rgba(17,112,90,.9)}
.btn-primary:hover{background:var(--emerald-dark);color:#fff}
.btn-soft{background:var(--blush);color:var(--emerald-dark);border-color:var(--rose)}
.btn-soft:hover{background:var(--blush-2);color:var(--emerald-dark)}
.btn-cart{background:var(--aqua);color:var(--aqua-ink);border-color:var(--aqua-2)}
.btn-cart:hover{background:var(--aqua-2);color:var(--aqua-ink);box-shadow:0 12px 24px -16px rgba(14,78,85,.7)}
.btn-cart.added{background:var(--emerald);color:#fff;border-color:var(--emerald)}
.btn-wa{background:#1FA855;color:#fff}
.btn-wa:hover{background:#178A45;color:#fff;box-shadow:0 12px 24px -16px rgba(31,168,85,.9)}
.btn-block{width:100%}

/* ===== Franja superior + encabezado ===== */
.topbar{background:var(--mint);color:var(--emerald-dark);font-size:.88rem;font-weight:600;padding:.45rem 0}
.topbar .container{display:flex;justify-content:center;flex-wrap:wrap;gap:.35rem 1.4rem}
.topbar span{display:inline-flex;align-items:center;gap:.4rem}
.topbar svg{width:16px;height:16px}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,251,250,.9);backdrop-filter:saturate(1.4) blur(12px);-webkit-backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid transparent;transition:box-shadow .3s,border-color .3s}
.site-header.scrolled{border-color:var(--line);box-shadow:0 10px 30px -24px rgba(39,53,47,.5)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-h);transition:min-height .3s var(--ease)}
.site-header.scrolled .header-inner{min-height:64px}
.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--emerald-dark)}
.brand img{width:50px;height:50px;object-fit:contain;transition:transform .5s var(--ease),width .3s,height .3s}
.brand:hover img{transform:rotate(-8deg) scale(1.06)}
.site-header.scrolled .brand img{width:42px;height:42px}
.brand span{font-family:var(--font-display);font-size:1.7rem}
.nav ul{list-style:none;display:flex;gap:.2rem;margin:0;padding:0}
.nav a{position:relative;display:block;padding:.55rem .95rem;border-radius:999px;text-decoration:none;color:var(--ink);font-weight:700;transition:background .25s,color .25s}
.nav a:hover{background:var(--blush);color:var(--emerald-dark)}
.nav a[aria-current="page"]{background:var(--mint);color:var(--emerald-dark)}
.header-actions{display:flex;align-items:center;gap:.45rem}
.icon-btn{position:relative;display:inline-grid;place-items:center;width:46px;height:46px;border-radius:50%;border:1.5px solid var(--line);background:var(--white);color:var(--emerald-dark);cursor:pointer;transition:border-color .25s,transform .25s var(--ease),background .25s}
.icon-btn:hover{border-color:var(--rose);transform:translateY(-1px)}
.icon-btn svg{width:22px;height:22px}
.cart-count{position:absolute;top:-5px;right:-5px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--rose-deep);color:#fff;font-size:.75rem;font-weight:800;display:grid;place-items:center}
.cart-count[hidden]{display:none}
.cart-count.bump{animation:bump .5s var(--ease)}
@keyframes bump{0%{transform:scale(1)}40%{transform:scale(1.45)}100%{transform:scale(1)}}
.menu-toggle{display:none}
.menu-toggle .bars path{transition:transform .3s var(--ease),opacity .2s;transform-origin:12px 12px}
.menu-toggle[aria-expanded="true"] .bars path:nth-child(1){transform:translateY(5px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] .bars path:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] .bars path:nth-child(3){transform:translateY(-5px) rotate(-45deg)}

@media (max-width:900px){
  :root{--header-h:68px}
  .menu-toggle{display:inline-grid}
  .nav{position:absolute;left:0;right:0;top:100%;background:var(--bg);border-bottom:1px solid var(--line);box-shadow:0 20px 30px -24px rgba(39,53,47,.5);padding:.75rem clamp(.75rem,4vw,1.5rem) 1.25rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s,transform .3s var(--ease),visibility 0s .3s}
  .nav.open{opacity:1;visibility:visible;transform:none;transition:opacity .3s,transform .3s var(--ease)}
  .nav ul{flex-direction:column;gap:.15rem}
  .nav a{padding:.9rem 1rem;font-size:1.1rem;border-radius:14px}
  .brand img{width:44px;height:44px}
  .brand span{font-size:1.5rem}
}
@media (max-width:420px){.topbar .container span:nth-child(2){display:none}}

/* ===== Hero ===== */
.hero{position:relative;overflow:hidden;padding:clamp(2.2rem,6vw,5rem) 0 clamp(3rem,7vw,6rem);background:radial-gradient(ellipse at 88% 8%,var(--blush) 0,transparent 55%),radial-gradient(ellipse at 0% 100%,var(--mint) 0,transparent 52%)}
.hero-thread{position:absolute;inset:auto -5% 6% -5%;width:110%;height:160px;pointer-events:none;opacity:.8}
.hero-thread path{fill:none;stroke:var(--rose);stroke-width:2.2;stroke-dasharray:10 9;stroke-linecap:round;animation:sew 22s linear infinite}
@keyframes sew{to{stroke-dashoffset:-570}}
.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.hero .lead{font-size:clamp(1.08rem,1rem + .45vw,1.3rem);color:var(--muted);max-width:40ch}
.hero .actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}
.hero-points{list-style:none;padding:0;margin:2.2rem 0 0;display:flex;flex-wrap:wrap;gap:.7rem 1.4rem}
.hero-points li{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--emerald-dark);font-size:.95rem}
.hero-points svg{width:30px;height:30px}
.hero-figure{position:relative;justify-self:center;width:min(100%,440px);margin:0}
.hero-figure .arch{padding:14px;border-radius:230px 230px var(--radius-lg) var(--radius-lg);background:rgba(255,255,255,.5)}
.hero-figure .frame{border-radius:216px 216px 18px 18px;overflow:hidden;background:var(--blush)}
.hero-figure img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform 1.2s var(--ease)}
.hero-figure:hover img{transform:scale(1.04)}
.hero-tag{position:absolute;left:-22px;bottom:40px;display:flex;gap:.7rem;align-items:center;background:var(--white);border:1.5px solid var(--line);border-radius:18px;padding:.7rem 1rem .7rem .7rem;box-shadow:var(--shadow);font-size:.92rem;line-height:1.35;animation:float 6s ease-in-out infinite}
.hero-tag svg{width:42px;height:42px}
.hero-tag strong{display:block;color:var(--emerald-dark);font-family:var(--font-display);font-weight:400;font-size:1.15rem}
.hero-bird{position:absolute;right:-10px;top:8%;width:78px;height:78px;border-radius:50%;background:var(--white);box-shadow:var(--shadow-soft);display:grid;place-items:center;animation:float 7s ease-in-out infinite reverse}
.hero-bird img{width:56px;height:56px;object-fit:contain;aspect-ratio:auto}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;text-align:center}
  .hero .lead{margin-inline:auto}
  .hero .actions,.hero-points{justify-content:center}
  .hero-figure{order:-1;width:min(82%,360px)}
  .hero-tag{left:-8%;bottom:24px}
  .hero-bird{right:-6%;width:64px;height:64px}
  .hero-bird img{width:46px;height:46px}
}
@media (max-width:480px){
  .hero .actions .btn{flex:1 1 100%}
  .hero-tag{padding:.5rem .8rem .5rem .5rem;font-size:.82rem}
  .hero-tag svg{width:34px;height:34px}
}

/* Entrada del hero */
.js .hero-anim{opacity:0;transform:translateY(18px);animation:rise .9s var(--ease) forwards}
.js .hero-anim.d1{animation-delay:.1s}.js .hero-anim.d2{animation-delay:.22s}.js .hero-anim.d3{animation-delay:.34s}.js .hero-anim.d4{animation-delay:.46s}
.js .hero-figure.hero-anim{transform:translateY(24px) scale(.97);animation-duration:1.1s}
@keyframes rise{to{opacity:1;transform:none}}

/* Aparición al hacer scroll */
.js .reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease);transition-delay:var(--d,0s)}
.js .reveal.in{opacity:1;transform:none}

/* ===== Secciones ===== */
.section{padding:clamp(3.2rem,7vw,6rem) 0}
.section-head{max-width:640px;margin-bottom:clamp(1.8rem,4vw,2.8rem)}
.section-head p{color:var(--muted);font-size:1.08rem}
.section-head.center{margin-inline:auto;text-align:center}
.bg-blush{background:var(--blush)}
.bg-mint{background:var(--mint)}

/* Razones */
.reasons{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:1.4rem}
.reasons li{display:grid;grid-template-columns:64px 1fr;gap:1.1rem;align-items:start;padding:1.3rem;border-radius:22px;background:rgba(255,255,255,.6);transition:background .3s,transform .35s var(--ease),box-shadow .35s}
.reasons li:hover{background:var(--white);transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.reasons li:hover .illo{transform:rotate(-6deg) scale(1.06)}
.reasons .illo{transition:transform .4s var(--ease)}
.reasons h3{font-size:1.2rem;margin-bottom:.3rem}
.reasons p{color:var(--muted);margin:0}

/* Productos */
.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:clamp(1.2rem,3vw,2rem)}
.product{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);display:flex;flex-direction:column;transition:transform .45s var(--ease),box-shadow .45s var(--ease)}
.product:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.product-media{position:relative;margin:12px;border-radius:20px;overflow:hidden;background:var(--blush)}
.product-media img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .9s var(--ease)}
.product:hover .product-media img{transform:scale(1.06)}
.product-badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:.35rem;background:rgba(255,255,255,.92);color:var(--emerald-dark);font-size:.8rem;font-weight:800;padding:.35rem .75rem .35rem .45rem;border-radius:999px}
.product-badge svg{width:18px;height:18px}
.product-body{padding:.4rem clamp(1.1rem,3vw,1.5rem) 1.5rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.product-title{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem;flex-wrap:wrap}
.product-body h3{margin:0;font-size:clamp(1.45rem,1.3rem + .6vw,1.75rem)}
.product-type{color:var(--rose-deep);font-weight:700;font-size:.92rem}
.product-price{font-weight:800;color:var(--emerald)}
.product-price.ask{font-weight:700;color:var(--muted);font-size:.95rem}
.product-body p{color:var(--muted);margin:0}
.product-actions{display:grid;gap:.6rem;margin-top:auto;padding-top:.9rem}
.shop-note{margin-top:clamp(2rem,5vw,3rem);padding:clamp(1.4rem,4vw,2rem);display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:center;background:var(--white)}
.shop-note h2{font-size:clamp(1.4rem,1.2rem + 1vw,1.8rem);margin-bottom:.3rem}
.shop-note p{margin:0;color:var(--muted)}
@media (max-width:760px){.shop-note{grid-template-columns:1fr;text-align:center}.shop-note .illo{margin-inline:auto}}

/* Historia */
.story{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.story-card{position:relative;padding:clamp(1.6rem,4vw,2.4rem);background:var(--white)}
.story-card .illo-lg{margin-bottom:1rem}
.story-card blockquote{margin:0;font-family:var(--font-display);font-size:clamp(1.35rem,1.1rem + 1.2vw,1.9rem);line-height:1.3;color:var(--emerald-dark)}
.story-card cite{display:block;margin-top:1rem;font-style:normal;color:var(--rose-deep);font-weight:800}
@media (max-width:900px){.story{grid-template-columns:1fr}}

/* Línea de tiempo (Nosotros) */
.timeline{list-style:none;margin:0;padding:0;position:relative;display:grid;gap:1.6rem;max-width:760px}
.timeline::before{content:"";position:absolute;left:31px;top:32px;bottom:40px;border-left:2px dashed var(--rose)}
.timeline li{position:relative;display:grid;grid-template-columns:64px 1fr;gap:1.2rem;align-items:start}
.timeline .dot{width:64px;height:64px;border-radius:50%;background:var(--white);border:1.5px solid var(--line);display:grid;place-items:center;z-index:1}
.timeline .dot svg{width:40px;height:40px}
.timeline h3{margin:.6rem 0 .3rem}
.timeline p{color:var(--muted);margin:0}

/* Servicios */
.services{display:flex;flex-wrap:wrap;gap:.7rem;list-style:none;padding:0;margin:1.2rem 0 1.8rem}
.services li{display:inline-flex;align-items:center;gap:.45rem;background:var(--white);border:1.5px solid var(--line);border-radius:999px;padding:.5rem 1rem .5rem .6rem;font-weight:700;color:var(--emerald-dark);transition:transform .3s var(--ease),border-color .3s}
.services li:hover{transform:translateY(-2px);border-color:var(--jade)}
.services svg{width:22px;height:22px}
.mend{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}
.mend .illo-xl{width:clamp(140px,22vw,220px);height:auto}
@media (max-width:760px){.mend{grid-template-columns:1fr;gap:1rem}.mend > div:last-child{order:-1}.mend .illo-xl{width:120px}}

/* CTA */
.cta-band{text-align:center;padding:clamp(2.6rem,6vw,4.5rem) clamp(1.2rem,4vw,2rem);background:var(--emerald);color:#EAF7F1;border-radius:var(--radius-lg);position:relative;overflow:hidden}
.cta-band::before{content:"";position:absolute;inset:10px;border:2px dashed rgba(255,255,255,.35);border-radius:20px;pointer-events:none}
.cta-band::after{content:"";position:absolute;width:320px;height:320px;right:-120px;top:-140px;border-radius:50%;background:radial-gradient(circle,rgba(231,169,184,.35),transparent 70%);pointer-events:none}
.cta-band h2{color:#fff}
.cta-band p{max-width:52ch;margin:0 auto 1.6rem;color:#D3EDE3}
.cta-band .btn{position:relative;z-index:1}

/* Páginas internas */
.page-hero{padding:clamp(2.2rem,6vw,4.5rem) 0 clamp(1.5rem,4vw,2.5rem);background:linear-gradient(180deg,var(--blush),var(--bg))}
.page-hero .container{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:end}
.page-hero p{color:var(--muted);font-size:clamp(1.05rem,1rem + .3vw,1.18rem);max-width:56ch;margin:0}
.page-hero .illo-xl{width:clamp(90px,14vw,140px);height:auto}
@media (max-width:640px){.page-hero .container{grid-template-columns:1fr}.page-hero .illo-xl{display:none}}
.crumbs{font-size:.92rem;color:var(--muted);margin-bottom:.8rem}
.crumbs a{color:var(--muted)}

/* Nosotros */
.values{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:clamp(1.2rem,3vw,2rem)}
.value{padding:clamp(1.5rem,4vw,2.2rem);background:var(--white);transition:transform .4s var(--ease),box-shadow .4s}
.value:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.value .illo-lg{margin-bottom:.8rem}
.prose p{max-width:65ch}

/* FAQs */
.faq-list{display:grid;gap:.9rem;max-width:840px}
.faq{background:var(--white);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:border-color .3s,box-shadow .3s}
.faq[open]{border-color:var(--rose);box-shadow:var(--shadow-soft)}
.faq summary{list-style:none;cursor:pointer;padding:1.15rem 1.3rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;font-weight:800;color:var(--emerald-dark);font-size:clamp(1rem,.97rem + .2vw,1.08rem)}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";flex:none;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--emerald);font-size:1.3rem;transition:transform .35s var(--ease),background .3s}
.faq[open] summary::after{transform:rotate(45deg);background:var(--blush);color:var(--rose-deep)}
.faq .answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s var(--ease)}
.faq[open] .answer{grid-template-rows:1fr}
.faq .answer > div{overflow:hidden}
.faq .answer p{padding:0 1.3rem 1.2rem;margin:0;color:var(--muted)}

/* Política */
.legal h2{font-size:clamp(1.35rem,1.2rem + .6vw,1.6rem);margin-top:2.2rem}
.legal ul{padding-left:1.2rem}
.legal li{margin-bottom:.4rem}
.legal .updated{color:var(--muted);font-size:.95rem}

/* ===== Footer ===== */
.site-footer{margin-top:clamp(3rem,6vw,5rem);background:var(--mint);padding:clamp(2.5rem,6vw,3.5rem) 0 1.5rem;color:var(--ink)}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}
.footer-grid h3{font-size:1.15rem}
.footer-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}
.footer-grid a{color:var(--ink);text-decoration:none;transition:color .2s}
.footer-grid a:hover{color:var(--emerald);text-decoration:underline}
.footer-brand{display:flex;align-items:center;gap:.7rem;margin-bottom:.8rem}
.footer-brand img{width:56px;height:56px;object-fit:contain}
.footer-brand span{font-family:var(--font-display);font-size:1.8rem;color:var(--emerald-dark)}
.footer-bottom{margin-top:2.5rem;padding-top:1.2rem;border-top:2px dashed rgba(17,112,90,.25);display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem;font-size:.9rem;color:var(--muted)}
@media (max-width:760px){.footer-grid{grid-template-columns:1fr}.footer-bottom{padding-bottom:4.5rem}}

/* ===== WhatsApp flotante ===== */
.wa-float{position:fixed;right:clamp(12px,3vw,20px);bottom:clamp(12px,3vw,20px);z-index:45;width:58px;height:58px;border-radius:50%;background:#1FA855;color:#fff;display:grid;place-items:center;box-shadow:0 10px 24px -8px rgba(31,168,85,.6);transition:transform .3s var(--ease),background .25s}
.wa-float::before{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid #1FA855;animation:pulse 2.8s ease-out infinite}
.wa-float:hover{background:#178A45;color:#fff;transform:scale(1.08)}
.wa-float svg{width:30px;height:30px}
@keyframes pulse{0%{transform:scale(1);opacity:.7}80%,100%{transform:scale(1.55);opacity:0}}

/* ===== Carrito ===== */
.drawer-overlay{position:fixed;inset:0;background:rgba(39,53,47,.35);backdrop-filter:blur(2px);z-index:60;opacity:0;pointer-events:none;transition:opacity .3s}
.drawer-overlay.open{opacity:1;pointer-events:auto}
.drawer{position:fixed;top:0;right:0;height:100%;height:100dvh;width:min(420px,100%);background:var(--bg);z-index:61;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .45s var(--ease);border-left:1px solid var(--line);visibility:hidden}
.drawer.open{transform:none;visibility:visible}
.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.3rem;border-bottom:2px dashed var(--line)}
.drawer-head h2{font-size:1.6rem;margin:0}
.drawer-body{flex:1;overflow-y:auto;padding:1rem 1.3rem;overscroll-behavior:contain}
.drawer-foot{padding:1.1rem 1.3rem calc(1.1rem + env(safe-area-inset-bottom));border-top:1px solid var(--line);display:grid;gap:.75rem;background:var(--white)}
.drawer-foot label{font-weight:800;color:var(--emerald-dark);font-size:.95rem}
.drawer-foot textarea{width:100%;min-height:70px;resize:vertical;padding:.7rem .8rem;border-radius:var(--radius-sm);border:1.5px solid var(--line);font:inherit;font-size:1rem;background:var(--bg);transition:border-color .2s}
.drawer-foot textarea:focus{outline:none;border-color:var(--jade)}
.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:.9rem;align-items:center;padding:.8rem 0;border-bottom:1px solid var(--line);animation:slideIn .4s var(--ease)}
@keyframes slideIn{from{opacity:0;transform:translateX(16px)}to{opacity:1;transform:none}}
.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:14px;background:var(--blush)}
.cart-item h3{font-size:1.15rem;margin:0 0 .15rem}
.cart-item small{color:var(--muted)}
.qty{display:inline-flex;align-items:center;border:1.5px solid var(--line);border-radius:999px;margin-top:.35rem;background:var(--white)}
.qty button{width:34px;height:34px;border:0;background:none;cursor:pointer;font-size:1.1rem;color:var(--emerald-dark);border-radius:50%;transition:background .2s}
.qty button:hover{background:var(--mint)}
.qty span{min-width:24px;text-align:center;font-weight:800}
.remove{border:0;background:none;color:var(--rose-deep);cursor:pointer;font-weight:800;font-size:.88rem;text-decoration:underline;padding:.4rem}
.cart-empty{text-align:center;padding:3rem 1rem;color:var(--muted)}
.cart-empty svg{width:96px;height:96px;margin:0 auto 1rem}
.cart-total{display:flex;justify-content:space-between;gap:1rem;font-weight:800;color:var(--emerald-dark)}

/* Toast */
.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);width:max-content;max-width:calc(100% - 2rem);text-align:center;background:var(--emerald-dark);color:#fff;padding:.8rem 1.2rem;border-radius:999px;font-weight:700;z-index:70;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s var(--ease)}
.toast.show{opacity:1;transform:translate(-50%,0)}

/* Movimiento reducido */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
  .js .reveal,.js .hero-anim{opacity:1!important;transform:none!important}
}
