:root{--bg:#fffdf7;--text:#243028;--accent:#6f8f73;--sand:#d9c8ab;--card:#ffffff;--shadow:0 12px 30px rgba(0,0,0,.08)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background:var(--bg);color:var(--text)}h1,h2,h3{font-family:Fraunces,serif;margin:.2rem 0 1rem}.container{width:min(1120px,92%);margin:auto}.section{padding:3.8rem 0}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid.three{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.site-header{position:sticky;top:0;z-index:5;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);border-bottom:1px solid #eee}.nav-wrap{display:flex;align-items:center;gap:1rem;padding:.9rem 0}.brand{font-weight:700;text-decoration:none;color:inherit}.site-nav{display:flex;gap:.8rem;flex:1;justify-content:center}.site-nav a,.lang-switch a{text-decoration:none;color:inherit;font-size:.92rem}.lang-switch{display:flex;gap:.35rem}.lang-switch .active{font-weight:700}.btn{display:inline-block;padding:.72rem 1rem;border-radius:999px;background:var(--accent);color:#fff;text-decoration:none;border:none;cursor:pointer}.btn-outline{background:transparent;border:1px solid #d0d0d0;color:inherit}.btn-whatsapp{background:#1fa855}.menu-toggle{display:none}
.hero-carousel{position:relative;min-height:70vh;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s}.hero-slide::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(20,30,28,.6),rgba(20,30,28,.3)),var(--bg-img);background-image:linear-gradient(120deg,rgba(20,30,28,.58),rgba(20,30,28,.24)),var(--bg);background-size:cover;background-position:center;filter:saturate(1.1)}.hero-slide{--bg:linear-gradient(120deg,#6f8f73,#b9a482)}.hero-slide::before{background-image:linear-gradient(120deg,rgba(20,30,28,.58),rgba(20,30,28,.24)),var(--bg)}.hero-slide.active{opacity:1}.hero-card{position:relative;padding:8rem 0;color:#fff;max-width:580px}.hero-card p{margin:.2rem 0 1rem}.hero-prev,.hero-next{position:absolute;top:50%;transform:translateY(-50%);background:#fff8;border:0;border-radius:999px;width:40px;height:40px}.hero-prev{left:1rem}.hero-next{right:1rem}.hero-dots{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.4rem}.hero-dots button{width:10px;height:10px;border-radius:50%;border:0;background:#fff7}.hero-dots button.active{background:#fff}
.card,.amenity-item,.experience-card{background:var(--card);border-radius:18px;padding:1rem;box-shadow:var(--shadow)}.ph-card{min-height:180px;background:linear-gradient(135deg,#f3f7f3,#fef6e8)}.accent-dark{background:linear-gradient(135deg,#232221,#3a3027);color:#f3e1c6}.ph-hero{background:linear-gradient(135deg,#e9efe8,#f9efe1);padding:4.5rem 0}.ph-gallery{height:260px;border-radius:20px;background:linear-gradient(130deg,#ccd8ce,#f3e8d8)}
.amenity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.amenity-item i{font-size:1.25rem;color:var(--accent)}.experience-card .badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;background:#efe4d1;margin:.3rem 0}.experience-card.premium{border:1px solid #ba9162}.cta-strip{background:linear-gradient(120deg,#244136,#516c56);color:#fff;padding:2.5rem 0;margin-top:2rem}
.tabs-head{display:flex;gap:.6rem;margin-bottom:1rem}.tabs-head button{padding:.6rem .8rem;border-radius:999px;border:1px solid #d2d2d2;background:#fff}.tabs-head button.active{background:var(--accent);color:#fff}.tab{display:none}.tab.active{display:block}
.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.4rem}.day{padding:.55rem;border-radius:10px;border:1px solid #e7e7e7;background:#fff}.day.occupied{background:#f3d1d1;color:#8b3232}.day.selected{background:#9fc2a2}.availability-controls{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}
.reveal{opacity:0;transform:translateY(16px);transition:all .6s}.reveal.show{opacity:1;transform:none}
.site-footer{padding:2rem 0;text-align:center}
.theme-dark{--bg:#151515;--text:#efefef;--accent:#b78452;--card:#1f1f1f}.theme-dark .site-header{background:rgba(20,20,20,.92);border-color:#2f2f2f}.theme-dark h1,.theme-dark h2,.theme-dark h3{font-family:"Playfair Display",serif}.theme-dark .amenity-item i{color:#d9a56e}.theme-dark .ph-hero,.theme-dark .dark{background:linear-gradient(130deg,#1b1b1b,#362c22)}.theme-dark .btn.copper{background:#b78452}
@media (max-width:980px){.site-nav,.lang-switch{display:none}.site-nav.open{display:flex;position:absolute;left:0;right:0;top:60px;padding:1rem;background:#fff;flex-direction:column}.menu-toggle{display:block;margin-left:auto}}
@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}

/* griglia dedicata (opzionale) */
.two-units{ align-items: stretch; }

/* base card */
.unit-card{
  padding: 28px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.unit-card:hover{
  transform: translateY(-4px);
}

.unit-top .unit-kicker{
  font-weight: 700;
  opacity: .9;
  margin: 0 0 8px;
}

.unit-title{
  margin: 0 0 10px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.unit-desc{
  margin: 0;
  opacity: .9;
  max-width: 42ch;
}

.unit-features{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.unit-features li{
  display: flex;
  gap: 10px;
  align-items: center;
  opacity: .95;
}

.unit-ic{
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(0,0,0,.05);
}

/* azioni */
.unit-actions{
  margin-top: auto;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.btn-link{
  text-decoration: none;
  font-weight: 700;
  opacity: .85;
}

.btn-link:hover{ opacity: 1; }

/* variant light */
.unit-card--light{
  background: #f4f1ea;              /* tono sabbia, come screenshot */
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.unit-card--light:hover{
  box-shadow: 0 14px 42px rgba(0,0,0,.08);
}

/* variant dark premium */
.unit-card--dark{
  background: linear-gradient(135deg, rgba(25,23,20,1), rgba(45,40,34,1));
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 14px 50px rgba(0,0,0,.35);
}

.unit-card--dark .unit-ic{
  background: rgba(255,255,255,.10);
}

.unit-card--dark::before{
  content:"";
  position:absolute;
  inset:-30%;
  background: radial-gradient(circle at 20% 20%, rgba(255,215,120,.18), transparent 45%),
              radial-gradient(circle at 80% 70%, rgba(180,120,255,.14), transparent 55%);
  pointer-events:none;
  filter: blur(2px);
}

/* bottoni */
.btn-primary{
  border-radius: 999px;
  padding: 10px 16px;
}

.btn-premium{
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255,215,120,.18);
  border: 1px solid rgba(255,215,120,.35);
  color: rgba(255,255,255,.95);
}

.btn-premium:hover{
  background: rgba(255,215,120,.25);
}

/* link secondario SOLO nella card dark */
.unit-card--dark .btn-link{
  color: rgba(255, 215, 120, .95);
  opacity: 1;
}

.unit-card--dark .btn-link:hover{
  color: rgba(255, 215, 120, 1);
  text-decoration: underline;
  text-underline-offset: 4px;
}


.points-santini{ margin-top: 10px; }

.points-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}

.points-arrows button{
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
  font-size:20px;
  cursor:pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.points-arrows button:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.points-viewport{
  overflow:hidden;
  border-radius:22px; /* per un look “curato” */
}

.points-track{
  display:flex;
  gap:18px;
  padding: 6px;
  transform: translateX(0);
  transition: transform .55s ease;
  will-change: transform;
}

.point-card{
  flex: 0 0 calc((100% - 36px) / 3); /* 3 a vista con gap 18px */
  border-radius: 22px;
  overflow:hidden;
  position:relative;
  background: #f4f1ea;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
  min-height: 280px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.point-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(0,0,0,.10);
}

.point-img{
  height: 78%;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  position: relative;
}

/* overlay leggero per “santino premium” */
.point-img::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to bottom, rgba(0,0,0,.00), rgba(0,0,0,.18));
}

.point-label{
  height: 22%;
  display:flex;
  align-items:center;
  padding: 14px 16px;
}

.point-label h3{
  margin:0;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

/* dots */
.points-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top: 14px;
}

.points-dots button{
  width:10px;
  height:10px;
  border-radius:999px;
  border:0;
  background: rgba(0,0,0,.20);
  cursor:pointer;
  transition: transform .2s ease, background .2s ease;
}

.points-dots button.active{
  background: rgba(0,0,0,.45);
  transform: scale(1.15);
}

/* responsive: 2 a vista su tablet, 1 a vista su mobile */
@media (max-width: 900px){
  .point-card{ flex-basis: calc((100% - 18px) / 2); }
}
@media (max-width: 560px){
  .point-card{ flex-basis: 100%; }
}

/* ========== ESPERIENZE (CARD) ========== */
.exp-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom: 14px;
}

.exp-card{
  padding: 20px;
  border-radius: 22px;
}

.exp-top{
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.exp-top i{
  font-size: 20px;
  margin-top: 2px;
}

.exp-top h3{
  margin:0;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.exp-excerpt{
  margin: 10px 0 16px;
  opacity: .92;
  line-height: 1.55;
  max-width: 44ch;
}

.exp-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap: wrap;
}

.badge{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  font-weight: 700;
  font-size: .9rem;
}

/* bottoni helper (se non li hai già, lasciali: non rompono nulla) */
.btn-outline{
  background: transparent;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
}

.btn-ghost{
  background: transparent;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 999px;
  padding: 10px 14px;
}

/* ========== MODALE ========== */
.modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.modal.is-open{ display:block; }

.modal-backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.45);
}

.modal-panel{
  position: relative;
  width: min(920px, calc(100% - 28px));
  margin: 40px auto;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  animation: modalIn .18s ease;
}

@keyframes modalIn{
  from{ transform: translateY(10px); opacity: .85; }
  to{ transform: translateY(0); opacity: 1; }
}

.modal-x{
  position:absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.88);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.modal-hero{
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* overlay leggero per leggibilità */
.modal-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to bottom, rgba(0,0,0,.00), rgba(0,0,0,.18));
}

.modal-content{
  padding: 22px 22px 24px;
}

.modal-content h3{
  margin: 0 0 10px;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

.modal-content p{
  margin: 0;
  opacity: .92;
  line-height: 1.6;
  max-width: 70ch;
}

.modal-actions{
  margin-top: 18px;
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* blocco scroll quando il modale è aperto */
body.modal-open{ overflow:hidden; }

@media (max-width: 640px){
  .modal-panel{ margin: 14px auto; }
  .modal-hero{ height: 220px; }
}

/* MODALE: bottoni secondari leggibili */
.modal .btn-ghost,
.modal .btn-outline{
  color: #111;                 /* testo nero */
  border-color: rgba(0,0,0,.18);
}

.modal .btn-ghost:hover,
.modal .btn-outline:hover{
  background: rgba(0,0,0,.06);
}

/* ===== Reviews ===== */
.reviews{ text-align:center; }
.reviews-head{ margin-bottom: 14px; }
.reviews-sub{
  max-width: 70ch;
  margin: 6px auto 0;
  opacity: .85;
}

.review-card{
  padding: 18px 18px 16px;
  border-radius: 22px;
  text-align:left;
}

.review-top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom: 10px;
}

.review-avatar{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 800;
  background: rgba(0,0,0,.06);
}

.review-meta{ line-height: 1.15; }
.review-name{ font-weight: 800; }
.review-source{ font-size: .95rem; opacity: .75; }

.review-stars{
  margin-left: auto;
  display:flex;
  gap:2px;
  font-size: 16px;
}

.review-stars .star{ opacity: .25; transform: translateY(-1px); }
.review-stars .star.on{ opacity: 1; color: #b8922a; }

.review-text{
  margin: 0;
  line-height: 1.6;
  opacity: .92;
}


/* ===== FAQ accordion ===== */
.faq{ text-align:left; }
.faq-head{ margin-bottom: 14px; }
.faq-sub{
  margin: 6px 0 0;
  opacity: .85;
  max-width: 70ch;
}

.faq-list{
  display: grid;
  gap: 12px;
}

.faq-item{
  border-radius: 22px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 8px 30px rgba(0,0,0,.05);
  overflow: hidden;
}

.faq-q{
  width: 100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align:left;
}

.faq-q-text{
  font-weight: 800;
  letter-spacing: -0.01em;
}

.faq-icon{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.7);
  font-size: 18px;
  line-height: 1;
  transition: transform .18s ease;
}

.faq-item.is-open .faq-icon{
  transform: rotate(45deg); /* + diventa x */
}

.faq-a{
  padding: 0 18px 16px;
  animation: faqIn .16s ease;
}

@keyframes faqIn{
  from{ opacity:.7; transform: translateY(-2px); }
  to{ opacity:1; transform: translateY(0); }
}

.faq-a p{
  margin: 0;
  opacity: .92;
  line-height: 1.6;
}

/* ===== Unit gallery grid ===== */
.unit-gallery{
  display:grid;
  gap: 12px;
  grid-template-columns: repeat(12, 1fr);
}

.ug-item{
  border:0;
  padding:0;
  background: transparent;
  cursor:pointer;
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.ug-item img{
  width:100%;
  height: 240px;
  object-fit: cover;
  display:block;
  transform: scale(1.0);
  transition: transform .35s ease;
}

.ug-item:hover img{ transform: scale(1.03); }

/* layout “figo” tipo mosaic — pattern fino a 10 */
.ug-item:nth-child(1){ grid-column: span 7; }   /* grande sx */
.ug-item:nth-child(2){ grid-column: span 5; }   /* grande dx */

.ug-item:nth-child(3){ grid-column: span 4; }   /* 3 piccole */
.ug-item:nth-child(4){ grid-column: span 4; }
.ug-item:nth-child(5){ grid-column: span 4; }

.ug-item:nth-child(6){ grid-column: span 12; }  /* hero full */

.ug-item:nth-child(7){ grid-column: span 5; }   /* medio */
.ug-item:nth-child(8){ grid-column: span 7; }   /* medio (specchio) */

.ug-item:nth-child(9){ grid-column: span 6; }   /* 2 metà */
.ug-item:nth-child(10){ grid-column: span 6; }

/* tablet/mobile: tutte uniformi a 2 colonne */
@media (max-width: 900px){
  .ug-item img{ height: 200px; }

  .ug-item:nth-child(1),
  .ug-item:nth-child(2),
  .ug-item:nth-child(3),
  .ug-item:nth-child(4),
  .ug-item:nth-child(5),
  .ug-item:nth-child(6),
  .ug-item:nth-child(7),
  .ug-item:nth-child(8),
  .ug-item:nth-child(9),
  .ug-item:nth-child(10){
    grid-column: span 6;
  }
}
@media (max-width: 560px){
  .ug-item:nth-child(n){ grid-column: span 12; }
}

/* ===== Gallery modal / lightbox ===== */
.gmodal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.gmodal.is-open{ display:block; }

.gmodal-backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.55);
}

.gmodal-panel{
  position: relative;
  width: min(1040px, calc(100% - 18px));
  margin: 26px auto;
  border-radius: 22px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}

.gmodal-img{
  width: 100%;
  height: min(78vh, 720px);
  object-fit: contain;
  display:block;
  background: #111;
}

.gmodal-x{
  position:absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.45);
  color:#fff;
  font-size: 26px;
  cursor:pointer;
}

.gmodal-nav{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.45);
  color:#fff;
  font-size: 28px;
  cursor:pointer;
}
.gmodal-nav.prev{ left: 12px; }
.gmodal-nav.next{ right: 12px; }

.gmodal-count{
  position:absolute;
  left: 14px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.12);
  color:#fff;
  font-weight: 700;
  font-size: .95rem;
}

body.modal-open{ overflow:hidden; }

.exp-preview .exp-head .btn{
  color:#111 !important;
  border-color: rgba(0,0,0,.18) !important;
}


.modal.modal--dark .modal-panel{ background:#111; color:#f3f0e7; }
.modal.modal--dark [data-exp-body]{ color: rgba(243,240,231,.88); }
.modal.modal--dark .btn.btn-ghost{ color:#f3f0e7; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.10); }


/* ===== Dove siamo ===== */
.where .where-head{ margin-bottom: 18px; }
.where .where-sub{ max-width: 70ch; opacity: .85; }

.where-grid .where-card{ padding: 22px; }
.where-card-top{
  display:flex; gap:12px; align-items:flex-start; margin-bottom: 14px;
}
.where-ic{
  width:44px; height:44px; border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(0,0,0,.05);
}

.where-list{
  list-style:none; padding:0; margin: 14px 0 0;
  display:grid; gap:10px;
}
.where-list li{
  display:flex; gap:10px; align-items:flex-start;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,.03);
}
.where-list .pill{
  width:34px; height:34px; border-radius: 12px;
  display:grid; place-items:center;
  background: rgba(0,0,0,.06);
}
.where-list strong{ display:block; }
.where-list .muted{ display:block; margin-top:2px; opacity:.75; font-size:.95rem; }

.where-note{
  margin-top: 14px;
  display:flex; gap:10px; align-items:flex-start;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(0,0,0,.04);
  opacity: .9;
}

.where-steps{ display:grid; gap: 12px; margin-top: 10px; }
.step{ display:flex; gap:10px; align-items:flex-start; }
.step-n{
  width:28px; height:28px; border-radius: 999px;
  display:grid; place-items:center;
  font-weight:800;
  background: rgba(0,0,0,.08);
}

.where-actions{ display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px; }

.where-map{ margin-top: 16px; padding: 18px; }
.where-map-top{ display:flex; justify-content:space-between; gap:12px; align-items:baseline; margin-bottom: 10px; }
.where-map-frame{
  border-radius: 16px;
  overflow:hidden;
  background: rgba(0,0,0,.06);
}
.where-map-frame iframe{
  width: 100%;
  height: 360px;
  border: 0;
  display:block;
}

/* Dove siamo: il ghost deve essere scuro perché sta su fondo chiaro */
.where .btn.btn-ghost,
.where a.btn.btn-ghost{
  color: #111 !important;
  border-color: rgba(0,0,0,.18);
  background: rgba(255,255,255,.65);
}

.where .btn.btn-ghost:hover,
.where a.btn.btn-ghost:hover{
  background: rgba(255,255,255,.85);
}

/* ===== Contatti ===== */
.contacts .contacts-card{ padding: 22px; }
.contacts-top{ margin-bottom: 14px; }
.contacts-top .muted{ opacity:.78; }

.contacts-list{ display:grid; gap:10px; margin-top: 10px; }

.contact-row{
  display:flex; align-items:center; gap:12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(0,0,0,.03);
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0,0,0,.06);
}
.contact-row:hover{ background: rgba(0,0,0,.045); }

.contact-row.is-static{ cursor: default; }
.c-ic{
  width:42px; height:42px; border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(0,0,0,.06);
}
.c-main{ display:grid; gap:2px; }
.c-go{ margin-left:auto; font-weight:800; opacity:.8; }

.contacts-actions{ display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px; }

.contacts-note{
  margin-top: 14px;
  display:flex; gap:10px; align-items:flex-start;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(0,0,0,.04);
  opacity:.92;
}

/* Form */
.contacts-form .f-grid{
  display:grid; gap:12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 700px){
  .contacts-form .f-grid{ grid-template-columns: 1fr; }
}

.f-field{ display:grid; gap:6px; margin-top: 10px; }
.f-field span{ font-weight:700; font-size: .95rem; opacity:.9; }

.f-field input,
.f-field select,
.f-field textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.14);
  background: rgba(255,255,255,.75);
  outline: none;
}

.form-actions{ display:flex; gap:10px; flex-wrap:wrap; margin-top: 12px; }
.small{ font-size:.9rem; }

/* Variante ghost scura su pagina chiara (riuso) */
.btn-ghost-dark{
  color:#111 !important;
  border-color: rgba(0,0,0,.18);
  background: rgba(255,255,255,.65);
}
.btn-ghost-dark:hover{ background: rgba(255,255,255,.85); }

/* ===== CTA dark (Love Suite) ===== */
.cta-strip--dark{
  background: #111;
  color: #f3f0e7;
  border-top: 1px solid rgba(255,255,255,.10);
}
.cta-strip--dark p{ opacity: .85; }

/* Ghost “light” per fondi scuri */
.btn-ghost-light{
  color:#f3f0e7 !important;
  border-color: rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.10);
}
.btn-ghost-light:hover{ background: rgba(255,255,255,.14); }

