@import url('data:text/css,');

:root{--forest:#173c2c;--forest-2:#0e2b20;--leaf:#2f6b4b;--honey:#f5a915;--honey-2:#d97706;--cream:#fff8e9;--paper:#fffdf7;--ink:#17231c;--muted:#637068;--line:rgba(23,60,44,.14);--white:#fff;--shadow:0 20px 60px rgba(24,43,31,.14);--radius:22px;--container:min(1180px,calc(100% - 40px))}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:98px}
body{margin:0;font-family:Inter,Manrope,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.6;overflow-x:hidden}
body.drawer-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:var(--container);margin-inline:auto;position:relative}
.skip-link{position:fixed;left:20px;top:-80px;z-index:9999;background:#fff;color:#111;padding:10px 16px;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{top:16px}
.topbar{height:34px;background:var(--forest-2);color:#e7f3e9;font-size:.75rem;letter-spacing:.05em}
.topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between}
.topbar-right{opacity:.78}
.site-header{height:78px;background:rgba(255,253,247,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100}
.nav-wrap{height:100%;display:flex;align-items:center;gap:36px}
.brand{width:232px;margin-right:auto}
.brand img{width:100%;height:auto}
.desktop-nav{display:flex;align-items:center;gap:28px;font-size:.9rem;font-weight:700}
.desktop-nav a{position:relative;padding:26px 0;color:#274436}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:2px;background:var(--honey);transition:.25s}
.desktop-nav a:hover:after{right:0}
.nav-actions{display:flex;align-items:center;gap:10px}
.cart-button{border:0;background:transparent;color:var(--forest);font-weight:800;padding:10px 6px}
.cart-button span{display:inline-grid;place-items:center;width:23px;height:23px;border-radius:50%;background:var(--honey);color:var(--forest-2);font-size:.75rem;margin-left:3px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 24px;border:1px solid var(--honey);border-radius:999px;background:var(--honey);color:#1d2a21;font-weight:800;box-shadow:0 9px 28px rgba(245,169,21,.2);transition:transform .22s,background .22s,border-color .22s}
.button:hover{transform:translateY(-2px);background:#ffbd34;border-color:#ffbd34}
.button-sm{min-height:42px;padding:0 18px;font-size:.85rem}
.button-ghost{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.42);box-shadow:none}
.button-ghost:hover{background:#fff;color:var(--forest);border-color:#fff}
.button-full{width:100%;border:0}
.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.menu-toggle span{width:22px;height:2px;background:var(--forest);transition:.25s}
.menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.active span:nth-child(2){opacity:0}
.menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav{display:none}
.image-section{position:relative;background-position:center;background-size:cover;background-attachment:scroll}
.content-layer{position:relative;z-index:2}
.section-veil{position:absolute;inset:0;z-index:0}
.hero{min-height:680px;background-image:url('assets/images/bg-harvest.jpg');color:#fff;display:flex;align-items:center;overflow:hidden}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,29,20,.94) 0%,rgba(14,43,31,.83) 48%,rgba(14,43,31,.32) 100%),linear-gradient(0deg,rgba(0,0,0,.18),transparent)}
.hero:before{content:"";position:absolute;width:400px;height:400px;right:-100px;top:-150px;border:1px solid rgba(255,215,106,.22);border-radius:50%;box-shadow:0 0 0 70px rgba(255,215,106,.035),0 0 0 140px rgba(255,215,106,.025)}
.hero-grid{z-index:2;display:grid;grid-template-columns:1.15fr .72fr;gap:76px;align-items:center;padding-block:72px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--honey-2);font-size:.75rem;font-weight:900;letter-spacing:.18em;margin-bottom:15px}
.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}
.eyebrow.light{color:#ffd76a}
.hero h1,.section-heading h2,.origin-copy h2,.b2b-copy h2{font-family:Georgia,"Times New Roman",serif;margin:0;font-weight:500;line-height:1.04;letter-spacing:-.04em}
.hero h1{font-size:clamp(3rem,6vw,5.35rem);max-width:760px}
em{font-weight:400;color:#ffd76a}
.hero-copy>p{max-width:650px;color:rgba(255,255,255,.82);font-size:1.08rem;line-height:1.75;margin:24px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-proof{display:flex;gap:38px;margin-top:42px;padding-top:27px;border-top:1px solid rgba(255,255,255,.16);max-width:610px}
.hero-proof div{display:flex;flex-direction:column}
.hero-proof strong{font-size:1.4rem;color:#fff}
.hero-proof span{font-size:.78rem;color:rgba(255,255,255,.6)}
.hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);padding:14px;border-radius:28px;backdrop-filter:blur(16px);box-shadow:0 34px 80px rgba(0,0,0,.3);transform:rotate(1.2deg)}
.hero-card>img{width:100%;aspect-ratio:1/1.05;object-fit:cover;border-radius:18px}
.hero-card-label{position:absolute;top:29px;left:29px;z-index:1;background:var(--honey);color:var(--forest-2);padding:7px 12px;border-radius:999px;font-size:.68rem;font-weight:900;letter-spacing:.08em}
.hero-card-info{display:flex;align-items:end;justify-content:space-between;padding:16px 7px 5px;gap:12px}
.hero-card-info small{color:rgba(255,255,255,.6)}
.hero-card-info h2{font-family:Georgia,serif;font-size:1.2rem;margin:1px 0 0}
.hero-price{display:flex;flex-direction:column;align-items:end;white-space:nowrap}
.hero-price del{font-size:.7rem;color:rgba(255,255,255,.55)}
.hero-price strong{color:#ffd76a}
.scroll-cue{position:absolute;z-index:2;bottom:22px;left:50%;width:26px;height:42px;border:1px solid rgba(255,255,255,.42);border-radius:18px}
.scroll-cue span{position:absolute;top:9px;left:11px;width:3px;height:8px;background:#fff;border-radius:3px;animation:scroll 1.8s infinite}
@keyframes scroll{0%{transform:translateY(0);opacity:1}80%{transform:translateY(14px);opacity:0}100%{opacity:0}}
.trust-strip{background-image:url('assets/images/product-01.jpg');padding:33px 0}
.trust-strip .section-veil{background:rgba(255,248,233,.94)}
.trust-grid{z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.trust-grid article{display:flex;align-items:center;gap:14px;padding:8px 18px;border-right:1px solid var(--line)}
.trust-grid article:last-child{border-right:0}
.trust-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border:1px solid rgba(217,119,6,.25);border-radius:50%;color:var(--honey-2);font-size:1.3rem}
.trust-grid h3{font-size:.92rem;margin:0;color:var(--forest)}
.trust-grid p{font-size:.76rem;line-height:1.4;margin:2px 0 0;color:var(--muted)}
.products-section{background-image:url('assets/images/bg-apiary.jpg');padding:100px 0 112px}
.light-veil{background:linear-gradient(rgba(255,253,247,.965),rgba(255,248,233,.97))}
.split-heading{display:grid;grid-template-columns:1fr 430px;gap:40px;align-items:end;margin-bottom:30px}
.section-heading h2{font-size:clamp(2.55rem,5vw,4.2rem);color:var(--forest)}
.section-heading h2 em{color:var(--honey-2)}
.split-heading>p{margin:0 0 6px;color:var(--muted);line-height:1.75}
.filter-row{display:flex;gap:8px;flex-wrap:wrap;padding:13px;background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:18px;margin-bottom:30px;box-shadow:0 8px 35px rgba(24,43,31,.05)}
.filter{border:0;background:transparent;border-radius:999px;padding:10px 17px;color:#536159;font-weight:800;font-size:.85rem}
.filter span{opacity:.58;margin-left:3px}
.filter:hover,.filter.active{background:var(--forest);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{background:rgba(255,255,255,.96);border:1px solid rgba(23,60,44,.11);border-radius:20px;overflow:hidden;box-shadow:0 12px 35px rgba(32,54,40,.07);transition:transform .28s,box-shadow .28s;animation:cardIn .35s both}
.product-card:hover{transform:translateY(-7px);box-shadow:0 24px 48px rgba(32,54,40,.14)}
@keyframes cardIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.product-image-wrap{position:relative;overflow:hidden;background:#f2ead8}
.product-image-wrap img{width:100%;aspect-ratio:1/.82;object-fit:cover;transition:transform .5s}
.product-card:hover .product-image-wrap img{transform:scale(1.045)}
.discount-badge{position:absolute;top:12px;left:12px;background:#bd3c23;color:#fff;font-size:.68rem;font-weight:900;padding:6px 9px;border-radius:8px;box-shadow:0 5px 18px rgba(106,34,21,.2)}
.product-origin{position:absolute;right:10px;bottom:10px;background:rgba(16,44,32,.84);color:#fff;padding:5px 9px;border-radius:999px;font-size:.64rem;backdrop-filter:blur(7px)}
.product-body{padding:17px}
.product-category{font-size:.67rem;color:var(--honey-2);font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.product-body h3{font-family:Georgia,serif;color:var(--forest);font-size:1.18rem;line-height:1.25;margin:5px 0 7px}
.product-body p{font-size:.8rem;line-height:1.55;color:var(--muted);margin:0;min-height:50px}
.product-meta{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}
.product-price{display:flex;flex-direction:column}
.product-price del{font-size:.7rem;color:#929d96}
.product-price strong{color:var(--forest);font-size:1rem}
.add-button{width:39px;height:39px;border:0;border-radius:12px;background:#f4b323;color:#173c2c;font-size:1.35rem;font-weight:500;display:grid;place-items:center;transition:.2s}
.add-button:hover{background:var(--forest);color:#fff;transform:rotate(90deg)}
.origin-section{background-image:url('assets/images/bg-forest.jpg');min-height:620px;display:flex;align-items:center;color:#fff}
.origin-veil{background:linear-gradient(90deg,rgba(7,31,22,.95),rgba(10,42,29,.72) 57%,rgba(0,0,0,.12))}
.origin-grid{display:grid;grid-template-columns:1.05fr .75fr;gap:100px;align-items:center;padding-block:90px}
.origin-copy h2{font-size:clamp(2.6rem,5.3vw,4.7rem)}
.origin-copy p{max-width:620px;color:rgba(255,255,255,.78);font-size:1.02rem;line-height:1.8;margin:24px 0}
.text-link{display:inline-flex;align-items:center;gap:15px;color:#ffd76a;font-weight:800;border-bottom:1px solid rgba(255,215,106,.4);padding-bottom:6px}
.text-link span{transition:.2s}.text-link:hover span{transform:translateX(5px)}
.origin-stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.17);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}
.origin-stats div{background:rgba(10,39,28,.72);backdrop-filter:blur(8px);min-height:150px;padding:26px;display:flex;flex-direction:column;justify-content:center}
.origin-stats strong{font-family:Georgia,serif;color:#ffd76a;font-size:2.6rem;font-weight:400;line-height:1}
.origin-stats span{font-size:.8rem;color:rgba(255,255,255,.68);margin-top:8px}
.b2b-section{background-image:url('assets/images/bg-harvest.jpg');padding:110px 0}
.b2b-veil{background:linear-gradient(110deg,rgba(21,59,43,.96),rgba(13,42,30,.88)),rgba(12,40,28,.9)}
.b2b-grid{display:grid;grid-template-columns:.88fr 1fr;gap:80px;align-items:center}
.b2b-copy{color:#fff}
.b2b-copy h2{font-size:clamp(2.5rem,4.7vw,4.25rem)}
.b2b-copy>p{color:rgba(255,255,255,.75);line-height:1.8;margin:22px 0}
.check-list{list-style:none;padding:0;margin:24px 0 34px;display:grid;grid-template-columns:1fr 1fr;gap:13px}
.check-list li{font-size:.86rem;color:#eef7f0;position:relative;padding-left:25px}
.check-list li:before{content:"✓";position:absolute;left:0;color:#ffd76a;font-weight:900}
.market-row{display:flex;gap:17px;flex-wrap:wrap;color:rgba(255,255,255,.42);font-size:.63rem;font-weight:900;letter-spacing:.12em}
.quote-form{background:rgba(255,253,247,.98);padding:36px;border-radius:26px;box-shadow:0 28px 75px rgba(0,0,0,.24)}
.quote-form h3{font-family:Georgia,serif;font-size:2rem;color:var(--forest);line-height:1.1;margin:3px 0}
.quote-form>div>p{color:var(--muted);font-size:.84rem;margin:4px 0 22px}
.form-kicker{color:var(--honey-2);font-size:.68rem;font-weight:900;letter-spacing:.15em}
.quote-form label{display:flex;flex-direction:column;gap:6px;font-size:.76rem;color:#3e5147;font-weight:800;margin-bottom:13px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.form-row label{margin-bottom:0}
input,select,textarea{width:100%;border:1px solid rgba(23,60,44,.18);border-radius:11px;padding:12px 13px;color:var(--ink);background:#fffdf8;outline:none;transition:.2s}
input,select{height:46px}
textarea{resize:vertical;min-height:84px}
input:focus,select:focus,textarea:focus{border-color:var(--honey-2);box-shadow:0 0 0 3px rgba(245,169,21,.14)}
.form-note{text-align:center;color:#8a958f;font-size:.68rem!important;margin:10px 0 0!important}
.form-note.success{color:#1f7249;font-weight:800}
.testimonial-section{background-image:url('assets/images/product-01.jpg');padding:92px 0}
.testimonial-veil{background:linear-gradient(90deg,rgba(255,248,233,.97),rgba(255,253,247,.87))}
.testimonial-wrap{max-width:880px;text-align:center}
.quote-mark{font-family:Georgia,serif;font-size:6rem;line-height:.65;color:var(--honey);display:block}
blockquote{font-family:Georgia,serif;font-size:clamp(1.55rem,3.4vw,2.5rem);line-height:1.35;color:var(--forest);margin:18px 0 26px}
.quote-author{display:flex;flex-direction:column;font-size:.82rem}.quote-author span{color:var(--muted)}
.footer{background-image:url('assets/images/bg-forest.jpg');padding:70px 0 24px;color:#fff}
.footer-veil{background:rgba(7,29,21,.96)}
.footer-top{display:grid;grid-template-columns:1.5fr .7fr .8fr 1fr;gap:52px;padding-bottom:46px}
.footer-top>div:first-child img{width:238px;background:#fffdf7;border-radius:12px;padding:8px 12px;margin-bottom:16px}
.footer-top p{max-width:310px;color:rgba(255,255,255,.6);font-size:.86rem}
.footer h3{font-size:.77rem;letter-spacing:.13em;text-transform:uppercase;color:#ffd76a;margin:4px 0 17px}
.footer a,.footer span{display:block;color:rgba(255,255,255,.66);font-size:.82rem;margin:9px 0}.footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;padding-top:22px}.footer-bottom span{font-size:.72rem;margin:0}
.cart-drawer{position:fixed;z-index:301;right:0;top:0;bottom:0;width:min(440px,100%);background:#fffdf8;box-shadow:-20px 0 60px rgba(0,0,0,.2);transform:translateX(104%);transition:transform .35s ease;display:flex;flex-direction:column}
.cart-drawer.open{transform:translateX(0)}
.drawer-backdrop{position:fixed;z-index:300;inset:0;background:rgba(6,25,18,.62);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:.3s}
.drawer-backdrop.show{opacity:1;pointer-events:auto}
.cart-head{display:flex;justify-content:space-between;align-items:center;padding:25px;border-bottom:1px solid var(--line)}
.cart-head small{color:var(--honey-2);font-weight:900;letter-spacing:.13em}.cart-head h2{font-family:Georgia,serif;margin:0;color:var(--forest)}
.cart-head button{width:42px;height:42px;border:0;border-radius:50%;background:#f3eddf;font-size:1.7rem;color:var(--forest)}
.cart-items{padding:15px 25px;overflow:auto;flex:1}
.cart-empty{text-align:center;padding:70px 20px;color:var(--muted)}
.cart-empty strong{display:block;font-family:Georgia,serif;font-size:1.4rem;color:var(--forest);margin-bottom:5px}
.cart-item{display:grid;grid-template-columns:75px 1fr auto;gap:13px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}
.cart-item img{width:75px;height:75px;object-fit:cover;border-radius:12px}
.cart-item h4{font-family:Georgia,serif;margin:0;color:var(--forest);font-size:1rem;line-height:1.25}.cart-item span{font-size:.74rem;color:var(--muted)}
.cart-item button{border:0;background:transparent;color:#a44834;font-size:1.25rem}
.cart-footer{padding:21px 25px;border-top:1px solid var(--line);background:#fff}.cart-footer>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.cart-footer small{display:block;text-align:center;color:var(--muted);font-size:.7rem;margin-top:8px}
.toast{position:fixed;z-index:500;left:50%;bottom:27px;transform:translate(-50%,130px);background:var(--forest);color:#fff;padding:12px 18px;border-radius:999px;box-shadow:var(--shadow);font-size:.82rem;font-weight:700;transition:.3s}.toast.show{transform:translate(-50%,0)}
.back-top{position:fixed;right:22px;bottom:22px;z-index:90;width:44px;height:44px;border:0;border-radius:50%;background:var(--honey);color:var(--forest);font-size:1.1rem;box-shadow:0 10px 25px rgba(0,0,0,.15);opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s}.back-top.show{opacity:1;transform:none;pointer-events:auto}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.14s}
@media (max-width:1050px){.desktop-nav{display:none}.menu-toggle{display:flex}.nav-quote{display:none}.mobile-nav{position:absolute;top:78px;left:0;right:0;background:#fffdf7;border-bottom:1px solid var(--line);padding:13px 20px 22px;box-shadow:0 18px 30px rgba(0,0,0,.12)}.mobile-nav.open{display:grid}.mobile-nav a{padding:11px 10px;border-bottom:1px solid var(--line);font-weight:800;color:var(--forest)}.hero-grid{grid-template-columns:1.15fr .7fr;gap:36px}.hero-card-info{display:block}.hero-price{align-items:start;margin-top:6px}.product-grid{grid-template-columns:repeat(3,1fr)}.b2b-grid{gap:38px}.footer-top{grid-template-columns:1.3fr 1fr 1fr}.footer-top>div:last-child{grid-column:2/4}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid article:nth-child(2){border-right:0}}
@media (max-width:780px){:root{--container:min(100% - 28px,1180px)}.topbar{display:none}.site-header{height:70px}.brand{width:205px}.mobile-nav{top:70px}.cart-button{font-size:0}.cart-button span{font-size:.74rem}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding-block:68px 86px}.hero h1{font-size:clamp(3rem,13vw,4.6rem)}.hero-card{max-width:480px;margin-inline:auto;transform:none}.hero-proof{gap:20px;justify-content:space-between}.scroll-cue{display:none}.trust-grid{grid-template-columns:1fr 1fr}.split-heading{grid-template-columns:1fr;gap:12px}.product-grid{grid-template-columns:repeat(2,1fr)}.origin-grid{grid-template-columns:1fr;gap:42px}.b2b-grid{grid-template-columns:1fr}.b2b-copy{max-width:650px}.footer-top{grid-template-columns:1fr 1fr;gap:35px}.footer-top>div:first-child{grid-column:1/-1}.footer-top>div:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;gap:15px}.products-section,.b2b-section{padding-block:80px}}
@media (max-width:520px){.nav-wrap{gap:10px}.brand{width:184px}.hero-copy>p{font-size:1rem}.hero-actions .button{width:100%}.hero-proof{gap:9px}.hero-proof strong{font-size:1.12rem}.hero-proof span{font-size:.65rem}.trust-grid{grid-template-columns:1fr}.trust-grid article{border-right:0;border-bottom:1px solid var(--line)}.trust-grid article:last-child{border-bottom:0}.section-heading h2{font-size:2.7rem}.filter-row{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:9px}.filter{flex:0 0 auto}.product-grid{grid-template-columns:1fr}.product-image-wrap img{aspect-ratio:1/.78}.product-body p{min-height:auto}.origin-stats{grid-template-columns:1fr 1fr}.origin-stats div{min-height:125px;padding:19px}.origin-stats strong{font-size:2.1rem}.check-list{grid-template-columns:1fr}.quote-form{padding:25px 20px}.form-row{grid-template-columns:1fr;gap:0}.footer-top{grid-template-columns:1fr}.footer-top>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.cart-head,.cart-items,.cart-footer{padding-left:18px;padding-right:18px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
