:root{
  --nr-paper:#f4f1eb;
  --nr-ink:#111;
  --nr-muted:#6e6961;
  --nr-line:rgba(0,0,0,.18);
  --nr-black:#111;
  --nr-white:#f5f2ec;
  --nr-red:#9d1b23;
  --nr-max:1460px;
}

body.newsroom-v2{
  margin:0;
  background:var(--nr-paper);
  color:var(--nr-ink);
}

.newsroom-v2 .shell{
  width:min(calc(100% - 48px),var(--nr-max));
  margin-inline:auto;
}

.nr-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(244,241,235,.96);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--nr-line);
}

.nr-header-inner{
  min-height:74px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:30px;
}

.nr-brand{
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  letter-spacing:-.03em;
}

.nr-nav{
  display:flex;
  gap:28px;
}

.nr-nav a,
.nr-langs a{
  font-size:9px;
  font-weight:700;
  letter-spacing:.13em;
}

.nr-langs{
  justify-self:end;
  display:flex;
  gap:12px;
}

.nr-intro{
  min-height:430px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding-bottom:55px;
  border-bottom:1px solid var(--nr-ink);
}

.nr-kicker{
  font-size:9px;
  font-weight:700;
  letter-spacing:.16em;
}

.nr-intro h1{
  margin:18px 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(90px,14vw,200px);
  line-height:.68;
  font-weight:400;
  letter-spacing:-.075em;
}

.nr-intro p{
  max-width:620px;
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  line-height:1.25;
}

.nr-section-head{
  display:grid;
  grid-template-columns:70px 1fr 340px;
  gap:25px;
  align-items:end;
  padding:62px 0 25px;
  border-bottom:1px solid var(--nr-ink);
}

.nr-section-head > span{
  font-family:Georgia,"Times New Roman",serif;
  font-size:32px;
  color:var(--nr-red);
}

.nr-section-head h2{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(48px,6vw,86px);
  line-height:.8;
  font-weight:400;
  letter-spacing:-.055em;
}

.nr-section-head p{
  margin:0;
  color:var(--nr-muted);
  font-family:Georgia,"Times New Roman",serif;
  font-size:16px;
  line-height:1.4;
}

.nr-leads{
  display:grid;
  grid-template-columns:1.55fr .75fr;
  gap:24px;
  padding:26px 0 80px;
}

.nr-lead-main,
.nr-lead-side{
  position:relative;
}

.nr-lead-main .nr-image{
  aspect-ratio:16/10;
}

.nr-lead-side .nr-image{
  aspect-ratio:4/3;
}

.nr-image{
  background:#d1cbc1;
  overflow:hidden;
}

.nr-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.nr-card-copy{
  padding-top:14px;
}

.nr-category{
  display:block;
  margin-bottom:8px;
  color:var(--nr-red);
  font-size:8px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.nr-card-copy h3{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(28px,3vw,48px);
  font-weight:400;
  line-height:.98;
  letter-spacing:-.04em;
}

.nr-card-copy p{
  max-width:600px;
  margin:12px 0 0;
  color:var(--nr-muted);
  font-family:Georgia,"Times New Roman",serif;
  font-size:16px;
  line-height:1.45;
}

.nr-side-stack{
  display:grid;
  gap:34px;
}

.nr-latest-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:42px 22px;
  padding:28px 0 90px;
}

.nr-latest-card .nr-image{
  aspect-ratio:4/3;
}

.nr-latest-card h3{
  font-size:30px;
}

.nr-topics{
  background:var(--nr-black);
  color:var(--nr-white);
}

.nr-topics .shell{
  padding-bottom:90px;
}

.nr-section-head-light{
  border-color:rgba(255,255,255,.3);
}

.nr-section-head-light p{
  color:#aaa59d;
}

.nr-topic-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.2);
  margin-top:28px;
}

.nr-topic{
  min-height:190px;
  padding:25px 22px 25px 0;
  border-right:1px solid rgba(255,255,255,.2);
  border-bottom:1px solid rgba(255,255,255,.2);
}

.nr-topic:nth-child(4n){
  border-right:0;
}

.nr-topic strong{
  display:block;
  margin-bottom:60px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  font-weight:400;
}

.nr-topic span{
  color:#aaa59d;
  font-size:8px;
  letter-spacing:.14em;
}

.nr-week-list{
  padding:25px 0 90px;
}

.nr-week-row{
  display:grid;
  grid-template-columns:120px 150px 1fr;
  gap:25px;
  padding:19px 0;
  border-bottom:1px solid var(--nr-line);
}

.nr-week-row time,
.nr-week-row span{
  font-size:9px;
  font-weight:700;
  letter-spacing:.1em;
}

.nr-week-row h3{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  font-weight:400;
  line-height:1;
}

.nr-issue-list{
  padding:25px 0 100px;
}

.nr-issue{
  display:grid;
  grid-template-columns:110px 1fr auto;
  align-items:center;
  gap:25px;
  padding:22px 0;
  border-bottom:1px solid var(--nr-line);
}

.nr-issue time{
  font-size:9px;
  font-weight:700;
}

.nr-issue strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:31px;
  font-weight:400;
}

.nr-issue span{
  font-size:9px;
  color:var(--nr-muted);
}

.nr-footer{
  background:#111;
  color:#f5f2ec;
}

.nr-footer .shell{
  min-height:220px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.nr-footer strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(46px,7vw,100px);
  font-weight:400;
  letter-spacing:-.05em;
}

.nr-footer span{
  margin-top:15px;
  font-size:8px;
  letter-spacing:.16em;
}

@media(max-width:800px){
  .newsroom-v2 .shell{
    width:calc(100% - 28px);
  }

  .nr-header-inner{
    grid-template-columns:1fr auto;
  }

  .nr-nav{
    display:none;
  }

  .nr-intro{
    min-height:330px;
  }

  .nr-intro h1{
    font-size:22vw;
  }

  .nr-section-head{
    grid-template-columns:50px 1fr;
  }

  .nr-section-head p{
    grid-column:2;
  }

  .nr-leads{
    grid-template-columns:1fr;
  }

  .nr-latest-grid{
    grid-template-columns:1fr;
  }

  .nr-topic-grid{
    grid-template-columns:1fr 1fr;
  }

  .nr-topic:nth-child(2n){
    border-right:0;
  }

  .nr-week-row{
    grid-template-columns:80px 1fr;
  }

  .nr-week-row span{
    display:none;
  }

  .nr-issue{
    grid-template-columns:80px 1fr;
  }

  .nr-issue span{
    display:none;
  }
}


