/*
Theme Name: Il Borghettaccio
Theme URI: https://example.com/
Author: Il Borghettaccio
Description: Tema WordPress leggero per Il Borghettaccio - Casa Vacanze Assisi.
Version: 1.0.0
Text Domain: il-borghettaccio
*/

:root{
  --olive:#7b7a2d;
  --olive-dark:#5f5f22;
  --cream:#f7f4ed;
  --ink:#2d2d28;
  --muted:#6e6d65;
  --white:#ffffff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--white);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.65;
}
h1,h2,h3{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
  line-height:1.15;
  margin-top:0;
}
h1{font-size:clamp(2.6rem,6vw,5.6rem)}
h2{font-size:clamp(2rem,4vw,3.4rem)}
h3{font-size:1.4rem}
a{color:inherit}
img{max-width:100%;height:auto}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(10px);
  border-bottom:1px solid #ece8df;
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  min-height:84px;gap:24px;
}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none}
.brand img{width:150px;max-height:70px;object-fit:contain}
.brand-text strong{display:block;font-family:Georgia,serif;font-size:1.2rem}
.brand-text span{font-size:.84rem;color:var(--muted)}
.menu{display:flex;gap:22px;list-style:none;margin:0;padding:0}
.menu a{text-decoration:none;font-weight:600;font-size:.95rem}
.menu a:hover{color:var(--olive)}
.hero{
  min-height:74vh;
  display:grid;
  place-items:center;
  background:
    linear-gradient(rgba(27,27,22,.42),rgba(27,27,22,.42)),
    radial-gradient(circle at 20% 20%, #a6a16b, #69682d 55%, #44431f);
  color:white;
  text-align:center;
  padding:80px 20px;
}
.hero-content{max-width:900px}
.eyebrow{
  text-transform:uppercase;letter-spacing:.16em;font-size:.82rem;font-weight:700;
  margin-bottom:18px
}
.hero p{font-size:clamp(1.1rem,2vw,1.45rem);max-width:760px;margin:0 auto 28px}
.actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.btn{
  display:inline-block;text-decoration:none;padding:13px 22px;border-radius:999px;
  font-weight:700;border:1px solid transparent
}
.btn-primary{background:var(--olive);color:white}
.btn-primary:hover{background:var(--olive-dark)}
.btn-light{background:white;color:var(--ink)}
section{padding:86px 0}
.soft{background:var(--cream)}
.center{text-align:center}
.lead{font-size:1.18rem;color:var(--muted);max-width:820px;margin:0 auto 30px}
.grid-2{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.placeholder{
  min-height:420px;border-radius:22px;
  background:linear-gradient(135deg,#d8d1be,#aaa06f);
  display:flex;align-items:center;justify-content:center;
  color:white;font-family:Georgia,serif;font-size:1.6rem;padding:30px;text-align:center
}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.card{
  border:1px solid #e8e3d8;border-radius:18px;padding:24px;background:white
}
.card .icon{font-size:1.8rem;margin-bottom:8px}
.card p{color:var(--muted);margin-bottom:0}
.places{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px}
.place{padding:25px;border-radius:18px;background:white;border:1px solid #e8e3d8}
.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}
.gallery .g{min-height:250px;border-radius:18px;background:linear-gradient(135deg,#d7ccb4,#817744)}
.cta{
  background:var(--olive);color:white;border-radius:28px;padding:60px 28px;text-align:center
}
.site-footer{background:#25251f;color:#e8e7df;padding:48px 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:30px}
.site-footer a{color:#e8e7df;text-decoration:none}
.small{font-size:.9rem;color:#bdbcb4}
@media(max-width:850px){
  .menu{display:none}
  .grid-2,.services,.places,.footer-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .hero{min-height:68vh}
  section{padding:64px 0}
}