.btn-link--light{
  color: rgba(243,240,231,.9);
  text-decoration: none;
  font-weight: 800;
}
.btn-link--light:hover{ text-decoration: underline; }


/* CTA con immagine che entra da sinistra->destra (base verde invariata) */
.cta-strip--img{
  position: relative;
  overflow: hidden;
  /* “poco più alto” */
  padding: 66px 0;          /* prima era tipo ~18/20: alzato di poco */
  min-height: 120px;        /* evita strisce troppo basse */
}

/* immagine sopra, ma fusa col verde */
.cta-strip--img::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: var(--cta-img);
  background-size: cover;
  background-position: right center;
  opacity: .55;                 /* visibile ma non invadente */
  z-index:0;

  /* fade: sinistra 0 -> destra 100 */
  -webkit-mask-image: linear-gradient(90deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 28%,
    rgba(0,0,0,.35) 50%,
    rgba(0,0,0,.85) 72%,
    rgba(0,0,0,1) 100%
  );
  mask-image: linear-gradient(90deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 28%,
    rgba(0,0,0,.35) 50%,
    rgba(0,0,0,.85) 72%,
    rgba(0,0,0,1) 100%
  );

  /* fusione morbida con il verde */
  mix-blend-mode: soft-light;
}

/* contenuto sopra l’immagine */
.cta-strip--img .container{
  position: relative;
  z-index: 1;
}