/* ==========================================================
   CLF NEWSROOM — NATIVE DESIGN BRIDGE v1
   Structure = NEWSROOM V2
   Typography / visual language = native CHERCHEZ LA FEMME
   ========================================================== */

/*
 * Do not let the prototype establish a second visual system.
 * Everything starts from the site's real global typography.
 */
body.newsroom-v2,
body.newsroom-v2 button,
body.newsroom-v2 input,
body.newsroom-v2 select,
body.newsroom-v2 textarea,
body.newsroom-v2 a{
  font-family:inherit;
}


/* ----------------------------------------------------------
   CONTAINER
   Keep the editorial structure but use the same practical
   horizontal rhythm as the rest of CLF.
   ---------------------------------------------------------- */

body.newsroom-v2 .shell{
  width:min(100% - 40px, 1440px);
  margin-inline:auto;
}


/* ----------------------------------------------------------
   HEADER
   newsroom-v2 must NOT visually create its own magazine.
   The real CLF header above it remains the identity.
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-header{
  display:none !important;
}


/* ----------------------------------------------------------
   NEWSROOM MASTHEAD
   Remove prototype Georgia / exaggerated 200px treatment.
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-intro{
  min-height:auto;
  padding-top:58px;
  padding-bottom:38px;
  border-bottom:1px solid currentColor;
}

body.newsroom-v2 .nr-kicker{
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
  letter-spacing:.12em;
}

body.newsroom-v2 .nr-intro h1{
  margin:14px 0 16px;

  font-family:inherit;
  font-size:clamp(48px,7vw,96px);
  font-weight:inherit;
  line-height:.92;
  letter-spacing:-.045em;
}

body.newsroom-v2 .nr-intro p{
  max-width:620px;
  margin:0;

  font-family:inherit;
  font-size:inherit;
  line-height:1.45;
}


/* ----------------------------------------------------------
   SECTION HEADINGS
   Same visual family as the rest of the site:
   restrained label + editorial headline + short deck.
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-section-head{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) minmax(220px,320px);
  gap:24px;
  align-items:end;

  padding:48px 0 20px;
  border-bottom:1px solid currentColor;
}

body.newsroom-v2 .nr-section-head > span{
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}

body.newsroom-v2 .nr-section-head h2{
  margin:0;

  font-family:inherit;
  font-size:clamp(34px,4.5vw,64px);
  font-weight:inherit;
  line-height:.95;
  letter-spacing:-.035em;
}

body.newsroom-v2 .nr-section-head p{
  margin:0;

  font-family:inherit;
  font-size:inherit;
  line-height:1.45;
}


/* ----------------------------------------------------------
   ARTICLE TYPOGRAPHY
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-category{
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
  letter-spacing:.08em;
}

body.newsroom-v2 .nr-card-copy h3{
  font-family:inherit;
  font-size:clamp(24px,2.5vw,38px);
  font-weight:inherit;
  line-height:1.04;
  letter-spacing:-.025em;
}

body.newsroom-v2 .nr-card-copy p{
  font-family:inherit;
  font-size:inherit;
  line-height:1.5;
}


/* Latest must not become a second oversized design system */

body.newsroom-v2 .nr-latest-card h3{
  font-size:clamp(21px,2vw,30px);
}


/* ----------------------------------------------------------
   TOPICS
   Keep the dark editorial break, but use CLF typography.
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-topic strong{
  font-family:inherit;
  font-size:clamp(24px,2.4vw,34px);
  font-weight:inherit;
  line-height:1;
  letter-spacing:-.02em;
}

body.newsroom-v2 .nr-topic span{
  font-family:inherit;
  font-size:inherit;
}


/* ----------------------------------------------------------
   WEEK
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-week-row time,
body.newsroom-v2 .nr-week-row span{
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}

body.newsroom-v2 .nr-week-row h3{
  font-family:inherit;
  font-size:clamp(20px,2vw,28px);
  font-weight:inherit;
  line-height:1.08;
  letter-spacing:-.02em;
}


/* ----------------------------------------------------------
   ISSUES
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-issue time,
body.newsroom-v2 .nr-issue span{
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}

body.newsroom-v2 .nr-issue strong{
  font-family:inherit;
  font-size:clamp(22px,2.2vw,31px);
  font-weight:inherit;
  line-height:1;
}


/* ----------------------------------------------------------
   FOOTER
   category-new already has the native CLF footer.
   Do not show a second prototype footer.
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-footer{
  display:none !important;
}


/* ----------------------------------------------------------
   LINKS
   Do not introduce prototype-specific link appearance.
   ---------------------------------------------------------- */

body.newsroom-v2 main a{
  color:inherit;
  text-decoration:none;
}


/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media(max-width:800px){

  body.newsroom-v2 .shell{
    width:calc(100% - 28px);
  }

  body.newsroom-v2 .nr-intro{
    padding-top:38px;
    padding-bottom:28px;
  }

  body.newsroom-v2 .nr-intro h1{
    font-size:clamp(46px,15vw,72px);
  }

  body.newsroom-v2 .nr-section-head{
    grid-template-columns:38px minmax(0,1fr);
    gap:14px;

    padding-top:38px;
  }

  body.newsroom-v2 .nr-section-head p{
    grid-column:2;
  }

  body.newsroom-v2 .nr-section-head h2{
    font-size:clamp(34px,11vw,52px);
  }

  body.newsroom-v2 .nr-card-copy h3{
    font-size:clamp(24px,8vw,34px);
  }

}


/* ==========================================================
   CLF NEWSROOM — NATIVE TYPOGRAPHY + CARDS v2
   Exact visual language derived from current CLF styles.
   Test page only.
   ========================================================== */


/* ----------------------------------------------------------
   TYPOGRAPHY
   ---------------------------------------------------------- */

body.newsroom-v2{
  font-family:var(--sans);
}

body.newsroom-v2 .nr-kicker,
body.newsroom-v2 .nr-category,
body.newsroom-v2 .nr-section-head > span,
body.newsroom-v2 .nr-topic span,
body.newsroom-v2 .nr-week-row time,
body.newsroom-v2 .nr-week-row > span,
body.newsroom-v2 .nr-issue time,
body.newsroom-v2 .nr-issue > span{
  font-family:var(--sans);
}


/* Main NEWSROOM title = native category/news-index scale */

body.newsroom-v2 .nr-intro{
  min-height:auto;
  padding:56px 0 42px;
}

body.newsroom-v2 .nr-intro h1{
  margin:24px 0 14px;

  font-family:var(--serif);
  font-size:clamp(88px,12vw,174px);
  font-weight:400;
  line-height:.72;
  letter-spacing:-.08em;
}

