:root{--bg: #ffffff;--surface: #f8f8f8;--ink: #1f1f1f;--muted: #757575;--line: #e0e0e0;--brand: #22c55e;--brand-deep: #15803d;--teal: #22c55e;--gold: #22c55e;--radius-lg: 28px;--radius-md: 18px;--radius-sm: 12px;--shadow: 0 14px 34px rgba(0, 0, 0, .1)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:DM Sans,sans-serif;color:var(--ink);background:var(--bg)}.app-shell{min-height:100vh;position:relative;padding-bottom:5rem}.container{width:min(1160px,92%);margin-inline:auto}.top-note{margin:0;padding:.55rem 1rem;text-align:center;background:var(--brand);color:#fff;font-size:.84rem;letter-spacing:.01em}.site-header{position:sticky;top:0;z-index:70;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:color-mix(in srgb,var(--surface) 88%,transparent);border-bottom:1px solid var(--line)}.nav-wrap{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;color:inherit}.brand-logo{width:36px;height:36px;object-fit:cover;border-radius:50%}.brand-wordmark{font-family:Fraunces,serif;font-size:1.08rem;letter-spacing:.02em;font-weight:700}.site-nav{display:flex;align-items:center;gap:1rem}.site-nav a{color:var(--muted);text-decoration:none;padding:.45rem .7rem;border-radius:999px;font-size:.95rem;font-weight:600}.site-nav a.active,.site-nav a:hover{background:#f0fdf4;color:var(--brand-deep)}.header-actions{display:flex;align-items:center;gap:.5rem}.action-btn,.menu-toggle{width:40px;height:40px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.action-btn{text-decoration:none}.cart-action{width:auto;min-width:44px;border-radius:999px;padding:0 .65rem;gap:.35rem;font-size:.8rem;font-weight:700}.menu-toggle{display:none}.hero{padding:3.2rem 0 2rem}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:1.5rem;align-items:center}.hero-media{border-radius:var(--radius-lg);overflow:hidden;border:1px solid #e0e0e0;box-shadow:var(--shadow);background:#f5f5f5}.hero-media img{width:100%;height:560px;object-fit:cover}.eyebrow{margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.16em;color:var(--brand);font-size:.78rem;font-weight:700}.hero-copy h1,h2,.brand-wordmark{font-family:Fraunces,serif}.hero-copy h1{margin:0;font-size:clamp(2.1rem,5vw,4.2rem);line-height:.98}.hero-copy p{color:var(--muted);font-size:1.02rem}.hero-actions{margin-top:1.35rem;display:flex;gap:.65rem;flex-wrap:wrap}.btn{border:1px solid transparent;border-radius:999px;padding:.82rem 1.2rem;font-weight:700;cursor:pointer;font-family:inherit;font-size:.95rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.btn-solid{background:var(--brand);color:#fff;border-color:var(--brand)}.btn-solid:hover{background:var(--brand-deep);border-color:var(--brand-deep);transform:translateY(-1px);box-shadow:0 10px 20px #15803d38}.btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn-ghost:hover{background:#f0fdf4;border-color:#bbf7d0;color:var(--brand-deep)}.btn:focus-visible,.action-btn:focus-visible,.filter-btn:focus-visible,.checkout-btn:focus-visible,.cart-head button:focus-visible,.qty-controls button:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 35%,white);outline-offset:2px}.hero-stats{margin-top:1.35rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.hero-stats article{border:1px solid var(--line);border-radius:var(--radius-sm);padding:.7rem;background:color-mix(in srgb,var(--surface) 85%,transparent)}.hero-stats strong{display:block;font-size:1rem}.hero-stats span{font-size:.8rem;color:var(--muted)}.trust-bar,.collections,.about,.products,.category-section,.testimonials,.contact-strip{padding:2.4rem 0}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.category-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);color:var(--ink);min-height:74px;font:inherit;font-weight:700;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.category-card:hover{border-color:#bbf7d0;background:#f0fdf4}.trust-bar{border-block:1px solid var(--line);background:color-mix(in srgb,var(--surface) 70%,transparent)}.trust-title{grid-column:1 / -1}.trust-title h3{margin:0;font-family:Fraunces,serif}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.trust-item{display:flex;gap:.65rem;align-items:flex-start;padding:.85rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}.trust-item svg{color:var(--brand)}.trust-item h3{margin:0;font-size:.98rem}.trust-item p{margin:.15rem 0 0;font-size:.85rem;color:var(--muted)}.section-heading{margin-bottom:1rem}.section-heading h2{margin:0;font-size:clamp(1.8rem,3vw,2.8rem)}.collection-subtitle{color:var(--muted);margin-top:.5rem;margin-bottom:0}.subtle-text{color:var(--muted)}.product-toolbar{margin:.7rem 0 1.2rem;display:grid;gap:.7rem}.search-input{width:min(460px,100%);border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:.7rem 1rem;font:inherit}.filters{display:flex;flex-wrap:wrap;gap:.5rem}.filter-btn{border:1px solid var(--line);background:var(--surface);padding:.45rem .9rem;border-radius:999px;font-weight:700;cursor:pointer}.filter-btn.active,.filter-btn:hover{background:#f0fdf4;color:var(--brand-deep);border-color:#bbf7d0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-card{border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--line);background:var(--surface);box-shadow:0 8px 18px #00000014}.card-media{position:relative}.product-card img{display:block;width:100%;height:250px;object-fit:cover}.badge-featured{z-index:2;background:var(--gold);color:#fff;border-radius:999px;padding:.22rem .58rem;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.badge-stack{position:absolute;top:.8rem;left:.8rem;z-index:2;display:flex;flex-wrap:wrap;gap:.35rem}.badge-popular,.badge-discount{color:#fff;border-radius:999px;padding:.22rem .58rem;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.badge-popular{background:#0891b2}.badge-discount{background:#dc2626}.product-content{padding:.95rem;display:grid;gap:.55rem}.product-tag{margin:0;text-transform:capitalize;color:var(--muted);font-size:.77rem;letter-spacing:.07em}.product-title{margin:0;font-size:1.06rem}.product-desc{margin:0;color:var(--muted);font-size:.91rem;min-height:3em}.product-specs{margin:0;padding-left:1rem;color:var(--muted);display:grid;gap:.22rem;font-size:.86rem}.product-specs strong{color:var(--ink)}.product-meta{display:flex;justify-content:space-between;align-items:center}.product-price{font-weight:800;color:var(--brand-deep)}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.card-actions .btn{min-height:44px;width:100%}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.about-copy p,.about-copy li{color:var(--muted)}.about-copy ul{margin:1rem 0 0;padding-left:1.05rem}.about-media{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line)}.about-media img{display:block;width:100%;height:430px;object-fit:cover}.about-page{padding:2.4rem 0}.about-intro{max-width:860px}.about-story-grid{margin-top:1.1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.about-panel{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:1.1rem}.about-panel h3,.about-steps h3,.about-cta-block h3{margin:0 0 .65rem;font-family:Fraunces,serif}.about-panel p,.about-cta-block p{margin:0 0 .75rem;color:var(--muted);line-height:1.6}.about-list{margin:0;padding-left:1.05rem;color:var(--muted);display:grid;gap:.55rem}.about-list strong{color:var(--ink)}.about-steps{margin-top:1.15rem}.about-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.step-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;padding:1rem}.step-badge{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;font-weight:700;font-size:.8rem;color:var(--brand-deep);background:#f0fdf4;border:1px solid #bbf7d0}.step-card h4{margin:.7rem 0 .45rem;font-size:1.03rem}.step-card p{margin:0;color:var(--muted)}.about-cta-block{margin-top:1.2rem;border:1px solid var(--line);border-radius:var(--radius-md);background:color-mix(in srgb,var(--surface) 72%,#fff);padding:1.15rem}.about-cta-block p{max-width:70ch}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.testimonial-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:1rem}.testimonial-card p{margin:0 0 .5rem;color:var(--muted)}.testimonial-card .stars{color:#eab308;margin-bottom:.65rem;letter-spacing:.05em}.testimonial-card strong{font-size:.9rem}.contact-grid{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:1.1rem;display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center}.contact-actions{display:flex;align-items:center}.site-footer{margin-top:2.4rem;border-top:1px solid #1f1f1f;background:#111}.footer-grid{padding:2.2rem 0 1.4rem;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:1rem}.footer-grid section{border:1px solid #2a2a2a;border-radius:var(--radius-md);padding:1rem;background:#171717}.footer-grid h3,.footer-grid h4{margin-top:0;margin-bottom:.55rem;font-family:Fraunces,serif}.footer-brand-block p,.footer-meta p{margin:0;color:#b3b3b3;line-height:1.5}.footer-grid h3,.footer-grid h4{color:#fff}.footer-brand-block{display:grid;gap:.7rem}.footer-cta{display:inline-flex;align-items:center;justify-content:center;width:fit-content;text-align:center;text-decoration:none;border-radius:999px;border:1px solid var(--brand);background:var(--brand);color:#fff;font-weight:700;padding:.62rem 1rem}.footer-cta:hover{background:var(--brand-deep);border-color:var(--brand-deep)}.footer-links{display:grid;gap:.5rem}.footer-links a,.footer-links button,.footer-meta a,.footer-bottom a{color:#f2f2f2;text-decoration:none;font-weight:500}.footer-links a:hover,.footer-links button:hover,.footer-meta a:hover,.footer-bottom a:hover{color:#22c55e}.footer-links button{font:inherit;background:transparent;border:0;padding:0;text-align:left;cursor:pointer}.footer-meta{display:grid;gap:.5rem}.footer-bottom{border-top:1px solid #2a2a2a;display:flex;justify-content:space-between;align-items:center;gap:.7rem;flex-wrap:wrap;padding:.85rem 0 1.2rem}.footer-bottom p{margin:0;color:#9b9b9b}.floating-whatsapp{position:fixed;right:1rem;bottom:1rem;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #14693866;z-index:120;text-decoration:none}.wa-count{position:absolute;top:-5px;right:-4px;background:#fff;color:#0a7c42;border-radius:999px;font-size:.73rem;font-weight:800;min-width:18px;line-height:18px;text-align:center;padding-inline:.25rem}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000052;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:100}.drawer-backdrop.show{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;width:min(430px,96%);height:100%;background:var(--bg);border-left:1px solid var(--line);transform:translate(102%);transition:transform .3s ease;z-index:110;display:grid;grid-template-rows:auto 1fr auto}.cart-drawer.open{transform:translate(0)}.cart-head,.cart-foot{padding:1rem;border-bottom:1px solid var(--line)}.cart-head{display:flex;align-items:center;justify-content:space-between}.cart-head h3{margin:0;font-family:Fraunces,serif}.cart-head button,.qty-controls button,.remove-btn,.checkout-btn{cursor:pointer;font-family:inherit}.cart-head button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.35rem .7rem;transition:background-color .2s ease,border-color .2s ease}.cart-head button:hover{background:#f0fdf4;border-color:#bbf7d0}.cart-body{overflow:auto;padding:1rem;display:grid;gap:.8rem}.cart-empty{color:var(--muted)}.cart-item{display:flex;gap:.7rem;border:1px solid var(--line);border-radius:var(--radius-sm);padding:.6rem;background:#fff}.cart-item img{width:66px;height:66px;border-radius:10px;object-fit:cover}.cart-meta{display:grid;gap:.35rem;width:100%}.cart-meta span{color:var(--muted);font-size:.84rem}.qty-controls{display:flex;align-items:center;gap:.35rem}.qty-controls button{border:1px solid var(--line);background:#fff;border-radius:8px;width:28px;height:28px}.remove-btn{margin-left:auto;border:0;background:transparent;color:var(--brand-deep);width:auto!important;padding-inline:.35rem}.cart-foot{border-top:1px solid var(--line);border-bottom:0;display:grid;gap:.7rem}.cart-foot label{font-size:.83rem;color:var(--muted)}.cart-foot input{border:1px solid var(--line);border-radius:999px;padding:.68rem .95rem;font:inherit}.cart-total{display:flex;justify-content:space-between;align-items:center}.checkout-btn{border:1px solid var(--brand);background:var(--brand);color:#fff;border-radius:999px;padding:.82rem 1rem;font-weight:700;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.checkout-btn:hover:not(:disabled){background:var(--brand-deep);border-color:var(--brand-deep);transform:translateY(-1px)}.checkout-btn:disabled{opacity:.45;cursor:not-allowed}@media (max-width: 1000px){.hero-grid,.about-grid,.about-story-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-media img{height:420px}.product-grid,.trust-grid,.category-grid,.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-steps-grid{grid-template-columns:1fr}}@media (max-width: 760px){.menu-toggle{display:inline-flex}.site-nav{display:none}.site-nav.open{display:grid;position:absolute;top:100%;left:4%;right:4%;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:.8rem;box-shadow:var(--shadow)}.site-nav.open a{border-radius:8px}.hero{padding-top:2rem}.hero-media img{height:330px}.hero-stats,.product-grid,.trust-grid,.category-grid,.testimonial-grid,.contact-grid{grid-template-columns:1fr}.filters{overflow:auto;flex-wrap:nowrap;padding-bottom:.25rem}.filter-btn{flex:0 0 auto}.cart-drawer{width:100%}.footer-grid{grid-template-columns:1fr;padding-top:1.7rem}.hero-actions{width:100%;gap:.55rem}.hero-actions .btn{flex:1 1 auto;min-height:44px;padding:.78rem .9rem}}
