

.home-shell{width:min(100% - 2rem,72rem);margin:0 auto;padding:clamp(2rem,4vw,3.25rem) 0 4rem}.home-hero{display:grid;gap:.9rem;max-width:58rem;padding:clamp(1.5rem,4vw,2.75rem) 0 clamp(2rem,4vw,3rem)}.home-hero h1{max-width:var(--measure-title);margin:0;color:var(--site-text);font-size:var(--type-home-title);font-weight:700;letter-spacing:0;line-height:1.08}.home-hero p:not(.eyebrow){max-width:var(--measure-readable);margin:0;color:var(--site-muted);font-size:var(--type-lead);line-height:1.65}.home-hero--compact{padding-bottom:2rem}.home-hero--compact h1{font-size:var(--type-page-title)}.home-topics{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.75rem}.home-feed{border-top:1px solid var(--site-border);padding-top:1.5rem}.home-section-heading{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.home-section-heading h2{margin:.1rem 0 0;color:var(--site-text);font-size:var(--type-section-title);letter-spacing:0;line-height:1.18}.home-section-heading p{margin:0;color:var(--site-muted)}.home-grid{display:grid;grid-template-columns:1fr;align-items:start;gap:1rem}.home-card{display:grid;min-width:0;overflow:hidden;border:1px solid var(--site-border);border-radius:.5rem;background:var(--site-surface);transition:border-color 180ms ease,transform 180ms ease,box-shadow 180ms ease}.home-card:hover{border-color:color-mix(in srgb,var(--site-accent),var(--site-border) 50%);background:color-mix(in srgb,var(--site-surface),var(--site-soft) 45%)}.home-card__media{display:block;overflow:hidden;aspect-ratio:2/1;background:var(--site-soft)}.home-card__image{width:100%;height:100%;object-fit:cover}.home-card__body{display:grid;gap:.6rem;padding:.9rem}.home-card__meta{margin:0;color:var(--site-muted);font-size:.85rem;font-weight:500}.home-card h3{margin:0;color:var(--site-text);font-size:1.05rem;font-weight:600;letter-spacing:0;line-height:1.24}.home-card h3 a{color:inherit;text-decoration:none}.home-card h3 a:hover{color:var(--site-link);text-decoration:underline}.home-card__body>p:not(.home-card__meta){display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0;color:var(--site-muted);font-size:.92rem;line-height:1.6}.home-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.15rem}.home-card__tags a:nth-child(n+3){display:none}.home-card__tags a{color:var(--site-muted);font-size:.8rem;font-weight:600;text-decoration:none}.home-card__tags a::before{content:"#"}.home-card__tags a:hover{color:var(--site-accent)}.home-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-top:2rem;color:var(--site-muted)}@media (min-width:700px){.home-shell{padding-top:clamp(2.75rem,5vw,4rem)}.home-section-heading{flex-direction:row;align-items:end;justify-content:space-between}.home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.home-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-card--lead{grid-column:span 2;grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr)}.home-card--lead .home-card__media{aspect-ratio:4/3;min-height:0}.home-card--lead h3{font-size:1.2rem;line-height:1.22}.home-card--lead .home-card__body{align-content:start;padding:1.1rem}.home-card--lead .home-card__body>p:not(.home-card__meta){-webkit-line-clamp:2}}@media (max-width:420px){.home-shell{width:min(100% - 1.25rem,72rem)}.home-hero{padding-top:1.25rem}}