*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--navy: #264653;--navy-deep: #142d35;--teal: #264653;--teal-light: #2a9d8f;--gold: #C9A84C;--gold-light: #d4ba6a;--white: #f5f2ed;--white-pure: #fff;--gray-100: #e8e4dd;--gray-200: #cec9c0;--gray-400: #8a8580;--gray-600: #5a5550;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif}html{overflow-x:hidden;font-size:18px}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}body{font-family:var(--font-body);background:var(--navy-deep);color:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}#cursorGlow{position:fixed;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.035) 0%,transparent 70%);pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:left .12s ease-out,top .12s ease-out}#loader{position:fixed;inset:0;z-index:10000;background:var(--navy-deep);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}#loader.done{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .6s ease,visibility .6s ease}#loaderCanvas{position:absolute;inset:0;width:100%;height:100%}.loader-compass{width:130px;height:130px;position:relative;z-index:2;margin-bottom:1.8rem}.compass-svg{width:100%;height:100%}.compass-ring{stroke-dasharray:565.5;stroke-dashoffset:565.5}.compass-ring-mid{stroke-dasharray:502.7;stroke-dashoffset:502.7}.compass-ring-inner{stroke-dasharray:377;stroke-dashoffset:377}.compass-needle{transform-origin:100px 100px}.compass-tick,.compass-cardinal{opacity:0}.loader-gps{position:relative;z-index:2;text-align:center;margin-bottom:2.5rem}.gps-ping-container{position:relative;width:16px;height:16px;margin:0 auto .8rem}.gps-dot{position:absolute;inset:5px;border-radius:50%;background:var(--gold)}.gps-ping{position:absolute;inset:0;border-radius:50%;border:1px solid var(--gold);animation:gpsPing 2s ease-out infinite}@keyframes gpsPing{0%{transform:scale(1);opacity:.6}to{transform:scale(3.5);opacity:0}}.gps-coords-line{margin-bottom:.4rem}.gps-coords{font-family:Courier New,Monaco,monospace;font-size:.82rem;letter-spacing:.12em;color:var(--gold);font-weight:400}.gps-location{font-size:.58rem;letter-spacing:.4em;text-transform:uppercase;color:var(--gray-400);font-weight:400;opacity:0}.loader-brand-wrap{position:relative;z-index:2;text-align:center;margin-bottom:2rem;opacity:0}.loader-logo-img{height:44px;width:auto;display:block;margin:0 auto .6rem}.loader-tagline{font-size:.58rem;letter-spacing:.5em;text-transform:uppercase;color:var(--gray-400);font-weight:300}.loader-progress{position:relative;z-index:2;text-align:center;width:200px;opacity:0}.loader-progress-track{width:100%;height:1px;background:#c9a84c1a;overflow:hidden}.loader-progress-bar{width:0;height:100%;background:var(--gold)}.loader-progress-text{font-size:.5rem;letter-spacing:.35em;text-transform:uppercase;color:#c9a84c59;margin-top:.8rem;font-weight:300}.loader-skyline{position:absolute;bottom:0;left:0;right:0;z-index:1;pointer-events:none;overflow:hidden}.skyline-img{display:block;width:100%;height:auto;opacity:0}#scrollProgress{position:fixed;top:0;left:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-light),var(--teal-light));z-index:9999;width:0;box-shadow:0 0 12px #c9a84c80;transform-origin:left}#worldCanvas{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 4rem;display:flex;align-items:center;justify-content:space-between;transition:all .5s cubic-bezier(.4,0,.2,1)}nav.scrolled{padding:1rem 4rem;background:#142d35eb;-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2);border-bottom:1px solid rgba(201,168,76,.08)}.nav-logo{text-decoration:none;display:flex;align-items:center}.nav-logo-img{height:70px;width:auto;transition:all .3s ease}nav.scrolled .nav-logo-img{height:50px}.footer-logo-img{height:50px;width:auto}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:var(--gray-200);text-decoration:none;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-weight:400;position:relative;padding:.3rem 0;transition:color .3s ease}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:width .4s cubic-bezier(.4,0,.2,1)}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-cta{padding:.6rem 1.8rem!important;border:1px solid var(--gold)!important;color:var(--gold)!important;transition:all .4s ease!important}.nav-cta:hover{background:var(--gold)!important;color:var(--navy-deep)!important}.nav-cta:after{display:none!important}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1001;padding:5px}.hamburger span{width:28px;height:1px;background:var(--gold);transition:all .4s cubic-bezier(.4,0,.2,1);transform-origin:center}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.mobile-menu{position:fixed;inset:0;z-index:999;background:#142d35f7;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;visibility:hidden;transition:all .5s cubic-bezier(.4,0,.2,1)}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu a{color:var(--white);text-decoration:none;font-family:var(--font-display);font-size:2rem;font-weight:300;letter-spacing:.1em;opacity:0;transform:translateY(20px);transition:all .4s ease,color .3s}.mobile-menu.active a{opacity:1;transform:translateY(0)}.mobile-menu a:hover{color:var(--gold)}.mobile-menu.active a:nth-child(1){transition-delay:.1s}.mobile-menu.active a:nth-child(2){transition-delay:.15s}.mobile-menu.active a:nth-child(3){transition-delay:.2s}.mobile-menu.active a:nth-child(4){transition-delay:.25s}.mobile-menu.active a:nth-child(5){transition-delay:.3s}.mobile-menu.active a:nth-child(6){transition-delay:.35s}.mobile-menu.active a:nth-child(7){transition-delay:.4s}section{position:relative;z-index:1}.section-pad{padding:8rem 4rem}.eyebrow{font-size:.7rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);font-weight:400;margin-bottom:1rem}.section-heading{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.2rem);font-weight:300;line-height:1.15;color:var(--navy)}.section-heading.light{color:var(--white-pure)}.section-heading em{font-style:italic;color:var(--gold)}.gold-line{width:50px;height:2px;background:var(--gold);margin-top:1.5rem}.gold-line.center{margin-left:auto;margin-right:auto}.section-header-center{text-align:center;margin-bottom:4rem}.section-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(201,168,76,.2),transparent);position:relative;z-index:1}.btn-gold{display:inline-block;padding:.85rem 2.2rem;background:var(--gold);color:var(--navy-deep);font-family:var(--font-body);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;border:none;cursor:pointer;text-decoration:none;border-radius:3px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.btn-gold:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.3),transparent);transform:translate(-100%);transition:transform .6s ease}.btn-gold:hover:before{transform:translate(100%)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c9a84c66}.btn-outline{display:inline-block;padding:.85rem 2.2rem;background:transparent;color:var(--white);font-family:var(--font-body);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;font-weight:400;border:1px solid rgba(255,255,255,.25);border-radius:3px;cursor:pointer;text-decoration:none;transition:all .4s ease}.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}#hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:clamp(5rem,10vh,7rem);overflow:hidden;z-index:1;--hero-plane-width: clamp(210px, 24vw, 410px);--hero-plane-top-start: clamp(4.75rem, 8vw, 6.5rem);--hero-plane-top-mid: clamp(5.15rem, 9vw, 7rem)}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 66%;transform:scale(1.28);z-index:0}.hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at 72% 6%,rgba(7,18,27,.92) 0%,rgba(7,18,27,.66) 18%,transparent 38%),radial-gradient(ellipse at 14% 6%,rgba(7,18,27,.78) 0%,rgba(7,18,27,.42) 24%,transparent 48%),linear-gradient(180deg,rgba(7,18,27,.72) 0%,rgba(7,18,27,.34) 16%,transparent 34%),radial-gradient(ellipse at 20% 80%,rgba(38,70,83,.25) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(201,168,76,.06) 0%,transparent 50%),linear-gradient(180deg,#142d358c,#142d35bf);z-index:1}.hero-overlay:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 12% 0%,rgba(5,14,22,.94) 0%,rgba(5,14,22,.78) 18%,rgba(5,14,22,.36) 34%,transparent 50%),radial-gradient(ellipse at 78% 0%,rgba(5,14,22,.9) 0%,rgba(5,14,22,.68) 18%,rgba(5,14,22,.24) 34%,transparent 50%),linear-gradient(180deg,rgba(5,14,22,.72) 0%,rgba(5,14,22,.32) 18%,transparent 38%)}.hero-plane{position:absolute;top:var(--hero-plane-top-start);left:calc(-1 * var(--hero-plane-width) - 4rem);width:var(--hero-plane-width);aspect-ratio:2.65 / 1;z-index:2;pointer-events:none;opacity:0;filter:drop-shadow(0 12px 28px rgba(0,0,0,.38));will-change:left,top,transform,opacity;animation:heroPlaneFly 22s linear infinite}.hero-plane-img{width:100%;height:100%;display:block;object-fit:cover;object-position:50% 54%;transform:scaleX(-1) rotate(-3deg);animation:heroPlaneBank 22s ease-in-out infinite}@keyframes heroPlaneFly{0%{left:calc(-1 * var(--hero-plane-width) - 4rem);top:calc(var(--hero-plane-top-start) + .45rem);opacity:0;transform:translateY(8px)}8%{opacity:.52}24%{left:10%;top:var(--hero-plane-top-start);opacity:.62;transform:translateY(0)}50%{left:34%;top:var(--hero-plane-top-mid);opacity:.66;transform:translateY(-4px)}76%{left:62%;top:calc(var(--hero-plane-top-mid) - .35rem);opacity:.58;transform:translateY(0)}92%{opacity:.48}to{left:calc(100% + 4rem);top:calc(var(--hero-plane-top-start) + .3rem);opacity:0;transform:translateY(6px)}}@keyframes heroPlaneBank{0%,to{transform:scaleX(-1) rotate(-3deg)}25%{transform:scaleX(-1) rotate(-1.5deg) translateY(-1px)}55%{transform:scaleX(-1) rotate(-4deg) translateY(1px)}80%{transform:scaleX(-1) rotate(-2.2deg) translateY(-1px)}}.hero-content{position:relative;z-index:3;text-align:center;max-width:min(1100px,calc(100vw - 4rem));padding:0 2rem}.hero-title{font-family:var(--font-display);font-size:clamp(2.8rem,5.2vw,5.3rem);font-weight:300;line-height:1.12;letter-spacing:-.01em;color:var(--white-pure);margin-bottom:1.8rem;opacity:0;text-shadow:0 2px 40px rgba(0,0,0,.3);text-wrap:balance}.hero-title-line{display:block}.hero-title em{font-style:italic;font-weight:400;background:linear-gradient(120deg,var(--gold),var(--gold-light),#fff,var(--gold-light),var(--gold));background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 5s linear infinite}@keyframes shimmer{to{background-position:200% center}}.hero-sub{font-size:1.05rem;line-height:1.7;color:var(--gray-200);font-weight:300;max-width:650px;margin:0 auto 2.5rem;opacity:0}.hero-buttons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;opacity:0}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:.4rem;opacity:0}.hero-scroll-indicator span{font-size:.55rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gray-400)}.scroll-line{width:1px;height:60px;position:relative;background:#c9a84c26;overflow:hidden}.scroll-dot{width:3px;height:3px;border-radius:50%;background:var(--gold);position:absolute;left:-1px;top:-3px;animation:scrollDot 2.5s ease-in-out infinite}@keyframes scrollDot{0%{top:-3px;opacity:0}20%{opacity:1}80%{opacity:1}to{top:60px;opacity:0}}.jet-animation{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}.jet-wrapper{position:absolute;width:clamp(220px,23vw,360px);aspect-ratio:2.65 / 1;animation:jetFly 32s cubic-bezier(.35,0,.65,1) infinite;will-change:left,top,transform,opacity;filter:drop-shadow(0 10px 40px rgba(0,0,0,.5))}.jet-img{width:100%;height:100%;display:block;object-fit:cover;object-position:50% 54%;transform:scaleX(-1);animation:jetTilt 32s ease-in-out infinite}.jet-smoke{position:absolute;top:58%;left:76%;transform:translateY(-50%);width:clamp(140px,14vw,220px);height:48px;pointer-events:none}.smoke-puff{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.25) 0%,rgba(201,168,76,.08) 40%,transparent 70%);filter:blur(6px);animation:smokeDrift 2.5s ease-out infinite}.smoke-1{width:18px;height:18px;left:0;top:50%;animation-delay:0s}.smoke-2{width:25px;height:25px;left:30px;top:45%;animation-delay:.4s}.smoke-3{width:32px;height:32px;left:70px;top:40%;animation-delay:.8s}.smoke-4{width:28px;height:28px;left:120px;top:48%;animation-delay:1.2s}.smoke-5{width:22px;height:22px;left:170px;top:42%;animation-delay:1.6s}@keyframes jetFly{0%{left:calc(100% + 3rem);top:10%;transform:rotate(1.5deg) scale(.92);opacity:0}10%{left:78%;top:11%;opacity:.9}34%{left:56%;top:13%;transform:rotate(.8deg) scale(.98)}54%{left:37%;top:9%;transform:rotate(0) scale(1)}76%{left:15%;top:12%;transform:rotate(-.8deg) scale(.97)}92%{left:-1%;top:14%;opacity:.82}to{left:-20%;top:16%;transform:rotate(-1.5deg) scale(.9);opacity:0}}@keyframes jetTilt{0%{transform:rotateY(0) rotateX(2deg)}25%{transform:rotateY(-2deg) rotateX(-1deg)}50%{transform:rotateY(0) rotateX(0)}75%{transform:rotateY(2deg) rotateX(1deg)}to{transform:rotateY(0) rotateX(2deg)}}@keyframes smokeDrift{0%{opacity:.6;transform:translate(0) translateY(-50%) scale(.4)}30%{opacity:.4}to{opacity:0;transform:translate(60px) translateY(-50%) scale(2)}}.yacht-animation{position:absolute;bottom:0;left:0;right:0;height:40%;z-index:2;pointer-events:none;overflow:hidden;mask-image:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,transparent 100%);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,transparent 100%)}.ocean-scene{position:absolute;bottom:0;left:0;right:0;height:100%}.ocean-waves{position:absolute;bottom:0;left:-5%;right:-5%;height:70%}.wave{position:absolute;left:-5%;right:-5%;bottom:0;background-repeat:repeat-x;background-size:800px 100%}.wave-1{height:100%;background:linear-gradient(180deg,transparent 0%,rgba(20,50,63,0) 30%,rgba(20,50,63,.15) 50%,rgba(25,60,70,.25) 70%,rgba(30,70,83,.35) 100%);animation:waveShift1 8s ease-in-out infinite;border-radius:40% 60% 0 0/20px 15px 0 0}.wave-2{height:75%;background:linear-gradient(180deg,transparent 0%,rgba(38,70,83,.1) 40%,rgba(38,70,83,.22) 70%,rgba(42,157,143,.15) 100%);animation:waveShift2 6s ease-in-out infinite;border-radius:55% 45% 0 0/18px 12px 0 0}.wave-3{height:55%;background:linear-gradient(180deg,transparent 0%,rgba(25,60,73,.12) 50%,rgba(30,70,83,.2) 100%);animation:waveShift3 10s ease-in-out infinite;border-radius:48% 52% 0 0/14px 20px 0 0}.wave-4{height:35%;background:linear-gradient(180deg,transparent 0%,rgba(15,40,50,.25) 50%,rgba(20,45,53,.6) 100%);animation:waveShift4 7s ease-in-out infinite;border-radius:52% 48% 0 0/10px 16px 0 0}@keyframes waveShift1{0%,to{transform:translate(0) scaleY(1)}50%{transform:translate(-30px) scaleY(1.05)}}@keyframes waveShift2{0%,to{transform:translate(0) scaleY(1)}50%{transform:translate(25px) scaleY(1.08)}}@keyframes waveShift3{0%,to{transform:translate(0) scaleY(1)}50%{transform:translate(-20px) scaleY(1.04)}}@keyframes waveShift4{0%,to{transform:translate(0)}50%{transform:translate(15px)}}.ocean-foam{position:absolute;bottom:20%;left:0;right:0;height:3px;background:radial-gradient(ellipse 2px 1px at 10% 50%,rgba(255,255,255,.3) 0%,transparent 100%),radial-gradient(ellipse 3px 1px at 25% 50%,rgba(201,168,76,.15) 0%,transparent 100%),radial-gradient(ellipse 2px 1px at 40% 50%,rgba(255,255,255,.25) 0%,transparent 100%),radial-gradient(ellipse 2px 1px at 55% 50%,rgba(201,168,76,.12) 0%,transparent 100%),radial-gradient(ellipse 3px 1px at 70% 50%,rgba(255,255,255,.2) 0%,transparent 100%),radial-gradient(ellipse 2px 1px at 85% 50%,rgba(201,168,76,.1) 0%,transparent 100%);animation:foamShimmer 4s ease-in-out infinite alternate;filter:blur(.5px)}@keyframes foamShimmer{0%{opacity:.5;transform:translate(-10px)}to{opacity:1;transform:translate(10px)}}.yacht-wrapper{position:absolute;bottom:18%;animation:yachtSail 38s linear infinite;will-change:transform;filter:drop-shadow(0 8px 30px rgba(0,0,0,.5))}.yacht-img{width:clamp(200px,28vw,420px);height:auto;display:block;transform:scaleX(-1);animation:yachtBob 4s ease-in-out infinite}.yacht-wake{position:absolute;bottom:-5px;left:-20%;width:140%;height:20px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.06) 20%,rgba(42,157,143,.08) 50%,rgba(255,255,255,.04) 80%,transparent 100%);filter:blur(4px);animation:wakePulse 3s ease-in-out infinite}@keyframes yachtSail{0%{left:-35%;opacity:0}5%{opacity:.9}50%{opacity:1}92%{opacity:.9}to{left:110%;opacity:0}}@keyframes yachtBob{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-6px) rotate(-.5deg)}50%{transform:translateY(2px) rotate(.3deg)}75%{transform:translateY(-4px) rotate(-.3deg)}}@keyframes wakePulse{0%,to{opacity:.6;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.1)}}.yacht-ripples{position:absolute;top:50%;right:-10%;width:200px;height:100px;transform:translateY(-30%);pointer-events:none}.ripple{position:absolute;border:1.5px solid rgba(201,168,76,.3);border-radius:50%;animation:rippleExpand 3s ease-out infinite}.ripple-1{width:20px;height:10px;top:50%;left:0;animation-delay:0s}.ripple-2{width:20px;height:10px;top:50%;left:0;animation-delay:1s}.ripple-3{width:20px;height:10px;top:50%;left:0;animation-delay:2s}@keyframes rippleExpand{0%{opacity:.6;transform:translateY(-50%) scale(1)}to{opacity:0;transform:translate(80px,-50%) scaleX(5) scaleY(3)}}.ocean-scene:before{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:repeating-linear-gradient(90deg,transparent 0px,transparent 80px,rgba(201,168,76,.03) 80px,rgba(201,168,76,.03) 82px),repeating-linear-gradient(90deg,transparent 0px,transparent 120px,rgba(42,157,143,.02) 120px,rgba(42,157,143,.02) 123px);animation:reflectionShift 12s linear infinite;pointer-events:none}@keyframes reflectionShift{0%{transform:translate(0) skew(0)}50%{transform:translate(-40px) skew(-.5deg)}to{transform:translate(0) skew(0)}}.ocean-scene:after{content:"";position:absolute;bottom:25%;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(201,168,76,.08) 15%,transparent 30%,rgba(255,255,255,.06) 45%,transparent 60%,rgba(201,168,76,.06) 75%,transparent 100%);animation:surfaceGlint 6s ease-in-out infinite alternate}@keyframes surfaceGlint{0%{transform:translate(-20px);opacity:.5}to{transform:translate(20px);opacity:1}}#about{background:radial-gradient(ellipse at 0% 0%,rgba(38,70,83,.08) 0%,transparent 50%),radial-gradient(ellipse at 100% 100%,rgba(201,168,76,.04) 0%,transparent 50%),var(--white);color:var(--navy)}.about-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1200px;margin:0 auto}.about-left p{font-size:1rem;line-height:1.85;color:var(--gray-600);font-weight:300;margin-bottom:1rem}.about-right{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.stat-card{padding:2rem;background:var(--navy-deep);border:1px solid rgba(201,168,76,.1);position:relative;overflow:hidden;transition:all .5s ease}.stat-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:0;background:var(--gold);transition:height .6s cubic-bezier(.4,0,.2,1)}.stat-card:hover:before{height:100%}.stat-card:hover{border-color:#c9a84c40;transform:translateY(-5px);box-shadow:0 12px 40px #c9a84c14}.stat-num{font-family:var(--font-display);font-size:2.8rem;font-weight:300;color:var(--gold);line-height:1;display:inline}.stat-plus{font-family:var(--font-display);font-size:2rem;color:var(--gold);font-weight:300}.stat-label{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-200);font-weight:400;margin-top:.5rem}#services{position:relative;z-index:1;background:var(--navy-deep);overflow:hidden}.services-pin{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:4rem}.services-header{text-align:center;margin-bottom:3rem}.services-track{display:flex;gap:2rem;padding:1rem 0;justify-content:center;flex-wrap:wrap}.s-card{width:320px;flex-shrink:0;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px;position:relative;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;transition:all .5s cubic-bezier(.4,0,.2,1)}.s-card-glow{position:absolute;inset:0;background:radial-gradient(circle at 50% 30%,rgba(201,168,76,.06) 0%,transparent 60%);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:1}.s-card:hover .s-card-glow{opacity:1}.s-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--gold),var(--teal-light),transparent);transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.4,0,.2,1);z-index:2}.s-card:hover{border-color:#c9a84c33;transform:translateY(-8px)}.s-card:hover:after{transform:scaleX(1)}.s-card-img{width:100%;height:200px;overflow:hidden;position:relative}.s-card-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,rgba(20,45,53,.95) 100%);pointer-events:none}.s-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.s-card:hover .s-card-img img{transform:scale(1.08)}.s-card-body{padding:1.4rem 1.8rem 1.8rem;display:flex;flex-direction:column;flex:1}.s-card h3{font-family:var(--font-display);font-size:1.3rem;font-weight:400;color:var(--white-pure);margin-bottom:.8rem}.s-card p{font-size:.84rem;line-height:1.7;color:var(--gray-200);font-weight:300;margin-bottom:1rem;flex:1}.s-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.2rem}.s-card-tags span{padding:.22rem .55rem;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;border:1px solid rgba(201,168,76,.2);border-radius:4px;color:var(--gold);font-weight:400;transition:all .3s ease}.s-card:hover .s-card-tags span{background:#c9a84c14;border-color:#c9a84c66}.s-card-arrow{display:flex;align-items:center}.s-card-arrow svg{width:20px;height:20px;stroke:var(--gold);fill:none;stroke-width:1.5;transition:transform .3s ease}.s-card:hover .s-card-arrow svg{transform:translate(6px)}.service-modal-overlay{position:fixed;inset:0;z-index:10000;background:#142d358c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;padding:2rem;overflow-y:auto;overscroll-behavior:contain}.service-modal-overlay.active{opacity:1;visibility:visible}.service-modal{position:relative;width:100%;max-width:940px;max-height:88vh;background:linear-gradient(165deg,#193741b8,#0c1e26c7);backdrop-filter:blur(48px) saturate(1.4);-webkit-backdrop-filter:blur(48px) saturate(1.4);border:1px solid rgba(201,168,76,.18);border-radius:18px;box-shadow:0 40px 100px #0000008c,0 0 0 1px #ffffff0a inset,0 1px #ffffff12 inset;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;transform:translateY(30px) scale(.96);opacity:0;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s ease;scrollbar-width:thin;scrollbar-color:rgba(201,168,76,.3) transparent}.service-modal::-webkit-scrollbar{width:5px}.service-modal::-webkit-scrollbar-track{background:transparent}.service-modal::-webkit-scrollbar-thumb{background:#c9a84c59;border-radius:4px}.service-modal-overlay.active .service-modal{transform:translateY(0) scale(1);opacity:1}.service-modal-close{position:sticky;top:0;float:right;width:44px;height:44px;margin:1.2rem 1.2rem 0 0;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.service-modal-close:hover{background:#c9a84c1f;border-color:#c9a84c59;transform:rotate(90deg)}.service-modal-close svg{width:18px;height:18px;stroke:var(--gray-200);fill:none;stroke-width:2}.service-modal-close:hover svg{stroke:var(--gold)}.service-modal-inner{padding:0 3.5rem 3.5rem;margin-top:-2rem}.service-modal-icon{width:56px;height:56px;margin-bottom:1.5rem}.service-modal-icon svg{width:100%;height:100%;stroke:var(--gold);fill:none;stroke-width:1.2}.service-modal-title{font-family:var(--font-display);font-size:2.2rem;font-weight:400;color:var(--white-pure);margin-bottom:1rem}.service-modal-inner .gold-line{width:48px;height:2px;background:var(--gold);margin-bottom:1.8rem}.service-modal-intro{font-size:1.05rem;line-height:1.85;color:var(--gray-200);font-weight:300;font-style:italic;margin-bottom:2.5rem}.service-modal-body h4{font-family:var(--font-display);font-size:1.2rem;font-weight:500;color:var(--gold);margin:2rem 0 1rem;letter-spacing:.02em}.service-modal-body h4:first-child{margin-top:0}.service-modal-body p{font-size:.92rem;line-height:1.8;color:var(--gray-200);font-weight:300;margin-bottom:.8rem}.service-modal-body ul{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.5rem .7rem}.service-modal-body ul li{padding:.4rem .9rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(201,168,76,.2);background:#c9a84c0a;border-radius:6px;color:var(--gold);font-weight:400;transition:all .3s ease}.service-modal-body ul li:hover{background:#c9a84c1a;border-color:#c9a84c73}.service-modal-body .modal-section{padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.service-modal-body .modal-section:last-child{border-bottom:none}.service-modal-contact{margin-top:2.5rem;padding-top:1.8rem;border-top:1px solid rgba(255,255,255,.06);text-align:center}.service-modal-contact .eyebrow{margin-bottom:.8rem}.service-modal-contact-row{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.service-modal-contact-row a{color:var(--white);text-decoration:none;font-size:.9rem;font-weight:300;transition:color .3s}.service-modal-contact-row a:hover{color:var(--gold)}.service-modal-divider{color:var(--gray-400);font-weight:300}@media(max-width:768px){.service-modal-overlay{padding:.75rem}.service-modal{max-height:92vh;border-radius:12px}.service-modal-inner{padding:0 1.5rem 2rem}.service-modal-title{font-size:1.5rem}.service-modal-contact-row{flex-direction:column;gap:.4rem}.service-modal-divider{display:none}}#team{background:linear-gradient(180deg,var(--navy) 0%,var(--navy-deep) 100%)}.team-wrapper{max-width:1200px;margin:0 auto}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem}.team-card{position:relative;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:2.5rem 2rem 2rem;text-align:center;cursor:pointer;transition:all .4s ease;display:flex;flex-direction:column;align-items:center}.team-card:hover{background:#c9a84c0a;border-color:#c9a84c33;transform:translateY(-6px);box-shadow:0 20px 50px #00000040}.team-card-photo{width:110px;height:110px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;border:2px solid rgba(201,168,76,.25);background:#c9a84c0d;display:flex;align-items:center;justify-content:center}.team-card-photo img{width:100%;height:100%;object-fit:cover}.team-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#c9a84c59}.team-card-placeholder svg{width:44px;height:44px}.team-card-info{margin-bottom:1rem}.team-card-info h4{font-family:var(--font-display);font-size:1.3rem;font-weight:400;color:var(--white-pure);margin-bottom:.3rem}.team-card-role{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);font-weight:400}.team-card-arrow{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-top:auto}.team-card-arrow svg{width:16px;height:16px;stroke:var(--gray-400);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.team-card:hover .team-card-arrow{border-color:#c9a84c66;background:#c9a84c14}.team-card:hover .team-card-arrow svg{stroke:var(--gold)}.team-modal-overlay{position:fixed;inset:0;z-index:10000;background:#142d358c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;visibility:hidden;transition:all .4s ease;overscroll-behavior:contain}.team-modal-overlay.active{opacity:1;visibility:visible}.team-modal{position:relative;width:100%;max-width:680px;max-height:88vh;background:linear-gradient(165deg,#1a3a42,#0f2027);border:1px solid rgba(201,168,76,.12);border-radius:20px;overflow-y:auto;overflow-x:hidden;transform:translateY(30px) scale(.95);opacity:0;transition:all .45s cubic-bezier(.16,1,.3,1);scrollbar-width:thin;scrollbar-color:rgba(201,168,76,.3) transparent}.team-modal::-webkit-scrollbar{width:5px}.team-modal::-webkit-scrollbar-track{background:transparent}.team-modal::-webkit-scrollbar-thumb{background:#c9a84c59;border-radius:4px}.team-modal-overlay.active .team-modal{transform:translateY(0) scale(1);opacity:1}.team-modal-close{position:sticky;top:0;float:right;width:44px;height:44px;margin:1.2rem 1.2rem 0 0;background:#0f202799;border:1px solid rgba(255,255,255,.08);border-radius:50%;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.team-modal-close:hover{background:#c9a84c1f;border-color:#c9a84c59;transform:rotate(90deg)}.team-modal-close svg{width:18px;height:18px;stroke:var(--gray-200);fill:none;stroke-width:2}.team-modal-close:hover svg{stroke:var(--gold)}.team-modal-inner{padding:0 3rem 3rem;margin-top:-1.5rem}.team-modal-header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.team-modal-photo{width:120px;height:120px;min-width:120px;border-radius:50%;overflow:hidden;border:2px solid rgba(201,168,76,.3);background:#c9a84c0d;display:flex;align-items:center;justify-content:center}.team-modal-photo img{width:100%;height:100%;object-fit:cover}.team-modal-photo .team-card-placeholder svg{width:48px;height:48px}.team-modal-name{font-family:var(--font-display);font-size:1.8rem;font-weight:400;color:var(--white-pure);margin-bottom:.3rem}.team-modal-role{display:block;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);font-weight:400;margin-bottom:1rem}.team-modal-linkedin{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--gray-300);text-decoration:none;padding:.45rem 1rem;border-radius:6px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.team-modal-linkedin svg{width:16px;height:16px}.team-modal-linkedin:hover{color:var(--gold);border-color:#c9a84c4d;background:#c9a84c0f}.team-modal-inner .gold-line{width:48px;height:2px;background:var(--gold);margin-bottom:1.8rem}.team-modal-body h4{font-family:var(--font-display);font-size:1.1rem;font-weight:500;color:var(--gold);margin:1.8rem 0 .8rem;letter-spacing:.02em}.team-modal-body h4:first-child{margin-top:0}.team-modal-body p{font-size:.92rem;line-height:1.8;color:var(--gray-200);font-weight:300;margin-bottom:.6rem}.team-modal-body ul{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.5rem .7rem}.team-modal-body ul li{padding:.4rem .9rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;background:#c9a84c0f;border:1px solid rgba(201,168,76,.15);border-radius:4px;color:var(--gray-200)}@media(max-width:1024px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.team-grid{grid-template-columns:1fr;max-width:380px;margin:1rem auto 0}.team-modal-overlay{padding:.75rem}.team-modal{max-height:92vh;border-radius:12px}.team-modal-inner{padding:0 1.5rem 2rem}.team-modal-header{flex-direction:column;text-align:center;gap:1.2rem}.team-modal-name{font-size:1.4rem}}#why{position:relative;overflow:hidden;--why-jet-width: clamp(220px, 23vw, 360px);--why-yacht-width: clamp(240px, 28vw, 420px);background:linear-gradient(135deg,var(--teal) 0%,var(--navy) 50%,var(--navy-deep) 100%)}.why-wrapper{position:relative;z-index:3;max-width:1200px;margin:0 auto}#why .jet-animation,#why .yacht-animation{z-index:1;opacity:.45;overflow:visible}#why .jet-wrapper{width:var(--why-jet-width)}#why .jet-img{opacity:.72}#why .yacht-animation{height:32%;min-height:180px;mask-image:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.35) 45%,transparent 100%);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.35) 45%,transparent 100%)}#why .yacht-wrapper{bottom:8%;width:var(--why-yacht-width);aspect-ratio:2.8 / 1}#why .yacht-img{width:100%;height:100%;object-fit:cover;object-position:58% 44%;opacity:.72}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.why-card{text-align:center;padding:3rem 2rem;border:1px solid rgba(255,255,255,.06);background:linear-gradient(160deg,#ffffff0a,#ffffff03);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.why-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(201,168,76,.15),transparent);opacity:0;transition:opacity .5s ease}.why-card:hover:before{opacity:1}.why-card:hover{border-color:#c9a84c33;background:linear-gradient(160deg,#c9a84c0f,#ffffff05);transform:translateY(-8px);box-shadow:0 20px 50px #00000040,0 0 40px #c9a84c0f}.why-icon{width:80px;height:80px;margin:0 auto 1.8rem;position:relative;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.4,0,.2,1)}.why-icon-ring{position:absolute;inset:0;border-radius:50%;border:1.5px solid rgba(201,168,76,.3);background:linear-gradient(145deg,#c9a84c14,#c9a84c05,#c9a84c0f);box-shadow:inset 0 1px 1px #ffffff0f,inset 0 -2px 4px #00000026,0 4px 12px #00000026,0 0 0 1px #c9a84c0d;transition:all .5s ease}.why-icon-glow{position:absolute;inset:-8px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.12) 0%,transparent 70%);opacity:0;transition:opacity .5s ease;pointer-events:none}.why-icon svg{width:28px;height:28px;stroke:var(--gold);fill:none;stroke-width:1.3;position:relative;z-index:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));transition:all .5s ease}.why-card:hover .why-icon{transform:scale(1.1)}.why-card:hover .why-icon-ring{border-color:#c9a84c80;background:linear-gradient(145deg,#c9a84c26,#c9a84c0a,#c9a84c1a);box-shadow:inset 0 1px 2px #ffffff1a,inset 0 -2px 4px #0003,0 6px 20px #0003,0 0 25px #c9a84c1f}.why-card:hover .why-icon-glow{opacity:1}.why-card:hover .why-icon svg{filter:drop-shadow(0 0 8px rgba(201,168,76,.4));transform:scale(1.08)}.why-card h4{font-family:var(--font-display);font-size:1.3rem;font-weight:400;color:var(--white-pure);margin-bottom:.8rem}.why-card p{font-size:.85rem;line-height:1.7;color:var(--gray-200);font-weight:300}#memberships{background:var(--white);overflow:hidden;padding:4rem 0}.ticker-section{border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:2.5rem 0;overflow:hidden}.ticker-track{display:flex;align-items:center;gap:5rem;animation:tickerScroll 30s linear infinite;width:max-content}.ticker-track:hover{animation-play-state:paused}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{display:flex;align-items:center;justify-content:center;flex-shrink:0}.ticker-logo{height:50px;width:auto;max-width:180px;object-fit:contain;border-radius:6px;filter:grayscale(100%) opacity(.55);transition:filter .4s ease}.ticker-item:hover .ticker-logo{filter:grayscale(0%) opacity(1)}#global{background:var(--navy-deep)}.global-wrapper{max-width:1280px;margin:0 auto}.global-layout{display:grid;grid-template-columns:minmax(300px,.86fr) minmax(460px,1.14fr);gap:clamp(2.5rem,4vw,4.5rem);align-items:center}.globe-container{width:min(100%,520px);min-width:0;min-height:350px;height:clamp(360px,34vw,450px);position:relative;justify-self:center}.offices-stack{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.office-card{width:100%;min-width:0;padding:2rem;border:1px solid rgba(255,255,255,.06);background:#ffffff05;position:relative;overflow:hidden;transition:all .5s ease}.office-card:hover{border-color:#c9a84c33;transform:translate(8px);box-shadow:0 10px 30px #00000026}.office-badge{position:absolute;top:1rem;right:1rem;font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold);padding:.2rem .5rem}.office-card h3{font-family:var(--font-display);font-size:1.6rem;font-weight:300;color:var(--white-pure);margin-bottom:.3rem}.office-partner{font-size:.65rem;letter-spacing:.1em;color:var(--gold);text-transform:uppercase;margin-bottom:.8rem;display:block}.office-line{width:25px;height:1px;background:var(--gold);margin-bottom:.8rem;opacity:.4}.office-card p{font-size:.85rem;line-height:1.65;color:var(--gray-200);font-weight:300}#contact{position:relative;overflow:hidden;background:radial-gradient(ellipse at 80% 20%,rgba(201,168,76,.06) 0%,transparent 60%),linear-gradient(180deg,var(--navy) 0%,var(--navy-deep) 100%)}.contact-deco{position:absolute;right:2%;top:50%;transform:translateY(-50%);width:clamp(380px,42vw,580px);height:clamp(380px,42vw,580px);pointer-events:none;z-index:0}.contact-compass-svg{width:100%;height:100%;animation:compassSpin 90s linear infinite}.contact-needle{transform-origin:200px 200px;animation:needleWobble 6s ease-in-out infinite}.orbit-dot{transform-origin:200px 200px;animation:orbitSpin 15s linear infinite}@keyframes compassSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes needleWobble{0%,to{transform:rotate(0)}25%{transform:rotate(8deg)}75%{transform:rotate(-8deg)}}@keyframes orbitSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-ships{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.contact-ship{position:absolute;opacity:0;height:auto;object-fit:contain}.ship-1{width:clamp(80px,10vw,120px);bottom:25%;animation:shipSail1 25s linear infinite}.ship-2{width:clamp(60px,7vw,90px);bottom:18%;animation:shipSail2 30s linear infinite 8s}.ship-3{width:clamp(45px,5vw,65px);bottom:32%;animation:shipSail3 35s linear infinite 16s}@keyframes shipSail1{0%{right:-15%;opacity:0}5%{opacity:.8}50%{opacity:1}92%{opacity:.8}to{right:110%;opacity:0}}@keyframes shipSail2{0%{left:-10%;opacity:0;transform:scaleX(-1)}5%{opacity:.6}50%{opacity:.7}92%{opacity:.6}to{left:110%;opacity:0;transform:scaleX(-1)}}@keyframes shipSail3{0%{right:-10%;opacity:0}5%{opacity:.5}50%{opacity:.6}92%{opacity:.5}to{right:110%;opacity:0}}.contact-wrapper{display:grid;grid-template-columns:minmax(300px,1fr) minmax(320px,1fr);gap:clamp(2.5rem,5vw,5rem);max-width:1100px;margin:0 auto;position:relative;z-index:1}.contact-left,.contact-form{min-width:0}.contact-desc{font-size:.95rem;line-height:1.8;color:var(--gray-200);font-weight:300;margin-bottom:2.5rem}.contact-details{display:flex;flex-direction:column;gap:1.2rem}.contact-row{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:42px;height:42px;flex-shrink:0;border:1px solid rgba(201,168,76,.25);display:flex;align-items:center;justify-content:center;transition:all .4s ease}.contact-row:hover .contact-icon{background:#c9a84c14;border-color:var(--gold)}.contact-icon svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:1.5}.contact-row label{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-400);display:block;margin-bottom:.2rem}.contact-row a,.contact-row span{color:var(--white);text-decoration:none;font-size:.92rem;font-weight:300;transition:color .3s}.contact-row a:hover{color:var(--gold)}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.contact-form input,.contact-form textarea{width:100%;padding:1rem 1.2rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:var(--white);font-family:var(--font-body);font-size:.9rem;font-weight:300;transition:all .4s ease;outline:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--gray-400);font-weight:300}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold);background:#c9a84c0a;box-shadow:0 0 20px #c9a84c14}.contact-form textarea{resize:vertical;min-height:130px}.contact-form .btn-gold{align-self:flex-start}footer{background:linear-gradient(180deg,#142d35f7,#142d35fb 42%,#0a1a1f);border-top:1px solid rgba(201,168,76,.08);padding:4rem 4rem 0;position:relative;z-index:1;overflow:hidden}footer:before{content:"";position:absolute;inset:0;background:radial-gradient(120% 85% at 50% 115%,#c9a84c1f,#c9a84c08 36%,#142d3500 62%),linear-gradient(180deg,#142d3514,#142d3500 30%);pointer-events:none}.footer-brand{text-align:center;max-width:980px;margin:0 auto 2.5rem;position:relative;z-index:5}.footer-logo-link{display:inline-block}.footer-brand .footer-logo-img{display:block;height:80px;width:auto;margin:0 auto 1.5rem}.footer-brand p{font-size:.95rem;line-height:1.8;color:var(--gray-200);font-weight:300;margin:0}.footer-brand p+p{margin-top:.25rem}.footer-inner{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:0;max-width:1120px;margin:0 auto;padding-top:2.5rem;border-top:1px solid rgba(201,168,76,.16);position:relative;z-index:5}.footer-col{padding:0 2.75rem}.footer-col h4{font-size:.68rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.15rem;font-weight:500}.footer-col a{display:block;color:var(--gray-400);text-decoration:none;font-size:.85rem;font-weight:300;margin-bottom:.65rem;transition:all .3s ease;padding-left:0}.footer-col a:hover{color:var(--gold);padding-left:6px}.footer-bullet{color:var(--gold);margin-right:.3rem}.footer-col-divider{width:1px;background:#c9a84c29;align-self:stretch}.footer-skyline-wrap{position:relative;width:100%;max-width:100%;margin:-6rem auto 0;height:clamp(280px,24vw,360px);overflow:hidden;z-index:1;pointer-events:none}.footer-skyline-wrap:before,.footer-skyline-wrap:after{content:"";position:absolute;left:0;right:0;pointer-events:none;z-index:1}.footer-skyline-wrap:before{top:0;height:50%;background:linear-gradient(180deg,#142d35,#142d35b3,#142d354d 60%,#142d3500)}.footer-skyline-wrap:after{display:none}.footer-skyline-img{width:100%;height:100%;object-fit:cover;object-position:center 46%;display:block;opacity:.85;mix-blend-mode:normal;filter:brightness(.88) contrast(1.02) saturate(1.1) sepia(.08);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 12%,rgba(0,0,0,.7) 30%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%),linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 8%,rgba(0,0,0,1) 92%,rgba(0,0,0,0) 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(to bottom,#0000,#0000004d 12%,#000000b3 30%,#000 50% 100%),linear-gradient(to right,#0000,#000 8% 92%,#0000);mask-composite:intersect;pointer-events:none}.footer-bottom{max-width:1120px;margin:0 auto;padding:1.4rem 1rem 2.6rem;border-top:1px solid rgba(201,168,76,.18);display:flex;flex-direction:column;align-items:center;gap:1.1rem;position:relative;z-index:5}.footer-bottom p{font-size:.82rem;color:var(--gray-200);font-weight:300;text-align:center;margin:0;line-height:1.55}.footer-bottom p+p{opacity:.85}.footer-built{letter-spacing:.04em}.footer-heart{color:#e63946;display:inline-block;margin:0 .15em;transform:translateY(1px);animation:heartBeat 1.6s ease-in-out infinite}@keyframes heartBeat{0%,to{transform:translateY(1px) scale(1)}25%{transform:translateY(1px) scale(1.18)}50%{transform:translateY(1px) scale(1)}75%{transform:translateY(1px) scale(1.12)}}.footer-social{display:flex;align-items:center;gap:1.05rem}.footer-social a{width:22px;height:22px;color:#c9a84cd9;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,color .3s ease;text-decoration:none}.footer-social a:hover{color:var(--gold);transform:translateY(-2px)}.footer-social a svg{width:16px;height:16px;fill:currentColor;stroke:none}.footer-social a[aria-label=Email] svg{fill:none;stroke:currentColor;stroke-width:1.8}.footer-social-line{display:block;width:94px;height:1px;background:linear-gradient(90deg,#c9a84c00,#c9a84ce6 45%,#c9a84c00)}#backTop{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;background:var(--gold);color:var(--navy-deep);border:none;cursor:pointer;z-index:100;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .4s ease}#backTop.visible{opacity:1;visibility:visible;transform:translateY(0)}#backTop:hover{transform:translateY(-3px);box-shadow:0 8px 20px #c9a84c66}#backTop svg{width:18px;height:18px;stroke:var(--navy-deep);fill:none;stroke-width:2.5}@media(max-width:1024px){.section-pad{padding:5rem 2rem}nav{padding:1.2rem 2rem}nav.scrolled{padding:.8rem 2rem}.hero-video{object-position:54% 78%;transform:scale(1.42)}.hero-plane{opacity:0}#hero{--hero-plane-width: clamp(180px, 26vw, 280px);--hero-plane-top-start: 4.4rem;--hero-plane-top-mid: 4.9rem}.about-wrapper,.contact-wrapper{grid-template-columns:1fr;gap:3rem}.global-layout{grid-template-columns:1fr}.globe-container{width:min(100%,520px);height:350px}#why{--why-jet-width: clamp(190px, 24vw, 260px);--why-yacht-width: clamp(220px, 30vw, 320px)}#why .jet-animation{opacity:.32}#why .yacht-animation{opacity:.36;height:28%;min-height:150px}.why-grid{grid-template-columns:repeat(2,1fr)}footer{padding:3.5rem 2rem 0}.footer-inner{grid-template-columns:1fr auto 1fr auto 1fr}.footer-col{padding:0 1.5rem}.footer-skyline-wrap{margin-top:-4.5rem;height:clamp(250px,29vw,330px)}.services-pin{padding:4rem 2rem}#cursorGlow{display:none}.loader-compass{width:100px;height:100px}}@media(max-width:768px){.nav-links{display:none}.hamburger{display:flex}.section-pad{padding:4rem 1.5rem}.hero-video{object-position:56% 70%;transform:scale(1.34)}.hero-plane{opacity:0}#hero{--hero-plane-width: clamp(150px, 34vw, 220px);--hero-plane-top-start: 3.9rem;--hero-plane-top-mid: 4.3rem}.hero-content{max-width:min(760px,calc(100vw - 3rem));padding:0 1.5rem}.hero-scroll-indicator,#why .jet-animation{display:none}#why .yacht-animation{opacity:.26;height:22%;min-height:120px}.why-grid{grid-template-columns:1fr}.about-right{grid-template-columns:1fr 1fr;gap:1rem}.form-row{grid-template-columns:1fr}footer{padding:3rem 1.5rem 0}.footer-brand .footer-logo-img{height:44px}.footer-brand p{font-size:.88rem;line-height:1.7}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-col-divider{width:100%;height:1px;align-self:auto}.footer-col{padding:0}.footer-skyline-wrap{margin-top:-2.8rem;height:clamp(200px,50vw,260px)}.footer-bottom{flex-direction:column;text-align:center;padding:1.2rem 1rem 2rem}.footer-bottom p{font-size:.78rem}.footer-social-line{width:64px}.globe-container{height:280px}.s-card{width:280px}.s-card-img{height:160px}.services-pin{padding:3rem 1.5rem}.loader-compass{width:90px;height:90px}.loader-logo-img{height:32px}}@media(max-width:480px){.about-right{grid-template-columns:1fr}.hero-plane{display:none}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons a{width:100%;text-align:center}.hero-title{font-size:clamp(2.7rem,12vw,4rem)}#why .yacht-animation{display:none}.s-card{width:260px}.s-card-img{height:140px}.s-card-body{padding:1.2rem 1.4rem 1.5rem}.footer-brand .footer-logo-img{height:38px}.footer-brand p{font-size:.82rem;line-height:1.65}.footer-skyline-wrap{margin-top:-1.5rem;height:clamp(170px,62vw,220px)}.footer-social-line{width:46px}}