/* Mobile: immagine meno forte, altezza un filo più compatta */
@media (max-width: 700px){
  .cta-strip--img{
    padding: 22px 0;
    min-height: 110px;
  }
  .cta-strip--img::before{
    opacity: .40;
    background-position: center;
  }
}

/* CTA con immagine fade da sinistra (0) a destra (visibile) */
.cta-strip--img{
  position: relative;
  overflow: hidden;

  /* ✅ altezza: cambia SOLO questi 2 valori */
  padding: 66px 0;     /* ↑/↓ aumenta o riduce l’altezza */
  min-height: 120px;   /* ↑/↓ sicurezza su layout */
}

/* immagine fusa col verde (non cambia la base) */
.cta-strip--img::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: var(--cta-img);
  background-size: cover;
  background-position: right center;
  opacity: .55;
  z-index:0;

  /* fade: sinistra invisibile -> destra visibile */
  -webkit-mask-image: linear-gradient(90deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 28%,
    rgba(0,0,0,.35) 50%,
    rgba(0,0,0,.85) 72%,
    rgba(0,0,0,1) 100%
  );
  mask-image: linear-gradient(90deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 28%,
    rgba(0,0,0,.35) 50%,
    rgba(0,0,0,.85) 72%,
    rgba(0,0,0,1) 100%
  );

  mix-blend-mode: soft-light;
}

