

.article-page{background:var(--cream);min-height:calc(100vh - 100px)}
.article-page .article-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.simple-article-card .article-card-body{min-height:185px}
.simple-article-card h2{font-size:24px;margin:9px 0 22px}
.simple-article-card .explore-link{margin-top:auto;display:inline-flex;align-items:center;gap:7px;font-weight:800}
.simple-article-card{display:flex;flex-direction:column}
.simple-article-card img{height:235px}
@media(max-width:1050px){.article-page .article-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.article-page .article-list{grid-template-columns:1fr}.simple-article-card img{height:240px}}

/* CleverClimbers mobile image optimization */
@media (max-width: 600px){
  .hero{
    min-height: 500px;
    height: auto;
    background-position: center center;
    background-size: cover;
  }
  .hero-content{padding-top:70px;padding-bottom:70px}
  .service-card img{height:210px!important;max-height:210px;object-fit:cover}
  .gallery img{height:210px!important;max-height:210px;object-fit:cover}
  .article-card img,.simple-article-card img,.article-page-card img{height:205px!important;max-height:205px;object-fit:cover}
  .detail-wrap img{width:100%;height:auto;max-height:280px;object-fit:cover;border-radius:10px}
  .detail-img{width:100%;height:250px!important;max-height:250px;object-fit:cover;border-radius:10px}
  .gallery-page-img{height:210px!important}
  .gallery-page-img img{height:100%!important;object-fit:cover}
  .shed-hero{min-height:500px!important;background-position:center center;background-size:cover}
  .shed-gallery img,.shed-gallery figure img{width:100%;height:220px!important;max-height:220px;object-fit:cover}
  .chat,.whatsapp-float{width:52px!important;height:52px!important;font-size:24px!important;right:14px!important;bottom:14px!important}
}
@media (max-width: 420px){
  .hero{min-height:470px}
  .service-card img,.gallery img{height:195px!important;max-height:195px}
  .article-card img,.simple-article-card img,.article-page-card img{height:190px!important;max-height:190px}
  .detail-wrap img{max-height:240px}
  .detail-img{height:220px!important;max-height:220px}
  .gallery-page-img{height:195px!important}
  .shed-gallery img,.shed-gallery figure img{height:200px!important;max-height:200px}
}
