
:root{
  --green:#8cc63f;
  --blue:#29a9df;
  --dark:#23302b;
  --text:#4d5651;
  --muted:#768079;
  --light:#f7faf4;
  --cream:#f7f2ea;
  --white:#ffffff;
  --shadow:0 18px 45px rgba(0,0,0,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Poppins',Arial,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.75;
  font-weight:300;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1140px,92%);margin:0 auto}
.topbar{
  background:var(--green);
  color:#fff;
  font-size:13px;
}
.topbar-inner{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.topbar a{color:#fff}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.language-switch a{
  padding:3px 8px;
  border-radius:999px;
  opacity:.85;
}
.language-switch .active-lang{
  background:#fff;
  color:var(--green);
  opacity:1;
}
.social-mini{display:flex;gap:10px;align-items:center}
.social-mini img{width:20px;height:20px;border-radius:50%}
.main-header{
  position:sticky;
  top:0;
  z-index:9990;
  background:rgba(255,255,255,.97);
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.navbar-clean{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand img{
  width:74px;
  height:auto;
  object-fit:contain;
}
.nav-menu{
  display:flex;
  align-items:center;
  gap:22px;
  list-style:none;
  padding:0;
  margin:0;
}
.nav-menu a{
  font-size:14px;
  letter-spacing:.02em;
  color:#2f3934;
  font-weight:400;
  padding:10px 0;
  border-bottom:2px solid transparent;
}
.nav-menu a:hover,.nav-menu a.active{
  color:var(--green);
  border-bottom-color:var(--green);
}
.mobile-toggle{display:none;background:transparent;border:0;font-size:30px;color:#23302b}
.hero{
  position:relative;
  overflow:hidden;
  min-height:100vh;
  display:flex;
  align-items:center;
  background:#f7faf4;
  padding:140px 0 90px;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.90) 0%,rgba(255,255,255,.82) 42%,rgba(247,250,244,.58) 100%), url('assets/images/studio-hero.jpg') center center/cover no-repeat;
  filter:blur(10px);
  transform:scale(1.08);
}
.hero > .container{position:relative;z-index:1;}
.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}
.kicker{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.22em;
  color:#6d776f;
  font-size:13px;
  margin-bottom:18px;
}
.hero h1{
  font-size:56px;
  line-height:1.08;
  font-weight:300;
  color:#1f2924;
  margin:0 0 20px;
}
.divider{
  width:100px;height:2px;background:var(--green);margin:0 0 22px;
}
.hero p{
  font-size:18px;
  color:#4f5a54;
  max-width:620px;
  margin:0 0 24px;
}
.hero-list{list-style:none;margin:0 0 30px;padding:0}
.hero-list li{position:relative;padding-left:23px;margin-bottom:9px}
.hero-list li:before{
  content:"";position:absolute;left:0;top:12px;width:8px;height:8px;border-radius:50%;background:var(--green)
}
.button-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:12px 24px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-weight:500;
  border:1px solid transparent;
  transition:.25s ease;
}
.btn-primary{background:var(--green);color:#fff}
.btn-primary:hover{filter:brightness(.95);transform:translateY(-2px)}
.btn-outline{border-color:#cfd8c9;color:#27322d;background:#fff}
.btn-outline:hover{background:#27322d;color:#fff;border-color:#27322d}
.hero-card{
  background:transparent;
  padding:0;
  border-radius:0;
  box-shadow:none;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:440px;
}
.hero-card img{
  border-radius:0;
  width:100%;
  max-width:520px;
  height:auto;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 18px 32px rgba(0,0,0,.18));
}
.section{padding:88px 0}
.section-soft{background:var(--light)}
.section-heading{text-align:center;margin-bottom:42px}
.section-heading h2{
  margin:0 0 10px;
  color:#202823;
  font-weight:300;
  font-size:38px;
}
.section-heading span{color:var(--muted)}
.service-cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.service-card{
  background:#fff;
  border:1px solid #e7ede3;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.05);
  display:flex;
  flex-direction:column;
}
.service-visual{
  height:118px;
  background:var(--green);
}
.service-content{padding:24px 22px 26px;display:flex;flex-direction:column;flex:1}
.service-content h3{
  font-size:21px;
  line-height:1.28;
  color:#202823;
  font-weight:400;
  margin:0 0 12px;
}
.service-content p{font-size:14px;color:#626d66;margin:0 0 20px;flex:1}
.service-content .btn{align-self:flex-start;padding:10px 18px}
.cta-band{
  margin-top:28px;
  padding:25px 28px;
  background:var(--cream);
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.cta-icon{
  width:72px;height:72px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto;box-shadow:0 8px 18px rgba(0,0,0,.06)
}
.cta-icon img{width:38px;height:38px}
.cta-band h3{margin:0 0 6px;color:#202823;font-size:24px;font-weight:400}
.cta-band p{margin:0;color:#5c655f}
.detail-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.detail-card{
  background:#fff;
  border-radius:24px;
  box-shadow:0 12px 32px rgba(0,0,0,.06);
  overflow:hidden;
  border:1px solid #edf1ea;
  scroll-margin-top:115px;
}
.detail-block{height:20px;background:var(--green)}
.detail-body{padding:32px}
.detail-body .label{color:var(--green);font-size:13px;text-transform:uppercase;letter-spacing:.13em;font-weight:500}
.detail-body h3{font-size:30px;color:#202823;line-height:1.22;font-weight:300;margin:10px 0 18px}
.detail-body h4{font-size:17px;color:#202823;margin:24px 0 10px;font-weight:500}
.detail-body p{margin:0 0 14px}
.check-list{margin:0 0 18px;padding:0;list-style:none}
.check-list li{position:relative;padding-left:24px;margin-bottom:8px}
.check-list li:before{content:"";position:absolute;left:0;top:11px;width:8px;height:8px;border-radius:50%;background:var(--green)}
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
}
.image-frame{
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#fff;
}
.image-frame img{width:100%;height:520px;object-fit:cover;object-position:center}
.text-block h2{
  color:#202823;
  font-size:38px;
  line-height:1.2;
  font-weight:300;
  margin:8px 0 18px;
}
.text-block em{font-style:normal;color:var(--green)}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.gallery-card{
  border:0;padding:0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.08);cursor:pointer;transition:.25s ease
}
.gallery-card:hover{transform:translateY(-5px)}
.gallery-card img{width:100%;height:290px;object-fit:cover}
.contact-box{
  background:#fff;
  border-radius:26px;
  box-shadow:var(--shadow);
  padding:30px;
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-grid .full{grid-column:1/-1}
input,select,textarea{
  width:100%;
  border:1px solid #dfe6dc;
  border-radius:12px;
  padding:14px 16px;
  font-family:inherit;
  font-size:14px;
  color:#333;
  background:#fff;
}
textarea{min-height:140px;resize:vertical}
.form-check{display:flex;gap:10px;align-items:flex-start;color:#606a63;font-size:14px}
.form-check input{width:auto;margin-top:5px}
.form-message{margin-top:16px;font-size:14px}
.footer{
  background:#27322d;
  color:#dfe8e2;
  padding:64px 0 30px;
}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:34px}
.footer h4{margin:0 0 18px;color:#fff;font-weight:400}
.footer p,.footer li,.footer a{color:#dfe8e2;font-size:14px}
.footer ul{list-style:none;padding:0;margin:0}
.footer li{margin-bottom:9px}
.footer-logo{width:220px;max-width:100%;margin-bottom:18px}
.footer-social{display:flex;flex-wrap:wrap;gap:10px}
.footer-social a{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);padding:8px 10px;border-radius:999px}
.footer-social img{width:20px;height:20px}
.sub-footer{background:#1f2924;color:#c8d1cc;text-align:center;padding:18px 0;font-size:13px}
.whatsapp-floating{
  position:fixed;right:22px;bottom:22px;z-index:9998;background:#25D366;color:#fff;border-radius:999px;padding:12px 16px;display:flex;gap:8px;align-items:center;box-shadow:0 12px 28px rgba(0,0,0,.22);font-weight:500
}
.whatsapp-floating img{width:24px;height:24px}
.cookie-banner{
  position:fixed;left:20px;right:20px;bottom:18px;z-index:9997;background:#fff;border:1px solid #e1e8dd;border-radius:18px;box-shadow:0 14px 40px rgba(0,0,0,.16);padding:18px;display:flex;justify-content:space-between;gap:18px;align-items:center
}
.cookie-banner p{margin:3px 0 0;font-size:13px;color:#5d665f}
.cookie-banner.hidden{display:none}
.gallery-modal{position:fixed;inset:0;background:rgba(0,0,0,.82);z-index:99999;display:none;align-items:center;justify-content:center;padding:28px}
.gallery-modal.is-visible{display:flex}
.gallery-modal-content{position:relative;background:#fff;border-radius:18px;padding:18px;max-width:1100px;max-height:92vh;overflow:auto}
.gallery-modal-content img{max-height:78vh;width:100%;object-fit:contain;border-radius:12px}
.gallery-modal-close{position:absolute;top:8px;right:12px;border:0;background:rgba(0,0,0,.1);border-radius:50%;width:38px;height:38px;font-size:26px;cursor:pointer}
#contactus,#services,#studio,#gallery,#about{scroll-margin-top:115px}
@media(max-width:991px){
  .mobile-toggle{display:block}
  .nav-menu{position:absolute;left:0;right:0;top:82px;background:#fff;display:none;flex-direction:column;align-items:flex-start;padding:20px 6%;box-shadow:0 18px 32px rgba(0,0,0,.1)}
  .nav-menu.open{display:flex}
  .hero{padding:80px 0 60px}
  .hero-grid,.split,.detail-grid{grid-template-columns:1fr}
  .hero h1{font-size:42px}
  .service-cards{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .cta-band{flex-direction:column;align-items:flex-start}
}
@media(max-width:640px){
  .topbar-inner{align-items:flex-start;flex-direction:column;padding:10px 0}
  .hero h1{font-size:34px}
  .hero-card img,.image-frame img{height:auto;max-height:520px}
  .service-cards,.gallery-grid,.form-grid,.footer-grid{grid-template-columns:1fr}
  .section{padding:65px 0}
  .cookie-banner{flex-direction:column;align-items:flex-start}
  .whatsapp-floating span{display:none}
}


/* Nuova foto presentazione - allineamento sezione Chi sono / Über mich */
#about .split{
  align-items:flex-start;
}
#about .image-frame{
  margin-top:8px;
}
#about .image-frame img{
  width:100%;
  height:640px;
  object-fit:cover;
  object-position:center top;
}
@media(max-width:991px){
  #about .image-frame{
    margin-top:0;
  }
  #about .image-frame img{
    height:auto;
    max-height:760px;
  }
}

/* Testi home e servizi aggiornati */
.hero p strong,
.service-content p strong,
.detail-body p strong {
  font-weight: 500;
  color: #2b352f;
}
.hero h1 {
  max-width: 760px;
}
