:root{
  --epos-wed-blue:#1c3d5a;
  --epos-wed-deep:#10283d;
  --epos-wed-rose:#a51b97;
  --epos-wed-gold:#d8b56d;
  --epos-wed-cream:#fbf6ef;
  --epos-wed-paper:#ffffff;
  --epos-wed-ink:#233042;
  --epos-wed-muted:#6d7480;
  --epos-wed-line:rgba(28,61,90,.14);
  --epos-wed-shadow:0 24px 70px rgba(16,40,61,.14);
  --epos-wed-max:1180px;
}
.epos-wedding-page{font-family:inherit;color:var(--epos-wed-ink);background:linear-gradient(180deg,#fff 0%,var(--epos-wed-cream) 42%,#fff 100%);overflow:hidden}
.epos-wedding-page *{box-sizing:border-box}
.epos-wrap{width:min(var(--epos-wed-max),calc(100% - 34px));margin-inline:auto}
.epos-section{padding:clamp(58px,7vw,104px) 0;position:relative}
.epos-section--tight{padding:clamp(42px,5vw,78px) 0}
.epos-kicker{margin:0 0 .85rem;color:var(--epos-wed-rose);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}
.epos-wedding-page h1,.epos-wedding-page h2,.epos-wedding-page h3{color:var(--epos-wed-blue);line-height:.98;letter-spacing:-.045em;margin:0;text-wrap:balance}
.epos-wedding-page h1{font-size:clamp(3.2rem,8vw,7.7rem);color:#fff;text-shadow:0 18px 50px rgba(0,0,0,.28)}
.epos-wedding-page h2{font-size:clamp(2.1rem,5vw,5rem)}
.epos-wedding-page h3{font-size:clamp(1.45rem,2.4vw,2.6rem)}
.epos-wedding-page p{font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.7;margin:0;color:var(--epos-wed-muted)}
.epos-hero{min-height:min(780px,86vh);display:grid;align-items:center;position:relative;color:#fff;background:#10283d;isolation:isolate;overflow:hidden}
.epos-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,40,61,.86),rgba(16,40,61,.42),rgba(165,27,151,.18));z-index:-1}
.epos-hero:after{content:"";position:absolute;width:38rem;height:38rem;border-radius:999px;right:-14rem;bottom:-16rem;background:radial-gradient(circle,rgba(216,181,109,.28),transparent 65%);z-index:-1}
.epos-hero__bg{position:absolute;inset:0;z-index:-2;display:flex;animation:eposHero 18s infinite alternate ease-in-out}
.epos-hero__bg img{min-width:100%;height:100%;object-fit:cover;filter:saturate(.92)}
@keyframes eposHero{from{transform:scale(1)}to{transform:scale(1.055)}}
.epos-hero__content{padding:clamp(110px,12vw,160px) 0 clamp(82px,9vw,128px);max-width:880px}
.epos-hero__subtitle{color:rgba(255,255,255,.9);font-size:clamp(1.22rem,2vw,1.78rem);margin-top:1rem;max-width:62ch}
.epos-hero__lead{color:rgba(255,255,255,.82);margin-top:1.6rem;max-width:68ch}
.epos-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.7rem}
.epos-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:52px;padding:.92rem 1.18rem;border-radius:999px;text-decoration:none!important;font-weight:700;border:1px solid transparent;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;color:#fff!important;background:linear-gradient(135deg,var(--epos-wed-blue),var(--epos-wed-rose));box-shadow:0 18px 38px rgba(28,61,90,.22)}
.epos-btn:hover{transform:translateY(-2px);box-shadow:0 24px 48px rgba(28,61,90,.26)}
.epos-btn--light{background:#fff;color:var(--epos-wed-blue)!important}
.epos-btn--outline{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.42);color:#fff!important}
.epos-intro{text-align:center;max-width:900px;margin-inline:auto;display:grid;gap:1.2rem}
.epos-intro p{font-size:clamp(1.06rem,1.5vw,1.28rem)}
.epos-divider{width:min(220px,45%);height:1px;background:linear-gradient(90deg,transparent,var(--epos-wed-gold),transparent);margin:1.15rem auto 0}
.epos-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,3vw,36px);align-items:center}
.epos-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.epos-card{position:relative;padding:clamp(22px,3vw,38px);border:1px solid var(--epos-wed-line);border-radius:34px;background:rgba(255,255,255,.82);box-shadow:0 16px 48px rgba(16,40,61,.08);overflow:hidden;min-height:100%}
.epos-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 0%,rgba(165,27,151,.10),transparent 18rem);pointer-events:none}
.epos-card h3,.epos-card p,.epos-card a{position:relative}
.epos-card p{margin-top:.9rem}
.epos-media{position:relative;border-radius:34px;overflow:hidden;box-shadow:var(--epos-wed-shadow);min-height:280px;background:#e9edf2}
.epos-media img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block;transition:transform .7s ease}
.epos-media:hover img{transform:scale(1.035)}
.epos-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.88fr);gap:clamp(22px,4vw,60px);align-items:center;padding:clamp(34px,5vw,74px) 0;border-top:1px solid var(--epos-wed-line)}
.epos-feature:nth-child(even){grid-template-columns:minmax(260px,.88fr) minmax(0,1fr)}
.epos-feature:nth-child(even) .epos-feature__copy{order:2}
.epos-feature:nth-child(even) .epos-feature__media{order:1}
.epos-feature__copy{display:grid;gap:1rem}
.epos-feature__copy h2,.epos-feature__copy h3{font-size:clamp(1.85rem,3.4vw,4rem)}
.epos-feature__media{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}
.epos-feature__media .epos-media:nth-child(2){margin-top:clamp(20px,4vw,58px)}
.epos-note{max-width:920px;text-align:center;margin:clamp(32px,4vw,52px) auto 0;padding:clamp(22px,3vw,34px);border-radius:30px;color:var(--epos-wed-blue);background:linear-gradient(135deg,rgba(28,61,90,.08),rgba(165,27,151,.08));font-size:clamp(1.15rem,1.8vw,1.55rem);font-weight:600;line-height:1.4}
.epos-split{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(24px,4vw,60px);align-items:center}
.epos-person{display:grid;grid-template-columns:.72fr 1fr;gap:clamp(18px,3vw,38px);align-items:center;padding:clamp(24px,3vw,38px);border-radius:34px;background:#fff;border:1px solid var(--epos-wed-line);box-shadow:0 14px 40px rgba(16,40,61,.07)}
.epos-person + .epos-person{margin-top:1.2rem}
.epos-person img{width:100%;aspect-ratio:1/1.08;object-fit:cover;border-radius:28px;box-shadow:0 18px 44px rgba(16,40,61,.12)}
.epos-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;margin-top:2rem}
.epos-playlist{margin-top:2rem;padding:clamp(20px,3vw,32px);border-radius:30px;background:#fff;border:1px solid var(--epos-wed-line);box-shadow:0 14px 40px rgba(16,40,61,.07)}
.epos-playlist ul{list-style:none;padding:0;margin:0;display:grid;gap:.55rem;max-height:300px;overflow:auto}
.epos-playlist li{padding:.75rem .9rem;border-radius:18px;background:rgba(28,61,90,.06);cursor:pointer;color:var(--epos-wed-blue);font-weight:600}
.epos-playlist li.is-active{background:linear-gradient(135deg,var(--epos-wed-blue),var(--epos-wed-rose));color:#fff}
.epos-playlist button{margin-top:1rem;border:0;border-radius:999px;padding:.8rem 1.2rem;color:#fff;background:linear-gradient(135deg,var(--epos-wed-blue),var(--epos-wed-rose));font-weight:700;cursor:pointer}
.epos-cta{padding:clamp(54px,7vw,88px) 0;color:#fff;background:radial-gradient(circle at 86% 10%,rgba(216,181,109,.22),transparent 24rem),linear-gradient(135deg,var(--epos-wed-deep),var(--epos-wed-blue) 55%,var(--epos-wed-rose));position:relative;overflow:hidden}
.epos-cta__inner{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}
.epos-cta h2{color:#fff}.epos-cta p{color:rgba(255,255,255,.82);max-width:72ch}.epos-cta .epos-kicker{color:var(--epos-wed-gold)}
.epos-cta__actions{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:flex-end}
.epos-reveal,.epos-card,.epos-feature{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.epos-reveal.is-visible,.epos-card.is-visible,.epos-feature.is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.epos-hero__bg{animation:none}.epos-reveal,.epos-card,.epos-feature{opacity:1;transform:none;transition:none}.epos-media img{transition:none}}
@media (max-width:900px){.epos-grid,.epos-grid--three,.epos-split,.epos-feature,.epos-feature:nth-child(even),.epos-cta__inner{grid-template-columns:1fr}.epos-feature:nth-child(even) .epos-feature__copy,.epos-feature:nth-child(even) .epos-feature__media{order:initial}.epos-person{grid-template-columns:1fr}.epos-cta__actions{justify-content:flex-start}}
@media (max-width:640px){.epos-wrap{width:min(100% - 24px,var(--epos-wed-max))}.epos-hero{min-height:620px}.epos-actions,.epos-cta__actions{flex-direction:column}.epos-btn{width:100%}.epos-feature__media,.epos-tiles{grid-template-columns:1fr}.epos-feature__media .epos-media:nth-child(2){margin-top:0}.epos-media img{min-height:260px}.epos-wedding-page h1{font-size:clamp(3rem,16vw,4.7rem)}}

/* v2.1 readability patch: hero leggibili senza cambiare l'impianto */
.epos-hero{
  min-height: min(760px, 84vh);
}
.epos-hero:before{
  background:
    linear-gradient(90deg, rgba(9, 24, 38, .94) 0%, rgba(16, 40, 61, .78) 42%, rgba(16, 40, 61, .46) 72%, rgba(16, 40, 61, .58) 100%),
    linear-gradient(180deg, rgba(5, 13, 22, .26), rgba(5, 13, 22, .48));
}
.epos-hero__bg img{
  filter: saturate(.9) contrast(.96) brightness(.82);
}
.epos-hero__content{
  position: relative;
  max-width: 920px;
  padding-top: clamp(104px, 11vw, 150px);
  padding-bottom: clamp(78px, 8vw, 118px);
}
.epos-hero__content:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset: clamp(72px, 8vw, 108px) auto clamp(46px, 5vw, 70px) -28px;
  width: min(760px, calc(100vw - 32px));
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(10, 28, 45, .62), rgba(10, 28, 45, .26));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 26px 80px rgba(0,0,0,.22);
  backdrop-filter: blur(7px);
}
.epos-wedding-page h1{
  text-shadow: 0 5px 18px rgba(0,0,0,.46), 0 24px 70px rgba(0,0,0,.38);
}
.epos-hero__subtitle,
.epos-hero__lead{
  max-width: 720px;
  color: rgba(255,255,255,.94);
  text-shadow: 0 2px 12px rgba(0,0,0,.42);
}
.epos-hero .epos-kicker{
  display:inline-flex;
  width:fit-content;
  padding:.38rem .72rem;
  border-radius:999px;
  color:#fff;
  background:rgba(165,27,151,.42);
  border:1px solid rgba(255,255,255,.22);
  text-shadow:0 1px 7px rgba(0,0,0,.35);
}
.epos-page-chi-siamo .epos-hero__bg img{
  object-position:center center;
}
.epos-page-wedding .epos-hero__bg img{
  object-position:center center;
}
.epos-home-paths{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(16px,2.2vw,28px);
  margin-top:clamp(26px,4vw,46px);
}
.epos-path-card{
  min-height:420px;
  position:relative;
  overflow:hidden;
  border-radius:34px;
  display:grid;
  align-items:end;
  text-decoration:none!important;
  box-shadow:var(--epos-wed-shadow);
  isolation:isolate;
}
.epos-path-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:-2;
  transition:transform .7s ease;
}
.epos-path-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(10,28,45,.08),rgba(10,28,45,.86));
}
.epos-path-card:hover img{transform:scale(1.045)}
.epos-path-card__body{padding:clamp(20px,3vw,30px);color:#fff}
.epos-path-card__body h3{color:#fff;font-size:clamp(1.6rem,2.6vw,3rem)}
.epos-path-card__body p{color:rgba(255,255,255,.84);margin-top:.75rem;font-size:1rem}
.epos-pill-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}
.epos-pill{display:inline-flex;padding:.32rem .62rem;border-radius:999px;color:#fff;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);font-size:.78rem;font-weight:700}
@media (max-width:900px){
  .epos-home-paths{grid-template-columns:1fr}
  .epos-path-card{min-height:360px}
}
@media (max-width:640px){
  .epos-hero{min-height:auto}
  .epos-hero:before{
    background:linear-gradient(180deg,rgba(9,24,38,.92),rgba(9,24,38,.82));
  }
  .epos-hero__content{
    padding-top:92px;
    padding-bottom:72px;
  }
  .epos-hero__content:before{
    inset:64px -8px 42px -8px;
    width:auto;
    border-radius:26px;
    background:rgba(10,28,45,.58);
  }
  .epos-wedding-page h1{
    font-size:clamp(2.75rem,14vw,4.2rem);
    letter-spacing:-.055em;
  }
  .epos-hero__subtitle{font-size:clamp(1.08rem,5vw,1.32rem)}
}

/* v2.2 wedding polish: più caldo, meno cupo, testi hero bianchi */
:root{
  --epos-wed-blue:#243f57;
  --epos-wed-deep:#1b2d3d;
  --epos-wed-rose:#b98980;
  --epos-wed-rose-soft:#ead2ca;
  --epos-wed-blush:#f7ede8;
  --epos-wed-gold:#c9a76a;
  --epos-wed-cream:#fff8f3;
  --epos-wed-ink:#243142;
  --epos-wed-muted:#6b6570;
}
.epos-hero:before{
  background:
    radial-gradient(circle at 18% 18%, rgba(233, 198, 185, .34), transparent 31rem),
    radial-gradient(circle at 85% 20%, rgba(201, 167, 106, .20), transparent 25rem),
    linear-gradient(90deg, rgba(57, 45, 50, .70) 0%, rgba(91, 70, 72, .42) 46%, rgba(185, 137, 128, .24) 78%, rgba(39, 55, 72, .30) 100%),
    linear-gradient(180deg, rgba(40, 28, 34, .12), rgba(40, 28, 34, .32));
}
.epos-page-wedding .epos-hero:before{
  background:
    radial-gradient(circle at 22% 20%, rgba(247, 237, 232, .42), transparent 30rem),
    radial-gradient(circle at 82% 15%, rgba(201, 167, 106, .20), transparent 26rem),
    linear-gradient(90deg, rgba(54, 42, 47, .60) 0%, rgba(88, 65, 67, .35) 44%, rgba(185, 137, 128, .18) 72%, rgba(40, 49, 62, .20) 100%);
}
.epos-hero__bg img{
  filter:saturate(1.03) contrast(.98) brightness(.93);
}
.epos-page-wedding .epos-hero__bg img{
  filter:saturate(1.06) contrast(.98) brightness(.98);
}
.epos-hero__content:before{
  background:linear-gradient(135deg, rgba(255,248,243,.18), rgba(83,61,63,.25));
  border-color:rgba(255,248,243,.24);
  box-shadow:0 26px 80px rgba(64,43,48,.18);
  backdrop-filter:blur(6px);
}
.epos-page-wedding .epos-hero__content:before{
  background:linear-gradient(135deg, rgba(255,248,243,.15), rgba(185,137,128,.16));
  box-shadow:0 26px 80px rgba(64,43,48,.14);
}
.epos-hero__subtitle,
.epos-hero__lead{
  color:#fff!important;
  text-shadow:0 2px 14px rgba(0,0,0,.36);
}
.epos-hero .epos-kicker{
  color:#fff;
  background:rgba(185,137,128,.44);
  border-color:rgba(255,248,243,.34);
}
.epos-btn{
  background:linear-gradient(135deg,var(--epos-wed-blue),var(--epos-wed-rose));
  box-shadow:0 18px 38px rgba(185,137,128,.24);
}
.epos-btn--outline{
  background:rgba(255,248,243,.12);
  border-color:rgba(255,248,243,.48);
}
.epos-card:before{
  background:radial-gradient(circle at 100% 0%,rgba(185,137,128,.13),transparent 18rem);
}
.epos-note{
  background:linear-gradient(135deg,rgba(247,237,232,.82),rgba(255,248,243,.92));
}
.epos-cta{
  background:
    radial-gradient(circle at 15% 15%,rgba(247,237,232,.20),transparent 24rem),
    radial-gradient(circle at 88% 18%,rgba(201,167,106,.20),transparent 24rem),
    linear-gradient(135deg,#2b4056 0%,#8e6d6b 58%,#b98980 100%);
}

/* Playlist: mantiene la logica Wavesurfer quando disponibile, con fallback audio */
.epos-waveform{
  min-height:92px;
  margin:0 0 1rem;
  border-radius:22px;
  background:linear-gradient(135deg,rgba(247,237,232,.92),rgba(255,255,255,.92));
  border:1px solid rgba(185,137,128,.20);
  overflow:hidden;
}
.epos-playlist audio{width:100%;margin-top:1rem}
.epos-playlist li.is-active{
  background:linear-gradient(135deg,var(--epos-wed-blue),var(--epos-wed-rose));
}
.epos-playlist button{
  background:linear-gradient(135deg,var(--epos-wed-blue),var(--epos-wed-rose));
}

/* Footer nuovo senza form, scoped per non rompere font e regole del tema */
.epos-site-footer{
  --footer-bg:#fff8f3;
  --footer-ink:#243142;
  --footer-muted:#6b6570;
  --footer-line:rgba(36,49,66,.12);
  font-family:inherit;
  color:var(--footer-ink);
  background:
    radial-gradient(circle at 14% 12%,rgba(234,210,202,.58),transparent 24rem),
    radial-gradient(circle at 90% 18%,rgba(201,167,106,.16),transparent 23rem),
    linear-gradient(180deg,#fff,var(--footer-bg));
  border-top:1px solid var(--footer-line);
  padding:clamp(54px,7vw,90px) 0 26px;
}
.epos-site-footer *{box-sizing:border-box}
.epos-site-footer__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.88fr);
  gap:clamp(26px,5vw,70px);
  align-items:center;
}
.epos-site-footer__eyebrow{
  margin:0 0 .8rem;
  color:var(--epos-wed-rose);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.epos-site-footer h2{
  margin:0;
  max-width:780px;
  color:var(--epos-wed-blue);
  font-size:clamp(2rem,4vw,4.35rem);
  line-height:1;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.epos-site-footer p{
  margin:1rem 0 0;
  max-width:68ch;
  color:var(--footer-muted);
  font-size:clamp(1rem,1.15vw,1.13rem);
  line-height:1.65;
}
.epos-site-footer__links{
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;
  margin-top:1.45rem;
}
.epos-site-footer__links a,
.epos-site-footer__bottom a{
  color:var(--epos-wed-blue)!important;
  text-decoration:none!important;
  font-weight:800;
}
.epos-site-footer__links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:.72rem 1rem;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(36,49,66,.10);
  box-shadow:0 12px 26px rgba(36,49,66,.06);
}
.epos-site-footer__links a:first-child{
  color:#fff!important;
  background:linear-gradient(135deg,var(--epos-wed-blue),var(--epos-wed-rose));
}
.epos-site-footer__map{
  min-height:360px;
  border-radius:36px;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(45deg,rgba(36,63,87,.08) 25%,transparent 25%) 0 0/38px 38px,
    linear-gradient(-45deg,rgba(185,137,128,.10) 25%,transparent 25%) 0 0/38px 38px,
    radial-gradient(circle at 52% 48%,rgba(185,137,128,.34),transparent 10rem),
    linear-gradient(135deg,#f8ebe5,#fffdfb);
  border:1px solid rgba(36,49,66,.12);
  box-shadow:0 24px 64px rgba(36,49,66,.10);
}
.epos-site-footer__map:before,
.epos-site-footer__map:after{
  content:"";
  position:absolute;
  background:rgba(36,63,87,.18);
  border-radius:999px;
}
.epos-site-footer__map:before{width:130%;height:2px;left:-15%;top:41%;transform:rotate(-12deg)}
.epos-site-footer__map:after{width:2px;height:130%;left:55%;top:-15%;transform:rotate(24deg)}
.epos-map-card{
  position:absolute;
  inset:auto 24px 24px 24px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:.9rem;
  align-items:center;
  padding:1rem;
  border-radius:24px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.70);
  box-shadow:0 18px 44px rgba(36,49,66,.13);
  backdrop-filter:blur(10px);
}
.epos-map-pin{
  width:54px;
  height:54px;
  border-radius:999px 999px 999px 0;
  transform:rotate(-45deg);
  background:linear-gradient(135deg,var(--epos-wed-rose),var(--epos-wed-gold));
  box-shadow:0 14px 26px rgba(185,137,128,.26);
  position:relative;
}
.epos-map-pin:after{
  content:"";
  position:absolute;
  width:18px;
  height:18px;
  border-radius:999px;
  background:#fff;
  left:18px;
  top:18px;
}
.epos-map-label strong,
.epos-map-label span{display:block;transform:none}
.epos-map-label strong{color:var(--epos-wed-blue);font-size:1.25rem;line-height:1.1}
.epos-map-label span{color:var(--footer-muted);font-weight:700;margin-top:.2rem}
.epos-site-footer__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin-top:clamp(34px,5vw,60px);
  padding-top:1.1rem;
  border-top:1px solid var(--footer-line);
}
.epos-site-footer__bottom p{margin:0;font-size:.94rem}
.epos-site-footer__bottom nav{display:flex;flex-wrap:wrap;gap:.45rem 1rem;justify-content:flex-end}
@media (max-width:900px){
  .epos-site-footer__grid{grid-template-columns:1fr}
  .epos-site-footer__bottom{align-items:flex-start;flex-direction:column}
  .epos-site-footer__bottom nav{justify-content:flex-start}
}
@media (max-width:640px){
  .epos-hero:before,
  .epos-page-wedding .epos-hero:before{
    background:
      radial-gradient(circle at 20% 8%,rgba(247,237,232,.28),transparent 18rem),
      linear-gradient(180deg,rgba(58,45,50,.66),rgba(58,45,50,.58));
  }
  .epos-hero__content:before{
    background:rgba(86,64,66,.26);
  }
  .epos-site-footer__links{flex-direction:column}
  .epos-site-footer__links a{width:100%}
  .epos-site-footer__map{min-height:300px}
}

/* v2.3: home premium, Google Maps footer e correzioni hero */
.epos-home-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:min(860px,92vh);
  display:grid;
  align-items:center;
  color:#fff;
  background:#4d3a3d;
}
.epos-home-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 18% 18%,rgba(255,248,243,.46),transparent 28rem),
    radial-gradient(circle at 82% 20%,rgba(201,167,106,.22),transparent 24rem),
    linear-gradient(90deg,rgba(58,45,50,.70) 0%,rgba(91,70,72,.40) 44%,rgba(185,137,128,.18) 72%,rgba(58,45,50,.34) 100%);
}
.epos-home-hero:after{
  content:"";
  position:absolute;
  inset:auto -10% -30% 48%;
  height:46rem;
  border-radius:999px;
  z-index:-1;
  background:radial-gradient(circle,rgba(255,248,243,.20),transparent 62%);
  pointer-events:none;
}
.epos-home-hero__media,
.epos-home-hero__slide{
  position:absolute;
  inset:0;
  z-index:-2;
}
.epos-home-hero__slide{
  opacity:0;
  animation:eposHomeSlide 24s infinite;
}
.epos-home-hero__slide.is-two{animation-delay:6s}
.epos-home-hero__slide.is-three{animation-delay:12s}
.epos-home-hero__slide.is-four{animation-delay:18s}
.epos-home-hero__slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.08) contrast(.98) brightness(.98);
  transform:scale(1.04);
}
@keyframes eposHomeSlide{
  0%, 20%{opacity:1;transform:scale(1)}
  26%, 94%{opacity:0;transform:scale(1.045)}
  100%{opacity:1;transform:scale(1)}
}
.epos-home-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.55fr);
  gap:clamp(26px,5vw,74px);
  align-items:end;
  padding:clamp(116px,12vw,170px) 0 clamp(84px,9vw,132px);
}
.epos-home-hero__copy{
  position:relative;
  max-width:920px;
  padding:clamp(24px,3vw,36px);
  border-radius:42px;
  background:linear-gradient(135deg,rgba(255,248,243,.18),rgba(89,66,68,.24));
  border:1px solid rgba(255,248,243,.24);
  box-shadow:0 30px 88px rgba(64,43,48,.16);
  backdrop-filter:blur(8px);
}
.epos-home-hero .epos-kicker{
  display:inline-flex;
  width:fit-content;
  padding:.42rem .75rem;
  border-radius:999px;
  color:#fff;
  background:rgba(185,137,128,.48);
  border:1px solid rgba(255,248,243,.34);
  text-shadow:0 1px 8px rgba(0,0,0,.24);
}
.epos-home-hero h1{
  margin-top:.35rem;
  text-shadow:0 6px 20px rgba(0,0,0,.30),0 28px 80px rgba(0,0,0,.20);
}
.epos-home-hero .small-title{
  display:block;
  color:#fff8f3;
  font-size:.42em;
  letter-spacing:.02em;
  font-weight:500;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
}
.epos-home-hero__panel{
  display:grid;
  gap:.8rem;
}
.epos-home-hero__card{
  padding:1rem;
  border-radius:26px;
  color:#fff;
  background:rgba(255,248,243,.16);
  border:1px solid rgba(255,248,243,.22);
  box-shadow:0 18px 54px rgba(64,43,48,.14);
  backdrop-filter:blur(8px);
}
.epos-home-hero__card span{
  display:inline-flex;
  color:#f5ded6;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.12em;
}
.epos-home-hero__card strong{
  display:block;
  margin-top:.22rem;
  color:#fff;
  font-size:1.2rem;
  line-height:1.1;
}
.epos-home-hero__card p{
  color:rgba(255,255,255,.86);
  margin-top:.3rem;
  font-size:.95rem;
  line-height:1.45;
}
.epos-hero__subtitle,
.epos-hero__lead,
.epos-home-hero .epos-hero__subtitle,
.epos-home-hero .epos-hero__lead{
  color:#fff!important;
}
.epos-home-hero .epos-hero__lead{
  margin-top:1rem;
  max-width:70ch;
}
.epos-home-opening{
  background:linear-gradient(180deg,#fff 0%,#fff8f3 100%);
}
.epos-home-paths{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:1080px;
}
.epos-path-card{
  min-height:500px;
  border:1px solid rgba(255,255,255,.62);
}
.epos-path-card:before{
  background:
    radial-gradient(circle at 20% 0%,rgba(247,237,232,.18),transparent 18rem),
    linear-gradient(180deg,rgba(58,45,50,.08),rgba(58,45,50,.76));
}
.epos-path-card .epos-kicker{
  color:#f7ede8;
  margin-bottom:.65rem;
}
.epos-link-more{
  display:inline-flex;
  margin-top:1rem;
  padding:.62rem .9rem;
  border-radius:999px;
  color:#2b4056;
  background:#fff8f3;
  font-weight:900;
}
.epos-home-story{
  background:
    radial-gradient(circle at 88% 16%,rgba(234,210,202,.34),transparent 20rem),
    linear-gradient(180deg,#fff8f3,#fff);
}
.epos-home-collage{
  position:relative;
  min-height:520px;
}
.epos-home-collage .epos-media{
  position:absolute;
  box-shadow:0 28px 72px rgba(36,49,66,.14);
}
.epos-home-collage__large{
  inset:0 12% 12% 0;
}
.epos-home-collage__small{
  width:44%;
  right:0;
  bottom:0;
  border:8px solid #fff8f3;
}
.epos-home-method{
  background:
    radial-gradient(circle at 16% 10%,rgba(201,167,106,.13),transparent 22rem),
    linear-gradient(180deg,#fff,#fff8f3);
}
.epos-method-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(16px,2.2vw,28px);
  margin-top:clamp(28px,4vw,52px);
}
.epos-card-number{
  display:inline-grid;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:1.1rem;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(135deg,var(--epos-wed-blue),var(--epos-wed-rose));
  font-weight:900;
}
.epos-home-method__actions{
  justify-content:center;
}
.epos-btn--soft{
  color:var(--epos-wed-blue)!important;
  background:linear-gradient(135deg,#fff,#fff8f3);
  border-color:rgba(185,137,128,.22);
}
.epos-home-playlist{
  background:
    radial-gradient(circle at 50% 0%,rgba(234,210,202,.42),transparent 24rem),
    linear-gradient(180deg,#fff8f3,#fff);
}
.epos-playlist{
  border-radius:38px;
  padding:clamp(20px,3vw,36px);
  background:rgba(255,255,255,.86);
  border:1px solid rgba(185,137,128,.18);
  box-shadow:0 24px 74px rgba(36,49,66,.09);
}
.epos-playlist__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1rem;
}
.epos-playlist__head h3{
  font-size:clamp(1.55rem,2.4vw,2.7rem);
}
.epos-playlist__head .epos-kicker{margin-bottom:.28rem}
.epos-playlist ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.75rem;
  list-style:none;
  padding:0;
  margin:1rem 0 0;
}
.epos-playlist li{
  cursor:pointer;
  padding:1rem;
  border-radius:22px;
  color:var(--epos-wed-ink);
  background:#fff8f3;
  border:1px solid rgba(185,137,128,.15);
}
.epos-playlist li.is-active{color:#fff}
.epos-playlist button{
  min-height:50px;
  border:0;
  border-radius:999px;
  padding:.85rem 1.2rem;
  color:#fff;
  font-weight:900;
  cursor:pointer;
}
.epos-site-footer__map{
  background:#fff;
}
.epos-site-footer__map:before,
.epos-site-footer__map:after{
  display:none;
}
.epos-site-footer__map iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  filter:saturate(.9) contrast(.95);
}
.epos-site-footer__map:after{
  content:"";
  display:block;
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,248,243,.10),rgba(255,248,243,.05));
  pointer-events:none;
}
.epos-site-footer__map .epos-map-card{
  z-index:2;
}
@media (max-width:980px){
  .epos-home-hero__grid{grid-template-columns:1fr;align-items:center}
  .epos-home-hero__panel{grid-template-columns:repeat(3,minmax(0,1fr))}
  .epos-method-grid{grid-template-columns:1fr}
}
@media (max-width:900px){
  .epos-home-paths{grid-template-columns:1fr}
  .epos-path-card{min-height:420px}
}
@media (max-width:760px){
  .epos-home-hero{min-height:auto}
  .epos-home-hero:before{
    background:
      radial-gradient(circle at 20% 10%,rgba(255,248,243,.25),transparent 18rem),
      linear-gradient(180deg,rgba(58,45,50,.66),rgba(58,45,50,.58));
  }
  .epos-home-hero__grid{padding-top:94px;padding-bottom:74px}
  .epos-home-hero__copy{padding:1.15rem;border-radius:28px;background:rgba(86,64,66,.28)}
  .epos-home-hero__panel{grid-template-columns:1fr}
  .epos-home-collage{min-height:auto;display:grid;gap:1rem}
  .epos-home-collage .epos-media{position:relative;inset:auto;width:100%}
  .epos-home-collage__small{border-width:0}
  .epos-playlist__head{align-items:stretch;flex-direction:column}
  .epos-playlist ul{grid-template-columns:1fr}
}

