:root{--cream: #f9f5f0;--warm: #fdfaf7;--blush: #e8c9bc;--rose: #c4786a;--deep: #5c2d24;--gold: #c9a96e;--gold-light: #e8d5ad;--sage: #b5c9b0;--green: #7a9a72;--text: #3a2520;--muted: #8a6e68}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text);font-family:Jost,sans-serif;font-weight:300;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.btn{padding:.9rem 2.4rem;display:inline-block;font-family:Jost,sans-serif;font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;transition:all .33s ease;cursor:pointer;border:none}.btn-gold{background:var(--gold);color:#fff}.btn-gold:hover{background:var(--deep)}.btn-deep{background:var(--deep);color:#fff}.btn-deep:hover{background:var(--rose)}.btn-outline{background:transparent;color:var(--deep);border:1.5px solid var(--deep)}.btn-outline:hover{background:var(--deep);color:#fff}.btn-outline-white{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.6)}.btn-outline-white:hover{background:#ffffff26}section{padding:7rem 2rem}.container{max-width:1200px;margin:0 auto}.sec-label{font-size:.68rem;letter-spacing:.45em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem;font-weight:400}.sec-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:300;color:var(--deep);line-height:1.05;margin-bottom:1.4rem}.sec-title em{font-style:italic;color:var(--rose)}.sec-text{font-size:.97rem;line-height:1.95;color:var(--muted);max-width:580px}.divider{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:2.8rem 2rem;background:var(--warm)}.div-line{flex:1;height:1px;background:linear-gradient(to right,transparent,var(--gold-light),transparent);max-width:280px}.div-icon{font-size:1.1rem;color:var(--gold)}.div-text{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-style:italic;color:var(--muted);text-align:center}.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:translateY(0)}.rd1{transition-delay:.08s}.rd2{transition-delay:.16s}.rd3{transition-delay:.24s}.rd4{transition-delay:.32s}#nav{position:fixed;top:0;left:0;right:0;z-index:200;padding:1.6rem 3.5rem;display:flex;justify-content:space-between;align-items:center;transition:all .4s ease}#nav.scrolled{background:#f9f5f0f7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:.9rem 3.5rem;box-shadow:0 2px 24px #5c2d2414}.nav-logo img{height:46px;width:auto}.nav-links{display:flex;gap:2.2rem;list-style:none}.nav-links a{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--deep);transition:color .3s}.nav-links a:hover{color:var(--rose)}.nav-cta{padding:.65rem 1.6rem;background:var(--gold);color:#fff;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;transition:background .3s}.nav-cta:hover{background:var(--deep)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}.hamburger span{width:24px;height:2px;background:var(--deep);transition:all .3s;display:block}.mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--cream);z-index:190;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.mobile-menu.open{display:flex}.mobile-menu a{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:var(--deep)}.mobile-close{position:absolute;top:2rem;right:2rem;font-size:2rem;cursor:pointer;color:var(--deep);background:none;border:none}@media (max-width:1099px){.nav-links,.nav-cta{display:none}.hamburger{display:flex}#nav,#nav.scrolled{padding:1.2rem 1.5rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(150deg,#f5ede3,#edd9c8 45%,#e0c8b4)}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 65% 55% at 85% 15%,rgba(201,169,110,.2) 0%,transparent 55%),radial-gradient(ellipse 45% 65% at 8% 88%,rgba(122,154,114,.1) 0%,transparent 55%)}.h-line{position:absolute;background:#c9a96e33;pointer-events:none}.hl1{width:1px;height:55%;top:22%;left:14%}.hl2{width:1px;height:40%;top:30%;right:17%}.hl3{width:32%;height:1px;top:26%;left:0}.hl4{width:22%;height:1px;bottom:20%;right:0}.h-ring{position:absolute;border-radius:50%;pointer-events:none;animation:ringFloat 10s ease-in-out infinite}.hr1{width:480px;height:480px;top:-140px;right:-90px;border:1px solid rgba(201,169,110,.22)}.hr2{width:280px;height:280px;top:-40px;right:60px;border:1px solid rgba(196,120,106,.15);animation-delay:2s}.hr3{width:380px;height:380px;bottom:-110px;left:-70px;border:1px solid rgba(181,201,176,.2);animation-delay:4s}@keyframes ringFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-18px) rotate(7deg)}}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center;max-width:1200px;width:100%;padding:8rem 4rem 4rem}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;padding:8rem 2rem 4rem;text-align:center}}.hero-text{animation:fadeUp 1s .2s both}@keyframes fadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{font-size:.68rem;letter-spacing:.5em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-weight:400}.hero-logo-img{width:100%;max-width:520px;height:auto;margin:0 0 1.5rem}@media (max-width:900px){.hero-logo-img{max-width:320px;margin:0 auto 1.5rem}}.hero-sub{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-style:italic;color:var(--muted);line-height:1.65}.hero-btns{margin-top:2.5rem;display:flex;gap:1rem;flex-wrap:wrap}@media (max-width:900px){.hero-btns{justify-content:center}}.hero-badges{display:flex;flex-direction:column;gap:1.2rem;animation:fadeUp 1s .5s both}@media (max-width:900px){.hero-badges{flex-direction:row;flex-wrap:wrap;justify-content:center}}.badge{background:#ffffffb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(201,169,110,.28);padding:1.2rem 1.8rem;display:flex;align-items:center;gap:1rem;transition:transform .3s,box-shadow .3s}.badge:hover{transform:translate(6px);box-shadow:0 8px 24px #5c2d241a}.badge-icon{font-size:1.8rem;flex-shrink:0}.badge h4{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:400;color:var(--deep)}.badge p{font-size:.73rem;color:var(--muted);margin-top:.15rem}.process{background:var(--warm)}.process-intro{text-align:center;margin-bottom:5rem}.process-intro .sec-text{margin:0 auto;text-align:center}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.steps:before{content:"";position:absolute;top:3.2rem;left:12%;right:12%;height:1px;background:linear-gradient(to right,var(--gold-light),var(--rose),var(--gold-light));z-index:0}@media (max-width:900px){.steps{grid-template-columns:repeat(2,1fr)}.steps:before{display:none}}@media (max-width:500px){.steps{grid-template-columns:1fr}}.step{text-align:center;padding:0 2rem 3rem;position:relative;z-index:1}.step-num{width:64px;height:64px;border-radius:50%;background:var(--cream);border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;color:var(--deep);transition:all .3s}.step:hover .step-num{background:var(--gold);color:#fff;border-color:var(--gold)}.step h3{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:400;color:var(--deep);margin-bottom:.6rem}.step p{font-size:.85rem;line-height:1.75;color:var(--muted)}.eventi{background:var(--cream)}.eventi-intro{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;margin-bottom:4.5rem}@media (max-width:768px){.eventi-intro{grid-template-columns:1fr;gap:1.5rem}}.eventi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}@media (max-width:900px){.eventi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.eventi-grid{grid-template-columns:1fr}}.ev-card{background:var(--warm);padding:2.8rem 2.4rem;position:relative;overflow:hidden;transition:all .4s}.ev-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,var(--gold),var(--rose));transform:scaleX(0);transition:transform .4s;transform-origin:left}.ev-card:hover{background:#fff;box-shadow:0 20px 50px #5c2d241a;transform:translateY(-4px)}.ev-card:hover:after{transform:scaleX(1)}.ev-num{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:#c9a96e33;line-height:1;margin-bottom:1rem;transition:color .4s}.ev-card:hover .ev-num{color:#c9a96e73}.ev-icon{font-size:1.8rem;margin-bottom:.9rem}.ev-card h3{font-family:Cormorant Garamond,serif;font-size:1.45rem;font-weight:400;color:var(--deep);margin-bottom:.6rem;line-height:1.2}.ev-card p{font-size:.875rem;line-height:1.8;color:var(--muted)}.wedding{background:linear-gradient(160deg,var(--deep) 0%,#7a3d30 100%);position:relative;overflow:hidden}.wedding:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 90% 50%,rgba(201,169,110,.15) 0%,transparent 60%)}.wedding-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media (max-width:768px){.wedding-inner{grid-template-columns:1fr;gap:3rem}}.wedding .sec-label{color:var(--gold-light)}.wedding .sec-title{color:var(--cream)}.wedding .sec-title em{color:var(--gold)}.wedding .sec-text{color:#f9f5f0b8;max-width:100%}.w-features{margin-top:2.2rem;display:flex;flex-direction:column;gap:1rem}.w-feat{display:flex;align-items:center;gap:1rem}.w-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0}.w-feat span{font-size:.9rem;color:#f9f5f0d1}.w-boxes{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.w-box{padding:2.2rem 1.8rem;background:#ffffff12;border:1px solid rgba(255,255,255,.1);transition:background .3s}.w-box:hover{background:#ffffff21}.w-box:first-child{grid-column:1 / -1}.w-box .wb-ico{font-size:2rem;margin-bottom:.6rem}.w-box h4{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:400;color:var(--cream);margin-bottom:.3rem}.w-box p{font-size:.8rem;color:#f9f5f080;line-height:1.6}.gallery{background:var(--warm);padding-bottom:0}.gallery-intro{text-align:center;margin-bottom:3.5rem}.gallery-intro .sec-text{margin:0 auto;text-align:center}.carousel-wrap{position:relative;max-width:100%;overflow:hidden;-webkit-user-select:none;user-select:none}.carousel{width:100%;overflow:hidden}.carousel-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.carousel-slide{min-width:100%;position:relative;overflow:hidden;height:70vh;max-height:700px}@media (max-width:768px){.carousel-slide{height:55vw;max-height:420px}}.carousel-slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .8s ease}.carousel-slide:hover img{transform:scale(1.03)}.slide-caption{position:absolute;bottom:0;left:0;right:0;padding:3rem 3.5rem 2.5rem;background:linear-gradient(to top,rgba(20,8,4,.75) 0%,transparent 100%);color:#fff}.slide-caption span{font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-light);font-weight:400}.slide-caption p{font-family:Cormorant Garamond,serif;font-size:clamp(1.5rem,3vw,2.2rem);font-style:italic;font-weight:300;margin-top:.3rem;line-height:1.2}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:#ffffff2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1.5px solid rgba(255,255,255,.3);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:10}.carousel-btn:hover{background:#ffffff59;transform:translateY(-50%) scale(1.08)}.carousel-btn svg{width:22px;height:22px;fill:#fff}.carousel-prev{left:1.5rem}.carousel-next{right:1.5rem}.carousel-dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.6rem;z-index:10}.dot{width:8px;height:8px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .3s;padding:0}.dot.active{background:#fff;width:24px;border-radius:4px}.carousel-thumbs{display:flex;gap:0;height:100px}@media (max-width:480px){.carousel-thumbs{height:70px}}.carousel-thumb{flex:1;overflow:hidden;cursor:pointer;position:relative;transition:flex .4s ease}.carousel-thumb:hover,.carousel-thumb.active{flex:2}.carousel-thumb img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.6);transition:filter .3s}.carousel-thumb.active img,.carousel-thumb:hover img{filter:brightness(1)}.carousel-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-bottom:3px solid transparent;transition:border-color .3s}.carousel-thumb.active:after{border-color:var(--gold)}.slide-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:5rem}.about{background:var(--cream)}.about-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:center}@media (max-width:768px){.about-inner{grid-template-columns:1fr;gap:3rem}}.about-vis{position:relative;height:460px}.av-b{position:absolute;transition:transform .4s}.av-b:hover{transform:scale(1.02)}.avb1{width:72%;height:78%;top:0;left:0;background:linear-gradient(145deg,var(--blush),var(--rose))}.avb2{width:52%;height:50%;bottom:0;right:0;background:linear-gradient(145deg,var(--gold-light),var(--gold))}.av-quote{position:absolute;bottom:36px;left:20px;background:#fff;padding:1.5rem 1.8rem;max-width:265px;box-shadow:0 16px 40px #5c2d2424;z-index:3}.av-quote p{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-style:italic;color:var(--deep);line-height:1.65}.av-badge{position:absolute;top:18px;right:8px;background:var(--deep);color:var(--gold);padding:.9rem 1.3rem;text-align:center;z-index:3}.av-badge strong{display:block;font-family:Cormorant Garamond,serif;font-size:1.9rem;font-weight:300;line-height:1}.av-badge span{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase}.stats{background:var(--gold);padding:3.5rem 2rem}.stats-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}@media (max-width:640px){.stats-inner{grid-template-columns:repeat(2,1fr)}}.stat-n{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:#fff;line-height:1}.stat-l{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:#ffffffb3;margin-top:.4rem}.contacts{background:var(--warm)}.contacts-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;margin-top:4rem}@media (max-width:768px){.contacts-grid{grid-template-columns:1fr;gap:3rem}}.c-item{margin-bottom:2rem}.c-lbl{font-size:.68rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;font-weight:400}.c-val{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--deep)}.c-val a:hover{color:var(--rose)}.orari{display:grid;grid-template-columns:auto 1fr;gap:.3rem 1.5rem;margin-top:.7rem}.or-d{font-size:.85rem;color:var(--muted)}.or-t{font-size:.85rem;color:var(--text);font-weight:400}.social-links{display:flex;gap:1rem;margin-top:.8rem}.soc-btn{width:42px;height:42px;border-radius:50%;background:var(--cream);border:1.5px solid var(--gold-light);display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s;color:var(--deep)}.soc-btn svg{width:18px;height:18px;fill:currentColor}.soc-btn:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-3px);color:#fff}.map-section{background:var(--deep)}.map-top{padding:5rem 2rem 3rem;text-align:center}.map-top .sec-label{color:var(--gold-light);display:block}.map-top .sec-title{color:var(--cream);max-width:480px;margin:0 auto .8rem}.map-top .sec-title em{color:var(--gold)}.map-addr{font-size:.98rem;color:#f9f5f099;letter-spacing:.07em;margin-bottom:2.2rem}.map-btn-row{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.map-btn{display:inline-flex;align-items:center;gap:.7rem;padding:1rem 2.5rem;font-family:Jost,sans-serif;font-size:.76rem;letter-spacing:.22em;text-transform:uppercase;transition:all .3s}.map-btn-primary{background:var(--gold);color:#fff;border:2px solid var(--gold)}.map-btn-primary:hover{background:transparent;color:var(--gold)}.map-btn-wa{background:#25d366;color:#fff;border:2px solid #25D366}.map-btn-wa:hover{background:transparent;color:#25d366}.map-btn svg{width:15px;height:15px;fill:currentColor;flex-shrink:0}.map-embed{width:100%;height:420px;border:none;display:block;filter:sepia(12%) brightness(.9)}footer{background:#1e0d09;padding:4rem 2rem 2.5rem}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.07)}@media (max-width:768px){.footer-inner{grid-template-columns:1fr;gap:2rem}}.footer-brand img{height:60px;width:auto;margin-bottom:1.2rem}.footer-brand p{font-size:.85rem;color:#f9f5f073;line-height:1.8;max-width:280px}.footer-col h4{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;color:var(--gold-light);margin-bottom:1.2rem;letter-spacing:.05em}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-col ul a{font-size:.82rem;color:#f9f5f073;transition:color .3s}.footer-col ul a:hover{color:var(--gold)}.footer-bottom{max-width:1100px;margin:2rem auto 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.75rem;color:#f9f5f047;letter-spacing:.07em}.wa-float{position:fixed;bottom:2rem;right:2rem;z-index:300;width:58px;height:58px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #25d36666;transition:transform .3s,box-shadow .3s;animation:waPulse 3s ease-in-out infinite}.wa-float:hover{transform:scale(1.1);box-shadow:0 12px 30px #25d3668c}@keyframes waPulse{0%,to{box-shadow:0 8px 24px #25d36666,0 0 #25d3664d}50%{box-shadow:0 8px 24px #25d36666,0 0 0 12px #25d36600}}.wa-float svg{width:30px;height:30px;fill:#fff}.wa-tooltip{position:absolute;right:68px;top:50%;transform:translateY(-50%);background:#1e0d09;color:#fff;padding:.5rem 1rem;font-size:.78rem;white-space:nowrap;border-radius:4px;opacity:0;pointer-events:none;transition:opacity .3s}.wa-float:hover .wa-tooltip{opacity:1}.slide-image{width:90%;height:100%;object-fit:cover;object-position:center;display:block}