/* contenuto sopra l’immagine */
.cta-strip--img .container{
  position: relative;
  z-index: 1;
}

@media (max-width: 700px){
  .cta-strip--img{
    padding: 22px 0;
    min-height: 110px;
  }
  .cta-strip--img::before{
    opacity: .40;
    background-position: center;
  }
}

/* CTA dark con immagine fade (Love Suite) */
.cta-strip--dark.cta-strip--img{
  position: relative;
  overflow: hidden;

  /* ✅ altezza (cambia qui) */
  padding: 68px 0;
  min-height: 130px;

  /* base scura tipo screenshot */
  background: radial-gradient(1200px 300px at 70% 50%,
    rgba(140,110,80,.22),
    rgba(0,0,0,0)
  ),
  linear-gradient(90deg, #0c0c0d 0%, #121214 55%, #0c0c0d 100%);
}

/* immagine a destra, invisibile a sinistra */
.cta-strip--dark.cta-strip--img::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: var(--cta-img);
  background-size: cover;
  background-position: right center;
  z-index:0;

  /* ✅ intensità immagine (0.25–0.60) */
  opacity: .42;

  /* fade: sinistra trasparente -> destra visibile */
  -webkit-mask-image: linear-gradient(90deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 30%,
    rgba(0,0,0,.35) 52%,
    rgba(0,0,0,.90) 78%,
    rgba(0,0,0,1) 100%
  );
  mask-image: linear-gradient(90deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 30%,
    rgba(0,0,0,.35) 52%,
    rgba(0,0,0,.90) 78%,
    rgba(0,0,0,1) 100%
  );

  /* su dark meglio “screen/soft-light” a seconda del risultato */
  mix-blend-mode: screen;
  filter: saturate(1.05) contrast(1.05);
}