/* v2.4: home come front page, performance mobile, leggibilita bottoni, camouflage IA */
.epos-home-hero__slide{
  opacity:1;
  animation:none!important;
  transform:none!important;
}
.epos-home-hero__slide img{
  transform:none!important;
}
.epos-page-wedding .epos-home-hero__slide:not(.is-one){display:none!important}

.epos-wedding-page .epos-btn,
.epos-site-footer .epos-site-footer__links a,
.epos-site-footer .epos-site-footer__bottom a{
  -webkit-font-smoothing:antialiased;
}
.epos-wedding-page .epos-btn{
  color:#fff!important;
  background:linear-gradient(135deg,#244964,#9d746e)!important;
  border:1px solid rgba(255,255,255,.24)!important;
  text-shadow:0 1px 8px rgba(0,0,0,.18);
}
.epos-wedding-page .epos-btn:hover,
.epos-wedding-page .epos-btn:focus-visible{
  color:#fff!important;
  background:linear-gradient(135deg,#1d3d55,#8e625d)!important;
}
.epos-wedding-page .epos-btn--light{
  color:#20384d!important;
  background:#fff8f3!important;
  border-color:rgba(255,255,255,.72)!important;
  text-shadow:none!important;
  box-shadow:0 18px 42px rgba(36,49,66,.22)!important;
}
.epos-wedding-page .epos-btn--light:hover,
.epos-wedding-page .epos-btn--light:focus-visible{
  color:#162d40!important;
  background:#ffffff!important;
}
.epos-wedding-page .epos-btn--outline{
  color:#fff!important;
  background:rgba(255,255,255,.14)!important;
  border-color:rgba(255,255,255,.68)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 16px 36px rgba(36,49,66,.18)!important;
}
.epos-wedding-page .epos-btn--soft{
  color:#20384d!important;
  background:linear-gradient(135deg,#fff,#fff8f3)!important;
  text-shadow:none!important;
  border-color:rgba(185,137,128,.24)!important;
}
.epos-playlist button{
  color:#fff!important;
  background:linear-gradient(135deg,#244964,#9d746e)!important;
}

.epos-path-card--camouflage:before{
  background:
    radial-gradient(circle at 18% 8%,rgba(255,248,243,.24),transparent 16rem),
    radial-gradient(circle at 84% 18%,rgba(201,167,106,.18),transparent 18rem),
    linear-gradient(180deg,rgba(52,41,43,.18),rgba(52,41,43,.82))!important;
}
.epos-path-card--camouflage:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(135deg,rgba(185,137,128,.16),rgba(247,237,232,.08)),
    repeating-linear-gradient(45deg,rgba(255,255,255,.025) 0 1px,transparent 1px 8px);
  mix-blend-mode:soft-light;
}
.epos-path-card--camouflage img{
  filter:saturate(.72) contrast(.94) brightness(.82) sepia(.14) blur(.2px);
  transform:scale(1.025);
}
.epos-path-card--camouflage:hover img{
  filter:saturate(.78) contrast(.98) brightness(.86) sepia(.10) blur(0);
}
.epos-path-card--camouflage .epos-path-card__body{
  position:relative;
  z-index:2;
  text-shadow:0 2px 18px rgba(0,0,0,.28);
}

.epos-site-footer__map iframe{
  display:block;
  background:#fff8f3;
}
.epos-site-footer__bottom nav a[href*="privacy"],
.epos-site-footer__bottom nav a[href*="cookie"]{
  font-weight:900;
}
@media (max-width:760px){
  .epos-home-hero__media{display:block}
  .epos-home-hero__slide img{filter:saturate(.9) contrast(.95) brightness(.72)}
  .epos-home-hero__panel{display:none}
  .epos-home-hero__copy{backdrop-filter:none}
  .epos-path-card--camouflage img{filter:saturate(.68) contrast(.92) brightness(.74) sepia(.14)}
}

/* v2.6 conversion + measurement polish */
.epos-wedding-page .epos-btn,
.epos-wedding-page a.epos-btn,
.epos-wedding-page button.epos-btn,
.epos-playlist button{
  min-height:54px;
  padding:.95rem 1.24rem;
  border-radius:999px;
  color:#fff!important;
  background:linear-gradient(135deg,#243f57,#9f746d)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  font-weight:850;
  letter-spacing:-.01em;
  text-shadow:none!important;
  box-shadow:0 16px 34px rgba(36,63,87,.22);
}
.epos-wedding-page .epos-btn:hover,
.epos-wedding-page .epos-btn:focus-visible,
.epos-playlist button:hover,
.epos-playlist button:focus-visible{
  color:#fff!important;
  background:linear-gradient(135deg,#1b2d3d,#8a625c)!important;
  transform:translateY(-2px);
}
.epos-wedding-page .epos-btn--outline,
.epos-wedding-page a.epos-btn--outline{
  color:#243f57!important;
  background:#fff!important;
  border-color:rgba(36,63,87,.16)!important;
  box-shadow:0 14px 32px rgba(36,63,87,.13);
}
.epos-wedding-page .epos-hero .epos-btn--outline,
.epos-wedding-page .epos-cta .epos-btn--outline{
  color:#243f57!important;
  background:#fff!important;
  border-color:rgba(255,255,255,.70)!important;
}
.epos-wedding-page .epos-btn--soft,
.epos-wedding-page a.epos-btn--soft{
  color:#fff!important;
  background:rgba(36,63,87,.72)!important;
  border-color:rgba(255,255,255,.25)!important;
}
.epos-wedding-page .epos-btn--light,
.epos-wedding-page a.epos-btn--light{
  color:#243f57!important;
  background:#fff!important;
  border-color:rgba(255,255,255,.75)!important;
}
.epos-wedding-page .epos-btn--ghost-light,
.epos-wedding-page a.epos-btn--ghost-light{
  color:#fff!important;
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.42)!important;
  box-shadow:none;
}
.epos-home-hero .epos-actions{
  gap:.72rem;
}
.epos-home-hero .epos-btn:first-child,
.epos-cta .epos-btn--light{
  box-shadow:0 18px 42px rgba(255,255,255,.16), 0 18px 42px rgba(36,63,87,.22);
}
.epos-waveform{
  min-height:76px;
}
@media (max-width:899px){
  .epos-waveform{display:none}
  .epos-playlist{padding:18px;border-radius:24px}
  .epos-playlist ul{max-height:none;overflow:visible}
}
.epos-site-footer__map iframe{
  background:#f7efe8;
}
.epos-mini-cta{
  position:relative;
  z-index:5;
  margin-top:-34px;
  padding:0 0 clamp(22px,3vw,34px);
}
.epos-mini-cta__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:clamp(16px,2.2vw,24px);
  border-radius:28px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(36,63,87,.12);
  box-shadow:0 18px 48px rgba(36,63,87,.12);
  backdrop-filter:blur(10px);
}
.epos-mini-cta p{color:#243f57;margin:0;font-size:clamp(1rem,1.3vw,1.14rem)}
.epos-mini-cta strong{font-weight:850}
.epos-mini-cta__actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end}
.epos-mini-cta .epos-btn{min-height:46px;padding:.72rem 1rem;font-size:.94rem}
@media (max-width:760px){
  .epos-mini-cta{margin-top:0;padding-top:14px;background:#fff8f3}
  .epos-mini-cta__inner{align-items:stretch;flex-direction:column;border-radius:22px}
  .epos-mini-cta__actions{flex-direction:column}
  .epos-mini-cta .epos-btn{width:100%}
}

/* v2.8: nuova hero home + pulizia CTA mobile */
@media (max-width:760px){
  /* In home evitiamo doppioni: la hero tiene una sola azione primaria. */
  .epos-page-wedding .epos-home-hero .epos-actions .epos-btn:not(:first-child){
    display:none!important;
  }

  /* La mini CTA subito dopo la hero, in home mobile, risultava duplicata. */
  .epos-page-wedding .epos-mini-cta{
    display:none!important;
  }

  /* Nelle altre pagine mobile la mini CTA resta, ma con una sola azione chiara. */
  body:not(.epos-page-wedding) .epos-mini-cta__actions .epos-btn:not(:first-child){
    display:none!important;
  }

  /* Nella sezione "E dopo il si" su mobile lasciamo una sola immagine. */
  .epos-home-story .epos-home-collage__small{
    display:none!important;
  }

  .epos-home-story .epos-home-collage{
    gap:0;
  }

  .epos-home-story .epos-home-collage__large img{
    min-height:300px;
  }
}

/* v2.9: palette premium piu ricca, calda e commerciale */
:root{
  --epos-wed-blue:#17354f;
  --epos-wed-deep:#10263a;
  --epos-wed-ink:#17283a;
  --epos-wed-muted:#635d64;
  --epos-wed-rose:#b76f68;
  --epos-wed-rose-deep:#844b48;
  --epos-wed-blush:#f5e1dc;
  --epos-wed-blush-soft:#fbefeb;
  --epos-wed-gold:#c69648;
  --epos-wed-gold-deep:#a67831;
  --epos-wed-cream:#fff6ef;
  --epos-wed-paper:#fffdfa;
  --epos-wed-sage:#879980;
  --epos-wed-line:rgba(23,53,79,.15);
  --epos-wed-shadow:0 24px 70px rgba(16,38,58,.16);
}

.epos-wedding-page{
  color:var(--epos-wed-ink);
  background:
    radial-gradient(circle at 14% 0%,rgba(245,225,220,.54),transparent 31rem),
    radial-gradient(circle at 88% 12%,rgba(198,150,72,.13),transparent 25rem),
    linear-gradient(180deg,#fffdfa 0%,var(--epos-wed-cream) 44%,#fffdfa 100%);
}

.epos-wedding-page h2,
.epos-wedding-page h3,
.epos-note,
.epos-card-number + h3{
  color:var(--epos-wed-blue);
}

.epos-wedding-page p{
  color:var(--epos-wed-muted);
}

.epos-kicker{
  color:var(--epos-wed-rose-deep);
  font-weight:850;
}

.epos-divider{
  height:2px;
  background:linear-gradient(90deg,transparent,var(--epos-wed-rose),var(--epos-wed-gold),transparent);
  opacity:.86;
}

/* Hero: piu calde e luminose, ma con testo sempre leggibile */
.epos-hero:before,
.epos-page-wedding .epos-hero:before{
  background:
    radial-gradient(circle at 17% 15%,rgba(255,246,239,.34),transparent 27rem),
    radial-gradient(circle at 82% 18%,rgba(198,150,72,.18),transparent 22rem),
    linear-gradient(90deg,rgba(20,38,56,.72) 0%,rgba(82,59,60,.48) 45%,rgba(183,111,104,.22) 75%,rgba(20,38,56,.26) 100%),
    linear-gradient(180deg,rgba(16,38,58,.12),rgba(16,38,58,.26));
}

.epos-hero__content:before{
  background:linear-gradient(135deg,rgba(255,253,250,.18),rgba(132,75,72,.20));
  border-color:rgba(255,246,239,.30);
  box-shadow:0 28px 86px rgba(50,38,42,.18);
}

.epos-home-hero{
  background:#4b3436;
}

.epos-home-hero:before{
  background:
    radial-gradient(circle at 18% 16%,rgba(255,246,239,.44),transparent 29rem),
    radial-gradient(circle at 82% 14%,rgba(198,150,72,.22),transparent 24rem),
    linear-gradient(90deg,rgba(22,38,55,.64) 0%,rgba(83,58,59,.38) 45%,rgba(183,111,104,.16) 72%,rgba(16,38,58,.18) 100%);
}

.epos-home-hero__copy{
  background:linear-gradient(135deg,rgba(255,253,250,.20),rgba(132,75,72,.20));
  border-color:rgba(255,246,239,.32);
  box-shadow:0 32px 90px rgba(38,30,34,.18);
}

.epos-home-hero .epos-kicker,
.epos-hero .epos-kicker{
  background:linear-gradient(135deg,rgba(132,75,72,.68),rgba(198,150,72,.44));
  border-color:rgba(255,246,239,.38);
}

.epos-hero__subtitle,
.epos-hero__lead,
.epos-home-hero .epos-hero__subtitle,
.epos-home-hero .epos-hero__lead{
  color:#fff!important;
  text-shadow:0 2px 15px rgba(16,38,58,.44);
}

/* CTA: piu decise e riconoscibili */
.epos-wedding-page .epos-btn,
.epos-wedding-page a.epos-btn,
.epos-wedding-page button.epos-btn,
.epos-playlist button{
  color:#fff!important;
  background:linear-gradient(135deg,var(--epos-wed-rose-deep),var(--epos-wed-gold))!important;
  border-color:rgba(255,255,255,.18)!important;
  box-shadow:0 18px 40px rgba(132,75,72,.26),0 10px 24px rgba(198,150,72,.13)!important;
}

.epos-wedding-page .epos-btn:hover,
.epos-wedding-page .epos-btn:focus-visible,
.epos-playlist button:hover,
.epos-playlist button:focus-visible{
  color:#fff!important;
  background:linear-gradient(135deg,#713f3d,var(--epos-wed-gold-deep))!important;
  box-shadow:0 22px 48px rgba(132,75,72,.32),0 12px 28px rgba(198,150,72,.18)!important;
}

.epos-wedding-page .epos-btn--outline,
.epos-wedding-page a.epos-btn--outline,
.epos-wedding-page .epos-btn--light,
.epos-wedding-page a.epos-btn--light{
  color:var(--epos-wed-blue)!important;
  background:#fffdfa!important;
  border-color:rgba(23,53,79,.18)!important;
  box-shadow:0 14px 34px rgba(16,38,58,.13)!important;
}

.epos-wedding-page .epos-hero .epos-btn--outline,
.epos-wedding-page .epos-cta .epos-btn--outline{
  color:var(--epos-wed-blue)!important;
  background:#fffdfa!important;
  border-color:rgba(255,253,250,.76)!important;
}

.epos-wedding-page .epos-btn--soft,
.epos-wedding-page a.epos-btn--soft{
  color:#fff!important;
  background:linear-gradient(135deg,var(--epos-wed-blue),var(--epos-wed-deep))!important;
  border-color:rgba(255,255,255,.20)!important;
  box-shadow:0 16px 36px rgba(16,38,58,.22)!important;
}

.epos-wedding-page .epos-btn--ghost-light,
.epos-wedding-page a.epos-btn--ghost-light{
  color:#fff!important;
  background:rgba(255,253,250,.12)!important;
  border-color:rgba(255,253,250,.52)!important;
}

/* Card e sezioni: piu editoriali, meno piatte */
.epos-card,
.epos-playlist,
.epos-person,
.epos-mini-cta__inner{
  background:rgba(255,253,250,.88);
  border-color:rgba(183,111,104,.18);
  box-shadow:0 18px 54px rgba(16,38,58,.09);
}

.epos-card:before{
  background:
    radial-gradient(circle at 96% 0%,rgba(183,111,104,.16),transparent 18rem),
    radial-gradient(circle at 12% 100%,rgba(198,150,72,.10),transparent 16rem);
}

.epos-note{
  color:var(--epos-wed-blue);
  background:linear-gradient(135deg,rgba(245,225,220,.88),rgba(255,253,250,.96));
  border:1px solid rgba(183,111,104,.16);
}

.epos-home-opening,
.epos-home-method,
.epos-home-playlist{
  background:
    radial-gradient(circle at 14% 4%,rgba(245,225,220,.42),transparent 24rem),
    radial-gradient(circle at 86% 18%,rgba(198,150,72,.12),transparent 24rem),
    linear-gradient(180deg,#fffdfa,var(--epos-wed-cream));
}

.epos-home-story{
  background:
    radial-gradient(circle at 86% 10%,rgba(183,111,104,.22),transparent 22rem),
    radial-gradient(circle at 12% 90%,rgba(135,153,128,.14),transparent 20rem),
    linear-gradient(180deg,var(--epos-wed-cream),#fffdfa);
}

.epos-path-card:before{
  background:
    radial-gradient(circle at 20% 0%,rgba(255,246,239,.22),transparent 18rem),
    linear-gradient(180deg,rgba(20,38,56,.08),rgba(20,38,56,.30) 42%,rgba(38,28,30,.84));
}

.epos-path-card--camouflage:before{
  background:
    radial-gradient(circle at 18% 8%,rgba(255,246,239,.28),transparent 16rem),
    radial-gradient(circle at 84% 18%,rgba(198,150,72,.20),transparent 18rem),
    linear-gradient(180deg,rgba(38,28,30,.14),rgba(38,28,30,.78))!important;
}

.epos-link-more{
  color:var(--epos-wed-blue);
  background:#fffdfa;
  box-shadow:0 10px 26px rgba(16,38,58,.15);
}

.epos-card-number,
.epos-playlist li.is-active{
  background:linear-gradient(135deg,var(--epos-wed-rose-deep),var(--epos-wed-gold));
}

.epos-playlist li{
  background:#fff8f3;
  border-color:rgba(183,111,104,.17);
}

.epos-waveform{
  background:linear-gradient(135deg,rgba(245,225,220,.92),rgba(255,253,250,.95));
  border-color:rgba(183,111,104,.20);
}

.epos-cta{
  background:
    radial-gradient(circle at 12% 16%,rgba(245,225,220,.18),transparent 24rem),
    radial-gradient(circle at 88% 10%,rgba(198,150,72,.22),transparent 25rem),
    linear-gradient(135deg,var(--epos-wed-deep) 0%,#543b3d 52%,var(--epos-wed-rose-deep) 100%);
}

.epos-cta .epos-kicker{
  color:#f0cf93;
}

/* Footer piu premium e piu chiaro commercialmente */
.epos-site-footer{
  --footer-bg:var(--epos-wed-deep);
  --footer-ink:#fffdfa;
  --footer-muted:rgba(255,253,250,.76);
  --footer-line:rgba(255,253,250,.14);
  color:var(--footer-ink);
  background:
    radial-gradient(circle at 12% 6%,rgba(183,111,104,.28),transparent 24rem),
    radial-gradient(circle at 86% 12%,rgba(198,150,72,.18),transparent 25rem),
    linear-gradient(135deg,var(--epos-wed-deep) 0%,#17354f 52%,#2e2530 100%);
  border-top:1px solid rgba(255,253,250,.12);
}

.epos-site-footer__eyebrow{
  color:#f0cf93;
}

.epos-site-footer h2,
.epos-site-footer p,
.epos-site-footer__bottom p{
  color:var(--footer-ink);
}

.epos-site-footer p,
.epos-site-footer__bottom p{
  color:var(--footer-muted);
}

.epos-site-footer__links a,
.epos-site-footer__bottom a{
  color:#fffdfa!important;
}

.epos-site-footer__links a{
  background:rgba(255,253,250,.10);
  border-color:rgba(255,253,250,.18);
  box-shadow:0 14px 30px rgba(0,0,0,.13);
}

.epos-site-footer__links a:first-child{
  background:linear-gradient(135deg,var(--epos-wed-rose-deep),var(--epos-wed-gold));
  box-shadow:0 18px 38px rgba(132,75,72,.26);
}

.epos-site-footer__map{
  border-color:rgba(255,253,250,.18);
  box-shadow:0 26px 72px rgba(0,0,0,.22);
}

.epos-map-card{
  background:rgba(255,253,250,.92);
  border-color:rgba(255,253,250,.70);
}

.epos-map-label strong{
  color:var(--epos-wed-blue);
}

.epos-map-label span{
  color:#635d64;
}

@media (max-width:760px){
  .epos-home-hero:before,
  .epos-hero:before,
  .epos-page-wedding .epos-hero:before{
    background:
      radial-gradient(circle at 20% 8%,rgba(255,246,239,.26),transparent 18rem),
      linear-gradient(180deg,rgba(20,38,56,.68),rgba(82,59,60,.54));
  }

  .epos-home-hero__copy,
  .epos-hero__content:before{
    background:rgba(54,43,48,.34);
  }

  .epos-wedding-page .epos-btn,
  .epos-wedding-page a.epos-btn,
  .epos-playlist button{
    box-shadow:0 14px 30px rgba(132,75,72,.25)!important;
  }
}

/* v3.0: leggibilita su immagini - niente navy direttamente sopra overlay fotografici */
.epos-wedding-page .epos-hero,
.epos-wedding-page .epos-home-hero,
.epos-wedding-page .epos-path-card{
  --epos-on-photo:#fffdfa;
  --epos-on-photo-soft:rgba(255,253,250,.88);
  --epos-photo-glass:rgba(43,32,36,.46);
  --epos-photo-glass-strong:rgba(38,28,32,.58);
  --epos-photo-border:rgba(255,253,250,.42);
}

.epos-wedding-page .epos-hero h1,
.epos-wedding-page .epos-home-hero h1,
.epos-wedding-page .epos-home-hero .small-title,
.epos-wedding-page .epos-hero .epos-kicker,
.epos-wedding-page .epos-home-hero .epos-kicker,
.epos-wedding-page .epos-hero__subtitle,
.epos-wedding-page .epos-hero__lead,
.epos-wedding-page .epos-home-hero .epos-hero__subtitle,
.epos-wedding-page .epos-home-hero .epos-hero__lead,
.epos-wedding-page .epos-path-card__body h3,
.epos-wedding-page .epos-path-card__body p,
.epos-wedding-page .epos-path-card .epos-kicker{
  color:var(--epos-on-photo)!important;
  text-shadow:0 2px 18px rgba(16,24,32,.54),0 1px 2px rgba(0,0,0,.34);
}

.epos-wedding-page .epos-hero__lead,
.epos-wedding-page .epos-home-hero .epos-hero__lead,
.epos-wedding-page .epos-path-card__body p{
  color:var(--epos-on-photo-soft)!important;
}

.epos-wedding-page .epos-home-hero__copy,
.epos-wedding-page .epos-hero__content:before{
  background:linear-gradient(135deg,rgba(43,32,36,.50),rgba(132,75,72,.22))!important;
  border-color:var(--epos-photo-border)!important;
}

.epos-wedding-page .epos-home-hero .epos-btn--outline,
.epos-wedding-page .epos-home-hero a.epos-btn--outline,
.epos-wedding-page .epos-home-hero .epos-btn--soft,
.epos-wedding-page .epos-home-hero a.epos-btn--soft,
.epos-wedding-page .epos-hero .epos-btn--outline,
.epos-wedding-page .epos-hero a.epos-btn--outline,
.epos-wedding-page .epos-hero .epos-btn--light,
.epos-wedding-page .epos-hero a.epos-btn--light,
.epos-wedding-page .epos-hero .epos-btn--soft,
.epos-wedding-page .epos-hero a.epos-btn--soft{
  color:var(--epos-on-photo)!important;
  background:linear-gradient(135deg,var(--epos-photo-glass-strong),rgba(132,75,72,.34))!important;
  border-color:rgba(255,253,250,.58)!important;
  box-shadow:0 16px 36px rgba(0,0,0,.22)!important;
  text-shadow:0 1px 10px rgba(0,0,0,.34);
}

.epos-wedding-page .epos-home-hero .epos-btn--outline:hover,
.epos-wedding-page .epos-home-hero .epos-btn--outline:focus-visible,
.epos-wedding-page .epos-home-hero .epos-btn--soft:hover,
.epos-wedding-page .epos-home-hero .epos-btn--soft:focus-visible,
.epos-wedding-page .epos-hero .epos-btn--outline:hover,
.epos-wedding-page .epos-hero .epos-btn--outline:focus-visible,
.epos-wedding-page .epos-hero .epos-btn--light:hover,
.epos-wedding-page .epos-hero .epos-btn--light:focus-visible,
.epos-wedding-page .epos-hero .epos-btn--soft:hover,
.epos-wedding-page .epos-hero .epos-btn--soft:focus-visible{
  color:var(--epos-on-photo)!important;
  background:linear-gradient(135deg,rgba(30,22,26,.70),rgba(132,75,72,.48))!important;
}

.epos-wedding-page .epos-path-card .epos-link-more{
  color:#fffdfa!important;
  background:linear-gradient(135deg,var(--epos-wed-rose-deep),var(--epos-wed-gold))!important;
  border:1px solid rgba(255,253,250,.28);
  box-shadow:0 14px 34px rgba(0,0,0,.22)!important;
  text-shadow:0 1px 8px rgba(0,0,0,.25);
}

.epos-wedding-page .epos-path-card:before{
  background:
    radial-gradient(circle at 18% 6%,rgba(255,246,239,.22),transparent 17rem),
    linear-gradient(180deg,rgba(37,28,32,.08),rgba(37,28,32,.36) 38%,rgba(30,22,26,.88))!important;
}

@media (max-width:760px){
  .epos-wedding-page .epos-home-hero__copy,
  .epos-wedding-page .epos-hero__content:before{
    background:linear-gradient(135deg,rgba(38,28,32,.60),rgba(132,75,72,.24))!important;
  }

  .epos-wedding-page .epos-home-hero .epos-btn--outline,
  .epos-wedding-page .epos-home-hero .epos-btn--soft,
  .epos-wedding-page .epos-hero .epos-btn--outline,
  .epos-wedding-page .epos-hero .epos-btn--light,
  .epos-wedding-page .epos-hero .epos-btn--soft{
    background:rgba(38,28,32,.62)!important;
  }
}

/* =========================================================
   v3.1 FIX DEFINITIVO CARD HOME SU IMMAGINE
   Rito civile / Cerimonia religiosa
   Obiettivo: nessun testo navy/grigio sopra foto su mobile/desktop.
========================================================= */

.epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card,
.epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  border-radius: 38px !important;
  min-height: 460px !important;
  color: #fffdf8 !important;
}

.epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card img,
.epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  filter: saturate(.78) contrast(.94) brightness(.78) sepia(.10) !important;
  transform: scale(1.01) !important;
}

.epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card::before,
.epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(
      180deg,
      rgba(24, 18, 20, 0.08) 0%,
      rgba(24, 18, 20, 0.24) 24%,
      rgba(24, 18, 20, 0.54) 56%,
      rgba(24, 18, 20, 0.88) 100%
    ) !important;
  pointer-events: none !important;
}

.epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card::after,
.epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 245, 232, .14), transparent 34rem),
    linear-gradient(90deg, rgba(255, 245, 232, .08), transparent 42%, rgba(255, 245, 232, .06)) !important;
  mix-blend-mode: normal !important;
  pointer-events: none !important;
}

.epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card__body,
.epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card__body {
  position: absolute !important;
  inset: auto 0 0 0 !important;
  z-index: 3 !important;
  padding: 26px 24px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  color: #fffdf8 !important;
}

.epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card__body *,
.epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card__body * {
  color: inherit !important;
}

.epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card .epos-kicker,
.epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card .epos-kicker {
  color: #fffdf8 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  opacity: 1 !important;
  text-shadow: 0 2px 14px rgba(0,0,0,.42) !important;
}

.epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card__body h3,
.epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card__body h3 {
  color: #ffffff !important;
  margin: 0 !important;
  font-size: clamp(2rem, 5.8vw, 3.6rem) !important;
  line-height: .98 !important;
  font-weight: 850 !important;
  opacity: 1 !important;
  text-shadow: 0 3px 18px rgba(0,0,0,.55), 0 1px 2px rgba(0,0,0,.40) !important;
}

.epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card__body p:not(.epos-kicker),
.epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card__body p:not(.epos-kicker) {
  color: rgba(255,255,255,.94) !important;
  margin: 0 !important;
  font-size: 1.02rem !important;
  line-height: 1.5 !important;
  opacity: 1 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.46) !important;
}

.epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card .epos-link-more,
.epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card .epos-link-more {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin-top: 8px !important;
  padding: 14px 24px !important;
  border-radius: 999px !important;
  background: #fffaf4 !important;
  color: #18324b !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 14px 36px rgba(0,0,0,.22) !important;
  border: 1px solid rgba(255,255,255,.44) !important;
  text-shadow: none !important;
}

.epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card:hover img,
.epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card:hover img {
  transform: scale(1.035) !important;
  filter: saturate(.82) contrast(.96) brightness(.83) sepia(.08) !important;
}

@media (max-width: 768px) {
  .epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card,
  .epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card {
    min-height: 500px !important;
    border-radius: 32px !important;
  }

  .epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card::before,
  .epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card::before {
    background:
      linear-gradient(
        180deg,
        rgba(22, 16, 18, 0.18) 0%,
        rgba(22, 16, 18, 0.38) 28%,
        rgba(22, 16, 18, 0.66) 58%,
        rgba(22, 16, 18, 0.94) 100%
      ) !important;
  }

  .epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card img,
  .epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card img {
    filter: saturate(.76) contrast(.94) brightness(.72) sepia(.10) !important;
  }

  .epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card__body,
  .epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card__body {
    padding: 22px 20px 22px !important;
    gap: 10px !important;
  }

  .epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card__body h3,
  .epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card__body h3 {
    font-size: clamp(1.95rem, 8.3vw, 3rem) !important;
    line-height: 1.02 !important;
  }

  .epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card__body p:not(.epos-kicker),
  .epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card__body p:not(.epos-kicker) {
    font-size: 1rem !important;
    line-height: 1.48 !important;
  }

  .epos-wedding-page.epos-page-wedding .epos-home-opening .epos-home-paths .epos-path-card .epos-link-more,
  .epos-wedding-page.epos-page-wedding .epos-home-paths .epos-path-card .epos-link-more {
    width: fit-content !important;
    padding: 13px 20px !important;
    font-size: 1rem !important;
  }
}

/* =========================================================
   v3.2 FIX DEFINITIVO CTA SCURE / GRADIENT
   Mai testo navy o grigio sopra hero, CTA finali o blocchi scuri.
   Deve restare in fondo al file.
========================================================= */
.epos-wedding-page .epos-cta,
.epos-wedding-page section.epos-cta,
.epos-wedding-page #contattaci-ora.epos-cta {
  color: #fffdf8 !important;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 246, 239, .18), transparent 24rem),
    radial-gradient(circle at 88% 14%, rgba(214, 170, 96, .22), transparent 26rem),
    linear-gradient(135deg, #172a3c 0%, #56383a 54%, #9a5f56 100%) !important;
}

.epos-wedding-page .epos-cta .epos-kicker,
.epos-wedding-page section.epos-cta .epos-kicker,
.epos-wedding-page #contattaci-ora.epos-cta .epos-kicker {
  color: #f1cf8f !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .38) !important;
}

.epos-wedding-page .epos-cta h1,
.epos-wedding-page .epos-cta h2,
.epos-wedding-page .epos-cta h3,
.epos-wedding-page section.epos-cta h1,
.epos-wedding-page section.epos-cta h2,
.epos-wedding-page section.epos-cta h3,
.epos-wedding-page #contattaci-ora.epos-cta h1,
.epos-wedding-page #contattaci-ora.epos-cta h2,
.epos-wedding-page #contattaci-ora.epos-cta h3 {
  color: #ffffff !important;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .44), 0 1px 2px rgba(0, 0, 0, .34) !important;
}

.epos-wedding-page .epos-cta p,
.epos-wedding-page section.epos-cta p,
.epos-wedding-page #contattaci-ora.epos-cta p {
  color: rgba(255, 253, 248, .88) !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .32) !important;
}

