.phil-products-hero{background:var(--brand-bg-alt)}.phil-product-featured,.phil-product-grid-section{padding:72px 0}.phil-featured-product{display:grid;grid-template-columns:0.9fr 1.1fr;grid-gap:32px;gap:32px;align-items:start;align-self:start;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:6px;padding:28px}.phil-featured-product img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);border-radius:6px}.phil-category-note{max-width:760px;margin-bottom:24px;color:var(--brand-text)}.phil-product-category{margin-top:32px}.phil-product-category h2{margin-bottom:20px}.phil-product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.phil-product-card{border:1px solid var(--brand-border);border-radius:6px;overflow:hidden;background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.phil-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.phil-product-card button{display:block;width:100%;padding:0;border:0;background:0 0;text-align:left;color:inherit}.phil-product-card__image{display:block}.phil-product-card__image img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.phil-product-card__name{display:block;padding:18px 18px 4px;font-weight:700;color:var(--brand-text)}.phil-product-card__action{display:block;padding:0 18px 18px;color:var(--brand-primary);font-weight:700;font-size:.92rem}@media (max-width:991.98px){.phil-featured-product,.phil-product-grid{grid-template-columns:1fr}}