/* contenuto sopra */
.cta-strip--dark.cta-strip--img .container{
  position: relative;
  z-index: 1;
}

@media (max-width: 700px){
  .cta-strip--dark.cta-strip--img{
    padding: 24px 0;
    min-height: 120px;
  }
  .cta-strip--dark.cta-strip--img::before{
    opacity: .32;
    background-position: center;
  }
}

/* =========================
   HOME GALLERY
   ========================= */

.home-gallery{
  margin-top: clamp(28px, 4vw, 56px);
}

.home-gallery .gallery-head{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 14px;
}

.home-gallery .gallery-sub{
  opacity: .82;
  max-width: 72ch;
  margin: 0;
}

/* grid thumbnail */
.home-gallery .gallery-grid{
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 700px){
  .home-gallery .gallery-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

@media (min-width: 1024px){
  .home-gallery .gallery-grid{
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

/* item */
.home-gallery .gallery-item{
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}

.home-gallery .gallery-item::before{
  content:"";
  display:block;
  padding-top: 72%; /* ratio cards */
}

.home-gallery .gallery-thumb{
  position:absolute;
  inset:0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.02) contrast(1.02);
  transition: transform .45s ease, filter .45s ease;
}

.home-gallery .gallery-item::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(120% 120% at 50% 0%, rgba(255,255,255,.08), rgba(0,0,0,.40));
  opacity:.55;
  transition: opacity .35s ease;
}

.home-gallery .gallery-item:hover .gallery-thumb{
  transform: scale(1.05);
  filter: saturate(1.05) contrast(1.05);
}

.home-gallery .gallery-item:hover::after{
  opacity:.35;
}

/* =========================
   GALLERY LIGHTBOX
   ========================= */

.gallery-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.gallery-modal.is-open{
  display: block;
}

.gallery-backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(6px);
}

