/* News uses the existing navy, gold, cream and local typefaces. */
.news-kicker { display: block; margin: 0 0 14px; color: #78601f; font: 600 .75rem/1.5 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.news-hero { padding: calc(var(--header-height) + 68px) 0 68px; background: linear-gradient(140deg,var(--navy-soft),var(--navy-deep)); }
.news-hero .news-kicker { color: var(--gold-soft); }
.news-hero h1 { color: #fff; max-width: 850px; margin: 0 0 22px; font: 600 clamp(2.5rem,5.5vw,4.8rem)/1.05 var(--serif); }
.news-hero .news-lead { color: rgba(255,255,255,.8); }
.news-lead { font-size: clamp(1.07rem,1.8vw,1.22rem); line-height: 1.7; max-width: 770px; color: var(--grey-text); }
.home-news, .news-overview { padding: 76px 0 90px; background: var(--cream); }
.news-section-head { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 20px; margin-bottom: 32px; }
.news-section-head h2 { margin: 0; color: var(--navy); font: 600 clamp(2rem,3.8vw,3rem)/1.08 var(--serif); }
.news-all, .news-back { color: var(--navy); font-weight: 600; text-underline-offset: 5px; text-decoration: underline; padding: 12px 0; }
.news-all { flex: none; }
.news-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.news-card { display: flex; flex-direction: column; color: var(--navy); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; text-decoration: none; box-shadow: 0 12px 32px rgba(15,28,48,.07); transition: border-color .2s,box-shadow .2s; }
.news-card-featured { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); grid-column: 1/-1; }
.news-card:hover { border-color: var(--gold); box-shadow: 0 18px 40px rgba(15,28,48,.12); }
.news-card-image { position: relative; min-width: 0; overflow: hidden; }
.news-card-image img { display: block; width: 100%; height: 100%; min-height: 330px; object-fit: cover; object-position: 50% 56%; }
.news-photo-count { position: absolute; left: 22px; bottom: 22px; padding: 7px 12px; background: rgba(15,28,48,.92); color: #fff; border: 1px solid rgba(216,189,120,.5); border-radius: 6px; font-size: .8rem; }
.news-card-copy { display: flex; flex-direction: column; align-items: start; min-width: 0; padding: clamp(26px,3vw,44px); }
.news-card-copy h2 { margin: 8px 0 20px; color: var(--navy); font: 600 clamp(1.9rem,3vw,2.8rem)/1.09 var(--serif); }
.news-card-copy > p:not(.news-meta) { color: var(--grey-text); margin: 0; line-height: 1.75; }
.news-meta { display: flex; flex-wrap: wrap; gap: 6px 10px; color: var(--grey-text); font-size: .85rem; line-height: 1.7; margin: 0 0 8px; }
.news-read { display: inline-flex; gap: 12px; align-items: center; color: #78601f; font-weight: 600; margin-top: auto; padding-top: 28px; }
.news-article { background: var(--cream); }
.news-article-header { padding-top: calc(var(--header-height) + 40px); padding-bottom: 42px; }
.news-breadcrumb { display: flex; gap: 10px; flex-wrap: wrap; color: var(--grey-text); font-size: .85rem; margin-bottom: 38px; }
.news-breadcrumb a { color: var(--navy); text-decoration: underline; text-underline-offset: 4px; }
.news-article-header h1 { max-width: 1000px; color: var(--navy); margin: 0 0 24px; font: 600 clamp(2.5rem,5.8vw,4.7rem)/1.03 var(--serif); letter-spacing: -.015em; }
.news-article-header .news-meta { margin-bottom: 22px; }
.news-cover { margin-top: 0; margin-bottom: 0; }
.news-cover img { width: 100%; height: auto; display: block; border-radius: 14px; }
.news-cover figcaption, .news-photo figcaption { margin-top: 13px; font-size: .85rem; line-height: 1.6; color: var(--grey-text); }
.news-story { padding-top: 56px; padding-bottom: 64px; }
.news-copy { max-width: 780px; margin: 0 auto; }
.news-copy-section { padding: 0; margin: 0 0 34px; }
.news-copy h2 { margin: 0 0 20px; color: var(--navy); font: 600 clamp(1.9rem,3.2vw,2.5rem)/1.1 var(--serif); }
.news-copy p { margin: 0 0 20px; color: var(--grey-text); font-size: 1.06rem; line-height: 1.85; }
.news-sources { border-top: 1px solid var(--line); padding-top: 20px; }
.news-source { display: inline-block; padding: 10px 0; color: #78601f; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.news-gallery-section { padding-top: 0; padding-bottom: 90px; }
.news-gallery-section .news-section-head { border-top: 1px solid var(--line); padding-top: 38px; }
.news-gallery-section .news-section-head > span { color: var(--grey-text); }
.news-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 24px; }
.news-photo { min-width: 0; margin: 0; }
.news-gallery-link { position: relative; display: block; border-radius: 10px; background: var(--navy-deep); }
.news-gallery-link img { display: block; width: 100%; height: auto; border-radius: inherit; }
.news-enlarge { position: absolute; right: 16px; bottom: 16px; display: grid; width: 42px; height: 42px; place-items: center; background: var(--navy); color: var(--gold-soft); border: 1px solid var(--gold); border-radius: 50%; font-size: 1.25rem; }
.news-back { display: inline-block; margin-top: 34px; }
.news-lightbox { width: min(1200px,96vw); max-width: 96vw; max-height: 94dvh; padding: 18px 24px; border: 1px solid rgba(216,189,120,.45); border-radius: 12px; background: var(--navy-deep); color: #fff; box-shadow: 0 20px 80px rgba(0,0,0,.4); margin: auto; }
.news-lightbox::backdrop { background: rgba(5,12,24,.88); }
.news-lightbox-toolbar, .news-lightbox-controls { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.news-lightbox button { min-height: 44px; padding: 10px 14px; border: 1px solid rgba(216,189,120,.5); background: transparent; border-radius: 6px; color: var(--gold-soft); font: 500 .9rem/1.3 var(--sans); cursor: pointer; }
.news-lightbox button:hover { background: rgba(216,189,120,.12); }
.news-lightbox :focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 3px; }
.news-lightbox figure { margin: 14px 0; }
.news-lightbox img { display: block; width: 100%; height: min(66dvh,800px); object-fit: contain; }
.news-lightbox figcaption { min-height: 1.5em; text-align: center; margin-top: 12px; color: rgba(255,255,255,.8); font-size: .875rem; }
.news-lightbox-count { font-size: .9rem; }
body.news-gallery-open { overflow: hidden; }
@media(max-width:900px) { .news-card-featured { grid-template-columns: minmax(0,1fr); } .news-card-image img { min-height: 0; aspect-ratio: 4/3; } }
@media(max-width:720px) {
 .home-news, .news-overview { padding: 52px 0 60px; }
 .news-hero { padding-top: calc(var(--header-height) + 40px); padding-bottom: 48px; }
 .news-grid, .news-gallery { grid-template-columns: minmax(0,1fr); }
 .news-article-header { padding-top: calc(var(--header-height) + 28px); padding-bottom: 30px; }
 .news-article-header h1 { font-size: clamp(2.1rem,7vw,3rem); hyphens: auto; }
 .news-breadcrumb { margin-bottom: 26px; }
 .news-story { padding-top: 36px; padding-bottom: 32px; }
 .news-gallery-section { padding-bottom: 60px; }
 .news-lightbox { padding: 12px; }
 .news-lightbox img { height: 60dvh; }
 .news-lightbox-controls { gap: 10px; }
}
@media(prefers-reduced-motion:reduce) { .news-card { transition: none; } }
