.explore-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;max-width:1100px;margin:0 auto;display:grid}.explore-category-grid[data-count="1"]{grid-template-columns:minmax(0,1fr);max-width:360px}.explore-category-grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr));max-width:740px}.explore-category-grid[data-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.explore-category-grid .explore-category-tile{text-align:left;min-width:0;color:var(--navy,#102044);background:#fff;border:1px solid #dce5f2;border-radius:24px;flex-direction:column;padding:0;text-decoration:none;transition:transform .2s,border-color .2s;display:flex;overflow:hidden}.explore-category-image{aspect-ratio:1;border-top-left-radius:inherit;border-top-right-radius:inherit;background:#eef2fa;width:100%;padding:0;overflow:hidden}.explore-category-image img{object-fit:cover;width:100%;max-width:none;height:100%;display:block}.explore-category-copy{flex-direction:column;flex:1;padding:18px;display:flex}.explore-category-grid .explore-category-tile h3{color:var(--navy,#102044);margin:0 0 8px;font-size:20px;font-weight:700;line-height:1.25}.explore-category-grid .explore-category-tile p{color:#65758f;margin:0 0 16px;font-size:14px;line-height:1.4}.explore-category-tile .explore-category-cta{color:#155fcf;align-items:center;gap:6px;margin-top:auto;font-size:13px;font-weight:700;line-height:20px;display:flex}.explore-category-cta svg{width:16px;height:16px}.explore-category-grid a.explore-category-tile:focus-visible{outline-offset:4px;outline:3px solid #155fcf}@media (hover:hover){.explore-category-grid a.explore-category-tile:hover{border-color:#9db9e8;transform:translateY(-2px)}}@media (width<=700px){.explore-category-grid,.explore-category-grid[data-count]{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:none}.explore-category-grid .explore-category-tile{border-radius:20px}.explore-category-copy{padding:12px 10px 14px}.explore-category-grid .explore-category-tile h3{margin-bottom:7px;font-size:15px}.explore-category-grid .explore-category-tile p{margin-bottom:12px;font-size:12px;line-height:1.4}.explore-category-tile .explore-category-cta{font-size:12px}}@media (prefers-reduced-motion:reduce){.explore-category-grid .explore-category-tile{transition:none;transform:none!important}}