.epos-wedding-page .epos-cta .epos-btn,
.epos-wedding-page .epos-cta a.epos-btn,
.epos-wedding-page section.epos-cta .epos-btn,
.epos-wedding-page section.epos-cta a.epos-btn,
.epos-wedding-page #contattaci-ora.epos-cta .epos-btn,
.epos-wedding-page #contattaci-ora.epos-cta a.epos-btn {
  text-shadow: none !important;
}

.epos-wedding-page .epos-cta .epos-btn--light,
.epos-wedding-page .epos-cta a.epos-btn--light,
.epos-wedding-page section.epos-cta .epos-btn--light,
.epos-wedding-page section.epos-cta a.epos-btn--light,
.epos-wedding-page #contattaci-ora.epos-cta .epos-btn--light,
.epos-wedding-page #contattaci-ora.epos-cta a.epos-btn--light {
  color: #18324b !important;
  background: #fffaf4 !important;
  border-color: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .20) !important;
}

.epos-wedding-page .epos-cta .epos-btn--outline,
.epos-wedding-page .epos-cta a.epos-btn--outline,
.epos-wedding-page section.epos-cta .epos-btn--outline,
.epos-wedding-page section.epos-cta a.epos-btn--outline,
.epos-wedding-page #contattaci-ora.epos-cta .epos-btn--outline,
.epos-wedding-page #contattaci-ora.epos-cta a.epos-btn--outline {
  color: #ffffff !important;
  background: rgba(255, 253, 248, .12) !important;
  border-color: rgba(255, 253, 248, .48) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 18px 44px rgba(0, 0, 0, .18) !important;
}