body.newsroom-v2 .nr-intro p{
  max-width:780px;

  font-family:var(--serif);
  font-size:22px;
  line-height:1.42;
  color:#49433d;
}


/* Section typography */

body.newsroom-v2 .nr-section-head{
  grid-template-columns:70px minmax(0,1fr) 330px;
  padding:62px 0 24px;
}

body.newsroom-v2 .nr-section-head > span{
  color:#9b7f5e;
  font-size:8px;
  font-weight:700;
  letter-spacing:.17em;
}

body.newsroom-v2 .nr-section-head h2{
  font-family:var(--serif);
  font-size:clamp(52px,6vw,86px);
  font-weight:400;
  line-height:.9;
  letter-spacing:-.05em;
}

body.newsroom-v2 .nr-section-head p{
  font-family:var(--serif);
  font-size:14px;
  line-height:1.45;
  color:#756d65;
}


/* ----------------------------------------------------------
   HEUTE — turn the primary story into a real CLF lead card
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-leads{
  grid-template-columns:minmax(0,1.52fr) minmax(300px,.72fr);
  gap:12px;
  padding:28px 0 82px;
}


/* primary */

body.newsroom-v2 .nr-lead-main > article{
  position:relative;
  min-height:708px;
  overflow:hidden;
  background:#26221e;
  color:#fff;
  isolation:isolate;
}

body.newsroom-v2 .nr-lead-main .nr-image{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:auto;
  background:#26221e;
}

body.newsroom-v2 .nr-lead-main .nr-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      180deg,
      rgba(15,13,11,.02) 20%,
      rgba(15,13,11,.22) 56%,
      rgba(15,13,11,.82) 100%
    );
  pointer-events:none;
}

body.newsroom-v2 .nr-lead-main .nr-image img{
  transition:
    transform .7s ease,
    filter .7s ease;

  filter:saturate(.86) sepia(.025);
}

body.newsroom-v2 .nr-lead-main > article:hover .nr-image img{
  transform:scale(1.025);
  filter:saturate(.92);
}

body.newsroom-v2 .nr-lead-main .nr-card-copy{
  position:absolute;
  z-index:2;
  left:0;
  right:0;
  bottom:0;

  max-width:880px;
  padding:48px 52px;
}

body.newsroom-v2 .nr-lead-main .nr-category{
  display:block;
  margin:0 0 12px;

  color:#e4d8ca;

  font-size:8px;
  font-weight:700;
  letter-spacing:.16em;
}

body.newsroom-v2 .nr-lead-main .nr-card-copy h3{
  margin:0;

  font-family:var(--serif);
  font-size:clamp(52px,6vw,88px);
  font-weight:400;
  line-height:.88;
  letter-spacing:-.04em;
}

body.newsroom-v2 .nr-lead-main .nr-card-copy p{
  max-width:660px;
  margin:14px 0 0;

  color:#eee7de;

  font-family:var(--serif);
  font-size:16px;
  line-height:1.42;
}


/* secondary lead cards */

body.newsroom-v2 .nr-side-stack{
  gap:12px;
}

body.newsroom-v2 .nr-lead-side{
  min-height:348px;
}

body.newsroom-v2 .nr-lead-side > article{
  position:relative;
  min-height:348px;
  height:100%;
  overflow:hidden;
  background:#26221e;
  color:#fff;
}

body.newsroom-v2 .nr-lead-side .nr-image{
  position:absolute;
  inset:0;
  display:block;
  height:100%;
  aspect-ratio:auto;
}

body.newsroom-v2 .nr-lead-side .nr-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      180deg,
      transparent 15%,
      rgba(18,15,12,.18) 48%,
      rgba(18,15,12,.82) 100%
    );
}

body.newsroom-v2 .nr-lead-side img{
  transition:transform .65s ease;
  filter:saturate(.82) sepia(.04);
}

body.newsroom-v2 .nr-lead-side > article:hover img{
  transform:scale(1.03);
}

body.newsroom-v2 .nr-lead-side .nr-card-copy{
  position:absolute;
  z-index:2;
  left:0;
  right:0;
  bottom:0;

  padding:26px 28px;
}

body.newsroom-v2 .nr-lead-side .nr-category{
  margin-bottom:9px;
  color:#e4d8ca;

  font-size:8px;
  font-weight:700;
  letter-spacing:.16em;
}

body.newsroom-v2 .nr-lead-side h3{
  margin:0;

  font-family:var(--serif);
  font-size:34px;
  font-weight:400;
  line-height:.94;
  letter-spacing:-.04em;
}

body.newsroom-v2 .nr-lead-side p{
  display:none;
}


