*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --sand:     #F5F0E8;
  --sand-mid: #EDE6D8;
  --cream:    #FAF7F2;
  --dark:     #2C2519;
  --olive:    #5C5A3A;
  --gold:     #B89A5E;
  --gold-lt:  #D4B97A;
  --muted:    #7A7060;
  --border:   rgba(92,90,58,0.18);
  --ff-d: 'Cormorant Garamond', Georgia, serif;
  --ff-b: 'Jost', system-ui, sans-serif;
}
html { scroll-behavior: smooth; font-size:16px; }
body { background:var(--cream); color:var(--dark); font-family:var(--ff-b); font-weight:300; line-height:1.7; overflow-x:hidden; }

/* NAV */
nav { position:fixed; top:0; width:100%; z-index:100; display:flex; align-items:center; justify-content:space-between; padding:0 1.8rem; height:72px; background:rgba(250,247,242,0.94); backdrop-filter:blur(14px); border-bottom:1px solid var(--border); transition:box-shadow .3s; }
nav.scrolled { box-shadow:0 2px 24px rgba(44,37,25,.08); }
.nav-logo { font-family:var(--ff-d); font-size:1.3rem; font-weight:400; letter-spacing:.04em; color:var(--dark); text-decoration:none; flex-shrink:0; }
.nav-logo em { color:var(--gold); font-style:italic; }
.nav-logo-text { display:none; }
.nav-logo-img { display:block; height:40px; width:auto; }
.nav-links { display:flex; gap:0; list-style:none; align-items:center; }
.nav-links a { font-size:.68rem; font-weight:400; letter-spacing:.06em; text-transform:uppercase; color:var(--olive); text-decoration:none; padding:.3rem .4rem; transition:color .2s; white-space:nowrap; }
.nav-links a:hover, .nav-links a.active { color:var(--gold); }
.nav-links li:not(:last-child)::after { content:""; display:inline-block; width:1px; height:13px; background:var(--border); vertical-align:middle; margin-left:.1rem; }
.nav-cta { font-size:.68rem; font-weight:400; letter-spacing:.1em; text-transform:uppercase; border:1px solid var(--gold); color:var(--gold); padding:.42rem 1rem; text-decoration:none; transition:background .2s,color .2s; white-space:nowrap; flex-shrink:0; }
.nav-cta:hover { background:var(--gold); color:#fff; }
.nav-ham { display:none; background:none; border:none; cursor:pointer; padding:.5rem; flex-shrink:0; }
.nav-ham span { display:block; width:22px; height:1px; background:var(--dark); margin:5px 0; }
.mobile-menu { display:none; position:fixed; top:72px; left:0; right:0; background:var(--cream); border-bottom:1px solid var(--border); padding:1.5rem 2rem 2rem; z-index:99; }
.mobile-menu a { display:block; font-size:.78rem; letter-spacing:.12em; text-transform:uppercase; color:var(--olive); text-decoration:none; padding:.6rem 0; border-bottom:1px solid var(--border); }
.mobile-menu a:last-child { border:none; color:var(--gold); margin-top:.8rem; }

/* HOME HERO */
.hero { min-height:100svh; display:flex; flex-direction:column; justify-content:center; align-items:center; padding:6rem 3rem 4rem; position:relative; overflow:hidden; }
.hero-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.hero-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(to bottom,rgba(44,37,25,.1) 0%,rgba(44,37,25,.68) 100%); }
.hero-eyebrow { position:relative; font-size:.72rem; font-weight:400; letter-spacing:.22em; text-transform:uppercase; color:var(--gold-lt); margin-bottom:1rem; }
.hero h1 { position:relative; font-family:var(--ff-d); font-size:clamp(3rem,8vw,6.5rem); font-weight:300; line-height:1.05; color:#fff; }
.hero h1 em { font-style:italic; color:var(--gold-lt); }
.hero-logo { position:relative; display:block; width:clamp(260px,44vw,500px); max-width:100%; height:auto; margin:0 auto; filter:drop-shadow(0 3px 22px rgba(0,0,0,.45)); }
@media(max-width:560px){ .hero-logo { width:clamp(200px,72vw,320px); } }
.hero-tag { position:relative; margin-top:1.5rem; font-size:1rem; color:rgba(255,255,255,.78); max-width:520px; line-height:1.85; }
.hero-actions { position:relative; margin-top:2.5rem; display:flex; gap:1rem; flex-wrap:wrap; align-items:center; }

/* PAGE HERO (inner pages) */
.page-hero { padding-top:72px; position:relative; height:400px; overflow:hidden; display:flex; align-items:flex-end; }
.page-hero-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.page-hero-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(to bottom,rgba(44,37,25,.1) 0%,rgba(44,37,25,.72) 100%); }
.page-hero-body { position:relative; padding:2.5rem 3rem; }
.page-eyebrow { font-size:.68rem; letter-spacing:.22em; text-transform:uppercase; color:var(--gold-lt); display:block; margin-bottom:.6rem; }
.page-hero h1 { font-family:var(--ff-d); font-size:clamp(2.2rem,5vw,4rem); font-weight:300; color:#fff; line-height:1.1; }
.page-hero h1 em { font-style:italic; color:var(--gold-lt); }

/* BUTTONS */
.btn-primary { display:inline-block; background:var(--gold); color:#fff; font-size:.75rem; font-weight:400; letter-spacing:.14em; text-transform:uppercase; text-decoration:none; padding:.82rem 1.8rem; transition:background .2s,transform .15s; }
.btn-primary:hover { background:var(--gold-lt); transform:translateY(-1px); }
.btn-ghost { display:inline-block; border:1px solid rgba(255,255,255,.5); color:rgba(255,255,255,.85); font-size:.75rem; font-weight:400; letter-spacing:.14em; text-transform:uppercase; text-decoration:none; padding:.82rem 1.8rem; transition:border-color .2s,color .2s,transform .15s; }
.btn-ghost:hover { border-color:#fff; color:#fff; transform:translateY(-1px); }
.btn-outline { display:inline-block; border:1px solid var(--gold); color:var(--gold); font-size:.72rem; font-weight:400; letter-spacing:.14em; text-transform:uppercase; text-decoration:none; padding:.65rem 1.4rem; transition:background .2s,color .2s; }
.btn-outline:hover { background:var(--gold); color:#fff; }

/* SECTIONS */
section { padding:5rem 3rem; }
.label { font-size:.66rem; font-weight:400; letter-spacing:.22em; text-transform:uppercase; color:var(--gold); display:block; margin-bottom:.8rem; }
h2 { font-family:var(--ff-d); font-size:clamp(1.8rem,3.5vw,3rem); font-weight:300; line-height:1.15; color:var(--dark); }
h2 em { font-style:italic; color:var(--olive); }
.lead { font-size:1rem; color:var(--muted); max-width:580px; margin-top:1rem; line-height:1.85; }
p { line-height:1.85; }

.grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:5rem; align-items:center; }
.dark-section { background:var(--dark); }
.dark-section .label { color:var(--gold-lt); }
.dark-section h2 { color:#fff; }
.dark-section h2 em { color:var(--gold-lt); }
.dark-section p, .dark-section .lead { color:rgba(255,255,255,.62); }
.sand-section { background:var(--sand); }
.cream-section { background:var(--cream); }

/* PHOTO GRIDS */
.photo-grid { display:grid; gap:3px; }
.photo-grid img { width:100%; object-fit:cover; display:block; }
.pg-2 { grid-template-columns:1fr 1fr; }
.pg-3 { grid-template-columns:1fr 1fr 1fr; }
.pg-4 { grid-template-columns:repeat(4,1fr); }
.pg-h260 img { height:260px; }
.pg-h300 img { height:300px; }
.pg-h360 img { height:360px; }
.pg-h420 img { height:420px; }
.pg-sq img { aspect-ratio:1; height:auto; }
.pg-43 img { aspect-ratio:4/3; height:auto; }
.pg-wide img { aspect-ratio:16/7; height:auto; }
.pg-first-wide > img:first-child { grid-column:1/-1; aspect-ratio:16/7; height:auto; }

/* GALLERY */
.gallery { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:3px; }
.gallery img { width:100%; aspect-ratio:4/3; object-fit:cover; display:block; transition:filter .3s; cursor:pointer; }
.gallery img:hover { filter:brightness(.8); }

/* ROOM CARDS */
.rooms-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:3px; }
.room-card { position:relative; overflow:hidden; text-decoration:none; background:var(--dark); aspect-ratio:4/3; display:block; }
.room-card img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s ease,filter .6s ease; filter:brightness(.78); }
.room-card:hover img { transform:scale(1.04); filter:brightness(.58); }
.room-card-body { position:absolute; bottom:0; left:0; right:0; padding:1.4rem 1.8rem; background:linear-gradient(to top,rgba(44,37,25,.9) 0%,transparent 100%); transform:translateY(28%); transition:transform .4s ease; }
.room-card:hover .room-card-body { transform:translateY(0); }
.r-eye { font-size:.62rem; letter-spacing:.2em; text-transform:uppercase; color:var(--gold-lt); display:block; margin-bottom:.3rem; }
.r-name { font-family:var(--ff-d); font-size:1.5rem; font-weight:300; color:#fff; line-height:1.2; }
.r-desc { font-size:.8rem; color:rgba(255,255,255,.7); margin-top:.4rem; line-height:1.5; opacity:0; transition:opacity .3s .1s; }
.room-card:hover .r-desc { opacity:1; }

/* ROOM DETAIL */
.room-intro { display:grid; grid-template-columns:3fr 2fr; gap:4rem; align-items:start; }
.room-amenities { list-style:none; margin-top:1.5rem; display:grid; grid-template-columns:1fr 1fr; gap:.5rem .8rem; }
.room-amenities li { font-size:.82rem; color:var(--muted); display:flex; align-items:center; gap:.5rem; }
.room-amenities li::before { content:''; display:block; width:14px; height:1px; background:var(--gold); flex-shrink:0; }
.room-quote { font-family:var(--ff-d); font-size:1.35rem; font-weight:300; font-style:italic; color:var(--olive); border-left:2px solid var(--gold); padding:1rem 1.5rem; margin:2rem 0; line-height:1.55; }
.room-quote cite { display:block; font-size:.72rem; font-style:normal; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-top:.4rem; }
.room-sidebar-box { background:var(--sand); padding:2rem; }
.room-sidebar-box h3 { font-family:var(--ff-d); font-size:1.2rem; font-weight:400; margin-bottom:1rem; color:var(--dark); }

/* AMENITY DARK */
.amenity-grid { display:grid; grid-template-columns:1fr 1fr; gap:.6rem 1.2rem; margin-top:1.8rem; }
.amenity-item { display:flex; align-items:center; gap:.6rem; font-size:.82rem; color:rgba(255,255,255,.68); }
.amenity-item::before { content:''; display:block; width:14px; height:1px; background:var(--gold); flex-shrink:0; }

/* STATS */
.stats-row { display:grid; grid-template-columns:repeat(4,1fr); gap:2px; margin-top:2.5rem; }
.stat-box { background:var(--sand-mid); padding:1.4rem 1.2rem; border-left:2px solid var(--gold); }
.stat-num { font-family:var(--ff-d); font-size:2rem; font-weight:300; }
.stat-label { font-size:.7rem; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-top:.15rem; }

/* HIGHLIGHTS */
.highlights { margin-top:2rem; }
.hl { display:flex; gap:1.2rem; padding:1rem 0; border-bottom:1px solid var(--border); align-items:flex-start; }
.hl:last-child { border-bottom:none; }
.hl-num { font-family:var(--ff-d); font-size:1.8rem; font-weight:300; color:var(--gold); line-height:1; min-width:3rem; }
.hl h4 { font-family:var(--ff-d); font-size:1.05rem; font-weight:400; color:var(--dark); margin-bottom:.15rem; }
.hl p { font-size:.83rem; color:var(--muted); }

/* BADGES */
.badges { display:flex; flex-wrap:wrap; gap:.6rem; margin-top:1.8rem; }
.badge { font-size:.63rem; letter-spacing:.12em; text-transform:uppercase; border:1px solid var(--gold); color:var(--gold); padding:.28rem .7rem; }

/* CONTACT */
.c-item { display:flex; gap:1rem; align-items:flex-start; margin-top:1.8rem; }
.c-icon { width:40px; height:40px; flex-shrink:0; border:1px solid rgba(184,154,94,.4); display:flex; align-items:center; justify-content:center; }
.c-icon svg { width:16px; height:16px; stroke:var(--gold); fill:none; stroke-width:1.5; }
.c-lbl { font-size:.62rem; letter-spacing:.18em; text-transform:uppercase; color:var(--gold); margin-bottom:.12rem; }
.c-val { font-size:.9rem; color:rgba(255,255,255,.8); }
.c-val a { color:inherit; text-decoration:none; }
.c-val a:hover { color:var(--gold-lt); }
.c-cin { margin-top:2rem; font-size:.68rem; color:rgba(255,255,255,.25); line-height:1.9; border-top:1px solid rgba(255,255,255,.07); padding-top:1.2rem; }
.social-row { display:flex; gap:.7rem; margin-top:1.5rem; }
.soc-link { width:40px; height:40px; border:1px solid rgba(255,255,255,.2); display:flex; align-items:center; justify-content:center; text-decoration:none; transition:border-color .2s,background .2s; }
.soc-link:hover { border-color:var(--gold); background:rgba(184,154,94,.12); }
.soc-link svg { width:15px; height:15px; fill:rgba(255,255,255,.7); }
.wa-btn { display:inline-flex; align-items:center; gap:.7rem; margin-top:1.5rem; background:rgba(37,211,102,.1); border:1px solid rgba(37,211,102,.28); color:#25d366; font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; padding:.68rem 1.2rem; text-decoration:none; transition:background .2s; }
.wa-btn:hover { background:rgba(37,211,102,.2); }
.wa-btn svg { width:17px; height:17px; fill:currentColor; flex-shrink:0; }
.map-link { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.8rem; width:100%; aspect-ratio:16/9; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.1); font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.3); text-decoration:none; transition:background .2s; }
.map-link:hover { background:rgba(255,255,255,.08); }
.map-link svg { width:30px; height:30px; stroke:var(--gold); fill:none; stroke-width:1; }
.checkin-box { margin-top:2.5rem; padding:1.8rem; border:1px solid rgba(255,255,255,.08); }
.checkin-grid { display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; margin-top:1rem; }
.checkin-time { font-family:var(--ff-d); font-size:1.5rem; font-weight:300; color:#fff; }
.checkin-lbl { font-size:.66rem; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.28); margin-top:.25rem; }

/* FOOTER */
footer { background:#1A1510; padding:1.8rem 3rem; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:1rem; }
.footer-logo { font-family:var(--ff-d); font-size:1.1rem; color:rgba(255,255,255,.35); }
.footer-logo em { color:var(--gold); font-style:italic; }
.footer-copy { font-size:.68rem; color:rgba(255,255,255,.2); }
.footer-social { display:flex; gap:1.1rem; align-items:center; }
.footer-social a { color:rgba(255,255,255,.5); display:inline-flex; transition:color .2s; }
.footer-social a:hover { color:var(--gold); }
.footer-social svg { width:26px; height:26px; fill:currentColor; display:block; }
.footer-center { display:flex; flex-direction:column; align-items:center; gap:.9rem; }
.footer-abruzzo { display:block; width:140px; height:auto; opacity:.9; }
@media(min-width:961px){
  footer {
    display:grid;
    grid-template-columns:1fr auto 1fr;
    grid-template-areas:
      "logo center copy"
      "logo legal  copy";
    align-items:center;
    column-gap:1.5rem;
    row-gap:.7rem;
  }
  .footer-logo-img { grid-area:logo; justify-self:start; }
  .footer-center { grid-area:center; position:static; transform:none; left:auto; top:auto; }
  .footer-legal { grid-area:legal; justify-self:center; text-align:center; margin-top:0; }
  .footer-copy { grid-area:copy; justify-self:end; text-align:right; }
}
.footer-logo-img { width:96px; height:auto; opacity:.8; display:block; }

/* BARRA CTA STICKY MOBILE */
.mobile-cta-bar { display:none; }
.mcta svg { flex-shrink:0; }

/* REVEAL */
.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

/* RESPONSIVE */
@media(max-width:960px){
  nav { padding:0 1.4rem; }
  .nav-links,.nav-cta { display:none; }
  .nav-ham { display:block; }
  section { padding:3.5rem 1.4rem; }
  .page-hero { height:280px; }
  .page-hero-body { padding:1.8rem 1.4rem; }
  .hero { padding:5rem 1.4rem 3rem; }
  .grid-2,.room-intro { grid-template-columns:1fr; gap:2.5rem; }
  .stats-row { grid-template-columns:1fr 1fr; }
  .rooms-grid { grid-template-columns:1fr; }
  .pg-3,.pg-4 { grid-template-columns:1fr 1fr; }
  .amenity-grid { grid-template-columns:1fr; }
  footer { flex-direction:column; text-align:center; }
}
@media(max-width:560px){
  .pg-2,.pg-3,.pg-4 { grid-template-columns:1fr; }
  .room-amenities,.checkin-grid { grid-template-columns:1fr; }
  .gallery { grid-template-columns:1fr 1fr; }
  .nav-logo-img { height:50px; }
  .mobile-cta-bar { display:flex; position:fixed; left:0; right:0; bottom:0; z-index:200; box-shadow:0 -2px 16px rgba(44,37,25,.22); }
  .mcta { flex:1; display:flex; align-items:center; justify-content:center; gap:.45rem; padding:.95rem .5rem; font-family:var(--ff-b); font-size:.74rem; font-weight:400; letter-spacing:.12em; text-transform:uppercase; text-decoration:none; }
  .mcta-book { background:var(--gold); color:#fff; }
  .mcta-wa { background:#25D366; color:#fff; }
  footer { padding-bottom:4.8rem; }
  .footer-sep { display:none; }
  .footer-cir, .footer-cin { display:block; }
}

/* BEDDY BOOKING BAR (sotto l'hero) */
.beddy-section { background:var(--sand-mid); padding:1.6rem 1.5rem; border-bottom:1px solid var(--border); }
.beddy-wrap { max-width:1100px; margin:0 auto; text-align:center; }
.beddy-label { display:block; font-family:var(--ff-b); font-size:.7rem; font-weight:400; letter-spacing:.18em; text-transform:uppercase; color:var(--olive); margin-bottom:1rem; }
.beddy-section beddy-bar { display:block; width:100%; min-height:64px; }
@media(max-width:560px){ .beddy-section { padding:1.2rem 1rem; } }

/* GALLERY PAGE */
.gallery-filter {
  display: flex; gap: .6rem; flex-wrap: wrap;
  margin-bottom: 2rem;
}
.filter-btn {
  font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  border: 1px solid var(--border); color: var(--muted);
  padding: .38rem .9rem; background: none; cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
}
.filter-btn.active, .filter-btn:hover {
  border-color: var(--gold); color: var(--gold);
}
.gallery-section { margin-bottom: 4rem; }
.gallery-section h3 {
  font-family: var(--ff-d); font-size: 1.6rem; font-weight: 300;
  color: var(--dark); margin-bottom: 1.2rem;
}
.gallery-section h3 em { font-style: italic; color: var(--olive); }

/* ===================== COOKIE CONSENT / GDPR ===================== */
.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:1200;background:var(--dark);color:#fff;border-top:2px solid var(--gold);box-shadow:0 -8px 30px rgba(0,0,0,.28);}
.cookie-inner{max-width:1100px;margin:0 auto;padding:1.3rem 1.5rem;display:flex;flex-direction:column;gap:1rem;}
.cookie-txt{font-family:var(--ff-b);font-size:.86rem;font-weight:300;line-height:1.6;color:#EDE6D8;}
.cookie-txt strong{font-weight:400;color:#fff;}
.cookie-txt a{color:var(--gold-lt);text-decoration:underline;}
.cookie-btns{display:flex;gap:.7rem;flex-wrap:wrap;justify-content:flex-end;}
.cookie-btn{font-family:var(--ff-b);font-size:.72rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;padding:.7rem 1.4rem;border:1px solid var(--gold-lt);cursor:pointer;transition:background .2s,color .2s;background:none;color:var(--gold-lt);}
.cookie-btn.cookie-b1{background:var(--gold);border-color:var(--gold);color:var(--dark);}
.cookie-btn.cookie-b1:hover{background:var(--gold-lt);}
.cookie-btn.cookie-b2:hover{background:rgba(212,185,122,.15);}
.cookie-prefs{display:flex;flex-direction:column;gap:.6rem;padding:.5rem 0 .2rem;border-top:1px solid rgba(212,185,122,.25);}
.cookie-opt{display:flex;align-items:center;gap:.6rem;font-family:var(--ff-b);font-size:.82rem;font-weight:300;color:#EDE6D8;cursor:pointer;}
.cookie-opt input{width:16px;height:16px;accent-color:var(--gold);}
.cookie-reopen{position:fixed;left:14px;bottom:14px;z-index:1100;width:44px;height:44px;border-radius:50%;background:var(--dark);border:1px solid var(--gold);color:#fff;font-size:1.2rem;line-height:42px;text-align:center;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.25);}
.cookie-reopen:hover{background:var(--gold);}
@media(min-width:640px){.cookie-inner{flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:space-between;}.cookie-txt{flex:1;min-width:280px;}.cookie-prefs{flex-basis:100%;order:3;flex-direction:row;flex-wrap:wrap;gap:1.4rem;}}
@media(max-width:560px){.cookie-reopen{bottom:66px;top:auto;left:10px;width:38px;height:38px;line-height:36px;font-size:1rem;}}
/* Link legali nel footer */
.footer-legal{font-family:var(--ff-b);font-size:.72rem;letter-spacing:.04em;color:var(--muted);margin-top:.5rem;}
.footer-legal a{color:var(--muted);text-decoration:none;cursor:pointer;}
.footer-legal a:hover{color:var(--gold-lt);}
/* Facade YouTube (click-to-load, no cookie prima del consenso) */
.yt-facade{cursor:pointer;background:#161616;display:flex;align-items:center;justify-content:center;}
.yt-facade-inner{text-align:center;color:#fff;font-family:var(--ff-b);padding:1rem;}
.yt-play{display:inline-block;width:56px;height:56px;line-height:56px;border-radius:50%;background:rgba(184,154,94,.92);color:#fff;font-size:1.3rem;margin-bottom:.8rem;}
.yt-facade-txt{display:block;font-size:.82rem;font-weight:300;line-height:1.5;}
.yt-facade-txt small{color:#bbb;font-size:.72rem;}
/* Pagine legali */
.legal-body{max-width:820px;margin:0 auto;font-family:var(--ff-b);font-weight:300;color:var(--muted);line-height:1.75;}
.legal-body h2{font-family:var(--ff-d);font-weight:300;color:var(--dark);font-size:1.7rem;margin:2.4rem 0 .8rem;}
.legal-body h3{font-family:var(--ff-b);font-weight:400;color:var(--olive);font-size:1rem;letter-spacing:.02em;margin:1.6rem 0 .5rem;}
.legal-body p{margin-bottom:1rem;}
.legal-body ul{margin:0 0 1.2rem 1.2rem;}
.legal-body li{margin-bottom:.5rem;}
.legal-body a{color:var(--gold);text-decoration:none;}
.legal-body a:hover{text-decoration:underline;}
.legal-body table{width:100%;border-collapse:collapse;margin:1rem 0 1.6rem;font-size:.86rem;}
.legal-body th,.legal-body td{border:1px solid var(--border);padding:.6rem .8rem;text-align:left;vertical-align:top;}
.legal-body th{background:var(--sand-mid);font-weight:400;color:var(--dark);}
.legal-updated{font-size:.8rem;color:var(--muted);font-style:italic;margin-top:2.5rem;}

/* Accessibilita / SEO: heading visibile ai motori ma non a schermo */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
/* FAQ */
.faq-wrap{max-width:820px;margin:0 auto;}
.faq-item{border-bottom:1px solid var(--border);}
.faq-item summary{cursor:pointer;list-style:none;padding:1.1rem 2rem 1.1rem 0;font-family:var(--ff-b);font-weight:400;font-size:1rem;color:var(--dark);position:relative;transition:color .2s;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:"+";position:absolute;right:.2rem;top:50%;transform:translateY(-50%);font-family:var(--ff-d);font-size:1.5rem;color:var(--gold);transition:transform .2s;}
.faq-item[open] summary{color:var(--gold);}
.faq-item[open] summary::after{content:"\2013";}
.faq-item p{padding:0 0 1.2rem;margin:0;color:var(--muted);font-family:var(--ff-b);font-weight:300;line-height:1.7;}

/* SWITCH LINGUA IT/EN */
.lang-li{display:flex;align-items:center;gap:.3rem;}
.lang-li a{color:var(--muted)!important;}
.lang-li a:hover{color:var(--gold)!important;}
.lang-li .lang-cur{color:var(--gold);font-weight:400;font-size:.68rem;letter-spacing:.07em;}
.lang-li .lang-sep{color:var(--border);}
.lang-li::after{display:none!important;}
.mobile-menu .lang-m{border-top:1px solid var(--border);margin-top:.4rem;padding-top:.9rem;color:var(--gold)!important;}

/* BANDIERINE SWITCH LINGUA */
.lang-li{margin-left:.35rem;}
.lang-li .flag{width:20px;height:13px;display:block;border-radius:2px;box-shadow:0 0 0 1px var(--border);}
.lang-li a .flag{opacity:.45;transition:opacity .2s;}
.lang-li a:hover .flag{opacity:1;}
.lang-li .lang-cur{padding:0;line-height:0;}
.lang-li .lang-cur .flag{opacity:1;box-shadow:0 0 0 1.5px var(--gold);}
.mobile-menu .lang-m{display:flex;align-items:center;}
.mobile-menu .lang-m .flag{width:22px;height:15px;display:inline-block;margin-right:.6rem;border-radius:2px;box-shadow:0 0 0 1px var(--border);vertical-align:middle;}

/* Bandierine visibili nella barra in alto anche su smartphone */
@media(max-width:960px){
  .nav-links{display:flex;gap:0;align-items:center;margin-left:auto;margin-right:.9rem;}
  .nav-links li:not(.lang-li){display:none;}
  .lang-li{gap:.5rem;}
  .lang-li .flag{width:27px;height:18px;}
}

/* Footer responsive: loghi piu' piccoli su smartphone */
@media(max-width:560px){
  .footer-abruzzo{width:104px;}
  .footer-logo-img{width:78px;}
  .footer-social svg{width:23px;height:23px;}
  footer{padding:1.6rem 1.4rem 5rem;}
}

/* Foto principale nell'hero, sotto il logo */
.hero-photo{position:relative;display:block;width:min(780px,88vw);max-width:100%;height:auto;margin:2.2rem auto 0;border-radius:12px;box-shadow:0 20px 55px rgba(0,0,0,.45);}
@media(max-width:560px){
  .hero-photo{width:92vw;margin-top:1.5rem;border-radius:9px;}

}
