:root{--pink: #e8b4b8;--pink-deep: #c98d93;--rose: #9c4a53;--rose-dark: #7e3941;--sage: #a8d5ba;--sage-deep: #6f9d82;--gold: #d4af37;--gold-dark: #a9861f;--cream: #fff5f5;--surface: #ffffff;--tint: #fbecec;--tint-sage: #eef7f0;--ink: #2d3436;--ink-soft: #5c6b6e;--ink-faint: #849397;--line: #f0dcdc;--wa: #25d366;--wa-dark: #0e5c2c;--radius-s: 10px;--radius-m: 16px;--radius-l: 24px;--radius-pill: 999px;--shadow-s: 0 2px 8px rgba(45, 52, 54, .06);--shadow-m: 0 10px 30px rgba(45, 52, 54, .08);--shadow-l: 0 24px 60px rgba(45, 52, 54, .12);--font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-ui: "Montserrat", "Segoe UI", system-ui, sans-serif;--ease: cubic-bezier(.33, 1, .68, 1);--dur: .35s;--header-h: 76px;--container: 1200px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-ui);font-size:16px;line-height:1.65;color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p,figure,ul{margin:0}ul{padding:0;list-style:none}img{max-width:100%;display:block}a{color:var(--rose);text-decoration:none}a:hover{text-decoration:none}button{font-family:inherit;font-size:inherit;color:inherit;background:none;border:none;padding:0;cursor:pointer}input,select{font-family:inherit;font-size:inherit;color:inherit}:focus-visible{outline:3px solid var(--gold);outline-offset:2px;border-radius:4px}::selection{background:var(--pink);color:var(--ink)}.container{width:min(var(--container),100% - 48px);margin-inline:auto}.section{padding:88px 0}.section-tight{padding:56px 0}.section-head{max-width:640px;margin-bottom:48px}.section-head.center{margin-inline:auto;text-align:center}.eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:14px}.eyebrow:before{content:"";display:inline-block;width:26px;height:2px;background:var(--gold);vertical-align:middle;margin-right:10px}.section-head.center .eyebrow:after{content:"";display:inline-block;width:26px;height:2px;background:var(--gold);vertical-align:middle;margin-left:10px}.display-title{font-family:var(--font-display);font-weight:600;font-size:clamp(2.1rem,4.5vw,3.2rem);line-height:1.12;color:var(--ink);text-wrap:balance}.section-lead{margin-top:16px;color:var(--ink-soft);font-size:1.02rem;text-wrap:pretty}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 26px;border-radius:var(--radius-pill);font-weight:600;font-size:.95rem;letter-spacing:.01em;transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease),background-color var(--dur) var(--ease),color var(--dur) var(--ease);cursor:pointer;border:1px solid transparent;text-align:center}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button-primary{background:var(--rose);color:#fff;box-shadow:0 8px 20px #9c4a5347}.button-primary:hover{background:var(--rose-dark);box-shadow:0 12px 26px #9c4a5357}.button-gold{background:var(--gold);color:var(--ink);box-shadow:0 8px 20px #d4af3752}.button-gold:hover{background:#dbba3f}.button-outline{background:var(--surface);border-color:var(--pink);color:var(--rose)}.button-outline:hover{border-color:var(--pink-deep);background:var(--tint)}.button-whatsapp{background:var(--wa);color:var(--wa-dark);font-weight:700;box-shadow:0 8px 20px #25d3664d}.button-whatsapp:hover{background:#2fdf77;box-shadow:0 12px 26px #25d36661}.button-wa-icon{width:20px;height:20px;border-radius:50%}.button-add{width:100%;background:var(--tint);color:var(--rose);border-color:transparent;padding:11px 18px}.button-add:hover{background:var(--pink);color:var(--ink)}.button-block{width:100%}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--ink-soft);transition:background-color var(--dur) var(--ease),color var(--dur) var(--ease);cursor:pointer}.icon-button:hover{background:var(--tint);color:var(--ink)}.icon-button svg{width:22px;height:22px}.header{position:sticky;top:0;z-index:60;background:#fff5f5e0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink)}.brand-logo{width:44px;height:44px;border-radius:50%;object-fit:cover;box-shadow:var(--shadow-s)}.brand-name{font-family:var(--font-display);font-weight:700;font-size:1.55rem;letter-spacing:.02em}.nav-desktop{display:flex;align-items:center;gap:6px}.nav-link{padding:8px 14px;border-radius:var(--radius-pill);color:var(--ink-soft);font-size:.92rem;font-weight:500;transition:color var(--dur) var(--ease),background-color var(--dur) var(--ease);cursor:pointer}.nav-link:hover{color:var(--rose);background:var(--tint)}.nav-link[aria-current=page]{color:var(--rose);background:var(--tint);font-weight:600}.header-actions{display:flex;align-items:center;gap:10px}.wa-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--radius-pill);background:#25d3661f;color:var(--wa-dark);font-size:.88rem;font-weight:600;transition:background-color var(--dur) var(--ease);cursor:pointer}.wa-chip:hover{background:#25d36638}.wa-chip-icon{width:20px;height:20px;border-radius:50%}.cart-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--surface);color:var(--ink);box-shadow:var(--shadow-s);transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease);cursor:pointer}.cart-button:hover{transform:translateY(-1px);box-shadow:var(--shadow-m)}.cart-button svg{width:21px;height:21px}.cart-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:var(--radius-pill);background:var(--rose);color:#fff;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.menu-button{display:none;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;color:var(--ink);background:var(--surface);box-shadow:var(--shadow-s);cursor:pointer}.menu-button svg{width:22px;height:22px}.nav-mobile{display:none;flex-direction:column;padding:8px 24px 20px;border-top:1px solid var(--line);background:#fff5f5fa}.nav-mobile.is-open{display:flex}.nav-link-mobile{padding:13px 6px;border-bottom:1px solid var(--line);color:var(--ink);font-weight:600;font-size:1.02rem}.nav-link-mobile:last-child{border-bottom:none}.hero{position:relative;min-height:min(760px,88vh);display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-image:url(/images/hero/hero-home.jpg);background-size:cover;background-position:center}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,#fff5f5f5,#fff5f5d1,#fff5f540 68%,#fff5f50d)}.hero-content{position:relative;z-index:1;max-width:620px;padding:100px 0}.hero-title{font-family:var(--font-display);font-weight:600;font-size:clamp(2.9rem,7vw,5.1rem);line-height:1.02;color:var(--ink);text-wrap:balance}.hero-title em{font-style:italic;color:var(--rose)}.hero-subtitle{font-family:var(--font-display);font-style:italic;font-size:clamp(1.3rem,2.6vw,1.75rem);color:var(--rose);margin-top:14px}.hero-text{margin-top:20px;color:var(--ink-soft);font-size:1.05rem;max-width:540px;text-wrap:pretty}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.hero-trust{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:40px;font-size:.88rem;color:var(--ink-soft);font-weight:500}.hero-trust span{display:inline-flex;align-items:center;gap:8px}.hero-trust svg{width:16px;height:16px;color:var(--sage-deep)}.page-hero{position:relative;padding:96px 0 72px;text-align:center;overflow:hidden;background:var(--tint)}.page-hero:before{content:"";position:absolute;inset:0;background-image:var(--page-hero-img, url(/images/hero/hero-about.jpg));background-size:cover;background-position:center;opacity:.28}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(255,245,245,.55),var(--cream) 96%)}.page-hero .container{position:relative;z-index:1}.page-hero .page-title{font-family:var(--font-display);font-weight:600;font-size:clamp(2.5rem,5.5vw,3.9rem);line-height:1.05}.page-hero .page-sub{max-width:560px;margin:16px auto 0;color:var(--ink-soft)}.trust-strip{background:var(--surface);border-block:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:40px 0}.trust-item{display:flex;align-items:center;gap:16px}.trust-icon{flex:none;width:52px;height:52px;border-radius:var(--radius-m);display:inline-flex;align-items:center;justify-content:center;background:var(--tint-sage);color:var(--sage-deep)}.trust-icon svg{width:26px;height:26px}.trust-item strong{display:block;font-size:.98rem;color:var(--ink)}.trust-item span{font-size:.85rem;color:var(--ink-soft)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:26px}.product-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-l);overflow:hidden;box-shadow:var(--shadow-s);transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-m)}.product-card-media{position:relative;display:block;aspect-ratio:4 / 4.4;background:var(--tint);overflow:hidden;cursor:pointer}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.product-card:hover .product-card-media img{transform:scale(1.06)}.product-card-chip{position:absolute;top:12px;left:12px;padding:5px 12px;border-radius:var(--radius-pill);background:#ffffffeb;color:var(--rose);font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;box-shadow:var(--shadow-s);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-card-body{display:flex;flex-direction:column;flex:1;padding:18px 18px 20px}.product-card-name{font-weight:600;font-size:1rem;line-height:1.35;color:var(--ink);text-wrap:balance;cursor:pointer}.product-card-name:hover{color:var(--rose)}.product-card-meta{display:flex;align-items:baseline;gap:6px;margin:8px 0 14px}.product-card-price{font-family:var(--font-display);font-weight:700;font-size:1.3rem;color:var(--rose)}.product-card-size{color:var(--ink-faint);font-size:.85rem}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.category-tile{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:26px 28px;border-radius:var(--radius-l);background:var(--surface);border:1px solid var(--line);color:var(--ink);transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease);cursor:pointer}.category-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-m)}.category-tile.alt{background:var(--tint);border-color:transparent}.category-tile.sage{background:var(--tint-sage);border-color:transparent}.category-tile strong{font-family:var(--font-display);font-size:1.35rem;font-weight:600;line-height:1.2}.category-tile small{display:block;color:var(--ink-soft);font-family:var(--font-ui);font-size:.82rem;margin-top:4px}.category-tile .arrow{flex:none;width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--surface);color:var(--rose);box-shadow:var(--shadow-s);transition:transform var(--dur) var(--ease)}.category-tile:hover .arrow{transform:translate(4px)}.category-tile .arrow svg{width:18px;height:18px}.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.split-media{position:relative;border-radius:var(--radius-l);overflow:hidden;box-shadow:var(--shadow-l);aspect-ratio:4 / 3.4}.split-media img{width:100%;height:100%;object-fit:cover}.split-media:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.25);border-radius:inherit;pointer-events:none}.split-body .display-title{font-size:clamp(1.9rem,3.6vw,2.7rem)}.split-body p{margin-top:18px;color:var(--ink-soft);text-wrap:pretty}.stats-row{display:flex;flex-wrap:wrap;gap:40px;margin-top:34px}.stat strong{display:block;font-family:var(--font-display);font-size:2.3rem;font-weight:700;color:var(--rose);line-height:1}.stat span{font-size:.85rem;color:var(--ink-soft);font-weight:500}.promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.promo-card{position:relative;border-radius:var(--radius-l);overflow:hidden;min-height:380px;display:flex;align-items:flex-end;box-shadow:var(--shadow-m);isolation:isolate}.promo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.promo-card:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,#0f1315eb,#2d3436a8 45%,#2d34361f);z-index:-1}.promo-card-body{padding:34px;color:#fff}.promo-card-body h3{font-family:var(--font-display);font-size:1.9rem;font-weight:600;line-height:1.15;text-wrap:balance;text-shadow:0 1px 14px rgba(0,0,0,.4)}.promo-card-body p{margin:12px 0 20px;font-size:.95rem;color:#ffffffe6;text-wrap:pretty;text-shadow:0 1px 8px rgba(0,0,0,.35)}.promo-card .button{background:#fffffff0;color:var(--ink)}.promo-card .button:hover{background:#fff}.contact-strip{background:var(--surface);border-block:1px solid var(--line)}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:56px 0}.contact-card{padding:26px 24px;border-radius:var(--radius-m);background:var(--tint);text-align:center}.contact-card:nth-child(2){background:var(--tint-sage)}.contact-card .trust-icon{margin:0 auto 14px;background:var(--surface);box-shadow:var(--shadow-s)}.contact-card strong{display:block;font-size:.95rem}.contact-card a,.contact-card p{color:var(--ink-soft);font-size:.88rem;margin-top:6px;word-break:break-word}.contact-card a:hover{color:var(--rose)}.shop-toolbar{position:sticky;top:var(--header-h);z-index:30;background:#fff5f5eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:16px 0;border-bottom:1px solid var(--line)}.shop-toolbar-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.search-box{position:relative;flex:1;min-width:220px}.search-box svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--ink-faint);pointer-events:none}.search-box input{width:100%;padding:12px 16px 12px 44px;border-radius:var(--radius-pill);border:1px solid var(--line);background:var(--surface);transition:border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease)}.search-box input:focus{outline:none;border-color:var(--pink-deep);box-shadow:0 0 0 3px #c98d932e}.sort-select{padding:12px 42px 12px 18px;border-radius:var(--radius-pill);border:1px solid var(--line);background:var(--surface);font-weight:500;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23849397' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:15px}.sort-select:focus{outline:none;border-color:var(--pink-deep);box-shadow:0 0 0 3px #c98d932e}.chip-row{display:flex;gap:10px;margin-top:14px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin;scrollbar-color:var(--pink) transparent}.chip{flex:none;padding:9px 18px;border-radius:var(--radius-pill);border:1px solid var(--line);background:var(--surface);color:var(--ink-soft);font-size:.86rem;font-weight:600;transition:background-color var(--dur) var(--ease),color var(--dur) var(--ease),border-color var(--dur) var(--ease);cursor:pointer}.chip:hover{border-color:var(--pink-deep);color:var(--rose)}.chip.is-active{background:var(--rose);border-color:var(--rose);color:#fff}.shop-meta{display:flex;align-items:center;justify-content:space-between;margin:28px 0 20px;color:var(--ink-soft);font-size:.88rem}.shop-empty{text-align:center;padding:90px 20px;background:var(--surface);border:1px dashed var(--pink);border-radius:var(--radius-l)}.shop-empty h3{font-family:var(--font-display);font-size:1.8rem;font-weight:600}.shop-empty p{color:var(--ink-soft);margin:10px 0 22px}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:22px 0 0;font-size:.85rem;color:var(--ink-faint)}.breadcrumb a{color:var(--ink-soft)}.breadcrumb a:hover{color:var(--rose)}.product-detail{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,4fr);gap:56px;padding:34px 0 80px;align-items:start}.product-detail-media{position:sticky;top:calc(var(--header-h) + 24px);aspect-ratio:1 / 1.05;border-radius:var(--radius-l);background:var(--tint);border:1px solid var(--line);overflow:hidden;box-shadow:var(--shadow-m)}.product-detail-media img{width:100%;height:100%;object-fit:cover}.product-detail-info{display:flex;flex-direction:column;gap:18px}.product-detail-info .chip{align-self:flex-start;flex:none}.product-detail-name{font-family:var(--font-display);font-weight:600;font-size:clamp(2rem,4vw,2.8rem);line-height:1.08;text-wrap:balance}.product-detail-tagline{color:var(--ink-soft);font-size:1.05rem;text-wrap:pretty}.product-detail-price-row{display:flex;align-items:baseline;gap:10px;padding:16px 0;border-block:1px solid var(--line)}.product-detail-price{font-family:var(--font-display);font-weight:700;font-size:2.4rem;color:var(--rose)}.product-detail-size{color:var(--ink-soft);font-weight:500}.qty-row{display:flex;align-items:center;gap:14px}.qty-label{font-size:.9rem;font-weight:600;color:var(--ink-soft)}.qty-control{display:inline-flex;align-items:center;gap:4px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-pill);padding:4px}.qty-control button{width:34px;height:34px;border-radius:50%;font-size:1.15rem;line-height:1;color:var(--rose);transition:background-color var(--dur) var(--ease);cursor:pointer}.qty-control button:hover{background:var(--tint)}.qty-value{min-width:34px;text-align:center;font-weight:700}.product-detail-actions{display:flex;flex-direction:column;gap:12px}.product-detail-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:6px}.fact{padding:14px 16px;border-radius:var(--radius-m);background:var(--surface);border:1px solid var(--line)}.fact span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-faint);font-weight:600}.fact strong{font-size:.95rem;color:var(--ink)}.related-section{border-top:1px solid var(--line)}.hours-card{max-width:640px;margin:0 auto;padding:40px 36px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-l);text-align:center;box-shadow:var(--shadow-s)}.hours-card h3{font-family:var(--font-display);font-size:1.8rem;font-weight:600}.hours-list{margin-top:22px}.hours-list li{display:flex;justify-content:space-between;gap:16px;padding:12px 4px;border-bottom:1px dashed var(--line);font-size:.98rem}.hours-list li:last-child{border-bottom:none}.hours-list strong{color:var(--rose);font-weight:600}.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.contact-list{display:flex;flex-direction:column;gap:22px;margin-top:28px}.contact-row{display:flex;gap:18px;align-items:flex-start}.contact-row .trust-icon{flex:none}.contact-row strong{display:block;font-size:.95rem}.contact-row a,.contact-row p{color:var(--ink-soft);font-size:.95rem;margin-top:4px}.contact-row a:hover{color:var(--rose)}.drawer-backdrop{position:fixed;inset:0;z-index:90;background:#2d343673;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fade-in var(--dur) var(--ease)}.drawer{position:absolute;top:0;right:0;height:100%;width:min(440px,100%);background:var(--cream);display:flex;flex-direction:column;animation:slide-in var(--dur) var(--ease);box-shadow:var(--shadow-l)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--line);background:var(--surface)}.drawer-title{font-family:var(--font-display);font-size:1.5rem;font-weight:600;display:inline-flex;align-items:center;gap:10px}.drawer-count{font-family:var(--font-ui);font-size:.75rem;font-weight:700;background:var(--pink);color:var(--ink);border-radius:var(--radius-pill);padding:3px 9px}.drawer-items{flex:1;overflow-y:auto;padding:18px 24px;display:flex;flex-direction:column;gap:16px}.drawer-item{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:start;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-m);padding:12px}.drawer-item-thumb{display:block;width:72px;height:72px;border-radius:var(--radius-s);overflow:hidden;background:var(--tint)}.drawer-item-thumb img{width:72px;height:72px;object-fit:cover}.drawer-item-name{font-weight:600;font-size:.9rem;color:var(--ink);line-height:1.35;display:block}.drawer-item-name:hover{color:var(--rose)}.drawer-item-size{display:block;font-size:.78rem;color:var(--ink-faint);margin:3px 0 8px}.drawer-item-remove{font-size:.76rem;color:var(--ink-faint);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.qty-control .drawer-item-remove{width:auto;height:auto;border-radius:0;padding:0 10px;white-space:nowrap;border:none;background:none}.qty-control .drawer-item-remove:hover{background:none}.drawer-item-remove:hover{color:var(--rose)}.drawer-item-total{font-weight:700;font-size:.92rem;color:var(--rose)}.drawer-foot{border-top:1px solid var(--line);padding:20px 24px;background:var(--surface)}.drawer-total-row{display:flex;align-items:baseline;justify-content:space-between;font-size:1.05rem}.drawer-total-row strong{font-family:var(--font-display);font-size:1.7rem;color:var(--rose)}.drawer-note{font-size:.8rem;color:var(--ink-faint);margin:8px 0 14px}.drawer-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 24px;text-align:center;color:var(--ink-soft)}.drawer-empty svg{width:56px;height:56px;color:var(--pink-deep)}.drawer-clear{display:block;margin:14px auto 0;font-size:.82rem;color:var(--ink-faint);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.drawer-clear:hover{color:var(--rose)}.footer{background:#2d3436;color:#ffffffc7;padding:64px 0 0;margin-top:40px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1.3fr 1.2fr;gap:44px;padding-bottom:48px}.footer-logo{width:56px;height:56px;border-radius:50%;object-fit:cover;margin-bottom:16px;box-shadow:0 4px 16px #0000004d}.footer-tagline{font-size:.92rem;color:#ffffff9e;max-width:300px;text-wrap:pretty}.footer-heading{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:16px}.footer-link{display:block;color:#ffffffb8;font-size:.92rem;padding:5px 0;transition:color var(--dur) var(--ease);cursor:pointer}.footer-link:hover{color:var(--pink)}.footer-text{font-size:.92rem;color:#ffffffb8;padding:5px 0;line-height:1.7}.footer-text strong{color:#fff}.footer-bottom{display:flex;flex-wrap:wrap;gap:8px 24px;justify-content:space-between;padding:22px 0;border-top:1px solid rgba(255,255,255,.12);font-size:.82rem;color:#ffffff80}.footer-credit{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.22);transition:color var(--dur) var(--ease),border-color var(--dur) var(--ease)}.footer-credit:hover{color:#ffffffd9;border-color:#ffffff8c}.wa-float{position:fixed;right:22px;bottom:22px;z-index:70;width:58px;height:58px;border-radius:50%;background:var(--wa);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 26px #25d3666b;transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease);cursor:pointer}.wa-float:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 14px 32px #25d36680}.wa-float img{width:34px;height:34px;border-radius:50%}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.is-visible{opacity:1;transform:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in{0%{transform:translate(100%)}to{transform:none}}@media(max-width:1024px){.trust-grid,.contact-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr;gap:40px}.product-detail{grid-template-columns:1fr;gap:36px}.product-detail-media{position:static;aspect-ratio:4 / 3.6}.contact-page-grid{grid-template-columns:1fr;gap:40px}.nav-desktop,.wa-chip-text{display:none}.menu-button{display:inline-flex}.nav-mobile{display:flex}}@media(max-width:768px){.section{padding:64px 0}.hero{min-height:620px}.hero-bg:after{background:linear-gradient(180deg,#fff5f5f0,#fff5f5db 55%,#fff5f559)}.hero-content{padding:70px 0}.promo-grid{grid-template-columns:1fr}.promo-card{min-height:320px}.shop-toolbar-row{flex-direction:column;align-items:stretch}.sort-select{width:100%}}@media(max-width:560px){.container{width:calc(100% - 40px)}.trust-grid,.contact-grid,.category-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:32px}.brand-name{font-size:1.3rem}.brand-logo{width:38px;height:38px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.product-detail-facts{grid-template-columns:1fr}.product-card-body{padding:14px 14px 16px}.hero-trust{gap:8px 14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