/* ----------------------------------------------------------
   AKTUELL — native CLF horizontal editorial cards
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-latest-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;

  padding:28px 0 92px;

  border-left:1px solid var(--line);
  border-top:1px solid var(--line);
}

body.newsroom-v2 .nr-latest-card{
  margin:0;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(255,253,248,.65);
}

body.newsroom-v2 .nr-latest-card > article{
  min-height:275px;

  display:grid;
  grid-template-columns:minmax(185px,.82fr) minmax(0,1.18fr);
}

body.newsroom-v2 .nr-latest-card .nr-image{
  display:block;
  height:100%;
  min-height:275px;
  aspect-ratio:auto;
  overflow:hidden;
  background:#d9d3ca;
}

body.newsroom-v2 .nr-latest-card .nr-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 34%;

  filter:saturate(.78) sepia(.05);

  transition:
    transform .6s ease,
    filter .6s ease;
}

body.newsroom-v2 .nr-latest-card:hover .nr-image img{
  transform:scale(1.03);
  filter:saturate(.88);
}

body.newsroom-v2 .nr-latest-card .nr-card-copy{
  align-self:center;
  padding:28px 30px;
}

body.newsroom-v2 .nr-latest-card .nr-category{
  display:block;
  margin:0;

  color:#9b7f5e;

  font-size:8px;
  font-weight:700;
  letter-spacing:.16em;
}

body.newsroom-v2 .nr-latest-card h3{
  margin:10px 0 11px;

  font-family:var(--serif);
  font-size:31px;
  font-weight:400;
  line-height:.98;
  letter-spacing:-.04em;
}

body.newsroom-v2 .nr-latest-card p{
  margin:0;

  color:#625b54;

  font-family:var(--serif);
  font-size:15px;
  line-height:1.42;
}


/* ----------------------------------------------------------
   THEMEN
   More editorial, less prototype-grid feeling.
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-topics{
  background:#1d1a17;
  color:#f6f1e9;
}

body.newsroom-v2 .nr-topics .nr-section-head{
  border-color:#4b4640;
}

body.newsroom-v2 .nr-topics .nr-section-head > span{
  color:#ad916b;
}

body.newsroom-v2 .nr-topics .nr-section-head p{
  color:#b8afa5;
}

body.newsroom-v2 .nr-topic-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:30px;
  border-color:#403b36;
}

body.newsroom-v2 .nr-topic{
  min-height:220px;
  padding:26px 24px;
  border-color:#403b36;

  transition:
    background .3s ease,
    padding .3s ease;
}

body.newsroom-v2 .nr-topic:hover{
  background:#28231f;
}

body.newsroom-v2 .nr-topic strong{
  display:block;
  margin:0 0 72px;

  font-family:var(--serif);
  font-size:35px;
  font-weight:400;
  line-height:.95;
  letter-spacing:-.04em;
}

body.newsroom-v2 .nr-topic span{
  color:#ad9f91;
  font-size:8px;
  font-weight:700;
  letter-spacing:.15em;
}


/* ----------------------------------------------------------
   DIESE WOCHE
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-week-list{
  padding:26px 0 90px;
}

body.newsroom-v2 .nr-week-row{
  grid-template-columns:110px 130px minmax(0,1fr);
  align-items:center;
  padding:21px 0;

  transition:padding .25s ease;
}

body.newsroom-v2 .nr-week-row:hover{
  padding-left:8px;
}

body.newsroom-v2 .nr-week-row time{
  color:#9b7f5e;
  font-size:9px;
}

body.newsroom-v2 .nr-week-row > span{
  font-size:8px;
  font-weight:700;
  letter-spacing:.12em;
}

body.newsroom-v2 .nr-week-row h3{
  margin:0;

  font-family:var(--serif);
  font-size:29px;
  font-weight:400;
  line-height:1.03;
  letter-spacing:-.035em;
}


/* ----------------------------------------------------------
   AUSGABEN
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-issue{
  grid-template-columns:120px minmax(0,1fr) auto;
  min-height:78px;
  padding:18px 0;
}

body.newsroom-v2 .nr-issue time{
  color:#9b7f5e;
  font-size:9px;
}

body.newsroom-v2 .nr-issue strong{
  font-family:var(--serif);
  font-size:29px;
  font-weight:400;
  line-height:1.03;
  letter-spacing:-.035em;
}

body.newsroom-v2 .nr-issue span{
  color:#756d65;
  font-size:8px;
  font-weight:700;
  letter-spacing:.12em;
}


/* ----------------------------------------------------------
   TABLET
   ---------------------------------------------------------- */

@media(max-width:1050px){

  body.newsroom-v2 .nr-leads{
    grid-template-columns:1.25fr .75fr;
  }

  body.newsroom-v2 .nr-lead-main > article{
    min-height:620px;
  }

  body.newsroom-v2 .nr-lead-main .nr-card-copy{
    padding:38px;
  }

  body.newsroom-v2 .nr-latest-grid{
    grid-template-columns:1fr;
  }

  body.newsroom-v2 .nr-topic-grid{
    grid-template-columns:repeat(2,1fr);
  }

}


/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media(max-width:720px){

  body.newsroom-v2 .nr-intro{
    padding-top:38px;
  }

  body.newsroom-v2 .nr-intro h1{
    font-size:clamp(70px,22vw,104px);
    line-height:.76;
  }

  body.newsroom-v2 .nr-intro p{
    font-size:18px;
  }

  body.newsroom-v2 .nr-section-head{
    grid-template-columns:34px minmax(0,1fr);
    gap:12px;
    padding-top:42px;
  }

  body.newsroom-v2 .nr-section-head h2{
    font-size:clamp(44px,13vw,66px);
  }

  body.newsroom-v2 .nr-section-head p{
    grid-column:2;
  }


  body.newsroom-v2 .nr-leads{
    grid-template-columns:1fr;
    gap:10px;
  }

  body.newsroom-v2 .nr-lead-main > article{
    min-height:560px;
  }

  body.newsroom-v2 .nr-lead-main .nr-card-copy{
    padding:27px 23px;
  }

  body.newsroom-v2 .nr-lead-main .nr-card-copy h3{
    font-size:clamp(42px,13vw,62px);
  }

  body.newsroom-v2 .nr-lead-main .nr-card-copy p{
    font-size:15px;
  }

  body.newsroom-v2 .nr-side-stack{
    grid-template-columns:1fr;
  }

  body.newsroom-v2 .nr-lead-side > article{
    min-height:390px;
  }

  body.newsroom-v2 .nr-lead-side h3{
    font-size:30px;
  }


  body.newsroom-v2 .nr-latest-card > article{
    grid-template-columns:138px minmax(0,1fr);
    min-height:205px;
  }

  body.newsroom-v2 .nr-latest-card .nr-image{
    min-height:205px;
  }

  body.newsroom-v2 .nr-latest-card .nr-card-copy{
    padding:18px;
  }

  body.newsroom-v2 .nr-latest-card h3{
    font-size:24px;
  }

  body.newsroom-v2 .nr-latest-card p{
    display:none;
  }


  body.newsroom-v2 .nr-topic-grid{
    grid-template-columns:1fr 1fr;
  }

  body.newsroom-v2 .nr-topic{
    min-height:170px;
    padding:20px 17px;
  }

  body.newsroom-v2 .nr-topic strong{
    margin-bottom:50px;
    font-size:27px;
  }


  body.newsroom-v2 .nr-week-row{
    grid-template-columns:75px minmax(0,1fr);
    gap:15px;
  }

  body.newsroom-v2 .nr-week-row > span{
    display:none;
  }

  body.newsroom-v2 .nr-week-row h3{
    font-size:23px;
  }


  body.newsroom-v2 .nr-issue{
    grid-template-columns:90px minmax(0,1fr);
  }

  body.newsroom-v2 .nr-issue > span{
    display:none;
  }

  body.newsroom-v2 .nr-issue strong{
    font-size:23px;
  }

}

/* ==========================================================
   CLF NEWSROOM — TITLE SCALE CORRECTION v1
   ========================================================== */

body.newsroom-v2 .nr-intro h1{
  font-size:clamp(68px,8.2vw,118px);
  line-height:.82;
  letter-spacing:-.065em;
}

body.newsroom-v2 .nr-intro{
  padding-top:46px;
  padding-bottom:34px;
}

body.newsroom-v2 .nr-intro p{
  max-width:700px;
  font-size:19px;
  line-height:1.42;
}

body.newsroom-v2 .nr-section-head h2{
  font-size:clamp(42px,4.6vw,66px);
  line-height:.94;
  letter-spacing:-.045em;
}

