
:root{
  --header-bg: #f5c518;
  --accent: #0a8f3a;
  --text: #111;
  --bg: #f3f3f3;
}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);}
.container{max-width:1000px;margin:0 auto;padding:1rem;}
.site-header{background:var(--header-bg);padding:0.5rem 0;border-bottom:2px solid #d3aa0f;position:sticky;top:0;z-index:10;}
.header-inner{display:flex;justify-content:space-between;align-items:center;}
.logo{height:50px;}
.main-nav a{color:var(--accent);text-decoration:none;margin-left:1rem;font-weight:bold;}
.main-nav a:hover{text-decoration:underline;}
.nav-toggle{display:none;background:none;border:0;font-size:1.5rem;}

.home-hero{text-align:center;margin:2rem 0;}
.main-logo{max-width:450px;width:100%;height:auto;}

.services-box,.orari-box{background:#fff;border-radius:4px;box-shadow:0 2px 6px rgba(0,0,0,0.1);padding:1rem 1.5rem;margin:1.5rem auto;max-width:700px;}
.services-box h2,.orari-box h3{color:var(--accent);margin-top:0;}
.services-box ul{list-style:none;padding-left:0;}
.services-box li{color:var(--accent);margin:0.25rem 0;font-weight:bold;}
.orari-box p{color:var(--accent);margin:0.5rem 0;}

.site-footer{text-align:center;background:#fff;border-top:1px solid #ddd;padding:1rem 0;color:var(--accent);font-size:0.9rem;}
.footer-nav a{color:var(--accent);margin:0 0.5rem;text-decoration:none;}
.footer-nav a:hover{text-decoration:underline;}

@media(max-width:700px){
  .main-logo{max-width:300px;}
  .main-nav{display:none;}
  .nav-toggle{display:block;}
}
