.home-products{padding:100px 4vw;background:#f3efe5;color:#071b3b}.home-products-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.home-products-head h2{font-size:clamp(2rem,4vw,4rem);letter-spacing:-.055em;margin:.35rem 0}.home-products-head>div>p:last-child{color:#697386}.home-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-product-card{color:#071b3b;text-decoration:none}.home-product-image{position:relative;aspect-ratio:4/5;background:#dfe3e6;overflow:hidden}.home-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.home-product-card:hover img{transform:scale(1.035)}.home-product-image em{position:absolute;left:14px;top:14px;background:#fff;padding:7px 10px;font-size:.58rem;font-style:normal;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-product-copy{display:flex;justify-content:space-between;gap:10px;padding:16px 2px;border-bottom:1px solid #cbd0d4}.home-product-copy h3{font-size:.92rem;margin:0}.home-product-copy p,.home-product-copy>span{font-size:.62rem;color:#76808d;margin:.3rem 0 0}.home-product-copy>span{white-space:nowrap}@media(max-width:1000px){.home-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.home-product-grid{grid-template-columns:repeat(2,1fr)}.home-products-head{align-items:start;flex-direction:column;gap:15px}}@media(max-width:430px){.home-product-grid{grid-template-columns:1fr}}
