
:root{
  --wh-bg:#f5f5f7; --wh-card:#ffffff; --wh-soft:#fbfbfd; --wh-border:rgba(0,0,0,.08);
  --wh-blue:#0071e3; --wh-blue2:#2997ff; --wh-text:#1d1d1f; --wh-muted:#6e6e73;
  --header-h:76px; --radius:28px; --shadow:0 18px 55px rgba(0,0,0,.08);
}
*{box-sizing:border-box} html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;padding-top:var(--header-h);background:linear-gradient(180deg,#fbfbfd 0%,#f5f5f7 48%,#eef1f5 100%);color:var(--wh-text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,Inter,Arial,sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}.container{max-width:1220px;margin:0 auto;padding:0 22px}
.topbar{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(251,251,253,.86)!important;border-bottom:1px solid rgba(0,0,0,.06);backdrop-filter:saturate(180%) blur(22px);box-shadow:0 1px 0 rgba(0,0,0,.02);transform:translateY(0);transition:transform .28s ease,background .25s ease}.topbar.hidden{transform:translateY(-120%)}.topbar.scrolled{background:rgba(251,251,253,.74)!important}.bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0;flex-wrap:wrap}.logo{font-weight:850;font-size:27px;letter-spacing:-.045em;color:#111!important;text-shadow:none!important;display:inline-flex;transition:transform .22s ease,color .22s ease}.logo:hover{color:#12cfd0!important;transform:scale(1.06)}.nav{display:flex;gap:18px;flex-wrap:wrap;overflow-x:auto;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav-link{font-size:11px;letter-spacing:.02em;font-weight:800;text-transform:uppercase;color:#424245!important;text-shadow:none!important}.nav-link:hover,.nav-link.active{color:var(--wh-blue)!important}.pill{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--wh-border);border-radius:999px;padding:8px 13px;font-size:13px;background:#fff;color:#1d1d1f;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.search-box{position:relative;min-width:190px;flex:1 1 260px;max-width:340px}.search-box input,.catalog-toolbar input,.catalog-toolbar select,input,select,textarea{background:rgba(255,255,255,.94);border:1px solid rgba(0,0,0,.09);border-radius:999px;padding:12px 15px;color:#1d1d1f;width:100%;font:inherit;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,.03)}.search-box input:focus,.catalog-toolbar input:focus,input:focus,select:focus,textarea:focus{border-color:rgba(0,113,227,.45);box-shadow:0 0 0 4px rgba(0,113,227,.10)}.search-results{position:absolute;top:48px;left:0;background:#fff;border:1px solid var(--wh-border);border-radius:18px;min-width:260px;z-index:99;box-shadow:var(--shadow);overflow:hidden}.search-results a{display:block;padding:11px 14px;border-bottom:1px solid #f0f0f2}.search-results a:last-child{border-bottom:0}
.hero{position:relative;min-height:auto;padding:68px 0 46px;background:linear-gradient(180deg,#fbfbfd 0%,#f5f5f7 100%)!important;overflow:hidden}.hero::before{display:none!important}.hero-overlay{display:none!important}.hero-card{display:grid;grid-template-columns:1.02fr .98fr;gap:30px;align-items:center;min-height:520px;border-radius:46px;padding:58px;background:linear-gradient(135deg,#fff 0%,#f5f7fa 55%,#eaf5ff 100%);box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.055);overflow:hidden;position:relative}.hero-card:after{content:"";position:absolute;right:-120px;top:-140px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(0,113,227,.18),rgba(0,113,227,0) 70%)}.hero-body{position:relative;z-index:2;text-align:left;max-width:760px;width:100%;padding:0!important}.kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--wh-blue);margin:0 0 12px;font-size:12px;font-weight:850}.hero-title{font-size:clamp(42px,6.5vw,82px);margin:0 0 16px;line-height:.98;letter-spacing:-.07em;color:#1d1d1f!important;text-shadow:none!important;max-width:780px}.lead{color:var(--wh-muted);margin:0 0 24px;line-height:1.55;font-size:clamp(15px,2.1vw,20px);max-width:720px;text-shadow:none!important}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{position:relative;z-index:2;background:rgba(255,255,255,.68);border:1px solid rgba(0,0,0,.06);border-radius:36px;padding:22px;box-shadow:0 18px 50px rgba(0,0,0,.08)}.hero-visual img{width:100%;height:360px;object-fit:contain;display:block;filter:drop-shadow(0 22px 28px rgba(0,0,0,.18))}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.mini-stats span{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:12px;text-align:center;color:#424245;font-weight:750;font-size:13px}.btn{border:0;border-radius:999px;padding:11px 18px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .22s ease;min-height:42px}.btn.primary{background:var(--wh-blue);color:#fff}.btn.ghost{background:#fff;border:1px solid rgba(0,0,0,.08);color:#1d1d1f}.btn.primary:hover{background:#0077ed}.btn.ghost:hover{background:#f5f5f7}.btn:hover{transform:translateY(-1px)}.btn.active,.btn.ghost.active{background:#1d1d1f;color:#fff;border-color:#1d1d1f}
.section{padding:54px 0;background:transparent}.card{background:rgba(255,255,255,.88)!important;border:1px solid rgba(0,0,0,.06)!important;border-radius:var(--radius);padding:18px;box-shadow:0 8px 28px rgba(0,0,0,.045);backdrop-filter:blur(16px);overflow:hidden;color:#1d1d1f!important;transition:transform .22s ease,box-shadow .22s ease}.card:hover{box-shadow:0 18px 50px rgba(0,0,0,.09);transform:translateY(-2px)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cats{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.cats-wide{grid-template-columns:repeat(4,1fr)}.thumb{background:linear-gradient(180deg,#fff,#f0f2f5);border-radius:22px;min-height:150px;display:flex;align-items:center;justify-content:center;color:#6e6e73;overflow:hidden;border:1px solid rgba(0,0,0,.04)}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.price{font-size:24px;font-weight:900;color:#1d1d1f;letter-spacing:-.03em}.help,.card p{color:var(--wh-muted);line-height:1.5}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);padding:20px;box-shadow:0 8px 26px rgba(0,0,0,.045)}.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}.kpi{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);padding:22px;text-align:center}.kpi .num{font-size:clamp(30px,6vw,52px);font-weight:900;color:#1d1d1f;letter-spacing:-.06em}.kpi .cap{color:var(--wh-muted)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.in{opacity:1;transform:none}footer{border-top:1px solid rgba(0,0,0,.06);background:#fbfbfd;padding:30px 0 38px;margin-top:48px}.foot{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.pays span{display:inline-flex;margin:4px;padding:7px 11px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:999px;color:#424245}.catalog-toolbar{display:grid;grid-template-columns:1fr 230px;gap:12px;margin-bottom:20px}.badge{display:inline-flex;margin-top:12px;color:#0066cc;background:#eaf4ff;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800}.product-card h3{min-height:52px;letter-spacing:-.025em}.product-card .help{min-height:48px}.seo-block{background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(245,245,247,0))}.slide{border-radius:24px}.clean-banner{display:grid!important;grid-template-columns:1fr 1fr;gap:18px;align-items:center;min-height:360px;padding:34px;background:linear-gradient(135deg,#fff,#eef7ff)!important}.clean-banner h2{font-size:clamp(32px,5vw,62px);line-height:1;margin:0 0 12px}.clean-banner p{font-size:18px;max-width:520px}.clean-banner img{width:100%;height:300px;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(0,0,0,.14))}.p-gallery,.p-buy{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);padding:20px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.product{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:start}.p-main{background:#f5f5f7;border-radius:24px;overflow:hidden}.p-main img{width:100%;display:block}.p-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.p-thumbs img{width:86px;height:72px;object-fit:cover;border-radius:14px;border:1px solid rgba(0,0,0,.08);cursor:pointer}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.tab{border:1px solid rgba(0,0,0,.08);background:#fff;border-radius:999px;padding:9px 14px;font-weight:700}.tab.active{background:#1d1d1f;color:#fff}.tabpanes>div{display:none}.tabpanes>div.active{display:block}.rating{color:#ff9500;font-weight:800}.sku{color:var(--wh-muted)}h1,h2,h3{letter-spacing:-.04em}h1{font-size:clamp(34px,5vw,64px);line-height:1.02}h2{font-size:clamp(26px,3.6vw,44px);line-height:1.08}
@media(max-width:992px){.features{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:repeat(3,1fr)}.cats{grid-template-columns:repeat(2,1fr)}.kpis{grid-template-columns:1fr}.product{grid-template-columns:1fr}.hero-card{grid-template-columns:1fr;padding:38px}.hero-visual img{height:300px}}
@media(max-width:680px){.nav-link{font-size:9px}.grid{grid-template-columns:repeat(2,1fr)}.section{padding:36px 0}.logo{font-size:25px}.bar{padding:10px 0}.card{border-radius:22px}.thumb{min-height:135px}.hero{padding:34px 0 28px}.hero-card{border-radius:30px;padding:28px;text-align:center}.hero-body{text-align:center}.hero-actions{justify-content:center}.lead{margin-left:auto;margin-right:auto}.mini-stats{grid-template-columns:1fr}.clean-banner{grid-template-columns:1fr;text-align:center}.clean-banner img{height:220px}}
@media(max-width:900px){.catalog-toolbar{grid-template-columns:1fr}.cats-wide{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.cats-wide{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.card{padding:14px}.product-card h3,.product-card .help{min-height:auto}.search-box{order:5;max-width:100%;flex-basis:100%}}

.brand-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.brand-grid span{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:22px;padding:20px;text-align:center;font-weight:900;font-size:20px;letter-spacing:-.04em;box-shadow:0 8px 24px rgba(0,0,0,.045)}
.product-card .thumb img{object-fit:contain;background:linear-gradient(180deg,#fff,#f4f7fb)}
@media(max-width:900px){.brand-grid{grid-template-columns:repeat(2,1fr)}}

/* FINAL WaterHall Apple clean fixes */
body, .section, main { background: transparent !important; }
.season-hero { background:linear-gradient(180deg,#fbfbfd 0%,#f5f5f7 100%)!important; }
.brand-grid.logos{grid-template-columns:repeat(5,1fr);gap:18px}.brand-grid.logos a{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:26px;min-height:128px;padding:16px;box-shadow:0 10px 30px rgba(0,0,0,.045);transition:.22s}.brand-grid.logos a:hover{transform:translateY(-2px);box-shadow:0 18px 50px rgba(0,0,0,.08)}.brand-grid.logos img{width:100%;max-width:210px;height:auto;object-fit:contain}.popular-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.popcat{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:26px;padding:12px;box-shadow:0 10px 28px rgba(0,0,0,.045);display:flex;flex-direction:column;gap:10px;align-items:center;text-align:center;font-weight:900;min-height:190px}.popcat img{width:100%;height:120px;object-fit:contain;border-radius:18px;background:#f5f7fb}.popcat span{color:#1d1d1f}.cats .thumb img,.product-card .thumb img{object-fit:contain!important;background:linear-gradient(180deg,#fff,#f5f7fb)!important}.hero,.hero-card,.card,.clean-banner{color:#1d1d1f!important;text-shadow:none!important}.price span{color:#1d1d1f!important}
@media(max-width:1020px){.popular-grid{grid-template-columns:repeat(3,1fr)}.brand-grid.logos{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.popular-grid,.brand-grid.logos{grid-template-columns:repeat(2,1fr)}.popcat{min-height:160px}.popcat img{height:95px}}

/* WaterHall final v10 */
.call-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(0,113,227,.18);border-radius:999px;padding:8px 13px;font-size:13px;background:#eaf4ff;color:#0066cc;font-weight:850;box-shadow:0 2px 10px rgba(0,113,227,.06);white-space:nowrap}.call-pill:hover{background:#0071e3;color:#fff;transform:translateY(-1px)}
.floating-call{position:fixed;right:22px;bottom:22px;z-index:120;display:inline-flex;align-items:center;gap:8px;background:#0071e3;color:#fff;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 14px 40px rgba(0,113,227,.28)}.floating-call:hover{transform:translateY(-2px);background:#12cfd0;color:#001018}
.filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.topbar,.hero,.section,footer{background-color:transparent!important}.thumb img{object-fit:contain!important}.product-card .thumb{height:230px}.cats .thumb{height:210px}.brand-grid.logos img{max-height:92px}.hero-visual img{object-fit:contain!important}.feature a{color:inherit}
@media(max-width:760px){.call-pill span{display:none}.floating-call span{display:inline}.product-card .thumb{height:210px}.cats .thumb{height:190px}}


/* Mobile catalog stability fix */
#products-list.reveal, #season-cards.reveal{opacity:1!important;transform:none!important;}
#products-list{min-height:240px;}
@media(max-width:560px){.filter-row{gap:10px}.filter-row .btn{font-size:15px;padding:12px 16px}.catalog-toolbar input,.catalog-toolbar select{font-size:16px}}

/* WaterHall SEO articles v12 */
.blog-hero .hero-visual img{object-fit:cover!important;border-radius:28px;}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{text-decoration:none}.blog-card .thumb{height:220px}.blog-card h3{font-size:22px;min-height:58px}.read-more{font-weight:900;color:#0071e3}.article-hero{padding:56px 0 32px;background:linear-gradient(180deg,#fbfbfd,#f5f5f7)}.article-hero-grid{display:grid;grid-template-columns:1fr .85fr;gap:32px;align-items:center}.article-cover{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:34px;padding:16px;box-shadow:0 18px 50px rgba(0,0,0,.08)}.article-cover img{width:100%;height:360px;object-fit:contain;border-radius:24px;background:#f5f7fb}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.article-content{padding:28px;font-size:18px;line-height:1.75}.article-content h2{margin-top:30px}.breadcrumbs{font-size:14px;color:#6e6e73;margin-bottom:20px}.article-image-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0}.article-image-row img{width:100%;height:230px;object-fit:cover;border-radius:24px;background:#f5f7fb}.article-list{background:#f5f7fb;border-radius:24px;padding:20px 20px 20px 40px}.cta-panel{background:linear-gradient(135deg,#eaf4ff,#fff);border:1px solid rgba(0,113,227,.14);border-radius:28px;padding:24px;margin:28px 0}.faq{border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:14px 16px;margin:10px 0;background:#fff}.faq summary{cursor:pointer;font-weight:900}.article-side .sticky{position:sticky;top:96px}.side-link{display:block;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06);font-weight:850;color:#1d1d1f}.article-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-mini{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:26px;padding:12px;box-shadow:0 10px 28px rgba(0,0,0,.045);display:flex;align-items:center;gap:14px;font-weight:900;color:#1d1d1f}.article-mini img{width:110px;height:82px;object-fit:contain;background:#f5f7fb;border-radius:18px}.home-articles{background:linear-gradient(180deg,rgba(245,245,247,.5),rgba(255,255,255,0))}
@media(max-width:980px){.blog-grid{grid-template-columns:repeat(2,1fr)}.article-hero-grid,.article-layout{grid-template-columns:1fr}.article-side .sticky{position:static}.article-cover img{height:300px}}
@media(max-width:620px){.blog-grid,.article-mini-grid,.article-image-row{grid-template-columns:1fr}.article-content{font-size:16px;padding:18px}.article-hero{padding:34px 0 20px}.article-cover img{height:230px}.article-mini{align-items:flex-start}.article-mini img{width:96px;height:72px}.nav-link{font-size:8.5px}}

/* WaterHall 2.0 */
.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.trust-card{background:#fff;border:1px solid var(--wh-border);border-radius:28px;padding:24px;box-shadow:var(--shadow);font-size:32px}.trust-card h3{font-size:22px;margin:12px 0 8px}.trust-card p{color:var(--wh-muted);font-size:15px;line-height:1.55}.works-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.work-card{position:relative;overflow:hidden;border-radius:30px;background:#fff;box-shadow:var(--shadow);min-height:220px}.work-card img{width:100%;height:230px;object-fit:cover;display:block;transition:transform .35s ease}.work-card:hover img{transform:scale(1.06)}.work-card span{position:absolute;left:14px;right:14px;bottom:14px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);font-weight:800;color:#1d1d1f}.brand-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.brand-card{background:#fff;border:1px solid var(--wh-border);border-radius:28px;padding:18px;text-align:center;box-shadow:var(--shadow);transition:transform .25s ease}.brand-card:hover{transform:translateY(-4px)}.brand-card img{width:100%;height:120px;object-fit:contain;border-radius:20px}.brand-card strong{display:block;margin-top:10px;font-size:18px}.article-cta{margin:28px 0;padding:26px;border-radius:28px;background:linear-gradient(135deg,#eafaff,#fff);border:1px solid var(--wh-border)}.brand-hero .hero-visual img{object-fit:contain;background:#fff}.floating-call{position:fixed;right:18px;bottom:18px;z-index:99;background:#12cfd0;color:#001014!important;border-radius:999px;padding:13px 18px;font-weight:900;box-shadow:0 14px 40px rgba(18,207,208,.35)}
@media(max-width:900px){.trust-grid,.works-grid,.brand-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.work-card img{height:190px}}
@media(max-width:560px){.trust-grid,.works-grid,.brand-card-grid{grid-template-columns:1fr}.floating-call{left:18px;right:18px;text-align:center;justify-content:center;display:flex}.brand-card img{height:100px}}


/* WaterHall custom homepage layout update */
.hero-visual img{
  border-radius:28px;
  background:#f5f7fb;
  object-fit:cover;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);
}
.trust-section{
  padding-top:34px;
}
@media(max-width:680px){
  .trust-grid{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }
  .trust-card{
    border-radius:18px!important;
    padding:12px!important;
    font-size:22px!important;
    box-shadow:0 8px 22px rgba(0,0,0,.055)!important;
    min-height:auto!important;
  }
  .trust-card h3{
    font-size:14px!important;
    margin:6px 0 4px!important;
    letter-spacing:-.02em;
  }
  .trust-card p{
    font-size:11.5px!important;
    line-height:1.35!important;
    margin:0!important;
  }
  .hero-visual{
    border-radius:24px!important;
    padding:10px!important;
  }
  .hero-visual img{
    height:230px!important;
    border-radius:20px!important;
    object-fit:cover!important;
    filter:none!important;
  }
}



/* WaterHall FIX: popular category cards with real images */
.popular-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(150px,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}
.popcat{
  background:#fff!important;
  border:1px solid rgba(0,0,0,.07)!important;
  border-radius:26px!important;
  padding:0!important;
  overflow:hidden!important;
  min-height:0!important;
  box-shadow:0 16px 42px rgba(0,0,0,.09)!important;
  display:flex!important;
  flex-direction:column!important;
  transition:transform .22s ease, box-shadow .22s ease!important;
}
.popcat:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 24px 60px rgba(0,0,0,.14)!important;
}
.popcat img{
  width:100%!important;
  height:220px!important;
  object-fit:cover!important;
  border-radius:0!important;
  background:#f5f7fb!important;
  display:block!important;
}
.popcat span{
  display:block!important;
  padding:18px 8px 20px!important;
  font-size:20px!important;
  line-height:1.15!important;
  color:#111827!important;
  background:#fff!important;
}
@media(max-width:1020px){
  .popular-grid{grid-template-columns:repeat(3,1fr)!important;gap:18px!important}
  .popcat img{height:190px!important}
}
@media(max-width:620px){
  .popular-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}
  .popcat{border-radius:20px!important}
  .popcat img{height:135px!important}
  .popcat span{font-size:15px!important;padding:12px 6px 14px!important}
}



/* WaterHall FIX v4: category images full block */
.popular-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(150px,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}
.popcat{
  position:relative!important;
  background:#fff!important;
  border:0!important;
  border-radius:28px!important;
  padding:0!important;
  overflow:hidden!important;
  min-height:300px!important;
  height:300px!important;
  box-shadow:0 18px 48px rgba(0,0,0,.12)!important;
  display:block!important;
  transition:transform .22s ease, box-shadow .22s ease!important;
}
.popcat:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 28px 70px rgba(0,0,0,.18)!important;
}
.popcat img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
  background:#eef3f7!important;
  display:block!important;
}
.popcat::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:52%!important;
  background:linear-gradient(to top, rgba(0,0,0,.58), rgba(0,0,0,.22), rgba(0,0,0,0))!important;
  pointer-events:none!important;
}
.popcat span{
  position:absolute!important;
  left:14px!important;
  right:14px!important;
  bottom:16px!important;
  z-index:2!important;
  display:block!important;
  padding:0!important;
  font-size:20px!important;
  line-height:1.12!important;
  color:#fff!important;
  background:transparent!important;
  text-shadow:0 2px 14px rgba(0,0,0,.55)!important;
}
@media(max-width:1020px){
  .popular-grid{grid-template-columns:repeat(3,1fr)!important;gap:18px!important}
  .popcat{height:260px!important;min-height:260px!important}
}
@media(max-width:620px){
  .popular-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}
  .popcat{height:190px!important;min-height:190px!important;border-radius:22px!important}
  .popcat span{font-size:15px!important;left:10px!important;right:10px!important;bottom:12px!important}
}



/* WaterHall v5: BIG full-image popular category cards */
.popular-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(165px,1fr))!important;
  gap:26px!important;
  align-items:stretch!important;
}
.popcat{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:280px!important;
  min-height:280px!important;
  padding:0!important;
  border:0!important;
  border-radius:30px!important;
  overflow:hidden!important;
  background:#000!important;
  box-shadow:0 18px 48px rgba(15,23,42,.14)!important;
  isolation:isolate!important;
  transition:transform .22s ease, box-shadow .22s ease!important;
}
.popcat:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 28px 70px rgba(15,23,42,.22)!important;
}
.popcat img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  border-radius:0!important;
  background:#eef6fb!important;
  transform:scale(1.03)!important;
}
.popcat::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(to top, rgba(0,0,0,.64) 0%, rgba(0,0,0,.34) 36%, rgba(0,0,0,.05) 72%),
    linear-gradient(to right, rgba(0,112,180,.15), rgba(0,0,0,0))!important;
  pointer-events:none!important;
}
.popcat span{
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  bottom:18px!important;
  z-index:2!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:21px!important;
  font-weight:900!important;
  line-height:1.12!important;
  text-align:left!important;
  text-shadow:0 3px 16px rgba(0,0,0,.75)!important;
}
@media(max-width:1180px){
  .popular-grid{grid-template-columns:repeat(3,1fr)!important;gap:20px!important}
  .popcat{height:270px!important;min-height:270px!important}
}
@media(max-width:680px){
  .popular-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}
  .popcat{height:200px!important;min-height:200px!important;border-radius:22px!important}
  .popcat span{left:12px!important;right:12px!important;bottom:12px!important;font-size:16px!important;text-align:left!important}
}
@media(max-width:390px){
  .popcat{height:178px!important;min-height:178px!important}
  .popcat span{font-size:15px!important}
}




/* === WaterHall FINAL: popular category images full-card === */
section .popular-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(150px,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}
section .popular-grid .popcat{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:280px!important;
  min-height:280px!important;
  padding:0!important;
  border:0!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background:#000!important;
  box-shadow:0 18px 52px rgba(15,23,42,.16)!important;
}
section .popular-grid .popcat img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  border-radius:0!important;
  background:transparent!important;
  transform:scale(1.04)!important;
}
section .popular-grid .popcat::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(to top, rgba(0,0,0,.68) 0%, rgba(0,0,0,.35) 38%, rgba(0,0,0,0) 78%)!important;
}
section .popular-grid .popcat span{
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  bottom:18px!important;
  z-index:2!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:22px!important;
  font-weight:900!important;
  line-height:1.1!important;
  text-align:left!important;
  text-shadow:0 3px 18px rgba(0,0,0,.8)!important;
}
@media(max-width:1180px){
  section .popular-grid{grid-template-columns:repeat(3,1fr)!important;gap:18px!important}
  section .popular-grid .popcat{height:260px!important;min-height:260px!important}
}
@media(max-width:680px){
  section .popular-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}
  section .popular-grid .popcat{height:220px!important;min-height:220px!important;border-radius:24px!important}
  section .popular-grid .popcat span{font-size:18px!important;left:14px!important;right:14px!important;bottom:14px!important}
}
@media(max-width:390px){
  section .popular-grid .popcat{height:200px!important;min-height:200px!important}
  section .popular-grid .popcat span{font-size:16px!important}
}



