*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f1f9ff;color:#0e2038}
.topbar{position:sticky;top:0;z-index:10;background:#f1f9ff;border-bottom:1px solid #cfe8f6;display:flex;align-items:center;justify-content:space-between;padding:18px 5vw;min-height:145px}
.logo img{width:390px;height:auto;display:block}
nav{display:flex;gap:34px;align-items:center}
nav a{text-decoration:none;color:#17324d;font-weight:800;font-size:19px}
.hero{max-width:1360px;margin:0 auto;padding:70px 6vw 60px;display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}
.tagline{text-transform:uppercase;letter-spacing:.18em;color:#0788bc;font-weight:900;font-size:18px}
h1{font-size:clamp(62px,7.6vw,108px);line-height:.92;letter-spacing:-.06em;margin:16px 0;color:#081b34}
h2{font-size:clamp(36px,5vw,64px);line-height:1;margin:10px 0 22px;color:#081b34}
.intro,.section p{font-size:23px;line-height:1.65;color:#405b76}
.hero-image{background:white;border-radius:38px;padding:28px;box-shadow:0 25px 70px rgba(9,55,90,.12)}
.hero-image img{width:100%;height:auto;max-height:760px;object-fit:contain;display:block}
.price-box{display:flex;align-items:center;gap:20px;flex-wrap:wrap;background:white;border:2px solid #b9e4fb;border-radius:28px;padding:28px 34px;margin:34px 0;box-shadow:0 18px 40px rgba(4,118,170,.1)}
.old-price{text-decoration:line-through;color:#8997aa;font-size:27px;font-weight:900}
.sale-price{font-size:64px;font-weight:900;color:#0588d7}
.delivery{font-size:24px;font-weight:900;color:#0e2038}
.buttons{display:flex;gap:16px;flex-wrap:wrap}
.btn{padding:18px 28px;border-radius:16px;font-weight:900;text-decoration:none;font-size:18px}
.primary{background:#0588d7;color:white}
.secondary{background:white;color:#075985;border:2px solid #b9e4fb}
.features{max-width:1180px;margin:0 auto 70px;padding:0 6vw;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.feature{background:white;border:1px solid #d7eef8;border-radius:24px;padding:24px;text-align:center;box-shadow:0 12px 35px rgba(9,55,90,.07)}
.feature strong{display:block;font-size:22px;color:#075985;margin-bottom:8px}
.feature span{color:#405b76;font-weight:700}
.section{max-width:1180px;margin:0 auto 70px;padding:55px 6vw;background:white;border:1px solid #d7eef8;border-radius:34px;box-shadow:0 24px 60px rgba(9,55,90,.07)}
.gallery-section{max-width:1320px}
.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.gallery-card{background:#fff;border:1px solid #d7eef8;border-radius:28px;padding:18px;box-shadow:0 14px 40px rgba(9,55,90,.06)}
.gallery-card img{width:100%;height:auto;display:block;border-radius:18px;object-fit:contain}
.contact{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}
.contact-card{background:#ecfbff;border:1px solid #a8e9fb;border-radius:26px;padding:30px}
.contact-card span{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:900;color:#0788bc;margin-bottom:8px}
.contact-card a{display:block;font-size:27px;font-weight:900;color:#075985;text-decoration:none;margin-bottom:24px;word-break:break-word}
footer{text-align:center;background:#071827;color:white;padding:48px 20px}
footer img{width:280px;background:white;border-radius:14px;padding:8px}
footer a{color:white;text-decoration:none;font-weight:800}
footer p{color:#d5e2ef}
@media(max-width:900px){
.topbar{flex-direction:column;align-items:flex-start;gap:16px;min-height:auto}
.logo img{width:280px}
nav{gap:16px;flex-wrap:wrap}
.hero,.contact{grid-template-columns:1fr}
.features,.gallery{grid-template-columns:1fr}
.sale-price{font-size:48px}
}

.gallery{grid-template-columns:1fr !important;}
.gallery-card img{width:100% !important;height:auto !important;}


/* Final HydroPurely layout fixes */
.topbar {
  min-height: 96px !important;
  padding: 14px 5vw !important;
}

.logo img {
  width: 300px !important;
  max-width: 42vw !important;
  height: auto !important;
}

.hero {
  padding-top: 45px !important;
}

.tagline {
  font-size: 17px !important;
}

.gallery {
  display: block !important;
}

.gallery-card {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto 36px auto !important;
  padding: 20px !important;
  border-radius: 28px !important;
  background: #ffffff !important;
}

.gallery-card img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 18px !important;
}

.hero-image img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 900px) {
  .topbar {
    min-height: auto !important;
    padding: 14px 20px !important;
  }
  .logo img {
    width: 235px !important;
    max-width: 80vw !important;
  }
  nav a {
    font-size: 16px !important;
  }
}


/* HydroPurely final fixes: smaller header, clean gallery */
.topbar,
header {
  min-height: 86px !important;
  height: auto !important;
  padding: 10px 5vw !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.logo img,
header img {
  max-width: 285px !important;
  width: 285px !important;
  height: auto !important;
  display: block !important;
}

nav {
  display: flex !important;
  gap: 28px !important;
  align-items: center !important;
}

nav a {
  font-size: 18px !important;
  font-weight: 800 !important;
}

.hero {
  padding-top: 38px !important;
}

.gallery {
  display: block !important;
}

.gallery-card {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto 36px auto !important;
  padding: 20px !important;
}

.gallery-card img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 900px) {
  .topbar,
  header {
    min-height: auto !important;
    padding: 12px 20px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .logo img,
  header img {
    width: 230px !important;
    max-width: 80vw !important;
  }

  nav {
    gap: 14px !important;
    flex-wrap: wrap !important;
  }

  nav a {
    font-size: 16px !important;
  }
}


/* FINAL FIXES */
header,.header,.topbar,.navbar{
min-height:70px !important;
height:70px !important;
padding-top:8px !important;
padding-bottom:8px !important;
}

.hero,.hero-section{
padding-top:20px !important;
margin-top:0 !important;
}

.logo img{
max-height:55px !important;
width:auto !important;
}

.hero-image img,
.product-image img,
img[alt*="water bottle"]{
display:block !important;
width:100% !important;
height:auto !important;
object-fit:contain !important;
}



/* Fix visible hero product image */
.hero-image {
  min-height: 420px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
}

.hero-image img {
  display: block !important;
  width: 100% !important;
  max-width: 720px !important;
  height: auto !important;
  object-fit: contain !important;
}
