.home-featured-scroll{margin:-6px;padding:6px;outline-offset:0}
.home-featured-scroll:focus-visible{outline:2px solid var(--accent)}
.home-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;margin:0;padding:0;list-style:none}
.home-featured-grid>li{min-width:0}
.home-featured-card{display:flex;flex-direction:column;height:100%;color:var(--ink)}
.home-featured-image{aspect-ratio:1;overflow:hidden;background:#fff}
.home-featured-image img{width:100%;height:100%;object-fit:contain;display:block}
.home-featured-meta{display:flex;flex:1;flex-direction:column;padding:22px 0 0}
.home-featured-meta .eyebrow{font-size:10px;letter-spacing:.1em;margin:0 0 10px;color:var(--muted)}
.home-featured-meta h3{font-size:17px;line-height:1.45;font-weight:500;letter-spacing:-.025em;margin:0 0 18px}
.home-featured-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-top:auto}
.home-featured-bottom p{font-size:15px;white-space:nowrap;margin:0}
.home-featured-bottom>span{color:var(--accent);font-size:12px;line-height:1.6;white-space:nowrap;text-underline-offset:5px}
.home-featured-card:hover .home-featured-bottom>span,.home-featured-card:focus-visible .home-featured-bottom>span{text-decoration:underline}
@media(max-width:1100px){.home-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}}
@media(max-width:600px){.home-featured-scroll{overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:6px;padding-bottom:16px;scrollbar-width:thin;scrollbar-color:#bfc1c5 transparent}.home-featured-grid{grid-template-columns:repeat(4,minmax(0,1fr));width:calc(74vw * 4 + 18px * 3);gap:18px}.home-featured-grid>li{scroll-snap-align:start}.home-featured-meta{padding-top:18px}.home-featured-meta h3{font-size:17px}.home-featured .section-heading{margin-bottom:25px}}
