/* News list only. Album and article-detail layouts continue using blog.css. */
.news-hero.blog-hero{min-height:560px;background:linear-gradient(112deg,#0755bd 0%,#116bce 57%,#2789e1 100%)}
.news-hero .blog-hero-halo{background:radial-gradient(ellipse at 77% 45%,rgba(123,221,255,.32),transparent 53%),radial-gradient(ellipse at 94% 0,rgba(172,230,255,.19),transparent 50%)}
.news-hero.blog-hero::after{z-index:1;inset:auto 0 0;height:70px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.04) 45%,rgba(255,255,255,.12));pointer-events:none}
.news-hero .blog-hero-inner{position:relative;z-index:2;padding-top:160px;padding-bottom:64px;pointer-events:none}
.news-hero-copy{max-width:47%;pointer-events:auto}
.news-hero .blog-eyebrow{margin-bottom:21px;letter-spacing:.18em;font-size:12px}
.news-hero h1{font-size:clamp(42px,4.25vw,64px);line-height:1.12;font-weight:600;letter-spacing:-.035em;overflow-wrap:break-word;text-wrap:balance}
.news-hero .blog-hero-line{max-width:460px;margin:25px 0 12px;font-size:clamp(19px,1.55vw,23px);line-height:1.5;letter-spacing:0;text-wrap:balance}
.news-hero .blog-hero-intro{max-width:390px;color:#d4eaff;font-size:15px;line-height:1.8;letter-spacing:.01em}
.news-hero .blog-hero-bottom{margin-top:35px;gap:18px}
.news-hero .blog-hero-bottom>a{font-size:13px;line-height:1.5}
.news-art{position:absolute;z-index:0;left:45.5%;right:-4%;top:0;bottom:0;pointer-events:none}
.news-art-parallax{height:100%;transform:perspective(1200px) translate3d(var(--news-x,0px),var(--news-y,0px),0) rotateX(var(--news-rx,0deg)) rotateY(var(--news-ry,0deg));transform-origin:50% 0;transition:transform .65s cubic-bezier(.2,.7,.3,1)}
.news-art-svg{display:block;width:100%;height:100%;overflow:visible}
.news-sheet{transform-box:view-box}
.news-sheet-back{--news-drift-period:11s;--news-drift-delay:-4s;--news-drift-y:3.5px}
.news-sheet-second{--news-drift-period:9.4s;--news-drift-delay:-1.3s;--news-drift-y:-4px}
.news-sheet-front{--news-drift-period:8.6s;--news-drift-delay:-5.6s;--news-drift-y:5px}
.news-sheet-third{--news-drift-period:10.2s;--news-drift-delay:-2.8s;--news-drift-y:-5px}
/* Static by default. JS enables motion only with observer support on fine pointers. */
.news-hero.has-news-entry .news-sheet{animation:news-panel-enter 1.45s cubic-bezier(.18,.7,.2,1) both;animation-play-state:paused}
.news-hero.has-news-entry .news-sheet-front{animation-delay:0s}
.news-hero.has-news-entry .news-sheet-second{animation-delay:.1s}
.news-hero.has-news-entry .news-sheet-third{animation-delay:.2s}
.news-hero.has-news-entry .news-sheet-back{animation-delay:.3s}
.news-hero.has-news-motion .news-panel-drift{animation:news-panel-drift var(--news-drift-period) ease-in-out var(--news-drift-delay) infinite;animation-play-state:paused}
.news-hero.is-news-moving .news-sheet,.news-hero.is-news-moving .news-panel-drift{animation-play-state:running}
.news-hero.is-news-static .news-sheet,.news-hero.is-news-static .news-panel-drift{animation:none!important}
.news-hero.is-news-static .news-art-parallax{transform:none;transition:none}
@keyframes news-panel-enter{from{transform:translateY(-22px);opacity:0}to{transform:translateY(0);opacity:1}}
@keyframes news-panel-drift{0%,100%{transform:translateY(0)}50%{transform:translateY(var(--news-drift-y))}}
@media (min-width:1800px){.news-hero.blog-hero{min-height:590px}}
@media (max-width:1120px){
    .news-hero.blog-hero{min-height:535px}
    .news-hero .blog-hero-inner{padding-top:146px;padding-bottom:62px}
    .news-hero-copy{max-width:49%}
    .news-hero h1{font-size:clamp(38px,4.4vw,49px)}
    .news-art{left:43%;right:-12%;opacity:.85}
    .news-hero .blog-hero-intro{font-size:14px}
}
@media (max-width:760px){
    .news-hero.blog-hero{min-height:510px}
    .news-hero .blog-hero-inner{padding-top:132px;padding-bottom:58px}
    .news-hero-copy{max-width:65%}
    .news-hero h1{font-size:clamp(38px,6vw,46px)}
    .news-hero .blog-hero-line{font-size:19px}
    .news-art{left:42%;right:-32%;opacity:.62}
}
@media (max-width:600px){
    .news-hero.blog-hero{min-height:480px}
    .news-hero.blog-hero::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(7,85,189,.9),rgba(10,91,193,.65) 58%,rgba(10,91,193,.12));pointer-events:none}
    .news-hero .blog-hero-inner{padding-top:128px;padding-bottom:48px}
    .news-hero-copy{max-width:100%}
    .news-hero h1{max-width:440px;font-size:clamp(36px,9vw,44px)}
    .news-hero .blog-eyebrow{margin-bottom:19px;letter-spacing:.14em}
    .news-hero .blog-hero-line{max-width:330px;font-size:19px;margin-top:23px}
    .news-hero .blog-hero-intro{max-width:310px;font-size:14px}
    .news-hero .blog-hero-bottom{margin-top:29px}
    .news-art{left:34%;right:-85%;opacity:.65}
    .news-art .news-sheet-back,.news-art .news-sheet-third{display:none}
}
@media (max-width:600px),(pointer:coarse),(prefers-reduced-motion:reduce){
    .news-hero .news-sheet,.news-hero .news-panel-drift{animation:none!important}
    .news-hero .news-art-parallax{transform:none;transition:none}
}
@media (forced-colors:active){.news-art,.news-hero.blog-hero::before,.news-hero.blog-hero::after{display:none}}