.epos-wedding-page .epos-cta .epos-btn--light:hover,
.epos-wedding-page .epos-cta a.epos-btn--light:hover,
.epos-wedding-page .epos-cta .epos-btn--outline:hover,
.epos-wedding-page .epos-cta a.epos-btn--outline:hover,
.epos-wedding-page .epos-cta .epos-btn--light:focus-visible,
.epos-wedding-page .epos-cta a.epos-btn--light:focus-visible,
.epos-wedding-page .epos-cta .epos-btn--outline:focus-visible,
.epos-wedding-page .epos-cta a.epos-btn--outline:focus-visible {
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .epos-wedding-page .epos-cta,
  .epos-wedding-page section.epos-cta,
  .epos-wedding-page #contattaci-ora.epos-cta {
    padding: 58px 0 64px !important;
    background:
      radial-gradient(circle at 12% 4%, rgba(255, 246, 239, .18), transparent 19rem),
      linear-gradient(160deg, #172a3c 0%, #4a3338 48%, #8f524d 100%) !important;
  }

  .epos-wedding-page .epos-cta h2,
  .epos-wedding-page section.epos-cta h2,
  .epos-wedding-page #contattaci-ora.epos-cta h2 {
    font-size: clamp(2.35rem, 11vw, 4rem) !important;
    line-height: 1 !important;
  }

  .epos-wedding-page .epos-cta p,
  .epos-wedding-page section.epos-cta p,
  .epos-wedding-page #contattaci-ora.epos-cta p {
    font-size: 1.02rem !important;
    line-height: 1.55 !important;
  }
}