.gallery-panel{
  position: absolute;
  inset: 24px;
  margin: auto;
  max-width: 1100px;
  max-height: calc(100vh - 48px);
  background: rgba(15,15,15,.68);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(0,0,0,.55);
  display: grid;
  grid-template-rows: auto 1fr auto;
}

@media (max-width: 680px){
  .gallery-panel{
    inset: 14px;
    max-height: calc(100vh - 28px);
    border-radius: 18px;
  }
}

.gallery-x{
  position:absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.35);
  color: rgba(255,255,255,.92);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.gallery-x:hover{
  background: rgba(0,0,0,.55);
}

.gallery-full{
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(0,0,0,.12);
  display: block;
}

.gallery-nav{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.22);
}

.gallery-prev,
.gallery-next{
  width: 52px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.28);
  color: rgba(255,255,255,.92);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.gallery-prev:hover,
.gallery-next:hover{
  background: rgba(0,0,0,.50);
}

/* blocca scroll body quando modale aperta (stai già usando .modal-open) */
body.modal-open{
  overflow: hidden;
}

/* ===== HEADER: altezza controllata, niente “cuscino” bianco ===== */

/* 1) Imposta un'altezza target dell'header */
.site-header{
  padding: 0 !important;             /* se avevi padding globale */
}

