:root{--green:#166534;--green-dark:#0d4222;--green-deep:#064e3b;--green-soft:#f0fdf4;--orange:#ff751f;--orange-soft:#fff4ed;--yellow:#ffbd59;--ink:#102415;--muted:#5f6f67;--line:#e7eee9;--surface:#fff;--soft:#f8fbf9;--shadow:0 20px 60px rgba(12,66,34,.10);--radius:24px;--font:'Plus Jakarta Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}body.drawer-open{overflow:hidden}img{max-width:100%;height:auto}a{color:inherit}.shell{width:min(1200px,calc(100% - 40px));margin:auto}.skip-link{position:fixed;left:14px;top:-60px;z-index:5000;background:#fff;color:var(--green);padding:10px 14px;border-radius:10px;box-shadow:var(--shadow)}.skip-link:focus{top:14px}
/* Header */
.site-header{position:sticky;top:0;z-index:1000;transition:.25s}.header-contact-strip{background:var(--green-deep);color:#dff5e7;font-size:12px}.header-contact-inner{min-height:34px;display:flex;justify-content:space-between;align-items:center;gap:16px}.header-contact-inner a{text-decoration:none;color:#fff;font-weight:600}.header-contact-inner .sep{margin:0 10px;opacity:.45}.header-main-wrap{padding:12px 0;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(22,101,52,.08)}.header-main{min-height:74px;background:#fff;border:1px solid rgba(22,101,52,.10);box-shadow:0 14px 35px rgba(16,36,21,.08);border-radius:22px;padding:10px 14px 10px 20px;display:grid;grid-template-columns:minmax(200px,1fr) auto auto;align-items:center;gap:26px}.brand{display:flex;align-items:center}.brand img{width:220px;max-height:54px;object-fit:contain;object-position:left center}.desktop-nav{display:flex;align-items:center;gap:8px}.desktop-nav a{text-decoration:none;font-size:14px;font-weight:700;padding:10px 13px;border-radius:999px;position:relative}.desktop-nav a:hover,.desktop-nav a.active{background:var(--green-soft);color:var(--green)}.desktop-nav a.active:after{content:'';position:absolute;left:18px;right:18px;bottom:5px;height:2px;background:var(--orange);border-radius:4px}.header-actions{display:flex;align-items:center;gap:8px}.search-open,.menu-open{width:42px;height:42px;border:1px solid #dfe9e2;background:#fff;border-radius:13px;display:grid;place-items:center;cursor:pointer;color:var(--green);transition:.2s}.search-open:hover,.menu-open:hover{background:var(--green-soft);transform:translateY(-1px)}.search-open svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2}.header-cta{background:linear-gradient(135deg,var(--green),#208446);color:#fff;text-decoration:none;padding:12px 18px;border-radius:13px;font-size:13px;font-weight:800;box-shadow:0 8px 18px rgba(22,101,52,.18)}.menu-open{display:none;padding:10px}.menu-open span{display:block;width:20px;height:2px;background:currentColor;margin:2.5px 0;border-radius:2px}
.drawer-overlay{position:fixed;inset:0;background:rgba(2,20,10,.48);z-index:1500;opacity:0;visibility:hidden;transition:.3s}.drawer-overlay.open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;right:0;top:0;width:min(390px,92vw);height:100dvh;background:#fff;z-index:1600;padding:24px;transform:translateX(105%);transition:.35s cubic-bezier(.22,1,.36,1);box-shadow:-30px 0 60px rgba(0,0,0,.16);display:flex;flex-direction:column}.mobile-drawer.open{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid var(--line)}.drawer-head img{width:190px}.drawer-head button{border:0;background:var(--green-soft);color:var(--green);font-size:30px;width:42px;height:42px;border-radius:50%;cursor:pointer;line-height:1}.drawer-nav{display:flex;flex-direction:column;padding:24px 0}.drawer-nav a{text-decoration:none;padding:14px 4px;border-bottom:1px solid var(--line);font-weight:750;font-size:17px}.drawer-nav a:hover{color:var(--orange)}.drawer-contact{margin-top:auto;background:var(--green-soft);border-radius:20px;padding:20px;color:#31513e}.drawer-contact strong{color:var(--green);font-size:15px}.drawer-contact p{font-size:13px;margin:8px 0 14px}.drawer-contact a{display:block;font-size:13px;font-weight:700;text-decoration:none;margin-top:6px}.search-panel{position:fixed;inset:0;background:rgba(4,28,14,.78);backdrop-filter:blur(8px);z-index:1800;display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:.25s}.search-panel.open{opacity:1;visibility:visible}.search-panel-inner{width:min(760px,100%);background:#fff;border-radius:28px;padding:34px;position:relative;box-shadow:0 40px 90px rgba(0,0,0,.28)}.search-panel-inner>button{position:absolute;right:18px;top:15px;border:0;background:none;font-size:28px;cursor:pointer;color:#55705f}.search-panel-inner>span{display:block;color:var(--orange);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}.search-panel form{display:grid;grid-template-columns:1fr auto;gap:10px}.search-panel input{border:1px solid #dce8df;border-radius:14px;padding:16px 18px;font:inherit;outline:none}.search-panel input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(22,101,52,.08)}.search-panel button[type=submit]{border:0;background:var(--green);color:#fff;border-radius:14px;padding:0 24px;font:inherit;font-weight:800;cursor:pointer}
/* Shared */
.section{padding:96px 0}.section-soft{background:var(--soft)}.section-dark{background:#082915;color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--orange);text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:800;margin-bottom:14px}.eyebrow:before{content:'';width:30px;height:2px;background:var(--green)}.section-title{font-size:clamp(34px,5vw,52px);line-height:1.08;margin:0;color:var(--green-deep);font-weight:800;letter-spacing:-1.5px}.section-title span{color:var(--orange)}.section-lead{font-size:17px;color:var(--muted);max-width:720px;line-height:1.8}.center{text-align:center}.center .section-lead{margin-left:auto;margin-right:auto}.center .eyebrow:before{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:14px;text-decoration:none;font-size:14px;font-weight:800;transition:.25s;border:1px solid transparent}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 10px 24px rgba(255,117,31,.22)}.btn-primary:hover{background:var(--green);transform:translateY(-2px)}.btn-secondary{border-color:#d8e6dc;background:#fff;color:var(--green)}.btn-secondary:hover{background:var(--green-soft);border-color:var(--green)}.text-link{display:inline-flex;gap:8px;align-items:center;text-decoration:none;color:var(--green);font-weight:800;font-size:13px}.text-link:hover{color:var(--orange)}
/* Home hero */
.home-hero{position:relative;background:#fff}.hero-visual{height:min(56vw,560px);min-height:380px;overflow:hidden;background:#dcebdd}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center 58%;display:block}.hero-card-wrap{width:min(1080px,calc(100% - 40px));margin:-105px auto 0;position:relative;z-index:4;padding-bottom:58px}.hero-card{background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-radius:38px;padding:56px clamp(24px,5vw,68px);text-align:center;box-shadow:0 30px 70px rgba(13,66,34,.14);border-bottom:6px solid var(--orange)}.hero-card .mini-line{width:58px;height:4px;border-radius:6px;background:var(--green);margin:0 auto 22px}.hero-card h1{font-size:clamp(34px,5.6vw,62px);line-height:1.06;margin:0 0 22px;color:var(--green);font-weight:800;letter-spacing:-2px}.hero-card h1 span{color:var(--orange)}.hero-card p{max-width:820px;margin:0 auto 32px;font-size:18px;line-height:1.8;color:#53665a}.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
/* Who */
.who-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.who-circle{width:min(430px,100%);aspect-ratio:1;position:relative;margin:auto}.who-circle .main{width:100%;height:100%;border-radius:50%;overflow:hidden;border:10px solid #fff;box-shadow:var(--shadow);position:relative;z-index:3}.who-circle .main img{width:100%;height:100%;object-fit:cover}.who-circle:before,.who-circle:after{content:'';position:absolute;border-radius:50%}.who-circle:before{width:72%;height:72%;background:rgba(255,117,31,.11);right:-7%;top:-6%}.who-circle:after{width:58%;height:58%;background:rgba(22,101,52,.10);left:-6%;bottom:-8%}.research-tag{position:absolute;right:-6%;bottom:12%;z-index:5;background:var(--orange);color:#fff;padding:13px 20px;border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 12px 25px rgba(255,117,31,.28)}.who-copy p{font-size:18px;color:var(--muted);line-height:1.85;padding-left:24px;border-left:4px solid var(--orange);margin-top:26px}.who-copy .btn{margin-top:12px}
/* Product grids */
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:44px}.product-card{background:#fff;border:1px solid #e6eee8;border-radius:22px;overflow:hidden;transition:.3s;display:flex;flex-direction:column;min-width:0}.product-card:hover{transform:translateY(-7px);box-shadow:0 20px 45px rgba(16,80,42,.10);border-color:#c9ddce}.product-media{height:238px;background:#f4f5f4;display:block;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s}.product-card:hover .product-media img{transform:scale(1.025)}.product-body{padding:20px 18px 19px}.product-category{display:block;color:var(--orange);font-size:10px;letter-spacing:1.1px;font-weight:800;text-transform:uppercase;margin-bottom:8px}.product-body h3{font-size:18px;line-height:1.25;margin:0 0 9px;color:var(--green-deep)}.product-body h3 a{text-decoration:none}.product-body p{font-size:13px;color:#66736b;line-height:1.55;margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-products-action{text-align:center;margin-top:34px}
/* culture */
.culture-split{display:grid;grid-template-columns:1fr 1.2fr;min-height:480px}.culture-green{background:var(--green);color:#fff;padding:70px clamp(28px,6vw,78px);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.culture-green:after{content:'';position:absolute;right:0;bottom:0;width:180px;height:180px;background:radial-gradient(circle,rgba(255,255,255,.12) 2px,transparent 2px);background-size:22px 22px}.culture-green .tag{display:inline-flex;align-self:flex-start;background:var(--orange);padding:6px 13px;border-radius:6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.culture-green h2{font-size:clamp(38px,5vw,56px);line-height:1.05;margin:20px 0 0;position:relative;z-index:1}.culture-green h2 span{display:block;font-size:.55em;color:rgba(255,255,255,.65);margin-top:10px}.culture-white{display:grid;place-items:center;padding:70px 40px;background:#fff}.culture-card{max-width:520px;text-align:center}.culture-icon{width:76px;height:76px;border-radius:50%;border:2px solid var(--green);background:var(--green-soft);display:grid;place-items:center;margin:0 auto 24px;color:var(--green)}.culture-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2}.culture-card h3{font-size:30px;margin:0 0 16px;color:var(--green)}.culture-card p{font-size:17px;color:#3f5146;line-height:1.8}.culture-card:after{content:'';display:block;width:56px;height:5px;background:var(--orange);border-radius:6px;margin:24px auto 0}
/* values */
.values-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin-top:54px}.value-item{padding:38px 36px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:relative}.value-icon{width:62px;height:62px;border-radius:18px;background:var(--green);color:#fff;display:grid;place-items:center;margin-bottom:24px;transform:rotate(-4deg);box-shadow:0 10px 24px rgba(22,101,52,.18)}.value-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2}.value-item h3{font-size:26px;margin:0 0 13px;color:var(--ink)}.value-item p{margin:0;color:var(--muted);font-size:16px;line-height:1.75}.value-item:after{content:'';position:absolute;left:0;bottom:-1px;width:90px;height:3px;background:var(--orange)}
/* CTA */
.cta-band{padding:68px 0}.cta-inner{background:linear-gradient(135deg,var(--green-deep),#0f7139);color:#fff;border-radius:32px;padding:48px clamp(24px,5vw,64px);display:flex;justify-content:space-between;align-items:center;gap:30px;position:relative;overflow:hidden}.cta-inner:after{content:'';position:absolute;right:-80px;top:-100px;width:300px;height:300px;border-radius:50%;background:rgba(255,189,89,.11)}.cta-inner h2{font-size:clamp(28px,4vw,42px);line-height:1.14;margin:0 0 10px;position:relative;z-index:1}.cta-inner p{margin:0;color:#d9efe2;position:relative;z-index:1}.cta-inner .btn{position:relative;z-index:2;white-space:nowrap;background:var(--orange)}
/* Page hero */
.page-hero{padding:82px 0 66px;background:linear-gradient(135deg,#effbf3,#fff8f2);border-bottom:1px solid var(--line);position:relative;overflow:hidden}.page-hero:after{content:'';position:absolute;width:360px;height:360px;border-radius:50%;right:-140px;top:-180px;background:rgba(255,117,31,.10)}.page-hero .shell{position:relative;z-index:1}.page-hero h1{font-size:clamp(38px,6vw,60px);line-height:1.04;margin:10px 0 18px;color:var(--green-deep);letter-spacing:-2px}.page-hero h1 span{color:var(--orange)}.page-hero p{max-width:730px;color:#57675e;font-size:17px;margin:0;line-height:1.8}.breadcrumb{font-size:12px;font-weight:800;color:var(--green);text-transform:uppercase;letter-spacing:1.6px}.breadcrumb a{text-decoration:none;color:var(--orange)}
/* About */
.about-intro{max-width:900px;margin:auto;text-align:center}.about-intro p{font-size:20px;line-height:1.85;color:#4b5c51}.about-duo{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:54px}.about-panel{padding:42px;border-radius:24px;background:#fff;border-bottom:5px solid var(--green);box-shadow:0 16px 36px rgba(0,0,0,.05)}.about-panel.orange{border-bottom-color:var(--orange)}.about-panel .icon{width:58px;height:58px;border-radius:16px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;margin-bottom:22px}.about-panel.orange .icon{background:var(--orange-soft);color:var(--orange)}.about-panel svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2}.about-panel h3{font-size:28px;margin:0 0 15px;color:var(--green-deep)}.about-panel p{color:var(--muted);margin:0;line-height:1.75}.offer-list{max-width:1000px;margin:52px auto 0;border-top:1px solid var(--line)}.offer-row{display:grid;grid-template-columns:70px 1fr 58px;gap:24px;align-items:center;padding:34px 0;border-bottom:1px solid var(--line);transition:.25s}.offer-row:hover{padding-left:18px;background:var(--green-soft)}.offer-num{font-size:22px;color:var(--orange);font-weight:800;opacity:.55}.offer-row h3{font-size:22px;margin:0 0 7px;color:var(--green)}.offer-row p{margin:0;color:var(--muted)}.offer-icon{width:54px;height:54px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center}.offer-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2}
/* Products page */
.products-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:34px;padding-bottom:18px;border-bottom:1px solid var(--line)}.products-count{font-size:13px;color:var(--muted)}.product-filter-form{display:flex;gap:8px;max-width:430px;width:100%}.product-filter-form input{width:100%;border:1px solid #dce8df;border-radius:13px;padding:12px 15px;font:inherit;font-size:14px}.product-filter-form button{border:0;border-radius:13px;background:var(--green);color:#fff;padding:0 18px;font:inherit;font-weight:800;cursor:pointer}.no-results{display:none;text-align:center;padding:50px 0;color:var(--muted)}
/* Product detail */
.product-detail{padding:70px 0 96px}.product-top{display:grid;grid-template-columns:minmax(330px,.9fr) 1.1fr;gap:72px;align-items:start}.product-detail-media{background:#f4f5f4;border-radius:28px;overflow:hidden;min-height:480px;display:grid;place-items:center}.product-detail-media img{width:100%;height:100%;max-height:590px;object-fit:cover;display:block}.product-kicker{display:inline-block;color:var(--orange);font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}.product-top h1{font-size:clamp(34px,5vw,52px);line-height:1.04;color:var(--green-deep);margin:0 0 18px;letter-spacing:-1.5px}.product-summary{font-size:18px;color:#4f6156;line-height:1.75;margin:0 0 26px}.product-quick{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 30px}.product-quick span{font-size:12px;font-weight:700;background:var(--green-soft);color:var(--green);padding:8px 12px;border-radius:999px}.product-detail-body{max-width:900px;margin:72px auto 0}.detail-section{padding:32px 0;border-top:1px solid var(--line)}.detail-section:last-child{border-bottom:1px solid var(--line)}.detail-section h2{font-size:24px;color:var(--green-deep);margin:0 0 16px}.detail-section p{color:#53645a;margin:0 0 12px;line-height:1.8}.detail-section ul{margin:0;padding-left:20px;color:#53645a}.detail-section li{margin:8px 0}.composition-line{padding:12px 0;border-bottom:1px dashed #dce7df;color:#43564a}.product-note{margin-top:30px;padding:18px 0 18px 20px;border-left:4px solid var(--orange);color:#66442f;font-size:14px;background:linear-gradient(90deg,var(--orange-soft),transparent)}.related-wrap{margin-top:76px}.related-wrap h2{font-size:30px;color:var(--green-deep);margin:0}.related-wrap .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
/* Contact */
.contact-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:46px}.contact-detail{padding:28px;border-radius:22px;background:var(--green-soft);border:1px solid #dcf1e2}.contact-detail .icon{width:48px;height:48px;background:var(--orange);color:#fff;border-radius:14px;display:grid;place-items:center;margin-bottom:18px}.contact-detail svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2}.contact-detail h3{font-size:17px;color:var(--green);margin:0 0 7px}.contact-detail p,.contact-detail a{font-size:14px;color:#42584a;text-decoration:none;margin:0;line-height:1.65}.contact-form-section{background:var(--green-soft);padding:90px 0}.contact-form-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:66px;align-items:center}.contact-copy h2{font-size:clamp(34px,5vw,48px);line-height:1.08;color:var(--green-deep);margin:12px 0 18px}.contact-copy h2 span{color:var(--orange)}.contact-copy p{font-size:17px;color:#506357;line-height:1.8}.contact-points{margin-top:26px}.contact-points div{display:flex;align-items:center;gap:12px;margin:12px 0;font-weight:700;color:#245338}.contact-points span{width:25px;height:25px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:12px}.contact-form-card{background:#fff;border-radius:26px;padding:36px;box-shadow:var(--shadow);border-top:5px solid var(--orange)}.contact-form-card h3{margin:0 0 20px;color:var(--green-deep)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-field{margin-bottom:14px}.form-field label{display:block;font-size:12px;font-weight:800;color:#36513f;margin-bottom:6px}.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid #dce8df;background:#fff;border-radius:13px;padding:12px 14px;font:inherit;font-size:14px;color:var(--ink);outline:none}.form-field textarea{min-height:120px;resize:vertical}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(22,101,52,.08)}.form-submit{width:100%;border:0;border-radius:13px;background:var(--orange);color:#fff;padding:14px;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.form-submit:hover{background:var(--green)}.form-status{padding:12px 14px;border-radius:12px;font-size:13px;margin-bottom:16px}.form-status.success{background:#e7f8ec;color:#176033}.form-status.error{background:#fff0ec;color:#9b3e25}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
/* legal */
.legal-page{padding:78px 0 100px}.legal-wrap{max-width:860px;margin:auto}.legal-wrap>p:first-of-type{font-size:18px;color:#48594f}.legal-wrap h2{font-size:22px;color:var(--green-deep);margin:34px 0 12px}.legal-wrap h3{font-size:18px;color:var(--green);margin:26px 0 9px}.legal-wrap p,.legal-wrap li{color:#52635a;line-height:1.78}.legal-wrap ul{padding-left:22px}.legal-note{margin:32px 0;padding:16px 20px;border-left:4px solid var(--orange);background:var(--orange-soft);color:#6c472f}
/* Footer */
.site-footer{position:relative;background:var(--green);color:#fff;padding-top:100px;overflow:hidden}.footer-wave{position:absolute;top:0;left:0;width:100%;height:70px;line-height:0;pointer-events:none}.footer-wave svg{width:100%;height:70px}.footer-wave path{fill:#fff}.footer-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.footer-orb-a{width:360px;height:360px;background:rgba(255,255,255,.13);left:-120px;top:-90px}.footer-orb-b{width:280px;height:280px;background:rgba(255,117,31,.27);right:-70px;bottom:80px}.footer-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.25fr .65fr .7fr 1.05fr;gap:34px;align-items:start;padding-bottom:58px}.footer-brand-card{background:#fff;color:var(--ink);border-radius:28px;padding:32px;box-shadow:0 26px 60px rgba(0,0,0,.13)}.footer-brand-card img{width:200px;margin-bottom:15px}.footer-brand-card p{font-size:14px;color:#5a6a60;line-height:1.7}.footer-socials{display:flex;gap:10px;margin-top:18px}.footer-socials a{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;text-decoration:none;background:#f1f5f2;color:var(--green);font-weight:800}.footer-socials a:hover{background:var(--orange);color:#fff}.footer-col h4{color:var(--yellow);font-size:14px;text-transform:uppercase;letter-spacing:1.4px;margin:8px 0 20px}.footer-col>a{display:block;text-decoration:none;color:#fff;margin:10px 0;font-size:13px;font-weight:650}.footer-col>a:hover{color:var(--yellow)}.footer-reach p{font-size:13px;line-height:1.7;color:#e2f2e7}.hours{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);padding:10px 12px;border-radius:12px;margin-top:14px;font-size:12px;font-weight:700}.hours span{width:9px;height:9px;background:#4ade80;border-radius:50%;box-shadow:0 0 0 5px rgba(74,222,128,.14)}.footer-bottom{position:relative;z-index:2;background:var(--green-dark);border-top:1px solid rgba(255,255,255,.10)}.footer-bottom .shell{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-bottom p{margin:0;font-size:12px;color:#e7f3ea}.footer-bottom a{color:var(--yellow);font-weight:800;text-decoration:none}
@media(max-width:1100px){.desktop-nav{display:none}.menu-open{display:grid}.header-main{grid-template-columns:1fr auto}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-brand-card{grid-row:span 2}.who-split{gap:55px}.product-top{gap:46px}.contact-info-grid{grid-template-columns:1fr 1fr}.contact-detail:last-child{grid-column:1/-1}}
@media(max-width:820px){.header-contact-strip{display:none}.header-main-wrap{padding:8px 0}.header-main{border-radius:18px;padding:8px 10px 8px 14px;min-height:64px}.brand img{width:180px}.header-cta{display:none}.shell{width:min(100% - 28px,1200px)}.section{padding:72px 0}.hero-visual{height:400px;min-height:0}.hero-card-wrap{margin-top:-58px;width:calc(100% - 28px);padding-bottom:30px}.hero-card{border-radius:28px;padding:40px 22px}.hero-card p{font-size:16px}.who-split{grid-template-columns:1fr;gap:50px;text-align:center}.who-copy p{padding-left:0;border-left:0}.research-tag{right:0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-media{height:250px}.culture-split{grid-template-columns:1fr}.culture-green,.culture-white{padding:58px 26px;text-align:center}.culture-green .tag{align-self:center}.values-grid{grid-template-columns:1fr}.cta-inner{flex-direction:column;text-align:center}.about-duo{grid-template-columns:1fr}.offer-row{grid-template-columns:54px 1fr}.offer-icon{display:none}.products-toolbar{flex-direction:column;align-items:stretch}.product-filter-form{max-width:none}.product-top{grid-template-columns:1fr;gap:34px}.product-detail-media{min-height:0;max-width:580px;width:100%;margin:auto}.product-detail-body{margin-top:48px}.related-wrap .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-info-grid{grid-template-columns:1fr}.contact-detail:last-child{grid-column:auto}.contact-form-grid{grid-template-columns:1fr;gap:40px}.contact-copy{text-align:center}.contact-points div{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand-card{grid-column:1/-1;grid-row:auto}.footer-bottom .shell{padding:18px 0;flex-direction:column;text-align:center;justify-content:center}.page-hero{padding:60px 0 52px}}
@media(max-width:560px){.search-panel form{grid-template-columns:1fr}.search-panel button[type=submit]{padding:13px}.hero-visual{height:330px}.hero-card h1{font-size:31px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.who-circle{width:280px}.section-title{font-size:34px}.product-grid,.related-wrap .product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-media{height:180px}.product-body{padding:15px 13px}.product-body h3{font-size:15px}.product-body p{font-size:12px;-webkit-line-clamp:2}.product-category{font-size:9px}.about-panel{padding:30px 24px}.offer-row{grid-template-columns:1fr;padding:28px 0;text-align:center}.offer-num{font-size:16px}.product-top h1{font-size:34px}.product-summary{font-size:16px}.form-row{grid-template-columns:1fr}.contact-form-card{padding:28px 20px}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand-card{display:flex;flex-direction:column;align-items:center}.footer-socials{justify-content:center}.footer-col h4{margin-top:10px}.footer-reach .hours{justify-content:center}.footer-wave,.footer-wave svg{height:50px}.site-footer{padding-top:78px}}
