/* Company news, using the primary Immedia Power design system. */
body.news-page{--bg:#fff;--bg-off:#fff;--bg-card:#fff;background:#fff}
body.news-page nav{background:rgba(255,255,255,.96)}
body.news-page .mobile-menu{background:rgba(255,255,255,.99)}
body.news-page footer{background:#fff}
.news-shell{min-height:100dvh;background:#fff;padding-top:64px}
.news-masthead{max-width:1100px;margin:0 auto;padding:6.5rem 2.5rem 3rem}
.news-masthead h1{font-family:var(--fd);font-size:clamp(1.9rem,3.6vw,2.9rem);line-height:1.06;font-weight:600;letter-spacing:-.02em;color:var(--text);margin-bottom:.9rem}
.news-masthead p{max-width:620px;color:var(--text-secondary);font-size:1rem;line-height:1.7}
.news-list{max-width:1100px;margin:0 auto;padding:0 2.5rem 6.5rem}
.news-row{display:grid;grid-template-columns:130px minmax(0,1fr) 150px;gap:2.5rem;align-items:center;padding:2.5rem 0;border-top:1px solid var(--border);color:inherit;text-decoration:none}
.news-row:last-child{border-bottom:1px solid var(--border)}
.news-row-meta,.news-article-meta{font-family:var(--fd);font-size:clamp(.95rem,1.2vw,1.1rem);font-weight:600;line-height:1.25;letter-spacing:-.01em;color:var(--text)}
.news-row h2{font-family:var(--fd);font-size:clamp(1.25rem,2vw,1.8rem);font-weight:600;line-height:1.18;letter-spacing:-.015em;color:var(--text);margin-bottom:.65rem;transition:color .2s}
.news-row:hover h2{color:var(--green)}
.news-row p{max-width:670px;color:var(--text-secondary);font-size:.9rem;line-height:1.65}
.news-row-logo{height:96px;display:flex;align-items:center;justify-content:center;background:#fff;padding:0;overflow:hidden}
.news-row-logo img{display:block;width:100%;height:100%;object-fit:contain}
.news-empty{padding:2.5rem 0;border-top:1px solid var(--border);color:var(--text-secondary)}

.news-article{max-width:1100px;margin:0 auto;padding:6.5rem 2.5rem 7rem}
.news-back{display:inline-block;margin-bottom:3.5rem;font-family:var(--fm);font-size:.63rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);text-decoration:none;transition:color .2s}
.news-back::before{content:'\2190';margin-right:.65rem}
.news-back:hover{color:var(--text)}
.news-article-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:4.5rem;align-items:start}
.news-article h1{font-family:var(--fd);font-size:clamp(2rem,4.5vw,3.6rem);font-weight:600;line-height:1.04;letter-spacing:-.025em;color:var(--text);margin:.9rem 0 1.25rem}
.news-article-deck{max-width:760px;color:var(--text-secondary);font-size:1.08rem;line-height:1.65;padding-bottom:2.25rem;border-bottom:1px solid var(--border)}
.news-article-body{max-width:720px;padding-top:2.25rem}
.news-article-body p{color:var(--text-secondary);font-size:.96rem;line-height:1.8;margin-bottom:1.35rem}
.news-source{display:inline-flex;align-items:center;margin-top:1rem;padding:.8rem 1.1rem;border:1px solid var(--border-strong);font-family:var(--fm);font-size:.63rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text);text-decoration:none;transition:border-color .2s,color .2s}
.news-source::after{content:'\2197';margin-left:.65rem;color:var(--green)}
.news-source:hover{border-color:var(--text);color:#fff}
.news-story-visual{position:sticky;top:104px;min-height:220px;display:flex;align-items:center;justify-content:center;background:#fff;padding:1rem 0}
.news-story-visual img{display:block;width:100%;height:auto;max-height:180px;object-fit:contain}
.news-story-visual img[src$="commercial-momentum.svg"]{max-height:320px}

@media(max-width:820px){
  .news-masthead{padding:4.5rem 1.5rem 2.5rem}
  .news-list{padding:0 1.5rem 4.5rem}
  .news-row{grid-template-columns:1fr 104px;gap:1.5rem;padding:2rem 0}
  .news-row-meta{grid-column:1/-1}
  .news-row-logo{grid-column:2;grid-row:2;height:76px;padding:1rem}
  .news-row-copy{grid-column:1;grid-row:2}
  .news-article{padding:4.5rem 1.5rem 5rem}
  .news-back{margin-bottom:2.5rem}
  .news-article-grid{grid-template-columns:1fr;gap:2.5rem}
  .news-story-visual{position:static;grid-row:1;min-height:180px}
}

@media(max-width:480px){
  .news-row{grid-template-columns:1fr}
  .news-row-copy,.news-row-logo{grid-column:1;grid-row:auto}
  .news-row-logo{width:120px;height:72px}
}