/* =========================================================
   v3.3 HARD CONTRAST FIX - MOBILE READABILITY
   Questa regola deve stare in fondo al file.
   Obiettivo: MAI titoli navy o paragrafi grigi su overlay scuri/foto.
========================================================= */
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-paths .epos-path-card .epos-path-card__body,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-opening .epos-path-card .epos-path-card__body {
  color: #fffaf4 !important;
}

body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-paths .epos-path-card .epos-kicker,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-opening .epos-path-card .epos-kicker {
  color: #fffaf4 !important;
  -webkit-text-fill-color: #fffaf4 !important;
  opacity: 1 !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.55) !important;
}

body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-paths .epos-path-card .epos-path-card__body h1,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-paths .epos-path-card .epos-path-card__body h2,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-paths .epos-path-card .epos-path-card__body h3,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-paths .epos-path-card .epos-path-card__body h3 *,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-opening .epos-path-card .epos-path-card__body h1,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-opening .epos-path-card .epos-path-card__body h2,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-opening .epos-path-card .epos-path-card__body h3,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-opening .epos-path-card .epos-path-card__body h3 * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 3px 22px rgba(0,0,0,.62), 0 1px 2px rgba(0,0,0,.45) !important;
}

body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-paths .epos-path-card .epos-path-card__body p:not(.epos-kicker),
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-opening .epos-path-card .epos-path-card__body p:not(.epos-kicker) {
  color: rgba(255,250,244,.94) !important;
  -webkit-text-fill-color: rgba(255,250,244,.94) !important;
  opacity: 1 !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.58) !important;
}