@media(max-width:720px){

  body.newsroom-v2 .nr-intro h1{
    font-size:clamp(58px,17vw,82px);
    line-height:.82;
  }

  body.newsroom-v2 .nr-section-head h2{
    font-size:clamp(38px,10vw,52px);
  }

}


/* ==========================================================
   CLF NEWSROOM — SECTION ALIGNMENT v1
   Target: same visual rhythm as MODE / BEAUTY / STARS etc.
   ========================================================== */


/* ----------------------------------------------------------
   HERO — compact like native CLF section pages
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-intro{
  min-height:0 !important;
  padding:44px 0 34px !important;
  border-bottom:1px solid var(--line) !important;
}

body.newsroom-v2 .nr-kicker{
  display:block;
  margin:0 0 12px;

  color:#8c837a;
  font:700 8px/1 var(--sans);
  letter-spacing:.18em;
  text-transform:uppercase;
}

body.newsroom-v2 .nr-intro h1{
  width:auto;
  max-width:900px;

  margin:0 0 20px !important;

  font-family:var(--serif) !important;
  font-size:clamp(64px,7.2vw,108px) !important;
  font-weight:400 !important;
  line-height:.82 !important;
  letter-spacing:-.065em !important;
}

body.newsroom-v2 .nr-intro p{
  max-width:770px !important;

  margin:0 !important;
  padding-left:22px;

  border-left:1px solid #a88e70;

  color:#6b645d !important;

  font-family:var(--serif) !important;
  font-size:20px !important;
  line-height:1.4 !important;
}


/* ----------------------------------------------------------
   SECTION HEADERS
   No more giant magazine spreads between blocks.
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-section-head{
  display:grid !important;
  grid-template-columns:auto 1fr auto !important;
  gap:18px !important;
  align-items:center !important;

  padding:34px 0 16px !important;
  margin:0 !important;

  border-bottom:1px solid var(--line) !important;
}

body.newsroom-v2 .nr-section-head > span{
  min-width:34px;

  color:#9b7f5e !important;

  font:700 8px/1 var(--sans) !important;
  letter-spacing:.14em !important;
}

body.newsroom-v2 .nr-section-head h2{
  margin:0 !important;

  font-family:var(--sans) !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase;
}

body.newsroom-v2 .nr-section-head p{
  max-width:420px;

  margin:0 !important;

  color:#8a827a !important;

  font-family:var(--sans) !important;
  font-size:8px !important;
  line-height:1.4 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase;
}


/* ----------------------------------------------------------
   HEUTE
   Keep editorial cards, but reduce bulk.
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-leads{
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr) !important;
  gap:12px !important;

  padding:20px 0 44px !important;
  margin:0 !important;
}

body.newsroom-v2 .nr-lead-main > article{
  min-height:560px !important;
}

body.newsroom-v2 .nr-lead-side{
  min-height:274px !important;
}

body.newsroom-v2 .nr-lead-side > article{
  min-height:274px !important;
}

body.newsroom-v2 .nr-lead-main .nr-card-copy{
  padding:35px 38px !important;
}

body.newsroom-v2 .nr-lead-main .nr-card-copy h3{
  font-size:clamp(42px,4.6vw,66px) !important;
  line-height:.91 !important;
}

body.newsroom-v2 .nr-lead-side .nr-card-copy{
  padding:22px 24px !important;
}

body.newsroom-v2 .nr-lead-side h3{
  font-size:29px !important;
  line-height:.96 !important;
}


/* ----------------------------------------------------------
   AKTUELL
   Fix crooked card grid + remove huge empty area.
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-latest{
  margin:0 !important;
  padding:0 !important;
}

body.newsroom-v2 .nr-latest-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  grid-auto-rows:1fr;

  gap:0 !important;

  margin:0 !important;
  padding:20px 0 44px !important;

  border-top:0 !important;
  border-left:0 !important;
}

body.newsroom-v2 .nr-latest-card{
  min-width:0;
  height:100%;

  border-top:0 !important;
  border-left:0 !important;
  border-right:1px solid var(--line) !important;
  border-bottom:1px solid var(--line) !important;

  background:transparent !important;
}

body.newsroom-v2 .nr-latest-card:nth-child(2n){
  border-right:0 !important;
}

body.newsroom-v2 .nr-latest-card > article{
  display:grid !important;
  grid-template-columns:42% minmax(0,58%) !important;

  min-height:250px !important;
  height:100%;
}

body.newsroom-v2 .nr-latest-card .nr-image{
  min-height:250px !important;
  height:100% !important;
}

body.newsroom-v2 .nr-latest-card .nr-image img{
  object-position:center center !important;
}

body.newsroom-v2 .nr-latest-card .nr-card-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;

  min-width:0;
  padding:24px 26px !important;
}

body.newsroom-v2 .nr-latest-card h3{
  margin:9px 0 10px !important;

  font-size:27px !important;
  line-height:1.01 !important;
  letter-spacing:-.035em !important;
}

body.newsroom-v2 .nr-latest-card p{
  display:-webkit-box;
  overflow:hidden;

  margin:0 !important;

  font-size:13px !important;
  line-height:1.45 !important;

  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}


/* ----------------------------------------------------------
   Remove accidental vertical gaps between all newsroom blocks
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-today,
body.newsroom-v2 .nr-latest,
body.newsroom-v2 .nr-week,
body.newsroom-v2 .nr-issues{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

body.newsroom-v2 .nr-topics{
  margin-top:0 !important;
}

body.newsroom-v2 .nr-week-list{
  padding:14px 0 44px !important;
}

body.newsroom-v2 .nr-issue-list{
  padding:14px 0 52px !important;
}


/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media(max-width:720px){

  body.newsroom-v2 .nr-intro{
    padding:30px 0 26px !important;
  }

  body.newsroom-v2 .nr-intro h1{
    font-size:clamp(54px,16vw,76px) !important;
  }

  body.newsroom-v2 .nr-intro p{
    font-size:17px !important;
  }

  body.newsroom-v2 .nr-section-head{
    grid-template-columns:28px 1fr !important;
  }

  body.newsroom-v2 .nr-section-head p{
    display:none;
  }

  body.newsroom-v2 .nr-leads{
    grid-template-columns:1fr !important;
  }

  body.newsroom-v2 .nr-lead-main > article{
    min-height:500px !important;
  }

  body.newsroom-v2 .nr-latest-grid{
    grid-template-columns:1fr !important;
  }

  body.newsroom-v2 .nr-latest-card{
    border-right:0 !important;
  }

  body.newsroom-v2 .nr-latest-card > article{
    grid-template-columns:145px minmax(0,1fr) !important;
    min-height:190px !important;
  }

  body.newsroom-v2 .nr-latest-card .nr-image{
    min-height:190px !important;
  }

  body.newsroom-v2 .nr-latest-card .nr-card-copy{
    padding:17px !important;
  }

  body.newsroom-v2 .nr-latest-card h3{
    font-size:22px !important;
  }

  body.newsroom-v2 .nr-latest-card p{
    display:none;
  }

}

/* ==========================================================
   CLF NEWSROOM — COMPACT RHYTHM v1
   ========================================================== */


