﻿:root{--bg:#fafaf8;--paper:#ffffff;--ink:#0c0c0d;--ink-2:#26262a;--muted:#737376;--line:#e7e6e1;--line-2:#efeeea;--accent:#1e3a5f;--accent-2:#3e7ca8;--water:#e9f0f5;--green:#1f9d55;--red:#e0245e;--amber:#c98a1a;--chc-cyber-blue: #3749f8;--chc-cyber-yellow: #fff800;--shadow: 0 10px 40px -20px rgba(12,12,13,.18);--radius: 14px;--radius-sm: 10px;--nav-h: 92px;--nav-h-scrolled: 64px;--maxw: 1440px}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--ink);font-family:'Montserrat',sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{overflow-x:hidden;padding-top:var(--nav-h);transition:padding-top .3s ease}body.header-scrolled{padding-top:var(--nav-h-scrolled)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{display:block;max-width:100%}.chc-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;color:var(--ink);transition:box-shadow .3s ease}.chc-header.scrolled{box-shadow:0 1px 0 var(--line),0 8px 24px -16px rgba(0,0,0,0.08)}.chc-promo{background:var(--chc-cyber-blue);color:#fff800;text-align:center;font-size:12px;letter-spacing:.06em;padding:7px 20px;font-weight:500;transition:height .3s ease, padding .3s ease, opacity .25s ease;overflow:hidden;height:28px}.chc-header.scrolled .chc-promo{height:0;padding:0;opacity:0}.chc-main{display:flex;align-items:center;gap:28px;padding:0 40px;height:64px;max-width:var(--maxw);margin:0 auto}.chc-main-wrap{border-bottom:1px solid var(--line);background:#fff}.chc-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:26px;letter-spacing:.02em;color:var(--ink);flex-shrink:0}.chc-logo .pipe{width:1px;height:24px;background:var(--line);margin:0 4px}.chc-logo .co-brand{font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--accent)}.chc-search{flex:1;max-width:560px;position:relative}.chc-search input{width:100%;height:42px;padding:0 16px 0 44px;border:1px solid var(--line);border-radius:999px;font-family:inherit;font-size:13.5px;color:var(--ink);background:#f5f3ee;transition:border-color .15s ease, background .15s ease, box-shadow .15s ease}.chc-search input::-moz-placeholder{color:var(--muted)}.chc-search input::placeholder{color:var(--muted)}.chc-search input:focus{outline:none;border-color:var(--ink);background:#fff}.chc-search svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;stroke:var(--muted);fill:none;stroke-width:1.6;pointer-events:none}.chc-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.chc-action{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;font-size:12.5px;font-weight:500;color:var(--ink-2);transition:background .15s ease}.chc-action:hover{background:#f3f1ea}.chc-action svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.5;flex-shrink:0}.chc-action .label{display:flex;flex-direction:column;line-height:1.15;text-align:left}.chc-action .label small{font-size:10px;color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-weight:500}.chc-action.cart{position:relative}.chc-action.cart .badge,.chc-action.cart .cart-badge{position:absolute;top:4px;right:8px;background:var(--red);color:#fff;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:700}.chc-nav{display:flex;align-items:center;gap:4px;margin-left:auto;height:100%}.chc-nav a{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:6px;font-size:13px;font-weight:500;color:var(--ink-2);letter-spacing:.005em;transition:background .15s ease, color .15s ease;position:relative}.chc-nav a:hover{background:#d8d5d54d;color:var(--ink)}.chc-nav a.active{color:var(--ink);font-weight:600}.chc-nav a.active::after{content:"";position:absolute;left:16px;right:16px;bottom:-2px;height:2px;background:var(--ink);border-radius:2px}.chc-nav a .chev{width:10px;height:10px;stroke:currentColor;fill:none;stroke-width:2;opacity:.6}.chc-nav a.featured{color:var(--red)}.chc-nav a.featured:hover{background:rgba(224,36,94,0.08)}.chc-burger{display:none;width:40px;height:40px;border-radius:8px;align-items:center;justify-content:center}.chc-burger:hover{background:#f3f1ea}.chc-burger svg{width:22px;height:22px;stroke:var(--ink);fill:none;stroke-width:1.6}.hero{position:relative;height:72vh;min-height:520px;max-height:680px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;overflow:hidden;background:#0c0c0d}.hero-video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg, rgba(13,13,13,0.74902) 28%, rgba(51,50,50,0.490196) 87%)}.hero-content{position:relative;z-index:2;max-width:var(--maxw);width:100%;margin:0 auto;padding:0 40px 56px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:60px}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:500;opacity:.9;margin-bottom:24px}.eyebrow .dot{width:6px;height:6px;border-radius:50%;background:#fff;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:.4;transform:scale(0.85)}50%{opacity:1;transform:scale(1)}}h1.hero-title{font-family:'Montserrat',sans-serif;font-weight:300;font-size:clamp(44px, 6vw, 88px);line-height:1;letter-spacing:-.035em;margin-bottom:20px}h1.hero-title em{font-style:normal;font-weight:600}.hero-sub{max-width:520px;font-size:16px;line-height:1.6;opacity:.88;font-weight:300}.hero-cta-row{display:flex;gap:14px;margin-top:36px;align-items:center}.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 26px;border-radius:999px;font-size:14px;font-weight:500;letter-spacing:.01em;transition:transform .2s ease, background .2s ease, color .2s ease}.btn-primary{background:#fff;color:var(--ink)}.btn-primary:hover{transform:translateY(-1px);background:#f3f1ea}.btn-ghost{border:1px solid rgba(255,255,255,0.5);color:#fff}.btn-ghost:hover{background:rgba(255,255,255,0.12)}.btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.hero-meta{display:flex;flex-direction:column;gap:32px;align-items:flex-end;text-align:right}.hero-meta .stat{font-family:'Montserrat',sans-serif;font-weight:300;font-size:40px;line-height:1;letter-spacing:-.03em}.hero-meta .stat-label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;opacity:.75;margin-top:8px}.scroll-cue{position:absolute;left:40px;bottom:30px;z-index:2;display:flex;align-items:center;gap:12px;font-size:11px;letter-spacing:.22em;text-transform:uppercase;opacity:.8}.scroll-cue .line{width:36px;height:1px;background:#fff;position:relative;overflow:hidden}.scroll-cue .line::after{content:"";position:absolute;inset:0;background:rgba(255,255,255,0.4);animation:scrollLine 2.4s ease-in-out infinite}@keyframes scrollLine{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.strip{background:var(--paper);border-bottom:1px solid var(--line);padding:22px 40px}.strip-inner{max-width:var(--maxw);margin:0 auto;display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;color:var(--muted);font-size:13px}.strip-item{display:flex;align-items:center;gap:10px}.strip-item svg{width:18px;height:18px;stroke:var(--ink);fill:none;stroke-width:1.4}.strip-item b{color:var(--ink);font-weight:500}.catalog{max-width:var(--maxw);margin:0 auto;padding:64px 40px 40px;display:grid;grid-template-columns:260px 1fr;gap:48px}.section-head{grid-column:1/-1;display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:32px;border-bottom:1px solid var(--line);margin-bottom:24px}.section-head-left h2{font-family:'Montserrat',sans-serif;font-weight:300;font-size:48px;line-height:1;letter-spacing:-.02em}.section-head-left h2 em{font-style:normal;font-weight:600}.section-head-left .crumb{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}.section-head-right{display:flex;align-items:center;gap:16px;font-size:13px;color:var(--muted)}.section-head-right select{height:36px;width:150px;background:inherit;padding:5px;border-radius:5px}.results-count b{color:var(--ink);font-weight:500}.sort{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:13px;color:var(--ink)}.sort svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:1.8}.filters{position:sticky;top:calc(var(--nav-h-scrolled) + 16px);align-self:start;max-height:calc(100vh - var(--nav-h-scrolled) - 32px);overflow-y:auto;padding-right:10px}.filters::-webkit-scrollbar{width:4px}.filters::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}.filters-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.filters-head h3{font-family:'Montserrat',sans-serif;font-weight:600;font-size:16px;letter-spacing:.02em;text-transform:uppercase}.filters-head button{font-size:12px;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.filters-head button:hover{color:var(--ink)}.filter-group{border-top:1px solid var(--line);padding:18px 0}.filter-group summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:13.5px;font-weight:500;letter-spacing:.01em;padding:2px 0}.filter-group summary::-webkit-details-marker{display:none}.filter-group summary .chev{width:14px;height:14px;display:grid;place-items:center;transition:transform .25s ease}.filter-group[open] summary .chev{transform:rotate(180deg)}.filter-group .body{padding-top:14px;display:flex;flex-direction:column;gap:10px}.check{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--ink-2);cursor:pointer;padding:4px 0}.check input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:15px;height:15px;border:1px solid var(--line);border-radius:4px;display:grid;place-items:center;transition:all .15s ease;flex-shrink:0}.check input:checked{background:var(--ink);border-color:var(--ink)}.check input:checked::after{content:"";width:6px;height:9px;border:solid #fff;border-width:0 1.6px 1.6px 0;transform:rotate(45deg) translate(-1px, -1px)}.check .count{margin-left:auto;color:var(--muted);font-size:12px}.chips{display:flex;flex-wrap:wrap;gap:6px;padding-top:14px}.chip{padding:7px 12px;border:1px solid var(--line);border-radius:999px;font-size:12px;color:var(--ink-2);background:#fff;cursor:pointer;transition:all .15s ease}.chip:hover{border-color:var(--ink)}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.range{padding-top:8px}.range-track{position:relative;height:3px;background:var(--line);border-radius:3px;margin:18px 0 14px}.range-fill{position:absolute;left:18%;right:32%;top:0;bottom:0;background:var(--ink);border-radius:3px}.range-thumb{position:absolute;top:50%;width:14px;height:14px;background:#fff;border:1.5px solid var(--ink);border-radius:50%;transform:translate(-50%, -50%);cursor:grab}.range-thumb.a{left:18%}.range-thumb.b{left:68%}.range-vals{display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.swatches{display:flex;flex-wrap:wrap;gap:8px;padding-top:14px}.sw{width:24px;height:24px;border-radius:50%;cursor:pointer;border:1px solid var(--line);position:relative;transition:transform .15s ease}.sw:hover{transform:scale(1.1)}.sw.active::after{content:"";position:absolute;inset:-4px;border:1px solid var(--ink);border-radius:50%}.sw.chrome{background:linear-gradient(135deg, #e9e9e9, #a8a8a8)}.sw.black{background:#1a1a1a}.sw.gold{background:linear-gradient(135deg, #d4a85c, #a37928)}.sw.brass{background:linear-gradient(135deg, #c89a5d, #8a6730)}.sw.white{background:#fff;border-color:#ccc}.sw.copper{background:linear-gradient(135deg, #c47b54, #8d4a30)}.grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px 24px}.card{display:flex;flex-direction:column;cursor:pointer;transition:transform .25s ease}.card-media{position:relative;aspect-ratio:1.2;border-radius:var(--radius);overflow:hidden;background:var(--line-2)}.card-media svg.product-art{width:100%;height:100%;display:block}.card-badge{position:absolute;top:14px;left:14px;z-index:2;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.02em}.card-badge.discount{position:absolute;top:16px;left:16px;background:#3749f8;color:#fff800;font-size:18px;font-weight:600;letter-spacing:0.05em;padding:6px 10px;border-radius:2px;z-index:2}.card-badge.new{background:var(--ink);color:#fff}.card-badge.eco{background:#1f9d55;color:#fff}.card-info{padding-top:16px;display:flex;flex-direction:column;gap:8px}.card-brand{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--ink);display:inline-block;height:20px}.card-title{font-size:16px;font-weight:500;color:var(--ink);line-height:1.35;letter-spacing:-.005em;height:22px;overflow:hidden}.card-stock{display:flex;align-items:center;gap:7px;font-size:12.5px}.card-stock .dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.card-stock.in{color:var(--green)}.card-stock.in .dot{background:var(--green)}.card-stock.low{color:var(--red)}.card-stock.low .dot{background:var(--red)}.card-stock.coming{color:var(--amber)}.card-stock.coming .dot{background:var(--amber)}.card-bottom{margin-top:14px;display:flex;justify-content:space-between;align-items:center}.card-price{display:flex;flex-direction:column;gap:2px}.card-price .old{font-size:13px;color:var(--muted);text-decoration:line-through}.card-price .now{font-size:18px;font-weight:600;color:var(--ink);letter-spacing:-.01em}.card-price .now .unit{font-size:12px;color:var(--muted);font-weight:400;margin-left:2px}.add{width:44px;height:44px;border-radius:50%;background:#000000;color:#ffffff;display:grid;place-items:center;transition:transform .2s ease, background .2s ease}.add svg{width:16px;height:16px;stroke:#ffffff;fill:none;stroke-width:2}.add:hover{transform:scale(1.06);background:#ffffff;border:1px solid #000000}.add:hover svg{width:16px;height:16px;stroke:#000000;fill:none;stroke-width:2}.add.cyber{background:var(--chc-cyber-blue);color:#fff800}.add.cyber svg{width:16px;height:16px;stroke:#fff800;fill:none;stroke-width:2}.add.cyber:hover{transform:scale(1.06);background:#fff800;border:none}.add.cyber:hover svg{width:16px;height:16px;stroke:var(--chc-cyber-blue);fill:none;stroke-width:2}.pagination{grid-column:2;margin-top:48px;padding-top:24px;display:flex;justify-content:space-between;align-items:center}.pag-bar{flex:1;height:1px;background:var(--line);position:relative;margin-right:24px}.pag-bar::after{content:"";position:absolute;left:0;top:-1px;height:3px;width:50%;background:var(--ink);border-radius:3px}.pag-count{font-size:13px;color:var(--muted)}.pag-count b{color:var(--ink);font-weight:500}.pag-arrows{display:flex;gap:8px;margin-left:24px}.pag-arrow{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;background:#fff;transition:all .15s ease}.pag-arrow:hover{border-color:var(--ink)}.pag-arrow.active{border-color:var(--ink);background:var(--ink);color:#fff}.pag-arrow.disabled{border-color:var(--line);color:var(--line);pointer-events:none;opacity:0.4}.pag-arrow svg{width:14px;height:14px;stroke:var(--ink);fill:none;stroke-width:1.8}.editorial{max-width:var(--maxw);margin:80px auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.ed-visual{aspect-ratio:5 / 5;border-radius:var(--radius);overflow:hidden;background-image:url(/assets/landing/electro-wasser.jpg);background-size:cover;background-repeat:no-repeat}.ed-visual-2{aspect-ratio:5 / 5;border-radius:var(--radius);overflow:hidden;background-image:url(/assets/landing/smart.jpg);background-size:cover;background-repeat:no-repeat}.ed-visual svg{width:100%;height:100%}.ed-text .ed-tag{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:24px}.ed-text h3{font-family:'Montserrat',sans-serif;font-weight:300;font-size:44px;line-height:1.08;letter-spacing:-.03em;margin-bottom:24px}.ed-text h3 em{font-style:normal;font-weight:600}.ed-text p{font-size:16px;line-height:1.7;color:var(--ink-2);margin-bottom:18px;font-weight:300}.ed-text .ed-link{display:inline-flex;align-items:center;gap:10px;margin-top:18px;font-size:14px;font-weight:500;padding-bottom:6px;border-bottom:1px solid var(--ink)}.ed-text .ed-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}.mobile-filter-bar{display:none;position:sticky;top:calc(var(--nav-h-scrolled) + 0px);z-index:50;background:var(--bg);border-bottom:1px solid var(--line);padding:12px 16px;gap:10px;align-items:center}.cta-band{background:var(--ink);color:#fff;margin:0 40px;border-radius:var(--radius);padding:80px 60px;text-align:center;position:relative;overflow:hidden}.cta-band::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 50% 100%, rgba(62,124,168,0.4), transparent 60%)}.cta-band>*{position:relative;z-index:1}.cta-band .ed-tag{font-size:11px;letter-spacing:.22em;text-transform:uppercase;opacity:.75;margin-bottom:18px}.cta-band h3{font-family:'Montserrat',sans-serif;font-weight:300;font-size:44px;line-height:1.1;letter-spacing:-.03em;margin-bottom:18px;max-width:760px;margin-left:auto;margin-right:auto}.cta-band h3 em{font-style:normal;font-weight:600}.cta-band p{max-width:520px;margin:0 auto 32px;opacity:.78;line-height:1.6;font-weight:300}.cta-band .btn-primary{background:#fff;color:var(--ink)}footer{background:var(--paper);border-top:1px solid var(--line);margin-top:80px;padding:60px 40px 30px}.foot-inner{max-width:var(--maxw);margin:0 auto}.foot-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid var(--line)}.foot-top h4{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;margin-bottom:20px;color:var(--ink)}.foot-top ul{list-style:none;display:flex;flex-direction:column;gap:10px}.foot-top a{font-size:13.5px;color:var(--ink-2)}.foot-top a:hover{color:var(--ink)}.foot-brand h2{font-family:'Montserrat',sans-serif;font-weight:700;font-size:24px;letter-spacing:.02em;margin-bottom:12px;text-transform:uppercase}.foot-brand p{font-size:14px;color:var(--muted);max-width:280px;line-height:1.6;font-weight:300}.foot-bottom{padding-top:28px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted)}.foot-bottom .links{display:flex;gap:24px}@media (max-width: 980px){.catalog{grid-template-columns:1fr;padding:24px 16px;gap:20px}.filters{display:none}.mobile-filter-bar{display:flex;top:calc(var(--nav-h-scrolled) + -10px)}.active-filters-row{display:block}.grid{grid-template-columns:repeat(2, 1fr);gap:24px 14px}.pagination{grid-column:1}.editorial{grid-template-columns:1fr;padding:0 16px;margin:60px auto;gap:32px}.cta-band{margin:0 16px;padding:60px 20px}.cta-band h3{font-size:32px}.chc-main{padding:0 12px;gap:10px;height:56px}.chc-nav{display:none}.chc-search{display:none}.chc-action{padding:8px;gap:0}.chc-action .label{display:none}.chc-action svg{width:22px;height:22px}.chc-actions{gap:0}.chc-action[aria-label="Sigue tu orden"]{display:none}.chc-burger{display:flex}.chc-logo{gap:6px}.chc-logo .pipe{height:22px}.chc-logo img{max-width:60px !important;height:auto}.hero-content{padding:0 16px 40px;grid-template-columns:1fr;gap:24px}.hero-meta{flex-direction:row;align-items:flex-start;text-align:left;gap:20px;flex-wrap:wrap}.hero-meta .stat{font-size:28px}.hero-meta .stat-label{font-size:10px}.section-head{flex-direction:column;align-items:flex-start;gap:20px;padding-bottom:20px}.section-head-left h2{font-size:32px}.strip{padding:18px 16px}.strip-inner{justify-content:flex-start;gap:20px}.strip-item{font-size:12px}.foot-top{grid-template-columns:1fr 1fr;gap:32px}footer{padding:48px 16px 24px}.scroll-cue{display:none}:root{--nav-h:64px;--nav-h-scrolled:64px}.chc-nav{display:none}}@media (max-width: 560px){.grid{grid-template-columns:1fr}.hero-cta-row .btn{flex:1;min-height:65px}.hero-cta-row .btn-catalog{display:none}.hero-meta{justify-content:space-between}.hero-meta div{flex:1}}@media (max-width: 400px){.chc-main{padding:0 10px;gap:6px;height:54px}.chc-logo img{max-width:48px !important}.chc-action{padding:6px}.chc-action svg{width:20px;height:20px}.chc-burger svg{width:20px;height:20px}.grid{grid-template-columns:1fr;gap:20px}.hero-meta{gap:14px}.hero-meta .stat{font-size:24px}.section-head-left h2{font-size:26px}.cta-band h3{font-size:26px}.foot-top{grid-template-columns:1fr;gap:24px}.chc-promo{height:42px}}.mobile-filter-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:13px;font-weight:500;color:var(--ink);transition:background .15s ease}.mobile-filter-btn:active{background:#f3f1ea}.mobile-filter-btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8}.mobile-filter-btn .badge{background:var(--ink);color:#fff;font-size:11px;font-weight:600;min-width:18px;height:18px;border-radius:999px;display:inline-grid;place-items:center;padding:0 5px;margin-left:2px}.sheet-backdrop{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,0.5);opacity:0;pointer-events:none;transition:opacity .3s ease}.sheet-backdrop.open{opacity:1;pointer-events:auto}.filter-sheet{position:fixed;left:0;right:0;bottom:0;z-index:201;background:#fff;border-radius:20px 20px 0 0;max-height:90vh;transform:translateY(100%);transition:transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);display:flex;flex-direction:column;box-shadow:0 -10px 40px rgba(0,0,0,0.15)}.filter-sheet.open{transform:translateY(0)}.sheet-handle{width:40px;height:4px;background:var(--line);border-radius:999px;margin:10px auto 4px;flex-shrink:0}.sheet-head{display:flex;align-items:center;justify-content:space-between;padding:12px 20px 16px;border-bottom:1px solid var(--line);flex-shrink:0}.sheet-head h3{font-size:16px;font-weight:600;letter-spacing:.01em}.sheet-close{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#f3f1ea}.sheet-close svg{width:16px;height:16px;stroke:var(--ink);fill:none;stroke-width:1.8}.sheet-body{flex:1;overflow-y:auto;padding:8px 20px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.sheet-body .filter-group{padding:16px 0}.sheet-foot{flex-shrink:0;display:flex;gap:10px;padding:14px 20px;border-top:1px solid var(--line);background:#fff;padding-bottom:14px}.sheet-foot button{flex:1;padding:14px;border-radius:999px;font-size:14px;font-weight:600;transition:background .15s ease}.sheet-foot .clear{background:#f3f1ea;color:var(--ink)}.sheet-foot .apply{background:var(--ink);color:#fff}.sheet-foot .apply:active{background:var(--accent)}.active-filters-row{display:none;padding:10px 16px;background:#fff;border-bottom:1px solid var(--line);overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.active-filters-row::-webkit-scrollbar{display:none}.active-filters-row .pill{display:inline-flex;align-items:center;gap:6px;padding:7px 8px 7px 12px;margin-right:6px;background:#f3f1ea;border-radius:999px;font-size:12px;color:var(--ink);font-weight:500}.active-filters-row .pill svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.2}.active-filters-row .pill button{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#e0ddd5}body.sheet-open{overflow:hidden;touch-action:none}.faq-wasser{max-width:var(--maxw);margin:90px auto 40px;padding:0 40px}.faq-wasser-head{max-width:760px;margin-bottom:36px}.faq-wasser-head span{display:block;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:16px}.faq-wasser-head h2{font-family:'Montserrat', sans-serif;font-weight:300;font-size:clamp(34px, 4vw, 48px);line-height:1.05;letter-spacing:-.03em;color:var(--ink);margin-bottom:18px}.faq-wasser-head h2 em{font-style:normal;font-weight:600}.faq-wasser-head p{font-size:16px;line-height:1.7;color:var(--ink-2);font-weight:300}.faq-wasser-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line);background:transparent}.faq-item summary{list-style:none;cursor:pointer;padding:24px 48px 24px 0;font-size:17px;font-weight:500;color:var(--ink);position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";position:absolute;right:0;top:22px;width:28px;height:28px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:18px;font-weight:300;color:var(--ink);transition:all .25s ease}.faq-item[open] summary::after{content:"−";background:var(--ink);color:#fff;border-color:var(--ink)}.faq-item p{max-width:860px;padding:0 48px 26px 0;font-size:15px;line-height:1.8;color:var(--ink-2);font-weight:300}@media (max-width: 980px){.faq-wasser{padding:0 20px;margin:70px auto 30px}.faq-item summary{font-size:15.5px;padding:20px 44px 20px 0}.faq-item p{padding:0 44px 22px 0;font-size:14px}}.nav-backdrop{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,0.55);opacity:0;pointer-events:none;transition:opacity .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.nav-backdrop.open{opacity:1;pointer-events:auto}.nav-drawer{position:fixed;top:0;left:0;bottom:0;z-index:301;width:88vw;max-width:380px;background:#fff;transform:translateX(-100%);transition:transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);display:flex;flex-direction:column;box-shadow:8px 0 32px rgba(0,0,0,0.2);visibility:hidden;overflow:hidden}.nav-drawer.open{transform:translateX(0);visibility:visible}.nav-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line);flex-shrink:0}.nav-drawer-logo{display:flex;align-items:center;gap:10px;color:var(--ink)}.nav-drawer-logo .chc-logo-text{font-weight:800;font-size:22px;letter-spacing:.04em;font-family:'Montserrat',sans-serif}.nav-drawer-logo .pipe{width:1px;height:22px;background:var(--line)}.nav-drawer-logo img{height:22px;width:auto;display:block;-o-object-fit:contain;object-fit:contain}.nav-drawer-close{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#f3f1ea;border:none;cursor:pointer;color:var(--ink);flex-shrink:0}.nav-drawer-close:hover{background:#e8e5db}.nav-drawer-close svg{width:16px;height:16px}.nav-drawer-search{position:relative;padding:14px 20px;border-bottom:1px solid var(--line);flex-shrink:0}.nav-drawer-search svg{position:absolute;left:32px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--muted);pointer-events:none}.nav-drawer-search input{width:100%;height:42px;padding:0 16px 0 42px;border:1px solid var(--line);border-radius:999px;background:#f5f3ee;font-family:inherit;font-size:14px;color:var(--ink)}.nav-drawer-search input:focus{outline:none;border-color:var(--ink);background:#fff}.nav-drawer-links{flex:1;overflow-y:auto;padding:8px 12px;-webkit-overflow-scrolling:touch}.nav-drawer-links a{display:flex;align-items:center;justify-content:space-between;padding:14px 12px;font-size:15px;font-weight:500;color:var(--ink);border-radius:10px;transition:background .15s ease}.nav-drawer-links a:active{background:#f3f1ea}.nav-drawer-links a svg{width:14px;height:14px;color:var(--muted);transition:transform .15s ease}.nav-drawer-links a:hover svg{transform:translateX(3px);color:var(--ink)}.nav-drawer-links a.active{font-weight:600;background:#f3f1ea}.nav-drawer-links a.featured{color:var(--red);font-weight:600}.nav-drawer-actions{border-top:1px solid var(--line);padding:12px 12px 8px;flex-shrink:0}.nav-drawer-action{display:flex;align-items:center;gap:14px;padding:12px;border-radius:10px;color:var(--ink);transition:background .15s ease}.nav-drawer-action:active{background:#f3f1ea}.nav-drawer-action svg{width:22px;height:22px;color:var(--ink-2);flex-shrink:0}.nav-drawer-action div{display:flex;flex-direction:column;line-height:1.25}.nav-drawer-action strong{font-size:14px;font-weight:600;color:var(--ink)}.nav-drawer-action small{font-size:11px;color:var(--muted);margin-top:2px}.nav-drawer-foot{display:flex;flex-direction:column;gap:4px;padding:14px 20px;padding-bottom:14px;border-top:1px solid var(--line);font-size:11px;color:var(--muted);flex-shrink:0}.chc-burger{background:none;border:none;cursor:pointer;width:40px;height:40px;border-radius:8px;align-items:center;justify-content:center}.chc-burger:hover{background:#f3f1ea}.chc-burger svg{width:22px;height:22px;stroke:var(--ink);fill:none;stroke-width:1.8}body.nav-open{overflow:hidden;position:fixed;width:100%}.wsp-sticky{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;z-index:1000;text-decoration:none;position:sticky;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-bottom:16px}.wsp-sticky .wsp-bubble{background-color:#000;color:#fff;padding:8px 12px;border-radius:10px;margin-right:10px;position:relative;font-size:14px;max-width:200px}.wsp-sticky .wsp-bubble::after{content:"";position:absolute;top:50%;right:-6px;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #000}.wsp-sticky .wsp-icon{background-color:#25d366;color:#fff;padding:3px;border-radius:50%;font-size:2em;display:flex;align-items:center;justify-content:center}
