.desson-shop-by-shape { color:var(--shape-text); background:var(--shape-bg); }
.desson-shop-by-shape__inner { padding-block:var(--shape-pt) var(--shape-pb); }
.desson-shop-by-shape h2 { margin:0; font-size:clamp(3rem,5vw,6rem); }
.desson-shop-by-shape header { margin-bottom:3rem; }
.desson-shop-by-shape__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:2rem; }
.desson-shop-by-shape__card { color:inherit; text-decoration:none; font-weight:700; letter-spacing:.04em; }
.desson-shop-by-shape__media { aspect-ratio:4 / 5; overflow:hidden; margin-bottom:1.4rem; background:var(--desson-paper); }
.desson-shop-by-shape__media img,.desson-shop-by-shape__media svg { width:100%;height:100%;object-fit:cover;transition:transform .4s ease; }
.desson-shop-by-shape__card:hover img,.desson-shop-by-shape__card:focus-visible img { transform:scale(1.025); }
.desson-shop-by-shape__card:focus-visible { outline:.2rem solid currentColor;outline-offset:.5rem; }
@media screen and (max-width:989px){.desson-shop-by-shape__grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media screen and (max-width:749px){.desson-shop-by-shape__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem;}}
@media (prefers-reduced-motion: reduce){.desson-shop-by-shape img{transition:none;transform:none!important;}}