/* DIESE WOCHE */

body.newsroom-v2 .nr-week-list{
  padding:8px 0 28px !important;
}

body.newsroom-v2 .nr-week-row{
  grid-template-columns:105px 135px minmax(0,1fr) !important;
  gap:22px !important;

  min-height:0 !important;

  padding:13px 0 !important;
}

body.newsroom-v2 .nr-week-row:hover{
  padding-left:5px !important;
}

body.newsroom-v2 .nr-week-row h3{
  font-size:25px !important;
  line-height:1.02 !important;
}

body.newsroom-v2 .nr-week-row time{
  font-size:8px !important;
}

body.newsroom-v2 .nr-week-row > span{
  font-size:7px !important;
}


/* AUSGABEN */

body.newsroom-v2 .nr-issue-list{
  padding:6px 0 34px !important;
}

body.newsroom-v2 .nr-issue{
  grid-template-columns:105px minmax(0,1fr) auto !important;

  min-height:0 !important;

  padding:12px 0 !important;
}

body.newsroom-v2 .nr-issue strong{
  font-size:25px !important;
  line-height:1 !important;
}

body.newsroom-v2 .nr-issue time{
  font-size:8px !important;
}

body.newsroom-v2 .nr-issue span{
  font-size:7px !important;
}


/* Section headers slightly tighter */

body.newsroom-v2 .nr-section-head{
  padding:27px 0 13px !important;
}


/* TOPICS also a little more compact */

body.newsroom-v2 .nr-topics .shell{
  padding-bottom:48px !important;
}

body.newsroom-v2 .nr-topic-grid{
  margin-top:18px !important;
}

body.newsroom-v2 .nr-topic{
  min-height:165px !important;
  padding:20px !important;
}

body.newsroom-v2 .nr-topic strong{
  margin-bottom:44px !important;
  font-size:30px !important;
}


/* MOBILE */

@media(max-width:720px){

  body.newsroom-v2 .nr-week-row{
    grid-template-columns:70px minmax(0,1fr) !important;
    padding:11px 0 !important;
  }

  body.newsroom-v2 .nr-week-row h3{
    font-size:21px !important;
  }

  body.newsroom-v2 .nr-issue{
    grid-template-columns:78px minmax(0,1fr) !important;
    padding:10px 0 !important;
  }

  body.newsroom-v2 .nr-issue strong{
    font-size:21px !important;
  }

}

/* ==========================================================
   CLF NEWSROOM — TWO COLUMN INDEX v1
   ========================================================== */


/* DIESE WOCHE */

body.newsroom-v2 .nr-week-list{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:0 34px !important;

  padding:16px 0 42px !important;
}

body.newsroom-v2 .nr-week-row{
  display:grid !important;
  grid-template-columns:76px 1fr !important;
  gap:8px 18px !important;

  align-items:start !important;

  padding:17px 0 !important;
  border-bottom:1px solid var(--line) !important;
}

body.newsroom-v2 .nr-week-row time{
  grid-column:1;
  grid-row:1 / span 2;

  color:#9b7f5e !important;
  font-size:8px !important;
  line-height:1.2 !important;
}

body.newsroom-v2 .nr-week-row > span{
  grid-column:2;
  grid-row:1;

  color:#7d756d !important;
  font-size:7px !important;
  font-weight:700 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase;
}

body.newsroom-v2 .nr-week-row h3{
  grid-column:2;
  grid-row:2;

  margin:0 !important;

  font-family:var(--serif) !important;
  font-size:24px !important;
  font-weight:400 !important;
  line-height:1.04 !important;
  letter-spacing:-.035em !important;
}

body.newsroom-v2 .nr-week-row:hover{
  padding-left:0 !important;
}

body.newsroom-v2 .nr-week-row:hover h3{
  opacity:.7;
}


/* AUSGABEN */

body.newsroom-v2 .nr-issue-list{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:0 34px !important;

  padding:16px 0 44px !important;
}

body.newsroom-v2 .nr-issue{
  display:grid !important;
  grid-template-columns:90px minmax(0,1fr) auto !important;
  gap:18px !important;
  align-items:center !important;

  min-height:0 !important;
  padding:17px 0 !important;

  border-bottom:1px solid var(--line) !important;
}

body.newsroom-v2 .nr-issue time{
  color:#9b7f5e !important;
  font-size:8px !important;
}

body.newsroom-v2 .nr-issue strong{
  margin:0 !important;

  font-family:var(--serif) !important;
  font-size:24px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:-.035em !important;
}

body.newsroom-v2 .nr-issue span{
  color:#8a827a !important;
  font-size:7px !important;
  font-weight:700 !important;
  letter-spacing:.12em !important;
}


/* Give both blocks a more editorial frame */

body.newsroom-v2 .nr-week,
body.newsroom-v2 .nr-issues{
  position:relative;
}

body.newsroom-v2 .nr-week::before,
body.newsroom-v2 .nr-issues::before{
  content:"";
  position:absolute;
  left:50%;
  top:72px;
  bottom:35px;
  width:1px;
  background:var(--line);
  pointer-events:none;
}


/* MOBILE */

@media(max-width:720px){

  body.newsroom-v2 .nr-week-list,
  body.newsroom-v2 .nr-issue-list{
    grid-template-columns:1fr !important;
    gap:0 !important;
  }

  body.newsroom-v2 .nr-week::before,
  body.newsroom-v2 .nr-issues::before{
    display:none;
  }

  body.newsroom-v2 .nr-week-row{
    grid-template-columns:68px 1fr !important;
  }

  body.newsroom-v2 .nr-week-row h3{
    font-size:21px !important;
  }

  body.newsroom-v2 .nr-issue{
    grid-template-columns:78px 1fr !important;
  }

  body.newsroom-v2 .nr-issue span{
    display:none !important;
  }

  body.newsroom-v2 .nr-issue strong{
    font-size:21px !important;
  }

}

/* ==========================================================
   CLF NEWSROOM — AKTUELL AIR v1
   Separate editorial cards instead of continuous table.
   ========================================================== */

body.newsroom-v2 .nr-latest-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;

  gap:24px 26px !important;

  padding:24px 0 54px !important;

  border:0 !important;
}