/* WaterHall image stretch + chemistry photo fix */
.product-card .thumb,
.cats .thumb,
.blog-card .thumb,
.article-mini img,
.brand-card img,
.work-card,
.popcat{
  background:#eef7fb!important;
  overflow:hidden!important;
}
.product-card .thumb img,
.cats .thumb img,
.blog-card .thumb img,
.article-mini img,
.brand-card img,
.work-card img,
.clean-banner img,
.article-cover img,
.article-image-row img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  background:#eef7fb!important;
}
.product-card .thumb{height:250px!important;min-height:250px!important;padding:0!important;border-radius:24px!important;}
.product-card .thumb img{border-radius:24px!important;}
.p-main{height:520px!important;background:#eef7fb!important;display:flex!important;align-items:stretch!important;justify-content:stretch!important;}
.p-main img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.p-thumbs button{padding:0!important;border:0!important;background:transparent!important;border-radius:14px!important;overflow:hidden!important;}
.p-thumbs img{width:92px!important;height:78px!important;object-fit:cover!important;}
section .popular-grid .popcat img,
.popular-grid .popcat img{object-fit:cover!important;width:100%!important;height:100%!important;}
@media(max-width:760px){.product-card .thumb{height:210px!important;min-height:210px!important}.p-main{height:360px!important}.p-thumbs img{width:74px!important;height:62px!important}}


/* WaterHall MOBILE ADAPT v1: adaptive header buttons and universal responsive layout */
:root{--header-h:92px;--safe-x:clamp(12px,4vw,24px)}
html,body{width:100%;max-width:100%;overflow-x:hidden}
img,video,iframe,svg{max-width:100%;height:auto}
.container{width:100%;max-width:1220px;padding-left:var(--safe-x)!important;padding-right:var(--safe-x)!important}
.topbar{width:100%;overflow:visible}.bar{width:100%;display:flex;align-items:center;gap:10px 12px}.logo{white-space:nowrap}.nav{display:flex!important;gap:8px!important;align-items:center;flex:1 1 auto;justify-content:center;min-width:0;overflow-x:auto;overflow-y:hidden;padding:3px 2px 5px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.nav::-webkit-scrollbar{display:none}.nav-link{display:inline-flex!important;align-items:center;justify-content:center;min-height:36px;padding:9px 12px!important;border:1px solid rgba(0,113,227,.16)!important;border-radius:999px!important;background:rgba(255,255,255,.82)!important;box-shadow:0 6px 18px rgba(0,0,0,.045)!important;color:#1d1d1f!important;font-size:10.5px!important;line-height:1!important;font-weight:900!important;letter-spacing:.02em!important;white-space:nowrap;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.nav-link:hover,.nav-link.active{background:linear-gradient(135deg,#0071e3,#12cfd0)!important;border-color:transparent!important;color:#fff!important;transform:translateY(-1px)}.search-box{min-width:180px}.call-pill,.pill{flex:0 0 auto;white-space:nowrap}.floating-call{max-width:calc(100vw - 32px)}
.product-card,.card,.feature,.kpi,.trust-card,.blog-card{min-width:0}.product-card h3,.card h3{overflow-wrap:anywhere}.catalog-toolbar input,.catalog-toolbar select,input,select,textarea{font-size:16px!important}.grid,.cats,.features,.kpis,.trust-grid,.works-grid,.brand-card-grid,.blog-grid,.article-mini-grid,.article-image-row,.popular-grid{width:100%;min-width:0}.thumb{aspect-ratio:4/3;min-height:0!important}.thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.p-main img{width:100%;height:auto;object-fit:contain}.hero-card,.clean-banner,.product,.article-layout,.article-hero-grid{min-width:0}.hero-title,h1{overflow-wrap:anywhere}
@media(max-width:1180px){.bar{justify-content:flex-start}.nav{order:3;flex:1 0 100%;justify-content:flex-start}.search-box{margin-left:auto;flex:1 1 260px;max-width:none}.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.popular-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:820px){:root{--header-h:150px}.topbar{position:fixed}.bar{padding:10px 0!important}.logo{font-size:24px!important}.nav{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px!important;width:100%;padding:2px 0 4px;overflow:visible}.nav-link{width:100%;min-height:34px;padding:8px 6px!important;font-size:9.5px!important;text-align:center;white-space:normal;border-radius:14px!important}.search-box{order:4;flex:1 1 100%;width:100%;max-width:100%;min-width:0}.search-results{left:0;right:0;min-width:0;width:100%}.call-pill{order:1;margin-left:auto}.pill{order:2}.hero{padding-top:26px}.hero-card{grid-template-columns:1fr!important;min-height:0!important;padding:24px!important;border-radius:28px!important}.hero-visual img{height:min(52vw,280px)!important;object-fit:cover!important}.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.features,.cats,.cats-wide,.trust-grid,.works-grid,.brand-card-grid,.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.catalog-toolbar{grid-template-columns:1fr!important}.filter-row{display:flex!important;overflow-x:auto;gap:8px;padding-bottom:8px;-webkit-overflow-scrolling:touch}.filter-row .btn{flex:0 0 auto}.product{grid-template-columns:1fr!important}.p-gallery,.p-buy{padding:14px!important}.article-layout,.article-hero-grid{grid-template-columns:1fr!important}.article-side .sticky{position:static!important}.foot{display:grid!important;grid-template-columns:1fr!important;text-align:center;justify-items:center}.section{padding:32px 0!important}}
@media(max-width:520px){:root{--header-h:184px}.container{padding-left:12px!important;padding-right:12px!important}.logo{font-size:22px!important}.call-pill span{display:none}.pill{padding:8px 11px!important}.nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px!important}.nav-link{font-size:10px!important;min-height:36px;border-radius:13px!important}.grid,.features,.cats,.cats-wide,.trust-grid,.works-grid,.brand-card-grid,.blog-grid,.article-mini-grid,.article-image-row{grid-template-columns:1fr!important}.popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-card{padding:12px!important}.thumb{aspect-ratio:1.15/1}.product-card h3{min-height:auto!important;font-size:18px}.product-card .help{min-height:auto!important;font-size:14px}.price{font-size:22px}.hero-card{text-align:center!important;padding:20px!important}.hero-actions{justify-content:center}.hero-title{font-size:36px!important}.lead{font-size:15px!important}.clean-banner{grid-template-columns:1fr!important;text-align:center!important}.clean-banner img{height:210px!important}.p-thumbs img{width:70px!important;height:58px!important}.blog-card img,.article-cover img{height:auto!important}.floating-call{left:12px!important;right:12px!important;bottom:12px!important}}
@media(max-width:360px){:root{--header-h:196px}.nav-link{font-size:9px!important;padding-left:4px!important;padding-right:4px!important}.hero-title{font-size:32px!important}.popular-grid{grid-template-columns:1fr!important}.call-pill{display:none!important}}


.logo{color:#0d6efd!important;}
.call-pill,.btn.ghost{background:#0d6efd!important;color:#fff!important;border-color:#0d6efd!important;}
.menu-toggle{display:none;background:none;border:none;font-size:32px;color:#0d6efd;cursor:pointer;margin-right:10px}
@media(max-width:768px){
.nav{position:fixed;left:-320px;top:0;width:280px;height:100vh;background:#fff;z-index:9999;display:flex;flex-direction:column;padding:90px 20px 20px;transition:.3s;box-shadow:0 0 30px rgba(0,0,0,.15)}
.nav.open{left:0}
.menu-toggle{display:block}
.nav-link{width:100%;padding:14px 10px;border-bottom:1px solid #eee}
.search-box{display:none}
}

/* WaterHall mobile side menu fix v2 */
@media(max-width:820px){
  :root{--header-h:82px!important}
  .topbar{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:9000!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(14px)!important;overflow:visible!important}
  body{padding-top:82px!important}
  .bar{flex-wrap:nowrap!important;min-height:74px!important;gap:10px!important;padding-top:8px!important;padding-bottom:8px!important}
  .menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;order:0!important;width:42px!important;height:42px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:#0d6efd!important;font-size:34px!important;line-height:1!important;z-index:10010!important}
  .logo{order:1!important;color:#0d6efd!important;font-size:28px!important;font-weight:900!important;margin-right:auto!important}
  .call-pill{order:2!important;margin-left:auto!important;background:#0d6efd!important;color:#fff!important;border-color:#0d6efd!important}
  .pill{order:3!important}
  .search-box{display:none!important}
  .nav{
    display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0!important;
    position:fixed!important;top:0!important;left:0!important;width:min(82vw,300px)!important;height:100dvh!important;
    padding:64px 22px 24px!important;background:rgba(255,255,255,.98)!important;z-index:10000!important;
    transform:translateX(-105%)!important;transition:transform .28s ease!important;box-shadow:22px 0 50px rgba(0,0,0,.14)!important;
    overflow-y:auto!important;overflow-x:hidden!important;border-radius:0 24px 24px 0!important;touch-action:pan-y!important;
  }
  .nav.open{left:0!important;transform:translateX(0)!important}
  .nav::before{content:'×';position:absolute;top:16px;left:22px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:300;color:#1d1d1f;line-height:1}
  .nav-link{
    display:grid!important;grid-template-columns:34px 1fr!important;align-items:center!important;justify-content:start!important;width:100%!important;min-height:68px!important;
    padding:0!important;margin:0!important;border:0!important;border-bottom:1px solid rgba(13,110,253,.12)!important;border-radius:0!important;background:transparent!important;
    box-shadow:none!important;color:#17191c!important;font-size:14px!important;line-height:1.15!important;font-weight:900!important;text-align:left!important;letter-spacing:.02em!important;white-space:normal!important;
  }
  .nav-link:hover,.nav-link.active{background:transparent!important;color:#0d6efd!important;transform:none!important;border-color:rgba(13,110,253,.12)!important}
  .nav-link::before{font-size:25px;color:#0d6efd;font-weight:400;line-height:1;filter:saturate(1.1)}
  .nav-link[href$="index.html"]::before{content:'⌂'}
  .nav-link[href$="catalog.html"]::before{content:'▦'}
  .nav-link[href$="blog.html"]::before{content:'▤'}
  .nav-link[href$="season.html"]::before{content:'◇'}
  .nav-link[href$="project.html"]::before{content:'◺'}
  .nav-link[href$="waterprep.html"]::before{content:'♢'}
  .nav-link[href$="checkout.html"]::before{content:'▭'}
  .nav-link[href$="contacts.html"]::before{content:'✉'}
  .mobile-menu-overlay{position:fixed!important;inset:0!important;background:rgba(0,0,0,.24)!important;z-index:9990!important;opacity:0!important;pointer-events:none!important;transition:opacity .25s ease!important;backdrop-filter:blur(1px)!important}
  .mobile-menu-overlay.open{opacity:1!important;pointer-events:auto!important}
  .floating-call{background:#0d6efd!important;color:#fff!important;border-color:#0d6efd!important}
}
@media(max-width:420px){.nav{width:min(84vw,286px)!important}.logo{font-size:26px!important}.call-pill span{display:none!important}}

/* WaterHall mobile polish v3: menu, category block, catalog and pool banner */
:root{--wh-blue:#0071e3;--wh-cyan:#12cfd0;--wh-soft:#f5fbff;--wh-ink:#111827}
.logo{color:var(--wh-blue)!important}
.btn.primary,.call-pill,.floating-call{background:linear-gradient(135deg,var(--wh-blue),#0a84ff)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 12px 28px rgba(0,113,227,.24)!important}
.btn.ghost[href^="tel"],.hero-actions .btn.ghost{border-color:rgba(0,113,227,.18)!important;background:#fff!important;color:#111827!important}

.pool-sale-banner{padding-top:8px!important;padding-bottom:24px!important}
.pool-banner-card{position:relative;overflow:hidden;border-radius:34px;min-height:360px;display:flex;align-items:center;padding:42px;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.84) 42%,rgba(255,255,255,.16) 100%),url('img/banner_pool_clean.jpg') center/cover no-repeat;border:1px solid rgba(0,113,227,.12);box-shadow:0 24px 70px rgba(17,24,39,.10)}
.pool-banner-content{max-width:560px;position:relative;z-index:2}.banner-label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--wh-blue);margin-bottom:12px}.pool-banner-card h2{font-size:clamp(30px,4.5vw,54px);line-height:.98;margin:0 0 14px;letter-spacing:-.055em;color:#111827}.pool-banner-card p{font-size:18px;line-height:1.55;color:#5f6368;margin:0 0 22px}.banner-actions{display:flex;gap:12px;flex-wrap:wrap}

.category-showcase{padding-top:24px!important}.pretty-cats{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:16px!important}.pretty-cats .popcat{min-height:190px!important;border-radius:28px!important;overflow:hidden!important;position:relative!important;box-shadow:0 18px 46px rgba(0,0,0,.12)!important;background:#eef7ff!important;transform:translateZ(0)}.pretty-cats .popcat img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .35s ease!important}.pretty-cats .popcat:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,31,70,.68));z-index:1}.pretty-cats .popcat span{position:absolute!important;left:14px!important;right:14px!important;bottom:14px!important;z-index:2!important;color:#fff!important;font-weight:950!important;font-size:18px!important;line-height:1.05!important;text-shadow:0 2px 12px rgba(0,0,0,.45);background:transparent!important;padding:0!important}.pretty-cats .popcat:hover img{transform:scale(1.08)}
.cats-wide .card{overflow:hidden;border-radius:28px!important;border:1px solid rgba(0,113,227,.10)!important;box-shadow:0 16px 42px rgba(0,0,0,.07)!important}.cats-wide .card .thumb{border-radius:22px!important;overflow:hidden!important;background:#f4fbff}.cats-wide .card h3{font-size:20px!important;letter-spacing:-.03em}.cats-wide .card p{color:#667085!important}

.catalog-page{padding-top:calc(var(--header-h) + 18px)!important}.catalog-head{padding:26px;border-radius:30px;background:linear-gradient(135deg,#fff,#eef8ff);border:1px solid rgba(0,113,227,.10);box-shadow:0 16px 44px rgba(0,0,0,.06);margin-bottom:18px}.catalog-head h1{margin:0 0 8px;font-size:clamp(36px,6vw,60px);letter-spacing:-.06em}.catalog-head p{margin:0;color:#667085;font-size:17px}.catalog-toolbar{position:sticky;top:calc(var(--header-h) + 8px);z-index:20;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);padding:10px;border-radius:22px;border:1px solid rgba(0,113,227,.10);box-shadow:0 10px 28px rgba(0,0,0,.06)}.filter-row{gap:10px!important}.filter-row .btn{border-radius:999px!important;min-height:42px!important;font-weight:900!important}.filter-row .btn.active{background:linear-gradient(135deg,var(--wh-blue),var(--wh-cyan))!important;color:#fff!important;border-color:transparent!important}.product-card{border-radius:28px!important}.product-card .thumb{border-radius:22px!important;overflow:hidden!important;background:#f7fbff!important}.product-card .thumb img{width:100%!important;height:100%!important;object-fit:cover!important}

@media(max-width:820px){
  .topbar{overflow:visible!important}.bar{flex-wrap:nowrap!important;gap:8px!important}.menu-toggle{display:inline-flex!important}.logo{margin-right:auto!important;color:var(--wh-blue)!important}.search-box{display:none!important}.call-pill{margin-left:auto!important}.call-pill span{display:none!important}.pill span{display:inline!important}.nav{display:flex!important;position:fixed!important;top:0!important;left:0!important;width:min(78vw,310px)!important;height:100dvh!important;padding:74px 18px 24px!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(22px)!important;z-index:10001!important;box-shadow:22px 0 60px rgba(15,23,42,.14)!important;transform:translateX(-105%)!important;transition:transform .28s ease!important;flex-direction:column!important;gap:0!important;overflow-y:auto!important;border-radius:0 28px 28px 0!important}.nav.open{left:0!important;transform:translateX(0)!important}.nav::before{content:'×';position:absolute;top:18px;right:20px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f9ff;color:#111827;font-size:32px;line-height:1}.nav-link{display:grid!important;grid-template-columns:34px 1fr!important;gap:12px!important;align-items:center!important;width:100%!important;min-height:58px!important;padding:0!important;border:0!important;border-bottom:1px solid rgba(0,113,227,.10)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#111827!important;text-align:left!important;font-size:14px!important;letter-spacing:.02em!important;white-space:normal!important}.nav-link.active,.nav-link:hover{color:var(--wh-blue)!important;background:transparent!important}.nav-link::before{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:#f2f8ff;color:var(--wh-blue);font-size:20px}.mobile-menu-overlay{position:fixed!important;inset:0!important;background:rgba(15,23,42,.26)!important;z-index:10000!important;opacity:0!important;pointer-events:none!important;transition:opacity .24s ease!important}.mobile-menu-overlay.open{opacity:1!important;pointer-events:auto!important}
  .pool-banner-card{min-height:430px;padding:26px 22px;align-items:flex-start;background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.84) 48%,rgba(255,255,255,.12) 100%),url('img/banner_pool_clean.jpg') center bottom/cover no-repeat;border-radius:30px}.pool-banner-card h2{font-size:34px}.pool-banner-card p{font-size:15.5px}.banner-actions .btn{width:100%;justify-content:center}.pretty-cats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.pretty-cats .popcat{min-height:158px!important;border-radius:24px!important}.features,.cats,.cats-wide,.trust-grid,.works-grid,.brand-card-grid,.blog-grid{grid-template-columns:1fr!important}.cats-wide .card{display:grid!important;grid-template-columns:112px 1fr!important;gap:12px!important;align-items:center!important;padding:12px!important}.cats-wide .card .thumb{width:112px!important;height:92px!important;min-height:92px!important;aspect-ratio:auto!important}.cats-wide .card h3{font-size:17px!important;margin:0!important}.cats-wide .card p{font-size:13px!important;margin:4px 0 0!important}.catalog-toolbar{position:static!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-bottom:12px}.filter-row{display:flex!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding:4px 0 10px!important;-webkit-overflow-scrolling:touch}.filter-row .btn{flex:0 0 auto!important;font-size:13px!important;padding:10px 14px!important}.catalog-page .grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-card{padding:10px!important;border-radius:22px!important}.product-card .thumb{aspect-ratio:1/1!important;min-height:0!important}.product-card h3{font-size:15px!important;line-height:1.15!important}.product-card .help{font-size:12px!important}.price{font-size:18px!important}.product-card .btn{width:100%;justify-content:center;font-size:12px!important;padding:10px!important}
}
@media(max-width:420px){.pool-banner-card{min-height:390px}.pretty-cats .popcat{min-height:142px!important}.pretty-cats .popcat span{font-size:15px!important}.catalog-page .grid{grid-template-columns:1fr!important}.cats-wide .card{grid-template-columns:96px 1fr!important}.cats-wide .card .thumb{width:96px!important;height:82px!important}.hero-title{font-size:34px!important}}

/* WaterHall REAL banner update v4: Spanish villa hero + chalet example block */
.hero-premium{
  padding:0!important;
  min-height:640px!important;
  background:url('img/spain_villa_banner.jpg') center center/cover no-repeat!important;
  position:relative!important;
  overflow:hidden!important;
}
.hero-premium::after{
  content:'';position:absolute;inset:0;z-index:0;
  background:linear-gradient(90deg,rgba(5,16,31,.72) 0%,rgba(5,16,31,.48) 38%,rgba(5,16,31,.08) 72%,rgba(5,16,31,.02) 100%);
  pointer-events:none;
}
.hero-premium .container{position:relative;z-index:1;min-height:640px;display:flex;align-items:center}
.hero-premium .hero-card{
  display:block!important;min-height:0!important;width:min(760px,100%)!important;
  padding:64px 0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;
}
.hero-premium .hero-card:after{display:none!important}
.hero-premium .hero-body{text-align:left!important;max-width:720px!important}
.hero-premium .kicker{color:#36a3ff!important;text-shadow:0 3px 18px rgba(0,0,0,.38)!important;font-size:14px!important;letter-spacing:.16em!important}
.hero-premium .hero-title{color:#fff!important;text-shadow:0 4px 22px rgba(0,0,0,.45)!important;max-width:760px!important;font-size:clamp(44px,5.4vw,78px)!important;line-height:.98!important}
.hero-premium .lead{color:rgba(255,255,255,.92)!important;text-shadow:0 3px 18px rgba(0,0,0,.42)!important;font-size:clamp(17px,2vw,22px)!important;max-width:660px!important}
.hero-premium .btn.ghost{background:rgba(255,255,255,.10)!important;color:#fff!important;border:1px solid rgba(255,255,255,.55)!important;backdrop-filter:blur(12px)!important}
.hero-premium + .work-banner-section{padding-top:46px!important}
.chalet-banner{
  min-height:470px!important;
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 34%,rgba(255,255,255,.18) 58%,rgba(255,255,255,0) 100%),url('img/chalet_pool_banner.jpg') center center/cover no-repeat!important;
  border-radius:36px!important;
  box-shadow:0 24px 70px rgba(17,24,39,.14)!important;
}
.chalet-banner .pool-banner-content{max-width:520px!important}.chalet-banner h2{font-size:clamp(34px,4.2vw,58px)!important}.chalet-banner .btn.ghost{background:#fff!important;color:#111827!important;border:1px solid rgba(0,113,227,.16)!important}
@media(max-width:820px){
  .hero-premium{min-height:560px!important;background-position:58% center!important}
  .hero-premium::after{background:linear-gradient(180deg,rgba(5,16,31,.72) 0%,rgba(5,16,31,.42) 48%,rgba(5,16,31,.08) 100%)}
  .hero-premium .container{min-height:560px;align-items:flex-start;padding-top:48px!important}
  .hero-premium .hero-card{padding:34px 0!important;text-align:left!important}
  .hero-premium .hero-body{text-align:left!important}.hero-premium .hero-actions{justify-content:flex-start!important}.hero-premium .lead{margin-left:0!important;margin-right:0!important}
  .chalet-banner{min-height:520px!important;align-items:flex-start!important;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.86) 42%,rgba(255,255,255,.12) 74%,rgba(255,255,255,0) 100%),url('img/chalet_pool_banner.jpg') center bottom/cover no-repeat!important}
}
@media(max-width:520px){
  .hero-premium{min-height:520px!important;background-position:62% center!important}.hero-premium .container{min-height:520px;padding-left:18px!important;padding-right:18px!important}.hero-premium .hero-title{font-size:38px!important}.hero-premium .lead{font-size:16px!important}.hero-premium .btn{width:100%;justify-content:center}.hero-premium .hero-actions{gap:10px!important}
  .chalet-banner{min-height:500px!important;padding:24px 18px!important;background-position:58% bottom!important}.chalet-banner h2{font-size:34px!important}.chalet-banner p{font-size:15px!important}.chalet-banner .banner-actions .btn{width:100%!important}
}


/* WaterHall hero as rounded premium block v5 */
.hero-premium{
  background:linear-gradient(180deg,#fbfbfd 0%,#f5f7fb 100%)!important;
  min-height:auto!important;
  padding:34px 0 44px!important;
  overflow:visible!important;
}
.hero-premium::after{display:none!important}
.hero-premium .container{
  min-height:auto!important;
  display:block!important;
  align-items:initial!important;
}
.hero-premium .hero-card{
  width:100%!important;
  min-height:620px!important;
  border-radius:38px!important;
  padding:56px!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  position:relative!important;
  background:url('img/spain_villa_banner.jpg') center center/cover no-repeat!important;
  box-shadow:0 24px 70px rgba(0,0,0,.20)!important;
  border:1px solid rgba(255,255,255,.45)!important;
}
.hero-premium .hero-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(5,16,31,.74) 0%,rgba(5,16,31,.46) 38%,rgba(5,16,31,.12) 68%,rgba(5,16,31,.04) 100%);
  z-index:0;
}
.hero-premium .hero-card:after{display:none!important}
.hero-premium .hero-body{position:relative!important;z-index:1!important;max-width:720px!important;text-align:left!important}
.hero-premium .btn.primary{background:#0071e3!important;color:#fff!important;box-shadow:0 14px 38px rgba(0,113,227,.32)!important}
.hero-premium .btn.ghost{background:rgba(255,255,255,.14)!important;color:#fff!important;border:1px solid rgba(255,255,255,.56)!important;backdrop-filter:blur(12px)!important}
@media(max-width:820px){
  .hero-premium{padding:22px 0 32px!important}
  .hero-premium .container{padding-left:14px!important;padding-right:14px!important}
  .hero-premium .hero-card{min-height:560px!important;border-radius:28px!important;padding:32px 22px!important;background-position:60% center!important;align-items:flex-start!important}
  .hero-premium .hero-card::before{background:linear-gradient(180deg,rgba(5,16,31,.76) 0%,rgba(5,16,31,.48) 45%,rgba(5,16,31,.10) 100%)}
  .hero-premium .hero-body{padding-top:14px!important}
}
@media(max-width:520px){
  .hero-premium{padding-top:18px!important}
  .hero-premium .hero-card{min-height:520px!important;border-radius:24px!important;padding:26px 18px!important;background-position:62% center!important}
  .hero-premium .hero-actions{width:100%!important}
  .hero-premium .btn{width:100%!important;justify-content:center!important}
}
