:root{
--green:#0d2b20;--green2:#173e2d;--green3:#295541;--cream:#f8f3e8;--paper:#fffdf8;--gold:#b78a48;--gold2:#e1bd7b;
--ink:#20251f;--muted:#756f62;--line:#e5dccb;--serif:"Cormorant Garamond",Georgia,serif;--sans:"Manrope",Arial,sans-serif;--max:1220px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);overflow-x:hidden}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button{font:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin:auto}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(13,43,32,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(225,189,123,.18)}.nav-wrap{height:76px;width:min(var(--max),calc(100% - 48px));margin:auto;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;color:#fff}.brand-logo{width:44px;height:44px;object-fit:contain;filter:sepia(.25) saturate(1.15)}.brand span{display:flex;flex-direction:column;line-height:.9}.brand b{font:700 23px var(--serif);letter-spacing:1px}.brand small{font:600 13px var(--serif);letter-spacing:4px;color:var(--gold2);margin-top:3px}.brand em{font:400 7px var(--sans);letter-spacing:1px;color:#c9d0c8;font-style:normal;margin-top:5px}
.desktop-nav{display:flex;align-items:center;gap:29px;color:#e9eee9;font-size:13px}.desktop-nav>a:not(.nav-wa){opacity:.9;transition:.25s}.desktop-nav>a:not(.nav-wa):hover{color:var(--gold2)}.nav-wa{padding:12px 18px;border-radius:8px;background:#b7dc78;color:#102418;font-weight:800;box-shadow:0 6px 20px rgba(183,220,120,.16)}
.menu-btn{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.2);border-radius:9px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-btn i{width:20px;height:1.5px;background:#fff;transition:.25s}.menu-btn.open i:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.menu-btn.open i:nth-child(2){opacity:0}.menu-btn.open i:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
.mobile-panel{position:fixed;z-index:90;top:76px;left:0;right:0;background:var(--green);transform:translateY(-120%);transition:.35s ease;box-shadow:0 20px 50px rgba(0,0,0,.25)}.mobile-panel.open{transform:translateY(0)}.mobile-panel-inner{padding:18px 24px 26px;display:grid;gap:3px}.mobile-panel a{padding:15px 4px;color:#fff;border-bottom:1px solid rgba(255,255,255,.09);font-size:15px}.mobile-wa{margin-top:10px!important;text-align:center;background:#b7dc78!important;color:#102418!important;border:0!important;border-radius:8px;font-weight:800}.mobile-wa span{float:right}
.hero{min-height:760px;position:relative;background:#101a15;color:#fff;display:flex;align-items:center;padding-top:76px;overflow:hidden}.hero-image{position:absolute;inset:0 0 0 50%;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.92)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#07140f 0%,rgba(7,20,15,.94) 31%,rgba(7,20,15,.42) 58%,rgba(7,20,15,.08) 100%)}.hero-content{position:relative;z-index:2;padding-top:65px;padding-bottom:75px}.eyebrow{font-size:10px;font-weight:800;letter-spacing:2.7px;color:#d9bd8a;margin-bottom:16px}.eyebrow.dark{color:var(--gold)}h1,h2,h3,h4{margin:0;font-family:var(--serif);font-weight:600}h1{font-size:clamp(55px,6vw,86px);line-height:.91;letter-spacing:-2px;max-width:760px}h1 span,h2 i{color:var(--gold2);font-style:italic} .hero-copy{font-size:15px;line-height:1.8;color:#dce2dc;max-width:530px;margin:25px 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:14px 22px;border-radius:8px;font-size:12px;font-weight:800;letter-spacing:.2px;transition:.25s;min-height:48px}.btn span{font-size:17px}.btn-light{background:#f6e8c7;color:#183025;box-shadow:0 10px 30px rgba(0,0,0,.14)}.btn-light:hover{transform:translateY(-2px);background:#fff5df}.btn-wa,.btn-green{background:#b7dc78;color:#102418}.btn-wa:hover,.btn-green:hover{transform:translateY(-2px);background:#c8ea8c}.btn-dark{background:var(--green);color:#fff}.hero-points{display:flex;gap:25px;margin-top:38px;color:#e5e9e5;font-size:10px;font-weight:700}.hero-note{position:absolute;right:6%;top:25%;z-index:3;color:#ead7b2;font:italic 20px var(--serif);line-height:1.05;text-align:center;transform:rotate(-5deg)}
.benefits{background:#f5efe2;border-bottom:1px solid var(--line)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefits-grid>div{min-height:145px;padding:30px 25px;text-align:center;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center}.benefits-grid>div:last-child{border:0}.benefits span{font-size:26px;color:var(--gold);margin-bottom:8px}.benefits h3{font-size:21px;line-height:.95}.benefits p{font-size:10px;color:var(--muted);margin-top:8px}
.section{padding:100px 0}.products-section{background:var(--paper)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:34px}.section-head h2,.center-head h2{font-size:48px;line-height:.95;letter-spacing:-1px}.section-head>div>p:last-child,.center-head+ p{color:var(--muted);font-size:13px;margin-top:10px}.text-link,.social-pill{border:1px solid var(--line);border-radius:30px;padding:10px 16px;font-size:11px;font-weight:800;white-space:nowrap}.text-link span{margin-left:12px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#fff;border:1px solid #e9e0d0;border-radius:12px;overflow:hidden;transition:.3s;box-shadow:0 8px 25px rgba(38,33,22,.04)}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(38,33,22,.1)}.product-image{height:245px;background:#f2eee5;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.product-card:hover .product-image img{transform:scale(1.035)}.product-body{padding:19px 18px 17px}.product-body h3{font-size:27px}.product-tag{font-size:10px;color:var(--muted);margin:4px 0 14px}.size-row{display:flex;gap:6px;flex-wrap:wrap}.size-pill{padding:6px 9px;background:#f6f2e9;border:1px solid #ebe2d2;border-radius:5px;font-size:9px;color:#5d574c}.price-row{display:flex;align-items:center;justify-content:space-between;margin-top:17px}.price-row strong{font-size:15px}.price-row small{color:#9b9488;text-decoration:line-through;margin-left:4px;font-size:9px}.card-actions{display:flex;gap:7px;margin-top:13px}.card-actions button,.card-actions a{flex:1;border:1px solid #d9cfbd;border-radius:7px;padding:10px 8px;font-size:10px;font-weight:800;text-align:center;cursor:pointer}.card-actions a{background:var(--green);border-color:var(--green);color:#fff}.card-actions a:hover{background:var(--green3)}
.mood-section{background:#f5efe2}.compact{margin-bottom:26px}.mood-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.mood-card{height:260px;position:relative;border-radius:10px;overflow:hidden;background:#20392d}.mood-card img{width:100%;height:100%;object-fit:cover;transition:.4s}.mood-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(4,15,10,.86))}.mood-card:hover img{transform:scale(1.05)}.mood-card>div{position:absolute;z-index:2;left:15px;right:15px;bottom:14px;color:#fff}.mood-card b{display:block;font:600 28px var(--serif)}.mood-card span{font-size:9px;color:#e1e7df}.mood-card a{display:block;color:#d9bd8a;font-size:9px;font-weight:800;margin-top:8px}
.gift-banner{min-height:390px;position:relative;overflow:hidden;color:#fff;display:flex;align-items:center}.gift-bg{position:absolute;inset:0}.gift-bg img{width:100%;height:100%;object-fit:cover;object-position:center 45%}.gift-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,26,18,.97) 0%,rgba(8,26,18,.8) 48%,rgba(8,26,18,.2) 100%)}.gift-content{position:relative;z-index:2;padding-top:20px;padding-bottom:20px}.gift-content h2{font-size:54px;line-height:.9}.gift-content>p:not(.eyebrow){max-width:540px;color:#dbe2dc;font-size:13px;line-height:1.7;margin:18px 0}.gift-tags{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:22px}.gift-tags span{font-size:10px;color:#f1eadb}
.about{background:var(--paper)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-photo{height:470px;border-radius:12px;overflow:hidden;background:#e8dfcf}.about-photo img{width:100%;height:100%;object-fit:cover}.about-copy h2{font-size:57px;line-height:.92}.about-copy>p:not(.eyebrow){font-size:14px;color:var(--muted);line-height:1.85;margin:24px 0;max-width:510px}.about-sign{font:italic 21px var(--serif);color:var(--gold);margin-bottom:22px}
.trust{background:#f5efe2}.center-head{text-align:center;margin-bottom:35px}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.trust-grid>div{text-align:center;padding:30px 15px;border-right:1px solid var(--line)}.trust-grid>div:last-child{border:0}.trust-grid span{display:flex;width:46px;height:46px;margin:0 auto 14px;border:1px solid #dbcba9;border-radius:50%;align-items:center;justify-content:center;color:var(--gold);font-size:18px}.trust-grid b{font:600 20px var(--serif);display:block}.trust-grid p{font-size:9px;color:var(--muted);margin-top:7px}
.gallery{background:var(--paper)}.gallery-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr 1.1fr;gap:9px;height:220px}.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:7px}.social-pill{color:var(--green)}
.final-cta{background:var(--green);color:#fff;padding:75px 0}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.final-cta h2{font-size:57px;line-height:.9}.final-cta p:not(.eyebrow){max-width:580px;color:#cbd7cf;font-size:13px;line-height:1.7;margin-top:14px}.final-actions{display:flex;gap:10px;flex-wrap:wrap}
.footer{background:#071b13;color:#e8eee9}.footer-main{padding:65px 0 48px;display:grid;grid-template-columns:1.6fr 1fr 1.1fr 1.2fr;gap:50px}.footer-brand{max-width:270px}.footer-logo{display:flex;align-items:center;gap:9px}.footer-logo img{width:47px;height:47px;object-fit:contain}.footer-logo span{font:700 26px var(--serif);line-height:.8;color:#fff}.footer-logo small{font-size:13px;letter-spacing:4px;color:var(--gold2)}.footer-brand>p{font-size:9px;color:#aebcb3;margin:14px 0}.footer-brand em{font:italic 20px var(--serif);color:#d7bd8d}.footer h4{font:600 20px var(--serif);color:#fff;margin-bottom:18px}.footer-main>div:not(.footer-brand) a,.footer-main>div:not(.footer-brand)>p{display:block;color:#aebcb3;font-size:10px;margin:10px 0}.footer-main a:hover{color:#d9bd8a}.socials{display:flex;gap:8px;margin-bottom:14px}.socials a{width:30px!important;height:30px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:flex!important;align-items:center;justify-content:center;margin:0!important;color:#fff!important}.phone{font-size:15px!important;color:#fff!important}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:17px 0;display:flex;justify-content:space-between;color:#74867b;font-size:9px}
.product-modal{position:fixed;inset:0;z-index:500;display:none;align-items:center;justify-content:center;padding:20px}.product-modal.open{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(3,12,8,.72);backdrop-filter:blur(8px)}.modal-card{position:relative;z-index:2;background:var(--paper);width:min(880px,100%);max-height:92vh;overflow:auto;border-radius:15px;display:grid;grid-template-columns:.9fr 1.1fr;box-shadow:0 35px 100px rgba(0,0,0,.35)}.modal-close{position:absolute;z-index:3;right:12px;top:12px;width:36px;height:36px;border-radius:50%;background:#fff;font-size:25px;line-height:1;color:var(--green)}.modal-image{min-height:450px;background:#eee7da}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-info{padding:45px 40px}.modal-info h2{font-size:50px;line-height:.9}.modal-tag{color:var(--muted);font-size:11px;margin:8px 0 18px}.modal-info>p:not(.eyebrow):not(.modal-tag){font-size:12px;line-height:1.7;color:var(--muted)}.modal-sizes{display:flex;gap:7px;margin:20px 0 15px;flex-wrap:wrap}.modal-sizes span{border:1px solid var(--line);padding:8px 10px;border-radius:5px;font-size:10px}.modal-features{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.modal-features span{font-size:9px;background:#f2ecdf;padding:7px 9px;border-radius:20px}.btn-wide{width:100%}.floating-wa{position:fixed;right:20px;bottom:20px;z-index:80;width:53px;height:53px;border:0;border-radius:50%;background:#b7dc78;color:#102418;font-size:23px;box-shadow:0 10px 30px rgba(0,0,0,.22)}
@media(max-width:900px){.desktop-nav{display:none}.menu-btn{display:flex}.hero{min-height:720px}.hero-image{left:0}.hero-overlay{background:linear-gradient(90deg,rgba(5,18,12,.94) 0%,rgba(5,18,12,.72) 55%,rgba(5,18,12,.28) 100%)}.hero-content{padding-top:100px}.hero-note{display:none}.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid>div:nth-child(2){border-right:0}.benefits-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.mood-grid{grid-template-columns:repeat(3,1fr)}.mood-card:nth-child(4),.mood-card:nth-child(5){grid-column:span 1}.trust-grid{grid-template-columns:repeat(3,1fr)}.trust-grid>div:nth-child(3){border-right:0}.trust-grid>div:nth-child(-n+3){border-bottom:1px solid var(--line)}.gallery-grid{grid-template-columns:repeat(3,1fr);height:360px}.gallery-grid img:nth-child(4){grid-column:span 2}.gallery-grid img:nth-child(5){display:none}.footer-main{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.container{width:min(100% - 30px,600px)}.nav-wrap{width:calc(100% - 30px);height:68px}.mobile-panel{top:68px}.brand-logo{width:38px;height:38px}.brand b{font-size:20px}.brand small{font-size:11px}.brand em{font-size:6px}.hero{min-height:680px;padding-top:68px}.hero-image{inset:0}.hero-image img{object-position:58% center}.hero-overlay{background:linear-gradient(90deg,rgba(5,17,12,.96),rgba(5,17,12,.72) 58%,rgba(5,17,12,.25))}.hero-content{padding-top:60px;padding-bottom:50px}.eyebrow{font-size:8px;letter-spacing:2px}.hero h1{font-size:52px;letter-spacing:-1px}.hero-copy{font-size:12px;line-height:1.7;max-width:360px}.hero-actions{gap:8px}.btn{padding:12px 15px;min-height:45px;font-size:10px}.hero-points{gap:10px;flex-wrap:wrap;font-size:8px;margin-top:27px}.benefits-grid>div{min-height:125px;padding:20px 10px}.benefits h3{font-size:18px}.benefits p{font-size:8px}.section{padding:65px 0}.section-head{align-items:start;flex-direction:column}.section-head h2,.center-head h2{font-size:40px}.text-link{display:none}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:165px}.product-body{padding:13px 11px}.product-body h3{font-size:22px}.product-tag{font-size:8px;line-height:1.35;min-height:22px}.size-pill{font-size:7px;padding:5px 6px}.price-row strong{font-size:12px}.card-actions{flex-direction:column}.card-actions button,.card-actions a{padding:9px 5px;font-size:8px}.mood-grid{grid-template-columns:1fr 1fr}.mood-card{height:210px}.mood-card:last-child{grid-column:span 2}.mood-card b{font-size:24px}.gift-banner{min-height:480px}.gift-content h2{font-size:47px}.gift-tags{gap:9px 15px}.gift-tags span{font-size:8px}.about-grid{grid-template-columns:1fr;gap:30px}.about-photo{height:330px}.about-copy h2{font-size:48px}.about-copy>p:not(.eyebrow){font-size:12px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div:nth-child(3){border-right:1px solid var(--line)}.trust-grid>div:nth-child(2n){border-right:0}.trust-grid>div:nth-child(-n+4){border-bottom:1px solid var(--line)}.trust-grid>div:last-child{grid-column:span 2}.trust-grid b{font-size:17px}.gallery-grid{grid-template-columns:1fr 1fr;height:280px}.gallery-grid img:nth-child(4){grid-column:auto}.gallery-grid img:nth-child(5){display:block}.final-cta{padding:60px 0}.final-cta-inner{display:block}.final-cta h2{font-size:50px}.final-actions{margin-top:25px}.footer-main{grid-template-columns:1fr 1fr;gap:35px 25px;padding:50px 0 35px}.footer-brand{grid-column:span 2}.footer-bottom{display:block;line-height:1.8}.modal-card{grid-template-columns:1fr;max-height:90vh}.modal-image{height:280px;min-height:0}.modal-info{padding:25px 22px}.modal-info h2{font-size:42px}.floating-wa{right:15px;bottom:15px}}
@media(max-width:390px){.product-grid{grid-template-columns:1fr}.product-image{height:220px}.hero h1{font-size:46px}}

/* Premium finishing pass */
:root{--shadow-soft:0 18px 55px rgba(24,38,29,.10);--shadow-card:0 14px 40px rgba(25,39,30,.09)}
html{scroll-behavior:smooth}
body{background:#f8f4eb;color:#17251d}
.header{transition:.3s ease}.header.scrolled{background:rgba(249,246,238,.94);backdrop-filter:blur(16px);box-shadow:0 8px 30px rgba(18,31,24,.08)}
.brand-logo{filter:drop-shadow(0 3px 5px rgba(0,0,0,.08))}
.hero{min-height:760px;background:#0b2017}.hero-image img{object-position:center center}.hero-overlay{background:linear-gradient(90deg,rgba(4,18,12,.93) 0%,rgba(4,18,12,.72) 45%,rgba(4,18,12,.16) 100%)}
.hero-content{padding-top:145px}.hero h1{font-size:clamp(58px,6vw,88px);letter-spacing:-2.5px}.hero-copy{max-width:500px;font-size:14px}.hero-actions .btn{box-shadow:0 10px 28px rgba(0,0,0,.14)}
.btn{border-radius:999px;letter-spacing:.02em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.14)}
.benefits{box-shadow:0 -1px 0 rgba(255,255,255,.05)}
.section{padding:92px 0}.section-head{margin-bottom:40px}.section-head h2,.center-head h2{letter-spacing:-1.5px}
.product-grid{gap:18px}.product-card{border:1px solid rgba(49,65,53,.10);border-radius:18px;overflow:hidden;background:#fffdf8;box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.product-card:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(25,39,30,.15);border-color:rgba(173,143,86,.28)}
.product-image{height:285px;background:#eee7da;overflow:hidden}.product-image img{transition:transform .55s cubic-bezier(.2,.7,.2,1)}.product-card:hover .product-image img{transform:scale(1.045)}.product-body{padding:20px}.product-body h3{font-size:26px}.product-tag{color:#6e756e}.size-pill{background:#f8f3e8;border-color:#e7dcc7}.card-actions button,.card-actions a{border-radius:999px;padding:11px 10px}.card-actions button{background:#fff;color:#173024}.card-actions a{box-shadow:0 8px 20px rgba(17,55,35,.16)}
.mood-section{background:linear-gradient(180deg,#f5efe2 0%,#f8f4eb 100%)}.mood-grid{gap:16px}.mood-card{border-radius:16px;box-shadow:var(--shadow-card)}
.gift-banner{min-height:470px}.gift-bg img{object-position:center center}.gift-overlay{background:linear-gradient(90deg,rgba(5,22,14,.95),rgba(5,22,14,.74) 50%,rgba(5,22,14,.25))}.gift-content h2{font-size:clamp(48px,5vw,70px)}
.about-grid{gap:80px}.about-photo{height:520px;border-radius:20px;box-shadow:var(--shadow-soft)}.about-photo img{object-position:center}.about-copy h2{font-size:clamp(48px,5vw,66px)}
.trust{background:#f1eadc}.trust-grid{border-radius:18px;box-shadow:var(--shadow-soft)}
.gallery-grid{height:330px;gap:12px}.gallery-grid img{border-radius:14px;box-shadow:0 10px 30px rgba(20,32,25,.08)}
.final-cta{padding:92px 0;background:radial-gradient(circle at 85% 30%,#214b38 0%,#0d291d 48%,#071b13 100%)}
.footer{background:#06160f}.footer-main{padding-top:72px}.footer-main a{transition:.2s}.footer-bottom{padding:20px 0}
.modal-card{border-radius:20px;box-shadow:0 35px 110px rgba(0,0,0,.42)}.modal-image{background:#eee7da}.modal-info{padding:50px}.modal-info h2{font-size:56px}.modal-close{border:1px solid #e7dece;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.floating-wa{width:58px;height:58px;background:#c5e58e;box-shadow:0 14px 35px rgba(0,0,0,.22);transition:.2s}.floating-wa:hover{transform:translateY(-3px)}
@media(max-width:900px){.hero{min-height:720px}.hero-content{padding-top:105px}.product-grid{gap:14px}.product-image{height:240px}}
@media(max-width:650px){.section{padding:72px 0}.hero{min-height:700px}.hero-content{padding-top:72px}.hero h1{font-size:51px}.product-image{height:190px}.product-body{padding:14px 12px}.product-body h3{font-size:21px}.about-photo{height:360px}.gallery-grid{height:300px}.modal-info{padding:28px 22px}.modal-info h2{font-size:44px}}