/* each story becomes an independent card */

body.newsroom-v2 .nr-latest-card{
  overflow:hidden;

  border:1px solid var(--line) !important;
  background:rgba(255,253,248,.42) !important;
}

body.newsroom-v2 .nr-latest-card:nth-child(2n){
  border-right:1px solid var(--line) !important;
}


/* image / copy proportion */

body.newsroom-v2 .nr-latest-card > article{
  display:grid !important;
  grid-template-columns:44% minmax(0,56%) !important;

  min-height:285px !important;
  height:100%;
}


/* image */

body.newsroom-v2 .nr-latest-card .nr-image{
  min-height:285px !important;
  height:100% !important;

  border-right:1px solid var(--line);
}

body.newsroom-v2 .nr-latest-card .nr-image img{
  width:100%;
  height:100%;

  object-fit:cover;
  object-position:center 40% !important;
}


/* copy */

body.newsroom-v2 .nr-latest-card .nr-card-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;

  padding:31px 32px !important;
}

body.newsroom-v2 .nr-latest-card .nr-category{
  margin-bottom:12px !important;
}

body.newsroom-v2 .nr-latest-card h3{
  margin:0 0 14px !important;

  font-size:28px !important;
  line-height:1.02 !important;
  letter-spacing:-.035em !important;
}


/* deck — shorter and calmer */

body.newsroom-v2 .nr-latest-card p{
  display:-webkit-box !important;
  overflow:hidden;

  max-width:95%;

  margin:0 !important;

  font-size:13px !important;
  line-height:1.48 !important;

  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}


/* subtle luxury hover */

body.newsroom-v2 .nr-latest-card{
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    background .28s ease;
}

body.newsroom-v2 .nr-latest-card:hover{
  transform:translateY(-2px);

  background:#fffdf8 !important;

  box-shadow:
    0 14px 34px rgba(31,25,20,.06);
}


/* tablet */

@media(max-width:1050px){

  body.newsroom-v2 .nr-latest-grid{
    gap:18px !important;
  }

  body.newsroom-v2 .nr-latest-card > article{
    grid-template-columns:42% minmax(0,58%) !important;
  }

  body.newsroom-v2 .nr-latest-card .nr-card-copy{
    padding:24px !important;
  }

  body.newsroom-v2 .nr-latest-card h3{
    font-size:25px !important;
  }

}


/* mobile */

@media(max-width:720px){

  body.newsroom-v2 .nr-latest-grid{
    grid-template-columns:1fr !important;
    gap:14px !important;

    padding-bottom:36px !important;
  }

  body.newsroom-v2 .nr-latest-card > article{
    grid-template-columns:145px minmax(0,1fr) !important;

    min-height:200px !important;
  }

  body.newsroom-v2 .nr-latest-card .nr-image{
    min-height:200px !important;
  }

  body.newsroom-v2 .nr-latest-card .nr-card-copy{
    padding:18px !important;
  }

  body.newsroom-v2 .nr-latest-card h3{
    font-size:22px !important;
  }

  body.newsroom-v2 .nr-latest-card p{
    display:none !important;
  }

}

/* ==========================================================
   CLF NEWSROOM — EDGE + SHOP GAP FIX v1
   ========================================================== */


/* ----------------------------------------------------------
   AKTUELL: return proper side breathing room
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-latest{
  overflow:visible !important;
}

body.newsroom-v2 .nr-latest-grid{
  width:100% !important;
  box-sizing:border-box !important;

  padding:
    24px
    18px
    42px
    18px !important;

  gap:24px !important;
}

body.newsroom-v2 .nr-latest-card{
  min-width:0 !important;
  width:auto !important;
  box-sizing:border-box !important;
}

body.newsroom-v2 .nr-latest-card > article{
  width:100% !important;
  box-sizing:border-box !important;
}


/* do not let image/copy overflow the card */

body.newsroom-v2 .nr-latest-card .nr-image,
body.newsroom-v2 .nr-latest-card .nr-card-copy{
  min-width:0 !important;
}

body.newsroom-v2 .nr-latest-card h3,
body.newsroom-v2 .nr-latest-card p{
  overflow-wrap:anywhere;
}


/* ----------------------------------------------------------
   REMOVE LARGE GAP BEFORE SHOP / NEXT PROMO BANNER
   ---------------------------------------------------------- */

/*
 * newsroom prototype sections must not reserve large
 * bottom space before the native CLF blocks that follow.
 */

body.newsroom-v2 .nr-latest,
body.newsroom-v2 .nr-topics,
body.newsroom-v2 .nr-week,
body.newsroom-v2 .nr-issues{
  padding-bottom:0 !important;
}

body.newsroom-v2 .nr-latest-grid{
  margin-bottom:0 !important;
}

body.newsroom-v2 .nr-issues{
  margin-bottom:0 !important;
}

body.newsroom-v2 .nr-issue-list{
  margin-bottom:0 !important;
  padding-bottom:26px !important;
}


/* native section immediately following newsroom */

body.newsroom-v2 main + section,
body.newsroom-v2 main + div,
body.newsroom-v2 .nr-issues + section,
body.newsroom-v2 .nr-issues + div{
  margin-top:0 !important;
}


/* catch existing shop / promo blocks in CLF */

body.newsroom-v2 .shop-banner,
body.newsroom-v2 .shop-promo,
body.newsroom-v2 .home-shop,
body.newsroom-v2 [class*="shop-banner"],
body.newsroom-v2 [class*="shop-promo"]{
  margin-top:0 !important;
}


/* ----------------------------------------------------------
   DESKTOP
   ---------------------------------------------------------- */

@media(min-width:721px){

  body.newsroom-v2 .nr-latest-grid{
    padding-left:24px !important;
    padding-right:24px !important;
  }

}


/* MOBILE */

@media(max-width:720px){

  body.newsroom-v2 .nr-latest-grid{
    padding:
      14px
      0
      30px !important;
  }

}

/* ==========================================================
   CLF NEWSROOM — WIDTH / OVERFLOW FIX v1
   ========================================================== */

/* correct responsive CLF container */
body.newsroom-v2 .shell{
  width:min(calc(100% - 40px), 1440px) !important;
  max-width:1440px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}

/* NEWSROOM sections may never exceed their container */
body.newsroom-v2 .nr-today,
body.newsroom-v2 .nr-latest,
body.newsroom-v2 .nr-week,
body.newsroom-v2 .nr-issues{
  width:min(calc(100% - 40px), 1440px) !important;
  max-width:1440px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}

