.news-hero{background:#0d0b0b;color:#fff;padding:88px 0 72px}.news-hero h1{font:400 clamp(64px,9vw,120px)/.9 Georgia,serif;margin:0 0 20px}.news-hero>div>p:last-child{font:20px/1.5 Georgia,serif;color:#cfc5bc}
.news-grid-section{padding:70px 0 95px;background:#f4efe6}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.news-card{background:#fff;border:1px solid #ddd2c5;border-radius:10px;overflow:hidden}.news-card.featured{grid-column:span 2}.news-image{display:block;aspect-ratio:16/10;background:#111;overflow:hidden}.news-card.featured .news-image{aspect-ratio:16/8}.news-image img{width:100%;height:100%;object-fit:cover;display:block}.news-copy{padding:24px}.news-copy time{font-size:11px;letter-spacing:.12em;color:#a1131b;font-weight:800}.news-copy h2{font:400 30px/1.08 Georgia,serif;margin:10px 0}.news-copy h2 a{color:inherit;text-decoration:none}.news-copy p{color:#625a53;line-height:1.6}.news-more{font-weight:800;color:#b70f19;text-decoration:none}
.news-detail{background:#f4efe6;min-height:70vh;padding:75px 0 100px}.detail-head{max-width:980px}.detail-head h1{font:400 clamp(52px,7vw,90px)/.95 Georgia,serif;margin:10px 0 22px}.detail-head .lead{font:21px/1.55 Georgia,serif;color:#5e554d}.detail-image{margin-top:45px;max-width:1180px}.detail-image img{width:100%;max-height:620px;object-fit:cover;border-radius:10px}.detail-body{max-width:840px;padding-top:45px;font:18px/1.72 Georgia,serif}.detail-body h2{font-size:38px;margin-top:45px}.detail-body h3{font-size:28px;margin-top:35px}.detail-body a{color:#b70f19}.back{margin-top:50px}
@media(max-width:900px){.news-grid{grid-template-columns:1fr 1fr}.news-card.featured{grid-column:span 2}}
@media(max-width:620px){.news-grid{grid-template-columns:1fr}.news-card.featured{grid-column:auto}.news-hero{padding:60px 0}.detail-image img{max-height:none}}
/* V15.3 - pulsante CTA news leggibile */
.news-detail .btn.red,
.news-detail a.btn.red{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#b70f19!important;
  color:#ffffff!important;
  border:1px solid #b70f19!important;
  text-decoration:none!important;
  font-weight:800!important;
  padding:13px 20px;
  border-radius:6px;
}
.news-detail .btn.red:hover,
.news-detail a.btn.red:hover{
  background:#8f0c14!important;
  border-color:#8f0c14!important;
  color:#ffffff!important;
}

/* V15.4 - video YouTube nelle news */
.detail-video{max-width:1180px;margin-top:34px}
.detail-video iframe{display:block;width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:10px;background:#111}