/* 2) Controlla la fascia interna */
.site-header .nav-wrap{
  min-height: 86px;                  /* <-- QUI regoli l'altezza totale (prova 90/96/100) */
  padding-block: 6px;                /* spazio sopra/sotto minimo */
  align-items: center;
}

/* 3) Togli padding dal brand (che aggiunge spazio extra) */
.site-header .brand{
  padding: 0 !important;
  line-height: 0;
}

/* 4) Logo: resta grande ma senza far “esplodere” l’header */
.site-header .brand-logo{
  height: 120px;                      /* <-- altezza reale del logo dentro header (prova 76/84/90) */
  width: auto !important;
  max-width: 320px;
  object-fit: contain;
  display: block;
}

/* Mobile */
@media (max-width: 520px){
  .site-header .nav-wrap{ min-height: 76px; padding-block: 6px; }
  .site-header .brand-logo{ height: 56px; max-width: 240px; }
}

/* =========================
   CTA STRIP — LOGO OVERLAY (logo enorme, strip resta bassa)
   ========================= */

.cta-strip--with-logo{
  position: relative;          /* serve per ancorare l’assoluto */
  padding-block: 100px;         /* altezza strip “normale” */
  overflow: hidden;            /* taglia il logo se esce */
}

/* layout contenuti: testo a sinistra */
.cta-strip--with-logo .cta-strip__inner{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  position: relative;
  z-index: 2;                  /* testo sopra al logo */
}

.cta-strip--with-logo .cta-strip__content{
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 520px;
}

/* blocco logo: NON fa altezza, è overlay */
.cta-strip--with-logo .cta-strip__brand{
  position: absolute;
  right: 50%;   /* prova: 2% / 0% / -3% / -6% */
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;                  /* sotto al testo */
  pointer-events: none;        /* non rompe click */
}

/* logo enorme senza aumentare la strip */
.cta-strip--with-logo .cta-strip__brand img{
  display: block;
  height: 500px;              /* ✅ qui puoi mettere 1000/1200/1500 */
  width: auto;
  object-fit: contain;
  opacity: .95;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.45));
}

/* Mobile: riduci e mettilo più “soft” */
@media (max-width: 720px){
  .cta-strip--with-logo{
    padding-block: 16px;
  }
  .cta-strip--with-logo .cta-strip__brand{
    right: -10%;
    opacity: .7;
  }
  .cta-strip--with-logo .cta-strip__brand img{
    height: 520px;
  }
}

/* =========================
   CTA STRIP — LOGO OVERLAY (senza toccare cta-split)
   ========================= */

.cta-strip--with-logo{
  position: relative;
  overflow: hidden;
}

/* spazio a destra per evitare che bottoni vadano sotto al logo */
.cta-strip--with-logo .container.cta-split{
  position: relative;
  z-index: 2;
  padding-right: clamp(220px, 28vw, 520px);
}

/* logo overlay a destra */
.cta-strip--with-logo .cta-strip__brand{
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

/* logo grande senza cambiare altezza della strip */
.cta-strip--with-logo .cta-strip__brand img{
  display: block;
  height: clamp(180px, 20vw, 420px); /* regola qui */
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.45));
  opacity: .98;
}

