:root{
  --navy:#071d38;--navy2:#0c2d54;--red:#d11224;--gold:#d7b15a;
  --bg:#f4f6f9;--text:#142033;--muted:#6b7280;--line:#d9dee7;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff;color:var(--text)}
a{text-decoration:none;color:inherit}
header{background:var(--navy);color:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 12px rgba(0,0,0,.18)}
.nav{max-width:1500px;margin:auto;padding:0 34px;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{font-size:24px;letter-spacing:.4px;white-space:nowrap}.brand strong{font-weight:800}
nav{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
nav a{font-size:13px;text-transform:uppercase;font-weight:800;padding:21px 0;position:relative}
nav a:hover:after,nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--red)}
.hero{min-height:440px;display:grid;grid-template-columns:1.2fr .8fr;background-size:cover;background-position:center}
.hero-left{min-height:440px}.hero-right{display:flex;align-items:center;justify-content:center;padding:40px;background:linear-gradient(90deg,rgba(7,29,56,.1),rgba(7,29,56,.78))}
.hero-copy{color:#fff;text-align:center;max-width:520px;white-space:pre-line}
.hero-copy h1{margin:0;font-size:64px;line-height:.98}.hero-copy .line{width:220px;height:2px;background:rgba(255,255,255,.28);margin:22px auto 18px;position:relative}
.hero-copy .line:after{content:"";position:absolute;left:70px;right:70px;top:0;height:3px;background:var(--red)}
.hero-copy h2{font-size:28px;font-weight:500;margin:0 0 22px}.hero-copy p{font-size:20px;font-style:italic;line-height:1.3;margin:0}
.ticker{background:#fff;border-bottom:1px solid var(--line);overflow:hidden;white-space:nowrap}
.ticker-inner{display:inline-block;padding:11px 0 11px 100%;animation:scroll 32s linear infinite;font-weight:700;color:var(--navy)}
.ticker strong{color:var(--red)}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}
.main-grid{max-width:1500px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr 1.05fr;gap:34px;padding:32px 32px 44px}
.panel{border-right:1px solid var(--line);padding-right:28px}.panel:last-child{border-right:0;padding-right:0}
.section-title{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:10px;margin-bottom:18px}
.section-title h3{margin:0;font-size:24px;text-transform:uppercase;position:relative;padding-left:10px}
.section-title h3:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:3px;background:var(--red)}
.section-title a{font-size:13px;color:#334155}
.news-item{display:grid;grid-template-columns:180px 1fr;gap:18px;padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid #e7eaf0}
.thumb{height:122px;background:linear-gradient(135deg,#b9c5d4,#7f8ea3);overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover}
.news-item h4{margin:0 0 8px;font-size:19px;line-height:1.2}.meta{font-size:12px;color:var(--muted);margin-bottom:8px}.excerpt{font-size:14px;color:#374151;line-height:1.35}
.social-card{border:1px solid var(--line);background:#fff;padding:14px;margin-bottom:14px}.social-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.avatar{width:34px;height:34px;border-radius:50%;background:var(--navy2);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700}
.social-name{display:flex;align-items:center;gap:10px}.social-card p{font-size:14px;line-height:1.4}.social-image{height:90px;background:#cbd5e1;overflow:hidden}.social-image img{width:100%;height:100%;object-fit:cover}
.right-block{margin-bottom:34px}.right-highlight{display:grid;grid-template-columns:165px 1fr;gap:18px}
.logo-box{height:150px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;overflow:hidden}.logo-box img{width:100%;height:100%;object-fit:cover}
.press-item{display:grid;grid-template-columns:1fr 155px;gap:20px;align-items:center}.press-img{height:130px;background:#cbd5e1;overflow:hidden}.press-img img{width:100%;height:100%;object-fit:cover}
.external-news{background:var(--bg);padding:34px 0 48px;border-top:1px solid var(--line)}.external-wrap{max-width:1500px;margin:auto;padding:0 32px}
.external-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.source-card{background:#fff;border:1px solid var(--line);padding:18px}
.source-card .source{font-size:12px;color:var(--red);font-weight:800;text-transform:uppercase;margin-bottom:8px}.source-card h4{margin:0 0 10px;font-size:18px}.source-card p{font-size:14px;color:#475569;line-height:1.4}
.page-hero{background:linear-gradient(112deg,var(--navy),var(--navy2));color:#fff;padding:56px 28px}.page-hero-inner{max-width:1250px;margin:auto}.page-hero h1{font-size:48px;margin:0 0 10px}
.page-content{max-width:1250px;margin:auto;padding:44px 28px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.article-card{border:1px solid var(--line);background:#fff}.article-image{height:210px;overflow:hidden;background:#cbd5e1}.article-image img{width:100%;height:100%;object-fit:cover}
.article-image.placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;font-weight:800;font-size:22px}
.article-body{padding:18px}.article-body h3{margin:7px 0 10px}.article-body p{color:#475569;line-height:1.45}.article-body a{font-weight:800;border-bottom:3px solid var(--red)}
.bio{white-space:pre-line;font-size:17px;line-height:1.7}.contact-box{background:var(--navy);color:#fff;padding:24px}
footer{background:var(--navy);color:#fff;text-align:center;padding:28px}
@media(max-width:1100px){nav{gap:15px}.main-grid{grid-template-columns:1fr 1fr}.panel:nth-child(2){border-right:0}.panel:last-child{grid-column:1/-1}.external-grid,.article-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.nav{flex-direction:column;align-items:flex-start;padding:12px 18px}.brand{font-size:20px}nav{gap:12px}nav a{padding:7px 0}
.hero{grid-template-columns:1fr;min-height:540px}.hero-left{min-height:300px}.hero-right{padding:26px}.hero-copy h1{font-size:44px}
.main-grid{grid-template-columns:1fr;padding:22px 18px}.panel{border-right:0;padding-right:0}.news-item{grid-template-columns:120px 1fr}
.external-wrap{padding:0 18px}.external-grid,.article-grid{grid-template-columns:1fr}}

/* ===== Homepage V4.2: hero abbassata e caroselli compatti ===== */
.hero-v4{
  position:relative;
  display:block;
  min-height:520px;
  background-image:var(--hero-desktop);
  background-size:cover;
  background-position:center;
  overflow:hidden;
}
.hero-v4 .hero-shade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(7,29,56,.12) 0%,rgba(7,29,56,.32) 42%,rgba(7,29,56,.78) 100%);
}
.hero-v4 .hero-copy-wrap{
  position:relative;z-index:2;
  min-height:520px;
  display:flex;
  justify-content:flex-end;
  align-items:flex-end;
  max-width:1500px;
  margin:0 auto;
  padding:0 54px 18px;
}
.hero-v4 .hero-copy{
  width:min(520px,44vw);
  color:#fff;
  text-align:center;
  text-shadow:0 2px 12px rgba(0,0,0,.35);
}
.hero-v4 .hero-copy h1{font-size:56px;line-height:.98}
.hero-v4 .hero-copy h2{font-size:25px;margin-bottom:16px}
.hero-v4 .hero-copy p{font-size:18px}

.home-v4{background:#fff}
.news-carousel-section{max-width:1500px;margin:0 auto;padding:24px 58px 8px}
.archive-section{padding-top:14px;padding-bottom:28px}
.carousel-heading{display:flex;align-items:center;gap:18px;margin-bottom:13px}
.carousel-heading:after{content:"";height:1px;background:linear-gradient(90deg,var(--gold),transparent);flex:1;order:2}
.carousel-heading h3{order:1;margin:0;color:var(--navy);font-size:22px;text-transform:uppercase;white-space:nowrap}
.carousel-heading h3:before{content:"";display:inline-block;width:4px;height:20px;background:var(--red);margin-right:10px;vertical-align:-3px}
.carousel-heading a{order:3;font-size:12px;font-weight:800;color:var(--navy);white-space:nowrap}
.compact-carousel{position:relative;padding:0 40px}
.carousel-viewport{overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}
.carousel-viewport::-webkit-scrollbar{display:none}
.carousel-track{display:flex;gap:14px;width:max-content;padding:2px 1px 8px}
.compact-news-card{
  flex:0 0 var(--card-width,250px);
  height:var(--card-height,122px);
  display:grid;
  grid-template-columns:var(--image-width,100px) 1fr;
  overflow:hidden;
  border:1px solid #dfe4eb;
  border-radius:9px;
  background:#fff;
  box-shadow:0 3px 12px rgba(7,29,56,.07);
  scroll-snap-align:start;
  transition:transform .2s ease,box-shadow .2s ease;
}
.compact-news-card:hover{transform:translateY(-2px);box-shadow:0 7px 18px rgba(7,29,56,.12)}
.compact-news-image{height:100%;overflow:hidden;background:linear-gradient(135deg,var(--navy),var(--navy2));display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;font-weight:800}
.compact-news-image img{width:100%;height:100%;object-fit:cover}
.compact-news-body{min-width:0;padding:11px 12px 9px;display:flex;flex-direction:column}
.compact-news-date{font-size:10px;color:var(--muted);margin-bottom:5px}
.compact-news-body h4{margin:0;font-size:var(--title-size,13px);line-height:1.22;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.compact-news-link{margin-top:auto;font-size:10px;font-weight:800;text-transform:uppercase;color:var(--navy)}
.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:32px;height:32px;border:1px solid #cdd5df;border-radius:50%;background:#fff;color:var(--navy);font-size:26px;line-height:24px;cursor:pointer;box-shadow:0 2px 8px rgba(7,29,56,.12)}
.carousel-arrow:hover{background:var(--navy);color:#fff}
.carousel-arrow.prev{left:0}.carousel-arrow.next{right:0}
.lower-home-grid{padding-top:28px}

@media(max-width:1100px){
  .hero-v4{min-height:500px;background-image:var(--hero-tablet);background-position:center top}
  .hero-v4 .hero-copy-wrap{min-height:500px;padding:0 34px 18px}
  .hero-v4 .hero-copy{width:min(480px,52vw)}
  .hero-v4 .hero-copy h1{font-size:46px}
  .news-carousel-section{padding-left:30px;padding-right:30px}
  .compact-news-card{flex-basis:min(var(--card-width,250px),42vw)}
}
@media(max-width:760px){
  .hero-v4{min-height:650px;background-image:var(--hero-mobile);background-position:center top}
  .hero-v4 .hero-shade{background:linear-gradient(180deg,rgba(7,29,56,.04) 0%,rgba(7,29,56,.14) 43%,rgba(7,29,56,.92) 72%,rgba(7,29,56,.98) 100%)}
  .hero-v4 .hero-copy-wrap{min-height:650px;justify-content:center;align-items:flex-end;padding:0 20px 18px}
  .hero-v4 .hero-copy{width:100%;max-width:410px}
  .hero-v4 .hero-copy h1{font-size:39px}
  .hero-v4 .hero-copy h2{font-size:20px;margin-bottom:12px}
  .hero-v4 .hero-copy p{font-size:15px}
  .hero-v4 .hero-copy .line{margin:15px auto 13px}
  .news-carousel-section{padding:19px 14px 4px}
  .archive-section{padding-top:10px;padding-bottom:22px}
  .carousel-heading{align-items:flex-start;flex-wrap:wrap;gap:7px 12px}
  .carousel-heading h3{font-size:18px}
  .carousel-heading a{font-size:10px;margin-left:auto}
  .carousel-heading:after{display:none}
  .compact-carousel{padding:0 31px}
  .compact-news-card{flex-basis:calc(100vw - 92px);max-width:340px;height:126px;grid-template-columns:104px 1fr}
  .compact-news-body h4{font-size:min(var(--title-size,13px),14px)}
  .carousel-arrow{width:27px;height:27px;font-size:22px}
}
@media(prefers-reduced-motion:reduce){
  .compact-news-card{transition:none}
  .ticker-inner{animation:none;padding-left:18px}
}


/* ===== V4.3: stringhe notizie automatiche e feed RSS ===== */
.news-ticker{display:flex;align-items:stretch;min-height:46px;border-bottom:1px solid rgba(255,255,255,.16);overflow:hidden;position:relative;z-index:20}
.news-ticker-internal{background:linear-gradient(90deg,#31131b,#4b2029);color:#fff}
.news-ticker-external{background:linear-gradient(90deg,var(--navy),var(--navy2));color:#fff}
.news-ticker-label{flex:0 0 auto;min-width:210px;padding:8px 22px 7px 34px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(255,255,255,.25)}
.news-ticker-label strong{font-size:12px;letter-spacing:.7px;color:var(--gold);text-transform:uppercase}
.news-ticker-external .news-ticker-label strong{color:#fff}
.news-ticker-label small{font-size:9px;margin-top:2px;opacity:.82}
.news-ticker-window{overflow:hidden;flex:1;display:flex;align-items:center}
.news-ticker-track{display:inline-flex;align-items:center;gap:0;width:max-content;white-space:nowrap;padding-left:100%;animation:tickerMove var(--ticker-duration,36s) linear infinite}
.news-ticker:hover .news-ticker-track{animation-play-state:paused}
.news-ticker-item{font-size:12px;font-weight:700;display:inline-flex;align-items:center}
.news-ticker-item:after{content:"•";color:var(--gold);padding:0 18px}
.news-ticker-item a:hover{text-decoration:underline}
@keyframes tickerMove{from{transform:translateX(0)}to{transform:translateX(-100%)}}
@media(max-width:760px){
  .news-ticker{min-height:42px}
  .news-ticker-label{min-width:132px;padding:7px 10px 7px 14px}
  .news-ticker-label strong{font-size:10px}.news-ticker-label small{font-size:8px}
  .news-ticker-item{font-size:11px}.news-ticker-item:after{padding:0 12px}
}
@media(prefers-reduced-motion:reduce){.news-ticker-track{animation:none;padding-left:14px;overflow:auto}}
