/* Focused staging layout repair: product grids, resource cards, search, type, and rhythm. */
.hsp-section{padding-block:clamp(64px,7vw,96px)}
.hsp-hero{min-height:clamp(620px,75vh,760px)}
.hsp-hero-copy{padding-block:clamp(72px,8vw,104px)}
.hsp-page-hero{padding-top:clamp(72px,8vw,112px);padding-bottom:clamp(52px,6vw,80px)}
.hsp-footer{padding-top:clamp(56px,6vw,76px)}

.hsp-hero h1{font-size:clamp(48px,6vw,88px);line-height:1.03;max-width:14ch}
.hsp-page-hero h1{font-size:clamp(46px,5.7vw,78px);line-height:1.05;max-width:18ch}
.hsp-section h2{font-size:clamp(38px,4.3vw,62px);line-height:1.1;max-width:21ch}
.hsp-lead,.hsp-page-hero p{font-size:clamp(18px,1.6vw,20px);line-height:1.65}

.hsp-product-grid,
.woocommerce ul.products,
.wc-block-grid__products,
.wp-block-woocommerce-product-collection ul.products{
 display:grid!important;
 grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))!important;
 gap:clamp(22px,2.4vw,32px)!important;
 align-items:stretch;
}
.hsp-product-card,
.woocommerce ul.products li.product,
.wc-block-grid__product{
 min-width:0!important;
 width:100%!important;
 max-width:none!important;
 margin:0!important;
 display:flex!important;
 flex-direction:column;
 overflow:hidden;
}
.hsp-product-card img,
.woocommerce ul.products li.product img,
.wc-block-grid__product-image img{
 width:100%!important;
 aspect-ratio:4/5;
 object-fit:cover;
}
.hsp-product-card .hsp-card-body{display:flex;flex:1;flex-direction:column;padding:20px}
.hsp-product-card h3,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title{
 font-size:clamp(19px,1.7vw,22px)!important;
 line-height:1.22!important;
 display:-webkit-box;
 -webkit-box-orient:vertical;
 -webkit-line-clamp:3;
 overflow:hidden;
 min-height:0!important;
}
.woocommerce ul.products li.product .price,
.wc-block-grid__product-price,
.hsp-price{
 display:block!important;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
 font-size:17px!important;
 line-height:1.35!important;
 margin-block:10px 16px!important;
}
.woocommerce ul.products li.product .button,
.wc-block-grid__product-add-to-cart .wp-block-button__link,
.hsp-product-card .hsp-button{
 width:calc(100% - 32px)!important;
 margin:12px 16px 0!important;
 min-height:48px!important;
 padding-inline:14px!important;
 white-space:normal;
 text-align:center;
}
.woocommerce ul.products li.product .button{margin-top:auto!important}

.hsp-card-grid,.hsp-resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,2.2vw,30px)}
.hsp-content-card,.hsp-resource-card{min-width:0;height:auto!important}
.hsp-content-card .hsp-card-body,.hsp-resource-card{padding:clamp(24px,2.4vw,32px)}
.hsp-content-card h3,.hsp-resource-card h3,.hsp-post-card h2{font-size:clamp(24px,2.2vw,30px);line-height:1.2;overflow-wrap:normal;word-break:normal}
.hsp-content-card p,.hsp-resource-card p{font-size:clamp(16px,1.4vw,18px);line-height:1.6}
.hsp-meta{font-size:12px;line-height:1.4;letter-spacing:.12em}

.hsp-searchbar{display:flex;width:min(100%,900px);gap:12px;align-items:stretch;margin-block:28px 42px}
.hsp-searchbar input{flex:1 1 auto;min-width:0;min-height:50px;padding:12px 16px;border:1px solid var(--hsp-sage);background:#fff;font:inherit}
.hsp-searchbar .hsp-button{flex:0 0 auto;min-width:112px;min-height:50px;margin:0!important}

@media(max-width:1100px){.hsp-card-grid,.hsp-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hsp-product-grid,.woocommerce ul.products,.wc-block-grid__products{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))!important}}
@media(max-width:700px){.hsp-section{padding-block:clamp(44px,12vw,64px)}.hsp-hero{min-height:620px}.hsp-hero h1{font-size:clamp(44px,12.5vw,52px)}.hsp-page-hero h1{font-size:clamp(42px,11.5vw,50px)}.hsp-section h2{font-size:clamp(35px,9.5vw,42px)}.hsp-card-grid,.hsp-resource-grid{grid-template-columns:1fr}.hsp-searchbar{flex-direction:column}.hsp-searchbar input,.hsp-searchbar .hsp-button{width:100%;min-height:48px}.hsp-content-card h3,.hsp-resource-card h3{font-size:clamp(23px,6.6vw,26px)}.hsp-product-grid,.woocommerce ul.products,.wc-block-grid__products{grid-template-columns:1fr!important}.hsp-product-card h3,.woocommerce ul.products li.product h2{font-size:20px!important}}

/* Post-launch stabilization: wrap long search terms on phones. */
.search .wp-block-query-title{max-width:100%;overflow-wrap:anywhere!important;word-break:break-word!important;white-space:normal!important}