/* AKTUELL grid */
body.newsroom-v2 .nr-latest-grid{
  width:100% !important;
  max-width:100% !important;

  display:grid !important;
  grid-template-columns:
    minmax(0,1fr)
    minmax(0,1fr) !important;

  gap:24px !important;

  padding:24px 0 44px !important;
  margin:0 !important;

  box-sizing:border-box !important;
  overflow:visible !important;
}

/* every card must be allowed to shrink */
body.newsroom-v2 .nr-latest-card,
body.newsroom-v2 .nr-latest-card > article,
body.newsroom-v2 .nr-latest-card .nr-image,
body.newsroom-v2 .nr-latest-card .nr-card-copy{
  min-width:0 !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}

/* inner card proportions without overflow */
body.newsroom-v2 .nr-latest-card > article{
  width:100% !important;
  grid-template-columns:
    minmax(0,44%)
    minmax(0,56%) !important;
}

/* text must stay inside its card */
body.newsroom-v2 .nr-latest-card h3,
body.newsroom-v2 .nr-latest-card p{
  max-width:100% !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}

/* tablet */
@media(max-width:1050px){

  body.newsroom-v2 .nr-latest-grid{
    gap:18px !important;
  }

  body.newsroom-v2 .nr-latest-card > article{
    grid-template-columns:
      minmax(0,42%)
      minmax(0,58%) !important;
  }

}

/* mobile */
@media(max-width:720px){

  body.newsroom-v2 .shell,
  body.newsroom-v2 .nr-today,
  body.newsroom-v2 .nr-latest,
  body.newsroom-v2 .nr-week,
  body.newsroom-v2 .nr-issues{
    width:calc(100% - 28px) !important;
  }

  body.newsroom-v2 .nr-latest-grid{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  body.newsroom-v2 .nr-latest-card > article{
    grid-template-columns:
      145px
      minmax(0,1fr) !important;
  }

}

/* CLF NEWSROOM — SHOP GAP TIGHTEN v1 */

body.newsroom-v2 .nr-today{
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}

body.newsroom-v2 .nr-leads{
  padding-bottom:24px !important;
  margin-bottom:0 !important;
}

/* native shop promo directly after newsroom */
body.newsroom-v2 .shop-banner,
body.newsroom-v2 .shop-promo,
body.newsroom-v2 .home-shop,
body.newsroom-v2 [class*="shop-banner"],
body.newsroom-v2 [class*="shop-promo"]{
  margin-top:18px !important;
}

/* catch generic following promo block */
body.newsroom-v2 .nr-today + section,
body.newsroom-v2 .nr-today + div{
  margin-top:18px !important;
}

@media(max-width:720px){
  body.newsroom-v2 .nr-leads{
    padding-bottom:16px !important;
  }

  body.newsroom-v2 .shop-banner,
  body.newsroom-v2 .shop-promo,
  body.newsroom-v2 .home-shop,
  body.newsroom-v2 [class*="shop-banner"],
  body.newsroom-v2 [class*="shop-promo"],
  body.newsroom-v2 .nr-today + section,
  body.newsroom-v2 .nr-today + div{
    margin-top:12px !important;
  }
}

/* CLF NEWSROOM — SHOP GAP TIGHTEN v2 */

body.newsroom-v2 .nr-leads{
  padding-bottom:10px !important;
}

body.newsroom-v2 .shop-banner,
body.newsroom-v2 .shop-promo,
body.newsroom-v2 .home-shop,
body.newsroom-v2 [class*="shop-banner"],
body.newsroom-v2 [class*="shop-promo"],
body.newsroom-v2 .nr-today + section,
body.newsroom-v2 .nr-today + div{
  margin-top:8px !important;
}

@media(max-width:720px){
  body.newsroom-v2 .nr-leads{
    padding-bottom:8px !important;
  }

  body.newsroom-v2 .shop-banner,
  body.newsroom-v2 .shop-promo,
  body.newsroom-v2 .home-shop,
  body.newsroom-v2 [class*="shop-banner"],
  body.newsroom-v2 [class*="shop-promo"],
  body.newsroom-v2 .nr-today + section,
  body.newsroom-v2 .nr-today + div{
    margin-top:6px !important;
  }
}

/* ==========================================================
   CLF NEWSROOM — AKTUELL → THEMEN GAP FIX v1
   ========================================================== */

/* This was the real source of the empty band */
body.newsroom-v2 .nr-latest-grid{
  padding-bottom:10px !important;
  margin-bottom:0 !important;
}

/* Black THEMEN block starts immediately afterwards */
body.newsroom-v2 .nr-topics{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* no artificial spacing on the preceding section */
body.newsroom-v2 .nr-latest{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}


/* ----------------------------------------------------------
   SHOP = eighth tile, same grid language
   ---------------------------------------------------------- */

body.newsroom-v2 .nr-topic-shop{
  position:relative;
}

body.newsroom-v2 .nr-topic-shop::after{
  content:"↗";

  position:absolute;
  right:20px;
  top:20px;

  color:#a98f6d;
  font-family:var(--sans);
  font-size:14px;
  font-weight:400;
}

body.newsroom-v2 .nr-topic-shop span{
  color:#b49a79 !important;
}


/* exactly 4 × 2 on desktop */
@media(min-width:1051px){

  body.newsroom-v2 .nr-topic-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }

  body.newsroom-v2 .nr-topic{
    min-height:165px !important;
  }

}


/* mobile */
@media(max-width:720px){

  body.newsroom-v2 .nr-latest-grid{
    padding-bottom:8px !important;
  }

}

/* ==========================================================
   CLF NEWSROOM — REAL SECTION GAP FIX v1
   ========================================================== */

/* Native category template may impose grid/flex spacing on MAIN.
   For newsroom-v2 we control section spacing ourselves. */
body.newsroom-v2 main{
  display:block !important;
  gap:0 !important;
  row-gap:0 !important;
  column-gap:0 !important;
}

/* kill generic section spacing inherited from old category layout */
body.newsroom-v2 main > section{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

/* exact AKTUELL → THEMEN junction */
body.newsroom-v2 .nr-latest{
  margin:0 auto !important;
  padding-bottom:0 !important;
}

body.newsroom-v2 .nr-latest-grid{
  margin:0 !important;
  padding-bottom:10px !important;
}

body.newsroom-v2 .nr-latest + .nr-topics{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* THEMEN itself starts immediately */
body.newsroom-v2 .nr-topics{
  margin:0 !important;
  padding-top:0 !important;
}

/* remove any pseudo / spacer behaviour at the junction */
body.newsroom-v2 .nr-latest::after,
body.newsroom-v2 .nr-topics::before{
  margin:0 !important;
}
