:root{--ink:#101936;--muted:#687087;--line:#e8eaf0;--pink:#cf2aaa;--blue:#087fae;--grad:linear-gradient(90deg,#d92bab,#6b50b7,#0787ad)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}.top{font-size:12px;text-align:center;padding:8px 16px;background:#f7f7fa;color:#4e5568}.top span{margin:0 8px}header{height:86px;display:flex;align-items:center;gap:34px;padding:10px max(5vw,22px);border-bottom:1px solid var(--line);position:sticky;top:0;background:#fffc;backdrop-filter:blur(14px);z-index:20}.brand{width:190px;text-decoration:none;display:flex;flex-direction:column;align-items:center}.brand img{width:100%;height:48px;object-fit:cover;object-position:center}.brand small{font-size:8px;letter-spacing:2.2px;color:#25375b;margin-top:-1px}nav{display:flex;gap:28px;flex:1;justify-content:center}nav a,footer a{color:var(--ink);text-decoration:none;font-size:14px}.actions{display:flex;gap:8px}.actions button,.cartHead button{border:0;background:#f4f5f8;border-radius:99px;padding:10px 13px;font-size:17px;cursor:pointer}.actions b{background:var(--pink);color:#fff;border-radius:99px;padding:2px 6px;font-size:10px}.hero{min-height:410px;padding:70px max(7vw,28px);display:flex;align-items:center;justify-content:space-between;overflow:hidden;background:linear-gradient(115deg,#fff 15%,#fdf7fb 55%,#f1f8fc)}.eyebrow{font-size:11px;letter-spacing:3px;font-weight:700}.hero h1,.products h2,.workshops h2{font-family:Georgia,serif;font-size:62px;line-height:.98;margin:14px 0 18px;background:var(--grad);color:transparent;background-clip:text}.hero>div>p:not(.eyebrow){font-size:18px;color:#4e5568;margin-bottom:34px}.primary{display:inline-block;padding:14px 23px;border-radius:8px;background:var(--grad);color:white;text-decoration:none;font-weight:700;font-size:14px}.heroMark{font-family:Georgia,serif;font-size:300px;line-height:.8;font-style:italic;background:var(--grad);color:transparent;background-clip:text;opacity:.12;margin-right:5vw}.categories{display:flex;gap:10px;overflow:auto;padding:28px max(5vw,22px);border-bottom:1px solid var(--line)}.categories button{white-space:nowrap;border:1px solid var(--line);background:white;border-radius:99px;padding:10px 16px;color:var(--ink);cursor:pointer}.categories button.active{color:#fff;background:var(--ink);border-color:var(--ink)}.products{padding:55px max(5vw,22px) 80px}.sectionHead{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.products h2,.workshops h2{font-size:42px;margin:8px 0 0}.search{width:min(360px,42vw);height:44px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;padding:0 13px;gap:8px}.search input{width:100%;border:0;outline:0;font-size:14px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.photo{aspect-ratio:1/1;background:#f6f6f7;overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover}.cardBody{padding:16px;display:flex;flex-direction:column;flex:1}.cat{font-size:10px;letter-spacing:1.4px;color:var(--muted);text-transform:uppercase}.card h3{font-size:16px;margin:7px 0 8px}.price{font-size:18px;font-weight:800;margin-top:auto}.stock{font-size:11px;color:#16804a;margin:4px 0 12px}.add{border:0;border-radius:7px;background:var(--grad);color:#fff;padding:11px;font-weight:700;cursor:pointer}.workshops{margin:0 max(5vw,22px) 60px;padding:45px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#f8f5fa;border-radius:12px}.workshops p{color:var(--muted);max-width:600px}.services{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);padding:30px max(5vw,22px);gap:22px}.services div{display:flex;flex-direction:column;gap:6px}.services span{font-size:12px;color:var(--muted)}footer{padding:50px max(5vw,22px);display:flex;justify-content:space-between;gap:30px;background:#fafafa}footer img{width:180px}footer p{color:var(--muted);font-size:13px;line-height:1.7}footer>div:last-child{display:flex;flex-direction:column;gap:10px}.overlay{position:fixed;inset:0;background:#1118;z-index:40;opacity:0;pointer-events:none;transition:.2s}.overlay.open{opacity:1;pointer-events:auto}.cart{position:fixed;z-index:50;top:0;right:0;width:min(440px,100%);height:100vh;background:#fff;transform:translateX(100%);transition:.25s;display:flex;flex-direction:column;box-shadow:-10px 0 40px #0002}.cart.open{transform:none}.cartHead{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.cartHead h2{margin:0}.cartHead button{font-size:24px}.cart #cartItems{padding:10px 20px;overflow:auto;flex:1}.cartItem{display:grid;grid-template-columns:60px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);align-items:center}.cartItem img{width:60px;height:60px;object-fit:cover;border-radius:7px}.cartItem h4{margin:0 0 4px;font-size:13px}.cartItem small{color:var(--muted)}.qty{display:flex;align-items:center;gap:8px}.qty button{border:1px solid var(--line);background:#fff;border-radius:5px;width:26px;height:26px}.checkout{border-top:1px solid var(--line);padding:18px 20px;max-height:57vh;overflow:auto}.total{display:flex;justify-content:space-between;font-size:20px;margin-bottom:15px}.checkout h3{font-size:13px;margin:12px 0 7px}.checkout>input,.checkout select{width:100%;padding:10px;border:1px solid var(--line);border-radius:6px;margin:4px 0}.checkout label{font-size:13px;margin-right:12px}.checkout small{display:block;color:var(--muted);margin:12px 0}.wa{width:100%;border:0;background:#149e52;color:#fff;border-radius:7px;padding:13px;font-weight:800;cursor:pointer}.empty{text-align:center;color:var(--muted);padding:35px 10px}@media(max-width:900px){nav{display:none}.grid{grid-template-columns:repeat(2,1fr)}.heroMark{display:none}.services{grid-template-columns:repeat(2,1fr)}.workshops{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.top{font-size:10px}.top span,.top span~*{display:none}header{height:70px;padding:8px 14px}.brand{width:145px}.brand img{height:38px}.actions{margin-left:auto}.hero{min-height:330px;padding:48px 22px}.hero h1{font-size:46px}.hero>div>p:not(.eyebrow){font-size:15px}.products{padding:40px 14px 60px}.sectionHead{align-items:flex-start;flex-direction:column;gap:18px}.search{width:100%}.grid{gap:10px}.cardBody{padding:11px}.card h3{font-size:14px}.price{font-size:16px}.workshops{margin:0 14px 40px;padding:28px 22px}.services{grid-template-columns:1fr 1fr;padding:24px 18px}.services b{font-size:13px}footer{flex-direction:column;padding:38px 22px}}
/* V2 ajustes solicitados */
.top{display:none}
header{height:78px;padding-top:7px;padding-bottom:7px}
.brand{width:210px;align-items:flex-start;overflow:visible}
.brand img{width:100%;height:60px;object-fit:contain;object-position:left center;display:block}
.brand small{display:none}
.hero{min-height:285px;padding:42px max(5vw,22px)}
.hero h1{font-size:48px;line-height:1.02;margin:10px 0 13px}
.hero>div>p:not(.eyebrow){font-size:16px;margin-bottom:24px}
.heroMark{font-size:220px}
.categories{padding-top:20px;padding-bottom:20px}
footer{background:linear-gradient(115deg,#fff7fc,#f7f4ff 55%,#f2f9fc);display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:36px;padding:48px max(5vw,22px) 26px}
footer .footerBrand img{width:190px;height:62px;object-fit:contain;object-position:left center}
footer h3{font-family:Georgia,serif;margin:0 0 14px;font-size:17px}
footer .footerCol{display:flex;flex-direction:column;gap:10px}
footer .footerCol a,footer .footerCol span{font-size:13px;line-height:1.5}
footer .socials{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}
footer .socials a{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 11px;border:1px solid #e4e4ec;border-radius:999px;background:#fff;font-weight:700;font-size:12px}
footer .footerBottom{grid-column:1/-1;border-top:1px solid #dedfea;margin-top:14px;padding-top:18px;font-size:12px;color:var(--muted);display:flex;justify-content:space-between;gap:20px}
@media(max-width:900px){footer{grid-template-columns:1fr 1fr}.footerBottom{grid-column:1/-1!important}}
@media(max-width:560px){header{height:68px}.brand{width:160px}.brand img{height:52px}.hero{min-height:245px;padding:34px 20px}.hero h1{font-size:39px}.hero>div>p:not(.eyebrow){font-size:14px;margin-bottom:20px}footer{grid-template-columns:1fr;padding:36px 22px 22px}.footerBottom{grid-column:1!important;flex-direction:column}}

/* V4: logo transparente, fotos optimizadas y cancelar pedido */
.brand img, footer .footerBrand img{background:transparent}
.photo{display:flex;align-items:center;justify-content:center;background:#f8f8fa}
.photo img{object-fit:contain;background:#f8f8fa}
.checkoutActions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:10px}
.cancelOrder{width:100%;border:1px solid #d9dce5;background:#fff;color:#5c6375;border-radius:7px;padding:12px;font-weight:750;cursor:pointer}
.cancelOrder:hover{background:#f6f6f8;color:#b3266f;border-color:#d7a9c5}

/* V6: talleres y galería real */
.workshopSection{padding:60px max(5vw,22px) 70px;background:linear-gradient(180deg,#fff 0%,#fff9fd 100%)}
.workshopTitle{margin-bottom:24px}.workshopSection h2{font-family:Georgia,serif;font-size:42px;margin:8px 0 0;background:var(--grad);color:transparent;background-clip:text}
.featuredWorkshop{display:grid;grid-template-columns:minmax(280px,.85fr) 1.15fr;gap:42px;align-items:center;border:1px solid var(--line);border-radius:18px;background:#fff;padding:24px;box-shadow:0 14px 45px rgba(16,25,54,.06)}
.workshopPoster img{width:100%;display:block;border-radius:12px;max-height:640px;object-fit:contain;background:#f8f8fa}.workshopBadge{display:inline-block;font-size:11px;font-weight:800;letter-spacing:1.4px;padding:8px 11px;border-radius:999px;background:#f8e7f4;color:#a32082}.workshopInfo h3{font-family:Georgia,serif;font-size:34px;margin:14px 0 12px}.workshopInfo>p{color:var(--muted);line-height:1.6}.workshopFacts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}.workshopFacts div{padding:14px;border:1px solid var(--line);border-radius:10px;display:flex;flex-direction:column;gap:4px}.workshopFacts b{font-size:12px}.workshopFacts span{font-size:14px;color:var(--muted)}.teacher{font-size:13px!important;margin-bottom:20px}.pastWorkshops{margin-top:65px}.galleryIntro{max-width:650px;margin-bottom:25px}.galleryIntro p:not(.eyebrow){color:var(--muted)}.workshopGallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.workshopGallery img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:12px;display:block}.socialCta{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.socialCta a{padding:11px 16px;border:1px solid var(--line);border-radius:999px;text-decoration:none;color:var(--ink);font-size:13px;font-weight:750;background:#fff}
.photo{padding:8px}.photo img{object-fit:contain;border-radius:7px}
@media(max-width:900px){.featuredWorkshop{grid-template-columns:1fr}.workshopPoster img{max-height:700px}.workshopGallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.workshopSection{padding:42px 14px 50px}.workshopSection h2{font-size:36px}.featuredWorkshop{padding:14px;gap:24px}.workshopInfo h3{font-size:28px}.workshopFacts{grid-template-columns:1fr}.workshopGallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.workshopGallery img{min-width:82%;scroll-snap-align:start}.socialCta a{flex:1;text-align:center}}


/* V6.1 catálogo por categorías inspirado en la navegación funcional de tiendas grandes */
.productNav{position:relative;display:flex;align-items:center}.productNavBtn{border:0;background:transparent;color:var(--ink);font:inherit;font-size:14px;cursor:pointer;padding:18px 4px}.productNavBtn span{font-size:13px;margin-left:3px}.megaMenu{position:absolute;top:52px;left:50%;transform:translateX(-42%);width:min(720px,78vw);background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 50px rgba(16,25,54,.14);padding:24px;display:grid;grid-template-columns:190px 1fr;gap:26px;opacity:0;visibility:hidden;pointer-events:none;transition:.16s;z-index:30}.productNav:hover .megaMenu,.productNav.open .megaMenu{opacity:1;visibility:visible;pointer-events:auto}.megaIntro{padding-right:20px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:7px}.megaIntro b{font-family:Georgia,serif;font-size:24px}.megaIntro span{font-size:12px;line-height:1.45;color:var(--muted)}.megaIntro a{font-weight:750;margin-top:10px;color:#9f278d}.megaCols{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.megaCols>div{display:flex;flex-direction:column;gap:10px}.megaCols strong{font-size:10px;letter-spacing:1.7px;color:var(--muted)}.megaCols a{font-size:13px;font-weight:650}.megaCols a:hover,.megaIntro a:hover{color:var(--pink)}.megaCols .soon{font-size:11px;line-height:1.5;color:#8a90a0}.catalogLayout{display:grid;grid-template-columns:230px 1fr;gap:30px;align-items:start}.catalogFilters{border:1px solid var(--line);border-radius:10px;background:#fff;padding:8px;position:sticky;top:100px}.filterTitle{font-size:13px;font-weight:800;padding:12px 12px 10px;border-bottom:1px solid var(--line);margin-bottom:5px}.filterBtn{width:100%;border:0;background:transparent;border-radius:7px;padding:11px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;color:var(--ink);cursor:pointer;font-size:13px}.filterBtn b{font-size:10px;font-weight:700;color:var(--muted);background:#f4f5f8;border-radius:99px;padding:3px 7px}.filterBtn:hover{background:#f8f8fa}.filterBtn.active{background:#f6edf7;color:#9f278d;font-weight:800}.filterBtn.active b{background:#fff;color:#9f278d}.catalogTop{min-height:38px;display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;border-bottom:1px solid var(--line);padding-bottom:12px}.catalogTop span{font-size:14px;font-weight:800}.catalogTop small{color:var(--muted)}.catalogResults .grid{grid-template-columns:repeat(3,1fr)}.catalogResults .photo{background:#fff;padding:12px}.catalogResults .photo img{background:#fff;max-width:100%;max-height:100%}
@media(max-width:900px){.catalogLayout{grid-template-columns:1fr}.catalogFilters{position:static;display:flex;overflow-x:auto;border:0;border-radius:0;padding:0 0 12px;gap:7px}.filterTitle{display:none}.filterBtn{width:auto;min-width:max-content;border:1px solid var(--line);border-radius:999px;padding:9px 13px}.filterBtn b{display:none}.catalogResults .grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.catalogTop{margin-bottom:10px}.catalogResults .grid{grid-template-columns:repeat(2,1fr)}}
