/* ME-BUILD: 20260910-0025 | by: Klemens | scope: healthywater.us - remove drop-shadow beneath product images, reinforce white bg */
:root{
 --bg:#fff; --fg:#102e35; --primary:#0b3a5d; --primary-2:#14507e;
 --muted:#e6eff9; --muted-fg:#5b7793;
 --border:#d3dfec; --ring:#4a9ee0; --aqua:#1e6bb8;
 --accent:#2b7cc4; --accent-2:#2b8cd8;
 --pastel-hero:#e7f0f8; --pastel-closing:#e0edf8; --pastel-savings:#e5eef7; --pastel-system:#eef4fa;
 --dark-lifestyle:#0d3557;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:120px}
body{margin:0;color:var(--fg);background:#fff;font-family:'Inter',system-ui,Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,a,input{-webkit-tap-highlight-color:transparent}
button,a{touch-action:manipulation}
button{font:inherit;cursor:pointer;border:0;background:none}
a{color:inherit;text-decoration:none}
h1,h2,h3,p{margin:0}
h1,h2,h3{font-weight:500}
img{max-width:100%;display:block}
::selection{background:#b4d9ff}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--ring);outline-offset:5px}
.skip-link{position:fixed;top:-100px;left:20px;z-index:100;padding:15px;background:#fff}
.skip-link:focus{top:10px}
.ic{width:1em;height:1em;display:inline-block;vertical-align:-0.14em;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* Announcement - scrolls away, non-sticky */
.announcement{min-height:35px;padding:8px 5%;background:#0a2f4a;color:#e5edf7;display:flex;gap:20px;justify-content:space-between;font-size:11px;letter-spacing:1.7px}
.announcement a{display:flex;align-items:center;gap:9px;letter-spacing:.15px;font-size:12px}

/* Sticky floating header */
.site-header{
 height:78px;display:flex;align-items:center;justify-content:space-between;
 padding:0 4.6%;gap:24px;
 position:sticky;top:0;z-index:50;
 background:#ffffffcc;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
 transition:background .25s,box-shadow .25s,border-color .25s;
 border-bottom:1px solid transparent;
}
.site-header.scrolled{background:#ffffffee;box-shadow:0 6px 24px #0b3a5d10;border-bottom-color:#e6eff9}
.wordmark{display:inline-flex;align-items:center;gap:9px;font-size:23px;font-weight:600;letter-spacing:-1.2px;white-space:nowrap}
.wordmark>svg{width:28px;height:32px;color:#1e6bb8}
.brand-light{font-weight:400}
.brand-dot{color:#2b8cd8}
.navigation{display:flex;gap:29px;font-size:14px;color:#3f5c7a;font-weight:500}
.navigation a{position:relative;padding:6px 0}
.navigation a:hover{color:#1e6bb8}
.navigation a.active{color:var(--primary)}
.navigation a.active::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--accent);border-radius:2px}
.header-cta{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:600;background:var(--primary);color:#fff;padding:10px 18px;border-radius:7px;transition:background .2s,transform .2s}
.header-cta:hover{background:var(--primary-2);transform:translateY(-1px)}
.menu-toggle{display:none}

/* Common blocks */
.eyebrow{font-size:11px;letter-spacing:2px;font-weight:600;display:flex;align-items:center;gap:9px}
.status-dot{height:6px;width:6px;background:var(--accent-2);border-radius:50%;box-shadow:0 0 0 5px #2b8cd812}
h2{font-size:48px;letter-spacing:-2px;line-height:1.15;font-weight:500}
.section-wrap{max-width:1250px;padding:95px 35px;margin:auto}
.section-intro{text-align:center;max-width:640px;margin:auto}
.section-intro .eyebrow{justify-content:center;color:#64809a}
.section-intro h2{margin:19px 0}
.section-intro p{font-size:16px;line-height:1.8;color:#647a92;max-width:520px;margin:auto}

.button{display:inline-flex;justify-content:center;align-items:center;gap:20px;min-height:53px;border-radius:7px;padding:15px 23px;font-size:14px;font-weight:500;transition:background .2s,transform .2s}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--primary);color:#fff}
.button-primary:hover{background:var(--primary-2)}
.button-white{background:#fff;color:var(--primary)}
.button-ghost{background:transparent;color:var(--primary);border:1px solid var(--border)}
.button-ghost:hover{background:var(--muted)}
.text-button{display:inline-flex;align-items:center;gap:12px;font-size:13px;font-weight:500;background:none;padding:9px 0;color:inherit}
.text-button:hover{color:var(--accent)}

/* Hero */
.hero{margin:0 25px;border-radius:22px;min-height:640px;position:relative;display:grid;grid-template-columns:1.04fr 1fr;background:var(--pastel-hero);overflow:hidden}
.hero-copy{padding:64px 0 100px 6.5%;position:relative;z-index:2}
.hero h1{font-size:clamp(46px,5.4vw,82px);line-height:1.06;letter-spacing:-4.5px;margin:24px 0 20px;text-wrap:balance;font-weight:500}
.hero h1 span{color:var(--accent)}
.hero-description{font-size:17px;line-height:1.75;max-width:460px;color:#4f6b83}
.hero-actions{display:flex;flex-wrap:wrap;gap:22px;align-items:center;margin-top:28px}
.hero-proof{display:flex;align-items:center;gap:12px;margin-top:36px;font-size:12px;line-height:1.7}
.hero-proof svg{color:var(--accent)}
.hero-proof strong{font-weight:500}
.hero-proof span{color:#5e7590;font-size:11px}
.hero-visual{position:relative;min-width:0;background:#fff}
.hero-watermark{font-size:clamp(150px,20vw,310px);font-weight:600;letter-spacing:-20px;color:#eef4fa;position:absolute;top:-30px;left:0;line-height:1.2;user-select:none;pointer-events:none}
.product-halo{position:absolute;width:470px;height:470px;max-width:90%;max-height:75%;border:1px solid #c1d7e880;border-radius:50%;left:50%;top:45%;transform:translate(-50%,-50%);box-shadow:none}
.hero-product{position:relative;width:110%;height:auto;max-width:none;left:-9%;top:40px;animation:product-enter 1s ease-out both;z-index:1}
.floating-chip{position:absolute;z-index:3;background:#fffffff0;box-shadow:0 8px 35px #24514d0d;border:1px solid #fff;border-radius:10px;padding:14px;display:flex;align-items:center;gap:11px;backdrop-filter:blur(10px);pointer-events:none}
.floating-chip strong,.floating-chip .chip-copy>span{display:block}
.floating-chip strong{font-size:14px;font-weight:500}
.floating-chip .chip-copy>span{font-size:11px;color:#66809a;margin-top:3px}
.chip-flow{right:7%;top:28%}
.chip-icon{background:#e0ecf8;border-radius:50%;height:37px;width:37px;display:flex;align-items:center;justify-content:center;color:var(--accent)}
.chip-filter{bottom:24%;left:-1%}
.tiny-dot{width:7px;height:7px;background:var(--accent-2);border-radius:50%}
.hero-bottom{position:absolute;left:3.5%;right:3.5%;bottom:0;min-height:58px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #adc4de54;font-size:9px;letter-spacing:1.5px;color:#5d7591;z-index:4}
.hero-bottom a{width:35px;display:flex;justify-content:center}

/* Benefit strip */
.benefit-strip{margin:auto;max-width:1360px;padding:40px 4%;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #dbe6f2;gap:28px}
.benefit-strip>div{display:flex;align-items:center;justify-content:center;gap:14px}
.benefit-strip svg{width:25px;height:25px;stroke-width:1.3;color:#4a80b0}
.benefit-strip strong,.benefit-strip small{display:block}
.benefit-strip strong{font-size:13px;font-weight:500;line-height:1.8}
.benefit-strip small{font-size:11px;color:#667a91}

/* PICKS GRID (home teaser + products full) */
.picks-section .section-intro h2{margin-bottom:18px}
.picks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:56px}
.pick-card{
 display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);
 border-radius:18px;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s;
 position:relative;
}
.pick-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0b3a5d18;border-color:#a3c2e0}
.pick-card.featured{border-color:var(--accent);box-shadow:0 8px 24px #2b7cc422}
.pick-img{position:relative;aspect-ratio:5/3;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:26px}
.pick-img img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.pick-img.alt-bg{background:#fff}
.pick-img.alt-bg2{background:#fff}
.pick-img.alt-bg3{background:#fff}
.pick-img.alt-bg4{background:#fff}
.pick-img.alt-bg5{background:#fff}
.pick-placeholder{font-size:34px;font-weight:600;letter-spacing:-1px;color:#0b3a5d55;font-style:italic}
.pick-pill{
 position:absolute;top:14px;left:14px;z-index:2;
 background:var(--primary);color:#fff;
 font-size:10px;letter-spacing:1.4px;font-weight:600;
 padding:7px 12px;border-radius:50px;
}
.pill-value{background:#14507e}
.pill-countertop{background:#1e6bb8}
.pill-alkaline{background:#2b7cc4}
.pill-budget{background:#4a80b0}
.pill-well{background:#0d3557}
.pick-body{padding:22px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1}
.pick-body strong{font-size:19px;letter-spacing:-.5px;font-weight:600;color:var(--fg)}
.pick-body p{font-size:14px;line-height:1.65;color:#607991;flex:1}
.pick-specs{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}
.pick-specs span{font-size:11px;letter-spacing:.4px;background:var(--muted);color:var(--primary);padding:5px 10px;border-radius:6px;font-weight:500}
.pick-cta{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--accent);margin-top:6px}
.picks-cta{text-align:center;margin-top:48px}

/* Savings */
.savings-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;padding-top:110px;padding-bottom:110px}
.savings-copy h2{margin:20px 0}
.savings-copy h2 span{color:var(--accent)}
.savings-copy>p{font-size:15px;line-height:1.85;color:#69809c;max-width:445px}
.calculator-label{display:flex;justify-content:space-between;align-items:center;margin-top:32px;margin-bottom:22px;font-size:12px}
.calculator-label output{font-size:26px}
.slider-labels{display:flex;justify-content:space-between;margin-top:13px;font-size:10px;color:#7a8ca7}
input[type=range].hw-slider{-webkit-appearance:none;appearance:none;width:100%;height:5px;border-radius:5px;background:var(--border);outline:none}
input[type=range].hw-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;border:5px solid #fff;background:var(--accent);box-shadow:0 0 0 1px #a8c1de;cursor:pointer}
input[type=range].hw-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;border:5px solid #fff;background:var(--accent);box-shadow:0 0 0 1px #a8c1de;cursor:pointer}
.savings-result{padding:35px;background:var(--pastel-savings);border-radius:13px}
.savings-result .eyebrow{font-size:9px;letter-spacing:1.5px;color:#5c7a95;line-height:1.8}
.savings-amount{font-size:83px;letter-spacing:-5px;display:block;line-height:1.45;font-weight:500}
.savings-result>p{font-size:14px;line-height:1.7;color:#5b7793;max-width:330px}
.comparison-bar{height:8px;border-radius:5px;background:#d3e2f0;overflow:hidden;margin-top:26px}
.comparison-bar span{height:100%;background:var(--accent);display:block;transition:width .25s;border-radius:5px}
.comparison-labels{display:flex;justify-content:space-between;gap:14px;font-size:9px;margin:11px 0 20px;color:#5b7591;flex-wrap:wrap}
.comparison-labels i{display:inline-block;width:6px;height:6px;background:var(--accent);border-radius:50%;margin-right:5px}
.savings-result p.calculator-note{font-size:10px;margin-top:20px;line-height:1.7;max-width:none;color:#6c8091}

/* Trust grid (home) */
.trust-section{padding-top:60px;padding-bottom:80px;border-top:1px solid #dbe6f2}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:56px}
.trust-grid article{position:relative;padding-top:5px}
.trust-grid article>svg{width:31px;height:31px;stroke-width:1.2;color:var(--accent)}
.feature-number{position:absolute;right:0;top:7px;font-size:11px;color:#86a0bd}
.trust-grid h3{font-size:22px;letter-spacing:-.6px;margin:22px 0 12px;font-weight:600}
.trust-grid p{font-size:15px;line-height:1.85;color:#647a92}
.trust-cta{text-align:center;margin-top:44px}

/* Closing */
.closing{margin:0 25px;text-align:center;background:var(--pastel-closing);padding:70px 20px;border-radius:18px;position:relative;overflow:hidden}
.closing .eyebrow{justify-content:center;color:#5c7a95}
.closing h2{font-size:64px;letter-spacing:-3px;margin:22px 0 28px}
.closing h2 span{color:var(--accent)}
.closing-note{display:block;font-size:11px;color:#6e88a5;margin-top:17px}

/* Footer */
.site-footer{padding:50px 4.7% 30px}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-bottom:30px;border-bottom:1px solid #dbe6f2;flex-wrap:wrap}
.footer-nav{display:flex;gap:22px;font-size:13px;color:var(--primary);font-weight:500}
.footer-nav a:hover{color:var(--accent)}
.footer-top p{font-size:12px;color:#7c8aa4;margin:0}
.footer-bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:35px;padding-top:24px;font-size:9px;color:#8090a4;line-height:1.8}
.footer-bottom p{max-width:570px}
.footer-bottom>span{white-space:nowrap}
.footer-bottom>span:last-child{letter-spacing:1px;white-space:normal}
.polish-badge{display:inline-flex;align-items:center;gap:6px;color:#4a80b0;font-size:11px;margin-left:12px}

/* Mobile purchase (visible on small screens only) */
.mobile-purchase{display:none}

/* ===== PRODUCTS PAGE ===== */
.page-hero{
 margin:0 25px;border-radius:22px;background:linear-gradient(135deg,var(--pastel-hero),#cfdcee);
 padding:80px 6% 70px;position:relative;overflow:hidden;
}
.page-hero .eyebrow{color:var(--accent)}
.page-hero h1{font-size:clamp(42px,5vw,72px);line-height:1.06;letter-spacing:-3.5px;margin:22px 0 18px;font-weight:500}
.page-hero h1 span{color:var(--accent)}
.page-hero p{font-size:17px;line-height:1.7;color:#4f6b83;max-width:640px}
.page-hero .quick-jumps{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}
.page-hero .quick-jumps a{display:inline-flex;align-items:center;gap:7px;background:#ffffffcc;backdrop-filter:blur(8px);border:1px solid #ffffff80;padding:9px 14px;border-radius:8px;font-size:12px;color:var(--primary);font-weight:500;transition:background .2s,transform .2s}
.page-hero .quick-jumps a:hover{background:#fff;transform:translateY(-1px)}

/* Product deep-dive cards on /products/ */
.product-list{max-width:1150px;margin:auto;padding:80px 35px 40px;display:flex;flex-direction:column;gap:80px}
.product-block{display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center;scroll-margin-top:100px}
.product-block:nth-child(even){grid-template-columns:1fr 1.05fr}
.product-block:nth-child(even) .product-media{order:2}
.product-media{height:520px;border-radius:18px;background:#fff;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:50px}
.product-media.bg-a{background:#fff}
.product-media.bg-b{background:#fff}
.product-media.bg-c{background:#fff}
.product-media.bg-d{background:#fff}
.product-media.bg-e{background:#fff}
.product-media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.product-media .placeholder-lg{font-size:64px;font-weight:600;letter-spacing:-2px;color:#0b3a5d40;font-style:italic;text-align:center;padding:0 20px}
.product-media .pill{position:absolute;top:22px;left:22px;background:#fff;color:var(--primary);font-size:10px;letter-spacing:1.4px;font-weight:600;padding:8px 13px;border-radius:50px}
.product-copy .eyebrow{color:#64809a}
.product-copy h2{font-size:38px;margin:16px 0 8px;letter-spacing:-1.2px;font-weight:600}
.product-copy .product-brand{color:var(--accent);font-size:13px;letter-spacing:1.2px;font-weight:600;margin-bottom:14px}
.product-copy .product-desc{font-size:15px;line-height:1.8;color:#5b7793;margin-bottom:22px}
.product-copy .spec-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:20px 0;border-top:1px solid #dbe4f0;border-bottom:1px solid #dbe4f0;margin-bottom:22px}
.product-copy .spec-row>div>strong{font-size:22px;font-weight:600;display:block;letter-spacing:-.8px;color:var(--primary)}
.product-copy .spec-row>div>span{font-size:11px;color:#647a92;display:block;margin-top:4px;letter-spacing:.3px}
.product-copy .expert-take{background:var(--muted);padding:16px 18px;border-radius:10px;font-size:13px;line-height:1.7;color:var(--primary);margin-bottom:22px;border-left:3px solid var(--accent)}
.product-copy .expert-take strong{color:var(--accent);font-size:11px;letter-spacing:1.2px;display:block;margin-bottom:6px;font-weight:700}
.product-copy .offer-row{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}
.product-copy .offer-row .price{font-size:32px;letter-spacing:-1px;font-weight:500}
.product-copy .offer-row .price small{font-size:12px;color:#728394;margin-left:6px}
.product-copy .offer-row .verify{font-size:10px;color:#6c8091;line-height:1.7;text-align:right;max-width:200px}
.product-copy .cta-stack{display:flex;flex-direction:column;gap:10px}
.product-copy .cta-stack .button{width:100%}
.product-copy .cta-stack .disclosure{font-size:10px;color:#758a9d;text-align:center;line-height:1.6}

/* ===== ABOUT PAGE ===== */
.about-hero{margin:0 25px;border-radius:22px;background:var(--pastel-hero);padding:90px 6% 80px;position:relative;overflow:hidden}
.about-hero .eyebrow{color:var(--accent)}
.about-hero h1{font-size:clamp(42px,5vw,72px);line-height:1.05;letter-spacing:-3.5px;margin:22px 0 20px;max-width:820px;font-weight:500}
.about-hero h1 span{color:var(--accent)}
.about-hero p{font-size:18px;line-height:1.7;color:#4f6b83;max-width:640px}
.about-lead{max-width:820px;margin:auto;padding:80px 35px 40px}
.about-lead h2{font-size:36px;letter-spacing:-1.2px;margin-bottom:18px;font-weight:500}
.about-lead p{font-size:16px;line-height:1.85;color:#4f6b83;margin-bottom:18px}
.about-method{max-width:1150px;margin:auto;padding:40px 35px 60px}
.method-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.method-grid article{padding:26px;background:#fff;border:1px solid var(--border);border-radius:14px}
.method-grid article h3{font-size:20px;font-weight:600;margin-bottom:10px;color:var(--primary);letter-spacing:-.3px}
.method-grid article p{font-size:14px;line-height:1.75;color:#5b7793}
.contact-block{max-width:1150px;margin:auto;padding:60px 35px 100px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.contact-copy h2{font-size:36px;letter-spacing:-1.2px;margin-bottom:14px;font-weight:500}
.contact-copy p{font-size:15px;line-height:1.75;color:#5b7793;margin-bottom:22px}
.contact-details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.contact-details li{display:flex;gap:14px;align-items:flex-start;font-size:14px;line-height:1.6;color:var(--primary)}
.contact-details li strong{display:block;font-size:11px;letter-spacing:1.2px;color:var(--accent);font-weight:600;margin-bottom:2px}
.contact-details a{color:inherit;text-decoration:underline;text-decoration-color:#a3c2e0;text-underline-offset:3px}
.contact-details a:hover{color:var(--accent)}
.contact-visual{background:linear-gradient(135deg,var(--pastel-hero),#cfdcee);padding:40px;border-radius:22px;min-height:340px;display:flex;flex-direction:column;justify-content:center;gap:14px;text-align:center}
.contact-visual .big-num{font-size:44px;letter-spacing:-1.5px;color:var(--primary);font-weight:600;line-height:1.05}
.contact-visual .big-num-label{font-size:11px;letter-spacing:1.6px;color:#5c7a95;font-weight:600}
.contact-visual .split{display:flex;justify-content:space-around;gap:20px;margin-top:20px}
.contact-visual .split>div{display:flex;flex-direction:column;gap:4px}
.contact-visual .split strong{font-size:22px;color:var(--primary);font-weight:600;letter-spacing:-.5px}
.contact-visual .split span{font-size:10px;letter-spacing:1.3px;color:#5c7a95}

/* Animations */
@keyframes product-enter{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@media (prefers-reduced-motion:reduce){
 html{scroll-behavior:auto}
 *,*::before,*::after{animation:none!important;transition:none!important}
}

/* ---- Breakpoints ---- */
@media (min-width:1600px){
 .hero{max-width:1650px;margin:auto}
 .hero-copy{padding-left:85px}
 .closing,.page-hero,.about-hero{max-width:1650px;margin:auto}
}
@media (max-width:1180px){
 .navigation{gap:17px;font-size:13px}
 .header-cta{display:none}
 .hero{min-height:600px}
 .hero-copy{padding-top:56px;padding-left:7%}
 .hero h1{font-size:56px;letter-spacing:-3.4px}
 .hero-description{font-size:15px;max-width:345px}
 .hero-actions{gap:12px;flex-direction:column;align-items:flex-start}
 .hero-product{top:80px;width:120%;left:-9%}
 .chip-flow{right:5%;top:21%}
 .chip-filter{bottom:24%;left:1%}
 .hero-proof{margin-top:24px}
 .picks-grid{grid-template-columns:repeat(2,1fr)}
 .trust-grid{grid-template-columns:repeat(3,1fr);gap:32px}
 .savings-section{gap:60px}
 .benefit-strip{gap:18px}
 .benefit-strip strong{font-size:11px}
 .benefit-strip small{font-size:10px}
 .footer-bottom>span:last-child{display:none}
 .product-block{grid-template-columns:1fr;gap:32px}
 .product-block:nth-child(even){grid-template-columns:1fr}
 .product-block:nth-child(even) .product-media{order:-1}
 .product-media{height:400px;max-width:640px;margin:auto;width:100%}
 .method-grid{grid-template-columns:1fr;gap:20px}
 .contact-block{grid-template-columns:1fr;gap:40px}
}
@media (max-width:800px){
 .announcement{font-size:9px;justify-content:center;min-height:30px}
 .announcement>a{display:none}
 .site-header{height:68px;padding:0 20px}
 .wordmark{font-size:22px}
 .wordmark>svg{width:24px;height:28px}
 .menu-toggle{display:inline-flex;background:none;color:var(--primary)}
 .menu-toggle svg{width:26px;height:26px}
 .navigation{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;padding:20px 28px;border-bottom:1px solid var(--border);box-shadow:0 15px 15px #0b3a5d10;font-size:15px;flex-direction:column;gap:18px}
 .navigation.open{display:flex}
 .navigation a.active::after{display:none}
 .hero{grid-template-columns:1fr;margin:0 13px;border-radius:17px;min-height:0}
 .hero-copy{padding:44px 26px 0}
 .hero h1{font-size:clamp(2.1rem,9.4vw,3.6rem);white-space:normal;letter-spacing:-2px;line-height:1.09;margin:22px 0 20px}
 .hero-description{font-size:15px;max-width:420px}
 .eyebrow{font-size:9px;letter-spacing:1.6px}
 .hero-actions{flex-direction:column;align-items:flex-start;gap:14px;margin-top:22px}
 .button{font-size:12px;min-height:48px;padding:14px 19px;gap:18px}
 .hero-proof{font-size:11px;margin-top:22px}
 .hero-proof span{font-size:10px}
 .hero-visual{height:420px;margin-top:6px}
 .hero-product{position:absolute;width:460px;height:auto;px;max-width:100%;top:-6px;left:50%;transform:translateX(-50%);animation:none}
 .hero-watermark{font-size:180px;top:-14px;left:50%;transform:translateX(-50%);letter-spacing:-12px}
 .product-halo{top:44%;height:310px;width:310px;max-height:90%}
 .chip-flow{top:22%;right:4%;padding:11px}
 .chip-filter{bottom:24%;left:4%;padding:11px}
 .floating-chip strong{font-size:12px}
 .floating-chip .chip-copy>span{font-size:9px}
 .chip-icon{width:30px;height:30px}
 .hero-bottom{left:20px;right:20px;min-height:44px}
 .hero-bottom>span{font-size:7px;letter-spacing:1px}
 .hero-bottom>span:last-child{display:none}
 .benefit-strip{grid-template-columns:1fr 1fr;padding:26px 20px;gap:22px 14px;margin:0 13px}
 .benefit-strip>div{justify-content:flex-start;gap:10px;align-items:flex-start}
 .benefit-strip svg{width:22px;height:22px;flex-shrink:0}
 .benefit-strip strong{font-size:11px}
 .benefit-strip small{font-size:9px}
 .section-wrap{padding:60px 22px}
 h2{font-size:34px;letter-spacing:-1.2px}
 .section-intro p{font-size:15px}
 .picks-grid{grid-template-columns:1fr;gap:22px;margin-top:36px}
 .pick-card{border-radius:14px}
 .pick-img{aspect-ratio:16/10}
 .pick-body strong{font-size:18px}
 .picks-cta{margin-top:32px}
 .trust-grid{grid-template-columns:1fr;gap:24px;margin-top:36px}
 .trust-grid article{padding:22px 0 0;border-top:1px solid #dbe6f2}
 .trust-grid article>svg{margin-top:6px}
 .feature-number{top:22px}
 .savings-section{grid-template-columns:1fr;gap:30px;padding-top:70px;padding-bottom:70px}
 .savings-result{padding:26px}
 .savings-amount{font-size:64px}
 .savings-copy>p{max-width:none}
 .closing{margin:0 13px;padding:56px 20px}
 .closing h2{font-size:44px;letter-spacing:-1.8px}
 .site-footer{padding:36px 22px 110px}
 .footer-top{align-items:flex-start;flex-direction:column;gap:16px;padding-bottom:22px}
 .footer-bottom{flex-direction:column;gap:14px;padding-top:20px;font-size:9px}
 .mobile-purchase{position:fixed;bottom:0;left:0;right:0;padding:12px 18px calc(12px + env(safe-area-inset-bottom));z-index:30;display:flex;justify-content:space-between;align-items:center;background:#fffffff5;backdrop-filter:blur(15px);border-top:1px solid var(--border);gap:12px}
 .mobile-purchase strong{font-size:12px;font-weight:600;display:block}
 .mobile-purchase span{font-size:9px;color:#6c8194;display:block;margin-top:2px}
 .mobile-purchase a{display:flex;align-items:center;gap:10px;background:var(--primary);color:#fff;font-size:11px;padding:11px 14px;border-radius:5px;white-space:nowrap}

 /* Products page mobile */
 .page-hero{margin:0 13px;padding:60px 22px 50px;border-radius:16px}
 .page-hero h1{font-size:36px;letter-spacing:-1.6px}
 .page-hero p{font-size:15px}
 .page-hero .quick-jumps a{font-size:11px;padding:8px 12px}
 .product-list{padding:60px 22px 30px;gap:60px}
 .product-media{height:340px}
 .product-copy h2{font-size:28px}
 .product-copy .spec-row{grid-template-columns:1fr 1fr;gap:14px}
 .product-copy .spec-row>div>strong{font-size:20px}
 .product-copy .offer-row{flex-direction:column;align-items:flex-start;gap:10px}
 .product-copy .offer-row .verify{text-align:left;max-width:none}

 /* About page mobile */
 .about-hero{margin:0 13px;padding:60px 22px 50px;border-radius:16px}
 .about-hero h1{font-size:36px;letter-spacing:-1.6px}
 .about-hero p{font-size:15px}
 .about-lead{padding:60px 22px 30px}
 .about-lead h2{font-size:28px}
 .about-method{padding:30px 22px 40px}
 .contact-block{padding:40px 22px 100px;gap:32px}
 .contact-copy h2{font-size:28px}
 .contact-visual{padding:30px;min-height:280px}
 .contact-visual .big-num{font-size:32px}
}
@media (max-width:400px){
 .hero-copy{padding-left:20px;padding-right:20px}
 .hero h1{font-size:36px;letter-spacing:-1.6px}
 .hero-visual{height:360px}
 .hero-product{width:380px;top:0}
 .hero-watermark{font-size:150px}
}

/* IMG BG RESET */
.pick-img[style],.product-media[style]{background:#fff !important}

/* MOBILE IMG PADDING */
@media (max-width:800px){.pick-img{padding:20px}.product-media{padding:36px}}

/* IMG BG FORCE WHITE */
.pick-img,.product-media,.hero-visual{background:#fff !important}


/* ===== CONFIGURATOR / RO FINDER (added 2026-09-10) ===== */
.configurator{max-width:1150px;margin:0 auto;padding:60px 35px 40px}
.config-inner{background:#fff;border:1px solid var(--border);border-radius:22px;padding:44px 42px;box-shadow:0 12px 40px #0b3a5d0d}
.config-header{text-align:center;margin-bottom:32px}
.config-header .eyebrow{justify-content:center;color:var(--accent);margin-bottom:14px}
.config-header h2{font-size:32px;letter-spacing:-1px;margin-bottom:12px;font-weight:600;line-height:1.2}
.config-header h2 span{color:var(--accent);font-weight:400;display:block;margin-top:4px}
.config-header p{font-size:14px;color:#647a92;max-width:520px;margin:auto;line-height:1.65}
.wizard{max-width:640px;margin:0 auto}
.wizard-progress{height:5px;background:var(--muted);border-radius:5px;overflow:hidden;margin-bottom:14px}
.wizard-progress span{display:block;height:100%;background:var(--accent);border-radius:5px;transition:width .3s ease}
.wizard-step-count{font-size:11px;color:#647a92;letter-spacing:1.5px;text-align:center;margin-bottom:26px;font-weight:600}
.wizard-step{display:none;animation:wizStepIn .35s ease-out both}
.wizard-step.active{display:block}
.wizard-step h3{font-size:22px;font-weight:600;letter-spacing:-.4px;text-align:center;margin-bottom:24px;color:var(--primary)}
.wizard-options{display:grid;gap:12px}
.wizard-options button{display:block;width:100%;text-align:left;padding:18px 22px;border:2px solid var(--border);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s,transform .1s}
.wizard-options button:hover{border-color:var(--accent);background:#f5faff}
.wizard-options button.selected{border-color:var(--accent);background:#eaf3fc}
.wizard-options button strong{display:block;font-size:15px;font-weight:600;color:var(--primary);margin-bottom:3px}
.wizard-options button span{display:block;font-size:12px;color:#647a92;line-height:1.5}
.wizard-back{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#647a92;background:none;padding:8px 0;margin-top:20px;cursor:pointer;font-weight:500}
.wizard-back:hover{color:var(--accent)}
.wizard-back svg{width:14px;height:14px}

/* Result */
.wizard-result{display:none}
.wizard-result.active{display:block;animation:wizStepIn .4s ease-out both}
.result-header{text-align:center;margin-bottom:26px}
.result-header .eyebrow{justify-content:center;color:var(--accent);margin-bottom:12px}
.result-header h3{font-size:26px;font-weight:600;letter-spacing:-.5px;color:var(--primary)}
.result-cards{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;margin-bottom:24px}
.result-card{border:1px solid var(--border);border-radius:14px;background:#fff;padding:22px;display:flex;flex-direction:column;gap:14px;position:relative}
.result-card.primary{border:2px solid var(--accent);background:#fafcff;box-shadow:0 8px 24px #2b7cc41a}
.result-card .rc-pill{position:absolute;top:-11px;left:22px;background:var(--accent);color:#fff;font-size:10px;letter-spacing:1.4px;font-weight:600;padding:5px 11px;border-radius:50px}
.result-card.alternative .rc-pill{background:var(--muted-fg);color:#fff}
.result-card.companion .rc-pill{background:#0b3a5d;color:#fff}
.result-card .rc-img{background:#fff;padding:14px;border-radius:10px;display:flex;align-items:center;justify-content:center;aspect-ratio:5/3;overflow:hidden}
.result-card .rc-img img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.result-card .rc-body{flex:1;display:flex;flex-direction:column;gap:6px}
.result-card .rc-body strong{font-size:17px;font-weight:600;color:var(--primary);letter-spacing:-.3px}
.result-card .rc-body p{font-size:13px;color:#647a92;line-height:1.55;margin:0}
.result-card .rc-specs{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}
.result-card .rc-specs span{font-size:11px;background:var(--muted);color:var(--primary);padding:4px 9px;border-radius:5px;font-weight:500}
.result-card .rc-cta{display:flex;flex-direction:column;gap:8px;margin-top:6px}
.result-card .rc-cta .button{width:100%;min-height:44px;padding:11px 18px;font-size:13px;gap:12px}
.result-card .rc-cta a.rc-details{font-size:12px;color:var(--accent);text-align:center;text-decoration:underline;text-decoration-color:#a3c2e0;text-underline-offset:3px}
.result-companion-wrap{margin-top:16px}
.result-companion-wrap .result-card{grid-column:1/-1}
.result-actions{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:8px;flex-wrap:wrap}
.result-actions .button{padding:12px 22px;min-height:44px;font-size:13px}
.result-disclaimer{font-size:11px;color:#758a9d;text-align:center;line-height:1.6;margin-top:20px;max-width:520px;margin-left:auto;margin-right:auto}
@keyframes wizStepIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media (max-width:800px){
  .configurator{padding:40px 18px 20px}
  .config-inner{padding:28px 22px;border-radius:16px}
  .config-header h2{font-size:24px}
  .wizard-step h3{font-size:19px}
  .wizard-options button{padding:14px 18px}
  .result-cards{grid-template-columns:1fr}
  .result-card.alternative{border-color:var(--border)}
  .result-header h3{font-size:22px}
}

/* ===== WATER REPORT / MY-WATER (added 2026-09-10) ===== */
.water-hero .zip-form{display:flex;gap:10px;margin-top:26px;max-width:520px;flex-wrap:wrap}
.water-hero .zip-form input{flex:1;min-width:180px;padding:14px 18px;border:2px solid var(--border);border-radius:8px;font:inherit;font-size:16px;letter-spacing:2px;font-weight:600;color:var(--primary);background:#fff;outline:none;transition:border-color .15s}
.water-hero .zip-form input:focus{border-color:var(--accent)}
.water-hero .zip-form input[aria-invalid=true]{border-color:#b03030}
.water-hero .zip-form button{white-space:nowrap;min-height:52px}
.zip-hint{font-size:12px;color:#647a92;margin-top:14px;line-height:1.7}
.zip-hint .try-zip{background:none;border:0;padding:0;font:inherit;color:var(--accent);cursor:pointer;text-decoration:underline;text-decoration-color:#a3c2e0;text-underline-offset:2px}
.zip-hint .try-zip:hover{color:var(--primary-2)}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

.water-result-wrap{max-width:1150px;margin:20px auto 40px;padding:0 35px}
.result-inner{background:#fff}
.water-loading{padding:40px;text-align:center;background:#fff;border:1px solid var(--border);border-radius:16px}
.water-loading p{margin-top:14px;color:#647a92;font-size:14px}
.spinner{width:34px;height:34px;border:3px solid var(--muted);border-top-color:var(--accent);border-radius:50%;margin:0 auto;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.water-error{padding:22px 26px;background:#fff4f4;border:1px solid #f4d0d0;border-radius:12px;display:flex;gap:14px;color:#8a2a2a}
.water-error svg{flex-shrink:0;margin-top:2px;color:#c05050}
.water-error p{font-size:13px;line-height:1.65;margin-top:4px}
.water-error .small{font-size:11px;color:#8f6666;margin-top:8px}

.water-summary{text-align:center;margin:20px 0 24px}
.water-summary .wc-eyebrow{display:block;font-size:11px;letter-spacing:1.6px;font-weight:600;color:var(--accent);margin-bottom:8px}
.water-summary h2{font-size:26px;font-weight:600;letter-spacing:-.5px;color:var(--primary)}

.water-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:28px;margin-bottom:20px;box-shadow:0 4px 16px #0b3a5d08}
.water-card.primary{border:2px solid var(--accent);box-shadow:0 12px 32px #2b7cc41a}
.water-card.water-empty{background:#f8fafd}
.wc-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;flex-wrap:wrap}
.wc-eyebrow{font-size:10px;letter-spacing:1.5px;font-weight:600;color:var(--accent)}
.wc-tag{background:var(--accent);color:#fff;font-size:9px;letter-spacing:1.3px;font-weight:600;padding:5px 10px;border-radius:50px}
.water-card h2,.water-card h3{font-size:23px;font-weight:600;letter-spacing:-.5px;color:var(--primary);margin:6px 0 18px}
.wc-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 20px;padding:16px 0;margin-bottom:16px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.wc-meta strong{display:block;font-size:15px;font-weight:600;color:var(--primary);letter-spacing:-.2px;line-height:1.3}
.wc-meta span{display:block;font-size:11px;color:#647a92;letter-spacing:.3px;margin-top:3px;text-transform:uppercase;font-weight:500}

.wc-violations{margin:14px 0}
.wc-viol-badge{display:inline-block;font-size:10px;letter-spacing:1.4px;font-weight:600;padding:6px 12px;border-radius:6px;margin-bottom:14px}
.wc-viol-low{background:#e6f4ea;color:#1a7a3a}
.wc-viol-mid{background:#fff7e0;color:#8a6a1a}
.wc-viol-high{background:#fce8e8;color:#a02525}
.wc-viol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}
.wc-viol-grid strong{display:block;font-size:22px;font-weight:600;color:var(--primary);letter-spacing:-.6px}
.wc-viol-grid span{display:block;font-size:10px;color:#647a92;margin-top:2px;letter-spacing:.3px;text-transform:uppercase;font-weight:500}
.wc-rules-label{font-size:12px;color:#647a92;margin:12px 0 6px;font-weight:600;letter-spacing:.3px}
.wc-rules{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:5px}
.wc-rules li{font-size:13px;color:var(--primary);padding:6px 0;border-bottom:1px solid #eef2f7}
.wc-rules li:last-child{border-bottom:0}
.wc-rule-count{display:inline-block;min-width:32px;font-weight:600;color:var(--accent)}

.water-ctas{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}
.water-ctas .button{padding:11px 18px;min-height:44px;font-size:13px;gap:10px}
.water-empty .water-ctas{margin-top:24px}
.water-empty ul{padding-left:20px;color:#5b7793;line-height:1.7;font-size:14px}

.water-crosssell{margin-top:28px;padding:32px 30px;background:linear-gradient(135deg,#e7f0f8,#cfdcee);border-radius:18px;text-align:center}
.water-crosssell h3{font-size:24px;font-weight:600;color:var(--primary);letter-spacing:-.5px;margin-bottom:10px}
.water-crosssell p{font-size:14px;color:#4f6b83;line-height:1.65;margin-bottom:20px;max-width:600px;margin-left:auto;margin-right:auto}
.water-crosssell .button{min-height:48px;padding:12px 22px;font-size:13px}

@media (max-width:800px){
  .water-hero .zip-form{flex-direction:column}
  .water-hero .zip-form input{width:100%;font-size:18px}
  .water-hero .zip-form button{width:100%}
  .water-result-wrap{padding:0 18px}
  .water-card{padding:22px;border-radius:14px}
  .wc-meta{grid-template-columns:1fr;gap:12px}
  .wc-viol-grid{grid-template-columns:1fr 1fr 1fr;gap:8px}
  .wc-viol-grid strong{font-size:18px}
  .water-crosssell{padding:24px 20px}
  .water-crosssell h3{font-size:20px}
}

/* Water report - clean record callout + EWG nudge (added 2026-09-10) */
.wc-viol-clean{background:linear-gradient(135deg,#e6f4ea,#d1ecd8);border:1px solid #a8d5b6;border-radius:12px;padding:20px 22px;margin-bottom:14px}
.wc-clean-badge{display:inline-block;background:#1a7a3a;color:#fff;font-size:10px;letter-spacing:1.5px;font-weight:700;padding:6px 12px;border-radius:6px;margin-bottom:12px}
.wc-viol-clean p{font-size:14px;line-height:1.7;color:#1c3d24;margin:0 0 10px}
.wc-viol-clean p:last-child{margin-bottom:0}
.wc-viol-clean .wc-clean-note{font-size:12px;color:#3d5544;line-height:1.65}
.wc-ewg-nudge{background:#f5faff;border:1px solid #cfdcee;border-radius:10px;padding:14px 16px;margin-top:14px;font-size:13px;line-height:1.65;color:#4f6b83}
.wc-ewg-nudge strong{color:var(--primary);display:block;margin-bottom:4px;font-size:13px}