body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-paths .epos-path-card:before,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-opening .epos-path-card:before {
  background:
    linear-gradient(180deg,
      rgba(18,18,20,.08) 0%,
      rgba(18,18,20,.22) 22%,
      rgba(18,18,20,.55) 55%,
      rgba(18,18,20,.90) 100%) !important;
}

body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-paths .epos-path-card .epos-link-more,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-opening .epos-path-card .epos-link-more {
  color: #18324b !important;
  -webkit-text-fill-color: #18324b !important;
  background: #fffaf4 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.epos-plugin-page main#contenuto.epos-wedding-page section.epos-cta,
body.epos-plugin-page main#contenuto.epos-wedding-page #contattaci-ora.epos-cta,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta {
  color: #fffaf4 !important;
}

body.epos-plugin-page main#contenuto.epos-wedding-page section.epos-cta .epos-kicker,
body.epos-plugin-page main#contenuto.epos-wedding-page #contattaci-ora.epos-cta .epos-kicker,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta .epos-kicker {
  color: #f4d18b !important;
  -webkit-text-fill-color: #f4d18b !important;
  opacity: 1 !important;
}

body.epos-plugin-page main#contenuto.epos-wedding-page section.epos-cta h1,
body.epos-plugin-page main#contenuto.epos-wedding-page section.epos-cta h2,
body.epos-plugin-page main#contenuto.epos-wedding-page section.epos-cta h3,
body.epos-plugin-page main#contenuto.epos-wedding-page #contattaci-ora.epos-cta h1,
body.epos-plugin-page main#contenuto.epos-wedding-page #contattaci-ora.epos-cta h2,
body.epos-plugin-page main#contenuto.epos-wedding-page #contattaci-ora.epos-cta h3,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta h1,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta h2,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta h3,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta h1 *,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta h2 *,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta h3 * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 3px 22px rgba(0,0,0,.55), 0 1px 2px rgba(0,0,0,.45) !important;
}

body.epos-plugin-page main#contenuto.epos-wedding-page section.epos-cta p:not(.epos-kicker),
body.epos-plugin-page main#contenuto.epos-wedding-page #contattaci-ora.epos-cta p:not(.epos-kicker),
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta p:not(.epos-kicker) {
  color: rgba(255,250,244,.92) !important;
  -webkit-text-fill-color: rgba(255,250,244,.92) !important;
  opacity: 1 !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.42) !important;
}

body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta .epos-btn,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta a.epos-btn {
  text-shadow: none !important;
}

body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta .epos-btn--light,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta a.epos-btn--light {
  color: #18324b !important;
  -webkit-text-fill-color: #18324b !important;
  background: #fffaf4 !important;
}

body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta .epos-btn--outline,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta a.epos-btn--outline {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: rgba(255,250,244,.12) !important;
  border-color: rgba(255,250,244,.62) !important;
}

@media (max-width: 760px) {
  body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-paths .epos-path-card .epos-path-card__body,
  body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-opening .epos-path-card .epos-path-card__body {
    padding: 24px 20px 24px !important;
  }

  body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-paths .epos-path-card:before,
  body.epos-plugin-page main#contenuto.epos-wedding-page .epos-home-opening .epos-path-card:before {
    background:
      linear-gradient(180deg,
        rgba(18,18,20,.16) 0%,
        rgba(18,18,20,.36) 30%,
        rgba(18,18,20,.66) 62%,
        rgba(18,18,20,.94) 100%) !important;
  }
}

body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta .epos-btn--ghost-light,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta a.epos-btn--ghost-light {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: rgba(255,250,244,.10) !important;
  border-color: rgba(255,250,244,.62) !important;
  text-shadow: none !important;
}


/* =========================================================
   v3.5 - HOME MOBILE: piu respiro + palette piu viva
   Obiettivo: hero meno compressa, colori piu luminosi,
   CTA piu calde, senza sacrificare la leggibilita.
========================================================= */
:root{
  --epos-wed-blue:#104260;
  --epos-wed-deep:#10293d;
  --epos-wed-ink:#142b3f;
  --epos-wed-muted:#5f5b63;
  --epos-wed-rose:#c76266;
  --epos-wed-rose-deep:#984650;
  --epos-wed-coral:#d8795f;
  --epos-wed-gold:#d9a334;
  --epos-wed-gold-deep:#b98021;
  --epos-wed-orchid:#8d61bd;
  --epos-wed-cream:#fff7ef;
  --epos-wed-paper:#fffdf9;
  --epos-wed-blush:#fde7df;
}

