*{box-sizing:border-box}
:root{--green:#0b3b2a;--green2:#15563c;--cream:#f7f0de;--paper:#fffdf7;--red:#7d2732;--gold:#c99b3c;--ink:#20251f;--muted:#656a61;--line:rgba(11,59,42,.13);--shadow:0 22px 60px rgba(25,43,32,.13)}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.6}
a{text-decoration:none;color:inherit}
.topbar{height:76px;padding:12px 5vw;display:flex;align-items:center;justify-content:space-between;gap:20px;position:sticky;top:0;z-index:50;background:rgba(247,240,222,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.logo{display:flex;align-items:center;gap:10px;color:var(--green)}.logo-badge{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font:700 25px "Playfair Display"}.logo-text b{display:block;font:700 19px "Playfair Display";letter-spacing:2px;line-height:1}.logo-text small{display:block;letter-spacing:2.7px;font-size:8px;margin-top:5px}
.desktop-nav{display:flex;gap:28px;font-size:13px;font-weight:700;color:#364238}.desktop-nav a:hover{color:var(--red)}.mini-order{padding:11px 17px;border-radius:999px;background:var(--green);color:#fff;font-weight:700;font-size:13px}
.hero{display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:center;padding:70px 5vw 80px;min-height:720px;background:radial-gradient(circle at 5% 10%,#fffdf7 0,transparent 31%)}
.hero-content{max-width:690px}.kicker{display:flex;align-items:center;gap:10px;color:var(--red);font-size:11px;font-weight:800;letter-spacing:2.4px;margin-bottom:15px}.kicker span{width:24px;height:1px;background:var(--gold)}.kicker.left{display:block}
h1,h2{font-family:"Playfair Display",Georgia,serif;color:var(--green);line-height:1.04}h1{font-size:clamp(52px,6.4vw,88px);margin:0 0 25px;letter-spacing:-1px}h1 i,h2 i{color:var(--red);font-style:italic}.hero-copy{max-width:610px;font-size:19px;color:var(--muted);margin:0}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin:31px 0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 20px;border-radius:999px;font-weight:800;transition:transform .18s,box-shadow .18s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(11,59,42,.15)}.btn-green{background:var(--green);color:#fff}.btn-outline{border:1.5px solid var(--green);color:var(--green)}.btn-light{background:#fff;color:var(--green)}
.hero-points{display:flex;flex-wrap:wrap;gap:9px 19px;color:var(--green);font-size:12px;font-weight:700}
.hero-photo{position:relative;max-width:620px;justify-self:end}.hero-photo>img{width:100%;height:620px;object-fit:cover;display:block;border-radius:32px;box-shadow:var(--shadow)}
.round-seal{position:absolute;right:-22px;top:28px;width:145px;height:145px;border-radius:50%;background:var(--green);border:4px double var(--gold);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;line-height:1.45;box-shadow:var(--shadow)}.round-seal em{font-size:21px;margin-top:3px}.photo-caption{position:absolute;left:22px;bottom:22px;background:rgba(255,253,247,.93);padding:13px 16px;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.photo-caption b{display:block;font:700 21px "Playfair Display";color:var(--green)}.photo-caption span{display:block;font-size:11px;color:var(--muted)}
.marquee{display:flex;justify-content:center;gap:25px;flex-wrap:wrap;padding:17px 5vw;background:var(--green);color:#fff;font-size:10px;font-weight:800;letter-spacing:2px}.marquee b{color:var(--gold)}
.section{padding:92px 8vw}
.story{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:7vw;background:var(--paper)}.story-image{border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.story-image img{display:block;width:100%;height:410px;object-fit:cover}.story-copy h2{font-size:clamp(38px,4.5vw,60px);margin:0 0 20px}.story-copy p{color:var(--muted);font-size:17px;max-width:650px}.signature{font:italic 600 25px "Playfair Display";color:var(--red)!important}
.products{background:var(--cream)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px}.section-head h2{font-size:clamp(40px,4.5vw,60px);margin:0}.section-head>p{max-width:340px;color:var(--muted);margin:0 0 7px}.filters{display:flex;gap:8px;flex-wrap:wrap;margin:28px 0}.filter{border:1px solid var(--line);background:transparent;color:var(--green);padding:9px 15px;border-radius:999px;font:700 13px "DM Sans";cursor:pointer}.filter.active,.filter:hover{background:var(--green);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 9px 30px rgba(25,43,32,.06);transition:transform .18s,box-shadow .18s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-top{height:165px;position:relative;overflow:hidden;display:flex;align-items:end;padding:17px;background:linear-gradient(135deg,#0c3b2a,#7d2732)}.product-top:before,.product-top:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.2);border-radius:50%}.product-top:before{width:180px;height:180px;right:-65px;top:-80px}.product-top:after{width:100px;height:100px;left:-38px;bottom:-55px}.product-category{position:relative;z-index:1;background:#fffdf7;color:var(--red);padding:6px 9px;border-radius:8px;text-transform:uppercase;font-size:9px;font-weight:800;letter-spacing:1.4px}.product-body{padding:20px;display:flex;flex-direction:column;flex:1}.product-body h3{font:700 25px "Playfair Display";color:var(--green);margin:0 0 7px}.product-body p{font-size:13px;color:var(--muted);margin:0 0 17px}.details{display:flex;gap:7px;flex-wrap:wrap;margin-top:auto;margin-bottom:14px}.detail{background:var(--cream);border-radius:9px;padding:7px 9px;font-size:11px;font-weight:800;color:var(--green)}.order-product{display:flex;align-items:center;justify-content:center;gap:7px;padding:11px;border-radius:12px;background:var(--green);color:#fff;font-weight:800;font-size:13px}
.promise{background:var(--green);color:#fff;padding:80px 8vw}.promise-intro{padding:0 0 35px}.promise-intro .kicker{color:#e4c36e}.promise-intro h2{color:#fff;font-size:clamp(40px,4.5vw,60px);margin:0}.promise-intro h2 i{color:#e4c36e}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.18)}.promise-grid article{padding:28px 20px 8px;border-right:1px solid rgba(255,255,255,.18);text-align:center}.promise-grid article:last-child{border:0}.icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 15px;border-radius:50%;background:#fff;color:var(--green);font-size:23px}.promise-grid h3{font:700 20px "Playfair Display";margin:0 0 6px}.promise-grid p{font-size:13px;color:rgba(255,255,255,.72);margin:0}
.delivery{background:var(--paper)}.delivery-card{display:grid;grid-template-columns:260px 1fr;align-items:center;gap:55px;padding:58px 7vw;border-radius:30px;background:var(--cream);border:1px solid var(--line)}.delivery h2{font-size:clamp(39px,4.2vw,57px);margin:0 0 18px}.delivery p{max-width:620px;color:var(--muted);font-size:17px}.map-shape{width:230px;height:240px;display:grid;place-items:center;border:3px solid var(--green);border-radius:45% 55% 50% 48%;transform:rotate(-7deg);font:700 72px "Playfair Display";color:var(--green);background:#fffdf7}
.final-cta{margin:0 5vw 70px;padding:70px 8vw;text-align:center;border-radius:30px;background:var(--red);color:#fff}.final-cta .kicker{justify-content:center;color:#f2cf74}.final-cta h2{color:#fff;font-size:clamp(45px,5vw,68px);margin:0 0 8px}.final-cta p{color:rgba(255,255,255,.78);margin:0 0 25px}.floating-whatsapp{position:fixed;right:18px;bottom:18px;z-index:60;display:flex;align-items:center;gap:7px;padding:13px 17px;border-radius:999px;background:#128c48;color:#fff;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.2)}
footer{display:flex;justify-content:space-between;gap:20px;padding:25px 5vw;background:#082c20;color:#fff;font-size:11px}footer b{letter-spacing:1.6px}footer span{display:block;color:rgba(255,255,255,.6);margin-top:2px}
@media(max-width:900px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;padding:55px 5vw}.hero-photo{justify-self:stretch;max-width:none}.hero-photo>img{height:520px}.story{grid-template-columns:1fr}.story-image img{height:360px}.product-grid{grid-template-columns:repeat(2,1fr)}.promise-grid{grid-template-columns:repeat(2,1fr)}.promise-grid article:nth-child(2){border-right:0}.delivery-card{grid-template-columns:1fr}.map-shape{margin:auto}}
@media(max-width:600px){.topbar{height:68px;padding:10px 4vw}.logo-badge{width:40px;height:40px;font-size:22px}.logo-text b{font-size:17px}.mini-order{font-size:11px;padding:9px 12px}.hero{padding:42px 5vw 55px}.hero-content{max-width:none}h1{font-size:53px;letter-spacing:-.7px}.hero-copy{font-size:16px}.hero-buttons{display:grid;grid-template-columns:1fr}.btn{width:100%}.hero-points{font-size:11px;gap:8px 14px}.hero-photo>img{height:430px;border-radius:24px}.round-seal{width:110px;height:110px;right:9px;top:17px;font-size:9px}.photo-caption{left:13px;bottom:13px}.marquee{font-size:8px;gap:10px 14px}.section{padding:65px 5vw}.story-image img{height:270px}.story-copy h2,.section-head h2{font-size:42px}.section-head{display:block}.section-head>p{margin-top:10px}.product-grid{grid-template-columns:1fr}.product-top{height:150px}.promise{padding:65px 5vw}.promise-intro{padding:0 0 25px}.promise-grid{grid-template-columns:1fr}.promise-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);padding:25px 10px}.promise-grid article:last-child{border-bottom:0}.delivery-card{padding:42px 7vw}.delivery h2{font-size:40px}.final-cta{margin:0 4vw 45px;padding:55px 7vw}.final-cta h2{font-size:48px}.floating-whatsapp{right:12px;bottom:12px}.floating-whatsapp span{display:inline}footer{display:block;padding:22px 5vw}footer div+div{margin-top:12px}}
