:root{--navy:#071d3c;--navy2:#0b315d;--green:#5c9636;--lime:#89b83f;--ink:#11243e;--muted:#5e6d7d;--soft:#f2f6f8;--white:#fff;--line:#dce4e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px;line-height:1}.brand-mark{font:bold italic 42px Georgia;color:var(--navy);letter-spacing:-8px}.brand-mark span{font-size:15px;color:var(--green);vertical-align:top;margin-left:2px}.brand strong{display:block;font-size:18px;letter-spacing:.15em;color:var(--navy)}.brand small{display:block;margin-top:7px;font-size:10px;letter-spacing:.13em;color:var(--green);font-weight:800}.site-header nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:700}.nav-cta{background:var(--navy);color:white;padding:12px 18px;border-radius:3px}.menu{display:none;background:none;border:1px solid var(--line);padding:9px 12px}.hero{min-height:650px;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;background:linear-gradient(118deg,#fff 0 57%,#eaf1f4 57%);position:relative}.hero:after{content:"";position:absolute;width:60%;height:18px;right:-5%;bottom:0;background:linear-gradient(90deg,var(--lime),var(--green),var(--navy));transform:skewX(-30deg)}.hero-copy{padding:105px 6vw 85px 8vw}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--green);font-size:13px;font-weight:900;margin:0 0 18px}.hero h1{font-size:clamp(46px,6vw,80px);line-height:1.03;letter-spacing:-.045em;margin:0;color:var(--navy);max-width:850px}.hero h1 em{font-style:normal;color:var(--green)}.lead{font-size:20px;max-width:670px;color:var(--muted);margin:28px 0}.actions{display:flex;gap:12px;margin:32px 0}.button{display:inline-block;padding:14px 22px;border-radius:3px;font-weight:800;border:0;font-size:15px;cursor:pointer}.primary{background:var(--green);color:#fff}.primary:hover{background:#487e2b}.secondary{border:1px solid var(--navy);color:var(--navy)}.trust{display:flex;gap:26px;list-style:none;padding:0;margin:38px 0 0;color:var(--navy);font-size:14px;font-weight:700}.trust li:before{content:"✓";color:var(--green);margin-right:8px}.hero-visual{padding:85px 6vw 60px 3vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-visual>p{font-weight:800;color:var(--navy);letter-spacing:.04em}.product-stage{height:350px;width:100%;position:relative;border-bottom:8px solid var(--navy)}.pail,.jug{position:absolute;bottom:0;background:linear-gradient(90deg,#cfd8dd,#fff 22%,#f8fafb 70%,#cbd5da);box-shadow:0 18px 30px #7892a044;color:var(--navy);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;letter-spacing:.13em}.pail{border-radius:7% 7% 16% 16%;border-top:18px solid #ecf0f2}.pail:after{content:"";position:absolute;left:-10%;right:-10%;top:-24px;height:12px;border-radius:50%;background:#f8fafb;border:1px solid #cbd4d9}.pail-large{width:195px;height:245px;left:20%;z-index:1}.pail-small{width:118px;height:155px;left:3%;z-index:2}.jug{width:105px;height:182px;right:5%;border-radius:15% 18% 12% 12%}.jug:before{content:"";position:absolute;top:-40px;left:17px;width:44px;height:46px;border:10px solid #e1e7ea;border-radius:50%}.proof{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 7vw;background:var(--navy);color:white}.proof div{display:flex;flex-direction:column;align-items:center;border-right:1px solid #ffffff33}.proof div:last-child{border:0}.proof strong{font-size:17px}.proof span{color:#bed3df;font-size:13px}.section{padding:105px 8vw}.section-intro{max-width:700px}.section h2,.quote-section h2{font-size:clamp(35px,4vw,56px);line-height:1.1;letter-spacing:-.035em;color:var(--navy);margin:0 0 22px}.section-intro>p:last-child,.about p,.quote-section>div>p{color:var(--muted);font-size:18px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:50px}.product-grid article{border:1px solid var(--line);padding:28px;min-height:295px;display:flex;flex-direction:column;transition:.25s}.product-grid article:hover{transform:translateY(-5px);box-shadow:0 16px 40px #0b315d16}.product-grid .featured{background:var(--navy);color:white}.product-grid h3{font-size:22px;line-height:1.2}.product-grid p{color:var(--muted)}.product-grid .featured p{color:#c7d4df}.product-grid a{margin-top:auto;font-weight:800;color:var(--green)}.size{font-size:12px;font-weight:900;letter-spacing:.14em;color:var(--green)}.quality{background:var(--soft);display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.quality-list article{display:grid;grid-template-columns:45px 1fr;column-gap:18px;border-top:1px solid #cdd8de;padding:22px 0}.quality-list b{grid-row:1/3;color:var(--green);font-size:13px}.quality-list h3,.quality-list p{margin:0}.quality-list p{color:var(--muted)}.about{display:grid;grid-template-columns:1.1fr .9fr;gap:7vw;align-items:center}.about-card{background:var(--soft);padding:20px;box-shadow:15px 15px 0 var(--navy)}.about-card img{width:100%;display:block}.text-link{display:inline-block;margin-top:15px;color:var(--green);font-weight:900}.quote-section{background:var(--navy);color:white;padding:90px 8vw;display:grid;grid-template-columns:1fr 1fr;gap:8vw}.quote-section h2{color:white}.quote-section>div>p{color:#bdcddd}.contact-details{display:flex;flex-direction:column;font-size:20px;font-weight:800}.quote-section form{background:white;color:var(--ink);padding:30px;display:grid;gap:16px}.quote-section label{font-size:14px;font-weight:800}.quote-section input,.quote-section select,.quote-section textarea{display:block;width:100%;margin-top:6px;border:1px solid #cbd5dc;padding:12px;font:inherit}.quote-section small{color:var(--muted)}footer{padding:45px 8vw;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px;color:var(--muted);font-size:13px}.footer-brand{max-width:320px}@media(max-width:900px){.site-header nav{display:none;position:absolute;left:0;right:0;top:86px;background:#fff;padding:24px;flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.menu{display:block}.hero{grid-template-columns:1fr;background:linear-gradient(180deg,#fff 0 67%,#eaf1f4 67%)}.hero-copy{padding:70px 7vw 35px}.hero-visual{padding:20px 7vw 60px}.product-stage{max-width:520px}.trust{flex-direction:column;gap:5px}.proof{grid-template-columns:1fr 1fr;gap:22px}.proof div{border:0}.product-grid{grid-template-columns:1fr 1fr}.quality,.about,.quote-section{grid-template-columns:1fr}.about-card{order:2}footer{grid-template-columns:1fr}}@media(max-width:560px){.brand strong{font-size:14px}.brand small{font-size:8px}.brand-mark{font-size:34px}.hero h1{font-size:44px}.actions{flex-direction:column}.proof,.product-grid{grid-template-columns:1fr}.proof div{align-items:flex-start;border-bottom:1px solid #ffffff22;padding-bottom:12px}.section{padding:75px 6vw}.quote-section{padding:70px 6vw}.product-stage{transform:scale(.85);margin:-15px}.quote-section form{padding:22px}footer{padding:35px 6vw}.site-header{padding:0 18px}}
