:root{--ink:#12241f;--green:#08614f;--dark:#043d34;--gold:#d6ae5a;--cream:#f7f3ed;--paper:#fff;--line:#e1ddd5;--muted:#65716c;--display:'Cormorant Garamond',Georgia,serif;--body:'Manrope',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--body);font-size:16px;line-height:1.5}body.locked{overflow:hidden}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}[hidden]{display:none!important}
header{height:86px;display:flex;align-items:center;justify-content:space-between;max-width:1240px;margin:auto;padding:0 32px;position:relative;z-index:10;background:#fff}.brand img{width:104px;height:68px;object-fit:contain}nav{display:flex;gap:34px}nav a,footer a{color:inherit;text-decoration:none}nav a{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.menu{display:none;border:0;background:none;font-size:24px}.bag-button{border:1px solid var(--line);background:#fff;padding:10px 14px;font-weight:700;border-radius:99px}.bag-button span{display:inline-grid;place-items:center;min-width:23px;height:23px;padding:0 5px;border-radius:50%;background:var(--gold);margin-left:6px;font-size:12px}
.hero{height:540px;max-width:1440px;margin:auto;background:linear-gradient(120deg,#f6f1e9,#fbf9f5 57%,#e6efeb);display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden}.hero-copy{padding:70px clamp(42px,7vw,96px);align-self:center}.eyebrow,.category-count,.footer-label{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:800;color:var(--green);margin:0 0 14px}h1,h2{font-family:var(--display);font-weight:600;margin:0;letter-spacing:-.025em}h1{font-size:clamp(54px,5vw,76px);line-height:.9;max-width:620px}.hero-copy>p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.75;max-width:560px;margin:24px 0 28px}.primary,.add{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#fff;border:0;text-decoration:none;padding:13px 18px;font-size:13px;font-weight:800;letter-spacing:.02em}.primary:hover,.add:hover{background:var(--dark)}.hero-facts{display:flex;gap:22px;margin-top:23px;color:#52615c;font-size:12px;font-weight:600}.hero-visual{position:relative;height:540px}.hero-card{position:absolute;background:#fff;padding:9px;box-shadow:0 18px 44px #18392c24;overflow:hidden}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card.one{width:34%;height:64%;left:13%;top:19%;transform:rotate(-4deg)}.hero-card.two{width:34%;height:64%;right:12%;top:12%;transform:rotate(4deg)}.price-seal{position:absolute;bottom:42px;left:43%;width:108px;height:108px;border-radius:50%;background:var(--gold);display:flex;flex-direction:column;justify-content:center;align-items:center;transform:rotate(-6deg);box-shadow:0 10px 25px #0002}.price-seal small{font-size:8px;letter-spacing:.14em;font-weight:800}.price-seal strong{font-family:var(--display);font-size:19px;margin-top:2px}
.shop{max-width:1240px;margin:auto;padding:88px 32px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:32px}.section-heading h2,.promise h2{font-size:clamp(40px,4.5vw,58px);line-height:1}.section-heading>p,.category-heading>p{color:var(--muted)}.section-heading>p{font-size:13px}.shop-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;border-block:1px solid var(--line);padding:16px 0;margin-bottom:54px}.search{height:44px;width:min(100%,330px);display:flex;align-items:center;gap:10px;border:1px solid var(--line);padding:0 14px;background:#fff}.search input{border:0;outline:0;width:100%;color:var(--ink)}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{border:1px solid var(--line);background:#fff;padding:9px 14px;border-radius:99px;color:#4f5b56;font-size:12px;font-weight:700}.filters button.active{background:var(--green);border-color:var(--green);color:#fff}.category-section+section{margin-top:78px}.category-heading{display:grid;grid-template-columns:minmax(240px,.72fr) 1.28fr;gap:40px;align-items:end;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:32px}.category-heading h3{font-family:var(--display);font-size:clamp(34px,3.5vw,46px);line-height:1;font-weight:600;margin:0}.category-heading>p{line-height:1.7;margin:0;max-width:680px;font-size:14px}.category-count{margin-bottom:7px}
.product-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:34px 22px}.product{flex:0 1 276px;max-width:276px;display:flex;flex-direction:column;background:#fff;border:1px solid #ebe7df;box-shadow:0 8px 24px #18392c0a;transition:transform .25s,box-shadow .25s}.product:hover{transform:translateY(-3px);box-shadow:0 16px 36px #18392c14}.product-image{width:100%;height:345px;background:var(--cream);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product:hover img{transform:scale(1.02)}.product-info{padding:18px;display:flex;flex:1;flex-direction:column}.product-info h3{font-family:var(--display);font-size:24px;line-height:1.05;font-weight:700;margin:0 0 9px}.product-info>p{color:var(--muted);font-size:12px;line-height:1.65;margin:0 0 18px;min-height:60px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.product-bottom>strong{font-size:14px}.add{padding:10px 12px;font-size:11px}.stepper{height:36px;display:flex;align-items:center;border:1px solid var(--line)}.stepper button{width:34px;height:34px;border:0;background:#fff;font-size:18px}.stepper b{width:26px;text-align:center;font-size:12px}.empty{text-align:center;background:var(--cream);padding:64px}.empty h3{font:700 30px var(--display)}
.promise{background:var(--dark);color:#fff;padding:82px max(32px,calc((100vw - 1176px)/2))}.promise .eyebrow{color:#e7c775}.promise h2{max-width:680px}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:46px;margin-top:52px}.promise-grid article{border-top:1px solid #ffffff35;padding-top:20px}.promise-grid b{color:#e7c775;font-size:12px}.promise-grid h3{font:700 26px var(--display);margin:23px 0 8px}.promise-grid p{color:#cbd7d3;line-height:1.7;font-size:13px;margin:0}
footer{background:#062f29;color:#fff;border-top:5px solid var(--gold)}.footer-inner{max-width:1176px;margin:auto;padding:58px 32px 26px;display:grid;grid-template-columns:1.6fr .7fr 1fr;gap:70px}.footer-brand img{width:118px;height:78px;object-fit:contain;background:#fff;border-radius:4px;padding:5px}.footer-brand p{color:#b9cbc5;font-family:var(--display);font-size:21px;line-height:1.35;margin:20px 0 0}.footer-label{color:#dabb73;margin-bottom:18px}.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-links a{color:#d8e3df;font-size:13px}.footer-contact{display:flex;flex-direction:column;align-items:flex-start}.footer-whatsapp{color:#fff;font-size:12px;line-height:1.8}.footer-whatsapp strong{font-family:var(--display);font-size:22px}.footer-contact>span{display:inline-block;margin-top:15px;border:1px solid #ffffff40;border-radius:99px;padding:6px 10px;color:#d8e3df;font-size:11px}.footer-bottom{grid-column:1/-1;border-top:1px solid #ffffff22;padding-top:20px;margin-top:5px;display:flex;justify-content:space-between;gap:20px;color:#93aaa3;font-size:11px}.footer-bottom a{color:#dabb73;font-weight:700}
.floating-bag{position:fixed;z-index:20;bottom:18px;left:50%;transform:translateX(-50%);border:0;border-radius:99px;background:var(--ink);color:#fff;padding:13px 18px;box-shadow:0 12px 35px #0004;font-size:12px}.floating-bag strong{color:#ecd38e;margin-left:12px}.overlay{position:fixed;inset:0;z-index:50;background:#0c1713a6;display:flex;justify-content:flex-end}.checkout{width:min(100%,500px);height:100%;background:#fff;display:flex;flex-direction:column}.checkout-head{padding:26px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.checkout-head h2{font-size:36px}.checkout-head button{border:0;background:none;font-size:32px}.checkout-items{padding:6px 26px;flex:1;overflow:auto}.checkout-item{display:grid;grid-template-columns:70px 1fr auto;gap:13px;padding:17px 0;border-bottom:1px solid var(--line)}.checkout-item img{width:70px;height:88px;object-fit:cover}.checkout-item h3{font:700 19px var(--display);margin:2px 0 4px}.checkout-item p{font-size:11px;color:var(--muted)}.checkout-form{border-top:1px solid var(--line);padding:20px 26px;background:#faf9f7}.total{display:flex;justify-content:space-between;font-size:18px}.payment-badge{display:inline-block;background:#e8f5ed;color:#147044;font-size:11px;font-weight:800;padding:7px 9px;margin-top:10px}.checkout-form>p{font-size:11px;color:var(--muted);line-height:1.5}.checkout-form label{display:block;font-size:11px;font-weight:700;margin-top:9px}.checkout-form input{display:block;width:100%;height:40px;border:1px solid var(--line);padding:0 11px;margin-top:4px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.whatsapp{width:100%;border:0;background:#1f9d5a;color:#fff;padding:13px;margin-top:15px;font-weight:800;font-size:12px}.form-error{color:#b42318!important}.bag-empty{text-align:center;padding:65px 10px}
@media(max-width:1050px){.product{flex-basis:calc(33.333% - 15px);max-width:300px}.hero-copy{padding-inline:42px}.footer-inner{gap:40px}}
@media(max-width:760px){header{height:74px;padding:0 18px}.brand img{width:90px;height:60px}.menu{display:block}nav{display:none;position:absolute;left:14px;right:14px;top:68px;background:#fff;box-shadow:0 18px 40px #0002;flex-direction:column;padding:22px}nav.open{display:flex}.hero{height:auto;grid-template-columns:1fr}.hero-copy{padding:58px 24px 34px}.hero-visual{height:360px}.hero-card.one,.hero-card.two{width:37%;height:68%}.hero-card.one{left:10%;top:16%}.hero-card.two{right:10%;top:9%}.price-seal{width:92px;height:92px;bottom:24px}.shop{padding:66px 18px}.section-heading,.shop-tools{align-items:stretch;flex-direction:column}.search{width:100%}.filters{overflow:auto;flex-wrap:nowrap;padding-bottom:2px}.filters button{white-space:nowrap}.category-heading{grid-template-columns:1fr;gap:10px;align-items:start}.product-grid{gap:18px 10px}.product{flex-basis:calc(50% - 5px);max-width:none}.product-image{height:auto;aspect-ratio:4/5}.product-info{padding:13px}.product-info h3{font-size:20px}.product-info>p{font-size:11px;min-height:70px}.product-bottom{align-items:stretch;flex-direction:column}.add{width:100%}.promise{padding:68px 24px}.promise-grid{grid-template-columns:1fr;gap:32px}.footer-inner{grid-template-columns:1fr 1fr;gap:40px 25px;padding:48px 24px 24px}.footer-brand{grid-column:1/-1}.footer-bottom{grid-column:1/-1;flex-direction:column}.form-row{grid-template-columns:1fr}}
@media(max-width:390px){.product{flex-basis:100%;max-width:290px}.product-info>p{min-height:0}.hero-facts{flex-direction:column;gap:7px}}
