:root{
  --ink:#16211e;
  --white:#fff;
  --muted:rgba(22,33,30,.68);
  --azure:#9bc4cb;
  --azure-dark:#5d98a3;
  --leaf:#5f634f;
  --mint:#cfebdf;
  --lime:#dbefbc;
  --cream:#f7fbf2;
  --soft:#edf7f4;
  --line:rgba(22,33,30,.12);
  --shadow:0 24px 70px rgba(22,33,30,.14);
  --radius:28px;
  --head-h:110px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.55;padding-bottom:104px;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;color:#fff;transition:background .25s ease,box-shadow .25s ease,color .25s ease,backdrop-filter .25s ease}
.site-header.is-scrolled{background:rgba(255,255,255,.92);backdrop-filter:blur(18px);box-shadow:0 10px 35px rgba(0,0,0,.08);color:var(--ink)}
.header-contactbar{height:38px;display:flex;align-items:center;justify-content:center;gap:24px;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:700;letter-spacing:.02em;transition:border-color .25s ease;background:rgba(0,0,0,.08)}
.site-header.is-scrolled .header-contactbar{border-color:var(--line);background:rgba(155,196,203,.12)}
.header-contact-item{display:inline-flex;align-items:center;gap:7px;opacity:.95;white-space:nowrap}
.header-contact-item .material-symbols-outlined{font-size:18px;color:var(--azure)}
.header-main-v8{height:76px;position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(22px,4vw,70px);border-bottom:1px solid rgba(255,255,255,.16);transition:border-color .25s ease}
.site-header.is-scrolled .header-main-v8{border-color:var(--line)}
.nav-cluster{display:flex;align-items:center;gap:22px}.nav-cluster-left{flex:1;justify-content:flex-end;padding-right:128px}.nav-cluster-right{justify-content:flex-start;margin-left:auto;margin-right:118px}
.nav-link{font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;position:relative;opacity:.88}.nav-link:hover,.nav-link.active{opacity:1;color:var(--azure)}
.nav-link::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:.25s}.nav-link:hover::after,.nav-link.active::after{transform:scaleX(1)}
.brand-center-v8{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:168px;height:52px;z-index:3}.brand-center-v8 img{max-width:154px;max-height:46px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 3px 12px rgba(0,0,0,.4))}.site-header.is-scrolled .brand-center-v8 img{filter:brightness(0) saturate(0) opacity(.82)}
.header-book-v8{display:inline-flex;align-items:center;gap:7px;padding:12px 17px;background:var(--azure);color:#0e2023;border-radius:0;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;box-shadow:0 12px 30px rgba(155,196,203,.28);position:relative;z-index:4}.header-book-v8 .material-symbols-outlined{font-size:18px}.header-book-v8:hover{background:var(--lime)}
.menu-toggle{display:none;width:42px;height:42px;border:0;background:transparent;flex-direction:column;gap:7px;align-items:center;justify-content:center;color:inherit}.menu-toggle span{display:block;width:26px;height:2px;background:currentColor}
.mobile-panel{display:none;position:fixed;top:110px;left:14px;right:14px;background:rgba(255,255,255,.96);color:var(--ink);padding:24px;border:1px solid var(--line);box-shadow:var(--shadow);z-index:110}.mobile-panel.open{display:grid;gap:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border:1px solid transparent;font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;transition:.25s ease}.btn:hover{transform:translateY(-2px)}.btn.primary,.btn.azure{background:var(--azure);color:#112326}.btn.primary:hover,.btn.azure:hover{background:var(--lime)}.btn.light{background:rgba(255,255,255,.92);color:var(--ink)}.btn.whatsapp{background:#25d366;color:#fff}
.hero-stage{position:relative;height:100svh;min-height:720px;overflow:hidden;background:#111}.hero-slides,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;transition:opacity 1s ease;z-index:0}.hero-slide.is-active{opacity:1;z-index:1}.hero-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.06);transition:transform 7s ease}.hero-slide.is-active img{transform:scale(1)}
.hero-stage::after,.page-hero::after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(8,18,16,.36) 0%,rgba(8,18,16,.12) 42%,rgba(8,18,16,.55) 100%)}
.hero-ui{position:relative;z-index:3;height:100%;display:flex;align-items:center;justify-content:center;padding:150px 24px 120px;text-align:center;color:#fff}.hero-copy{max-width:920px}.kicker{display:inline-flex;align-items:center;gap:12px;font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:900;color:var(--leaf);margin-bottom:18px}.hero-stage .kicker,.page-hero .kicker{color:var(--lime)}.kicker.line::before{content:"";width:54px;height:1px;background:currentColor;display:inline-block}.hero-copy h1,.page-copy h1{font-family:"Instrument Serif",Georgia,serif;font-size:clamp(54px,8vw,120px);line-height:.88;font-weight:400;letter-spacing:-.055em;margin:0 0 24px}.hero-copy p,.page-copy p{max-width:650px;margin:0 auto 30px;font-size:clamp(18px,2vw,24px);color:rgba(255,255,255,.86)}.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.hero-controls{position:absolute;left:clamp(20px,4vw,70px);bottom:128px;display:flex;gap:10px}.slide-dot{border:0;background:rgba(255,255,255,.18);color:#fff;width:46px;height:42px;font-size:11px;font-weight:900;cursor:pointer}.slide-dot.is-active{background:var(--azure);color:#102326}
.section-pad{padding:clamp(78px,8vw,140px) clamp(20px,5vw,88px)}.blue-soft{background:linear-gradient(180deg,var(--soft),#fff)}.intro-original{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(40px,7vw,110px);align-items:start}.intro-text h2,.statement-copy h2,.strip-text h2,.cinema-head h2,.page-copy h1,.text-block h2,.contact-card h2,.feature-lead-copy h2,.experience-card h2,.panorama-card h2{font-family:"Instrument Serif",Georgia,serif;font-size:clamp(38px,4.8vw,74px);font-weight:400;line-height:.96;letter-spacing:-.04em;margin:0;color:var(--ink)}.intro-lead{margin:26px 0 0;font-size:18px;color:var(--muted);max-width:580px}.intro-side{display:grid;gap:26px}.intro-columns{columns:2;column-gap:36px;font-size:17px;color:var(--muted)}.intro-columns p:first-child{margin-top:0}.intro-tags{display:flex;flex-wrap:wrap;gap:10px}.intro-tags span{display:inline-flex;padding:11px 14px;background:var(--soft);font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--azure-dark)}.statement-copy p,.strip-text p,.text-block p,.contact-card p,.contact-side p,.feature-lead-copy p,.experience-card p,.panorama-card p{color:var(--muted);font-size:17px}.panorama-band{position:relative;margin:0 clamp(20px,5vw,88px) clamp(78px,8vw,140px);min-height:76vh;overflow:hidden}.panorama-band img{width:100%;height:76vh;min-height:620px;object-fit:cover;display:block;filter:saturate(1.02)}.panorama-band::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,35,38,.18),rgba(16,35,38,.04) 52%,rgba(16,35,38,.32));pointer-events:none}.panorama-card{position:absolute;left:clamp(26px,4vw,56px);bottom:clamp(26px,4vw,52px);max-width:440px;background:rgba(255,255,255,.92);padding:30px 30px 28px;box-shadow:var(--shadow);z-index:2}.panorama-card .btn{margin-top:12px}.experience-grid{display:grid;gap:28px;background:#fff}.feature-lead{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(28px,5vw,72px);align-items:center;border-top:1px solid var(--line);padding-top:28px}.feature-lead-media img{width:100%;height:min(62vh,620px);object-fit:cover}.experience-pair{display:grid;grid-template-columns:1fr 1fr;gap:24px}.experience-card{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.experience-card img{width:100%;height:420px;object-fit:cover}.experience-card>div{padding:24px 24px 26px}.experience-card.alt{background:var(--soft)}.cinema{background:var(--ink);color:#fff}.cinema-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.cinema-head h2{color:#fff}.cinema-viewport{overflow:hidden}.cinema-track{display:flex;gap:22px;will-change:transform}.cinema-track figure{flex:0 0 min(58vw,760px);margin:0;position:relative}.cinema-track img{width:100%;height:68vh;min-height:460px;object-fit:cover}.cinema-track figcaption{position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.86);color:var(--ink);padding:10px 14px;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.14em}
.page-hero{position:relative;height:72svh;min-height:560px;background-image:var(--bg);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:120px 24px 80px}.page-copy{position:relative;z-index:3;max-width:900px}.page-copy h1{font-size:clamp(54px,7vw,104px)}.text-image-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(34px,5vw,72px);align-items:center}.text-image-grid.reverse .immersive-photo{order:2}.immersive-photo img,.image-tall img{width:100%;height:70vh;min-height:520px;object-fit:cover}.text-columns{columns:2;column-gap:32px;color:var(--muted);font-size:17px}.immersive-card{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(34px,5vw,72px);align-items:center}.immersive-card.reverse .immersive-photo{order:2}
.room-showcase{display:grid;gap:26px}.room-card{display:grid;grid-template-columns:.9fr 1.1fr;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);min-height:430px}.room-card img{width:100%;height:100%;object-fit:cover}.room-card>div{padding:clamp(28px,4vw,60px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.room-card h2{font-family:"Instrument Serif",Georgia,serif;font-size:clamp(36px,4vw,62px);line-height:.98;font-weight:400;margin:0 0 16px}.room-card p{color:var(--muted);font-size:16px}.room-specs{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 22px}.room-specs span{padding:9px 12px;background:var(--soft);font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.room-actions{display:flex;gap:10px;flex-wrap:wrap}.mosaic{columns:4 260px;column-gap:18px}.mosaic a,.gallery-tile{display:block;break-inside:avoid;margin-bottom:18px;overflow:hidden;background:#eee}.mosaic img,.gallery-tile img{width:100%;height:auto;transition:.35s}.mosaic a:hover img,.gallery-tile:hover img{transform:scale(1.04)}.gallery-intro{text-align:center;max-width:760px;margin:0 auto}.gallery-wall{columns:4 260px;column-gap:18px}.gallery-tile{position:relative}.contact-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}.contact-card,.contact-side{background:#fff;border:1px solid var(--line);padding:clamp(28px,4vw,54px);box-shadow:var(--shadow)}.contact-side{background:var(--soft);padding:32px}.contact-side a{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--line);font-weight:800}.contact-side .material-symbols-outlined{color:var(--azure-dark)}.contact-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.contact-form{display:grid;gap:14px;margin-top:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.contact-form input,.contact-form textarea{width:100%;display:block;margin-top:8px;padding:14px 14px;border:1px solid var(--line);background:var(--cream);font:inherit}.contact-form textarea{min-height:140px;resize:vertical}.check{display:flex!important;gap:10px;align-items:flex-start;text-transform:none!important;letter-spacing:0!important;color:var(--muted);font-weight:600!important}.check input{width:auto;margin-top:3px}.directions{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px}.distances{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.distances span{padding:18px;background:#fff;border:1px solid var(--line);font-weight:800}.distances strong{display:block;color:var(--azure-dark);font-size:20px}.map-wrap iframe{width:100%;height:460px;border:0;display:block}
.site-footer{background:#111a17;color:#dbe8e5;padding:72px clamp(20px,5vw,88px) 118px}.footer-v8-inner{display:grid;grid-template-columns:1.2fr repeat(3,.75fr);gap:42px}.footer-logo{width:190px;height:auto;margin-bottom:18px}.footer-v8-brand p{font-family:"Instrument Serif",Georgia,serif;font-size:34px;line-height:1;margin:0 0 12px}.footer-v8-col{display:flex;flex-direction:column;gap:10px}.footer-v8-col h3{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:var(--azure);margin:0 0 12px}.footer-v8-col a{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:700}.footer-v8-col .material-symbols-outlined{font-size:18px;color:var(--azure)}.footer-book{margin-top:8px;background:var(--azure);color:#102326!important;padding:12px 14px;justify-content:center}.footer-v8-bottom{margin-top:50px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:rgba(255,255,255,.58)}
.whatsapp-float-v8{position:fixed;right:22px;bottom:128px;z-index:130;background:#25d366;color:#fff;border-radius:999px;padding:13px 17px;display:flex;align-items:center;gap:8px;box-shadow:0 16px 40px rgba(37,211,102,.3);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.whatsapp-float-v8 .material-symbols-outlined{font-size:20px}.bookingpersefone_____maschera{position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;background:rgba(255,255,255,.96)!important;border-top:1px solid rgba(22,33,30,.12)!important;box-shadow:0 -12px 40px rgba(22,33,30,.12)!important;z-index:120!important;padding:8px 14px!important}.bookingpersefone_____botom{max-width:930px!important;margin:0 auto!important;padding:0!important}.booking-fallback{display:block;text-align:center;background:var(--azure);padding:16px;color:#102326;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.lightbox-modal{position:fixed;inset:0;z-index:500;background:rgba(10,16,14,.92);display:flex;align-items:center;justify-content:center;padding:24px}.lightbox-modal img{max-width:min(1180px,94vw);max-height:86vh;object-fit:contain}.lightbox-close{position:absolute;top:18px;right:18px;width:46px;height:46px;border:0;background:#fff;color:var(--ink);font-size:32px;cursor:pointer}.reveal{opacity:1}.material-symbols-outlined{font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24}
@media(max-width:1080px){.header-contactbar{display:none}.header-main-v8{height:78px;display:grid;grid-template-columns:1fr auto 1fr;gap:12px}.nav-cluster,.header-book-v8{display:none}.brand-center-v8{grid-column:2;position:relative;left:auto;top:auto;transform:none;width:145px}.menu-toggle{display:flex;grid-column:3;justify-self:end}.mobile-panel{top:78px}.hero-stage{min-height:650px}.hero-controls{display:none}.intro-original,.feature-lead,.experience-pair,.text-image-grid,.immersive-card,.contact-layout,.directions{grid-template-columns:1fr}.intro-columns,.text-columns{columns:1}.panorama-band{margin:0 18px 80px}.panorama-band img{min-height:520px;height:64vh}.panorama-card{position:relative;left:auto;bottom:auto;max-width:none;margin:-42px 18px 0}.room-card{grid-template-columns:1fr}.room-card img{height:360px}.footer-v8-inner{grid-template-columns:1fr 1fr}.cinema-track{overflow-x:auto;padding-bottom:14px}.cinema-track figure{flex-basis:78vw}.cinema-track img{height:56vh}}
@media(max-width:720px){body{padding-bottom:118px}.header-main-v8{padding:0 16px}.brand-center-v8 img{max-width:134px}.hero-stage{min-height:620px}.hero-ui{padding:118px 18px 115px}.hero-copy h1,.page-copy h1{font-size:52px;letter-spacing:-.04em}.hero-copy p,.page-copy p{font-size:17px}.section-pad{padding:72px 18px}.hero-actions{display:grid}.panorama-band{margin:0 0 72px}.panorama-band img{height:56vh;min-height:420px}.panorama-card{margin:-24px 14px 0;padding:24px}.experience-card img,.feature-lead-media img,.statement-image img,.strip-media img,.immersive-photo img,.image-tall img{height:auto;min-height:0}.cinema-track figure{flex-basis:86vw}.cinema-track img{height:430px;min-height:0}.form-row,.distances,.footer-v8-inner{grid-template-columns:1fr}.site-footer{padding-bottom:150px}.whatsapp-float-v8{right:14px;bottom:132px;padding:13px}.whatsapp-float-v8 strong{display:none}.bookingpersefone_____maschera{padding:7px 8px!important}.contact-side{padding:24px}.mosaic,.gallery-wall{columns:2 150px;column-gap:10px}.gallery-tile,.mosaic a{margin-bottom:10px}}


/* =========================
   V11 - Dark blue premium header/layout
   ========================= */
:root{
  --ink:#eaf8fb;
  --white:#ffffff;
  --muted:rgba(234,248,251,.72);
  --azure:#9bc4cb;
  --azure-dark:#6cb3c2;
  --leaf:#5f634f;
  --mint:#cfebdf;
  --lime:#dbefbc;
  --cream:#071e2a;
  --soft:rgba(155,196,203,.10);
  --line:rgba(155,196,203,.22);
  --shadow:0 28px 90px rgba(0,0,0,.34);
  --navy:#071e2a;
  --navy-2:#0b2f42;
  --navy-3:#123b4d;
}
body{
  background:
    radial-gradient(circle at top left, rgba(155,196,203,.20), transparent 34vw),
    linear-gradient(180deg, #071e2a 0%, #082637 46%, #071e2a 100%);
  color:var(--ink);
}

/* Header: menu left, logo centered, contacts right */
.site-header-v11{
  color:#fff;
  background:linear-gradient(180deg, rgba(7,30,42,.82), rgba(7,30,42,.28));
  border-bottom:1px solid rgba(155,196,203,.18);
}
.site-header-v11.is-scrolled{
  background:rgba(7,30,42,.92)!important;
  color:#fff!important;
  backdrop-filter:blur(18px);
  box-shadow:0 18px 55px rgba(0,0,0,.24);
}
.header-main-v11{
  height:88px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 clamp(22px,4vw,70px);
  gap:24px;
}
.nav-left-v11{
  display:flex;
  align-items:center;
  gap:clamp(18px,2vw,30px);
  flex:1;
  min-width:0;
}
.brand-center-v11{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:4;
  display:flex;
  align-items:center;
  justify-content:center;
  width:180px;
  height:58px;
  pointer-events:auto;
}
.brand-center-v11 img{
  max-width:164px;
  max-height:50px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.45));
}
.header-actions-v11{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex:1;
  min-width:0;
}
.header-action-v11{
  display:inline-flex;
  align-items:center;
  gap:8px;
  height:42px;
  padding:0 12px;
  color:#fff;
  border:1px solid rgba(155,196,203,.24);
  background:rgba(155,196,203,.08);
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  white-space:nowrap;
}
.header-action-v11 .material-symbols-outlined{
  font-size:18px;
  color:var(--azure);
}
.header-action-v11:hover{
  background:rgba(155,196,203,.17);
  border-color:rgba(155,196,203,.46);
}
.header-book-v11{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:42px;
  padding:0 16px;
  background:var(--azure);
  color:#07212e;
  font-size:12px;
  font-weight:950;
  letter-spacing:.13em;
  text-transform:uppercase;
  box-shadow:0 16px 38px rgba(155,196,203,.18);
  white-space:nowrap;
}
.header-book-v11 .material-symbols-outlined{
  font-size:18px;
  color:#07212e;
}
.header-book-v11:hover{background:var(--lime)}
.site-header-v11 .nav-link{
  color:#fff;
  opacity:.92;
  text-shadow:0 6px 22px rgba(0,0,0,.22);
}
.site-header-v11 .nav-link.active,
.site-header-v11 .nav-link:hover{
  color:var(--azure);
}
.site-header-v11 .menu-toggle{
  color:#fff;
}

/* Dark editorial sections */
.intro-original,
.experience-grid,
.blue-soft{
  background:transparent!important;
}
.intro-original{
  border-top:1px solid rgba(155,196,203,.16);
}
.intro-tags span{
  background:rgba(155,196,203,.12)!important;
  color:var(--azure)!important;
  border:1px solid rgba(155,196,203,.18);
}
.panorama-band{
  border:1px solid rgba(155,196,203,.16);
  box-shadow:var(--shadow);
}
.panorama-card,
.experience-card,
.room-card,
.contact-card,
.contact-side,
.panel,
.story-card,
.price-card,
.value-card,
.card{
  background:rgba(10,45,62,.84)!important;
  color:var(--ink)!important;
  border:1px solid rgba(155,196,203,.18)!important;
  box-shadow:var(--shadow)!important;
}
.panorama-card{
  backdrop-filter:blur(16px);
}
.experience-card.alt{
  background:rgba(18,59,77,.86)!important;
}
.intro-text h2,
.statement-copy h2,
.strip-text h2,
.cinema-head h2,
.page-copy h1,
.text-block h2,
.contact-card h2,
.feature-lead-copy h2,
.experience-card h2,
.panorama-card h2,
.room-card h2,
.contact-side h3,
.footer-v8-brand p{
  color:#fff!important;
}
.kicker,
.section-kicker{
  color:var(--azure)!important;
}
.intro-lead,
.intro-columns,
.statement-copy p,
.strip-text p,
.text-block p,
.contact-card p,
.contact-side p,
.feature-lead-copy p,
.experience-card p,
.panorama-card p,
.room-card p,
.text-columns,
.rich-text p{
  color:var(--muted)!important;
}
.feature-lead{
  border-top:1px solid rgba(155,196,203,.2)!important;
}
.experience-card img,
.feature-lead-media img,
.panorama-band img,
.room-card img{
  filter:saturate(.96) contrast(1.02);
}
.btn.light{
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  border-color:rgba(155,196,203,.30)!important;
}
.btn.light:hover{
  background:rgba(155,196,203,.18)!important;
}
.btn.primary,
.btn.azure{
  background:var(--azure)!important;
  color:#061c27!important;
}
.btn.primary:hover,
.btn.azure:hover{
  background:var(--lime)!important;
}
.page-hero::after,
.hero-stage::after{
  background:
    radial-gradient(circle at 50% 42%, rgba(155,196,203,.05), transparent 30%),
    linear-gradient(180deg, rgba(7,30,42,.38) 0%, rgba(7,30,42,.18) 35%, rgba(7,30,42,.82) 100%)!important;
}
.hero-stage{
  background:#061925!important;
}
.hero-copy p,
.page-copy p{
  color:rgba(255,255,255,.84)!important;
}

/* Footer dark blue */
.site-footer{
  background:linear-gradient(180deg,#061925 0%, #04131c 100%)!important;
  border-top:1px solid rgba(155,196,203,.16);
}
.footer-v8-col h3{
  color:var(--azure)!important;
}
.footer-v8-bottom{
  border-color:rgba(155,196,203,.16)!important;
}

/* Forms on dark background */
.contact-form input,
.contact-form textarea{
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
  border-color:rgba(155,196,203,.24)!important;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{
  color:rgba(255,255,255,.45);
}
.contact-form label{
  color:rgba(255,255,255,.9)!important;
}
.distances span,
.room-specs span{
  background:rgba(155,196,203,.10)!important;
  border-color:rgba(155,196,203,.20)!important;
  color:#fff!important;
}

/* Keep booking widget clean and readable */
.bookingpersefone_____maschera{
  background:rgba(255,255,255,.98)!important;
  color:#111!important;
}

/* Responsive header */
@media(max-width:1250px){
  .header-action-v11 span:not(.material-symbols-outlined){display:none}
  .header-action-v11{width:42px;justify-content:center;padding:0}
  .nav-left-v11{gap:18px}
}
@media(max-width:1080px){
  .header-main-v11{
    height:78px;
    display:grid;
    grid-template-columns:1fr auto 1fr;
    padding:0 18px;
  }
  .nav-left-v11,
  .header-actions-v11{
    display:none;
  }
  .brand-center-v11{
    position:relative;
    left:auto;
    top:auto;
    transform:none;
    grid-column:2;
    width:156px;
  }
  .brand-center-v11 img{
    max-width:146px;
  }
  .site-header-v11 .menu-toggle{
    display:flex;
    grid-column:3;
    justify-self:end;
  }
  .mobile-panel{
    top:78px;
    background:rgba(7,30,42,.98)!important;
    color:#fff!important;
    border-color:rgba(155,196,203,.22)!important;
  }
}


/* V12: final tweaks */
.cinema-head h2{color:var(--azure)!important;}
.lang-switch{display:inline-flex;align-items:center;gap:6px;height:42px;padding:0 8px;border:1px solid rgba(155,196,203,.22);background:rgba(155,196,203,.07)}
.lang-switch a{font-size:11px;font-weight:950;letter-spacing:.11em;color:#fff;opacity:.62;padding:6px 4px;line-height:1;text-transform:uppercase}
.lang-switch a.active,.lang-switch a:hover{opacity:1;color:var(--azure)}
.mobile-lang-switch{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:4px}
.mobile-lang-switch a{display:flex;align-items:center;justify-content:center;height:38px;border:1px solid rgba(155,196,203,.22);font-size:12px;font-weight:950;letter-spacing:.13em;color:#fff;text-transform:uppercase}
.mobile-lang-switch a.active{background:var(--azure);color:#061c27;border-color:var(--azure)}
@media(max-width:1250px){.lang-switch{padding:0 7px}.lang-switch a{font-size:10px}}
@media(max-width:1080px){
  .header-actions-v11{display:flex!important;grid-column:1;justify-self:start;gap:7px;align-items:center;justify-content:flex-start;flex:0;min-width:auto;z-index:6}
  .header-actions-v11 .header-action-v11{display:flex!important;width:38px;height:38px;padding:0;justify-content:center;background:rgba(155,196,203,.14);border-color:rgba(155,196,203,.28)}
  .header-actions-v11 .header-action-v11 span:not(.material-symbols-outlined){display:none!important}
  .header-actions-v11 .header-action-v11:nth-of-type(2),
  .header-actions-v11 .header-book-v11,
  .header-actions-v11 .lang-switch{display:none!important}
  .header-actions-v11 .header-action-v11:nth-of-type(3){background:#25d366;border-color:#25d366;color:#fff}
  .header-actions-v11 .header-action-v11:nth-of-type(3) .material-symbols-outlined{color:#fff}
  .brand-center-v11{z-index:5}
}
@media(max-width:380px){.header-actions-v11{gap:5px}.header-actions-v11 .header-action-v11{width:35px;height:35px}.brand-center-v11 img{max-width:120px!important}}

/* =========================
   V14 - Booking engine restyle + SEO blocks
   ========================= */
.seo-section{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:clamp(32px,5vw,76px);
  align-items:start;
  border-top:1px solid rgba(155,196,203,.18);
  background:rgba(7,30,42,.22);
}
.seo-section h2{
  font-family:"Instrument Serif",Georgia,serif;
  font-size:clamp(36px,4.4vw,68px);
  line-height:.96;
  font-weight:400;
  margin:0;
  color:#fff;
  letter-spacing:-.04em;
}
.seo-section p{
  margin:0 0 18px;
  color:var(--muted);
  font-size:17px;
}
.seo-keywords{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.seo-keywords span{
  display:inline-flex;
  align-items:center;
  padding:10px 12px;
  border:1px solid rgba(155,196,203,.24);
  background:rgba(155,196,203,.10);
  color:var(--azure);
  font-size:11px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}

/* Booking Engine: barra fissa coerente con il sito */
.bookingpersefone_____maschera{
  position:fixed!important;
  left:18px!important;
  right:18px!important;
  bottom:16px!important;
  width:auto!important;
  background:rgba(6,25,37,.92)!important;
  color:#fff!important;
  border:1px solid rgba(155,196,203,.28)!important;
  box-shadow:0 24px 80px rgba(0,0,0,.38)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  z-index:120!important;
  padding:10px 14px!important;
}
.bookingpersefone_____botom{
  width:min(100%,1080px)!important;
  max-width:1080px!important;
  margin:0 auto!important;
  padding:0!important;
}
.bookingpersefone_____maschera *{
  font-family:Manrope,Arial,sans-serif!important;
  box-sizing:border-box!important;
}
.bookingpersefone_____maschera table,
.bookingpersefone_____maschera tbody,
.bookingpersefone_____maschera tr{
  background:transparent!important;
  border:0!important;
}
.bookingpersefone_____maschera td,
.bookingpersefone_____maschera th,
.bookingpersefone_____maschera label,
.bookingpersefone_____maschera div,
.bookingpersefone_____maschera span{
  color:#fff!important;
  border-color:rgba(155,196,203,.18)!important;
}
.bookingpersefone_____maschera input,
.bookingpersefone_____maschera select,
.bookingpersefone_____maschera textarea{
  min-height:42px!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  border:1px solid rgba(155,196,203,.28)!important;
  border-radius:0!important;
  box-shadow:none!important;
  outline:none!important;
}
.bookingpersefone_____maschera input:focus,
.bookingpersefone_____maschera select:focus{
  border-color:var(--azure)!important;
}
.bookingpersefone_____maschera button,
.bookingpersefone_____maschera input[type="submit"],
.bookingpersefone_____maschera .btn,
.bookingpersefone_____maschera a[class*="button"],
.bookingpersefone_____maschera a[class*="prenota"],
.bookingpersefone_____maschera [class*="pulsante"]{
  background:var(--azure)!important;
  color:#061925!important;
  border:0!important;
  border-radius:0!important;
  min-height:44px!important;
  padding:0 20px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.12em!important;
  box-shadow:none!important;
}
.bookingpersefone_____maschera button:hover,
.bookingpersefone_____maschera input[type="submit"]:hover,
.bookingpersefone_____maschera [class*="pulsante"]:hover{
  background:var(--lime)!important;
}
.bookingpersefone_____maschera img{
  filter:none!important;
}
.bookingpersefone_____maschera .booking-fallback{
  display:block;
  text-align:center;
  background:var(--azure)!important;
  color:#061925!important;
  padding:16px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.12em;
}

/* Contact form status/fallback */
.form-hidden-field{
  position:absolute!important;
  left:-9999px!important;
  opacity:0!important;
  pointer-events:none!important;
}
.form-note{
  margin-top:14px;
  font-size:13px;
  color:rgba(234,248,251,.62);
}

@media(max-width:1080px){
  .seo-section{grid-template-columns:1fr;}
  .bookingpersefone_____maschera{left:10px!important;right:10px!important;bottom:10px!important;padding:8px!important;}
}
@media(max-width:720px){
  body{padding-bottom:136px;}
  .seo-section{padding:72px 18px;}
  .bookingpersefone_____maschera{left:0!important;right:0!important;bottom:0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;padding:7px 8px!important;}
  .bookingpersefone_____maschera input,
  .bookingpersefone_____maschera select,
  .bookingpersefone_____maschera button,
  .bookingpersefone_____maschera input[type="submit"]{min-height:38px!important;font-size:12px!important;}
  .whatsapp-float-v8{bottom:150px!important;}
}

/* =========================
   V16 - Mobile header compact + booking contrast fix
   ========================= */
@media(max-width:1080px){
  .site-header-v11{
    background:rgba(7,30,42,.96)!important;
    border-bottom:1px solid rgba(155,196,203,.18)!important;
  }
  .header-main-v11{
    height:78px!important;
    min-height:78px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 16px!important;
    position:relative!important;
  }
  .brand-center-v11{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    grid-column:auto!important;
    width:154px!important;
    height:56px!important;
    z-index:5!important;
  }
  .brand-center-v11 img{
    max-width:146px!important;
    max-height:50px!important;
  }
  .header-actions-v11{
    position:absolute!important;
    left:16px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    flex:0 0 auto!important;
    min-width:0!important;
    z-index:7!important;
  }
  .header-actions-v11 .header-action-v11{
    display:flex!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    padding:0!important;
    align-items:center!important;
    justify-content:center!important;
    background:rgba(155,196,203,.12)!important;
    border:1px solid rgba(155,196,203,.32)!important;
    color:#fff!important;
  }
  .header-actions-v11 .header-action-v11 span:not(.material-symbols-outlined){
    display:none!important;
  }
  .header-actions-v11 .header-action-v11:nth-of-type(2),
  .header-actions-v11 .header-book-v11,
  .header-actions-v11 .lang-switch{
    display:none!important;
  }
  .header-actions-v11 .header-action-v11:nth-of-type(1) .material-symbols-outlined{
    color:var(--azure)!important;
  }
  .header-actions-v11 .header-action-v11:nth-of-type(3){
    background:#25d366!important;
    border-color:#25d366!important;
  }
  .header-actions-v11 .header-action-v11:nth-of-type(3) .material-symbols-outlined{
    color:#fff!important;
  }
  .site-header-v11 .menu-toggle{
    position:absolute!important;
    right:16px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    display:flex!important;
    width:46px!important;
    height:46px!important;
    z-index:7!important;
    color:#fff!important;
  }
  .mobile-panel{
    top:78px!important;
  }
}
@media(max-width:390px){
  .brand-center-v11 img{max-width:118px!important;}
  .header-actions-v11{left:10px!important;gap:6px!important;}
  .header-actions-v11 .header-action-v11{width:38px!important;height:38px!important;min-width:38px!important;}
  .site-header-v11 .menu-toggle{right:10px!important;width:42px!important;height:42px!important;}
}

/* Booking Engine: force high-contrast controls even when the external widget injects inline styles */
.bookingpersefone_____maschera,
.bookingpersefone_____maschera *{
  text-shadow:none!important;
}
.bookingpersefone_____maschera a,
.bookingpersefone_____maschera button,
.bookingpersefone_____maschera input[type="button"],
.bookingpersefone_____maschera input[type="submit"],
.bookingpersefone_____maschera input[type="reset"],
.bookingpersefone_____maschera .button,
.bookingpersefone_____maschera .btn,
.bookingpersefone_____maschera [role="button"],
.bookingpersefone_____maschera [class*="btn"],
.bookingpersefone_____maschera [class*="button"],
.bookingpersefone_____maschera [class*="pulsante"],
.bookingpersefone_____maschera [class*="prenota"]{
  background:#9bc4cb!important;
  background-color:#9bc4cb!important;
  color:#061925!important;
  border:1px solid #9bc4cb!important;
  opacity:1!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  box-shadow:none!important;
  filter:none!important;
}
.bookingpersefone_____maschera a *,
.bookingpersefone_____maschera button *,
.bookingpersefone_____maschera input[type="button"] *,
.bookingpersefone_____maschera input[type="submit"] *,
.bookingpersefone_____maschera [role="button"] *,
.bookingpersefone_____maschera [class*="button"] *,
.bookingpersefone_____maschera [class*="pulsante"] *{
  color:#061925!important;
  fill:#061925!important;
}
.bookingpersefone_____maschera input,
.bookingpersefone_____maschera select,
.bookingpersefone_____maschera textarea{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background-color:rgba(255,255,255,.10)!important;
}
.bookingpersefone_____maschera option{
  color:#061925!important;
  background:#fff!important;
}
.bookingpersefone_____maschera svg,
.bookingpersefone_____maschera i{
  color:#9bc4cb!important;
  fill:#9bc4cb!important;
}
.bookingpersefone_____maschera button:hover,
.bookingpersefone_____maschera input[type="submit"]:hover,
.bookingpersefone_____maschera input[type="button"]:hover,
.bookingpersefone_____maschera a:hover,
.bookingpersefone_____maschera [role="button"]:hover,
.bookingpersefone_____maschera [class*="pulsante"]:hover{
  background:#dbefbc!important;
  background-color:#dbefbc!important;
  border-color:#dbefbc!important;
  color:#061925!important;
}

/* =========================
   V17 - Custom coherent booking bar (replaces external visual widget)
   ========================= */
body{padding-bottom:112px;}
.ta-booking-bar{
  position:fixed;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  width:min(1120px,calc(100% - 40px));
  z-index:150;
  background:rgba(5,24,36,.92);
  border:1px solid rgba(155,196,203,.28);
  box-shadow:0 26px 90px rgba(0,0,0,.42);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  padding:10px;
}
.ta-booking-form{
  display:grid;
  grid-template-columns:1fr 1fr .9fr auto;
  gap:10px;
  align-items:stretch;
}
.ta-booking-field{
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(155,196,203,.18);
  padding:10px 12px;
  color:#fff;
}
.ta-booking-field .material-symbols-outlined{
  color:var(--azure);
  font-size:24px;
  flex:0 0 auto;
}
.ta-booking-copy{
  display:grid;
  gap:3px;
  min-width:0;
}
.ta-booking-copy small{
  color:rgba(234,248,251,.62);
  font-size:10px;
  font-weight:950;
  letter-spacing:.12em;
  line-height:1;
  text-transform:uppercase;
}
.ta-booking-form input,
.ta-booking-form select{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font:800 15px/1 Manrope,Arial,sans-serif;
  width:100%;
  min-width:0;
  padding:0;
}
.ta-booking-form input::-webkit-calendar-picker-indicator{
  filter:invert(1) opacity(.65);
  cursor:pointer;
}
.ta-booking-form select option{
  color:#071e2a;
  background:#fff;
}
.ta-booking-submit{
  min-width:168px;
  border:0;
  background:var(--azure);
  color:#061925;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 22px;
  font:950 13px/1 Manrope,Arial,sans-serif;
  letter-spacing:.13em;
  text-transform:uppercase;
  cursor:pointer;
  transition:.25s ease;
}
.ta-booking-submit:hover{
  background:var(--lime);
  transform:translateY(-1px);
}
.ta-booking-submit .material-symbols-outlined{
  font-size:20px;
}
@media(max-width:1080px){
  body{padding-bottom:150px;}
  .ta-booking-bar{
    left:12px;
    right:12px;
    bottom:12px;
    width:auto;
    transform:none;
  }
  .ta-booking-form{
    grid-template-columns:1fr 1fr;
  }
  .ta-booking-submit{
    grid-column:1 / -1;
    min-height:46px;
    min-width:0;
  }
  .whatsapp-float-v8{bottom:168px!important;}
}
@media(max-width:640px){
  body{padding-bottom:166px;}
  .ta-booking-bar{
    left:0;
    right:0;
    bottom:0;
    width:100%;
    border-left:0;
    border-right:0;
    border-bottom:0;
    padding:8px;
  }
  .ta-booking-form{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .ta-booking-field{
    padding:8px 8px;
    gap:6px;
    min-height:60px;
    align-items:flex-start;
  }
  .ta-booking-field .material-symbols-outlined{
    display:none;
  }
  .ta-booking-copy{
    gap:4px;
  }
  .ta-booking-copy small{
    font-size:8px;
    letter-spacing:.1em;
  }
  .ta-booking-form input,
  .ta-booking-form select{
    font-size:12px;
    line-height:1.15;
  }
  .ta-booking-submit{
    grid-column:1 / -1;
    min-height:42px;
    min-width:0;
    font-size:12px;
  }
  .whatsapp-float-v8{bottom:174px!important;}
}

.footer-credit{display:block;margin-top:8px;color:rgba(255,255,255,.66)}
.footer-credit a{color:var(--azure);font-weight:800;text-decoration:none}
.footer-credit a:hover{text-decoration:underline}

/* =========================
   V19 - Struttura / Piscina layout
   ========================= */
.pool-showcase{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:clamp(28px,5vw,76px);
  align-items:center;
  background:rgba(7,30,42,.42);
  border-top:1px solid rgba(155,196,203,.18);
  border-bottom:1px solid rgba(155,196,203,.18);
}
.pool-showcase-media{
  position:relative;
  min-height:620px;
  overflow:hidden;
  box-shadow:var(--shadow);
  border:1px solid rgba(155,196,203,.18);
}
.pool-showcase-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(7,30,42,.08),rgba(7,30,42,.34));
  pointer-events:none;
}
.pool-showcase-media img{
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
  display:block;
}
.pool-showcase-copy{
  background:rgba(10,45,62,.84);
  border:1px solid rgba(155,196,203,.22);
  padding:clamp(30px,4vw,54px);
  box-shadow:var(--shadow);
}
.pool-showcase-copy h2{
  font-family:"Instrument Serif",Georgia,serif;
  font-size:clamp(38px,4.6vw,72px);
  line-height:.96;
  font-weight:400;
  letter-spacing:-.04em;
  margin:0 0 18px;
  color:#fff;
}
.pool-showcase-copy p{
  color:var(--muted);
  font-size:17px;
  margin:0 0 22px;
}
.pool-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0 0 26px;
}
.pool-points span{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:10px 12px;
  background:rgba(155,196,203,.10);
  border:1px solid rgba(155,196,203,.22);
  color:var(--azure);
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
@media(max-width:1080px){
  .pool-showcase{grid-template-columns:1fr;}
  .pool-showcase-media,.pool-showcase-media img{min-height:520px;}
}
@media(max-width:720px){
  .pool-showcase{padding:72px 18px;}
  .pool-showcase-media,.pool-showcase-media img{min-height:0;height:auto;}
  .pool-points{grid-template-columns:1fr;}
}

/* FormSubmit success notice */
.form-success-notice{margin:0 0 22px;padding:16px 18px;border:1px solid rgba(155,196,203,.35);background:rgba(155,196,203,.13);color:#eaf8fb;font-weight:700;line-height:1.45}.contact-card .form-success-notice strong{color:#9bc4cb}


/* =========================
   V22 - Full bleed hero: remove Ken Burns edge/margins
   ========================= */
html, body{
  width:100%;
  max-width:100%;
  margin:0!important;
  overflow-x:hidden!important;
}
main{
  width:100%;
  max-width:100%;
  overflow:hidden;
}
.hero-stage{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  border-left:0!important;
  border-right:0!important;
  overflow:hidden!important;
}
.hero-slides,
.hero-slide{
  overflow:hidden!important;
  width:100%!important;
  height:100%!important;
}
.hero-slide img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  transition:none!important;
  animation:none!important;
}
.hero-slide.is-active img{
  transform:none!important;
}

/* V24 - email selezionabile e copiabile */
a.email-copy,
a.email-copy span,
a[href^="mailto:"] span,
.contact-side a[href^="mailto:"],
.footer-v8-col a[href^="mailto:"]{
  -webkit-user-select:text!important;
  user-select:text!important;
  cursor:text;
}
a.email-copy .material-symbols-outlined,
a[href^="mailto:"] .material-symbols-outlined{
  cursor:pointer;
  -webkit-user-select:none!important;
  user-select:none!important;
}

/* =========================
   V26 - Ken Burns corretto senza bordi laterali
   ========================= */
.hero-stage{
  position:relative!important;
  width:100vw!important;
  max-width:100vw!important;
  left:50%!important;
  right:50%!important;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
  overflow:hidden!important;
  border-left:0!important;
  border-right:0!important;
}
@supports (width:100dvw){
  .hero-stage{
    width:100dvw!important;
    max-width:100dvw!important;
    margin-left:-50dvw!important;
    margin-right:-50dvw!important;
  }
}
.hero-slides,
.hero-slide{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
}
.hero-slide img{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:translate3d(-50%,-50%,0) scale(1.12)!important;
  transform-origin:center center!important;
  transition:none!important;
  animation:none!important;
  will-change:transform;
}
.hero-slide.is-active img{
  animation:taKenBurnsSafe 7s ease-out forwards!important;
}
@keyframes taKenBurnsSafe{
  0%{transform:translate3d(-50%,-50%,0) scale(1.12)}
  100%{transform:translate3d(-50%,-50%,0) scale(1.04)}
}


/* =========================
   V27 - Ken Burns totalmente eliminato
   ========================= */
.hero-stage{
  width:100%!important;
  max-width:100%!important;
  left:auto!important;
  right:auto!important;
  margin:0!important;
  margin-left:0!important;
  margin-right:0!important;
  transform:none!important;
  overflow:hidden!important;
}
.hero-slides,
.hero-slide{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
}
.hero-slide img,
.hero-slide.is-active img{
  position:absolute!important;
  inset:0!important;
  left:0!important;
  top:0!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  translate:none!important;
  scale:none!important;
  animation:none!important;
  transition:none!important;
  will-change:auto!important;
}


/* =========================
   V28 - Hero full bleed safe + mobile 60vh
   ========================= */
html,body{overflow-x:hidden!important;}
.hero-stage{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  overflow:hidden!important;
}
.hero-slides,
.hero-slide{
  inset:0!important;
  overflow:hidden!important;
}
.hero-slide img,
.hero-slide.is-active img{
  position:absolute!important;
  left:-2px!important;
  top:-2px!important;
  width:calc(100% + 4px)!important;
  height:calc(100% + 4px)!important;
  min-width:calc(100% + 4px)!important;
  min-height:calc(100% + 4px)!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  animation:none!important;
  transition:none!important;
}
@media(max-width:720px){
  .hero-stage{
    height:60svh!important;
    min-height:460px!important;
  }
  @supports (height:60dvh){
    .hero-stage{height:60dvh!important;}
  }
  .hero-ui{
    padding:108px 18px 90px!important;
  }
}


/* =========================
   V29 - True full-bleed hero, no left margin
   ========================= */
html,body{overflow-x:clip!important;}
main{overflow-x:clip!important;}
.hero-stage{
  display:block!important;
  position:relative!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  left:auto!important;
  right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  border-left:0!important;
  border-right:0!important;
}
@supports (width:100dvw){
  .hero-stage{
    width:100dvw!important;
    max-width:100dvw!important;
    margin-left:calc(50% - 50dvw)!important;
    margin-right:calc(50% - 50dvw)!important;
  }
}
.hero-slides,
.hero-slide,
.hero-slide img,
.hero-slide.is-active img{
  border:0!important;
}
@media(max-width:720px){
  .hero-stage{
    width:100vw!important;
    max-width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    height:60svh!important;
    min-height:420px!important;
  }
  @supports (width:100dvw){
    .hero-stage{
      width:100dvw!important;
      max-width:100dvw!important;
      margin-left:calc(50% - 50dvw)!important;
      margin-right:calc(50% - 50dvw)!important;
    }
  }
}


/* =========================
   V30 - FIX DEFINITIVO margine sinistro slideshow
   Elimina ogni bordo laterale: hero più larga del viewport e centrata.
   Ken Burns disattivato, solo fade tra slide.
   ========================= */
:root{--ta-hero-bleed:80px;}
html,body{margin:0!important;padding-left:0!important;padding-right:0!important;overflow-x:hidden!important;}
main{margin:0!important;padding-left:0!important;padding-right:0!important;overflow-x:hidden!important;}
.hero-stage{
  box-sizing:border-box!important;
  position:relative!important;
  left:0!important;
  right:auto!important;
  transform:none!important;
  width:calc(100vw + (var(--ta-hero-bleed) * 2))!important;
  max-width:none!important;
  margin-left:calc(var(--ta-hero-bleed) * -1)!important;
  margin-right:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}
@supports (width:100dvw){
  .hero-stage{
    width:calc(100dvw + (var(--ta-hero-bleed) * 2))!important;
  }
}
.hero-slides,
.hero-slide{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.hero-slide img,
.hero-slide.is-active img{
  position:absolute!important;
  inset:0!important;
  left:0!important;
  top:0!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  translate:none!important;
  scale:none!important;
  animation:none!important;
  transition:none!important;
  will-change:auto!important;
}
.hero-stage::after{
  left:0!important;
  right:0!important;
  width:100%!important;
}
.hero-ui{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:var(--ta-hero-bleed)!important;
  margin-right:0!important;
}
@media(max-width:720px){
  :root{--ta-hero-bleed:32px;}
  .hero-stage{
    height:60svh!important;
    min-height:420px!important;
  }
  @supports (height:60dvh){
    .hero-stage{height:60dvh!important;}
  }
  .hero-ui{
    padding:104px 18px 84px!important;
  }
}
