
  :root{
    --brand-red:#ce2525;
    --brand-red-dark:#a81d1d;
    --ink:#2b2b2b;
    --muted:#6c6c6c;
    --bg-soft:#ece4d8;
    --line:#e4dedb;
  }

  html{scroll-behavior:smooth;}
  body{
    font-family:'Inter',-apple-system,system-ui,sans-serif;
    color:var(--ink);
    font-weight:400;
    line-height:1.7;
  }

  h1,h2,h3,.display-font{
    font-family:'Cormorant Garamond',Georgia,serif;
    font-weight:600;
    letter-spacing:.2px;
  }

  a{color:var(--brand-red);}
  a:hover{color:var(--brand-red-dark);}

  /* ---------- Header / Logo bar ---------- */
  .logo-bar{
    background:#fff;
    border-bottom:1px solid var(--line);
    padding:18px 0;
  }
  .logo-bar img{max-height:70px;width:auto;}

  /* ---------- Hero ---------- */
  .hero{
    position:relative;
    z-index:2;
    min-height:62vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    background:#1c1c1c;
    overflow:hidden;
    /* ombreggiatura morbida sotto l'hero */
    box-shadow:0 16px 30px -6px rgba(0,0,0,.28);
  }
  .hero .hero-bg{
    position:absolute;inset:0;
    width:100%;height:100%;
    object-fit:cover;
    opacity:1;
  }
  /* velo caldo, concentrato dietro al testo, che svanisce ai lati */
  .hero::after{
    content:"";
    position:absolute;inset:0;
    z-index:1;
    background:
      radial-gradient(ellipse 70% 60% at 50% 46%, rgba(28,19,12,.60), rgba(28,19,12,.26) 55%, rgba(28,19,12,0) 82%),
      linear-gradient(to bottom, rgba(28,19,12,.12), rgba(28,19,12,.30));
  }
  .hero-inner{position:relative;z-index:2;padding:60px 20px;}
  .hero h1{
    font-size:clamp(2.6rem,6vw,4.4rem);
    line-height:1.05;
    margin-bottom:.4rem;
    text-shadow:0 2px 5px rgba(0,0,0,.6), 0 8px 34px rgba(0,0,0,.45);
  }
  .hero .lead{
    font-size:clamp(1.05rem,2.2vw,1.35rem);
    font-weight:300;
    max-width:640px;
    margin:0 auto;
    color:#fff;
    text-shadow:0 1px 3px rgba(0,0,0,.65);
  }
  .hero-rule{
    width:70px;height:3px;background:var(--brand-red);
    margin:22px auto 0;border-radius:2px;
  }

  /* ---------- Sezioni ---------- */
  .section{padding:84px 0;}
  .section--soft{background:var(--bg-soft);}

  .eyebrow{
    display:inline-flex;align-items:center;gap:10px;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:.78rem;
    font-weight:600;
    color:var(--brand-red);
    margin-bottom:.6rem;
  }
  .eyebrow::before{
    content:"";width:34px;height:2px;background:var(--brand-red);display:inline-block;
  }
  .section-title{
    font-size:clamp(2rem,4vw,2.9rem);
    margin-bottom:.5rem;
  }
  .section-sub{
    color:var(--muted);
    font-weight:300;
    max-width:620px;
    font-size:1.08rem;
  }

  /* immagine "nel testo" (float) */
/* immagine "nel testo" (float) */
.inline-img{
  max-width:46%;
  border-radius:4px;
  margin:6px 0 18px;
  box-shadow:0 12px 30px rgba(0,0,0,.10);
}
.inline-img.float-end{margin-left:28px;}
.inline-img.float-start{margin-right:28px;}
@media (max-width:575.98px){
  .inline-img{float:none!important;max-width:100%;margin:14px 0;}
}

  .lead-img{
    width:100%;border-radius:4px;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
  }

  /* card servizi */
  .service-card{
    position:relative;
    background:#fff;
    border:1px solid var(--line);
    border-top:3px solid var(--brand-red);
    border-radius:6px;
    padding:32px 26px;
    height:100%;
    transition:transform .25s ease, box-shadow .25s ease;
  }
  .service-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 36px rgba(206,37,37,.15);
  }
  .service-card .ic{
    width:56px;height:56px;border-radius:14px;
    display:flex;align-items:center;justify-content:center;
    background:linear-gradient(135deg,var(--brand-red),var(--brand-red-dark));
    color:#fff;
    font-size:1.3rem;
    margin-bottom:18px;
    box-shadow:0 8px 18px rgba(206,37,37,.28);
  }
  .service-card h3{font-size:1.35rem;margin-bottom:.35rem;}
  .service-card p{color:var(--muted);font-size:.96rem;margin:0;}

  /* galleria */
 /* galleria */
.gallery-img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:4px;
border:1px solid rgba(0,0,0,.18);
  box-shadow:0 10px 26px rgba(0,0,0,.14);
  transition:box-shadow .3s ease, transform .3s ease;
}
.gallery-img:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 34px rgba(0,0,0,.20);
}
/* separatore tra le due macro-sezioni */
.band{
  background:var(--brand-red);
  color:#fff;
  text-align:center;
  padding:58px 20px;
}
.band-kicker{
  display:inline-flex;align-items:center;gap:12px;
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:.78rem;
  font-weight:600;
  color:rgba(255,255,255,.85);
  margin-bottom:.7rem;
}
.band-kicker::before,
.band-kicker::after{
  content:"";width:28px;height:1px;background:rgba(255,255,255,.6);
}
.band-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,5vw,3.4rem);
  font-weight:600;
  line-height:1.12;
  margin:0;
}
.band-title em{font-style:italic;font-weight:500;}
.band-btn{
  display:inline-block;
  margin-top:1.6rem;
  padding:13px 30px;
  background:#fff;
  color:var(--brand-red);
  font-weight:600;
  letter-spacing:.3px;
  text-decoration:none;
  border-radius:4px;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.band-btn:hover{
  background:#fff;
  color:var(--brand-red-dark);
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}

  /* ---------- Footer ---------- */
  footer{
    background:#1f1f1f;
    color:rgba(255,255,255,.8);
    padding:60px 0 28px;
  }
  footer h4{
    font-family:'Cormorant Garamond',serif;
    color:#fff;font-size:1.4rem;margin-bottom:14px;
  }
  footer a{color:rgba(255,255,255,.8);text-decoration:none;}
  footer a:hover{color:#fff;}
  footer .loc-title{color:var(--brand-red);font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:.8rem;}
  footer .fa-solid, footer .fa-brands{color:var(--brand-red);width:20px;text-align:center;margin-right:8px;}
  .footer-bottom{
    border-top:1px solid rgba(255,255,255,.12);
    margin-top:34px;padding-top:20px;
    font-size:.85rem;color:rgba(255,255,255,.55);
  }

  /* accessibilità */
  a:focus-visible, button:focus-visible{outline:3px solid var(--brand-red);outline-offset:2px;}
  @media (prefers-reduced-motion:reduce){
    *{transition:none!important;scroll-behavior:auto!important;}
  }
