:root{--navy: #0D1B2A;--navy-mid: #1A2E44;--navy-light: #253D56;--beige: #E8DCC8;--beige-dark: #CFC0A5;--beige-pale: #F4EEE3;--gold: #C9A84C;--gold-light: #E0C06A;--gold-pale: #F0DFA0;--grey: #6B7280;--grey-light: #9CA3AF;--grey-dark: #374151;--white: #FAFAF8;--black: #080E17;--ff-display: "Playfair Display", Georgia, serif;--ff-serif: "Cormorant Garamond", Georgia, serif;--ff-sans: "DM Sans", system-ui, sans-serif;--radius: 4px;--radius-lg: 8px;--shadow: 0 4px 24px rgba(13,27,42,.12);--shadow-lg: 0 12px 48px rgba(13,27,42,.2);--transition: .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--ff-sans);background-color:var(--beige-pale);color:var(--navy);line-height:1.65;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit}.noise-overlay{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:200px 200px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:var(--ff-sans);font-size:.85rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius);transition:all var(--transition);position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff14;opacity:0;transition:opacity var(--transition)}.btn:hover:before{opacity:1}.btn-gold{background:var(--gold);color:var(--navy);font-weight:600}.btn-gold:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 8px 24px #c9a84c59}.btn-ghost{background:transparent;color:var(--beige);border:1px solid rgba(232,220,200,.35)}.btn-ghost:hover{border-color:var(--beige);background:#e8dcc80f}.btn-outline{background:transparent;color:var(--navy);border:1px solid var(--navy-light)}.btn-outline:hover{background:var(--navy);color:var(--beige);border-color:var(--navy)}.btn-full{width:100%;justify-content:center}.btn-lg{padding:1rem 2.5rem;font-size:.9rem}.section{padding:7rem 0}.section-tag{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--ff-sans);font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}.section-tag:before{content:"";display:inline-block;width:24px;height:1px;background:var(--gold)}.section-header{text-align:center;max-width:640px;margin:0 auto 4.5rem}.section-title{font-family:var(--ff-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2;color:var(--navy);margin-bottom:1.2rem}.section-title em{font-style:italic;color:var(--gold)}.section-desc{font-size:1rem;color:var(--grey);max-width:520px;margin:0 auto}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.2rem 0;transition:all var(--transition)}.nav.scrolled{background:#0d1b2af5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.85rem 0;border-bottom:1px solid rgba(201,168,76,.15)}.nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:.6rem;color:var(--beige);text-decoration:none}.logo-mark{font-size:1rem;color:var(--gold);animation:spin-slow 12s linear infinite}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo-text{font-family:var(--ff-sans);font-size:1rem;font-weight:500;letter-spacing:.28em;color:var(--beige)}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a{font-family:var(--ff-sans);font-size:.78rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#e8dcc8b3;transition:color var(--transition)}.nav-links a:hover{color:var(--beige)}.nav-cta{padding:.55rem 1.4rem;background:var(--gold);color:var(--navy)!important;font-weight:600!important;border-radius:var(--radius);transition:all var(--transition)!important}.nav-cta:hover{background:var(--gold-light)!important;transform:translateY(-1px)}.nav-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.nav-toggle span{display:block;width:22px;height:1.5px;background:var(--beige);transition:all var(--transition)}.mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--navy);z-index:999;flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity var(--transition)}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-menu ul{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.mobile-menu a{font-family:var(--ff-display);font-size:2rem;color:var(--beige);font-weight:400;transition:color var(--transition)}.mobile-menu a:hover{color:var(--gold)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--navy)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center 30%;opacity:.45}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0d1b2aeb 45%,#0d1b2a4d),linear-gradient(to top,rgba(13,27,42,.8) 0%,transparent 50%)}.flight-path{position:absolute;bottom:18%;left:0;right:0;z-index:2;height:120px;pointer-events:none}.flight-path svg{width:100%;height:100%}.flight-dashed{stroke-dashoffset:1000;animation:draw-path 4s ease-out 1s forwards}@keyframes draw-path{to{stroke-dashoffset:0}}.plane-icon{position:absolute;top:12px;right:8%;font-size:1rem;color:var(--gold);opacity:0;animation:fade-in-plane .5s ease 4.5s forwards}@keyframes fade-in-plane{to{opacity:.7}}.hero-content{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:8rem 2rem 6rem;width:100%}.hero-badge{display:flex;align-items:center;gap:.75rem;font-family:var(--ff-sans);font-size:.7rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;opacity:0;animation:fade-up .8s ease .3s forwards}.badge-line{display:inline-block;width:32px;height:1px;background:var(--gold);opacity:.6}.hero-title{display:flex;flex-direction:column;margin-bottom:1.5rem;opacity:0;animation:fade-up .8s ease .5s forwards}.hero-title-small{font-family:var(--ff-serif);font-size:clamp(1.1rem,2vw,1.4rem);font-weight:300;font-style:italic;color:#e8dcc8b3;margin-bottom:.3rem}.hero-title-main{font-family:var(--ff-display);font-size:clamp(4rem,9vw,7.5rem);font-weight:400;color:var(--beige);line-height:.95;letter-spacing:-.02em}.hero-title-em{font-family:var(--ff-display);font-size:clamp(4rem,9vw,7.5rem);font-weight:400;font-style:italic;color:var(--gold);line-height:.95;letter-spacing:-.02em}.hero-sub{font-size:clamp(.95rem,1.5vw,1.1rem);color:#e8dcc8a6;max-width:480px;margin-bottom:2.5rem;line-height:1.7;opacity:0;animation:fade-up .8s ease .7s forwards}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:4rem;opacity:0;animation:fade-up .8s ease .9s forwards}.hero-meta{display:flex;align-items:center;gap:2rem;opacity:0;animation:fade-up .8s ease 1.1s forwards}.meta-item{display:flex;flex-direction:column}.meta-num{font-family:var(--ff-display);font-size:1.8rem;font-weight:400;color:var(--beige);line-height:1}.meta-label{font-size:.72rem;color:#e8dcc880;letter-spacing:.04em;line-height:1.4;margin-top:.2rem}.meta-divider{width:1px;height:36px;background:#e8dcc833}.boarding-pass{position:absolute;bottom:6rem;right:4rem;z-index:3;background:#e8dcc812;border:1px solid rgba(201,168,76,.3);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1.2rem 1.8rem;border-radius:var(--radius-lg);min-width:220px;opacity:0;animation:fade-in-right .8s ease 1.4s forwards}@keyframes fade-in-right{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.bp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;padding-bottom:.8rem;border-bottom:1px solid rgba(201,168,76,.2)}.bp-label{font-size:.65rem;letter-spacing:.2em;color:var(--gold);font-weight:500}.bp-code{font-family:var(--ff-display);font-size:.9rem;color:var(--beige)}.bp-route{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem}.bp-city{display:flex;flex-direction:column}.bp-iata{font-family:var(--ff-display);font-size:1.4rem;font-weight:600;color:var(--beige);line-height:1}.bp-name{font-size:.65rem;color:#e8dcc880;letter-spacing:.05em}.bp-arrow{color:var(--gold);font-size:1.1rem;flex:1;text-align:center}.bp-class{font-size:.6rem;letter-spacing:.15em;color:var(--gold);text-transform:uppercase;font-weight:500}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.runway-divider{display:flex;align-items:center;gap:1.5rem;padding:3rem 2rem;max-width:1200px;margin:0 auto}.runway-line{flex:1;height:1px;background:linear-gradient(to right,transparent,var(--beige-dark),transparent);opacity:.4}.runway-center{font-size:.75rem;color:var(--gold);flex-shrink:0}.servizi{background:var(--beige-pale)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:#0d1b2a14;border:1px solid rgba(13,27,42,.08);border-radius:var(--radius-lg);overflow:hidden}.service-card{background:var(--white);padding:2.5rem;position:relative;transition:all var(--transition);cursor:default}.service-card:before{content:attr(data-index);position:absolute;top:1.5rem;right:1.8rem;font-family:var(--ff-serif);font-size:.75rem;color:var(--beige-dark);letter-spacing:.05em}.service-card:hover{background:var(--navy);transform:scale(1.01);z-index:1;box-shadow:var(--shadow-lg)}.service-card:hover h3,.service-card:hover p{color:var(--beige)}.service-card:hover .service-link,.service-card:hover .service-icon{color:var(--gold)}.service-icon{font-size:1.4rem;color:var(--gold);margin-bottom:1.2rem;display:block;transition:color var(--transition)}.service-card h3{font-family:var(--ff-display);font-size:1.25rem;font-weight:500;color:var(--navy);margin-bottom:.75rem;transition:color var(--transition)}.service-card p{font-size:.9rem;color:var(--grey);line-height:1.65;margin-bottom:1.5rem;transition:color var(--transition)}.service-link{font-size:.78rem;font-weight:500;letter-spacing:.06em;color:var(--navy);transition:color var(--transition);text-transform:uppercase}.esperienza{background:var(--navy);overflow:hidden}.esperienza-layout{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.esperienza-visual{position:relative;height:580px}.exp-img{border-radius:var(--radius-lg);object-fit:cover;position:absolute}.exp-img-main{width:78%;height:72%;top:0;left:0;z-index:1}.exp-img-secondary{width:58%;height:55%;bottom:0;right:0;z-index:2;border:4px solid var(--navy)}.exp-badge{position:absolute;top:58%;left:60%;transform:translate(-50%,-50%);z-index:3;background:var(--gold);color:var(--navy);padding:1.2rem;border-radius:var(--radius);text-align:center;min-width:90px}.exp-badge-num{display:block;font-family:var(--ff-display);font-size:1.8rem;font-weight:700;line-height:1}.exp-badge-text{font-size:.65rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;line-height:1.4}.esperienza-content .section-tag{color:var(--gold)}.esperienza-content .section-title{color:var(--beige)}.exp-text{font-size:1rem;color:#e8dcc8a6;line-height:1.75;margin-bottom:1rem}.pillars{display:flex;flex-direction:column;gap:1.2rem;margin:2rem 0 2.5rem}.pillar{display:flex;gap:1rem;align-items:flex-start}.pillar-icon{color:var(--gold);font-size:.75rem;flex-shrink:0;margin-top:.25rem}.pillar strong{display:block;font-family:var(--ff-sans);font-size:.9rem;font-weight:500;color:var(--beige);margin-bottom:.2rem}.pillar p{font-size:.85rem;color:#e8dcc880;margin:0}.trattamenti{background:var(--beige-pale)}.treatments-showcase{display:flex;flex-direction:column;gap:6rem}.treatment-feature{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.treatment-feature--reverse{direction:rtl}.treatment-feature--reverse>*{direction:ltr}.treatment-img-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3}.treatment-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.treatment-img-wrap:hover img{transform:scale(1.04)}.treatment-tag{position:absolute;bottom:1.2rem;left:1.2rem;background:var(--navy);color:var(--gold);font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.4rem .8rem;border-radius:var(--radius);border:1px solid rgba(201,168,76,.3)}.treatment-info h3{font-family:var(--ff-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;color:var(--navy);margin-bottom:.4rem}.treatment-sub{font-family:var(--ff-serif);font-size:1rem;font-style:italic;color:var(--grey);margin-bottom:1.2rem}.treatment-info p{font-size:.95rem;color:var(--grey-dark);line-height:1.75;margin-bottom:1.5rem}.treatment-details{margin-bottom:2rem;border-top:1px solid rgba(13,27,42,.1)}.treatment-details li{display:flex;gap:1rem;padding:.65rem 0;font-size:.85rem;color:var(--grey);border-bottom:1px solid rgba(13,27,42,.06)}.treatment-details span{font-weight:500;color:var(--navy);min-width:90px;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.altitude-bar{background:var(--navy);padding:3.5rem 2rem;text-align:center}.alt-track{display:flex;align-items:center;gap:1.5rem;max-width:700px;margin:0 auto 1rem}.alt-label{font-family:var(--ff-sans);font-size:.7rem;letter-spacing:.1em;color:#e8dcc866;text-transform:uppercase;white-space:nowrap}.alt-line{flex:1;position:relative;height:2px;background:#e8dcc81a;border-radius:2px}.alt-progress{position:absolute;left:0;top:0;height:100%;width:0%;background:linear-gradient(to right,rgba(201,168,76,.4),var(--gold));border-radius:2px;transition:width 2s cubic-bezier(.4,0,.2,1)}.alt-progress.animated{width:72%}.alt-plane{position:absolute;top:50%;left:0%;transform:translate(-50%,-50%);font-size:.9rem;color:var(--gold);transition:left 2s cubic-bezier(.4,0,.2,1)}.alt-plane.animated{left:72%}.alt-caption{font-family:var(--ff-serif);font-size:1rem;font-style:italic;color:#e8dcc866}.testimonianze{background:var(--beige-pale)}.testimonials-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:auto auto;gap:1.5rem}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;position:relative;border:1px solid rgba(13,27,42,.06);transition:box-shadow var(--transition)}.testimonial-card:hover{box-shadow:var(--shadow-lg)}.testimonial-card--featured{grid-row:span 1;background:var(--navy)}.testimonial-card--featured .testi-text{color:#e8dcc8bf}.testimonial-card--featured .testi-quote{color:var(--gold)}.testimonial-card--featured strong{color:var(--beige)}.testimonial-card--featured span{color:#e8dcc866}.testi-quote{font-family:var(--ff-display);font-size:4rem;line-height:.8;color:var(--gold);opacity:.4;margin-bottom:.5rem}.testi-text{font-family:var(--ff-serif);font-size:1.1rem;font-style:italic;color:var(--grey-dark);line-height:1.7;margin-bottom:1.5rem}.testi-author{display:flex;align-items:center;gap:.85rem}.testi-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--gold)}.testi-author strong{display:block;font-size:.85rem;font-weight:500;color:var(--navy)}.testi-author span{font-size:.75rem;color:var(--grey)}.testimonial-card--quote-only{background:var(--beige)}.testi-big-quote{font-family:var(--ff-display);font-size:6rem;line-height:.7;color:var(--navy);opacity:.08;position:absolute;top:1.5rem;left:2rem}.testi-author-minimal{font-size:.8rem;color:var(--grey);margin-top:1.2rem}.testi-author-minimal strong{color:var(--navy);font-weight:500}.testimonial-card--stat{background:var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.stat-number{font-family:var(--ff-display);font-size:4rem;font-weight:600;color:var(--navy);line-height:1}.stat-stars{font-size:1rem;color:var(--navy);margin:.4rem 0;letter-spacing:.1em}.stat-label{font-size:.8rem;color:#0d1b2a99;font-weight:500;line-height:1.4}.chi-siamo{background:var(--white)}.about-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:6rem;align-items:center}.about-content .section-title{color:var(--navy)}.about-content p{font-size:.95rem;color:var(--grey-dark);line-height:1.8;margin-bottom:1rem}.about-team{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.team-member{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--beige-pale);border-radius:var(--radius);border-left:3px solid var(--gold)}.team-avatar{width:44px;height:44px;border-radius:50%;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;letter-spacing:.05em;flex-shrink:0}.team-member strong{display:block;font-size:.9rem;font-weight:500;color:var(--navy)}.team-member span{font-size:.78rem;color:var(--grey)}.about-numbers{display:grid;grid-template-columns:1fr 1fr;gap:1.5px;background:#0d1b2a0f;border-radius:var(--radius-lg);overflow:hidden}.about-num-card{background:var(--beige-pale);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:.4rem}.about-num-card--accent{background:var(--navy)}.about-num-card--accent .an-num{color:var(--gold)}.about-num-card--accent .an-label{color:#e8dcc880}.an-num{font-family:var(--ff-display);font-size:2.2rem;font-weight:400;color:var(--navy);line-height:1}.an-label{font-size:.78rem;color:var(--grey);line-height:1.35}.cta-strip{background:var(--gold);padding:4rem 0}.cta-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cta-strip-text h2{font-family:var(--ff-display);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;color:var(--navy);line-height:1.1}.cta-strip-text p{font-size:.95rem;color:#0d1b2aa6;margin-top:.4rem}.cta-strip .btn-gold{background:var(--navy);color:var(--beige);font-size:.85rem}.cta-strip .btn-gold:hover{background:var(--navy-mid);color:var(--beige);box-shadow:0 8px 24px #0d1b2a4d}.contatti{background:var(--navy)}.contatti .section-tag{color:var(--gold)}.contatti .section-title{color:var(--beige)}.contatti .section-desc{color:#e8dcc880}.contact-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:5rem;align-items:start}.contact-form{background:#e8dcc80a;border:1px solid rgba(232,220,200,.08);border-radius:var(--radius-lg);padding:2.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#e8dcc880;margin-bottom:.45rem}.form-group input,.form-group select,.form-group textarea{width:100%;background:#e8dcc80d;border:1px solid rgba(232,220,200,.12);border-radius:var(--radius);padding:.8rem 1rem;font-family:var(--ff-sans);font-size:.9rem;color:var(--beige);outline:none;transition:border-color var(--transition),background var(--transition);-moz-appearance:none;appearance:none;-webkit-appearance:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#e8dcc840}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);background:#e8dcc812}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgba(201,168,76,0.6)' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;color:#e8dcc8b3}.form-group select option{background:var(--navy-mid);color:var(--beige)}.form-group textarea{resize:vertical;min-height:110px}.btn-icon{transition:transform var(--transition)}.btn:hover .btn-icon{transform:translate(4px) rotate(-15deg)}.form-note{font-size:.72rem;color:#e8dcc84d;text-align:center;margin-top:1rem;line-height:1.5}.contact-info{display:flex;flex-direction:column;gap:1.8rem;padding-top:.5rem}.info-block{display:flex;gap:1rem;align-items:flex-start}.info-icon{font-size:.7rem;color:var(--gold);margin-top:.3rem;flex-shrink:0}.info-block strong{display:block;font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem}.info-block p{font-size:.9rem;color:#e8dcc899;line-height:1.6}.info-block a{color:#e8dcc899;transition:color var(--transition)}.info-block a:hover{color:var(--beige)}.info-social{display:flex;gap:1rem;margin-top:.5rem}.social-link{font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#e8dcc866;border:1px solid rgba(232,220,200,.12);padding:.45rem 1rem;border-radius:var(--radius);transition:all var(--transition)}.social-link:hover{color:var(--gold);border-color:var(--gold)}.form-success{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem;gap:1rem}.form-success.visible{display:flex}.success-icon{font-size:2.5rem;color:var(--gold)}.form-success h3{font-family:var(--ff-display);font-size:1.5rem;color:var(--beige)}.form-success p{font-size:.9rem;color:#e8dcc880}.footer{background:var(--black);padding:4rem 0 2rem;border-top:1px solid rgba(201,168,76,.1)}.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;flex-wrap:wrap;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:.3rem}.footer-brand .logo-mark{font-size:1rem}.footer-brand .logo-text{font-size:.95rem}.footer-brand p{font-size:.8rem;color:#e8dcc84d;line-height:1.5;margin-top:.5rem}.footer-links{display:flex;flex-direction:column;gap:.7rem}.footer-links a{font-size:.82rem;color:#e8dcc866;letter-spacing:.05em;transition:color var(--transition)}.footer-links a:hover{color:var(--gold)}.footer-legal p{font-size:.75rem;color:#e8dcc833;line-height:1.6}.footer-legal a{color:#e8dcc84d;transition:color var(--transition)}.footer-legal a:hover{color:var(--gold)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(232,220,200,.06)}.runway-mini{display:flex;align-items:center;gap:1.5rem}.runway-mini-line{flex:1;height:1px;background:#e8dcc80f}.runway-mini span{font-family:var(--ff-sans);font-size:.65rem;font-weight:500;letter-spacing:.28em;color:#e8dcc826;text-transform:uppercase;white-space:nowrap}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.esperienza-layout{grid-template-columns:1fr;gap:3rem}.esperienza-visual{height:400px;order:-1}.treatment-feature{grid-template-columns:1fr;gap:2.5rem}.treatment-feature--reverse{direction:ltr}.about-layout{grid-template-columns:1fr;gap:3rem}.about-numbers{grid-template-columns:repeat(4,1fr)}.contact-layout{grid-template-columns:1fr;gap:3rem}.testimonials-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.section{padding:5rem 0}.nav-links{display:none}.nav-toggle,.mobile-menu{display:flex}.hero-content{padding:6rem 1.5rem 4rem}.boarding-pass,.flight-path{display:none}.services-grid{grid-template-columns:1fr}.esperienza-visual{height:300px}.exp-img-secondary{display:none}.form-row,.testimonials-grid{grid-template-columns:1fr}.testimonial-card--stat{display:none}.about-numbers{grid-template-columns:1fr 1fr}.footer-inner{flex-direction:column;gap:2rem}.footer-links{flex-direction:row;flex-wrap:wrap}.cta-strip-inner{flex-direction:column;text-align:center}.hero-meta{gap:1.2rem}.meta-divider{display:none}}@media (max-width: 480px){.container{padding:0 1.25rem}.hero-title-main,.hero-title-em{font-size:3.2rem}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;justify-content:center}.about-numbers{grid-template-columns:1fr 1fr}}
