:root{--green:#0b4d36;--green2:#4f9f1f;--lime:#76bd24;--blue:#274b94;--blue2:#15366e;--cream:#fbfaf4;--ink:#17221e;--muted:#66736e;--line:#dfe6df;--white:#fff;--shadow:0 20px 60px rgba(10,42,30,.10);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:var(--green);color:#eaf7e7;font-size:13px}.topbar-inner{min-height:38px;display:flex;justify-content:space-between;align-items:center}.topbar-inner div{display:flex;gap:12px}.site-header{position:sticky;top:0;z-index:50;background:rgba(251,250,244,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(11,77,54,.10)}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between}.brand img{width:250px;height:58px;object-fit:contain;object-position:left center;display:block}.nav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:700;color:#244038}.nav>a:hover,.nav-drop>button:hover{color:var(--green2)}.nav-cta{padding:12px 19px;border-radius:999px;background:var(--green);color:white!important;box-shadow:0 8px 20px rgba(11,77,54,.18)}.nav-drop{position:relative}.nav-drop>button{border:0;background:transparent;font:inherit;color:inherit;cursor:pointer;padding:8px 0}.drop-menu{position:absolute;top:38px;left:-16px;width:220px;padding:10px;background:white;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);display:none}.nav-drop:hover .drop-menu,.nav-drop:focus-within .drop-menu{display:grid}.drop-menu a{padding:10px 12px;border-radius:10px}.drop-menu a:hover{background:#f0f7ea;color:var(--green)}.menu-btn{display:none;border:0;background:var(--green);color:#fff;border-radius:10px;font-size:22px;padding:7px 10px}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7fbf0 0%,#fff 45%,#eef4fb 100%);padding:78px 0 70px}.hero:after{content:"";position:absolute;inset:auto -5% -160px 35%;height:300px;background:linear-gradient(90deg,transparent,var(--lime));opacity:.08;transform:rotate(-9deg)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center;position:relative;z-index:2}.eyebrow{font-size:12px;letter-spacing:.22em;font-weight:900;color:var(--green2);margin:0 0 13px;text-transform:uppercase}.hero h1{font-size:clamp(42px,5.2vw,72px);line-height:1.03;letter-spacing:-.045em;margin:0 0 22px;max-width:780px}.hero h1 span{color:var(--green2)}.lead{font-size:18px;color:#55645d;max-width:690px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 21px;border-radius:999px;font-weight:800;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--green);color:#fff;box-shadow:0 12px 25px rgba(11,77,54,.20)}.btn-primary:hover{background:var(--green2)}.btn-white{background:#fff;color:var(--green);box-shadow:0 10px 25px rgba(0,0,0,.08)}.btn-outline-white{border-color:rgba(255,255,255,.65);color:#fff}.hero-metrics{display:flex;gap:25px;margin-top:28px}.hero-metrics div{padding-right:25px;border-right:1px solid #cbd8cf}.hero-metrics div:last-child{border:0}.hero-metrics b{display:block;color:var(--blue);font-size:21px}.hero-metrics span{display:block;color:#69766f;font-size:12px}.hero-visual{position:relative}.visual-frame{background:#fff;padding:10px;border-radius:30px;box-shadow:var(--shadow);transform:none;overflow:hidden}.visual-frame img{width:100%;height:500px;object-fit:cover;border-radius:22px;display:block}.visual-label{position:absolute;left:30px;bottom:30px;background:rgba(10,42,30,.90);color:#fff;padding:15px 18px;border-radius:15px;display:grid}.visual-label span{font-weight:900;letter-spacing:.09em}.visual-label small{color:#d4ecd0}.mini-card{position:absolute;right:-18px;top:45px;background:#fff;border-radius:18px;padding:15px;display:flex;gap:10px;align-items:center;box-shadow:var(--shadow);width:210px}.mini-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e8f4dc;color:var(--green);font-weight:900}.mini-card small{display:block;color:var(--muted);font-size:11px}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.55}.orb-a{width:280px;height:280px;background:#dcefc8;right:-90px;top:-120px}.orb-b{width:170px;height:170px;background:#dce5f7;left:-80px;bottom:30px}.feature-strip{background:var(--green);color:#fff}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr)}.feature-grid>div{display:flex;gap:14px;padding:23px 28px;border-right:1px solid rgba(255,255,255,.14)}.feature-grid>div:last-child{border:0}.feature-grid>div>span{font-size:12px;color:#a8da72;font-weight:900}.feature-grid b{display:block}.feature-grid small{display:block;color:#c7d9ce;font-size:12px}.section{padding:95px 0}.section-soft{background:#f0f5ed}.section-head{display:grid;grid-template-columns:1fr .7fr;gap:50px;align-items:end;margin-bottom:40px}.section-head h2,.service-grid h2,.bulk h2,.contact h2{font-size:clamp(32px,4vw,50px);line-height:1.08;letter-spacing:-.035em;margin:0}.section-head>p{color:var(--muted);margin:0}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.category-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;min-height:285px;display:flex;flex-direction:column;transition:.25s;position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-45px;top:-45px;opacity:.18}.cat-water:before{background:var(--blue)}.cat-laundry:before{background:#6d8ad1}.cat-house:before{background:var(--lime)}.cat-kitchen:before{background:#efb43e}.cat-cleaning:before{background:#65a874}.category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#c9d8cb}.cat-top{display:flex;justify-content:space-between;align-items:center}.cat-number{font-size:12px;font-weight:900;color:var(--blue)}.cat-symbol{font-size:28px;color:var(--green)}.category-card h3{font-size:21px;line-height:1.15;margin:30px 0 12px}.category-card p{color:var(--muted);font-size:13px;margin:0}.category-card a{margin-top:auto;padding-top:20px;font-size:13px;color:var(--green);font-weight:900}.filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.filter{border:1px solid #cad6cf;background:#fff;color:#315046;border-radius:999px;padding:10px 16px;font-weight:800;cursor:pointer}.filter.active,.filter:hover{background:var(--green);color:#fff;border-color:var(--green)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 45px rgba(10,42,30,.08)}.product-tag{display:inline-block;font-size:10px;font-weight:900;letter-spacing:.13em;color:var(--blue);background:#edf2fb;border-radius:999px;padding:6px 9px}.product-card h3{margin:15px 0 10px;font-size:22px}.product-card ul{padding-left:19px;margin:0 0 12px;color:#3d5148;font-size:13px}.product-card p{font-size:13px;color:var(--muted);margin:0 0 12px}.product-card small{color:#84908a;font-size:11px}.dark-section{background:linear-gradient(135deg,var(--green),#092e22);color:#fff}.split-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.image-stack{position:relative}.image-stack img{width:100%;height:500px;object-fit:cover;border-radius:28px;box-shadow:0 25px 70px rgba(0,0,0,.20)}.floating-note{position:absolute;left:25px;bottom:25px;background:#fff;color:var(--green);padding:14px 17px;border-radius:14px;display:grid;box-shadow:var(--shadow)}.floating-note span{font-size:12px;color:var(--muted)}.light-text{color:#a8da72}.dark-section h2{font-size:clamp(32px,4vw,52px);line-height:1.05;margin:0 0 18px}.dark-lead{color:#d5e4db}.about-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.about-points div{border:1px solid rgba(255,255,255,.13);padding:14px;border-radius:13px;display:flex;gap:12px}.about-points b{color:#a8da72}.about-points span{color:#dcebe3;font-size:13px}.service-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.service-grid>div>p:not(.eyebrow){color:var(--muted);max-width:560px}.service-cards{display:grid;grid-template-columns:1fr 1fr;gap:13px}.service-cards>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.service-cards span{color:var(--green2);font-weight:900}.service-cards h3{margin:10px 0 4px}.service-cards p{font-size:13px;color:var(--muted);margin:0}.bulk{background:linear-gradient(120deg,var(--blue),var(--blue2));color:#fff}.bulk .eyebrow{color:#a8da72}.bulk-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.bulk p:not(.eyebrow){color:#d8e1f0}.bulk-table{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:20px;overflow:hidden}.bulk-table div{display:flex;justify-content:space-between;gap:20px;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.12);font-size:13px}.bulk-table div:last-child{border:0}.bulk-table span{color:#cbd7ec}.brochure-banner{background:var(--green2);color:#fff;padding:55px 0}.brochure-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.brochure-banner .eyebrow{color:#dff5c9}.brochure-banner h2{font-size:40px;line-height:1.05;margin:0 0 12px}.brochure-banner p:not(.eyebrow){color:#edf8e7}.brochure-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px}.contact-intro,.contact-grid>div>p:not(.eyebrow){color:var(--muted)}.contact-list{margin-top:28px;display:grid;gap:8px}.contact-list a,.contact-list>div{padding:15px 17px;background:#f5f7f2;border-radius:14px;display:grid}.contact-list span{font-size:11px;color:var(--green2);font-weight:900;text-transform:uppercase;letter-spacing:.1em}.contact-list b{font-size:14px;margin-top:3px}.contact-form{background:#f4f7f2;border:1px solid var(--line);border-radius:24px;padding:27px;display:grid;gap:14px}.contact-form h3{font-size:26px;margin:0 0 3px}.contact-form label{font-size:12px;font-weight:800;color:#405149}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid #cdd8d1;background:#fff;border-radius:12px;padding:12px 13px;margin-top:6px;font:inherit;outline:none}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--green2);box-shadow:0 0 0 3px rgba(118,189,36,.13)}.contact-form small{font-size:10px;color:#7a8580}.footer{background:#082e22;color:#dcece2;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}.footer-brand img{width:160px;height:70px;object-fit:contain;background:#fff;border-radius:12px;mix-blend-mode:normal}.footer-brand p{max-width:270px;color:#aac3b5;font-size:13px}.footer h4{color:#fff;margin:0 0 14px}.footer-grid a,.footer-grid span{display:block;color:#b8cfc2;font-size:13px;margin:7px 0}.footer-grid a:hover{color:#a8da72}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:18px;color:#8faea0;font-size:11px}.hidden{display:none!important}@media(max-width:1050px){.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.nav{gap:15px}.hero-grid{gap:35px}.section-head{grid-template-columns:1fr}.hero h1{font-size:56px}}@media(max-width:800px){.topbar-inner{justify-content:center}.topbar-inner>span{display:none}.nav{display:none;position:absolute;left:20px;right:20px;top:78px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav-drop .drop-menu{position:static;width:auto;box-shadow:none;border:0;padding:5px 0 0;display:grid}.menu-btn{display:block}.hero{padding:55px 0}.hero-grid,.split-grid,.service-grid,.bulk-grid,.contact-grid,.brochure-grid{grid-template-columns:1fr}.hero h1{font-size:46px}.hero-visual{order:-1}.visual-frame img{height:340px}.mini-card{right:10px;top:15px}.feature-grid{grid-template-columns:1fr}.feature-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.category-grid,.product-grid{grid-template-columns:1fr}.about-points,.service-cards{grid-template-columns:1fr}.brochure-actions{justify-content:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.nav-cta{text-align:center}.section{padding:70px 0}}@media(max-width:520px){.container{width:min(100% - 28px,1180px)}.brand img{width:190px;height:48px}.topbar{font-size:11px}.hero h1{font-size:39px}.hero-metrics{gap:12px}.hero-metrics div{padding-right:12px}.hero-metrics b{font-size:17px}.section-head h2,.service-grid h2,.bulk h2,.contact h2{font-size:35px}.footer-grid{grid-template-columns:1fr}}

/* Industries & client showcase */
.industries-section{background:#fff}
.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.industry-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(10,42,30,.05);transition:.25s}
.industry-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.industry-card img{width:100%;height:210px;object-fit:cover;display:block}
.industry-card>div{padding:22px}
.industry-card span{font-size:11px;font-weight:900;color:var(--blue)}
.industry-card h3{font-size:21px;margin:9px 0 7px;color:var(--green)}
.industry-card p{font-size:13px;color:var(--muted);margin:0;line-height:1.6}
.clients-section{background:#f0f5ed}
.client-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.client-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;min-height:125px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.client-card:after{content:"";position:absolute;right:-30px;bottom:-30px;width:100px;height:100px;border-radius:50%;background:#dcefc8}
.client-card span{font-size:10px;font-weight:900;color:var(--blue);position:relative;z-index:1}
.client-card b{font-size:18px;margin-top:7px;color:#123c2d;position:relative;z-index:1}
.client-card small{color:var(--muted);font-size:11px;margin-top:5px;position:relative;z-index:1}
.client-note{margin-top:20px;background:linear-gradient(135deg,#fff,#f5f8f2);border:1px dashed #b9c9bd;border-radius:18px;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.client-note strong{display:block;color:var(--green);font-size:16px}
.client-note span{display:block;color:var(--muted);font-size:12px;margin-top:4px}
@media(max-width:1050px){.industry-grid,.client-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.industry-grid,.client-grid{grid-template-columns:1fr}.client-note{align-items:flex-start;flex-direction:column}}

.product-image{width:100%;height:145px;object-fit:cover;border-radius:14px;margin-bottom:15px;display:block;border:1px solid #e1e8e2;background:#f5f8f3;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}.product-card .product-tag{margin-bottom:2px}

/* Category detail pages */
.detail-hero{padding:90px 0 60px;background:linear-gradient(135deg,#f5faf2 0%,#eef7ff 100%);position:relative;overflow:hidden}.detail-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:50px;align-items:center}.detail-hero h1{font-size:clamp(42px,5vw,68px);line-height:1.02;margin:12px 0 20px;color:#0f3d2b}.detail-hero h1 span{color:#76c900}.detail-hero .lead{font-size:19px;line-height:1.75;max-width:650px;color:#3d4d55}.detail-image{width:100%;border-radius:28px;box-shadow:0 25px 70px rgba(18,60,140,.14);border:1px solid rgba(18,60,140,.1);background:#fff}.crumbs{font-size:14px;color:#5c6b72;margin-bottom:16px}.crumbs a{color:#123c8c}.product-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.detail-card{background:#fff;border:1px solid #e1e8e8;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(15,61,43,.06);display:flex;flex-direction:column}.detail-card img{width:100%;height:190px;object-fit:cover;background:#f2f6f4}.detail-card .card-body{padding:22px}.detail-card h3{margin:0 0 9px;color:#123c8c;font-size:21px}.detail-card p{color:#526168;line-height:1.65}.detail-card ul{padding-left:18px;color:#405159;line-height:1.7}.sku{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#3f7f39;background:#edf7e7;border-radius:999px;padding:7px 10px;margin-bottom:12px}.callout{margin-top:42px;border-radius:24px;padding:34px;background:#0f3d2b;color:#fff;display:flex;justify-content:space-between;gap:30px;align-items:center}.callout h3{margin:0 0 8px;font-size:28px}.callout p{margin:0;color:#dbe9e0;line-height:1.6}.source-note{font-size:13px;color:#69767b;margin-top:28px;line-height:1.6}.section-intro{max-width:800px;color:#5a686e;line-height:1.75}.application-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:26px}.application-list div{padding:18px;border-radius:16px;background:#f5faf2;border:1px solid #dcebd5;font-weight:700;color:#0f3d2b}.back-home{margin-top:24px;display:inline-flex;align-items:center;gap:8px;font-weight:800;color:#123c8c}@media(max-width:900px){.detail-grid,.product-detail-grid{grid-template-columns:1fr}.application-list{grid-template-columns:repeat(2,1fr)}.callout{flex-direction:column;align-items:flex-start}}@media(max-width:560px){.application-list{grid-template-columns:1fr}}

.card-link{display:inline-flex;margin:16px 22px 22px;color:#123c8c;font-weight:800;text-decoration:none;align-items:center;gap:8px}.card-link:hover{color:#3f7f39}.product-card{display:flex;flex-direction:column}.product-card p{flex:1}

/* V5 product detail enhancements */
.explore-link{margin-top:18px!important;border:1px solid #d7e3d8;padding:11px 14px;border-radius:12px;background:#f7faf5;width:max-content}.explore-link:hover{background:#eef7e8;border-color:#b9d7b0}.category-product-card .card-body{display:flex;flex-direction:column;height:100%}.category-product-card .small-btn{margin-top:auto;width:max-content;padding:11px 16px;font-size:12px}.category-product-card img{height:230px;object-fit:cover}.mini-list{display:flex;flex-wrap:wrap;gap:7px;margin:8px 0 18px}.mini-list span{font-size:11px;color:#466157;background:#f0f6ed;border:1px solid #dcebd7;border-radius:999px;padding:6px 8px}.product-detail-hero{padding:82px 0 65px;background:linear-gradient(135deg,#f4faef 0%,#fff 48%,#eef4fb 100%);overflow:hidden}.product-detail-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.product-packshot{background:#fff;border:1px solid #dfe8e0;border-radius:30px;padding:18px;box-shadow:0 25px 70px rgba(10,42,30,.12);position:relative}.product-packshot img{width:100%;display:block;border-radius:20px}.product-packshot span{display:block;text-align:center;font-size:11px;color:#7b8781;padding:10px 5px 2px}.product-detail-hero h1{font-size:clamp(42px,5.5vw,72px);line-height:1.02;letter-spacing:-.045em;color:#0f3d2b;margin:12px 0 18px}.product-detail-hero .lead{font-size:19px;color:#52645b;max-width:720px}.product-overview-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:start}.product-overview-grid h2{font-size:clamp(32px,4vw,50px);line-height:1.05;letter-spacing:-.035em;margin:0 0 18px}.product-overview-grid p:not(.eyebrow){color:#596a62;line-height:1.75}.muted-copy{font-size:13px}.function-panel{background:#f2f7ef;border:1px solid #dce9d7;border-radius:24px;padding:28px}.function-panel ul{margin:14px 0 0;padding-left:20px;color:#27483b;line-height:1.9}.product-image-row{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center;margin-top:55px}.application-photo{background:#fff;border:1px solid #e0e8e2;border-radius:25px;overflow:hidden;box-shadow:0 18px 50px rgba(10,42,30,.08)}.application-photo img{width:100%;height:360px;object-fit:cover;display:block}.application-copy{padding:10px 15px}.application-copy h3{font-size:32px;line-height:1.1;margin:0 0 13px;color:#0f3d2b}.application-copy p:not(.eyebrow){color:#5a6b62;line-height:1.75}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.related-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 35px rgba(10,42,30,.06)}.related-card img{width:100%;height:220px;object-fit:cover;background:#f5f8f3}.related-card>div{padding:18px}.related-card h3{font-size:20px;line-height:1.2;margin:6px 0 12px;color:#123c8c}.related-card a{font-weight:900;color:var(--green)}
@media(max-width:900px){.product-detail-hero-grid,.product-overview-grid,.product-image-row{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr 1fr}.product-packshot{max-width:560px;margin:auto}.application-photo img{height:300px}}
@media(max-width:560px){.related-grid{grid-template-columns:1fr}.product-detail-hero{padding:55px 0}.product-detail-hero h1{font-size:42px}.product-overview-grid{gap:30px}}

.application-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.application-list>div,.application-list li{background:#f7faf5;border:1px solid #dfe9dc;border-radius:12px;padding:12px 14px;color:#365448;font-size:13px}.application-list li{margin-bottom:8px;display:list-item}@media(max-width:700px){.application-list{grid-template-columns:1fr}}

/* V7 visual refinement: supplied Aristo header logo + compact chemical product cards */
.brand img{width:360px;height:70px;object-fit:contain;object-position:left center}
.chemical-product-grid{grid-template-columns:repeat(4,1fr);gap:18px}
.chemical-product-card{padding:14px;min-height:0;height:auto;display:flex;flex-direction:column}
.chemical-product-card .product-image{height:205px;object-fit:contain;padding:8px;background:linear-gradient(145deg,#f5faf1,#eef4fb);border-radius:15px;margin-bottom:12px}
.chemical-product-card .product-tag{align-self:flex-start;font-size:9px;padding:5px 8px;margin-bottom:1px}
.chemical-product-card h3{font-size:18px;line-height:1.18;margin:10px 0 7px}
.chemical-product-card p{font-size:12px;line-height:1.5;margin:0 0 12px;flex:none;color:#5b6a63}
.chemical-product-card .small-btn{margin-top:auto;width:100%;padding:10px 12px;font-size:12px}
.catalogue-footer{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:28px;flex-wrap:wrap}
.btn-outline-green{border-color:#8dbf7a;color:var(--green);background:#fff}
.btn-outline-green:hover{background:#edf7e8;border-color:var(--green2)}
.text-link{font-weight:900;color:var(--blue)}
.text-link:hover{color:var(--green2)}
/* Remove forced equal-height blank space from generic product cards */
.product-card p{flex:none}
@media(max-width:1050px){.brand img{width:315px}.chemical-product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.brand img{width:285px;height:60px}.chemical-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.brand img{width:250px;height:54px}.chemical-product-grid{grid-template-columns:1fr}.chemical-product-card .product-image{height:230px}}

.industrial-hero{background:linear-gradient(135deg,#f5fbf3,#fff 48%,#edf4fc);padding:65px 0 50px}.industrial-grid{display:grid;grid-template-columns:1fr .9fr;gap:45px;align-items:center}.industrial-hero h1{font-size:clamp(40px,5vw,66px);line-height:1.04;letter-spacing:-.045em;color:#123c8c;margin:10px 0 18px}.industrial-hero h1 span{color:var(--green2)}.industrial-hero p{font-size:18px;color:var(--muted);max-width:680px}.industrial-visual{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.industrial-visual img{width:100%;height:360px;object-fit:cover}.industrial-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.industrial-tabs a{padding:11px 18px;border-radius:999px;background:#eef4fb;border:1px solid #d9e4f0;font-weight:800;color:#173f72}.industrial-tabs a.active{background:var(--green);color:#fff;border-color:var(--green)}.industrial-section{padding:55px 0 85px}.industrial-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:24px}.industrial-head h2{font-size:36px;line-height:1.1;color:#123c8c;margin:5px 0}.industrial-head p{color:var(--muted);max-width:720px}.industrial-grid-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.industrial-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(10,42,30,.05);display:flex;flex-direction:column}.industrial-card .visual{background:#f5f8fc;padding:8px;height:230px}.industrial-card .visual img{width:100%;height:100%;object-fit:contain}.industrial-card-body{padding:17px;display:flex;flex-direction:column;flex:1}.industrial-card h3{font-size:18px;color:#15366e;margin:4px 0 8px;line-height:1.2}.industrial-card p{font-size:13px;color:var(--muted);margin:0 0 10px;line-height:1.55}.pack{display:inline-flex;align-self:flex-start;background:#edf6e8;color:#245b2c;border:1px solid #d6e7ce;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;margin-bottom:12px}.industrial-card .btn{margin-top:auto;padding:10px 14px;font-size:12px;width:max-content}.industrial-note{margin-top:28px;background:#f0f5ed;border:1px solid #dce8d8;border-radius:18px;padding:16px 18px;color:#466157;font-size:13px}.industrial-cta{background:linear-gradient(110deg,#0b4d36,#15366e);color:#fff;padding:38px 0}.industrial-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.industrial-cta h2{margin:0 0 7px}.industrial-cta p{margin:0;color:#d9e8e1}.industrial-detail{padding:70px 0}.industrial-detail-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:center}.industrial-detail .visual{background:#f4f8fc;border:1px solid var(--line);border-radius:28px;padding:20px}.industrial-detail .visual img{width:100%;height:480px;object-fit:contain}.industrial-detail h1{font-size:clamp(40px,5vw,62px);line-height:1.05;color:#123c8c;margin:8px 0 15px}.industrial-detail .lead{font-size:18px;color:var(--muted)}.detail-meta{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.detail-meta span{padding:8px 12px;border-radius:999px;background:#eef4fb;border:1px solid #d9e4f0;color:#15366e;font-weight:800;font-size:12px}.detail-box{margin-top:25px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}.detail-box h3{margin-top:0;color:#15366e}@media(max-width:950px){.industrial-grid,.industrial-detail-grid{grid-template-columns:1fr}.industrial-grid-cards{grid-template-columns:repeat(2,1fr)}.industrial-cta-inner{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.industrial-grid-cards{grid-template-columns:1fr}.industrial-head{display:block}.industrial-hero{padding-top:45px}}
/* V10: real reference chemical photography */
.product-packshot img[src^="http"]{width:100%;height:100%;object-fit:contain;background:#fff;border-radius:18px;}
.product-packshot span{display:block;margin-top:10px;font-size:12px;color:#718078;text-align:center;}
.chemical-product-card .product-image[src^="http"]{object-fit:contain;background:#fff;}
.reference-photo-note{font-size:12px;color:#6b7771;margin-top:8px;}
@media(max-width:800px){.product-packshot{min-height:360px}}

/* V11: generated chemical reference visuals contain no company branding. */
.chemical-product-card .product-image,.industrial-card .visual img,.industrial-detail .visual img,.product-packshot img{object-fit:contain;background:#fff;}

/* V12: give chemical visuals more breathing room so the complete object is visible. */
.chemical-product-card .product-image,
.industrial-card .visual img,
.industrial-detail .visual img,
.product-packshot img {
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff;
}

.chemical-product-card .product-image {
  height: 205px !important;
  padding: 22px 30px !important;
}

.industrial-card .visual {
  padding: 18px !important;
}

.industrial-card .visual img {
  padding: 10px 18px !important;
}

.industrial-detail .visual {
  padding: 28px !important;
}

.industrial-detail .visual img {
  height: 430px !important;
  padding: 18px 28px !important;
}

.product-packshot {
  padding: 28px !important;
}

.product-packshot img {
  max-height: 430px !important;
  padding: 20px 35px !important;
}

@media(max-width:800px){
  .chemical-product-card .product-image {height: 220px !important; padding: 22px 28px !important;}
  .industrial-card .visual {padding: 14px !important;}
  .industrial-card .visual img {padding: 8px 14px !important;}
  .industrial-detail .visual img {height: 330px !important; padding: 15px 22px !important;}
  .product-packshot {padding: 20px !important;}
  .product-packshot img {max-height: 360px !important; padding: 15px 25px !important;}
}

/* V13: Water-treatment chemical cards — show the complete chemical image without cropping. */
.chemical-card img {
  width: 100% !important;
  height: 245px !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 24px 42px !important;
  background: #fff !important;
  display: block;
}

.chemical-card {
  overflow: hidden;
}

@media (max-width: 900px) {
  .chemical-card img {
    height: 225px !important;
    padding: 20px 34px !important;
  }
}

@media (max-width: 560px) {
  .chemical-card img {
    height: 235px !important;
    padding: 18px 32px !important;
  }
}

/* Product photo presentation: full, uncropped, unbranded reference visuals */
.category-product-card > img { width:100%; height:220px; object-fit:contain; object-position:center; background:#fff; border-radius:16px; padding:16px 24px; display:block; }
.product-packshot img { width:100%; height:100%; object-fit:contain !important; object-position:center; background:#fff; padding:24px 34px; border-radius:18px; }
.related-card img { width:100%; height:150px; object-fit:contain !important; object-position:center; background:#fff; padding:14px 22px; border-radius:14px; display:block; }
@media(max-width:900px){ .category-product-card > img {height:210px;} .related-card img{height:135px;} }
@media(max-width:560px){ .category-product-card > img {height:230px; padding:14px 20px;} .related-card img{height:150px;} }

/* Water-treatment hero imagery: keep the complete brochure image inside its card. */
.water-intro-grid > img {
  width:100%;
  height:420px;
  object-fit:contain !important;
  object-position:center;
  box-sizing:border-box;
  padding:14px;
  background:#fff;
  border:1px solid #dfe8e0;
  border-radius:28px;
  box-shadow:var(--shadow);
  display:block;
}

/* Real industry photography for category hero sections */
.detail-image.industry-photo{width:100%;height:520px;object-fit:cover;object-position:center;border-radius:28px;box-shadow:0 25px 70px rgba(18,60,140,.14);border:1px solid rgba(18,60,140,.1);background:#fff;display:block}
.industrial-visual .industry-photo{width:100%;height:100%;min-height:460px;object-fit:cover;object-position:center;border-radius:28px}
@media(max-width:900px){.detail-image.industry-photo{height:380px}.industrial-visual .industry-photo{min-height:360px}}
@media(max-width:560px){.detail-image.industry-photo{height:300px}.industrial-visual .industry-photo{min-height:300px}}

/* V16 requested image fixes: use the supplied reference visuals only. */
.water-intro-grid > img[src*="water-treatment-hero-reference"] {
  object-fit: contain !important;
  object-position: center;
  background: #fff;
  padding: 14px;
  box-sizing: border-box;
}
.plant-inline-photo[src*="cooling-water-industry-reference"] {
  object-fit: cover !important;
  object-position: center;
  background: #fff;
}

/* V19 — Global image quality, containment and responsive presentation */
img{max-width:100%;display:block}

/* Logos and brand marks stay crisp and never distort. */
.brand img{width:250px;height:58px;max-width:100%;object-fit:contain;object-position:left center}

/* Product/catalog images: show the complete product instead of cropping it. */
.product-image,
.category-product-card img,
.chemical-product-card img,
.related-card img,
.detail-card img,
.industrial-card .visual img{
  width:100%;
  object-fit:contain !important;
  object-position:center;
  background:#fff;
}
.product-image{height:220px;padding:12px}
.category-product-card img{height:230px;padding:16px 22px}
.related-card img{height:190px;padding:14px 20px}
.detail-card img{height:210px;padding:12px 18px}

/* Packshots / chemical detail visuals: contained inside their rounded frames. */
.product-packshot,
.industrial-detail .visual,
.application-photo,
.industrial-visual{
  overflow:hidden;
}
.product-packshot img,
.industrial-detail .visual img{
  width:100%;
  max-height:480px;
  object-fit:contain !important;
  object-position:center;
  background:#fff;
}

/* Real industry photographs: fill their frame cleanly without spilling out. */
.industry-photo,
.plant-main-photo{
  width:100%;
  display:block;
  object-fit:cover !important;
  object-position:center;
  overflow:hidden;
}
.industry-photo{height:380px}
.plant-main-photo{height:360px;border-radius:0}

/* The selected cooling-water reference is a wide source, so preserve the full scene. */
.plant-inline-photo[src*="cooling-water-industry-reference"]{
  width:100%;
  height:260px;
  display:block;
  object-fit:cover !important;
  object-position:center;
  border-radius:0;
}

/* Selected water-treatment hero: keep the complete industry photograph inside the card. */
.water-intro-grid > img[src*="water-treatment-industry-hero"],
.water-intro-grid > img[src*="water-treatment-hero-reference"]{
  width:100%;
  height:420px;
  object-fit:cover !important;
  object-position:center;
  padding:0 !important;
  border-radius:24px;
  display:block;
  overflow:hidden;
}

/* Application/detail photos should never create horizontal overflow. */
.application-photo img{width:100%;height:360px;object-fit:cover;object-position:center;display:block}
.visual-frame{overflow:hidden}
.visual-frame img{max-width:100%;height:500px;object-fit:cover;object-position:center}
.image-stack{overflow:visible}
.image-stack img{max-width:100%;height:500px;object-fit:cover;object-position:center}

/* Mobile: reduce fixed image heights so photographs and product packs remain balanced. */
@media(max-width:900px){
  .product-image{height:210px}
  .category-product-card img{height:220px}
  .related-card img{height:175px}
  .detail-card img{height:200px}
  .industry-photo{height:340px}
  .plant-main-photo{height:300px}
  .plant-inline-photo[src*="cooling-water-industry-reference"]{height:230px}
  .water-intro-grid > img[src*="water-treatment-industry-hero"],
  .water-intro-grid > img[src*="water-treatment-hero-reference"]{height:360px}
  .application-photo img{height:300px}
}
@media(max-width:560px){
  .product-image{height:220px}
  .category-product-card img{height:230px;padding:14px 18px}
  .related-card img{height:170px}
  .detail-card img{height:200px}
  .industry-photo{height:280px}
  .plant-main-photo{height:250px}
  .plant-inline-photo[src*="cooling-water-industry-reference"]{height:200px}
  .water-intro-grid > img[src*="water-treatment-industry-hero"],
  .water-intro-grid > img[src*="water-treatment-hero-reference"]{height:280px}
  .application-photo img{height:260px}
}

/* Final catalog image rule: chemical photos are identification images, so never crop the container/product. */
.chemical-card img{
  width:100%;
  height:190px;
  object-fit:contain !important;
  object-position:center;
  padding:12px 18px;
  background:#fff;
  display:block;
}
@media(max-width:900px){.chemical-card img{height:180px}}
@media(max-width:560px){.chemical-card img{height:190px;padding:10px 16px}}


/* Final UI polish: quote actions, dropdown arrow, and cream logo treatment */
.nav-drop > button { display:inline-flex; align-items:center; justify-content:center; gap:5px; line-height:1; }
.nav-drop > button > span { display:inline-flex; align-items:center; justify-content:center; width:12px; height:12px; line-height:1; font-size:12px; transform:translateY(1px); }
.nav-drop:hover > button > span, .nav-drop:focus-within > button > span { transform:translateY(1px) rotate(180deg); }
.brand img { background:transparent !important; }
.footer-brand img { background:var(--cream) !important; border-radius:12px; padding:4px; }
.quote-actions { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-top:2px; }
.quote-actions .btn { min-height:50px; }
.btn-whatsapp { background:#25D366; color:#fff; border-color:#25D366; box-shadow:0 12px 25px rgba(37,211,102,.20); }
.btn-whatsapp:hover { background:#1fba59; border-color:#1fba59; color:#fff; }
.btn-whatsapp svg { width:20px; height:20px; fill:currentColor; flex:0 0 auto; }
@media(max-width:520px){ .quote-actions { width:100%; } .quote-actions .btn { flex:1 1 100%; width:100%; } }

/* V22 — Larger, border-filling Aristo Organic branding */
.brand {
  display:flex;
  align-items:center;
  height:84px;
  overflow:hidden;
}
.brand img {
  width:410px !important;
  height:82px !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
}

/* Footer: use a larger cream logo box and make the complete logo clearly visible. */
.footer-brand {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.footer-brand img {
  width:260px !important;
  height:112px !important;
  max-width:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  background:var(--cream) !important;
  border-radius:14px !important;
  padding:7px !important;
  box-shadow:0 8px 24px rgba(0,0,0,.10);
}

@media(max-width:1050px){
  .brand img { width:350px !important; height:76px !important; }
}
@media(max-width:800px){
  .brand { height:72px; }
  .brand img { width:300px !important; height:68px !important; }
}
@media(max-width:520px){
  .brand { height:58px; }
  .brand img { width:235px !important; height:55px !important; }
  .footer-brand img { width:230px !important; height:100px !important; }
}

/* About page and founder / establishment presentation */
.about-hero{padding:72px 0 78px;background:linear-gradient(135deg,#f4f9ef 0%,#fff 52%,#eef4fb 100%);overflow:hidden}
.about-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}
.about-hero h1{font-size:clamp(44px,5.2vw,72px);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px;color:#103f2f;max-width:760px}
.about-hero h1 span{color:var(--green2)}
.about-lead{font-size:18px;color:#53635c;max-width:720px}
.about-stats{display:flex;gap:28px;margin-top:28px;flex-wrap:wrap}
.about-stats div{padding-right:28px;border-right:1px solid #ccd9d0}.about-stats div:last-child{border-right:0}.about-stats b{display:block;font-size:23px;color:var(--blue)}.about-stats span{font-size:12px;color:var(--muted)}
.about-hero-photo{position:relative}.about-hero-photo img{width:100%;height:500px;object-fit:cover;border-radius:30px;display:block;box-shadow:0 25px 70px rgba(10,42,30,.16)}
.about-photo-tag{position:absolute;left:24px;bottom:24px;background:rgba(10,42,30,.92);color:#fff;border-radius:15px;padding:14px 17px;display:grid}.about-photo-tag strong{font-size:14px}.about-photo-tag span{font-size:11px;color:#d2e6d7}
.founder-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}.founder-photo-wrap{position:relative;background:#eaf4e2;border-radius:28px;padding:14px}.founder-photo-wrap img{display:block;width:100%;height:570px;object-fit:cover;object-position:center 22%;border-radius:20px}.founder-photo-label{position:absolute;left:28px;bottom:28px;background:#fff;color:var(--green);padding:10px 14px;border-radius:999px;font-size:12px;font-weight:900;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.founder-grid h2{font-size:clamp(35px,4vw,52px);line-height:1.05;margin:0;color:#123c8c}.founder-role{font-weight:800;color:var(--green2);margin:8px 0 16px}.about-rule{width:46px;height:3px;background:var(--green);margin:12px 0 22px}.founder-grid p:not(.eyebrow):not(.founder-role){color:var(--muted);font-size:16px}.founder-grid blockquote{margin:28px 0 0;padding:18px 20px;border-left:3px solid var(--green2);background:#f4f8ef;color:#315047;font-style:italic;border-radius:0 15px 15px 0}.founder-grid cite{display:block;font-style:normal;font-size:12px;color:var(--muted);margin-top:8px}
.establishment-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center}.establishment-grid h2{font-size:clamp(34px,4vw,52px);line-height:1.06;margin:0 0 18px}.establishment-grid>div>p:not(.eyebrow){color:var(--muted);font-size:16px}.establishment-photo{position:relative}.establishment-photo img{width:100%;height:410px;object-fit:cover;border-radius:28px;display:block;box-shadow:var(--shadow)}.establishment-photo span{position:absolute;left:22px;bottom:20px;background:#fff;color:var(--green);padding:10px 14px;border-radius:999px;font-size:11px;font-weight:900;box-shadow:0 8px 25px rgba(0,0,0,.12)}
.establishment-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.establishment-points div{display:flex;gap:12px;align-items:center;border:1px solid var(--line);background:#fff;border-radius:14px;padding:13px}.establishment-points b{color:var(--green2);font-size:12px}.establishment-points span{font-size:12px;color:#466157;font-weight:700}
.about-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.about-product-grid article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:27px;box-shadow:0 10px 30px rgba(10,42,30,.04);display:flex;flex-direction:column}.about-product-grid article:hover{transform:translateY(-3px);box-shadow:var(--shadow);transition:.2s}.about-card-number{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eaf4df;color:var(--green);font-weight:900;font-size:12px}.about-product-grid h3{font-size:24px;line-height:1.15;margin:17px 0 10px}.about-product-grid p{color:var(--muted);font-size:13px;margin:0 0 10px}.about-product-grid ul{padding-left:18px;color:#42564d;font-size:12px;margin:8px 0 18px}.about-product-grid li{margin-bottom:6px}.about-product-grid a{margin-top:auto;color:var(--green);font-weight:900;font-size:13px}
.industries-about{background:#f4f7f0}.industry-about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.industry-about-grid>div{background:#fff;border:1px solid var(--line);border-radius:19px;padding:23px;min-height:180px}.industry-about-grid span{color:var(--green2);font-weight:900;font-size:12px}.industry-about-grid h3{font-size:20px;margin:12px 0 7px;line-height:1.15}.industry-about-grid p{font-size:13px;color:var(--muted);margin:0}
.about-cta{background:linear-gradient(120deg,var(--green),#092f22);color:#fff;padding:58px 0}.about-cta-inner{display:flex;justify-content:space-between;gap:40px;align-items:center}.about-cta h2{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:0 0 12px}.about-cta p:not(.eyebrow){color:#d5e4db;max-width:680px}.about-cta .hero-actions{margin:0}.about-cta .btn-outline-white{border-color:rgba(255,255,255,.5)}
.about-preview{background:#fff}.about-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.about-preview-founder,.about-preview-establishment{display:grid;grid-template-columns:170px 1fr;gap:22px;align-items:center;border:1px solid var(--line);border-radius:22px;padding:15px;background:#fff}.about-preview img{width:170px;height:170px;object-fit:cover;border-radius:17px}.about-preview-founder img{object-position:center 22%}.about-preview span{font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:var(--green2)}.about-preview h3{margin:7px 0;font-size:21px}.about-preview p{margin:0;color:var(--muted);font-size:13px}.about-more{margin-top:22px}
@media(max-width:900px){.about-hero-grid,.founder-grid,.establishment-grid{grid-template-columns:1fr}.about-hero-photo{order:-1}.about-hero-photo img{height:380px}.founder-photo-wrap img{height:520px}.about-product-grid{grid-template-columns:1fr}.industry-about-grid{grid-template-columns:1fr 1fr}.about-cta-inner{flex-direction:column;align-items:flex-start}.about-preview-grid{grid-template-columns:1fr}}
@media(max-width:560px){.about-hero{padding:52px 0 58px}.about-hero h1{font-size:40px}.about-lead{font-size:16px}.about-hero-photo img{height:300px}.founder-photo-wrap img{height:470px}.establishment-photo img{height:280px}.establishment-points{grid-template-columns:1fr}.industry-about-grid{grid-template-columns:1fr}.about-preview-founder,.about-preview-establishment{grid-template-columns:1fr}.about-preview img{width:100%;height:230px}.about-stats{gap:14px}.about-stats div{padding-right:14px}}