/* mobile: niente logo “in mezzo”, lo sposti sotto o lo rimpicciolisci */
@media (max-width: 720px){
  .cta-strip--with-logo .container.cta-split{
    padding-right: 0;
  }

  .cta-strip--with-logo .cta-strip__brand{
    right: -10%;
    top: auto;
    bottom: -22%;
    transform: none;
    opacity: .55;
  }

  .cta-strip--with-logo .cta-strip__brand img{
    height: 260px;
  }
}

/* ✅ il pannello non deve uscire dallo schermo */
.modal-panel{
  max-height: calc(100vh - 28px);
  overflow: hidden; /* contenuto gestito dentro */
}

/* ✅ il contenuto deve scrollare su mobile */
.modal-content{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 220px); /* fallback: evita modale troppo lungo */
  padding-bottom: 18px;
}

/* ✅ la X sempre sopra (se la hero ha overlay) */
.modal-x{
  position: absolute;
  z-index: 50;
  top: 10px;
  right: 10px;
  pointer-events: auto;
}

/* (se hai una hero che copre click) */
.modal-hero{ position: relative; z-index: 1; }
.modal-content{ position: relative; z-index: 2; }

/* =========================
   HOME VIDEOS
   ========================= */
.home-videos .videos-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}
.home-videos .videos-sub{ opacity:.82; margin:0; max-width:58ch; }

.videos-grid{ gap:16px; }
.video-card{
  text-align:left;
  cursor:pointer;
  border:0;
  padding:0;
  overflow:hidden;
}
.video-thumb{
  height: 210px;
  background: var(--bg) center/cover no-repeat;
  filter: saturate(1.02) contrast(1.02);
}
.video-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
}
.video-pill{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:.9rem;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
}

/* =========================
   VIDEO MODAL
   ========================= */
.vmodal{ position:fixed; inset:0; z-index:9999; display:none; }
.vmodal.is-open{ display:block; }
.vmodal-backdrop{ position:absolute; inset:0; background:rgba(0,0,0,.72); backdrop-filter:blur(6px); }

.vmodal-panel{
  position:absolute;
  inset: 18px;
  margin:auto;
  max-width: 920px;
  max-height: calc(100vh - 36px);
  background: rgba(15,15,15,.78);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  overflow:hidden;
  box-shadow: 0 22px 70px rgba(0,0,0,.55);
}
.vmodal-x{
  position:absolute; top:10px; right:10px;
  width:42px; height:42px; border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.35);
  color: rgba(255,255,255,.92);
  font-size:26px; line-height:1;
  cursor:pointer;
  display:grid; place-items:center;
  z-index:3;
}
.vmodal-body{
  padding: 22px;
  overflow:auto;
  max-height: calc(100vh - 36px);
}
.vmodal-title{ margin: 8px 0 14px; color: rgba(255,255,255,.95); }

.vmodal-error{
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.9);
}
.vmodal-error p{ margin: 8px 0 0; opacity:.86; }

.vmodal-actions{
  display:flex;
  gap:12px;
  margin-top: 14px;
  flex-wrap: wrap;
}

@media (max-width:720px){
  .home-videos .videos-head{ flex-direction:column; align-items:flex-start; }
  .video-thumb{ height: 190px; }
  .vmodal-body{ padding: 18px; }
}

/* CTA hero: due righe + shimmer */
.btn-hero-cta{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 14px 18px;
  border-radius: 999px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

/* riga principale */
.btn-hero-main{
  font-weight: 700;
  line-height: 1.1;
}

/* riga secondaria prezzo */
.btn-hero-sub{
  font-size: 0.9em;
  opacity: .9;
  line-height: 1.1;
}

/* shimmer */
.btn-hero-cta::after{
  content:"";
  position:absolute;
  top:-30%;
  left:-60%;
  width: 40%;
  height: 160%;
  transform: rotate(18deg);
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.25) 45%,
    rgba(255,255,255,.55) 50%,
    rgba(255,255,255,.25) 55%,
    rgba(255,255,255,0) 100%
  );
  animation: heroShine 3.8s ease-in-out infinite;
  pointer-events:none;
}

@keyframes heroShine{
  0%   { left:-60%; opacity:0; }
  18%  { opacity:1; }
  45%  { left:130%; opacity:0; }
  100% { left:130%; opacity:0; }
}

/* hover: leggero "pop" */
.btn-hero-cta:hover{
  transform: translateY(-1px);
}