/* Approved compact news layout: two photo stories and a three-story directory. */
.newsroom{padding-block:72px;scroll-margin-top:108px;background:var(--paper,#faf9f6)}
.newsroom-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:32px;padding-bottom:32px;border-bottom:1px solid var(--line)}
.newsroom-header h2{font-size:clamp(44px,4.4vw,64px);font-weight:700;line-height:1.15;letter-spacing:-.035em;overflow-wrap:break-word;text-wrap:initial}
.newsroom-header>p{font-size:20px;color:var(--muted);line-height:1.6;max-width:38ch;text-wrap:pretty}
.newsroom .text-link{font-size:19px;line-height:1.5;min-height:44px;gap:22px}
.newsroom .text-link .arrow{width:25px;height:25px;flex:none}
.newsroom-all{justify-self:end;white-space:nowrap}
.newsroom-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.newsroom-column{display:flex;flex-direction:column;min-width:0;padding-top:28px}
.newsroom-company{padding-inline-end:40px}
.newsroom-industry{padding-inline-start:40px;border-inline-start:1px solid var(--line)}
.newsroom-column-heading{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 16px;margin-bottom:26px;min-height:48px}
.newsroom-column-heading h3{font-size:clamp(28px,2.25vw,36px);font-weight:700;line-height:1.3;letter-spacing:-.02em;text-wrap:initial;overflow-wrap:break-word}
.newsroom-column-heading>p{font-size:15px;color:var(--muted);line-height:1.6}
.newsroom-preview-note{font-size:14px;line-height:1.5;color:var(--muted);margin-inline-start:auto}
.newsroom h4{margin:0}
.newsroom-features{display:grid;gap:24px;margin-bottom:24px;min-width:0}
.newsroom-feature{min-width:0}
.newsroom-feature-link{display:block;color:var(--ink);border-radius:10px}
.newsroom-feature-link:focus-visible{outline:2px solid var(--accent);outline-offset:5px}
.newsroom-feature-visual{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1fr);align-items:end;overflow:hidden;border-radius:10px;background:var(--dark,#232629);color:var(--white,#fff)}
/* The photo sets a preferred height; the shared grid row can grow for a longer translated title. */
.newsroom-feature-visual::before{content:"";grid-area:1 / 1;padding-block-start:40%;pointer-events:none}
.newsroom-feature-photo{position:absolute;inset:0;z-index:0}
.newsroom-feature-photo>img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%;transition:transform 250ms var(--ease)}
.newsroom-feature-photo--visitors>img{object-position:50% 68%}
.newsroom-feature-overlay{position:relative;isolation:isolate;z-index:1;grid-area:1 / 1;display:flex;align-items:flex-end;gap:16px;margin-top:80px;padding:16px 20px}
.newsroom-feature-overlay::before{content:"";position:absolute;inset:-36px 0 0;z-index:-1;background:linear-gradient(180deg,transparent 0%,rgba(22,25,27,.78) 34%,rgba(22,25,27,.92) 100%)}
.newsroom-feature-copy{min-width:0;flex:1}
.newsroom-date{font-size:13px;color:inherit;line-height:1.5;margin:0 0 4px;font-variant-numeric:tabular-nums}
.newsroom-feature h4{font-size:clamp(20px,1.65vw,24px);line-height:1.35;font-weight:650;letter-spacing:-.015em;text-wrap:balance;overflow-wrap:anywhere;color:inherit}
.newsroom-feature h4 .story-title-clause{display:block}
.newsroom-feature h4 .story-title-word{display:inline-block;white-space:nowrap}
.newsroom-feature-overlay>.arrow{width:24px;height:24px;flex:none;color:inherit;transition:transform 200ms var(--ease)}
.newsroom-summary{font-size:16px;line-height:1.6;color:var(--muted);margin-top:8px;text-wrap:pretty;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.newsroom-feature-link:is(:hover,:focus-visible) h4{color:var(--white,#fff);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.newsroom-feature-link:is(:hover,:focus-visible) img{transform:scale(1.02)}
.newsroom-feature-link:is(:hover,:focus-visible) .newsroom-feature-overlay>.arrow{transform:translate(2px,-2px)}
.newsroom-feature-visual--no-photo{min-height:160px}
.newsroom-feature-visual--no-photo::before{padding:0}
.newsroom-feature-visual--no-photo .newsroom-feature-overlay{margin-top:32px}
.newsroom-stories{display:grid;grid-auto-rows:1fr;list-style:none;padding:0;margin:0 0 26px;flex:1;min-width:0}
.newsroom-story{display:flex;align-items:center;padding-block:24px;border-bottom:1px solid var(--line);min-width:0}
.newsroom-story:first-child{padding-top:0}
.newsroom-story:last-child{border-bottom:0;padding-bottom:0}
.newsroom-story>article{width:100%}
.newsroom-story-link{display:flex;align-items:center;gap:18px;color:var(--ink);min-height:44px}
.newsroom-story-copy{min-width:0;flex:1}
.newsroom-topic{display:inline-block;max-width:100%;background:var(--brand,#e26b47);color:var(--on-brand,#fff);font-size:16px;line-height:1.4;padding:3px 10px;border-radius:3px}
.newsroom-story h4{font-size:clamp(23px,1.8vw,28px);line-height:1.4;letter-spacing:-.015em;font-weight:600;margin-top:10px;text-wrap:pretty;overflow-wrap:break-word}
.newsroom-story p{font-size:18px;line-height:1.65;color:var(--muted);margin-top:7px;text-wrap:pretty;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.newsroom-story-link>.arrow{width:25px;height:25px;flex:none;color:var(--accent);transition:transform 200ms var(--ease)}
.newsroom-story-link:is(:hover,:focus-visible) h4{text-decoration:underline;text-underline-offset:5px;color:var(--accent)}
.newsroom-story-link:is(:hover,:focus-visible)>.arrow{transform:translateX(4px)}
.newsroom-column-footer{margin-top:auto;padding-block:12px 0;border-top:1px solid var(--line)}
.newsroom-empty{padding-block:32px;min-width:0;color:var(--muted);font-size:18px;line-height:1.7}
.newsroom-empty h4{font-size:27px;line-height:1.4;color:var(--ink);margin-bottom:14px}
.news-archive-filters{display:flex;flex-wrap:wrap;gap:12px 30px;margin-bottom:40px;border-bottom:1px solid var(--line)}
.news-archive-filters a{display:inline-flex;align-items:center;min-height:52px;font-size:19px;line-height:1.5;padding-block:12px;border-bottom:2px solid transparent;max-width:100%;overflow-wrap:anywhere}
.news-archive-filters a:is(:hover,:focus-visible){color:var(--accent)}
.news-archive-filters a[aria-current=page]{border-color:var(--accent);color:var(--accent);font-weight:600}
.news-archive .news-photo{border-radius:12px}
.news-archive .newsroom-empty{max-width:64ch;padding-block:28px 60px}
.news-archive .newsroom-empty h2{font-size:clamp(30px,3vw,44px);color:var(--ink);margin-bottom:18px}
[lang=de] .newsroom-column-heading h3{font-size:clamp(26px,2vw,32px);hyphens:auto}
[lang=de] .newsroom-header h2,[lang=fr] .newsroom-header h2{font-size:clamp(40px,3.8vw,56px)}
[dir=rtl] .newsroom-header h2,[dir=rtl] .newsroom h3,[dir=rtl] .newsroom h4{letter-spacing:0;line-height:1.45}
[dir=rtl] .newsroom-story-link>.arrow{transform:rotate(180deg)}
[dir=rtl] .newsroom-story-link:is(:hover,:focus-visible)>.arrow{transform:translateX(-4px) rotate(180deg)}
[dir=rtl] .newsroom-feature-overlay>.arrow{transform:scaleX(-1)}
[dir=rtl] .newsroom-feature-link:is(:hover,:focus-visible) .newsroom-feature-overlay>.arrow{transform:translate(-2px,-2px) scaleX(-1)}
@media(max-width:1100px){
  .newsroom-header{grid-template-columns:minmax(0,1fr) auto;gap:16px 24px}
  .newsroom-header h2{grid-column:1;grid-row:1}
  .newsroom-header>p{grid-column:1;grid-row:2;max-width:48ch;font-size:18px}
  .newsroom-all{grid-column:2;grid-row:1/3}
  .newsroom-company{padding-inline-end:26px}
  .newsroom-industry{padding-inline-start:26px}
  .newsroom-column-heading{min-height:83px;align-content:start;gap:6px 12px}
  .newsroom-column-heading h3{width:100%;font-size:29px}
  .newsroom-preview-note{font-size:13px}
  .newsroom-story p{font-size:17px}
  .newsroom-feature-overlay{gap:12px;padding:14px 16px}
  .newsroom-feature h4{font-size:20px}
  .newsroom-summary{font-size:15px}
  .newsroom-story h4{font-size:23px}
  .newsroom-topic{font-size:15px}
}
@media(max-width:850px){
  .newsroom{padding-block:56px}
  .newsroom-header{padding-bottom:26px}
  .newsroom-columns{grid-template-columns:1fr}
  .newsroom-company{padding-inline-end:0;padding-bottom:30px}
  .newsroom-industry{padding-inline-start:0;padding-top:30px;border-inline-start:0;border-top:1px solid var(--line)}
  .newsroom-column-heading{min-height:0;gap:8px 16px;margin-bottom:22px}
  .newsroom-column-heading h3{width:auto}
  .newsroom-feature-visual::before{padding-block-start:37.75%}
  .newsroom-feature-visual--no-photo::before{padding:0}
  .newsroom-features{gap:22px;margin-bottom:22px}
  .newsroom-stories{grid-auto-rows:auto;margin-bottom:24px}
  .newsroom-story{padding-block:24px}
  .newsroom-story h4{font-size:25px}
}
@media(max-width:540px){
  .newsroom-header{gap:12px;grid-template-columns:1fr}
  .newsroom-header h2,[lang=de] .newsroom-header h2,[lang=fr] .newsroom-header h2{font-size:39px}
  .newsroom-header>p{grid-column:1;grid-row:2;font-size:17px}
  .newsroom-all{grid-column:1;grid-row:3;justify-self:start}
  .newsroom .text-link{font-size:17px;gap:18px}
  .newsroom-column-heading{gap:6px 12px}
  .newsroom-column-heading h3{font-size:28px}
  .newsroom-column-heading>p{font-size:13px}
  .newsroom-preview-note{font-size:13px}
  .newsroom-feature-visual::before{padding-block-start:54%}
  .newsroom-feature-visual--no-photo::before{padding:0}
  .newsroom-feature h4{font-size:20px}
  .newsroom-date{font-size:12px}
  .newsroom-summary{font-size:15px}
  .newsroom-story h4{font-size:22px}
  .newsroom-story p{font-size:16px}
  .newsroom-topic{font-size:15px}
  .newsroom-story-link{gap:12px}
  .newsroom-empty{font-size:17px}
  .news-archive-filters{gap:4px 20px;margin-bottom:28px}
  .news-archive-filters a{font-size:17px}
}
@media(prefers-reduced-motion:reduce){
  .newsroom-feature-photo>img,.newsroom-feature-overlay>.arrow,.newsroom-story-link>.arrow{transition:none}
  .newsroom-feature-link:is(:hover,:focus-visible) img{transform:none}
  .newsroom-feature-link:is(:hover,:focus-visible) .newsroom-feature-overlay>.arrow{transform:none}
  [dir=rtl] .newsroom-feature-link:is(:hover,:focus-visible) .newsroom-feature-overlay>.arrow{transform:scaleX(-1)}
}
