/* Dogiwood News · Patch 538 · Startseiten-Teaser über dem Videogrid */
.dwhn-home-news{
  width:100%;
  max-width:1480px;
  margin:clamp(22px,4vw,48px) auto 26px;
  padding:0 clamp(14px,2.4vw,28px);
  box-sizing:border-box;
  color:#f8fafc;
  font-family:inherit
}
.dwhn-home-news[hidden]{display:none!important}
.dwhn-home-news__link{
  display:grid;
  grid-template-columns:minmax(270px,35%) minmax(0,1fr);
  min-height:230px;
  overflow:hidden;
  color:inherit;
  text-decoration:none;
  border:1px solid rgba(236,190,84,.30);
  border-radius:24px;
  background:
    radial-gradient(circle at 5% 15%,rgba(37,99,235,.20),transparent 37%),
    linear-gradient(135deg,rgba(16,24,40,.97),rgba(3,8,20,.95));
  box-shadow:0 20px 48px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.06)
}
.dwhn-home-news__image{
  position:relative;
  display:grid;
  place-items:center;
  min-height:230px;
  overflow:hidden;
  background:linear-gradient(145deg,#172554,#020617)
}
.dwhn-home-news__image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent 62%,rgba(3,8,20,.72))
}
.dwhn-home-news__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}
.dwhn-home-news__fallback{font-size:4.4rem;filter:drop-shadow(0 12px 22px rgba(0,0,0,.42))}
.dwhn-home-news__copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:25px clamp(22px,3vw,36px)}
.dwhn-home-news__meta,.dwhn-home-news__foot{display:flex;align-items:center;justify-content:space-between;gap:16px}
.dwhn-home-news__meta{margin-bottom:10px;color:#cbd5e1;font-size:.76rem;text-transform:uppercase;letter-spacing:.09em}
.dwhn-home-news__category,.dwhn-home-news__eyebrow{color:#f1c45b;font-weight:900}
.dwhn-home-news__eyebrow{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}
.dwhn-home-news h2{margin:7px 0 10px;color:#fff;font-size:clamp(1.4rem,2.3vw,2.25rem);line-height:1.08;font-weight:900}
.dwhn-home-news p{margin:0;color:#cbd5e1;font-size:.97rem;line-height:1.63}
.dwhn-home-news__foot{margin-top:18px;padding-top:13px;border-top:1px solid rgba(255,255,255,.09);color:#94a3b8;font-size:.8rem}
.dwhn-home-news__more{color:#f1c45b;font-weight:900}
.dwhn-home-news__link:hover .dwhn-home-news__image img{transform:scale(1.035);filter:saturate(1.08) brightness(1.04)}
.dwhn-home-news__link:hover .dwhn-home-news__more{color:#ffe29a}
@media(max-width:760px){
  .dwhn-home-news__link{grid-template-columns:1fr}
  .dwhn-home-news__image{min-height:190px;max-height:250px}
  .dwhn-home-news__image:after{background:linear-gradient(180deg,transparent 67%,rgba(3,8,20,.76))}
  .dwhn-home-news__copy{padding:20px}
}
@media(max-width:520px){
  .dwhn-home-news{padding:0 10px;margin-top:22px}
  .dwhn-home-news__link{border-radius:18px}
  .dwhn-home-news__image{min-height:165px}
  .dwhn-home-news__copy{padding:17px}
  .dwhn-home-news__meta,.dwhn-home-news__foot{align-items:flex-start;flex-direction:column;gap:6px}
  .dwhn-home-news p{font-size:.9rem}
}
