/* Main news package: lead and supporting stories, with ranking below. */
.portal-home .portal-layout{grid-template-columns:minmax(0,1fr) 300px;grid-template-areas:'feature feature' 'major rail';gap:32px 28px}
.portal-feature{grid-area:feature;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:30px;border-bottom:2px solid #171717;padding:8px 0 24px}
.portal-feature-main{min-width:0}
.portal-home .portal-feature .ed-hero-link{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:20px 24px;align-items:start}
.portal-home .portal-feature .ed-hero h1{grid-column:1/-1;font-size:32px;line-height:1.4;margin:0;max-height:none;display:block;overflow:visible}
.portal-home .portal-feature .ed-hero img{aspect-ratio:16/9;width:100%;height:auto}
.portal-home .portal-feature .ed-hero-copy{order:initial;padding:0}
.portal-home .portal-feature .ed-hero-kicker{display:block;margin:0 0 10px}
.portal-home .portal-feature .ed-hero-summary{font-size:14px;line-height:1.85;-webkit-line-clamp:7;color:#444}
.portal-home .portal-feature .ed-hero-controls{margin:0}
.portal-home .portal-feature .portal-secondary{padding-left:30px;gap:20px}
.portal-home .portal-feature .portal-secondary .portal-photo{aspect-ratio:16/9}
.portal-home .portal-feature .portal-secondary h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:18px;line-height:1.5}
.portal-support{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;border-top:1px solid #dedede;padding-top:24px;margin-top:8px}
.portal-home .portal-support .portal-story{display:grid;grid-template-columns:44% minmax(0,1fr);gap:16px;padding:0;border:0}
.portal-home .portal-support .portal-photo{width:100%;height:auto;aspect-ratio:16/9}
.portal-home .portal-support h3{margin:0;font-size:16px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.portal-home .portal-support p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:13px;line-height:1.65;margin:8px 0 0}
.portal-home .portal-support .portal-label{display:none}
@media(max-width:1000px){
 .portal-feature{grid-template-columns:minmax(0,1fr) 240px;gap:20px}
 .portal-home .portal-feature .portal-secondary{padding-left:20px}
 .portal-home .portal-feature .ed-hero h1{font-size:27px}
 .portal-home .portal-support .portal-story{grid-template-columns:1fr;gap:8px}
}
@media(max-width:700px){
 .portal-home .portal-layout{display:flex;flex-direction:column;gap:28px}
 .portal-home .portal-layout>*{width:100%}
 .portal-feature{display:block;padding-top:0}
 .portal-home .portal-feature .ed-hero-link{grid-template-columns:1fr;gap:14px}
 .portal-home .portal-feature .ed-hero h1{font-size:25px}
 .portal-home .portal-feature .ed-hero-summary{-webkit-line-clamp:3}
 .portal-support{gap:16px;padding-top:20px}
 .portal-home .portal-feature .portal-secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-left:0;border-top:1px solid #dedede;padding:20px 0 0;margin-top:24px;gap:16px}
 .portal-home .portal-feature .portal-secondary .portal-story{border:0;padding:0}
 .portal-home .portal-feature .portal-secondary h3{font-size:16px}
}
.portal-home .portal-feature .portal-secondary{grid-area:auto;grid-template-rows:none;min-width:0}
.portal-home .portal-feature .portal-story h3{white-space:normal;max-height:none}
@media(max-width:700px){
 .portal-home .portal-feature .portal-secondary .portal-story{display:flex;flex-direction:column;gap:8px}
 .portal-home .portal-feature .portal-secondary .portal-photo{height:auto;width:100%;aspect-ratio:16/9}
 .portal-home .portal-feature .portal-secondary .portal-story p{display:none}
}

/* Keep the in-feed banner directly below the companion articles. */
.portal-main-below{grid-area:major;min-width:0}
.portal-home .portal-main-below .portal-feed{margin:28px 0 0;width:100%;min-height:0}
.portal-home .portal-main-below .portal-feed .ad-slot{max-width:100%;box-sizing:border-box}
