/* Four-column News & Media archive and full-width single story presentation. */
.msf-container--news{width:min(calc(100% - 48px),1560px);margin-inline:auto}.msf-container--news-single{width:min(calc(100% - 48px),1460px);margin-inline:auto}.msf-container--article{width:min(calc(100% - 48px),1040px);margin-inline:auto}.msf-news-grid--four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.2rem,2vw,1.8rem)}.msf-news-grid--four .msf-news-card{display:flex;min-width:0;flex-direction:column}.msf-news-grid--four .msf-news-card__media{aspect-ratio:16/10.5}.msf-news-grid--four .msf-news-card__body{display:flex;flex:1;flex-direction:column;padding:1.25rem}.msf-news-grid--four .msf-news-card__body h3{font-size:clamp(1rem,1.25vw,1.2rem);line-height:1.4}.msf-news-grid--four .msf-news-card__body p{font-size:.86rem;line-height:1.62}.msf-news-grid--four .msf-text-link{margin-top:auto}.msf-news-archive-page,.msf-news-archive-section{background:var(--msf-light)}.msf-news-archive-page .msf-page-hero__inner{padding-top:clamp(2.4rem,4vw,4rem);padding-bottom:clamp(2rem,3.5vw,3.5rem)}.msf-news-archive-page .msf-page-hero h1{font-size:clamp(2.5rem,5vw,4.8rem)}.msf-load-more-wrap{display:grid;justify-items:center;gap:.8rem;margin-top:3rem}
.msf-news-single{background:var(--msf-light)}.msf-news-single__hero{position:relative;isolation:isolate;padding:clamp(2.2rem,4vw,4rem) 0 clamp(3.2rem,5vw,5rem);background:linear-gradient(120deg,rgba(14,35,56,.99),rgba(24,54,80,.97)),var(--msf-navy);color:var(--msf-white);overflow:hidden}.msf-news-single__orb{position:absolute;z-index:-1;border-radius:50%;pointer-events:none}.msf-news-single__orb--one{top:-240px;right:8%;width:520px;height:520px;background:rgba(137,184,43,.11)}.msf-news-single__orb--two{bottom:-250px;left:5%;width:430px;height:430px;border:75px solid rgba(210,150,14,.07)}.msf-news-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin-bottom:1.4rem;color:rgba(255,255,255,.5);font-size:.75rem;font-weight:600}.msf-news-breadcrumb a{color:rgba(255,255,255,.78);text-decoration:none}.msf-news-breadcrumb a:hover{color:#cfea91}.msf-news-single__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:1.2rem;color:rgba(255,255,255,.68);font-size:.78rem;font-weight:600}.msf-news-single__hero h1{max-width:1220px;margin:0;color:var(--msf-white);font-size:clamp(2.7rem,5.2vw,5.8rem);line-height:1.03;letter-spacing:-.052em;text-wrap:balance}.msf-news-single__lead{position:relative;z-index:4;margin-top:clamp(-2.4rem,-3vw,-1.4rem)}.msf-news-single__lead-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:clamp(1.5rem,3vw,3rem);align-items:stretch}.msf-news-single__featured,.msf-news-single__summary{border:1px solid rgba(14,35,56,.09);border-radius:28px;background:var(--msf-white);overflow:hidden;box-shadow:0 24px 65px rgba(14,35,56,.15)}.msf-news-single__featured{min-height:420px}.msf-news-single__featured img,.msf-news-single__featured-placeholder{width:100%;height:100%;min-height:420px}.msf-news-single__featured img{object-fit:cover}.msf-news-single__featured-placeholder{display:grid;place-items:center;background:linear-gradient(145deg,var(--msf-green-soft),#d9e9ef);color:var(--msf-green-dark)}.msf-news-single__featured-placeholder .msf-icon{width:90px;height:90px}.msf-news-single__summary{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.6rem,3vw,2.7rem)}.msf-news-single__summary h2{font-size:clamp(1.8rem,2.6vw,2.8rem)}.msf-news-single__summary>p{color:var(--msf-text);font-size:1rem;line-height:1.78}.msf-news-single__share-note{display:flex;align-items:center;gap:.65rem;margin-top:1.25rem;padding-top:1.15rem;border-top:1px solid var(--msf-border);color:var(--msf-green-dark);font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.msf-news-single__share-note .msf-icon{width:22px;height:22px}.msf-news-single__article{padding:clamp(4rem,7vw,7rem) 0}.msf-news-single__content{color:var(--msf-text);font-size:clamp(1rem,1.15vw,1.1rem);line-height:1.88}.msf-news-single__content>:first-child{margin-top:0}.msf-news-single__content>:last-child{margin-bottom:0}.msf-news-single__content h2,.msf-news-single__content h3,.msf-news-single__content h4{margin-top:1.65em}.msf-news-single__content img{border-radius:18px;box-shadow:var(--msf-shadow-sm)}.msf-news-single__gallery-section{padding:clamp(4rem,6vw,6rem) 0;background:var(--msf-white)}.msf-story-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.msf-story-gallery__item{margin:0;border:1px solid var(--msf-border);border-radius:18px;background:var(--msf-light);overflow:hidden;box-shadow:var(--msf-shadow-sm)}.msf-story-gallery__item button{position:relative;display:block;width:100%;aspect-ratio:4/3;padding:0;border:0;background:var(--msf-navy);overflow:hidden}.msf-story-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform 380ms ease}.msf-story-gallery__item button:hover img{transform:scale(1.055)}.msf-story-gallery__zoom{position:absolute;right:.8rem;bottom:.8rem;display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:rgba(14,35,56,.88);color:var(--msf-white);box-shadow:0 8px 20px rgba(0,0,0,.25)}.msf-story-gallery__zoom .msf-icon{width:18px;height:18px}.msf-story-gallery__item figcaption{padding:.95rem 1rem 1.05rem;color:var(--msf-text);font-size:.82rem;line-height:1.55}.msf-news-single__related{padding:clamp(4rem,7vw,7rem) 0;background:var(--msf-light)}
@media(max-width:1240px){.msf-news-grid--four{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.msf-news-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.msf-news-single__lead-grid{grid-template-columns:1fr}.msf-story-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.msf-container--news,.msf-container--news-single,.msf-container--article{width:min(calc(100% - 30px),1560px)}.msf-news-grid--four,.msf-story-gallery{grid-template-columns:1fr}.msf-news-single__hero h1{font-size:clamp(2.35rem,12vw,3.6rem)}.msf-news-single__featured,.msf-news-single__featured img,.msf-news-single__featured-placeholder{min-height:290px}}

/* Focus category header: compact, legible and free of WordPress's Category: wrapper. */
.msf-category-page,.msf-category-stories{background:var(--msf-light)}.msf-category-hero{position:relative;isolation:isolate;padding:clamp(2.5rem,4.5vw,4.25rem) 0;background:linear-gradient(115deg,#0e2338 0%,#16384f 72%,#1c4b4d 100%);color:var(--msf-white);overflow:hidden}.msf-category-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:clamp(1.25rem,3vw,2.5rem);align-items:center}.msf-category-hero__icon{display:grid;width:clamp(74px,7vw,96px);height:clamp(74px,7vw,96px);place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:28px;background:linear-gradient(145deg,var(--msf-green),#b9dd69);color:var(--msf-navy);box-shadow:0 18px 44px rgba(0,0,0,.24);transform:rotate(-3deg)}.msf-category-hero__icon .msf-icon{width:45%;height:45%}.msf-category-hero__copy .msf-eyebrow{margin-bottom:.55rem}.msf-category-hero__copy h1{max-width:1050px;margin:0;color:var(--msf-white);font-size:clamp(2.3rem,4.4vw,4.75rem);line-height:1.04;letter-spacing:-.045em;text-wrap:balance}.msf-category-hero__count{margin:.7rem 0 0;color:rgba(255,255,255,.68);font-size:.82rem;font-weight:600}.msf-category-hero__back{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08);color:var(--msf-white);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-decoration:none;text-transform:uppercase;white-space:nowrap}.msf-category-hero__back:hover{border-color:var(--msf-green);background:var(--msf-green);color:var(--msf-navy)}.msf-category-hero__back .msf-icon{width:1rem;height:1rem}.msf-category-hero__orb{position:absolute;z-index:0;border-radius:50%;pointer-events:none}.msf-category-hero__orb--one{top:-190px;left:-100px;width:360px;height:360px;background:rgba(137,184,43,.11)}.msf-category-hero__orb--two{right:-130px;bottom:-270px;width:440px;height:440px;border:72px solid rgba(210,150,14,.08)}.msf-category-stories{padding-top:clamp(3.5rem,6vw,6rem)}

/* Single stories show one lead image; all additional photographs live in Photo Gallery. */
.msf-news-single__lead .msf-container--news-single{display:block}.msf-news-single__featured{width:100%}.msf-news-single__summary{display:none!important}.msf-news-single__content img,.msf-news-single__content picture,.msf-news-single__content figure.wp-block-image,.msf-news-single__content .wp-block-gallery,.msf-news-single__content .gallery{display:none!important}

@media(max-width:820px){.msf-category-hero__inner{grid-template-columns:auto minmax(0,1fr)}.msf-category-hero__back{grid-column:1/-1;justify-self:start}.msf-category-hero__copy h1{font-size:clamp(2.15rem,8vw,3.5rem)}}@media(max-width:560px){.msf-category-hero__inner{grid-template-columns:1fr}.msf-category-hero__icon{width:70px;height:70px}.msf-category-hero__back{grid-column:auto}.msf-category-hero__copy h1{font-size:clamp(2rem,11vw,3rem)}}
