:root{--green:#1d3b30;--lilac:#e5ddf8;--coral:#e77c59;--ink:#222;--muted:#626262;--bg:#fbfaf8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.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}.notice{text-align:center;background:#f8e8df;color:#633523;font-size:11px;font-weight:750;letter-spacing:.11em;padding:9px 12px}.header{background:var(--green);color:white}.head-inner{max-width:1250px;margin:auto;min-height:82px;padding:12px 28px;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;gap:12px;min-width:240px;font-family:Georgia,serif;font-size:26px}.brand img{height:48px;width:56px;object-fit:cover;object-position:center 35%;border-radius:7px;background:white}.brand small{font:12px Arial}.head-inner nav{display:flex;align-items:center;gap:29px;margin:auto}.head-inner nav a{font-size:14px}.head-inner nav a:hover{text-decoration:underline}.cart-btn,.menu-toggle{background:transparent;border:1px solid #ffffff55;color:white;padding:10px 14px;border-radius:20px}.cart-btn span{background:var(--coral);border-radius:50%;padding:2px 7px}.menu-toggle{display:none}.promo{background:var(--lilac);text-align:center;padding:12px 8px;font-size:11px;font-weight:750;letter-spacing:.13em}.hero{max-width:1250px;margin:auto;padding:70px 28px;display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.2em;color:#9d704f;font-weight:800}.hero h1{font-size:clamp(46px,6vw,82px);line-height:1.03;letter-spacing:-.055em;margin:17px 0}.hero h1 em{color:var(--green);font-family:Georgia,serif;font-weight:400}.hero p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.7;max-width:480px}.cta,.checkout{display:inline-block;background:var(--coral);color:white;border:0;border-radius:10px;padding:15px 22px;font-weight:750;margin-top:16px}.hero-art{min-height:380px;border-radius:24px;background:linear-gradient(140deg,#e5ddf8,#f8e7d9 60%,#d7e4da);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.moon{font-family:Georgia,serif;font-size:210px;color:var(--green);border:9px solid #c9a34a;border-radius:50%;width:270px;height:270px;text-align:center;line-height:250px;box-shadow:20px 20px 0 #ffffff55}.hero-art span{position:absolute;right:22px;bottom:24px;color:var(--green);font-size:12px;letter-spacing:.22em;font-weight:800}.benefits{background:var(--green);color:white;display:flex;justify-content:center;gap:80px;padding:19px 12px;font-size:13px}.catalog{max-width:1250px;margin:auto;padding:70px 28px}.section-top{display:flex;align-items:end;justify-content:space-between;gap:25px}.section-top h2,.about h2{font-size:clamp(35px,4vw,54px);letter-spacing:-.04em;margin:10px 0}.section-top p:not(.eyebrow){color:var(--muted)}.sort-label{font-size:13px;white-space:nowrap}.sort-label select{border:1px solid #ddd;padding:12px;border-radius:9px;background:white}.controls{display:flex;justify-content:space-between;gap:18px;margin:25px 0}.filters{display:flex;gap:9px;flex-wrap:wrap}.filters button{background:var(--lilac);border:0;border-radius:25px;padding:10px 18px}.filters button.active{background:var(--green);color:white}.search input{border:1px solid #ddd;border-radius:22px;padding:10px 16px;min-width:210px}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product{border:1px solid #ededed;border-radius:13px;overflow:hidden;box-shadow:0 5px 15px #0000000b;background:#fff}.product-image{height:260px;background:#f3f1ef;position:relative;display:grid;place-items:center}.product-image img{height:100%;width:100%;object-fit:cover}.pill{position:absolute;left:13px;top:13px;background:var(--lilac);border-radius:20px;padding:6px 11px;font-size:12px;font-weight:700}.product-body{padding:17px}.product-body h3{margin:5px 0;font-size:17px}.product-body p{font-size:13px;color:var(--muted);min-height:32px;margin:7px 0}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px}.product-bottom strong{font-size:19px}.product-bottom button{border:0;background:var(--coral);color:white;border-radius:9px;padding:11px 16px;font-weight:700}.empty{grid-column:1/-1;padding:40px;text-align:center;background:var(--bg);border-radius:10px}.about{background:#f6f4f0;padding:60px max(28px,calc((100vw - 1194px)/2));display:flex;align-items:center;justify-content:space-between;gap:30px}.about p:not(.eyebrow){line-height:1.8;max-width:580px;color:var(--muted)}.about img{width:200px;height:125px;object-fit:contain;background:white;border-radius:12px}footer{background:var(--green);color:white;padding:36px max(28px,calc((100vw - 1194px)/2));display:flex;justify-content:space-between;gap:22px;flex-wrap:wrap;font-size:13px}footer div:nth-child(2){display:flex;gap:18px;flex-wrap:wrap}footer small{width:100%;opacity:.7}.overlay{position:fixed;inset:0;background:#0008;z-index:5}.overlay[hidden]{display:none}.cart{position:fixed;right:0;top:0;bottom:0;width:min(440px,100vw);background:white;z-index:6;transform:translateX(102%);transition:transform .25s;display:flex;flex-direction:column;padding:25px;box-shadow:-10px 0 30px #0002}.cart.open{transform:translateX(0)}.cart-head,.cart-bottom p{display:flex;justify-content:space-between;align-items:center}.cart-head button{background:transparent;border:0;font-size:22px}.cart-note{font-size:13px;color:var(--muted)}.cart-items{flex:1;overflow:auto}.cart-line{padding:14px 0;border-bottom:1px solid #eee;display:flex;justify-content:space-between;gap:10px}.cart-line small{display:block;color:var(--muted);margin-top:6px}.cart-line button{border:0;background:var(--lilac);border-radius:6px;padding:5px 9px;margin:0 3px}.cart-bottom{border-top:1px solid #ddd}.checkout{width:100%;opacity:.6;cursor:not-allowed}@media(max-width:800px){.head-inner{flex-wrap:wrap;gap:10px}.brand{min-width:0;margin-right:auto}.menu-toggle{display:block}.head-inner nav{display:none;order:3;flex-basis:100%;flex-direction:column;align-items:start;padding:15px 0;gap:20px}.head-inner nav.open{display:flex}.hero{grid-template-columns:1fr;padding:44px 20px}.hero-art{min-height:280px}.benefits{gap:12px;flex-wrap:wrap}.catalog{padding:48px 20px}.products{grid-template-columns:repeat(2,minmax(0,1fr))}.section-top{align-items:start;flex-direction:column}.controls{flex-direction:column}.search input{width:100%}.about{padding:40px 20px}}@media(max-width:530px){.products{grid-template-columns:1fr}.product-image{height:290px}.brand{font-size:20px}.brand img{height:40px;width:42px}.hero-art{min-height:230px}.moon{transform:scale(.7)}.about img{width:100px}.benefits{font-size:11px}}

/* Catálogo v2 */
.catalog-status{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 22px;color:#56675e;font-size:14px}.catalog-status button{border:1px solid #d9d3e9;background:#f1eafb;color:#1d3b30;padding:8px 14px;border-radius:999px;cursor:pointer}.catalog-status button:hover,.catalog-status button:focus-visible{outline:2px solid #e47e61;outline-offset:2px}.product-image img{object-fit:cover}.product-body h3{min-height:2.5em}
