.products-home{background:#f5f8fb;color:#25384b}.products-home .kicker,.products-home>.directory-more{color:#075d82}.products-home .section-heading h2{color:#071225}.products-home .section-heading>p{color:#455a70}.products-page{min-height:100vh;background:#f5f8fb;color:#25384b}.products-page .section-heading h1{font-size:clamp(2.4rem,6vw,5rem);color:#071225}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;align-items:start}.product-card{min-width:0;background:#fff;border:1px solid #dce5ed;padding:1.25rem;overflow-wrap:anywhere}.product-card img,.product-cover-fallback{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:linear-gradient(135deg,#d8eaf0,#eef3f8)}.product-card h3{font-size:1.5rem;color:#071225}.product-card>p{color:#455a70;line-height:1.6}.product-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.product-actions a{border:1px solid #075d82;color:#075d82;padding:.65rem .8rem;text-decoration:none}.product-empty{padding:2rem;border:1px dashed #8799a9}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.product-grid{grid-template-columns:1fr}.product-actions a{width:100%;text-align:center}}