/* CleanWaterCleanAir — LifeStraw-inspired theme */
html, body { margin: 0; padding: 0; background: #fff; }

  /* Dawn/OS 2.0 wraps sections and adds padding — kill that around our markup */
  .shopify-section:has(.wp-wrap) {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }

  .wp-wrap {
    --navy: #3b455a;
    --navy-deep: #282f40;
    --teal: #9fced8;
    --teal-deep: #a0ced7;
    --blue-soft: #8aa5c1;
    --fog: #e6ebf2;
    --paper: #fff;
    --ash: #f5f5f5;
    --violet: #ab7ec4;
    --orange: #d36846;
    --font-display: 'Archivo Black', 'Arial Black', sans-serif;
    --font-body: 'Barlow', Arial, sans-serif;
    font-family: var(--font-body);
    font-size: 17px;
    font-weight: 500;
    color: var(--navy);
    background: var(--paper);
    max-width: 100%;
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
  }
  .wp-wrap *, .wp-wrap *::before, .wp-wrap *::after { box-sizing: border-box; }
  .wp-wrap a { text-decoration: none; color: inherit; }
  /* Beat Dawn's `a { color }` which was wiping button labels */
  .wp-wrap img { max-width: 100%; display: block; }
  .wp-wrap button { font-family: inherit; cursor: pointer; }
  .wp-wrap h1, .wp-wrap h2, .wp-wrap h3, .wp-wrap h4, .wp-wrap h5, .wp-wrap h6 {
    margin: 0; font-family: var(--font-display); text-transform: uppercase; font-weight: 400; line-height: 1.08; letter-spacing: 0.01em; color: var(--navy);
  }
  .wp-wrap p { margin: 0; }
  .wp-wrap ul { list-style: none; padding: 0; margin: 0; }

  .wp-container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
  .wp-container-lg { max-width: 1360px; }

  .wp-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 15px 25px; min-width: 175px; text-align: center;
    font-size: 14px; font-weight: 500; line-height: 1; letter-spacing: .02em;
    border: 1px solid transparent; border-radius: 90px; cursor: pointer;
    font-family: var(--font-body);
  }
  .wp-wrap a.wp-btn-white, .wp-wrap .wp-btn-white { background: #fff; border-color: #fff; color: var(--navy) !important; }
  .wp-wrap a.wp-btn-white:hover, .wp-wrap .wp-btn-white:hover { background: var(--fog); color: var(--navy) !important; }
  .wp-wrap a.wp-btn-navy, .wp-wrap .wp-btn-navy { background: var(--navy); border-color: var(--navy); color: #fff !important; }
  .wp-wrap a.wp-btn-navy:hover, .wp-wrap .wp-btn-navy:hover { background: #fff; color: var(--navy) !important; border-color: var(--navy); }
  .wp-wrap a.wp-btn-outline, .wp-wrap .wp-btn-outline { background: transparent; border-color: var(--navy); color: var(--navy) !important; }
  .wp-wrap a.wp-btn-outline:hover, .wp-wrap .wp-btn-outline:hover { background: var(--navy); color: #fff !important; }
  .wp-wrap a.wp-btn-outline-white, .wp-wrap .wp-btn-outline-white { background: transparent; border-color: #fff; color: #fff !important; }
  .wp-wrap a.wp-btn-outline-white:hover, .wp-wrap .wp-btn-outline-white:hover { background: var(--teal); border-color: var(--teal); color: var(--navy) !important; }
  .wp-wrap a.wp-cart-pill { color: #fff !important; }
  .wp-wrap a.wp-cart-pill:hover { color: var(--navy) !important; }
  .wp-btn-sm { min-width: 0; padding: 10px 18px; font-size: 13px; }
  .wp-arrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; color: var(--navy); }
  .wp-arrow:hover { color: var(--blue-soft); }
  .wp-arrow::after { content: '→'; font-size: 14px; }

  .wp-eyebrow {
    display: inline-block; margin-bottom: 15px;
    font-family: var(--font-display); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: inherit;
  }

  /* Alert bar */
  .wp-alert { background: var(--navy); color: #fff; padding: 10px 0; position: relative; z-index: 100; font-size: 13px; }
  .wp-alert-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
  .wp-alert-slide { text-align: center; flex: 1; min-height: 20px; }
  .wp-alert-slide p { display: none; }
  .wp-alert-slide p.is-on { display: block; }
  .wp-alert-links { display: flex; gap: 22px; font-size: 12px; white-space: nowrap; }
  .wp-alert-links a { opacity: .9; }
  .wp-alert-links a:hover { opacity: 1; text-decoration: underline; }
  @media (max-width: 760px) { .wp-alert-links { display: none; } }

  /* Header — centered logo */
  .wp-header {
    background: #fff; padding: 16px 0; position: sticky; top: 0; z-index: 90;
    border-bottom: 1px solid transparent;
    transition: box-shadow .25s ease, border-color .25s ease;
  }
  .wp-header.is-stuck { border-bottom-color: var(--fog); box-shadow: 0 8px 24px rgba(40,47,64,.08); }
  .wp-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .wp-header-nav, .wp-header-icons { flex: 1; display: flex; align-items: center; }
  .wp-header-icons { justify-content: flex-end; gap: 6px; }
  .wp-logo {
    flex: 0 0 auto; text-align: center; font-family: var(--font-display);
    font-size: 18px; letter-spacing: .04em; line-height: 1.15; text-transform: uppercase; color: var(--navy);
  }
  .wp-logo span { display: block; font-size: 10px; letter-spacing: .12em; margin-top: 3px; opacity: .78; font-family: var(--font-body); text-transform: none; font-weight: 600; }
  .wp-header-nav a:not(.wp-btn) {
    font-size: 17px; font-weight: 700; padding: 8px 11px; color: var(--navy);
  }
  .wp-header-nav a:not(.wp-btn):hover { color: var(--blue-soft); }
  .wp-wrap .wp-prose p, .wp-wrap .wp-prose li, .wp-wrap .wp-section > .wp-container > p { text-align: justify; }
  .wp-header-nav .wp-btn { margin-right: 4px; }
  .wp-icon-btn {
    width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
    background: none; border: none; color: var(--navy);
  }
  .wp-cart-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--navy); color: #fff; border: 1px solid var(--navy);
    border-radius: 90px; padding: 8px 14px; font-size: 12px; font-weight: 700;
  }
  .wp-cart-pill:hover { background: var(--fog); color: var(--navy); border-color: var(--fog); }
  .wp-burger { display: none; background: none; border: none; width: 40px; height: 40px; }
  .wp-burger span { display: block; width: 18px; height: 2px; background: var(--navy); margin: 4px auto; }
  @media (max-width: 900px) {
    .wp-logo { font-size: 14px; }
  }

  /* Hero slider */
  .wp-hero { position: relative; background: #1a1f2a; overflow: hidden; }
  .wp-hero-track { display: flex; transition: transform .85s cubic-bezier(.2,.7,.2,1); }
  .wp-hero-slide {
    min-width: 100%; height: 680px; position: relative; display: flex; align-items: center;
    background: #1a1f2a;
  }
  .wp-hero-slide img, .wp-hero-slide .wp-hero-bg {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    animation: wpKen 14s ease-in-out infinite alternate;
  }
  .wp-hero-slide::after {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(90deg, rgba(26,31,42,.88) 0%, rgba(26,31,42,.45) 48%, rgba(26,31,42,.18) 100%);
  }
  .wp-hero-product img {
    object-fit: contain;
    object-position: 78% center;
    padding: 48px 6% 48px 46%;
    animation: wpFloat 8s ease-in-out infinite;
  }
  .wp-hero-product::after {
    background: linear-gradient(90deg, rgba(26,31,42,.94) 0%, rgba(26,31,42,.72) 42%, rgba(26,31,42,.08) 100%);
  }
  .wp-hero-copy .wp-hero-inner { animation: wpFadeUp .8s ease both; }
  .wp-hero-copy {
    position: relative; z-index: 2; width: 100%; padding: 0 80px;
  }
  .wp-hero-copy.align-right { text-align: right; }
  .wp-hero-copy.align-right .wp-hero-inner { margin-left: auto; }
  .wp-hero-inner { max-width: 560px; color: #fff; }
  .wp-hero-inner h2 { color: #fff; font-size: 50px; margin-bottom: 15px; }
  .wp-hero-inner p { font-size: 16px; line-height: 1.5; margin-bottom: 22px; max-width: 440px; }
  .wp-hero-copy.align-right p { margin-left: auto; }
  .wp-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
  .wp-hero-copy.align-right .wp-hero-actions { justify-content: flex-end; }
  .wp-hero-nav {
    position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 3;
    display: flex; gap: 8px;
  }
  .wp-hero-dot {
    width: 10px; height: 10px; border-radius: 50%; border: 1px solid #fff; background: transparent; padding: 0;
    transition: background .2s ease, transform .2s ease;
  }
  .wp-hero-dot.is-on { background: #fff; transform: scale(1.2); }
  .wp-hero-arrow {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
    width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%;
    background: transparent; color: #fff; font-size: 20px;
  }
  .wp-hero-arrow:hover { background: #fff; color: var(--navy); }
  .wp-hero-prev { left: 18px; }
  .wp-hero-next { right: 18px; }
  @media (max-width: 768px) {
    .wp-hero-slide { height: 520px; }
    .wp-hero-copy { padding: 0 24px; text-align: left !important; }
    .wp-hero-copy .wp-hero-inner { margin-left: 0 !important; }
    .wp-hero-inner h2 { font-size: 30px; }
    .wp-hero-copy.align-right p { margin-left: 0; }
    .wp-hero-copy.align-right .wp-hero-actions { justify-content: flex-start; }
    .wp-hero-arrow { display: none; }
    .wp-hero-product img {
      padding: 16px 12% 240px;
      object-position: center 12%;
      opacity: .7;
    }
    .wp-hero-product::after {
      background: linear-gradient(180deg, rgba(26,31,42,.2) 0%, rgba(26,31,42,.88) 58%, rgba(26,31,42,.96) 100%);
    }
  }

  /* Sections */
  .wp-section { padding: 80px 0 40px; background: #fff; }
  .wp-section-head {
    display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 32px;
  }
  .wp-section-head.center { flex-direction: column; align-items: center; text-align: center; }
  .wp-section-head h2 { font-size: 40px; }
  .wp-section-head p { margin-top: 10px; max-width: 620px; color: var(--navy); }
  @media (max-width: 700px) {
    .wp-section-head { flex-direction: column; align-items: flex-start; }
    .wp-section-head.center { align-items: center; }
    .wp-section-head h2 { font-size: 25px; }
  }

  /* Product cards */
  .wp-pcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .wp-pcard { height: 100%; }
  .wp-pcard-inner {
    position: relative; border-radius: 20px; overflow: hidden; background: var(--ash);
    border: 4px solid transparent; height: 100%; color: var(--navy);
    transition: border-color .25s ease, transform .35s ease, box-shadow .35s ease;
  }
  .wp-pcard-inner:hover { border-color: var(--navy); transform: translateY(-6px); box-shadow: 0 18px 40px rgba(40,47,64,.12); }
  .wp-pcard-image { position: relative; background: var(--ash); aspect-ratio: 1 / 1.05; overflow: hidden; }
  .wp-pcard-image img { width: 100%; height: 100%; object-fit: contain; padding: 22px; }
  .wp-pcard-image .img-two { position: absolute; inset: 0; opacity: 0; transition: opacity .35s ease; }
  .wp-pcard-inner:hover .img-two { opacity: 1; }
  .wp-tag {
    position: absolute; top: 14px; left: 14px; z-index: 2;
    padding: 10px 20px; border-radius: 60px; font-size: 12px; color: #fff; line-height: 1; font-weight: 700;
  }
  .wp-tag-vollara { background: var(--teal); color: var(--navy); }
  .wp-tag-toppen { background: var(--violet); color: #fff; }
  .wp-pcard-actions {
    position: absolute; bottom: 0; left: 0; right: 0; z-index: 5; padding: 10px 10px 25px;
    display: flex; justify-content: center; opacity: 0; transform: translateY(16px); transition: all .35s ease;
  }
  .wp-pcard-inner:hover .wp-pcard-actions { opacity: 1; transform: translateY(0); }
  .wp-pcard-actions .wp-btn { background: #3b455acc; color: #fff !important; border-color: transparent; min-width: 160px; }
  .wp-pcard-actions .wp-btn:hover { background: #fff; color: var(--navy) !important; }
  .wp-pcard-info { padding: 18px 16px 22px; text-align: center; }
  .wp-pcard-info h3 { font-size: 16px; max-width: 230px; margin: 0 auto 6px; }
  .wp-pcard-info .tagline { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; opacity: .7; margin-bottom: 8px; }
  .wp-pcard-info .price { font-weight: 700; font-size: 14px; }
  @media (max-width: 980px) { .wp-pcards { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) {
    .wp-pcards { grid-template-columns: 1fr; }
    .wp-pcard-actions { opacity: 1; transform: none; }
  }

  /* Category CTA cards */
  .wp-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .wp-cat { position: relative; overflow: hidden; border-radius: 0; }
  .wp-cat-image { aspect-ratio: 3 / 4.4; overflow: hidden; background: var(--ash); }
  .wp-cat-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
  .wp-cat:hover img { transform: scale(1.05); }
  .wp-cat-copy {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; text-align: center; padding: 0 12px 28px;
  }
  .wp-wave {
    position: absolute; left: -10%; right: -10%; bottom: 0; height: 42%; z-index: 1; pointer-events: none;
  }
  .wp-wave svg { width: 100%; height: 100%; display: block; }
  .wp-cat-copy h3 { font-size: 22px; color: var(--navy); position: relative; z-index: 2; margin-bottom: 12px; }
  .wp-cat-copy .wp-btn { position: relative; z-index: 2; opacity: 0; transform: translateY(8px); transition: all .25s ease; }
  .wp-cat:hover .wp-btn { opacity: 1; transform: none; }
  @media (max-width: 980px) { .wp-cats { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) {
    .wp-cats { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
    .wp-cat-copy .wp-btn { opacity: 1; transform: none; }
  }

  /* Tabbed dark */
  .wp-tabbed { background: var(--navy); color: #fff; padding: 80px 0; }
  .wp-tabbed h2, .wp-tabbed h3 { color: #fff; }
  .wp-tabbed .wp-section-head { justify-content: center; text-align: center; }
  .wp-tabbed .wp-section-head h2 { font-size: 40px; max-width: 780px; }
  .wp-tabs { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin: 8px 0 40px; }
  .wp-tab {
    font-family: var(--font-display); font-size: 14px; text-transform: uppercase;
    border: 1px solid #fff; background: transparent; color: #fff;
    border-radius: 90px; padding: 12px 22px; min-width: 120px;
  }
  .wp-tab:hover { border-color: var(--teal); }
  .wp-tab.is-on { background: var(--teal); border-color: var(--teal); color: var(--navy); }
  .wp-panel { display: none; }
  .wp-panel.is-on { display: block; }
  .wp-panel-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
  .wp-panel-image { border-radius: 12px; overflow: hidden; background: var(--navy-deep); aspect-ratio: 1 / 1.02; }
  .wp-panel-image img { width: 100%; height: 100%; object-fit: cover; }
  .wp-panel-info h3 { font-size: 30px; margin-bottom: 10px; }
  .wp-panel-info .wp-arrow { color: #fff; justify-content: flex-start; margin-bottom: 22px; }
  .wp-panel-info .wp-arrow:hover { color: var(--teal); }
  .wp-panel-specs { margin-top: 8px; }
  .wp-panel-specs li {
    padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 15px; color: var(--fog);
  }
  .wp-panel-note { margin-top: 22px; font-size: 13.5px; color: var(--fog); }
  @media (max-width: 820px) {
    .wp-panel-inner { grid-template-columns: 1fr; }
    .wp-tabbed .wp-section-head h2 { font-size: 25px; }
    .wp-panel-info h3 { font-size: 22px; }
  }

  /* Full-bleed CTA banners */
  .wp-banner { position: relative; overflow: hidden; min-height: 560px; display: flex; align-items: center; background: #282f40; }
  .wp-banner img, .wp-banner .wp-banner-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: 85% center; opacity: .35; }
  .wp-banner::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(40,47,64,.96) 0%, rgba(40,47,64,.82) 55%, rgba(40,47,64,.55) 100%); }
  .wp-banner-copy { position: relative; z-index: 2; width: 100%; color: #fff; }
  .wp-banner-copy h2 { color: #fff; font-size: 42px; max-width: 780px; margin: 0 auto 22px; }
  .wp-banner-copy p { color: rgba(255,255,255,.88); max-width: 640px; margin-left: auto; margin-right: auto; }
  .wp-banner.center .wp-banner-copy { text-align: center; }
  .wp-banner.left .wp-banner-copy h2 { margin-left: 0; }
  .wp-banner-actions { display: flex; gap: 12px; flex-wrap: wrap; }
  .wp-banner.center .wp-banner-actions { justify-content: center; }
  .wp-banner-list { max-width: 520px; margin: 0 0 24px; text-align: left; }
  .wp-banner-list li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 15px; }
  @media (max-width: 768px) {
    .wp-banner { min-height: 520px; padding: 48px 0; }
    .wp-banner-copy h2 { font-size: 26px; }
  }

  /* Reviews */
  .wp-reviews { position: relative; min-height: 560px; display: flex; align-items: flex-end; overflow: hidden; background: #282f40; }
  .wp-reviews > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: 80% center; opacity: .28; }
  .wp-reviews::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(40,47,64,.35) 0%, rgba(40,47,64,.92) 72%);
  }
  .wp-reviews-inner { position: relative; z-index: 2; width: 100%; padding: 60px 0 50px; }
  .wp-reviews h2 { font-size: 30px; margin-bottom: 18px; color: #fff; }
  .wp-reviews p { color: rgba(255,255,255,.88); }
  .wp-review {
    display: grid; grid-template-columns: 1.4fr .8fr; gap: 28px; align-items: stretch;
    background: rgba(255,255,255,.92); border-radius: 16px; padding: 28px; max-width: 1080px;
  }
  .wp-review-copy h3 { font-size: 16px; }
  .wp-stars { color: var(--navy); letter-spacing: 2px; font-size: 14px; margin: 6px 0 12px; }
  .wp-review-copy p { font-size: 15px; line-height: 1.55; }
  .wp-review-product { display: flex; gap: 16px; align-items: center; border-left: 1px solid var(--fog); padding-left: 22px; }
  .wp-review-product img { width: 88px; height: 110px; object-fit: cover; background: var(--ash); border-radius: 8px; }
  .wp-review-product h3 { font-size: 16px; margin-bottom: 6px; }
  .wp-review-product .tagline { font-size: 11px; text-transform: uppercase; letter-spacing: .05em; opacity: .7; margin-bottom: 8px; }
  .wp-review-dots { display: flex; gap: 8px; margin-top: 16px; }
  .wp-review-dots button { width: 10px; height: 10px; border-radius: 50%; border: 1px solid var(--navy); background: transparent; padding: 0; }
  .wp-review-dots button.is-on { background: var(--navy); }
  @media (max-width: 800px) {
    .wp-review, .wp-review-product { grid-template-columns: 1fr; border: none; padding-left: 0; }
    .wp-reviews h2 { font-size: 20px; }
  }

  /* Icon blocks */
  .wp-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; text-align: center; }
  .wp-icon-block { padding: 10px 16px; transition: transform .35s ease; }
  .wp-icon-block:hover { transform: translateY(-4px); }
  .wp-icon-block:hover .wp-blob svg { transform: scale(1.06) rotate(-4deg); }
  .wp-blob {
    width: 99px; height: 89px; margin: 0 auto 16px; position: relative;
  }
  .wp-blob svg { width: 100%; height: 100%; transition: transform .6s ease; }
  .wp-blob span {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-size: 13px; color: var(--navy);
  }
  .wp-icon-block h3 { font-size: 16px; margin-bottom: 8px; }
  .wp-icon-block p { font-size: 14px; max-width: 280px; margin: 0 auto; }
  @media (max-width: 800px) { .wp-icons { grid-template-columns: 1fr; } }

  /* Cert / awards strip */
  .wp-strip { background: var(--fog); padding: 40px 0; }
  .wp-brands { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; align-items: center; text-align: center; }
  .wp-brands span, .wp-award {
    font-family: var(--font-display); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--navy); opacity: .7;
  }
  .wp-awards-row { display: flex; gap: 36px; justify-content: center; flex-wrap: wrap; }
  .wp-award { text-align: center; min-width: 100px; }
  .wp-award img { height: 34px; margin: 0 auto 8px; opacity: .7; }
  @media (max-width: 800px) { .wp-brands { grid-template-columns: repeat(3, 1fr); } }

  /* App split */
  .wp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
  .wp-split ul { margin-top: 14px; }
  .wp-split li { padding: 8px 0; padding-left: 18px; position: relative; color: var(--navy); }
  .wp-split li::before { content: '—'; position: absolute; left: 0; color: var(--teal-deep); }
  .wp-split img { border-radius: 16px; width: 100%; aspect-ratio: 5/4; object-fit: contain; background: var(--ash); transition: transform .6s ease; }
  .wp-split img:hover { transform: scale(1.03); }
  .wp-stores { display: flex; gap: 12px; margin-top: 22px; }
  .wp-stores img { height: 42px; width: auto; aspect-ratio: auto; }
  @media (max-width: 800px) { .wp-split { grid-template-columns: 1fr; } }

  /* Footer */
  .wp-footer { background: var(--navy); color: #fff; padding: 80px 0 40px; }
  .wp-footer h2, .wp-footer h3, .wp-footer h4 { color: #fff; }
  .wp-footer-upper { display: grid; grid-template-columns: 1.2fr 2fr; gap: 48px; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.2); margin-bottom: 45px; }
  .wp-footer-form p { margin: 10px 0 16px; opacity: .85; }
  .wp-footer-form input {
    width: 100%; max-width: 360px; padding: 14px 16px; border: none; border-radius: 90px; font-family: var(--font-body); font-size: 14px;
  }
  .wp-footer-menus { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .wp-footer-menus h3 { font-size: 16px; margin-bottom: 16px; }
  .wp-footer-menus li { margin: 0 0 10px; font-size: 14px; }
  .wp-footer-menus a:hover { color: var(--teal); }
  .wp-footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; opacity: .7; }
  .wp-checkout-note { margin-top: 18px; font-size: 13px; opacity: .75; max-width: 640px; }
  @media (max-width: 900px) {
    .wp-footer { padding: 40px 0; }
    .wp-footer-upper, .wp-footer-menus { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 560px) {
    .wp-footer-upper, .wp-footer-menus { grid-template-columns: 1fr; }
  }


  .wp-pagehero { position: relative; min-height: 340px; display: flex; align-items: flex-end; overflow: hidden; background: #282f40; }
  .wp-pagehero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: 90% center; opacity: .28; }
  .wp-pagehero::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(40,47,64,.92), rgba(40,47,64,.55)); }
  .wp-pagehero-copy { position: relative; z-index: 2; padding: 80px 0 40px; color: #fff; }
  .wp-pagehero-copy h1 { color: #fff; font-size: 42px; max-width: 780px; }
  .wp-pagehero-copy p { max-width: 640px; margin-top: 12px; font-size: 16px; }
  @media (max-width: 700px) { .wp-pagehero-copy h1 { font-size: 28px; } }

  .wp-crumbs { font-size: 12px; font-weight: 700; margin-bottom: 10px; opacity: .85; }
  .wp-crumbs a:hover { text-decoration: underline; }

  .wp-prose p { margin: 0 0 14px; font-size: 17px; line-height: 1.65; text-align: justify; }
  .wp-prose h2 { font-size: 32px; margin: 28px 0 12px; }
  .wp-prose h3 { font-size: 20px; margin: 22px 0 10px; }
  .wp-wrap .wp-prose ul, .wp-wrap .wp-prose ol { margin: 0 0 16px; padding-left: 18px; list-style: disc; }
  .wp-prose li { margin: 0 0 8px; font-size: 15px; line-height: 1.5; }
  .wp-prose a { text-decoration: underline; }

  .wp-pd { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
  .wp-pd-media { background: #f5f5f5; border-radius: 20px; overflow: hidden; }
  .wp-pd-media img { width: 100%; height: auto; object-fit: contain; background: #f5f5f5; }
  .wp-sku { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; opacity: .7; margin-bottom: 8px; }
  .wp-price { font-size: 28px; font-weight: 700; margin: 12px 0; }
  .wp-options { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 18px; }
  .wp-options label { border: 1px solid #3b455a; border-radius: 90px; padding: 10px 16px; font-size: 13px; font-weight: 700; cursor: pointer; }
  .wp-options input { margin-right: 6px; }
  .wp-note { font-size: 13px; background: #e6ebf2; border-radius: 12px; padding: 14px 16px; margin: 16px 0; }
  .wp-note.toppen { border-left: 4px solid #9fced8; }
  .wp-note.vollara { border-left: 4px solid #ab7ec4; }
  .wp-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
  .wp-links a { font-size: 12px; font-weight: 700; border: 1px solid #3b455a; border-radius: 90px; padding: 10px 14px; }
  .wp-links a:hover { background: #3b455a; color: #fff; }
  .wp-checks li { padding: 8px 0 8px 22px; position: relative; border-bottom: 1px solid #e6ebf2; }
  .wp-checks li::before { content: '✓'; position: absolute; left: 0; color: #4796a4; font-weight: 700; }
  @media (max-width: 820px) { .wp-pd { grid-template-columns: 1fr; } }

  .wp-res { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
  .wp-res a { display: block; background: #f5f5f5; border-radius: 14px; padding: 16px; border: 1px solid transparent; }
  .wp-res a:hover { border-color: #3b455a; }
  .wp-res strong { display: block; font-family: 'Archivo Black', sans-serif; text-transform: uppercase; font-size: 13px; margin-bottom: 6px; }
  .wp-res span { font-size: 12px; opacity: .7; }

  .wp-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .wp-compare article { background: #f5f5f5; border-radius: 16px; padding: 24px; }
  .wp-compare article.good { background: #3b455a; color: #fff; }
  .wp-compare article.good h3 { color: #fff; }
  @media (max-width: 700px) { .wp-compare { grid-template-columns: 1fr; } }

  .wp-form { display: grid; gap: 10px; max-width: 520px; }
  .wp-form input, .wp-form textarea, .wp-form select {
    width: 100%; padding: 13px 14px; border: 1px solid #e6ebf2; border-radius: 10px; font-family: Barlow, sans-serif; font-size: 14px;
  }
  .wp-form textarea { min-height: 120px; }
  .wp-header-nav.is-open .wp-btn { margin-bottom: 8px; }

  /* No product photo in the packet — navy card, never a UI screenshot */
  .wp-nophoto {
    background: var(--navy);
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wp-nophoto-label {
    color: #fff;
    font-family: var(--font-display);
    text-transform: uppercase;
    text-align: center;
    padding: 28px 16px;
    font-size: 18px;
    letter-spacing: .04em;
    line-height: 1.2;
  }
  .wp-pd-media .wp-nophoto { min-height: 360px; border-radius: 20px; }
  .wp-hero-navy {
    background: var(--navy);
    min-height: 560px;
  }
  .wp-hero-navy::after { background: linear-gradient(90deg, rgba(26,31,42,.4), transparent); }
  .wp-hero-navy .wp-hero-copy { position: relative; }

  .wp-btn { transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
  .wp-wrap a.wp-btn:hover, .wp-wrap .wp-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(40,47,64,.16); }

  .wp-pcard-image img { transition: transform .6s ease; }
  .wp-pcard-inner:hover .wp-pcard-image img { transform: scale(1.06); }

  .wp-cat { transition: transform .35s ease; }
  .wp-cat:hover { transform: translateY(-4px); }

  .wp-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease;
  }
  .wp-reveal.is-in { opacity: 1; transform: none; }

  @keyframes wpKen {
    from { transform: scale(1); }
    to { transform: scale(1.08) translate(-1.5%, -1%); }
  }
  @keyframes wpFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }
  @keyframes wpFadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: none; }
  }

  @media (prefers-reduced-motion: reduce) {
    .wp-hero-slide img, .wp-hero-product img, .wp-reveal, .wp-btn, .wp-pcard-inner, .wp-pcard-image img,
    .wp-hero-progress span, .wp-fact, .wp-trust-item {
      animation: none !important; transition: none !important; transform: none !important;
    }
    .wp-reveal { opacity: 1; }
    .wp-hero-progress span { width: 100%; }
  }

  /* ——— Next-pass polish ——— */
  html { scroll-behavior: smooth; }
  .wp-wrap { font-size: 15px; }
  .wp-wrap ::selection { background: var(--teal); color: var(--navy); }
  .wp-wrap a:focus-visible, .wp-wrap button:focus-visible {
    outline: 2px solid var(--teal); outline-offset: 3px;
  }

  .wp-eyebrow-teal { color: var(--teal); letter-spacing: .16em; font-size: 11px; }
  .wp-hero-inner .wp-eyebrow { color: var(--teal); letter-spacing: .16em; }

  .wp-hero-slide { height: min(78vh, 760px); min-height: 580px; }
  .wp-hero-inner h2 { font-size: clamp(30px, 4.4vw, 54px); letter-spacing: .005em; }
  .wp-hero-inner p { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.88); }
  .wp-hero-progress {
    position: absolute; left: 0; right: 0; bottom: 0; height: 3px; z-index: 4;
    background: rgba(255,255,255,.14);
  }
  .wp-hero-progress span {
    display: block; height: 100%; width: 0; background: var(--teal);
    transform-origin: left center;
  }
  .wp-hero-progress span.is-run { animation: wpBar 6.5s linear; }
  @keyframes wpBar { from { width: 0; } to { width: 100%; } }

  .wp-header.is-stuck { padding: 10px 0; }
  .wp-header { transition: box-shadow .25s ease, border-color .25s ease, padding .25s ease; }

  .wp-alert-slide { position: relative; min-height: 22px; }
  .wp-alert-slide p {
    display: block; position: absolute; inset: 0;
    opacity: 0; transform: translateY(8px);
    transition: opacity .45s ease, transform .45s ease;
    pointer-events: none;
  }
  .wp-alert-slide p.is-on {
    position: relative; opacity: 1; transform: none;
  }

  .wp-trust {
    background: var(--navy-deep); color: #fff; padding: 28px 0;
    border-top: 1px solid rgba(159,206,216,.25);
  }
  .wp-trust-row {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center;
  }
  .wp-trust-item strong {
    display: block; font-family: var(--font-display); font-size: 22px; letter-spacing: .04em;
    color: var(--teal); margin-bottom: 6px;
  }
  .wp-trust-item span { font-size: 13px; opacity: .82; }
  @media (max-width: 800px) {
    .wp-trust-row { grid-template-columns: repeat(2, 1fr); gap: 22px 12px; }
  }

  .wp-section { padding: 88px 0 56px; }
  .wp-section-fog { background: #eef2f6; }
  .wp-section-head h2 { letter-spacing: .01em; }
  .wp-section-head p { color: #4d5668; line-height: 1.6; }

  .wp-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .wp-fact {
    background: #fff; border: 1px solid rgba(59,69,90,.08);
    border-radius: 20px; padding: 28px 24px 26px;
    box-shadow: 0 10px 28px rgba(40,47,64,.05);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  }
  .wp-fact:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(40,47,64,.1);
    border-color: var(--teal);
  }
  .wp-fact-num {
    display: block; font-family: var(--font-display); font-size: 28px;
    color: var(--navy); letter-spacing: .02em; margin-bottom: 10px;
  }
  .wp-fact h3 { font-size: 15px; margin-bottom: 8px; }
  .wp-fact p { font-size: 13px; color: #5b6474; line-height: 1.45; }
  @media (max-width: 900px) { .wp-facts { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) { .wp-facts { grid-template-columns: 1fr; } }

  .wp-pcard-inner {
    background: #fff;
    border: 1px solid rgba(59,69,90,.08);
    box-shadow: 0 10px 28px rgba(40,47,64,.05);
  }
  .wp-pcard-image { background: linear-gradient(180deg, #f3f6f9, #e8eef4); }

  .wp-cat {
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(40,47,64,.06);
  }
  .wp-cat-image { aspect-ratio: 3 / 3.8; background: linear-gradient(180deg, #f3f6f9, #e8eef4); }
  .wp-cat-image img {
    object-fit: contain; padding: 36px 28px 96px; object-position: center 30%;
  }
  .wp-cat .wp-nophoto { min-height: 0; height: 100%; }
  .wp-wave { height: 38%; }

  .wp-tab { transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
  .wp-tab.is-on { transform: translateY(-1px); }
  .wp-panel.is-on { animation: wpFadeUp .55s ease; }
  .wp-panel-image {
    background: #1a1f2a; border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,.22);
  }
  .wp-panel-image img { object-fit: contain; padding: 28px; }

  .wp-banner { min-height: 520px; }
  .wp-banner-copy .wp-eyebrow { color: var(--teal); }
  .wp-banner-copy h2 { letter-spacing: .01em; }

  .wp-reviews { min-height: 480px; }
  .wp-reviews h2 { font-size: clamp(26px, 3.4vw, 40px); }

  .wp-split img {
    box-shadow: 0 18px 40px rgba(40,47,64,.1);
    background: linear-gradient(180deg, #f3f6f9, #e8eef4);
  }

  .wp-pagehero { min-height: 380px; }
  .wp-pagehero-copy h1 { font-size: clamp(30px, 4.2vw, 48px); }
  .wp-pagehero-copy p { color: rgba(255,255,255,.88); line-height: 1.6; }

  .wp-footer-form .wp-form {
    display: flex; flex-wrap: wrap; gap: 10px; max-width: 440px; align-items: center;
  }
  .wp-footer-form .wp-form input[type="email"] {
    flex: 1 1 220px; color: var(--navy); min-width: 0;
  }
  .wp-footer-form .wp-form .wp-btn { flex: 0 0 auto; min-width: 140px; }
  .wp-footer-form input::placeholder { color: #7a8496; }

  .wp-pd-media { padding: 20px; background: linear-gradient(180deg, #f3f6f9, #e8eef4); }
  .wp-options label:has(input:checked) { background: var(--navy); color: #fff; }
  .wp-form input:focus, .wp-form textarea:focus, .wp-form select:focus {
    outline: 2px solid var(--teal); border-color: transparent;
  }
  .wp-res a { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
  .wp-res a:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(40,47,64,.08); }

  .wp-icon-block {
    background: #fff; border-radius: 20px; padding: 28px 20px 24px;
    box-shadow: 0 10px 28px rgba(40,47,64,.05);
  }

  @media (max-width: 768px) {
    .wp-hero-slide { height: 560px; min-height: 0; }
    .wp-impact { left: 16px; right: 16px; bottom: 18px; justify-content: center; }
  }

  /* ——— LifeStraw / Bruvi DTC layer ——— */
  .wp-wrap {
    font-size: 16px;
    font-weight: 400;
  }
  .wp-wrap p { font-weight: 400; }
  .wp-btn {
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 13px;
    padding: 16px 28px;
  }
  .wp-btn-sm { padding: 11px 18px; font-size: 12px; letter-spacing: .06em; }

  .wp-alert {
    font-size: 12px;
    letter-spacing: .04em;
    font-weight: 500;
    padding: 9px 0;
  }
  .wp-header { padding: 18px 0; }
  .wp-header-nav a:not(.wp-btn) {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 8px 11px;
  }
  .wp-logo { font-size: 20px; letter-spacing: .06em; }
  .wp-cart-pill {
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 10px 16px;
  }

  .wp-hero-slide { height: min(86vh, 840px); min-height: 620px; }
  .wp-hero-product::before {
    content: '';
    position: absolute;
    right: 8%;
    top: 50%;
    width: 46%;
    height: 72%;
    transform: translateY(-50%);
    background: radial-gradient(ellipse at center, rgba(159,206,216,.32), transparent 68%);
    z-index: 1;
    pointer-events: none;
  }
  .wp-hero-inner { max-width: 580px; }
  .wp-hero-inner h2 {
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.02;
    margin-bottom: 18px;
  }
  .wp-hero-inner p {
    font-size: 17px;
    line-height: 1.55;
    max-width: 460px;
    font-weight: 400;
  }
  .wp-hero-arrow {
    width: 52px; height: 52px;
    background: rgba(255,255,255,.14);
    backdrop-filter: blur(6px);
    border-color: rgba(255,255,255,.5);
  }
  .wp-impact {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(26,31,42,.9);
    color: #fff !important;
    border-radius: 90px;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    transition: transform .2s ease, background .2s ease;
  }
  .wp-impact:hover { transform: translateY(-2px); background: #11141c; color: #fff !important; }
  .wp-impact span {
    color: var(--teal);
    font-family: var(--font-display);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 11px;
  }

  .wp-trust {
    background: #fff;
    color: var(--navy);
    padding: 34px 0;
    border-top: none;
    border-bottom: 1px solid var(--fog);
  }
  .wp-trust-item strong { color: var(--navy); font-size: 26px; }
  .wp-trust-item span { opacity: .7; font-size: 13px; font-weight: 500; }

  .wp-section { padding: 96px 0 64px; }
  .wp-section-head { margin-bottom: 40px; }
  .wp-section-head h2 { font-size: clamp(28px, 3.8vw, 44px); }
  .wp-section-fog { background: #f3f5f8; }

  .wp-pcards { gap: 24px; }
  .wp-pcard-inner {
    background: #f4f5f7;
    border: none;
    border-radius: 16px;
    box-shadow: none;
  }
  .wp-pcard-inner:hover {
    border-color: transparent;
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(40,47,64,.12);
  }
  .wp-pcard-image { background: #f4f5f7; aspect-ratio: 1 / 1.08; }
  .wp-pcard-image img { padding: 28px; }
  .wp-pcard-info { padding: 8px 8px 22px; background: #fff; }
  .wp-pcard-info h3 {
    font-family: var(--font-body);
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    max-width: none;
    line-height: 1.25;
  }
  .wp-pcard-info .tagline { font-weight: 500; }
  .wp-pcard-info .price { font-size: 15px; font-weight: 700; }
  .wp-pcard-actions {
    opacity: 0;
    padding: 0 16px 20px;
  }
  .wp-pcard-inner:hover .wp-pcard-actions { opacity: 1; }
  .wp-pcard-actions .wp-btn {
    background: #fff !important;
    color: var(--navy) !important;
    border-color: #fff !important;
    min-width: 148px;
  }
  .wp-tag { padding: 8px 14px; font-size: 11px; letter-spacing: .04em; }

  .wp-cat { border-radius: 18px; overflow: hidden; box-shadow: none; }
  .wp-cat-copy h3 { font-size: 26px; }

  .wp-fact { border: none; background: var(--ash); box-shadow: none; }
  .wp-fact:hover { box-shadow: 0 16px 36px rgba(40,47,64,.08); }
  .wp-fact h3 {
    font-family: var(--font-body);
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 16px;
  }

  .wp-icon-block { background: #fff; box-shadow: none; border: none; }
  .wp-icon-block h3 { font-size: 15px; }

  .wp-pagehero { min-height: 420px; }
  .wp-pd { gap: 56px; align-items: center; }
  .wp-pd-buy h1 {
    font-size: clamp(28px, 3.4vw, 42px);
    margin: 8px 0 10px;
  }
  .wp-price { font-size: 32px; letter-spacing: -.02em; }
  .wp-qty-row {
    display: flex; align-items: center; gap: 12px; margin: 4px 0 18px; font-weight: 600;
  }
  .wp-qty-row input[type="number"] {
    width: 88px; padding: 10px 12px; border: 1px solid var(--navy); border-radius: 90px;
    text-align: center; font-family: var(--font-body); font-size: 15px; color: var(--navy);
  }
  .wp-cart-form .wp-pd-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
  .wp-option-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .wp-cart-form .wp-options { margin-bottom: 8px; }
  .wp-cart-page { margin-top: 28px; }
  .wp-cart-rows { display: flex; flex-direction: column; gap: 18px; }
  .wp-cart-row {
    display: grid; grid-template-columns: 96px 1fr auto auto; gap: 20px; align-items: center;
    background: #fff; border-radius: 16px; padding: 16px 20px;
  }
  .wp-cart-thumb { display: block; width: 96px; height: 96px; border-radius: 12px; overflow: hidden; background: var(--fog); }
  .wp-cart-thumb img { width: 100%; height: 100%; object-fit: contain; }
  .wp-cart-meta h2 { font-size: 18px; margin: 0 0 4px; }
  .wp-cart-meta p { margin: 0; font-size: 14px; }
  .wp-cart-line { font-weight: 700; font-size: 18px; white-space: nowrap; }
  .wp-cart-foot { margin-top: 28px; max-width: 420px; margin-left: auto; text-align: right; }
  .wp-cart-sub { font-size: 22px; margin: 0 0 8px; }
  .wp-cart-foot .wp-pd-cta { justify-content: flex-end; }
  .wp-additional-checkout { margin-top: 14px; }
  @media (max-width: 700px) {
    .wp-cart-row { grid-template-columns: 72px 1fr; }
    .wp-cart-line, .wp-cart-row .wp-qty-row { grid-column: 2; }
  }
  .wp-pd-media { border-radius: 16px; padding: 36px; min-height: 480px; display: flex; align-items: center; }
  .wp-pd-media img { width: 100%; }

  .wp-reviews {
    min-height: 520px;
    align-items: center;
  }
  .wp-reviews-inner { padding: 80px 0; }
  .wp-reviews h2 { font-size: clamp(28px, 4vw, 46px); max-width: 640px; }

  .wp-footer { padding: 96px 0 40px; }
  .wp-footer-form h2 { font-size: clamp(26px, 3vw, 36px) !important; }

  @media (max-width: 768px) {
    .wp-hero-slide { height: 620px; min-height: 0; }
    .wp-pcard-actions { opacity: 1; }
  }

  /* ——— DTC polish: LifeStraw / Bruvi layer 2 ——— */
  .wp-skip {
    position: absolute; left: 12px; top: -80px; z-index: 400;
    background: #fff; color: var(--navy) !important; padding: 10px 16px; border-radius: 90px;
    font-weight: 700; font-size: 13px;
  }
  .wp-skip:focus { top: 12px; }

  .wp-alert { padding: 0; overflow: hidden; }
  .wp-alert-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; min-height: 38px; }
  .wp-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
  .wp-marquee-track {
    display: flex; align-items: center; gap: 40px; width: max-content;
    animation: wpMarquee 36s linear infinite; white-space: nowrap;
    font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600;
  }
  .wp-marquee-track span { display: inline-flex; align-items: center; gap: 40px; }
  .wp-marquee-track span::after { content: '•'; color: var(--teal); }
  @keyframes wpMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .wp-alert:hover .wp-marquee-track { animation-play-state: paused; }

  .wp-header { z-index: 120; }
  .wp-header-nav { gap: 2px; }
  .wp-drop { position: relative; }
  .wp-drop > a { display: inline-flex; align-items: center; gap: 5px; }
  .wp-drop > a::after { content: ''; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .55; }
  .wp-drop-panel {
    position: absolute; top: calc(100% + 8px); left: 0; min-width: 520px;
    background: #fff; border-radius: 18px; padding: 22px 24px 20px;
    box-shadow: 0 24px 60px rgba(40,47,64,.16); border: 1px solid var(--fog);
    display: none; grid-template-columns: 1fr 1fr; gap: 8px 28px; z-index: 130;
  }
  .wp-drop:hover .wp-drop-panel, .wp-drop:focus-within .wp-drop-panel, .wp-drop.is-open .wp-drop-panel { display: grid; }
  .wp-drop-panel a {
    display: block; padding: 8px 0 !important; letter-spacing: 0 !important; text-transform: none !important;
    font-size: 14px !important; font-weight: 600 !important;
  }
  .wp-drop-panel small { display: block; font-size: 12px; font-weight: 400; opacity: .62; letter-spacing: 0; text-transform: none; margin-top: 2px; }
  .wp-drop-label {
    grid-column: 1 / -1; font-family: var(--font-display); font-size: 11px; letter-spacing: .14em;
    text-transform: uppercase; opacity: .5; margin: 6px 0 2px;
  }

  .wp-nav-overlay {
    position: fixed; inset: 0; background: rgba(26,31,42,.45); z-index: 110;
    opacity: 0; pointer-events: none; transition: opacity .25s ease;
  }
  .wp-nav-overlay.is-on { opacity: 1; pointer-events: auto; }
  body.wp-lock { overflow: hidden; }

  .wp-search-btn { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: none; border: none; color: var(--navy); }
  .wp-search {
    position: fixed; inset: 0; z-index: 200; background: rgba(26,31,42,.55);
    display: none; align-items: flex-start; justify-content: center; padding: 10vh 20px 40px;
  }
  .wp-search.is-on { display: flex; }
  .wp-search-box {
    width: min(720px, 100%); background: #fff; border-radius: 22px; padding: 22px;
    box-shadow: 0 30px 80px rgba(0,0,0,.28); max-height: 80vh; overflow: auto;
  }
  .wp-search-box input {
    width: 100%; border: 0; border-bottom: 1px solid var(--fog); font-size: 22px; padding: 10px 4px 14px;
    font-family: var(--font-body); color: var(--navy); outline: none;
  }
  .wp-search-hits { margin-top: 12px; }
  .wp-search-hit {
    display: flex; justify-content: space-between; gap: 16px; align-items: baseline;
    padding: 12px 6px; border-bottom: 1px solid var(--fog); font-weight: 600;
  }
  .wp-search-hit:hover { color: var(--blue-soft); }
  .wp-search-hit span { font-size: 12px; font-weight: 500; opacity: .6; text-transform: uppercase; letter-spacing: .06em; }
  .wp-search-empty { padding: 18px 6px; opacity: .65; }

  .wp-burger span { transition: transform .25s ease, opacity .2s ease; }
  .wp-burger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .wp-burger.is-open span:nth-child(2) { opacity: 0; }
  .wp-burger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .wp-ticker {
    overflow: hidden; background: var(--fog); border-bottom: 1px solid #e1e6ee;
    padding: 14px 0;
  }
  .wp-ticker-track {
    display: flex; gap: 48px; width: max-content; animation: wpMarquee 42s linear infinite;
    font-family: var(--font-display); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; opacity: .72;
  }

  .wp-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 28px; }
  .wp-filter {
    border: 1px solid var(--navy); background: transparent; color: var(--navy);
    border-radius: 90px; padding: 10px 18px; font-family: var(--font-body);
    font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
  }
  .wp-filter.is-on, .wp-filter:hover { background: var(--navy); color: #fff; }
  .wp-pcard.is-hidden { display: none; }

  .wp-guarantees {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin: 18px 0 8px;
  }
  .wp-guarantees li {
    font-size: 13px; font-weight: 600; padding-left: 18px; position: relative; line-height: 1.35;
  }
  .wp-guarantees li::before { content: '✓'; position: absolute; left: 0; color: #4796a4; }

  .wp-stepper { display: inline-flex; align-items: center; border: 1px solid var(--navy); border-radius: 90px; overflow: hidden; }
  .wp-stepper button {
    width: 38px; height: 40px; border: 0; background: transparent; color: var(--navy); font-size: 18px; line-height: 1;
  }
  .wp-stepper input[type="number"] {
    width: 52px; border: 0; text-align: center; font-family: var(--font-body); font-size: 15px; color: var(--navy);
    -moz-appearance: textfield;
  }
  .wp-stepper input::-webkit-outer-spin-button, .wp-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }

  .wp-sticky-atc {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
    background: rgba(255,255,255,.94); backdrop-filter: blur(10px);
    border-top: 1px solid var(--fog); padding: 12px 20px;
    display: none; align-items: center; justify-content: space-between; gap: 16px;
    box-shadow: 0 -10px 30px rgba(40,47,64,.08);
  }
  .wp-sticky-atc.is-on { display: flex; }
  .wp-sticky-atc strong { font-family: var(--font-display); font-size: 14px; letter-spacing: .04em; }
  .wp-sticky-atc .price { font-weight: 700; margin: 0 8px 0 auto; }

  .wp-faq { margin-top: 36px; max-width: 820px; }
  .wp-faq h2 { font-size: clamp(24px, 3vw, 34px); margin-bottom: 16px; }
  .wp-acc { border-top: 1px solid var(--fog); }
  .wp-acc-item { border-bottom: 1px solid var(--fog); }
  .wp-acc-item button {
    width: 100%; text-align: left; background: none; border: 0; padding: 16px 28px 16px 0;
    font-family: var(--font-body); font-size: 16px; font-weight: 700; color: var(--navy);
    position: relative;
  }
  .wp-acc-item button::after { content: '+'; position: absolute; right: 0; top: 16px; font-size: 20px; font-weight: 400; }
  .wp-acc-item.is-on button::after { content: '–'; }
  .wp-acc-item .wp-acc-body { display: none; padding: 0 8px 16px 0; color: #4d5668; line-height: 1.6; }
  .wp-acc-item.is-on .wp-acc-body { display: block; }

  .wp-contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
  .wp-contact-card {
    background: var(--navy); color: #fff; border-radius: 22px; padding: 36px 32px;
  }
  .wp-contact-card h1, .wp-contact-card h2 { color: #fff; }
  .wp-contact-card p, .wp-contact-card a { color: rgba(255,255,255,.88); }
  .wp-contact-card a:hover { color: var(--teal); }
  .wp-contact-card li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.12); }

  .wp-toast {
    position: fixed; right: 20px; bottom: 24px; z-index: 250;
    background: var(--navy); color: #fff; border-radius: 90px; padding: 14px 22px;
    font-size: 14px; font-weight: 600; box-shadow: 0 16px 40px rgba(0,0,0,.22);
    transform: translateY(20px); opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease;
  }
  .wp-toast.is-on { opacity: 1; transform: none; }

  .wp-top {
    position: fixed; right: 18px; bottom: 24px; z-index: 70;
    width: 44px; height: 44px; border-radius: 50%; border: 0;
    background: var(--navy); color: #fff; font-size: 18px;
    opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease;
  }
  .wp-top.is-on { opacity: 1; pointer-events: auto; }
  .wp-top:hover { transform: translateY(-3px); }

  .wp-field {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  }
  .wp-field article {
    background: rgba(255,255,255,.94); color: var(--navy); border-radius: 16px; padding: 22px 20px;
  }
  .wp-field h3 { font-size: 14px; margin-bottom: 8px; }
  .wp-field p { font-size: 13px; line-height: 1.5; color: #4d5668; }
  .wp-reviews .wp-field { margin-top: 28px; }

  .wp-how {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  }
  .wp-how article {
    background: #fff; border-radius: 20px; padding: 28px 24px; position: relative;
  }
  .wp-how span {
    font-family: var(--font-display); font-size: 13px; letter-spacing: .12em; color: var(--teal-deep);
  }
  .wp-how h3 { font-size: 18px; margin: 10px 0 8px; }
  .wp-how p { color: #4d5668; line-height: 1.55; }

  .wp-empty-cart { text-align: center; padding: 28px 0 12px; }
  .wp-empty-cart p { font-size: 18px; margin-bottom: 18px; }

  @media (max-width: 1080px) {
    .wp-header-nav { display: none; }
    .wp-header-nav.is-open {
      display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
      position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 140;
      background: #fff; padding: 88px 28px 40px; overflow: auto;
    }
    .wp-drop-panel { position: static; min-width: 0; box-shadow: none; border: 0; padding: 4px 0 8px 12px; display: none; }
    .wp-drop.is-open .wp-drop-panel, .wp-header-nav.is-open .wp-drop-panel { display: grid; grid-template-columns: 1fr; }
    .wp-burger { display: block; }
    .wp-logo { font-size: 14px; }
    .wp-contact, .wp-field, .wp-how { grid-template-columns: 1fr 1fr; }
    .wp-guarantees { grid-template-columns: 1fr; }
  }
  @media (max-width: 700px) {
    .wp-alert-links { display: none; }
    .wp-contact, .wp-field, .wp-how { grid-template-columns: 1fr; }
    .wp-sticky-atc { padding: 10px 14px; }
    .wp-sticky-atc strong { display: none; }
    .wp-drop > a::after { display: none; }
  }
  @media (prefers-reduced-motion: reduce) {
    .wp-marquee-track, .wp-ticker-track { animation: none; }
  }

  /* August 2026 revisions — logo, labels, commercial layout, water uses */
  .wp-logo em { font-style: normal; display: block; font-size: 17px; letter-spacing: .03em; }
  .wp-hero-label {
    position: absolute; z-index: 3; top: 22px; left: 80px;
    background: rgba(255,255,255,.92); color: var(--navy);
    font-family: var(--font-display); font-size: 13px; letter-spacing: .08em;
    text-transform: uppercase; padding: 8px 14px; border-radius: 90px;
  }
  .wp-trust-item strong { font-size: 28px; }
  .wp-cat-label {
    font-family: var(--font-display); font-size: 14px; letter-spacing: .06em;
    text-transform: uppercase; margin: 0 0 8px; text-align: center;
  }
  .wp-jump { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; }
  .wp-section-title-lg { font-size: clamp(26px, 3.2vw, 40px) !important; margin: 8px 0 18px !important; }
  .wp-pagehero.wp-pagehero-cover img { object-fit: cover; object-position: center; opacity: .55; }
  .wp-uses-table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 12px 0 28px; }
  .wp-uses-table th, .wp-uses-table td { border-bottom: 1px solid var(--fog); padding: 10px 8px; vertical-align: top; text-align: left; }
  .wp-uses-table th { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
  .wp-uses-table td:first-child { font-weight: 700; white-space: nowrap; width: 70px; }
  .wp-coming { opacity: .92; }
  .wp-coming .wp-pcard-actions { display: none; }
  .wp-science-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }
  .wp-footer-menus { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 28px; }
  .wp-footer-shop { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; }
  .wp-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin: 18px 0; }
  .wp-gallery figure { margin: 0; background: var(--ash); border-radius: 14px; overflow: hidden; }
  .wp-gallery figcaption { font-size: 12px; font-weight: 700; padding: 10px 12px; letter-spacing: .04em; text-transform: uppercase; }
  .wp-banner-copy ul { max-width: 760px; margin: 0 auto 22px; text-align: left; list-style: disc; padding-left: 20px; }
  .wp-banner-copy li { margin: 0 0 6px; color: #fff; font-size: 16px; }
  @media (max-width: 1080px) {
    .wp-hero-label { left: 24px; }
    .wp-footer-menus { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 700px) {
    .wp-footer-menus, .wp-footer-shop { grid-template-columns: 1fr; }
    .wp-uses-table { font-size: 13px; }
  }
