/* Reusable, count-independent laurel layout. Add a normalized image to a .laurel-grid. */
.laurel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:clamp(12px,1.7vw,24px)}
.laurel-grid>*{display:block;width:100%;height:82px;min-width:0;max-width:none;object-fit:contain;opacity:.86;transform:none}
@media(max-width:760px){.laurel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}.laurel-grid>*{height:82px}.laurel-grid>:last-child:nth-child(odd){grid-column:1/-1;width:50%;justify-self:center}}
