.home-category-cards{box-sizing:border-box;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-width:1600px;margin:0 auto;padding:20px 16px 4px;background:#fff;color:#151717;font-family:Deck Text,Arial,sans-serif}
.home-category-card{min-width:0;padding:14px 12px 42px;border:1px solid #d5d9d9;border-radius:16px;background:#fff}
.home-category-card h2{margin:0 0 12px;font-family:Deck Display,Arial,sans-serif;font-size:clamp(20px,1.65vw,26px);font-weight:700;line-height:1.15;letter-spacing:0}
.home-category-card h2 a{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:32px;color:inherit;text-decoration:none}
.home-category-card h2 svg{width:22px;height:22px;flex:none;stroke-width:1.7}
.home-category-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:8px;row-gap:42px}
.home-category-card__tile{display:block;min-width:0;color:inherit;text-decoration:none}
.home-category-card__image{display:block;aspect-ratio:1;overflow:hidden;border-radius:12px;background:#f4f2ee}
.home-category-card__image img{display:block;width:100%;height:100%;object-fit:cover}
.home-category-card__image--contain{background:#fff}
.home-category-card__image--contain img{object-fit:contain;padding:7px;box-sizing:border-box}
.home-category-card__label{display:block;margin-top:7px;font-size:14px;line-height:1.35}
.home-category-card a:hover .home-category-card__label,.home-category-card h2 a:hover{text-decoration:underline;text-underline-offset:3px}
.home-category-card a:focus-visible{outline:2px solid #805b13;outline-offset:4px;border-radius:4px}
@media(min-width:1101px){.home-category-card h2{min-height:60px;display:flex;align-items:center}.home-category-card h2 a{width:100%}}
@media(min-width:1500px){.home-category-card h2{min-height:32px}}
@media(max-width:1100px){.home-category-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-category-card{padding:16px 14px 28px}.home-category-card h2{font-size:25px}.home-category-card__grid{row-gap:28px}.home-category-card__label{font-size:15px}}
@media(max-width:600px){.home-category-cards{grid-template-columns:minmax(0,1fr);padding:12px 12px 4px}.home-category-card{padding:16px 12px 24px}.home-category-card h2{font-size:25px}.home-category-card__grid{row-gap:24px}.home-category-card__label{font-size:14px}}