.epos-wedding-page{
  background:
    radial-gradient(circle at 12% 0%,rgba(253,231,223,.70),transparent 30rem),
    radial-gradient(circle at 92% 16%,rgba(217,163,52,.18),transparent 24rem),
    linear-gradient(180deg,#fffdf9 0%,#fff7ef 44%,#fffdf9 100%)!important;
}

.epos-divider{
  background:linear-gradient(90deg,transparent,var(--epos-wed-coral),var(--epos-wed-gold),transparent)!important;
}

.epos-wedding-page .epos-btn,
.epos-wedding-page a.epos-btn,
.epos-wedding-page button.epos-btn,
.epos-playlist button{
  background:linear-gradient(135deg,var(--epos-wed-rose-deep) 0%,var(--epos-wed-coral) 46%,var(--epos-wed-gold) 100%)!important;
  box-shadow:0 18px 42px rgba(199,98,102,.24),0 10px 28px rgba(217,163,52,.20)!important;
}

.epos-wedding-page .epos-btn:hover,
.epos-wedding-page .epos-btn:focus-visible,
.epos-playlist button:hover,
.epos-playlist button:focus-visible{
  background:linear-gradient(135deg,#7f3a47 0%,#c25d55 46%,#c8912e 100%)!important;
}

.epos-card-number,
.epos-playlist li.is-active{
  background:linear-gradient(135deg,var(--epos-wed-rose-deep),var(--epos-wed-gold))!important;
}

.epos-home-hero:before{
  background:
    radial-gradient(circle at 18% 12%,rgba(255,250,244,.44),transparent 29rem),
    radial-gradient(circle at 84% 10%,rgba(217,163,52,.26),transparent 24rem),
    radial-gradient(circle at 70% 82%,rgba(141,97,189,.13),transparent 22rem),
    linear-gradient(90deg,rgba(14,37,56,.58) 0%,rgba(83,50,63,.32) 45%,rgba(199,98,102,.16) 76%,rgba(16,41,61,.14) 100%)!important;
}

.epos-home-hero__copy{
  background:linear-gradient(145deg,rgba(13,31,45,.42),rgba(126,71,79,.27) 58%,rgba(217,163,52,.13))!important;
  border-color:rgba(255,255,255,.34)!important;
}

.epos-home-hero .epos-kicker,
.epos-hero .epos-kicker{
  background:linear-gradient(135deg,rgba(199,98,102,.78),rgba(217,163,52,.60))!important;
  border-color:rgba(255,255,255,.42)!important;
}

.epos-home-story{
  background:
    radial-gradient(circle at 85% 8%,rgba(141,97,189,.16),transparent 18rem),
    radial-gradient(circle at 12% 18%,rgba(217,163,52,.18),transparent 22rem),
    linear-gradient(180deg,#fff7ef,#fffdf9)!important;
}

.epos-home-method{
  background:
    radial-gradient(circle at 20% 8%,rgba(217,163,52,.18),transparent 22rem),
    radial-gradient(circle at 86% 20%,rgba(199,98,102,.12),transparent 22rem),
    linear-gradient(180deg,#fffdf9,#fff7ef)!important;
}

.epos-cta,
.epos-wedding-page .epos-cta,
.epos-wedding-page section.epos-cta{
  background:
    radial-gradient(circle at 85% 10%,rgba(217,163,52,.28),transparent 24rem),
    radial-gradient(circle at 12% 8%,rgba(199,98,102,.18),transparent 22rem),
    linear-gradient(135deg,#10293d 0%,#24465e 38%,#8a4b5b 72%,#b77b2a 100%)!important;
}

@media (max-width:760px){
  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero{
    min-height:100svh!important;
    display:grid!important;
    align-items:center!important;
    overflow:hidden!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero__grid{
    padding-top:clamp(132px,18vh,176px)!important;
    padding-bottom:clamp(78px,11vh,118px)!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero__copy{
    padding:clamp(28px,7vw,40px) clamp(22px,6vw,30px)!important;
    border-radius:36px!important;
    background:linear-gradient(150deg,rgba(12,28,42,.54),rgba(91,54,66,.36) 58%,rgba(217,163,52,.16))!important;
    border:1px solid rgba(255,255,255,.35)!important;
    box-shadow:0 30px 84px rgba(10,24,36,.28)!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero__slide img{
    filter:saturate(1.14) contrast(1.02) brightness(.84)!important;
    object-position:center center!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero:before{
    background:
      radial-gradient(circle at 18% 8%,rgba(255,250,244,.34),transparent 17rem),
      radial-gradient(circle at 80% 14%,rgba(217,163,52,.26),transparent 16rem),
      linear-gradient(180deg,rgba(9,25,39,.42) 0%,rgba(29,40,55,.34) 28%,rgba(82,47,61,.34) 62%,rgba(91,54,66,.44) 100%)!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero .epos-kicker{
    margin-bottom:1.05rem!important;
    padding:.62rem .92rem!important;
    font-size:.88rem!important;
    line-height:1.45!important;
    letter-spacing:.09em!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero h1{
    font-size:clamp(4rem,18vw,5.45rem)!important;
    line-height:.90!important;
    letter-spacing:-.06em!important;
    margin-top:.25rem!important;
    margin-bottom:.55rem!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero .small-title{
    margin-top:.08rem!important;
    letter-spacing:.01em!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero .epos-hero__subtitle{
    font-size:clamp(1.08rem,5.1vw,1.38rem)!important;
    line-height:1.35!important;
    margin-top:.75rem!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero .epos-hero__lead{
    font-size:clamp(1.01rem,4.35vw,1.18rem)!important;
    line-height:1.72!important;
    margin-top:1.25rem!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero .epos-actions{
    margin-top:2.05rem!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero .epos-actions .epos-btn:first-child{
    min-height:64px!important;
    font-size:1.07rem!important;
    background:linear-gradient(135deg,#a74b59 0%,#d36f58 48%,#dfa638 100%)!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-section{
    padding-top:clamp(58px,10vw,82px)!important;
    padding-bottom:clamp(58px,10vw,82px)!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-story .epos-actions{
    margin-top:1.6rem!important;
  }
}


/* =========================================================
   v3.6 - PALETTE VIOLA / FUCSIA PREMIUM
   Direzione: piu viva, piu riconoscibile, senza perdere eleganza.
   Regola: su immagini e overlay scuri testo SEMPRE chiaro.
========================================================= */
:root{
  --epos-wed-blue:#2a1d48;
  --epos-wed-deep:#171028;
  --epos-wed-ink:#251a3f;
  --epos-wed-muted:#665d73;
  --epos-wed-rose:#d63aa7;
  --epos-wed-rose-deep:#8f2575;
  --epos-wed-coral:#e66a93;
  --epos-wed-fuchsia:#d63aa7;
  --epos-wed-violet:#6e37b7;
  --epos-wed-orchid:#a46bea;
  --epos-wed-gold:#e2b84f;
  --epos-wed-gold-deep:#b98922;
  --epos-wed-cream:#fff4fb;
  --epos-wed-paper:#fffdf9;
  --epos-wed-blush:#fde7f4;
  --epos-wed-line:rgba(110,55,183,.16);
  --epos-wed-shadow:0 26px 72px rgba(37,26,63,.16);
}

.epos-wedding-page{
  color:var(--epos-wed-ink)!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(214,58,167,.11),transparent 28rem),
    radial-gradient(circle at 92% 18%,rgba(164,107,234,.13),transparent 24rem),
    radial-gradient(circle at 70% 60%,rgba(226,184,79,.12),transparent 26rem),
    linear-gradient(180deg,#fffdf9 0%,#fff4fb 44%,#fffdf9 100%)!important;
}

.epos-wedding-page h2,
.epos-wedding-page h3{
  color:#251a3f!important;
}

.epos-kicker{
  color:#9b2d86!important;
}

.epos-divider{
  background:linear-gradient(90deg,transparent,#d63aa7,#a46bea,#e2b84f,transparent)!important;
}

/* CTA globali: viola/fucsia/oro, piu riconoscibili */
.epos-wedding-page .epos-btn,
.epos-wedding-page a.epos-btn,
.epos-wedding-page button.epos-btn,
.epos-playlist button{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background:linear-gradient(135deg,#6e37b7 0%,#d63aa7 52%,#e2b84f 100%)!important;
  box-shadow:0 18px 42px rgba(214,58,167,.24),0 10px 28px rgba(110,55,183,.20)!important;
}

.epos-wedding-page .epos-btn:hover,
.epos-wedding-page .epos-btn:focus-visible,
.epos-playlist button:hover,
.epos-playlist button:focus-visible{
  background:linear-gradient(135deg,#58259d 0%,#c72b98 52%,#d6a63a 100%)!important;
}

.epos-wedding-page .epos-btn--light,
.epos-wedding-page a.epos-btn--light,
.epos-wedding-page .epos-cta .epos-btn--light,
.epos-wedding-page .epos-cta a.epos-btn--light{
  background:#fffafc!important;
  color:#251a3f!important;
  -webkit-text-fill-color:#251a3f!important;
}

.epos-wedding-page .epos-btn--outline,
.epos-wedding-page a.epos-btn--outline,
.epos-wedding-page .epos-btn--soft,
.epos-wedding-page a.epos-btn--soft{
  border-color:rgba(255,250,252,.58)!important;
}

.epos-card{
  background:rgba(255,255,255,.88)!important;
  border-color:rgba(110,55,183,.14)!important;
  box-shadow:0 18px 54px rgba(37,26,63,.10)!important;
}

.epos-card:before{
  background:
    radial-gradient(circle at 100% 0%,rgba(214,58,167,.14),transparent 16rem),
    radial-gradient(circle at 0% 100%,rgba(164,107,234,.10),transparent 16rem)!important;
}

.epos-card-number,
.epos-playlist li.is-active{
  background:linear-gradient(135deg,#6e37b7,#d63aa7 58%,#e2b84f)!important;
}

.epos-note{
  color:#251a3f!important;
  background:linear-gradient(135deg,rgba(214,58,167,.10),rgba(164,107,234,.10),rgba(226,184,79,.10))!important;
}

/* HOME HERO: piu luminosa ma con contrasto stabile */
.epos-home-hero:before{
  background:
    radial-gradient(circle at 16% 10%,rgba(255,250,252,.46),transparent 28rem),
    radial-gradient(circle at 84% 12%,rgba(214,58,167,.22),transparent 23rem),
    radial-gradient(circle at 70% 82%,rgba(164,107,234,.20),transparent 22rem),
    linear-gradient(90deg,rgba(23,16,40,.58) 0%,rgba(70,33,83,.34) 44%,rgba(214,58,167,.14) 78%,rgba(23,16,40,.18) 100%)!important;
}

.epos-home-hero__copy{
  background:linear-gradient(145deg,rgba(23,16,40,.50),rgba(88,37,106,.34) 56%,rgba(214,58,167,.14))!important;
  border-color:rgba(255,250,252,.38)!important;
  box-shadow:0 30px 84px rgba(23,16,40,.26)!important;
}

.epos-home-hero .epos-kicker,
.epos-hero .epos-kicker{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background:linear-gradient(135deg,rgba(110,55,183,.76),rgba(214,58,167,.66),rgba(226,184,79,.50))!important;
  border-color:rgba(255,250,252,.42)!important;
  text-shadow:0 2px 14px rgba(0,0,0,.32)!important;
}

.epos-home-hero h1,
.epos-home-hero .small-title,
.epos-home-hero .epos-hero__subtitle,
.epos-home-hero .epos-hero__lead{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 3px 24px rgba(0,0,0,.45),0 1px 2px rgba(0,0,0,.34)!important;
}

.epos-home-hero .epos-hero__lead{
  color:rgba(255,250,252,.92)!important;
  -webkit-text-fill-color:rgba(255,250,252,.92)!important;
}

.epos-home-hero .epos-actions .epos-btn:first-child{
  background:linear-gradient(135deg,#6e37b7 0%,#d63aa7 52%,#e2b84f 100%)!important;
}

/* Blocchi fotografici: mantieni leggibilita, palette viola/fucsia solo nei dettagli */
.epos-home-paths .epos-path-card:before,
.epos-home-opening .epos-path-card:before{
  background:
    radial-gradient(circle at 18% 6%,rgba(255,250,252,.20),transparent 17rem),
    linear-gradient(180deg,rgba(23,16,40,.10) 0%,rgba(23,16,40,.34) 34%,rgba(23,16,40,.70) 68%,rgba(23,16,40,.96) 100%)!important;
}

.epos-home-paths .epos-path-card .epos-link-more,
.epos-home-opening .epos-path-card .epos-link-more{
  background:#fffafc!important;
  color:#251a3f!important;
  -webkit-text-fill-color:#251a3f!important;
}

.epos-home-story{
  background:
    radial-gradient(circle at 85% 8%,rgba(214,58,167,.13),transparent 18rem),
    radial-gradient(circle at 12% 18%,rgba(164,107,234,.12),transparent 22rem),
    linear-gradient(180deg,#fff4fb,#fffdf9)!important;
}

.epos-home-method{
  background:
    radial-gradient(circle at 20% 8%,rgba(226,184,79,.14),transparent 22rem),
    radial-gradient(circle at 86% 20%,rgba(214,58,167,.12),transparent 22rem),
    linear-gradient(180deg,#fffdf9,#fff4fb)!important;
}

.epos-cta,
.epos-wedding-page .epos-cta,
.epos-wedding-page section.epos-cta,
body.epos-plugin-page main#contenuto.epos-wedding-page .epos-cta,
body.epos-plugin-page main#contenuto.epos-wedding-page section.epos-cta{
  background:
    radial-gradient(circle at 82% 8%,rgba(226,184,79,.24),transparent 24rem),
    radial-gradient(circle at 12% 12%,rgba(214,58,167,.22),transparent 22rem),
    linear-gradient(135deg,#171028 0%,#2d1a54 38%,#7a2f92 70%,#c33798 100%)!important;
}

.epos-site-footer{
  background:
    radial-gradient(circle at 18% 0%,rgba(214,58,167,.18),transparent 24rem),
    radial-gradient(circle at 90% 8%,rgba(226,184,79,.14),transparent 20rem),
    linear-gradient(135deg,#140e26,#251a3f 58%,#5d245d)!important;
}

.epos-mini-cta,
.epos-map-card,
.epos-playlist{
  border-color:rgba(110,55,183,.16)!important;
}

/* Mobile: mantiene piu aria, ma usa viola/fucsia invece della variante corallo */
@media (max-width:760px){
  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero__copy{
    background:linear-gradient(150deg,rgba(23,16,40,.56),rgba(80,35,98,.40) 58%,rgba(214,58,167,.17))!important;
    border-color:rgba(255,250,252,.38)!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero:before{
    background:
      radial-gradient(circle at 18% 8%,rgba(255,250,252,.34),transparent 17rem),
      radial-gradient(circle at 80% 14%,rgba(214,58,167,.24),transparent 16rem),
      radial-gradient(circle at 20% 78%,rgba(164,107,234,.18),transparent 16rem),
      linear-gradient(180deg,rgba(23,16,40,.40) 0%,rgba(41,27,67,.33) 28%,rgba(92,44,105,.35) 62%,rgba(58,30,74,.48) 100%)!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero__slide img{
    filter:saturate(1.10) contrast(1.02) brightness(.86)!important;
  }

  body.epos-page-wedding main#contenuto.epos-wedding-page .epos-home-hero .epos-actions .epos-btn:first-child{
    min-height:64px!important;
    font-size:1.07rem!important;
    background:linear-gradient(135deg,#6e37b7 0%,#d63aa7 54%,#e2b84f 100%)!important;
  }
}


/* =========================================================
   v3.8.0 - fix minimo richiesto
   NON modifica media, markup, CTA o layout.
   1) Card 01/02/03 hero home in bianco.
   2) "for weddings" piu script/corsivo.
========================================================= */
body.epos-plugin-page main#contenuto.epos-page-wedding .epos-home-hero__panel,
body.epos-plugin-page main#contenuto.epos-page-wedding .epos-home-hero__panel *,
body.epos-plugin-page main#contenuto.epos-page-wedding .epos-home-hero__card,
body.epos-plugin-page main#contenuto.epos-page-wedding .epos-home-hero__card *,
body.epos-plugin-page main#contenuto.epos-page-wedding .epos-home-hero__card span,
body.epos-plugin-page main#contenuto.epos-page-wedding .epos-home-hero__card strong,
body.epos-plugin-page main#contenuto.epos-page-wedding .epos-home-hero__card p {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
  opacity: 1 !important;
  text-shadow: 0 2px 16px rgba(0,0,0,.48), 0 1px 2px rgba(0,0,0,.34) !important;
}

body.epos-plugin-page main#contenuto.epos-page-wedding .epos-home-hero__card p {
  color: rgba(255,253,248,.92) !important;
  -webkit-text-fill-color: rgba(255,253,248,.92) !important;
}

body.epos-plugin-page main#contenuto.epos-page-wedding .epos-home-hero h1 .small-title,
body.epos-plugin-page main#contenuto.epos-page-wedding .epos-home-hero .small-title {
  font-family: "Great Vibes", "Allura", "Alex Brush", "Segoe Script", "Snell Roundhand", "Brush Script MT", cursive !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
  line-height: .86 !important;
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
  text-shadow: 0 3px 20px rgba(0,0,0,.42) !important;
}


/* v3.9: footer map fixed - direct Google Maps iframe, no placeholder loader */
.epos-site-footer__map iframe{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  border:0!important;
  opacity:1!important;
  visibility:visible!important;
  filter:saturate(.96) contrast(.96) brightness(.98)!important;
}
.epos-site-footer__map .epos-map-card{
  position:absolute!important;
  left:18px!important;
  bottom:18px!important;
  z-index:4!important;
  text-decoration:none!important;
  cursor:pointer;
}
.epos-site-footer__map .epos-map-card:hover,
.epos-site-footer__map .epos-map-card:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}

/* v4.0 header plugin: indipendente da Elementor Pro */
body.epos-plugin-header-active{
  --epos-header-height:82px;
}
.epos-plugin-site-header{
  position:fixed;
  z-index:9998;
  top:0;
  left:0;
  right:0;
  width:min(100% - 38px,1380px);
  margin:18px auto 0;
  min-height:64px;
  padding:10px 12px 10px 18px;
  display:flex;
  align-items:center;
  gap:18px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(34,18,56,.70),rgba(112,45,126,.46));
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 18px 54px rgba(19,14,34,.22);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  color:#fff;
}
.admin-bar .epos-plugin-site-header{top:32px}
.epos-plugin-site-header a{text-decoration:none!important}
.epos-plugin-site-header__brand{
  color:#fff!important;
  display:flex;
  align-items:baseline;
  gap:.36rem;
  line-height:1;
  min-width:max-content;
  text-shadow:0 2px 14px rgba(0,0,0,.28);
}
.epos-plugin-site-header__brand-main{
  font-weight:800;
  font-size:1.4rem;
  letter-spacing:-.045em;
}
.epos-plugin-site-header__brand-sub{
  font-family:"Great Vibes","Allura","Alex Brush","Segoe Script","Snell Roundhand","Brush Script MT",cursive;
  font-size:1.3rem;
  font-weight:400;
  opacity:.94;
}
.epos-plugin-site-header__nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(10px,1.25vw,22px);
  flex:1;
}
.epos-plugin-site-header__nav a{
  color:rgba(255,255,255,.90)!important;
  font-weight:700;
  font-size:.94rem;
  letter-spacing:-.015em;
  text-shadow:0 1px 10px rgba(0,0,0,.22);
  transition:opacity .2s ease, transform .2s ease;
}
.epos-plugin-site-header__nav a:hover,
.epos-plugin-site-header__nav a:focus-visible{opacity:1;transform:translateY(-1px)}
.epos-plugin-site-header__cta,
.epos-plugin-site-menu__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  color:#fff!important;
  font-weight:800;
  background:linear-gradient(135deg,#7437c7 0%,#d83bb1 58%,#e2b84f 100%);
  box-shadow:0 12px 30px rgba(216,59,177,.28);
  white-space:nowrap;
}
.epos-plugin-site-header__toggle{
  display:none;
  width:48px;
  height:48px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  padding:0;
}
.epos-plugin-site-header__toggle span{
  width:22px;
  height:2px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 1px 8px rgba(0,0,0,.32);
  transition:transform .2s ease, opacity .2s ease;
}
.epos-plugin-site-header__toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.epos-plugin-site-header__toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.epos-plugin-site-header__toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.epos-plugin-site-menu{
  position:fixed;
  z-index:9997;
  top:96px;
  left:19px;
  right:19px;
  max-width:520px;
  margin-left:auto;
  padding:16px;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(34,18,56,.92),rgba(112,45,126,.82));
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 28px 74px rgba(15,11,28,.34);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.admin-bar .epos-plugin-site-menu{top:128px}
.epos-plugin-site-menu nav{display:grid;gap:8px}
.epos-plugin-site-menu a{
  color:#fff!important;
  text-decoration:none!important;
  padding:13px 14px;
  border-radius:18px;
  font-weight:800;
  background:rgba(255,255,255,.08);
}
.epos-plugin-site-menu__cta{margin-top:8px;background:linear-gradient(135deg,#7437c7 0%,#d83bb1 58%,#e2b84f 100%)!important}
body.epos-plugin-header-active main#contenuto.epos-wedding-page .epos-home-hero__grid{
  padding-top:clamp(132px,12vw,178px);
}
@media (max-width:980px){
  .epos-plugin-site-header{width:calc(100% - 28px);margin-top:14px;padding:9px 10px 9px 16px;min-height:60px}
  .admin-bar .epos-plugin-site-header{top:46px}
  .epos-plugin-site-header__nav,
  .epos-plugin-site-header__cta{display:none}
  .epos-plugin-site-header__toggle{display:flex;margin-left:auto}
  .epos-plugin-site-header__brand-main{font-size:1.32rem}
  .epos-plugin-site-header__brand-sub{font-size:1.22rem}
  .admin-bar .epos-plugin-site-menu{top:122px}
  body.epos-plugin-header-active main#contenuto.epos-wedding-page .epos-home-hero__grid{padding-top:clamp(128px,17vh,166px)!important}
}
@media (max-width:600px){
  .admin-bar .epos-plugin-site-header{top:46px}
  .epos-plugin-site-menu{top:92px;left:14px;right:14px}
  .admin-bar .epos-plugin-site-menu{top:122px}
}

/* v4.1: fix icona menu header plugin - evita quadrato/inline-block ereditati dal tema */
body.epos-plugin-header-active .epos-plugin-site-header button.epos-plugin-site-header__toggle,
body.epos-plugin-header-active .epos-plugin-site-header .epos-plugin-site-header__toggle{
  -webkit-appearance:none!important;
  appearance:none!important;
  box-sizing:border-box!important;
  position:relative!important;
  flex:0 0 48px!important;
  width:48px!important;
  min-width:48px!important;
  max-width:48px!important;
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  margin:0 0 0 auto!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.14)!important;
  box-shadow:none!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  text-indent:0!important;
  overflow:hidden!important;
  vertical-align:middle!important;
  cursor:pointer!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:column!important;
  gap:5px!important;
}

@media (min-width:981px){
  body.epos-plugin-header-active .epos-plugin-site-header button.epos-plugin-site-header__toggle,
  body.epos-plugin-header-active .epos-plugin-site-header .epos-plugin-site-header__toggle{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}

@media (max-width:980px){
  body.epos-plugin-header-active .epos-plugin-site-header button.epos-plugin-site-header__toggle,
  body.epos-plugin-header-active .epos-plugin-site-header .epos-plugin-site-header__toggle{
    display:inline-flex!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
}

body.epos-plugin-header-active .epos-plugin-site-header .epos-plugin-site-header__toggle::before,
body.epos-plugin-header-active .epos-plugin-site-header .epos-plugin-site-header__toggle::after{
  content:none!important;
  display:none!important;
}

body.epos-plugin-header-active .epos-plugin-site-header .epos-plugin-site-header__toggle span{
  display:block!important;
  position:relative!important;
  flex:0 0 auto!important;
  width:22px!important;
  min-width:22px!important;
  max-width:22px!important;
  height:2px!important;
  min-height:2px!important;
  max-height:2px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:0 1px 8px rgba(0,0,0,.34)!important;
  opacity:1!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  transform-origin:center!important;
  transition:transform .2s ease, opacity .2s ease!important;
}

body.epos-plugin-header-active .epos-plugin-site-header .epos-plugin-site-header__toggle[aria-expanded="true"] span:nth-child(1){
  transform:translateY(7px) rotate(45deg)!important;
}
body.epos-plugin-header-active .epos-plugin-site-header .epos-plugin-site-header__toggle[aria-expanded="true"] span:nth-child(2){
  opacity:0!important;
}
body.epos-plugin-header-active .epos-plugin-site-header .epos-plugin-site-header__toggle[aria-expanded="true"] span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg)!important;
}

/* v4.2 - Area privata recensioni wedding */
.epos-wedding-reviews--private{background:linear-gradient(180deg,#fff9ff 0%,#fffaf2 100%);border-top:1px solid rgba(98,54,121,.10);border-bottom:1px solid rgba(98,54,121,.10)}
.epos-wedding-reviews__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.5vw,28px);margin-top:clamp(24px,4vw,42px)}
.epos-wedding-review-card{overflow:hidden;border-radius:32px;background:rgba(255,255,255,.90);border:1px solid rgba(98,54,121,.16);box-shadow:0 20px 60px rgba(55,22,74,.10);display:flex;flex-direction:column;min-height:100%}
.epos-wedding-review-card__media{aspect-ratio:4/3;background:linear-gradient(135deg,rgba(109,52,179,.14),rgba(214,58,167,.10));overflow:hidden}
.epos-wedding-review-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.epos-wedding-review-card__body{padding:clamp(22px,3vw,32px);display:grid;gap:.75rem;flex:1}
.epos-wedding-review-card blockquote{margin:0;color:#261a35;font-size:clamp(1.1rem,1.5vw,1.35rem);line-height:1.42;font-weight:700}
.epos-wedding-review-card__name{margin:1rem 0 0;color:#2f1a4d;font-weight:800}
.epos-wedding-review-card__meta{margin:0;color:#755f7c;font-size:.96rem;line-height:1.4}
.epos-review-form-page .epos-review-form-hero{min-height:min(620px,72vh)}
.epos-review-form-layout{display:grid;grid-template-columns:.72fr 1fr;gap:clamp(24px,5vw,70px);align-items:start}
.epos-review-form-intro{position:sticky;top:110px;display:grid;gap:1rem}
.epos-review-form-note{padding:1rem 1.15rem;border-radius:18px;background:rgba(109,52,179,.08);border:1px solid rgba(109,52,179,.16);font-size:.98rem}
.epos-review-form-card{border-radius:34px;background:#fff;border:1px solid rgba(98,54,121,.14);box-shadow:0 20px 70px rgba(55,22,74,.10);padding:clamp(22px,4vw,42px)}
.epos-review-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.epos-review-form label{display:grid;gap:.45rem;color:#2f1a4d;font-weight:800;font-size:.96rem}
.epos-review-form input,.epos-review-form select,.epos-review-form textarea{width:100%;border:1px solid rgba(98,54,121,.20);border-radius:16px;padding:.9rem 1rem;font:inherit;color:#1d1730;background:#fff;box-shadow:0 8px 18px rgba(55,22,74,.04)}
.epos-review-form input:focus,.epos-review-form select:focus,.epos-review-form textarea:focus{outline:2px solid rgba(214,58,167,.22);border-color:rgba(214,58,167,.48)}
.epos-review-form-full,.epos-review-form-consents,.epos-review-form-submit{grid-column:1/-1}
.epos-review-form-consents{display:grid;gap:.85rem;padding:1rem;border-radius:22px;background:linear-gradient(135deg,rgba(109,52,179,.07),rgba(214,58,167,.06));border:1px solid rgba(98,54,121,.14)}
.epos-review-form-consents label{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.7rem;font-weight:600;line-height:1.45;color:#443850}
.epos-review-form-consents input{width:18px;height:18px;margin-top:.15rem;padding:0;box-shadow:none}
.epos-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.epos-review-form-message{padding:clamp(20px,3vw,34px);border-radius:26px;display:grid;gap:1rem}
.epos-review-form-message--success{background:linear-gradient(135deg,rgba(109,52,179,.10),rgba(226,184,79,.12));border:1px solid rgba(109,52,179,.18)}
.epos-review-form-message--error{background:#fff2f5;border:1px solid rgba(190,37,74,.28);color:#5c1b2b;margin-bottom:1.2rem}
.epos-review-form-message ul{margin:.3rem 0 0 1.1rem}
@media(max-width:980px){.epos-wedding-reviews__grid{grid-template-columns:1fr}.epos-review-form-layout{grid-template-columns:1fr}.epos-review-form-intro{position:static}.epos-review-form{grid-template-columns:1fr}.epos-review-form-full,.epos-review-form-consents,.epos-review-form-submit{grid-column:auto}}

/* Language switcher */
.epos-language-switcher{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:4px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(14px);
}
.epos-language-switcher a{
  display:inline-grid;
  place-items:center;
  min-width:34px;
  height:34px;
  padding:0 8px;
  border-radius:999px;
  color:rgba(255,255,255,.82)!important;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  text-decoration:none!important;
}
.epos-language-switcher a[aria-current="true"],
.epos-language-switcher a:hover,
.epos-language-switcher a:focus-visible{
  color:#271623!important;
  background:linear-gradient(135deg,#fff5e7,#e8c16d);
}
.epos-language-switcher--mobile{
  justify-content:center;
  margin:.7rem 0 .4rem;
}
@media (max-width:760px){
  .epos-plugin-site-header > .epos-language-switcher{display:none;}
}
