.priority-products{display:grid;grid-template-columns:1fr;gap:22px;margin:0 0 92px}.priority-product{background:#f3f4f1;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr)}.product-image{aspect-ratio:3.25/1;background:#fff;display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .45s ease}.priority-product:hover .product-image img{transform:scale(1.018)}.product-content{padding:24px 26px}.product-content h3{font:clamp(34px,4vw,58px) var(--serif);font-weight:400;letter-spacing:-.05em;line-height:.86;margin:16px 0}.product-content h3 span{display:block;font:16px var(--sans);letter-spacing:0;line-height:1.25;margin-top:12px;color:#555}.product-content>p{font-size:14px;line-height:1.45;max-width:380px;margin-bottom:20px}.product-tags{display:flex;flex-wrap:wrap;gap:5px}.product-tags span{font:10px var(--mono);padding:6px 7px;border:1px solid var(--line)}.company-name img{width:48px;height:48px;object-fit:contain;vertical-align:middle;background:#fff;border-radius:50%;padding:3px;margin:-7px 10px -7px 0}@media(max-width:780px){.priority-products{grid-template-columns:1fr;margin-bottom:60px}.priority-product{grid-template-columns:1fr}.product-image{aspect-ratio:3.25/1}}
