.news-home{background:var(--soft)}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--grid-gap)}.news-card{background:white;border:1px solid var(--line);display:flex;flex-direction:column;min-width:0;border-radius:var(--radius-panel);overflow:hidden}.news-card-image{display:block;overflow:hidden;aspect-ratio:1.65;background:#e8eef2}.news-card-image img{height:100%;width:100%;object-fit:cover;transition:transform .3s ease}.news-card-content{padding:var(--space-6);display:flex;flex-direction:column;flex:1}.news-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px 14px;font-size:.75rem;color:var(--muted);margin-bottom:16px}.news-category{font-weight:650;color:var(--red)}.archive-label{border:1px solid currentColor;padding:1px 6px;border-radius:var(--radius-control);font-size:.7rem}.news-card h3{font-size:var(--type-card);line-height:1.35;letter-spacing:-.02em;margin-bottom:13px}.news-card p{font-size:1rem;color:var(--muted);line-height:1.7}.news-read{display:flex;justify-content:space-between;padding-top:16px;margin-top:auto;border-top:1px solid #e5ebef;font-size:.85rem;color:var(--navy)}.news-read span{font-size:1.1rem}.news-no-photo{height:100%;min-height:190px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;background:linear-gradient(130deg,var(--navy),#24546e);color:#fff;font-size:3rem;letter-spacing:-.07em}.news-no-photo>span{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}.news-spotlight{display:grid;grid-template-columns:1.12fr 1fr;background:var(--navy);color:white;border-radius:var(--radius-panel);overflow:hidden;margin:38px 0 40px}.news-spotlight-image{display:block;min-height:430px;overflow:hidden}.news-spotlight-image img{height:100%;width:100%;object-fit:cover}.news-spotlight-copy{padding:42px;align-self:center}.news-spotlight h2{font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.13;letter-spacing:-.035em}.news-spotlight .eyebrow{color:var(--color-accent-on-dark)}.news-spotlight .news-meta,.news-spotlight p{color:var(--color-muted-on-dark)}.news-spotlight a:hover{color:#fff}.news-spotlight p{font-size:.98rem;line-height:1.75}.news-feed{padding-top:32px}.news-pagination{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:42px;font-size:.9rem}.news-pagination a{display:inline-flex;align-items:center;min-height:44px;border:1px solid var(--color-control-border);padding:10px 16px;border-radius:var(--radius-control);background:var(--white)}.news-article-wrap{max-width:1100px}.news-article-wrap h1{max-width:1000px}.news-article-wrap .page-hero{border-bottom:0;padding-bottom:25px}.news-article-cover{margin:10px 0 42px}.news-article-cover img{width:100%;max-height:620px;object-fit:cover;border-radius:var(--radius-panel)}.news-article-cover figcaption{font-size:.8rem;color:var(--muted);margin-top:10px}.news-prose{max-width:780px;margin-inline:auto;padding:15px 0 25px}.news-prose blockquote{border-left:3px solid var(--red);margin-left:0;padding:8px 24px;background:var(--soft)}.news-back{padding:20px 0 48px}.news-article-wrap .source-link{max-width:780px;margin-inline:auto;margin-top:5px}.news-article-wrap .article-head .news-meta{margin-top:0}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.news-card:hover .news-card-image img{transform:scale(1.025)}}
@media(max-width:1000px){.news-grid{gap:18px}.news-card-content{padding:var(--space-6)}.news-spotlight-copy{padding:30px}.news-spotlight-image{min-height:380px}}
@media(max-width:750px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-spotlight{grid-template-columns:1fr}.news-spotlight-image{height:310px;min-height:0}.news-spotlight-copy{padding:28px}.news-article-cover{margin-bottom:26px}}
@media(max-width:500px){.news-grid{grid-template-columns:1fr}.news-spotlight-image{height:235px}.news-spotlight-copy{padding:24px}.news-pagination{gap:12px;font-size:.8rem}.news-pagination a{padding:10px}.news-article-wrap h1{font-size:var(--type-page)}.news-card h3{font-size:var(--type-card)}}
[data-reading-mode] .news-grid{display:block}[data-reading-mode] .news-card,[data-reading-mode] .news-spotlight,[data-reading-mode] .news-filters,[data-reading-mode] .news-home,[data-reading-mode] .news-prose blockquote{background:transparent;color:inherit;border-color:currentColor}[data-reading-mode] .news-card{margin-bottom:30px;padding:20px}[data-reading-mode] .news-card-image{aspect-ratio:auto;background:transparent}[data-reading-mode] .news-card-image img{height:auto;max-height:none}[data-reading-mode] .news-spotlight{display:block}[data-reading-mode] .news-spotlight-image{height:auto;min-height:0}[data-reading-mode] .news-spotlight-copy{padding:20px 0}[data-reading-mode] .news-meta,[data-reading-mode] .news-category,[data-reading-mode] .news-card p,[data-reading-mode] .news-read,[data-reading-mode] .news-spotlight p,[data-reading-mode] .news-article-cover figcaption{font-size:inherit;color:inherit}[data-reading-mode] .news-meta{margin:15px 0}[data-reading-mode] .news-no-photo{display:none}[data-reading-mode] .news-card h3{font-size:1.3em}[data-reading-mode] .news-card-content{padding:0}[data-reading-mode] .news-spotlight a:hover{color:inherit}[data-reading-mode] .news-article-wrap{max-width:none}[data-reading-mode] .news-article-cover img{max-height:none;object-fit:contain}

[data-reading-mode] .news-spotlight .eyebrow{color:inherit}

.news-grid>.empty{grid-column:1/-1}.news-card h3{overflow-wrap:anywhere}.news-pagination{flex-wrap:wrap}.news-read{min-height:44px}.news-card-image:focus-visible,.news-spotlight-image:focus-visible{outline-offset:-5px}.high-contrast .news-spotlight{background:#000;color:#fff}.high-contrast .news-card,.high-contrast .news-filters{border-color:#000}.high-contrast .news-no-photo{background:#000}.high-contrast .news-meta,.high-contrast .news-card p{color:#000}.high-contrast .news-spotlight .news-meta{color:#fff}.news-card-image img{transition:transform var(--motion-fast) ease}

/* Imported albums keep full photo framing and load below the text. */
.news-prose .news-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:24px 0 36px;align-items:start}
.news-prose .news-gallery figure{margin:0;min-width:0}
.news-prose .news-gallery a{display:block;border-radius:var(--radius-panel,12px);overflow:hidden;background:var(--soft,#eef3f5)}
:where(.news-prose .news-gallery) img{display:block;width:100%;height:auto;margin:0;border-radius:0}
.news-prose .news-gallery a:focus-visible{outline:3px solid var(--red,#a82030);outline-offset:4px}
.news-prose{overflow-wrap:anywhere}
[data-reading-mode] .news-prose .news-gallery{display:block}
[data-reading-mode] .news-prose .news-gallery figure{margin:24px 0}
[data-reading-mode] .news-prose .news-gallery a{background:transparent;color:inherit}
@media(max-width:550px){.news-prose .news-gallery{grid-template-columns:1fr;gap:14px}}
