/* Keep the four real Sootrock products as the first homepage content. */
main{display:flex;flex-direction:column}
main>.section:nth-of-type(2){order:1;padding-top:52px;padding-bottom:68px;background:linear-gradient(180deg,#f7f2e9 0,#fff 70%)}
main>.hero{order:2;min-height:500px}
main>.promise{order:3}
main>.section:nth-of-type(4){order:4}
main>.section:nth-of-type(2) .section-head{margin-bottom:28px}
main>.section:nth-of-type(2) .product-card{box-shadow:0 16px 46px rgba(13,28,41,.10);border:2px solid #fff}
main>.section:nth-of-type(2) .product-image{aspect-ratio:1.08/1;background:#fff}
main>.section:nth-of-type(2) .product-image img{padding:8px}
main>.section:nth-of-type(2) .badge{background:#f68a1f}
@media(max-width:900px){main>.section:nth-of-type(2){padding-top:38px}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){main>.section:nth-of-type(2) .product-grid{grid-template-columns:1fr 1fr;gap:10px}main>.section:nth-of-type(2) .product-copy{padding:13px}main>.section:nth-of-type(2) .product-copy h3{font-size:17px}main>.section:nth-of-type(2) .product-copy p{display:none}main>.hero{min-height:520px}}
