.home-press .press-heading{display:flex;justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:40px}
.home-press .press-heading h2{margin:0}
.home-press .press-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:24px}
.home-press .press-item{position:relative;isolation:isolate;display:grid;align-items:end;min-width:0;min-height:320px;overflow:hidden;border-radius:14px;background:#0a2535}
.home-press .press-item:first-child{grid-row:span 2;min-height:664px}
.home-press .press-photo{position:absolute;inset:0;z-index:-2;display:block}
.home-press .press-photo img{display:block;width:100%;height:100%;object-fit:cover}
.home-press .press-copy{padding:80px 32px 32px;color:#fff;background:linear-gradient(0deg,rgba(5,23,34,.97),rgba(5,23,34,.86) 65%,rgba(5,23,34,0))}
.home-press .press-copy time{display:block;font-size:13px;line-height:1.4;color:#e0edf4;margin-bottom:12px}
.home-press h3{margin:0;font-size:clamp(22px,1.7vw,28px);line-height:1.2;letter-spacing:-.02em;text-wrap:balance;overflow-wrap:break-word}
.home-press .press-item:first-child h3{font-size:clamp(30px,2.7vw,42px)}
.home-press h3 a{color:#fff;text-decoration:none}
.home-press h3 a::after{content:"";position:absolute;inset:0;z-index:1}
.home-press h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}
.home-press a:focus-visible{outline:2px solid #0874b9;outline-offset:5px}
.home-press .press-item:focus-within{outline:3px solid #0874b9;outline-offset:4px}
.home-press h3 a:focus-visible{outline:none;text-decoration:underline;text-underline-offset:5px}
.home-press .press-summary{display:none}
@media(max-width:1100px){
 .home-press .press-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .home-press .press-item:first-child{grid-column:1/-1;grid-row:auto;min-height:480px}
 .home-press .press-item{min-height:400px}
 .home-press .press-copy{padding:72px 24px 24px}
 .home-press h3{font-size:23px}
}
@media(max-width:600px){
 .home-press .press-heading{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:28px}
 .home-press .press-grid{grid-template-columns:minmax(0,1fr);gap:20px}
 .home-press .press-item,.home-press .press-item:first-child{min-height:420px;grid-column:auto}
 .home-press .press-copy{padding:72px 24px 24px}
 .home-press h3,.home-press .press-item:first-child h3{font-size:26px;line-height:1.2}
}
