@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Inter:wght@300;400;500;600&family=Rajdhani:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--off-white: #F6F8F7;--charcoal: #1A211F;--turquoise: #D1AC5D;--gold: #D1AC5D;--gold-soft: rgba(209, 172, 93, .08);--gold-hover: rgba(209, 172, 93, .15);--border: rgba(26, 33, 31, .12);--border-light: rgba(26, 33, 31, .07);--text-muted: rgba(26, 33, 31, .55);--header-h: 80px;--max-w: 1280px;--px: 6vw}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,sans-serif;font-weight:400;background:var(--off-white);color:var(--charcoal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65;overflow-x:hidden;text-shadow:0 1px 2px rgba(0,0,0,.15),0 2px 4px rgba(0,0,0,.1)}a{text-decoration:none;color:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeUp .75s ease both}.page-root{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}main{flex:1;overflow-x:hidden}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);background:linear-gradient(to bottom,#0c100eeb,#0c100e9e 60%,#0c100e14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:background .4s ease,border-color .3s ease,box-shadow .3s ease}.site-header--scrolled{background:#0c100ef5;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 2px 24px #00000038}.header-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--px);height:100%;display:flex;align-items:center;gap:0}.logo{display:flex;flex-direction:column;line-height:1.15;flex-shrink:0;margin-right:2.5rem}.logo-name{font-family:Inter,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.18em;color:var(--off-white)}.logo-tagline{font-family:Cormorant Garamond,serif;font-weight:400;font-size:.7rem;letter-spacing:.06em;color:var(--gold)}.desktop-nav{display:flex;align-items:center;gap:.7rem;flex:1;justify-content:center}.nav-link{font-family:Inter,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.06em;color:#f6f8f7ad;white-space:nowrap;position:relative;padding-bottom:2px;transition:color .2s ease}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:width .25s ease}.nav-link:hover{color:var(--off-white)}.nav-link:hover:after{width:100%}.header-right{display:flex;align-items:center;gap:1.25rem;margin-left:auto;flex-shrink:0}.header-mobile-right{display:none;align-items:center;gap:.875rem;margin-left:auto;flex-shrink:0}.lang-switcher{display:flex;align-items:center}.lang-btn{font-family:Inter,sans-serif;font-size:.68rem;font-weight:500;letter-spacing:.1em;color:#f6f8f7ad;background:transparent;border:none;cursor:pointer;padding:4px;transition:color .2s ease;line-height:1;display:flex;align-items:center}.lang-btn:hover{color:var(--off-white)}.lang-btn--active{color:var(--off-white);font-weight:600}.lang-divider{margin-left:4px;color:#f6f8f733;font-size:.65rem}.lang-switcher--mobile .lang-btn{font-size:.75rem;padding:5px 6px}.cta-btn{display:inline-flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.03em;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease;white-space:nowrap}.cta-btn--outline{background:transparent;border:1px solid var(--gold);color:var(--off-white);padding:.875rem 2rem}.cta-btn--outline:hover{background:#d1ac5d1a;border-color:var(--gold);color:var(--off-white)}.cta-btn--gold{background:transparent;border:1px solid var(--gold);color:var(--charcoal);padding:.875rem 2.25rem;letter-spacing:.06em;text-transform:uppercase;font-size:.72rem}.cta-btn--gold:hover{background:#d1ac5d17;border-color:var(--gold);color:var(--charcoal)}.burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;background:transparent;border:none;cursor:pointer;padding:2px;flex-shrink:0}.burger span{display:block;height:1px;background:var(--gold);transition:transform .3s ease,opacity .3s ease;width:100%}.burger--open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.burger--open span:nth-child(2){opacity:0}.burger--open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#faf9f6bf!important;backdrop-filter:blur(15px)!important;-webkit-backdrop-filter:blur(15px)!important;border-left:1px solid rgba(255,255,255,.4)!important;box-shadow:-8px 0 40px #1a211f14;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--header-h) var(--px) 3rem;transform:translateY(-100%);transition:transform .45s cubic-bezier(.16,1,.3,1);pointer-events:none}.mobile-menu--open{transform:translateY(0);pointer-events:auto}.mobile-nav{display:flex;flex-direction:column;align-items:center;gap:1.35rem;margin-bottom:1.75rem;overflow-y:auto;max-height:80vh;width:100%;padding:.25rem 0}.mobile-nav-link{font-family:Cormorant Garamond,serif;font-size:1.45rem;font-weight:400;letter-spacing:.04em;color:var(--charcoal);transition:color .25s ease,opacity .25s ease;white-space:nowrap;opacity:.92}.mobile-nav-link:hover,.mobile-nav-link:active{color:var(--gold);opacity:1}.mobile-menu-footer{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.mobile-cta{padding:.7rem 2rem;font-size:.73rem}.hero{position:relative;overflow:hidden;padding:calc(var(--header-h) + 7rem) var(--px) 8rem;background:url(/hero-desktop.webp) center / cover no-repeat;animation-delay:.1s}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:45%;background:linear-gradient(to bottom,transparent 0%,rgba(26,33,31,.55) 50%,var(--charcoal) 100%);pointer-events:none;z-index:0}.hero-inner{position:relative;z-index:1;max-width:var(--max-w);margin:0 auto}.hero-text{max-width:620px}.hero-h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,4.5vw,4rem);font-weight:400;line-height:1.08;letter-spacing:-.01em;color:var(--off-white);margin-bottom:1.5rem}.hero-subheading{font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(1.05rem,1.5vw,1.25rem);font-weight:400;color:#f6f8f7b8;margin-bottom:1.75rem;letter-spacing:.01em}.hero-accent-line{width:48px;height:1px;background:var(--gold);margin-bottom:1.75rem}.hero-body{font-family:Inter,sans-serif;font-size:.9rem;font-weight:300;line-height:1.8;color:#1a211fb8;margin-bottom:1rem}.hero-body:last-of-type{margin-bottom:2.5rem}.hero-cta{font-size:.75rem}.hero-word{display:inline}.hero-word:not(:last-child):after{content:" "}.hero-sub-line{display:inline}.hero-sub-line:not(:last-child):after{content:" "}.hero-br-desktop{display:block}.pure-mobile-cta-container{display:none}.hero-visual{position:relative;height:520px;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 28%);mask-image:linear-gradient(to right,transparent 0%,black 28%)}.hero-bg-img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.hero-dec-line{position:absolute;background:var(--border-light)}.hero-dec-line--1{top:15%;right:0;left:8%;height:1px}.hero-dec-line--2{bottom:18%;left:0;right:8%;height:1px}.hero-notebook{position:relative;width:200px;height:270px;box-shadow:12px 16px 48px #1a211f29,2px 4px 12px #1a211f14}.notebook-spine{position:absolute;left:0;top:0;bottom:0;width:18px;background:#141a18;border-radius:2px 0 0 2px}.notebook-cover{position:absolute;left:18px;top:0;right:0;bottom:0;background:#1c2422;border-radius:0 3px 3px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:2rem}.notebook-line{width:60%;height:1px;background:#d1ac5d40}.notebook-line--short{width:35%}.notebook-emblem{margin:12px 0;opacity:.9}.hero-pen{position:absolute;right:12%;bottom:20%;width:10px;height:180px;transform:rotate(-12deg)}.pen-body{position:absolute;top:0;bottom:18px;left:0;right:0;background:linear-gradient(180deg,#2a3330,#1a211f);border-radius:4px 4px 0 0;border:1px solid rgba(209,172,93,.2)}.pen-tip{position:absolute;bottom:0;left:1px;right:1px;height:20px;background:linear-gradient(180deg,#c9a848,#a8882e);clip-path:polygon(0 0,100% 0,60% 100%,40% 100%)}.pen-clip{position:absolute;top:10px;right:-3px;width:3px;height:60px;background:#d1ac5d80;border-radius:2px}.hero-quote{position:absolute;top:10%;left:0;display:flex;align-items:flex-start;gap:6px;max-width:160px}.hero-quote-mark{font-family:Cormorant Garamond,serif;font-size:3rem;line-height:.8;color:var(--turquoise);opacity:.25;flex-shrink:0}.hero-quote-text{font-family:Cormorant Garamond,serif;font-style:italic;font-size:.85rem;line-height:1.5;color:var(--text-muted);padding-top:.25rem}.audience{padding:7rem var(--px) 8rem;background:var(--charcoal);animation-delay:.2s}.audience-inner{max-width:var(--max-w);margin:0 auto}.audience-header{margin-bottom:4rem;max-width:620px}.audience-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;color:var(--off-white);letter-spacing:-.01em;margin-bottom:1.25rem;line-height:1.1}.audience-intro{font-family:Inter,sans-serif;font-size:.875rem;font-weight:300;line-height:1.8;color:#f6f8f78c}.audience-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(246,248,247,.08)}.role-card{padding:2.5rem 1.75rem;border-right:1px solid rgba(246,248,247,.08);display:flex;flex-direction:column;gap:1rem;transition:background .3s ease}.role-card:last-child{border-right:none}.role-card:hover{background:#f6f8f708}.role-icon{flex-shrink:0;width:32px;height:32px}.role-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:500;color:var(--off-white);line-height:1.2}.role-desc{font-family:Inter,sans-serif;font-size:.78rem;font-weight:300;color:#f6f8f780;line-height:1.75}.audience-carousel{display:none}.audience-carousel,.financial-carousel,.privacy-carousel,.advisors-carousel{overflow:hidden;width:100%;box-sizing:border-box}.carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;padding-bottom:1rem;width:100%;box-sizing:border-box}.carousel-track::-webkit-scrollbar{display:none}.carousel-card{scroll-snap-align:center;flex:0 0 80vw;max-width:320px;padding:2rem 1.5rem;border:1px solid rgba(246,248,247,.08);display:flex;flex-direction:column;gap:1rem;border-radius:2px;transition:border-color .3s ease;box-sizing:border-box}.carousel-card--active{border-color:#d1ac5d40;opacity:1;filter:none}.carousel-card--inactive{opacity:.42;filter:blur(2.5px);transition:opacity .4s ease,filter .4s ease}.carousel-card{transition:opacity .4s ease,filter .4s ease}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:1.75rem}.carousel-dot{width:6px;height:6px;border-radius:50%;background:#f6f8f733;border:none;cursor:pointer;transition:background .3s ease,transform .3s ease;padding:0}.carousel-dot--active{background:var(--gold);transform:scale(1.2)}.legal{padding:8rem var(--px) 8rem;background:var(--off-white);animation-delay:.15s}.legal-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:140px 1fr;gap:5rem;align-items:flex-start}.legal-anchor{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding-top:.5rem;position:sticky;top:calc(var(--header-h) + 2rem)}.legal-gold-line{width:1px;height:120px;background:linear-gradient(to bottom,transparent,var(--gold) 30%,var(--gold) 70%,transparent)}.legal-label{font-family:Inter,sans-serif;font-size:.6rem;font-weight:500;letter-spacing:.2em;color:var(--gold);writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);opacity:.75}.legal-content{max-width:720px}.legal-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;color:var(--charcoal);letter-spacing:-.01em;line-height:1.1;margin-bottom:2.25rem}.legal-body{font-family:Inter,sans-serif;font-style:normal;font-size:.88rem;font-weight:300;letter-spacing:normal;line-height:1.85;color:#1a211fb8;margin-bottom:1.25rem}.legal-accent-card{display:flex;gap:1.5rem;margin-top:2.5rem;padding:1.75rem 2rem;background:#1a211f08;border:1px solid var(--border-light);border-left:none;position:relative}.legal-accent-marker{position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--gold);opacity:.6}.legal-accent-title{font-family:Inter,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.14em;color:var(--gold);text-transform:uppercase;margin-bottom:.75rem}.legal-accent-text{font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(1rem,1.2vw,1.05rem);font-weight:400;letter-spacing:.01em;line-height:1.75;color:#1a211fc7}.compliance{padding:8rem var(--px) 8rem;position:relative;overflow:hidden;background:transparent;animation-delay:.2s}.compliance-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.compliance-bg-img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.compliance-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#f6f8f7,#f6f8f7eb 10%,#f6f8f78c 26%,#f6f8f726 44%,#1a211f59 65%,#1a211fd1 82%,#1a211f)}.compliance-inner{max-width:var(--max-w);margin:0 auto;position:relative;z-index:1}.compliance-header{margin-bottom:4rem;max-width:680px}.compliance-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;color:var(--charcoal);letter-spacing:-.01em;line-height:1.1;margin-bottom:1.1rem}.compliance-sub{font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(1rem,1.4vw,1.2rem);color:#f6f8f7eb;font-weight:500;text-shadow:0 1px 8px rgba(0,0,0,.55);line-height:1.55}.compliance-accent-line{width:48px;height:1px;background:var(--turquoise);margin-top:1.75rem}.compliance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.compliance-card{padding:2.5rem 2rem;background:#ffffffa6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1rem;transition:background .3s ease}.compliance-card:hover{background:#ffffffd9}.compliance-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.5rem}.compliance-num{font-family:Inter,sans-serif;font-size:.62rem;font-weight:500;letter-spacing:.18em;color:var(--turquoise);opacity:.7;line-height:1;padding-top:2px}.compliance-icon{flex-shrink:0}.compliance-title{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.3rem;font-weight:500;color:var(--charcoal);line-height:1.2}.compliance-desc{font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(.95rem,1.2vw,1.05rem);font-weight:400;letter-spacing:.01em;color:#1a211fbf;line-height:1.75}.compliance-carousel-card{background:#ffffffa6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(0,0,0,.05)}.compliance-carousel-card .compliance-num{color:var(--turquoise)}.compliance-carousel-card .compliance-title{color:var(--charcoal)}.compliance-carousel-card .compliance-desc{color:#1a211fbf}.timeline{padding:8rem var(--px) 8rem;background:var(--charcoal);animation-delay:.15s}.timeline-inner{max-width:var(--max-w);margin:0 auto}.timeline-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;color:var(--off-white);letter-spacing:-.01em;line-height:1.1;margin-bottom:2.5rem}.timeline-desktop{display:block;overflow:visible}.timeline-mobile{display:none}.tl-track{position:relative;height:110px;margin:0 2%;overflow:visible}.tl-line{position:absolute;top:50%;left:0;right:0;height:1px;background:#f6f8f726;transform:translateY(-50%)}.tl-node-wrap{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;cursor:pointer;z-index:2}.tl-node{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--turquoise);background:var(--charcoal);display:flex;align-items:center;justify-content:center;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease;position:relative;z-index:2}.tl-node--active{border-color:var(--gold);background:#d1ac5d14;box-shadow:0 0 0 6px #d1ac5d1a,0 0 20px #d1ac5d26}.tl-node-num{font-family:Inter,sans-serif;font-size:.55rem;font-weight:600;letter-spacing:.08em;color:var(--turquoise);transition:color .25s ease}.tl-node--active .tl-node-num{color:var(--gold)}.tl-label{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%);font-family:Inter,sans-serif;font-size:.62rem;font-weight:400;letter-spacing:.04em;color:#f6f8f780;text-align:center;max-width:90px;white-space:normal;line-height:1.35;transition:color .25s ease;pointer-events:none}.tl-node-wrap--active .tl-label{color:#f6f8f7e6}.tl-tooltip{position:absolute;bottom:calc(100% + 10px);top:auto;left:50%;transform:translate(-50%) translateY(6px);width:200px;height:auto!important;max-height:none!important;min-height:max-content;background:#0f1614;border:1px solid rgba(209,172,93,.2);padding:1.1rem 1.1rem 1.25rem;pointer-events:none;opacity:0;overflow:visible;transition:opacity .2s ease,transform .2s ease;z-index:100}.tl-tooltip--right{left:0;transform:translate(0) translateY(6px)}.tl-tooltip--left{left:auto;right:0;transform:translate(0) translateY(6px)}.tl-node-wrap--active .tl-tooltip{opacity:1;transform:translate(-50%) translateY(0)}.tl-node-wrap--active .tl-tooltip.tl-tooltip--right,.tl-node-wrap--active .tl-tooltip.tl-tooltip--left{transform:translate(0) translateY(0)}.tl-tooltip-title{font-family:Cormorant Garamond,serif;font-size:.95rem;font-weight:500;color:var(--off-white);margin-bottom:.5rem;line-height:1.3}.tl-tooltip-desc{font-family:Inter,sans-serif;font-size:.72rem;font-weight:300;color:#f6f8f78c;line-height:1.65}.tl-v-step{display:flex;gap:1.5rem;position:relative}.tl-v-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:36px}.tl-v-node{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--turquoise);background:var(--charcoal);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tl-v-num{font-family:Inter,sans-serif;font-size:.55rem;font-weight:600;letter-spacing:.08em;color:var(--turquoise)}.tl-v-line{width:1px;flex:1;min-height:2rem;background:#f6f8f71a;margin:4px 0}.tl-v-content{padding-bottom:2.5rem;padding-top:6px}.tl-v-label{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:500;color:var(--off-white);line-height:1.25;margin-bottom:.5rem}.tl-v-desc{font-family:Inter,sans-serif;font-size:.8rem;font-weight:300;color:#f6f8f780;line-height:1.75}.financial{position:relative;overflow:hidden;padding:8rem var(--px) 8rem;background:var(--off-white);animation-delay:.2s}.financial-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.financial-bg-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:.18}.financial-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#f6f8f7,#f6f8f700 18%,#f6f8f700 82%,#f6f8f7)}.financial-inner{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto}.financial-header{margin-bottom:4rem;max-width:680px}.financial-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;color:var(--charcoal);letter-spacing:-.01em;line-height:1.1;margin-bottom:1.25rem}.financial-intro{font-family:Inter,sans-serif;font-size:.88rem;font-weight:300;line-height:1.85;color:#1a211fa6}.financial-desktop{display:grid}.financial-mobile{display:none}.financial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem}.financial-card{padding:2.75rem 2.25rem;background:#ffffffa6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1rem;transition:background .3s ease}.financial-card:hover{background:#ffffffd1}.financial-card-top{display:flex;justify-content:space-between;align-items:flex-start}.financial-phase{font-family:Inter,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.18em;color:var(--gold);text-transform:uppercase;line-height:1}.financial-icon{flex-shrink:0}.financial-divider{width:32px;height:1px;background:var(--gold);opacity:.4}.financial-title{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:500;color:var(--charcoal);line-height:1.25}.financial-desc{font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(1rem,1.3vw,1.1rem);font-weight:400;letter-spacing:.01em;color:#1a211fc7;line-height:1.75}.financial-footnote{font-family:Inter,sans-serif;font-size:.82rem;font-weight:300;color:#1a211f80;line-height:1.8;border-left:2px solid var(--turquoise);padding-left:1.25rem;max-width:620px}.financial-carousel-card{background:#ffffffa6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(0,0,0,.05)}.financial-carousel-card .financial-phase{color:var(--gold)}.financial-carousel-card .financial-title{color:var(--charcoal)}.financial-carousel-card .financial-divider{background:var(--gold);opacity:.4}.financial-dot{background:#1a211f33}.financial-dot.carousel-dot--active{background:var(--gold)}.privacy-desktop{display:flex}.privacy-mobile{display:none}.privacy{padding:8rem var(--px) 8rem;background:var(--charcoal);border-top:1px solid rgba(246,248,247,.06);animation-delay:.1s}.privacy-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.privacy-gold-line{width:40px;height:1px;background:var(--gold);margin-bottom:2rem}.privacy-h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.75rem,3vw,2.6rem);font-weight:400;color:var(--off-white);letter-spacing:-.01em;line-height:1.15;margin-bottom:1.75rem}.privacy-body{font-family:Inter,sans-serif;font-size:.88rem;font-weight:300;color:#f6f8f78c;line-height:1.9}.privacy-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.privacy-item{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem 0;border-bottom:1px solid rgba(246,248,247,.07)}.privacy-item:first-child{border-top:1px solid rgba(246,248,247,.07)}.privacy-item-marker{flex-shrink:0;width:4px;height:4px;border-radius:50%;background:var(--gold);margin-top:.55rem}.privacy-item-text{font-family:Inter,sans-serif;font-size:.84rem;font-weight:300;color:#f6f8f799;line-height:1.8}.privacy-slide-card{background:#f6f8f70a;border:1px solid rgba(246,248,247,.1);padding:2rem 1.75rem;display:flex;flex-direction:column;gap:1rem;min-height:180px}.privacy-slide-marker{width:4px;height:4px;border-radius:50%;background:var(--gold);flex-shrink:0}.privacy-slide-text{font-family:Inter,sans-serif;font-size:.86rem;font-weight:300;color:#f6f8f7a6;line-height:1.85;margin:0}.privacy-dot{background:#f6f8f733}.privacy-dot.carousel-dot--active{background:var(--gold)}.advisors-desktop{display:flex}.advisors-mobile{display:none}.advisors{position:relative;overflow:hidden;padding:8rem var(--px) 8rem;background:var(--off-white);animation-delay:.12s}.advisors-bg-mobile{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.advisors-bg-mobile img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.15}.advisors:before{display:none;content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,#1a211fbf,#1a211f00 20%,#f6f8f700 65%,#f6f8f7)}.advisors-inner{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto}.advisors-header-row{display:grid;grid-template-columns:1fr 400px;gap:5rem;align-items:center;margin-bottom:4rem}.advisors-header{max-width:none}.advisors-visual{height:400px;overflow:hidden;border-radius:2px}.advisors-visual-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.advisors-h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.75rem,3vw,2.6rem);font-weight:400;color:var(--charcoal);letter-spacing:-.01em;line-height:1.15;margin-bottom:1.25rem}.advisors-body{font-family:Inter,sans-serif;font-size:.88rem;font-weight:300;color:#1a211f99;line-height:1.9}.advisors-list{list-style:none;padding:0;margin:0 0 4rem;display:flex;flex-direction:column;gap:.75rem}.advisors-item{display:flex;gap:2rem;align-items:flex-start;padding:1.75rem 2rem;background:#ffffffa6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:8px;border:1px solid rgba(0,0,0,.05)}.advisors-item-num{flex-shrink:0;font-family:Courier New,SF Mono,Menlo,Monaco,monospace;font-size:.6rem;font-weight:600;letter-spacing:.12em;color:var(--gold);padding-top:.2rem}.advisors-item-text{font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(1rem,1.4vw,1.15rem);font-weight:400;letter-spacing:.01em;color:#1a211fd1;line-height:1.75}.advisors-slide-card{background:#ffffffa6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:8px;border:1px solid rgba(0,0,0,.05);padding:2.25rem 1.75rem;display:flex;flex-direction:column;gap:1rem;min-height:200px}.advisors-slide-num{font-family:Courier New,SF Mono,Menlo,Monaco,monospace;font-size:.6rem;font-weight:600;letter-spacing:.18em;color:var(--gold)}.advisors-slide-text{font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(1rem,1.4vw,1.15rem);font-weight:400;letter-spacing:.01em;color:#1a211fd1;line-height:1.75;margin:0}.advisors-dot{background:#1a211f33}.advisors-dot.carousel-dot--active{background:var(--gold)}.advisors-cta-wrap{display:flex;justify-content:center;margin-top:2.5rem}.advisors-cta{font-size:.78rem;font-weight:500;letter-spacing:.03em;color:var(--charcoal);border-color:var(--gold)}.advisors-cta:hover{background:#d1ac5d14;border-color:var(--gold);color:var(--charcoal)}.closing{position:relative;overflow:hidden;padding:10rem var(--px) 10rem;background:var(--off-white);border-top:1px solid var(--border-light);animation-delay:.15s}.closing-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.closing-bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:.2}.closing:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,#f6f8f7,#f6f8f700 18%,#f6f8f700 65%,#1a211f)}.closing-inner{position:relative;z-index:2;max-width:760px;margin:0 auto;text-align:center}.closing-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:400;color:var(--charcoal);letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.closing-body{font-family:Inter,sans-serif;font-size:.9rem;font-weight:300;color:#1a211f8c;line-height:1.95;max-width:580px;margin:0 auto 5rem}.closing-signature{display:flex;flex-direction:column;align-items:center;gap:.6rem}.closing-sig-divider{width:36px;height:1px;background:var(--gold);margin-bottom:1.5rem}.closing-sig-name{font-family:Inter,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.22em;color:var(--charcoal);text-transform:uppercase}.closing-sig-role{font-family:Inter,sans-serif;font-size:.72rem;font-weight:300;letter-spacing:.08em;color:#1a211f73}.closing-values{font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;font-weight:400;color:#1a211f80;margin-top:1rem;letter-spacing:.01em;line-height:1.6}.lead-capture{background:linear-gradient(to bottom,#0f1612,#161e1a 8%,#1a211f 22%,#161d1a 55%,#111916 78%,#0a0f0d);padding:7rem var(--px) 0;margin-bottom:0}.lead-capture-inner{max-width:var(--max-w);margin:0 auto}.lead-form-wrap{max-width:520px;margin:0 auto 5rem;text-align:center;min-height:640px;display:flex;flex-direction:column}.lead-form-wrap .lead-success{margin:auto 0}.lead-h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;letter-spacing:-.01em;color:var(--off-white);margin-bottom:.85rem;line-height:1.2}.lead-subheading{font-family:Inter,sans-serif;font-size:.82rem;font-weight:300;color:#f6f8f761;line-height:1.8;margin-bottom:2.25rem;letter-spacing:.01em}.lead-form{display:flex;flex-direction:column;gap:.65rem}.lead-input{width:100%;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.12);padding:.72rem 1rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:300;color:var(--off-white);outline:none;transition:border-color .2s ease,background .2s ease;box-sizing:border-box;letter-spacing:.01em}.lead-input::placeholder{color:#f6f8f742;font-weight:300}.lead-input:focus{border-color:#fff3;background:#ffffff0d}.lead-textarea{resize:vertical;min-height:4.5rem;font-family:Inter,sans-serif;line-height:1.5}.lead-messenger-subtitle{font-family:Inter,sans-serif;font-size:.68rem;font-weight:300;letter-spacing:.09em;color:#f6f8f752;text-transform:uppercase;margin-top:1rem;margin-bottom:.6rem;text-align:left}.lead-messenger-tokens{display:flex;gap:.45rem;flex-wrap:wrap;margin-bottom:.25rem}.lead-token{font-family:Inter,sans-serif;font-size:.71rem;font-weight:400;letter-spacing:.05em;color:#f6f8f761;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:.28rem .9rem;background:transparent;cursor:pointer;transition:all .2s ease}.lead-token--active{color:var(--gold);border-color:#d1ac5d8c;background:#d1ac5d0f}.lead-token:hover:not(.lead-token--active){border-color:#d1ac5d4d;color:#d1ac5db3}.lead-submit-wrap{display:flex;justify-content:center;margin-top:1.25rem}.lead-submit{font-family:Inter,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--off-white);background:#ffffff0f;border:1px solid rgba(209,172,93,.55);border-radius:4px;padding:.8rem 3.25rem;cursor:pointer;transition:all .25s ease}.lead-submit:hover{background:#d1ac5d14;border-color:var(--gold);box-shadow:0 0 22px #d1ac5d2e}.lead-next-steps{font-family:Inter,sans-serif;font-size:.75rem;font-weight:300;color:#f6f8f74d;line-height:1.75;text-align:center;margin-top:1.5rem;letter-spacing:.01em}.lead-privacy{font-family:Inter,sans-serif;font-size:.7rem;font-weight:300;color:#f6f8f733;line-height:1.7;text-align:center;margin-top:.75rem;letter-spacing:.01em}.lead-error{font-family:Inter,sans-serif;font-size:.8rem;color:#c0392b;margin-bottom:.5rem;text-align:center}.lead-success{text-align:center;padding:3rem 0 2rem}.lead-success-title{font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(1.6rem,2.4vw,2.1rem);font-weight:400;color:var(--off-white);margin-bottom:.9rem}.lead-success-body{font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(1rem,1.3vw,1.1rem);font-weight:400;color:#f6f8f78c;line-height:1.6}.lead-contacts-divider{width:100%;height:1px;background:#f6f8f70f;margin-bottom:2.25rem}.lead-contacts-row{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:3.5rem}.lead-contacts-left{flex:1}.lead-address-wrap{text-align:right;display:flex;flex-direction:column;gap:.3rem}.lead-phone-link{font-family:Inter,sans-serif;font-style:normal;font-size:.88rem;font-weight:400;letter-spacing:.05em;color:#f6f8f7eb;text-decoration:none;display:block;transition:color .2s ease}.lead-phone-link:hover{color:var(--off-white)}.lead-address-link{font-family:Inter,sans-serif;font-style:normal;font-size:.82rem;font-weight:300;letter-spacing:.03em;color:#f6f8f799;text-decoration:none;transition:color .2s ease;display:block}.lead-address-link:hover{color:#f6f8f7eb;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#f6f8f733}.site-footer{background:#0a0f0d;padding:3rem var(--px);border-top:none;margin-top:0}.footer-inner{max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-brand{display:flex;flex-direction:column;align-items:center;gap:.35rem}.footer-logo-name{font-family:Inter,sans-serif;font-weight:600;font-size:.75rem;letter-spacing:.2em;color:var(--off-white);opacity:.7}.footer-tagline{font-family:Cormorant Garamond,serif;font-style:italic;font-size:.8rem;color:#f6f8f759;letter-spacing:.06em}.footer-divider{width:40px;height:1px;background:var(--turquoise);opacity:.3}.footer-rights{font-family:Inter,sans-serif;font-size:.72rem;font-weight:400;color:#f6f8f7a6;letter-spacing:.04em;text-align:center;opacity:1!important;visibility:visible!important;display:block!important}.desktop-only{display:grid}.mobile-only{display:none}@media (max-width: 1200px){.desktop-nav{gap:.55rem}.nav-link{font-size:.66rem}.logo{margin-right:1.5rem}}@media (max-width: 1024px){:root{--px: 5vw}.hero-inner{grid-template-columns:1fr;gap:3rem}.hero-visual{height:320px}.hero-text{max-width:100%}.hero-cta{display:flex;margin-left:auto;margin-right:auto}.legal-inner{grid-template-columns:80px 1fr;gap:3rem}.legal-anchor{position:static}.financial-desktop{display:none}.financial-mobile{display:block}.privacy-desktop{display:none}.privacy-mobile{display:block}.advisors-desktop{display:none}.advisors-mobile{display:block}.privacy-inner{grid-template-columns:1fr;gap:3rem}.lead-form-wrap{max-width:100%}.lead-contacts-row{flex-direction:column;align-items:flex-start;padding-bottom:2.5rem;gap:1.5rem}.lead-address-wrap{text-align:left}.lead-contacts-left{display:none}}@media (max-width: 768px){:root{--px: 6vw;--header-h: 64px}.desktop-nav,.header-right{display:none}.header-mobile-right{display:flex}.site-header{background:linear-gradient(to bottom,#0c100eeb,#0c100e9e 60%,#0c100e14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.site-header--scrolled{border-bottom-color:#f6f8f712;box-shadow:0 2px 32px #00000040}.logo-name{font-size:.7rem;letter-spacing:.14em;color:var(--off-white)}.logo-tagline{font-size:.62rem;color:var(--gold)}.logo{margin-right:0}.lang-btn{color:#d1ac5da6}.lang-btn:hover{color:var(--gold)}.lang-btn--active{color:var(--gold);font-weight:500}.lang-divider{color:#d1ac5d4d}.burger span{background:var(--gold)}.site-header .cta-btn--outline{color:var(--off-white)}.mobile-menu .cta-btn--outline{color:#1a1a1a}.hero{min-height:100svh;padding:var(--header-h) var(--px) 0;background-image:url(/hero-mobile.webp);background-size:cover;background-position:center center;display:flex;flex-direction:column}.hero-inner{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:10vh 0 4rem;margin-left:0;margin-right:auto;max-width:100%;position:relative}.hero-text{text-align:left;width:100%}.hero-h1{font-size:clamp(2rem,8vw,2.8rem);text-align:left}.hero-subheading{text-align:left}.hero-accent-line{margin-left:0}.hero-cta-wrap{display:none!important}.pure-mobile-cta-container{display:flex!important;width:100%!important;max-width:100%!important;justify-content:center!important;align-items:center!important;position:absolute!important;bottom:40px!important;left:0!important;right:0!important;margin:0 auto!important;padding:0!important;z-index:999!important}.pure-mobile-cta-container a,.pure-mobile-cta-container button{display:inline-block!important;text-align:center!important;margin:0 auto!important}.hero-word{display:block}.hero-h1 .hero-word:not(:last-child):after{content:none}.hero-sub-line{display:block}.hero-subheading .hero-sub-line:not(:last-child):after{content:none}.hero-br-desktop{display:none}.audience{padding-top:7rem}.audience-carousel .carousel-track{padding-inline:10vw;scroll-padding-inline:10vw;gap:.5rem}.audience-carousel .carousel-card{flex:0 0 80vw;max-width:none}.audience{padding:5rem var(--px) 6rem}.legal,.compliance,.timeline,.financial,.privacy,.advisors{padding:5rem var(--px) 5rem}.advisors-bg-mobile{display:block}.advisors:before{display:block}.advisors-header-row{grid-template-columns:1fr;gap:0}.advisors-visual{display:none}.closing{padding:6rem var(--px) 6rem}.privacy-inner{grid-template-columns:1fr;gap:3rem}.closing-h2{font-size:clamp(1.6rem,6vw,2.2rem)}.closing-body{margin-bottom:3.5rem}.timeline-desktop{display:none}.timeline-mobile{display:flex;flex-direction:column}.legal-inner{grid-template-columns:1fr;gap:2rem}.legal-anchor{flex-direction:row;position:static;gap:1rem;padding-top:0}.legal-gold-line{width:48px;height:1px;background:linear-gradient(to right,transparent,var(--gold) 30%,var(--gold) 70%,transparent)}.legal-label{writing-mode:horizontal-tb;transform:none;font-size:.62rem}.desktop-only{display:none}.mobile-only{display:block}}@media (max-width: 480px){:root{--px: 5vw}.hero-h1{font-size:clamp(1.85rem,9vw,2.4rem)}.mobile-nav-link{font-size:1.7rem}.carousel-card{flex:0 0 88vw}.legal-anchor{display:none}}@media (min-width: 1600px){.hero-h1{font-size:4.25rem}}.reveal-on-scroll{opacity:0;transform:translateY(25px);transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal-on-scroll.revealed{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.reveal-on-scroll{opacity:1;transform:none;transition:none}}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hero-reveal{animation:heroFadeUp 1.1s cubic-bezier(.16,1,.3,1) both}.hero-reveal--1{animation-delay:.05s}.hero-reveal--2{animation-delay:.2s}.hero-reveal--3{animation-delay:.35s}.hero-reveal--4{animation-delay:.42s}.hero-reveal--5{animation-delay:.5s}.hero-reveal--6{animation-delay:.65s}@media (prefers-reduced-motion: reduce){.hero-reveal{animation:none}}.opp-hero{position:relative;background:linear-gradient(to bottom,#1a211f00,#1a211f00 42%,#1a211f8c 70%,#1a211fe0 88%,#1a211f),url(/opportunities-hero-desktop.webp) center / cover no-repeat;min-height:92vh;display:flex;align-items:center;overflow:hidden;padding:calc(var(--header-h) + 6rem) var(--px) 7rem}.opp-hero-photo-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#f6f8f72e,#f6f8f700 55%);pointer-events:none}.opp-hero-content{position:relative;max-width:780px}.opp-hero-eyebrow{font-family:Inter,sans-serif;font-size:.72rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem}.opp-hero-h1{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.08;letter-spacing:-.01em;color:var(--charcoal);margin-bottom:2.5rem}.opp-hero-sub{font-family:Inter,sans-serif;font-size:clamp(.9rem,1.2vw,1.05rem);font-weight:300;line-height:1.75;color:#1a211fb8;max-width:580px;margin-bottom:1.25rem}.opp-hero-cta-wrap{margin-top:3rem}.opp-diff{background:var(--charcoal);padding:0 var(--px);position:relative}.opp-diff-line{height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.55}.opp-diff-line--top{margin-bottom:0}.opp-diff-line--bottom{margin-top:0}.opp-diff-inner{max-width:820px;margin:0 auto;padding:7rem 0;text-align:left}.opp-diff-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;letter-spacing:.01em;color:var(--off-white);margin-bottom:2.5rem;text-align:center}.opp-diff-body{font-family:Inter,sans-serif;font-size:clamp(.9rem,1.2vw,1.02rem);font-weight:300;line-height:1.8;color:#f6f8f7ad;margin-bottom:1.25rem}.opp-section-header{text-align:center;padding:5rem var(--px) 3.5rem}.opp-section-header--dark{background:var(--charcoal)}.opp-section-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.2vw,2.8rem);font-weight:300;letter-spacing:.01em;color:var(--charcoal);margin-bottom:0}.opp-section-h2--light{color:var(--off-white)}.opp-timeline-sub{font-family:Inter,sans-serif;font-size:clamp(.85rem,1.1vw,.98rem);font-weight:300;line-height:1.75;color:#f6f8f79e;max-width:660px;margin:1.5rem auto 0}.opp-cards-section{position:relative;overflow:hidden;background:none;padding-bottom:6rem}.opp-cards-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/status-opportunities-desktop.webp) center / cover no-repeat;filter:blur(4px);transform:scale(1.03);z-index:0}.opp-cards-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a211f,#1a211f00 20%,#1a211f00 80%,#1a211f);z-index:1;pointer-events:none}.opp-cards-section>*{position:relative;z-index:2}.opp-cards-section .opp-section-h2{color:var(--off-white)}.opp-list{margin:0 var(--px);max-width:var(--max-w);margin-left:auto;margin-right:auto;padding:0 var(--px)}.opp-list-item{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start;padding:2.5rem 0;border-bottom:1px solid var(--border-light);transition:background .2s ease}.opp-list-item:first-child{border-top:1px solid var(--border-light)}.opp-list-item:hover .opp-list-title{color:var(--gold)}.opp-list-left{display:flex;flex-direction:column;gap:.55rem}.opp-card-num{font-family:Inter,sans-serif;font-size:.68rem;font-weight:400;letter-spacing:.14em;color:var(--gold);display:block}.opp-list-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.15rem,1.5vw,1.35rem);font-weight:400;letter-spacing:.01em;color:var(--charcoal);line-height:1.25;transition:color .22s ease}.opp-list-right{padding-top:.15rem}.opp-list-body{font-family:Inter,sans-serif;font-size:.88rem;font-weight:300;line-height:1.8;color:#1a211f9e}.opp-card-note{font-family:Inter,sans-serif;font-size:.76rem;font-weight:400;font-style:italic;line-height:1.65;color:#1a211f73;border-left:2px solid rgba(209,172,93,.5);padding-left:.9rem;margin-top:1rem}.opp-cards-mobile{display:none}.opp-timeline-section{background:var(--charcoal);padding-bottom:6rem}.opp-timeline-desktop{padding:3.5rem var(--px) 0}.opp-timeline-track{display:flex;align-items:flex-start;justify-content:center;gap:0;position:relative}.opp-step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;position:relative}.opp-step-circle{width:52px;height:52px;border-radius:50%;border:1px solid rgba(209,172,93,.5);background:#d1ac5d12;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;flex-shrink:0;transition:background .25s ease,border-color .25s ease}.opp-step:hover .opp-step-circle{background:#d1ac5d2e;border-color:var(--gold)}.opp-step-circle--large{width:68px;height:68px;font-size:1.3rem}.opp-step-num{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;color:var(--gold)}.opp-step-connector{position:absolute;top:26px;left:calc(50% + 26px);right:calc(-50% + 26px);height:1px;background:linear-gradient(90deg,#d1ac5d66,#d1ac5d26);z-index:1}.opp-step-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:.04em;color:#f6f8f7a6;margin-top:1.1rem;max-width:120px;line-height:1.45}.opp-timeline-mobile{display:none}.opp-swipe-wrap{width:100%}.opp-swipe-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0}.opp-swipe-track::-webkit-scrollbar{display:none}.opp-swipe-slide{flex:0 0 100%;scroll-snap-align:start;padding:0 6vw;box-sizing:border-box}.opp-swipe-dots{display:flex;justify-content:center;gap:8px;margin-top:1.75rem;padding-bottom:2rem}.opp-swipe-dot{width:6px;height:6px;border-radius:50%;border:none;cursor:pointer;transition:background .2s ease,transform .2s ease;padding:0}.opp-card-dot{background:#1a211f33}.opp-step-dot{background:#f6f8f733}.opp-swipe-dot--active{transform:scale(1.3)}.opp-card-dot.opp-swipe-dot--active,.opp-step-dot.opp-swipe-dot--active{background:var(--gold)}.opp-card--slide{height:100%;min-height:280px;padding:2rem 1.6rem;background:var(--off-white);display:flex;flex-direction:column;gap:.75rem}.opp-card-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.25rem,5vw,1.55rem);font-weight:400;letter-spacing:.03em;color:var(--charcoal);line-height:1.25;margin:0}.opp-card-divider{width:2rem;height:1px;background:#d1ac5d8c;flex-shrink:0}.opp-card-body{font-family:Inter,sans-serif;font-size:.86rem;font-weight:300;line-height:1.8;color:#1a211f9e;margin:0}.opp-step-slide{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 0 1rem}.opp-step-label--slide{font-family:Cormorant Garamond,serif;font-size:1.45rem;font-weight:400;color:var(--off-white);max-width:none;margin-top:1.25rem}.opp-step-next-hint{font-family:Inter,sans-serif;font-size:1.1rem;color:#d1ac5d80;margin-top:1rem}.opp-accordion-wrap{max-width:720px;margin:0 auto;padding:0 var(--px) 6rem}.opp-accordion{border-top:1px solid rgba(209,172,93,.2)}.opp-accordion-item{border-bottom:1px solid rgba(209,172,93,.2)}.opp-accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.6rem 0;background:none;border:none;cursor:pointer;text-align:left}.opp-accordion-header:hover .opp-accordion-title{color:var(--gold)}.opp-accordion-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,2vw,1.45rem);font-weight:300;letter-spacing:.02em;color:var(--off-white);transition:color .25s ease;line-height:1.2}.opp-accordion-header--open .opp-accordion-title{color:var(--gold)}.opp-accordion-icon{color:var(--gold);flex-shrink:0;transition:transform .3s ease;display:block}.opp-accordion-header--open .opp-accordion-icon{transform:rotate(180deg)}.opp-accordion-body{overflow:hidden;max-height:0;opacity:0;transition:max-height .45s cubic-bezier(.4,0,.2,1),opacity .35s ease,padding .35s ease}.opp-accordion-body--open{max-height:200px;opacity:1;padding-bottom:1.5rem}.opp-accordion-desc{font-family:Inter,sans-serif;font-size:.9rem;font-weight:300;line-height:1.8;color:#f6f8f7a6}.opp-closing{position:relative;overflow:hidden;background:none;padding:8rem var(--px) 8rem}.opp-closing:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/final-block-desktop.webp) center / cover no-repeat;filter:blur(4px) brightness(1.22) saturate(.9);transform:scale(1.03);z-index:0}.opp-closing:after{content:"";position:absolute;top:0;left:0;right:0;height:160px;background:linear-gradient(to bottom,#1a211f,#1a211f80 25%,#1a211f1f 65%,#1a211f00);pointer-events:none;z-index:1}.opp-closing>*{position:relative;z-index:2}.opp-closing-inner{max-width:820px;margin:0 auto;text-align:center}.opp-closing-body{font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,2.2vw,2rem);font-weight:300;line-height:1.6;color:#1a211fd1;font-style:italic;margin-bottom:3rem}.opp-closing-divider{width:48px;height:1px;background:var(--gold);margin:0 auto 3rem}.opp-closing-conclusion{font-family:Inter,sans-serif;font-size:clamp(.88rem,1.2vw,1rem);font-weight:300;line-height:2;color:#1a211f9e;margin-bottom:3.5rem}.opp-closing-cta-wrap{display:flex;justify-content:center}@media (max-width: 1024px){.opp-cards-grid{margin:0 var(--px)}}@media (max-width: 768px){.opp-hero{min-height:100svh;padding:calc(var(--header-h) + 3.5rem) var(--px) 5rem;align-items:flex-start;background-image:linear-gradient(to bottom,#1a211f00,#1a211f00 40%,#1a211f99 68%,#1a211feb 86%,#1a211f),url(/opportunities-hero-mobile.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.opp-hero-h1{font-size:clamp(2.4rem,10vw,3.2rem)}.opp-cards-section:before{background-image:url(/status-opportunities-mobile.webp)}.opp-list{display:none}.opp-cards-mobile{display:block}.opp-cards-mobile .opp-card--slide{background:#ffffff12;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:16px;min-height:260px;padding:2rem 1.5rem}.opp-cards-section{padding-bottom:4rem}.opp-section-header{padding:4rem var(--px) 2.5rem}.opp-timeline-desktop{display:none}.opp-timeline-mobile{display:block;padding:2rem 0 0}.opp-closing{padding:5rem var(--px) 5rem}.opp-closing-body{font-size:clamp(1.3rem,5.5vw,1.6rem)}.opp-closing:before{background-image:url(/final-block-mobile.webp)}.opp-diff-inner{padding:5rem 0}}.proc-hero{position:relative;background:linear-gradient(to bottom,#1a211f,#1a211f8c 8%,#1a211f00 15%,#1a211f00 85%,#1a211f8c 93%,#1a211f),linear-gradient(to right,#000000a6,#00000061,#0000),url(/procedure-hero-bg-desktop.webp) center / cover no-repeat;min-height:92vh;display:flex;align-items:center;overflow:hidden;padding:calc(var(--header-h) + 6rem) var(--px) 7rem}.proc-hero-content{position:relative;max-width:720px}.proc-hero .proc-hero-eyebrow,.proc-hero .proc-hero-h1,.proc-hero .proc-hero-sub{text-shadow:1px 1px 2px rgba(0,0,0,.6),0px 0px 12px rgba(0,0,0,.4)}.proc-hero-eyebrow{font-family:Inter,sans-serif;font-size:.72rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem}.proc-hero-h1{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.08;letter-spacing:-.01em;color:#fff;margin-bottom:2.5rem}.proc-hero-sub{font-family:Inter,sans-serif;font-size:clamp(.9rem,1.2vw,1.05rem);font-weight:300;line-height:1.75;color:#ffffffc7;max-width:580px;margin-bottom:1.25rem}.proc-principle{background:var(--charcoal);padding:0 var(--px);position:relative}.proc-principle-inner{max-width:820px;margin:0 auto;padding:7rem 0;text-align:left}.proc-quote{font-family:Cormorant Garamond,serif;font-size:clamp(1.5rem,2.6vw,2.2rem);font-weight:300;font-style:italic;line-height:1.55;color:var(--off-white);border-left:2px solid var(--gold);padding-left:2rem;margin:2.5rem 0;letter-spacing:.01em}.proc-acc-num{color:var(--gold);font-family:Cormorant Garamond,serif;font-weight:300}.proc-acc-sep{color:#f6f8f759}.proc-cards-section{position:relative;overflow:hidden;background:none;padding-bottom:6rem}.proc-cards-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/diff-block-bg-desktop.webp) center / cover no-repeat;filter:blur(4px);transform:scale(1.03);z-index:0}.proc-cards-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a211f,#1a211f00 20%,#1a211f00 80%,#1a211f);z-index:1;pointer-events:none}.proc-cards-section .opp-section-header{position:relative;z-index:2}.proc-diff-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,1fr);gap:1px;max-width:1100px;margin:0 auto;padding:0 var(--px) 0}.proc-diff-mobile{display:none;position:relative;z-index:2}.proc-diff-card--slide{background:#1a211fb8;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(209,172,93,.15);border-radius:12px;padding:2.5rem 2rem;min-height:240px}.proc-diff-dot{background:#d1ac5d66}.proc-diff-dot.opp-swipe-dot--active{background:var(--gold)}.proc-diff-card{padding:3rem 2.5rem;background:#1a211f8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(209,172,93,.12);transition:border-color .3s ease}.proc-diff-card:hover{border-color:#d1ac5d47}.proc-diff-num{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:#d1ac5d40;line-height:1;display:block;margin-bottom:1.25rem}.proc-diff-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.25rem,2vw,1.6rem);font-weight:300;color:var(--off-white);letter-spacing:.01em;margin-bottom:1rem}.proc-diff-rule{width:32px;height:1px;background:var(--gold);opacity:.5;margin-bottom:1rem}.proc-diff-body{font-family:Inter,sans-serif;font-size:.9rem;font-weight:300;line-height:1.75;color:#f6f8f79e}.proc-presence{background:var(--charcoal);padding:0 var(--px);position:relative}.proc-presence-inner{max-width:1100px;margin:0 auto;padding:7rem 0;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.proc-presence-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.2vw,2.8rem);font-weight:300;color:var(--off-white);margin-bottom:2rem;letter-spacing:.01em;line-height:1.2}.proc-presence-body{font-family:Inter,sans-serif;font-size:clamp(.9rem,1.2vw,1rem);font-weight:300;line-height:1.8;color:#f6f8f7ad;margin-bottom:2.5rem}.proc-bullets{list-style:none;display:flex;flex-direction:column;gap:.85rem}.proc-bullet-item{display:flex;align-items:baseline;gap:.75rem;font-family:Inter,sans-serif;font-size:.92rem;font-weight:300;color:#f6f8f7bf;line-height:1.6}.proc-bullet-check{color:var(--gold);font-size:.85rem;flex-shrink:0}.proc-placard{border:1px solid rgba(209,172,93,.3);background:#d1ac5d0d;padding:3rem 2.5rem;position:relative}.proc-placard-bar{position:absolute;top:0;left:0;width:3px;height:100%;background:var(--gold)}.proc-placard-text{font-family:Cormorant Garamond,serif;font-size:clamp(1.15rem,1.8vw,1.5rem);font-weight:300;font-style:italic;line-height:1.65;color:var(--off-white);letter-spacing:.01em}.proc-pillars-section{background:var(--charcoal)}.proc-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;max-width:1100px;margin:0 auto;padding:0 var(--px) 6rem}.proc-pillar{padding:3rem 2rem;border-top:1px solid rgba(209,172,93,.2)}.proc-pillar-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:300;color:var(--off-white);margin-bottom:1.25rem;letter-spacing:.02em}.proc-pillar-rule{width:28px;height:1px;background:var(--gold);opacity:.6;margin-bottom:1.5rem}.proc-pillar-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.proc-pillar-item{font-family:Inter,sans-serif;font-size:.88rem;font-weight:300;line-height:1.65;color:#f6f8f799;padding-left:1rem;position:relative}.proc-pillar-item:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:1px;background:#d1ac5d80}.proc-financial{background:var(--charcoal);padding:0 var(--px)}.proc-fin-inner{max-width:1100px;margin:0 auto;padding:7rem 0}.proc-fin-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d1ac5d26}.proc-fin-block{background:var(--charcoal);padding:3rem 2.5rem;position:relative;transition:background .25s ease}.proc-fin-block:hover{background:#1a211f80}.proc-fin-num{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:300;color:#d1ac5d33;line-height:1;display:block;margin-bottom:1.5rem}.proc-fin-trigger{font-family:Cormorant Garamond,serif;font-size:clamp(1.3rem,2vw,1.7rem);font-weight:300;color:var(--off-white);margin-bottom:1.25rem;letter-spacing:.01em}.proc-fin-rule{width:32px;height:1px;background:var(--gold);opacity:.55;margin-bottom:1.25rem}.proc-fin-condition{font-family:Inter,sans-serif;font-size:.88rem;font-weight:300;line-height:1.75;color:#f6f8f78c;font-style:italic}.proc-fin-mobile{display:none}.proc-fin-block--slide{background:var(--charcoal);border:1px solid rgba(209,172,93,.2);border-radius:12px;padding:2.5rem 2rem;min-height:200px}.proc-fin-dot{background:#d1ac5d66}.proc-fin-dot.opp-swipe-dot--active{background:var(--gold)}.proc-pillar-icon-wrap{margin-bottom:1.5rem;display:flex;align-items:center}.proc-pillar-icon{display:block;flex-shrink:0}.proc-closing-wrap:before{background-image:url(/final-block-desktop.webp)}.proc-closing-wrap .proc-closing-h2,.proc-closing-wrap .opp-closing-body{text-shadow:0 1px 3px rgba(255,255,255,.5),0 0 10px rgba(255,255,255,.3)}.proc-closing-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;color:var(--charcoal);margin-bottom:2.5rem;letter-spacing:.01em;line-height:1.2}@media (max-width: 768px){.proc-hero{background:linear-gradient(to bottom,#1a211f,#1a211f8c 8%,#1a211f00 15%,#1a211f00 78%,#1a211f8c 88%,#1a211f),#00000047,url(/procedure-hero-bg-mobile.webp) center / cover no-repeat;min-height:100svh;padding:calc(var(--header-h) + 4rem) var(--px) 5rem;align-items:flex-end}.proc-principle-inner{padding:5rem 0}.proc-cards-section:before{background-image:url(/diff-block-bg-mobile.webp)}.proc-diff-grid{display:none}.proc-diff-mobile{display:block}.proc-closing-wrap:before{background-image:url(/final-block-mobile.webp)}.proc-presence-inner{grid-template-columns:1fr;gap:3rem;padding:5rem 0}.proc-pillars-grid{grid-template-columns:1fr;padding:0 0 4rem}.proc-pillar{border-top:none;border-bottom:1px solid rgba(209,172,93,.15)}.proc-fin-blocks{display:none}.proc-fin-mobile{display:block}}.leg-hero{position:relative;background:linear-gradient(to bottom,#1a211f,#1a211f8c 8%,#1a211f00 15%,#1a211f00 82%,#1a211f8c 92%,#1a211f),linear-gradient(to right,#000000a6,#00000059 55%,#0000),url(/legal-hero-bg-desktop.webp) center top / cover no-repeat;min-height:92vh;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;padding:calc(var(--header-h) + 3.6rem) var(--px) 6rem}.leg-hero .proc-hero-h1{margin-bottom:1.3rem}.leg-hero .proc-hero-sub{margin-top:2.4rem}.leg-hero-content{position:relative;max-width:720px;display:flex;flex-direction:column;flex:1}.leg-hero .opp-hero-cta-wrap{margin-top:auto;padding-top:3rem}.leg-audience-section{background:var(--charcoal);padding-bottom:6rem}.leg-audience-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;max-width:1200px;margin:0 auto;padding:0 var(--px) 0;border-top:1px solid rgba(209,172,93,.18)}.leg-audience-item{padding:2.5rem 1.8rem;border-right:1px solid rgba(209,172,93,.12)}.leg-audience-item:last-child{border-right:none}.leg-audience-num{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:300;color:var(--gold);line-height:1;display:block;margin-bottom:1rem}.leg-audience-title{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:400;color:var(--off-white);margin-bottom:.75rem;letter-spacing:.02em}.leg-audience-rule{width:28px;height:1px;background:var(--gold);margin-bottom:.9rem}.leg-audience-desc{font-family:Inter,sans-serif;font-size:.82rem;font-weight:300;line-height:1.65;color:#f6f8f78c}.leg-audience-mobile{display:none}.leg-audience-slide{background:#1a211fb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(209,172,93,.15);border-radius:12px;padding:2.5rem 2rem;min-height:260px}.leg-aud-dot{background:#d1ac5d66}.leg-aud-dot.opp-swipe-dot--active{background:var(--gold)}.leg-foundations{background:var(--off-white);padding:0 var(--px);position:relative}.leg-foundations-inner{max-width:820px;margin:0 auto;padding:7rem 0}.leg-label{font-family:Inter,sans-serif;font-size:.68rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.8rem}.leg-accent-card{display:flex;gap:2rem;background:#d1ac5d0f;border:1px solid rgba(209,172,93,.2);border-radius:4px;padding:2rem 2.5rem;margin-top:3rem;position:relative}.leg-accent-bar{position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold);border-radius:4px 0 0 4px}.leg-contrast{background:var(--charcoal);padding:8rem var(--px)}.leg-contrast-inner{max-width:900px;margin:0 auto;text-align:center}.leg-contrast-statement{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:300;font-style:italic;line-height:1.35;color:var(--off-white);letter-spacing:.01em;margin-bottom:2rem}.leg-contrast-body{font-family:Inter,sans-serif;font-size:clamp(.9rem,1.1vw,1rem);font-weight:300;line-height:1.8;color:#f6f8f799}.leg-compliance-overview{background:var(--off-white);padding:0 var(--px);position:relative}.leg-compliance-inner{max-width:820px;margin:0 auto;padding:7rem 0}.leg-principle-card{position:relative;background:#d1ac5d12;border:1px solid rgba(209,172,93,.2);border-radius:4px;padding:2rem 2.5rem;margin-bottom:2rem}.leg-principle-bar{position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold);border-radius:4px 0 0 4px}.leg-principle-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:500;letter-spacing:.04em;color:var(--off-white);margin-bottom:.6rem}.leg-principle-body{font-family:Inter,sans-serif;font-size:.88rem;font-weight:300;line-height:1.7;color:#f6f8f7a6}.leg-compliance-intro{font-family:Inter,sans-serif;font-size:.92rem;font-weight:300;line-height:1.75;color:#f6f8f78c;font-style:italic}.leg-verification-section{border-top:1px solid rgba(209,172,93,.1)}.leg-financial-section{background:var(--off-white);padding:0 var(--px);position:relative}.leg-fin-inner{max-width:1100px;margin:0 auto;padding:7rem 0}.leg-fin-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(26,33,31,.1)}.leg-fin-block{padding:2.5rem 2rem;border-right:1px solid rgba(26,33,31,.08)}.leg-fin-block:last-child{border-right:none}.leg-fin-num{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:var(--gold);opacity:.5;line-height:1;display:block;margin-bottom:.8rem}.leg-fin-phase{font-family:Inter,sans-serif;font-size:.68rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.leg-fin-title{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;color:var(--charcoal);margin-bottom:.8rem;line-height:1.3}.leg-fin-rule{width:28px;height:1px;background:var(--gold);margin-bottom:1rem}.leg-fin-desc{font-family:Inter,sans-serif;font-size:.84rem;font-weight:300;line-height:1.7;color:#1a211fa6}.leg-fin-footnote{font-family:Inter,sans-serif;font-size:.84rem;font-weight:300;font-style:italic;line-height:1.7;color:#1a211f80;margin-top:2.5rem;border-left:2px solid rgba(209,172,93,.4);padding-left:1rem}.leg-fin-mobile{display:none}.leg-fin-block--slide{background:var(--off-white);border:1px solid rgba(26,33,31,.1);border-radius:12px;padding:2.5rem 2rem;min-height:220px}.leg-fin-dot{background:#1a211f33}.leg-fin-dot.opp-swipe-dot--active{background:var(--charcoal)}.leg-confidentiality{background:var(--charcoal);padding-bottom:6rem}.leg-conf-inner{max-width:820px;margin:0 auto;padding:0 var(--px)}.leg-conf-body{font-family:Inter,sans-serif;font-size:clamp(.9rem,1.1vw,1rem);font-weight:300;line-height:1.8;color:#f6f8f7a6;margin-bottom:2.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.6),0px 0px 12px rgba(0,0,0,.4)}.leg-confidentiality .opp-section-h2--light,.leg-conf-item{text-shadow:1px 1px 2px rgba(0,0,0,.6),0px 0px 12px rgba(0,0,0,.4)}.leg-conf-list{list-style:none;padding:0;margin:0}.leg-conf-item{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 0;border-bottom:1px solid rgba(209,172,93,.1);font-family:Inter,sans-serif;font-size:.9rem;font-weight:300;line-height:1.65;color:#f6f8f7b8}.leg-conf-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:.55rem}.leg-advisors{background:var(--off-white);padding:0 var(--px);position:relative}.leg-advisors-inner{max-width:820px;margin:0 auto;padding:7rem 0}.opp-section-header--light{background:transparent;padding:5rem var(--px) 3rem;text-align:center}.opp-section-header--light .opp-section-h2{color:var(--off-white)}.opp-section-header--light .opp-section-sub{color:#f6f8f78c;font-size:.92rem;font-style:italic}.leg-limits-grid{max-width:860px;margin:0 auto;padding:0 var(--px)}.leg-limit-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.4rem 0;border-bottom:1px solid rgba(209,172,93,.1)}.leg-limit-item:first-child{border-top:1px solid rgba(209,172,93,.1)}.leg-limit-dash{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;color:var(--gold);flex-shrink:0;line-height:1.4;opacity:.8}.leg-limit-text{font-family:Inter,sans-serif;font-size:.9rem;font-weight:300;line-height:1.7;color:#f6f8f7b8}.leg-closing-wrap:before{background-image:url(/final-block-desktop.webp)}.leg-closing-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;color:var(--charcoal);margin-bottom:2.5rem;letter-spacing:.01em;line-height:1.2}.leg-bridge{height:4.5rem;width:100%;margin:0;display:block;flex-shrink:0}.leg-bridge--d2l{background:linear-gradient(to bottom,var(--charcoal),var(--off-white))}.leg-bridge--l2d{background:linear-gradient(to bottom,var(--off-white),var(--charcoal))}.leg-light-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;letter-spacing:.01em;color:var(--charcoal);margin-bottom:2rem;text-align:center}.leg-light-body{font-family:Inter,sans-serif;font-size:clamp(.9rem,1.2vw,1.02rem);font-weight:300;line-height:1.8;color:#1a211fb8;margin-bottom:1.25rem;text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.leg-audience-intro{color:var(--gold)!important;font-style:normal;font-size:.92rem;font-weight:400;letter-spacing:.01em;opacity:1!important}.leg-icon{color:var(--gold);display:block;flex-shrink:0}.leg-audience-icon-wrap{margin-bottom:1rem}.leg-fin-icon-wrap{margin-bottom:.75rem}.leg-compliance-icon-row{display:flex;justify-content:center;margin-bottom:1.5rem}.leg-fin-heading-row{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.leg-fin-heading-icon{margin-bottom:1rem}.leg-advisors-icon-row{display:flex;justify-content:center;margin-bottom:1.5rem}.leg-conf-heading-icon{display:flex;justify-content:center;margin-bottom:1rem}.leg-principle-card{display:flex;align-items:flex-start;gap:1.5rem}.leg-principle-icon{flex-shrink:0;margin-top:.1rem}.leg-accent-card{display:flex;align-items:flex-start;gap:1.5rem}.leg-accent-icon-wrap{flex-shrink:0;margin-top:.2rem}.leg-foundations{position:relative;background:#f6f8f7e8;padding:0 var(--px);overflow:hidden;isolation:isolate}.leg-foundations:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;background:url(/legal-basis-bg-desktop.webp) center / cover no-repeat;filter:blur(4px);z-index:-1}.leg-foundations-inner{max-width:820px;margin:0 auto;padding:7rem 0;position:relative;z-index:3}.leg-foundations-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;letter-spacing:.01em;color:var(--charcoal);margin-bottom:2.5rem}.leg-foundations-body{font-family:Inter,sans-serif;font-size:clamp(.9rem,1.2vw,1.02rem);font-weight:300;line-height:1.8;color:#1a211fc7;margin-bottom:1.25rem}.leg-accent-title{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:500;color:var(--charcoal);letter-spacing:.04em;margin-bottom:.6rem}.leg-accent-text{font-family:Inter,sans-serif;font-size:.88rem;font-weight:300;line-height:1.7;color:#1a211fb8}.leg-compliance-overview{background:var(--off-white);padding:6rem var(--px)}.leg-compliance-inner{max-width:820px;margin:0 auto;text-align:center}.leg-financial-section{background:var(--off-white);padding:0 var(--px)}.leg-fin-inner{max-width:1100px;margin:0 auto;padding:6rem 0 7rem;text-align:center}.leg-fin-blocks{text-align:left}.leg-advisors{background:var(--off-white);padding:0 var(--px)}.leg-advisors-inner{max-width:820px;margin:0 auto;padding:6rem 0 7rem;text-align:center}.leg-advisors .proc-bullets{text-align:left;max-width:600px;margin:0 auto}.leg-advisors .proc-bullet-item{color:#1a211fc7;border-color:#1a211f1f}.cta-btn.leg-btn-dark{color:var(--charcoal);border-color:var(--charcoal)}.cta-btn.leg-btn-dark:hover{background:var(--charcoal);color:var(--off-white)}.leg-limitations{background:var(--charcoal);padding-bottom:6rem}.leg-limitations-intro{font-style:italic}.leg-foundations{position:relative!important;overflow:hidden!important;padding:0 var(--px)!important;background:none!important}.leg-foundations:before{content:""!important;position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:url(/legal-basis-bg-desktop.webp) center / cover no-repeat;filter:blur(5px) saturate(.9);z-index:0}.leg-foundations:after{content:""!important;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1A211F 0%,transparent 15%,transparent 85%,#1A211F 100%);z-index:2;pointer-events:none}.leg-foundations-h2{color:#1a211f!important;text-shadow:0 1px 3px rgba(255,255,255,.7),0 0 10px rgba(255,255,255,.4)!important}.leg-foundations-body{color:#1a211fd1!important;text-shadow:0 1px 2px rgba(255,255,255,.6),0 0 8px rgba(255,255,255,.3)!important}.leg-foundations .leg-label{color:var(--gold)!important}.leg-foundations .leg-accent-card,.leg-accent-card{background:#fff6!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border:1px solid rgba(209,172,93,.32)!important;border-radius:4px!important}.leg-foundations .leg-accent-title{color:#1a211f!important}.leg-foundations .leg-accent-text{color:#1a211fbf!important}.leg-compliance-overview{position:relative;background:none;padding:8rem var(--px);overflow:hidden}.leg-compliance-overview:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:url(/legal-compliance-bg-desktop.webp) center / cover no-repeat;filter:blur(5px) saturate(.9);z-index:0}.leg-compliance-overview:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1A211F 0%,transparent 15%,transparent 85%,#1A211F 100%);z-index:2;pointer-events:none}.leg-compliance-inner{position:relative;z-index:3}.leg-compliance-overview .leg-light-h2{color:var(--off-white)}.leg-compliance-overview .leg-light-body{color:#f6f8f7ad}.leg-compliance-overview .leg-light-h2,.leg-compliance-overview .leg-light-body{text-shadow:1px 1px 2px rgba(0,0,0,.6),0px 0px 12px rgba(0,0,0,.4)!important}.leg-financial-section{position:relative;background:linear-gradient(to bottom,#1A211F 0%,transparent 15%,transparent 85%,#1A211F 100%),url(/legal-finance-bg-desktop.webp) center / cover no-repeat;padding:0 var(--px);overflow:hidden}.leg-financial-section .leg-light-h2{color:var(--off-white)}.leg-financial-section .leg-light-body{color:#f6f8f7ad}.leg-financial-section .leg-light-h2,.leg-financial-section .leg-light-body,.leg-financial-section .leg-fin-title,.leg-financial-section .leg-fin-desc,.leg-financial-section .leg-fin-footnote{text-shadow:1px 1px 2px rgba(0,0,0,.6),0px 0px 12px rgba(0,0,0,.4)!important}.leg-fin-block{padding:2.5rem 2rem;border-right:1px solid rgba(209,172,93,.12)}.leg-fin-title{color:var(--off-white)}.leg-fin-desc{color:#f6f8f7a6}.leg-fin-footnote{color:#f6f8f780;border-left-color:#d1ac5d66}.leg-fin-block--slide{background:#1a211f8c;border:1px solid rgba(209,172,93,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.leg-advisors{position:relative!important;overflow:hidden!important;padding:0 var(--px)!important;background:none!important}.leg-advisors:before{content:""!important;position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:url(/legal-advisors-bg-desktop.webp) center / cover no-repeat;filter:blur(5px) saturate(.9);z-index:0}.leg-advisors:after{content:""!important;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1A211F 0%,transparent 15%,transparent 85%,#1A211F 100%);z-index:2;pointer-events:none}.leg-advisors-inner{position:relative;z-index:3}.leg-advisors .leg-light-h2{color:var(--off-white)}.leg-advisors .leg-light-body{color:#f6f8f7ad}.leg-advisors .proc-bullet-item{color:#f6f8f7c7;border-bottom-color:#d1ac5d1a}.leg-advisors .proc-bullet-check{color:var(--gold)}.leg-advisors .leg-light-h2,.leg-advisors .leg-light-body,.leg-advisors .proc-bullet-item{text-shadow:1px 1px 2px rgba(0,0,0,.6),0px 0px 12px rgba(0,0,0,.4)!important}.leg-bridge{display:none}@media (max-width: 768px){.leg-hero{background:linear-gradient(to bottom,#1a211f,#1a211f8c 8%,#1a211f00 15%,#1a211f00 75%,#1a211f8c 88%,#1a211f),#00000040,url(/legal-hero-bg-mobile.webp) center / cover no-repeat;min-height:100svh;padding:calc(var(--header-h) + 2rem) var(--px) 4rem;align-items:flex-start;justify-content:flex-start}.leg-hero .proc-hero-sub{max-width:233px;margin-top:3.6rem}.leg-audience-grid{display:none}.leg-audience-mobile{display:block;padding:0 var(--px) 2rem}.leg-fin-blocks{display:none}.leg-fin-mobile{display:block}.leg-audience-section{padding-bottom:3rem}.leg-contrast{padding:5rem var(--px)}.leg-fin-inner{padding:4rem 0}.leg-conf-inner{padding:0 var(--px)}.leg-advisors-inner{padding:4rem 0}.leg-foundations:before{background-image:url(/legal-basis-bg-mobile.webp)}.leg-advisors:before{background-image:url(/legal-advisors-bg-mobile.webp)}.leg-compliance-overview:before{background-image:url(/legal-compliance-bg-mobile.webp)}.leg-financial-section{background-image:linear-gradient(to bottom,#1A211F 0%,transparent 15%,transparent 85%,#1A211F 100%),url(/legal-finance-bg-mobile.webp)}.leg-closing-wrap:before{background-image:url(/final-block-mobile.webp)}}.abt-icon{color:#d1ac5d;flex-shrink:0}.abt-hero{position:relative;min-height:100vh;display:flex;align-items:center;background:url(/about-bg-desktop-v4.webp);background-size:cover;background-position:left center;background-repeat:no-repeat;padding:calc(var(--header-h) + 5rem) var(--px) 6rem;overflow:hidden}.abt-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0b0c61;pointer-events:none}.abt-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,rgba(26,33,31,.4) 70%,rgba(26,33,31,.8) 88%,#1A211F 100%);pointer-events:none}.abt-hero-content{position:relative;z-index:1;max-width:680px;padding-top:2.5rem;align-self:stretch;display:flex;flex-direction:column}.abt-hero .opp-hero-cta-wrap{margin-top:auto}.abt-hero-subtitle{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.3rem,2.4vw,1.6rem);font-style:italic;color:#fff!important;margin-bottom:2rem!important;opacity:1!important}.abt-hero-subtitle-break{display:block}.abt-hero-subtitle-break-mobile{display:none}.abt-hero .proc-hero-eyebrow{margin-top:-20px}.abt-hero .proc-hero-h1{margin-top:.4rem}.abt-hero .abt-hero-subtitle{margin-top:-20px}.abt-hero .proc-hero-eyebrow,.abt-hero .proc-hero-h1,.abt-hero .abt-hero-subtitle{text-shadow:1px 1px 2px rgba(0,0,0,.6),0px 0px 12px rgba(0,0,0,.4)}.abt-why-section{background:#1a211f;padding:7rem 0}.abt-why-inner{max-width:1100px;margin:0 auto;padding:0 var(--px)}.abt-why-h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;color:#f6f8f7;letter-spacing:.01em;margin-bottom:3.5rem}.abt-why-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.abt-why-block{display:flex;flex-direction:column;gap:1rem}.abt-why-num{font-family:Cormorant Garamond,Georgia,serif;font-size:2.4rem;font-weight:300;color:#d1ac5d;line-height:1;letter-spacing:.02em}.abt-why-bar{width:2rem;height:1px;background:#d1ac5d;margin:.25rem 0}.abt-why-text{font-family:Inter,sans-serif;font-size:.95rem;line-height:1.75;color:#f6f8f7d9}.abt-arch-section{background:#1a211f;padding-bottom:5rem}.abt-arch-desktop{max-width:900px;margin:0 auto;padding:0 var(--px) 1rem}.abt-arch-mobile{display:none}.abt-arch-accordion{display:flex;flex-direction:column;border-top:1px solid rgba(209,172,93,.18)}.abt-arch-acc-row{border-bottom:1px solid rgba(209,172,93,.18)}.abt-arch-acc-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.6rem 0;background:none;border:none;cursor:pointer;text-align:left;gap:1.5rem;transition:background .2s ease}.abt-arch-acc-header:hover{background:#d1ac5d0a}.abt-arch-acc-left{display:flex;align-items:center;gap:1.25rem}.abt-arch-acc-num{font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem;font-weight:300;color:#d1ac5d8c;line-height:1;min-width:2rem;flex-shrink:0}.abt-arch-acc-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.35rem;font-weight:500;color:#f6f8f7;letter-spacing:.01em;line-height:1.2}.abt-arch-acc-chevron{flex-shrink:0;transition:transform .35s cubic-bezier(.4,0,.2,1)}.abt-arch-acc-row--open .abt-arch-acc-chevron{transform:rotate(180deg)}.abt-arch-acc-body-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s cubic-bezier(.4,0,.2,1);overflow:hidden}.abt-arch-acc-row--open .abt-arch-acc-body-wrap{grid-template-rows:1fr}.abt-arch-acc-body{min-height:0;overflow:hidden}.abt-arch-acc-text{font-family:Inter,sans-serif;font-size:.93rem;line-height:1.8;color:#f6f8f7ad;padding:0 0 1.75rem 2.75rem;max-width:720px}.abt-arch-card{background:#f6f8f70a;border:1px solid rgba(209,172,93,.15);border-top:2px solid #D1AC5D;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.abt-arch-num{font-family:Cormorant Garamond,Georgia,serif;font-size:1.6rem;font-weight:300;color:#d1ac5d80;line-height:1}.abt-arch-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.1rem;font-weight:500;color:#f6f8f7;letter-spacing:.01em;line-height:1.3}.abt-arch-rule{width:1.5rem;height:1px;background:#d1ac5d66;margin:.25rem 0}.abt-arch-body{font-family:Inter,sans-serif;font-size:.82rem;line-height:1.75;color:#f6f8f7a6}.abt-resp-section{background:linear-gradient(to bottom,#1a211f,#1a211f8c 12%,#1a211f8c 88%,#1a211f),url(/about-responsibility-desktop.webp);background-size:cover;background-position:center;background-repeat:no-repeat;padding:7rem 0}.abt-resp-inner{max-width:1100px;margin:0 auto;padding:0 var(--px)}.abt-resp-h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;color:#f6f8f7;letter-spacing:.01em;margin-bottom:3.5rem}.abt-resp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.abt-resp-col{display:flex;flex-direction:column;gap:1rem}.abt-resp-col-bar{width:2rem;height:2px;background:#d1ac5d;margin-bottom:.5rem}.abt-resp-col-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:500;color:#f6f8f7;letter-spacing:.01em;line-height:1.3}.abt-resp-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.abt-resp-item{display:flex;align-items:flex-start;gap:.6rem;font-family:Inter,sans-serif;font-size:.88rem;line-height:1.65;color:#f6f8f7}.abt-resp-dot{width:5px;height:5px;border-radius:50%;background:#d1ac5d;flex-shrink:0;margin-top:.45em}.abt-model-section{background:#1a211f;padding:7rem 0}.abt-model-inner{max-width:860px;margin:0 auto;padding:0 var(--px);display:flex;flex-direction:column;gap:3rem}.abt-model-h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:500;color:#f6f8f7;letter-spacing:.01em;margin-bottom:1.25rem}.abt-model-body{font-family:Inter,sans-serif;font-size:1rem;line-height:1.8;color:#f6f8f7b8}.abt-model-advisory{background:#ffffff0a;border:1px solid rgba(209,172,93,.2);border-left:3px solid #D1AC5D;padding:2rem 2rem 2rem 1.75rem;display:flex;align-items:flex-start;gap:1.25rem}.abt-model-advisory-bar{display:none}.abt-model-advisory-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#d1ac5d1a;border-radius:2px;flex-shrink:0}.abt-model-advisory-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-weight:500;color:#d1ac5d;letter-spacing:.02em;margin-bottom:.5rem}.abt-model-advisory-text{font-family:Inter,sans-serif;font-size:.9rem;line-height:1.75;color:#f6f8f7b3}.abt-principles-section{background:#1a211f;padding-bottom:5rem}.abt-principles-list{max-width:860px;margin:0 auto;padding:0 var(--px);display:flex;flex-direction:column;gap:0}.abt-principles-mobile{display:none}.abt-principle-row{display:flex;align-items:flex-start;gap:1.25rem;padding:1.75rem 0;border-bottom:1px solid rgba(209,172,93,.12)}.abt-principle-row:first-child{border-top:1px solid rgba(209,172,93,.12)}.abt-principle-icon-wrap{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#d1ac5d14;border-radius:2px}.abt-principle-text{font-family:Inter,sans-serif;font-size:.95rem;line-height:1.75;color:#f6f8f7cc;align-self:center}.abt-trust-architecture-wrapper{position:relative;background:linear-gradient(to bottom,#1a211f,#1a211f00 12%,#f6f8f78c 22%,#f6f8f78c 80%,#f6f8f7d1),url(/final-block-desktop.webp) center / cover no-repeat;display:flex;flex-direction:column}.abt-trust-section{padding:7rem 0 3rem;text-align:center}.abt-trust-inner{max-width:740px;margin:0 auto;padding:0 var(--px)}.abt-trust-icon-row{display:flex;justify-content:center;margin-bottom:2rem;color:#d1ac5d}.abt-trust-icon-row .abt-icon{width:32px;height:32px}.abt-trust-h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;color:#1a211f;letter-spacing:.01em;margin-bottom:1.5rem}.abt-trust-body{font-family:Inter,sans-serif;font-size:1rem;line-height:1.8;color:#1a211fc7}.abt-trust-architecture-wrapper .opp-closing-divider{background:#d1ac5d;opacity:.6}.abt-closing-cta-section{padding:3rem 0 7rem;text-align:center}.abt-closing-caption{font-family:Inter,sans-serif;font-size:.85rem;letter-spacing:.04em;color:#1a211f80;margin-top:1.5rem;text-align:center}@media (max-width: 767px){.abt-hero{min-height:100svh;padding:calc(var(--header-h) + 2rem) var(--px) 6rem;align-items:flex-start;background:url(/about-bg-mobile-v4.webp);background-size:cover;background-position:left center;background-repeat:no-repeat}.abt-hero-content{padding-top:0}.abt-hero .proc-hero-sub:not(.abt-hero-subtitle){margin-top:20px}.abt-hero-subtitle-break{display:none}.abt-hero-subtitle-break-mobile{display:block}.abt-why-blocks{grid-template-columns:1fr;gap:2rem}.abt-arch-desktop{display:none}.abt-arch-mobile{display:block;padding:0 var(--px) 2rem}.abt-arch-card--slide{width:100%}.abt-resp-grid{grid-template-columns:1fr 1fr;gap:2rem}.abt-principles-list{display:none}.abt-principles-mobile{display:block;padding:0 var(--px) 2rem}.abt-principle-slide{display:flex;flex-direction:column;gap:1rem;padding:2rem 1.5rem;background:#f6f8f70a;border:1px solid rgba(209,172,93,.15);border-top:2px solid #D1AC5D;min-height:180px}.abt-resp-section{padding:5rem 0;background:linear-gradient(to bottom,#1a211f,#1a211f8c 12%,#1a211f8c 88%,#1a211f),url(/about-responsibility-mobile.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.abt-model-section,.abt-why-section{padding:5rem 0}}@media (max-width: 480px){.abt-resp-grid{grid-template-columns:1fr}}.ana-hero{position:relative;background:linear-gradient(to bottom,#f6f8f700,#f6f8f700 72%,#f6f8f780 88%,#f6f8f7),url(/procedure-final-bg-desktop.webp) center bottom / cover no-repeat;min-height:70vh;display:flex;align-items:flex-end;padding:calc(var(--header-h) + 6rem) var(--px) 4rem}.ana-hero-inner{max-width:var(--max-w);margin:0 auto;width:100%;text-align:left}.ana-hero-h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:400;letter-spacing:-.01em;color:var(--charcoal);margin-bottom:1.75rem;text-align:left}.ana-hero-rule{width:3rem;height:1px;background:var(--gold);margin-bottom:1.75rem;margin-left:0}.ana-hero-desc{font-family:Inter,sans-serif;font-size:clamp(.92rem,1.2vw,1.05rem);font-weight:300;line-height:1.85;color:var(--text-muted);max-width:390px;text-align:left}.ana-archive-section{background:var(--off-white);padding:1rem 0 7rem}.ana-archive-inner{max-width:var(--max-w);margin:0 auto;padding:0 var(--px)}.ana-numeral{color:var(--gold);font-weight:400}.ana-archive-desktop{display:block}.ana-archive-mobile{display:none}.ana-section-block{border-bottom:1px solid var(--border);padding:3rem 0}.ana-section-block:first-child{border-top:1px solid var(--border)}.ana-section-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:400;letter-spacing:.005em;color:var(--charcoal);margin-bottom:1.75rem}.ana-material-list{list-style:none;display:flex;flex-direction:column}.ana-material-list--desktop{display:flex;flex-direction:column;padding-left:.9rem}.ana-material-link{display:inline-block;font-family:Cormorant Garamond,serif;font-size:clamp(1.05rem,1.4vw,1.3rem);font-weight:400;color:var(--charcoal);padding:.65rem 0;border-bottom:1px solid rgba(209,172,93,.3);transition:color .25s ease,border-color .25s ease}.ana-material-link:hover{color:var(--gold);border-color:var(--gold)}.ana-mobile-section{border-bottom:1px solid var(--border)}.ana-mobile-section:first-child{border-top:1px solid var(--border)}.ana-mobile-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0;background:none;border:none;cursor:pointer;text-align:left}.ana-mobile-header-text{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400;color:var(--charcoal);line-height:1.3;transition:color .25s ease}.ana-mobile-header--open .ana-mobile-header-text{color:var(--gold)}.ana-mobile-icon{color:var(--gold);flex-shrink:0;transition:transform .3s ease}.ana-mobile-header--open .ana-mobile-icon{transform:rotate(180deg)}.ana-mobile-body{overflow:hidden;max-height:0;opacity:0;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .4s ease,padding .4s ease}.ana-mobile-body--open{max-height:1200px;opacity:1;padding-bottom:1.25rem}.ana-article-section{background:var(--off-white);padding:calc(var(--header-h) + 5rem) var(--px) 8rem;min-height:100vh}.ana-article-inner{max-width:760px;margin:0 auto}.ana-back-link{display:inline-block;font-family:Inter,sans-serif;font-size:.85rem;font-weight:400;letter-spacing:.02em;color:var(--text-muted);margin-bottom:3.5rem;transition:color .25s ease}.ana-back-link:hover{color:var(--gold)}.ana-article-date{font-family:Inter,sans-serif;font-size:.8rem;letter-spacing:.08em;color:var(--gold);margin-bottom:1.25rem}.ana-article-date--bottom{display:flex;justify-content:flex-end;align-items:baseline;gap:.5rem;margin-top:3.5rem;margin-bottom:0;text-align:right}.ana-article-date-label{font-family:Inter,sans-serif;font-size:.8rem;letter-spacing:.02em;color:var(--text-muted)}.ana-article-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:500;letter-spacing:.01em;line-height:1.25;color:var(--charcoal);margin-bottom:2.5rem;text-transform:uppercase}.ana-article-rule{width:3rem;height:1px;background:var(--gold);margin-bottom:3rem}.ana-article-content{padding-top:.5rem}.ana-article-placeholder{font-family:Inter,sans-serif;font-size:1rem;font-weight:300;font-style:italic;line-height:1.85;color:var(--text-muted)}.ana-article-lead{font-family:Cormorant Garamond,serif;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:500;font-style:italic;line-height:1.6;color:var(--charcoal);margin-bottom:2rem}.ana-article-paragraph{font-family:Inter,sans-serif;font-size:1rem;font-weight:300;line-height:1.85;color:var(--text-muted);margin-bottom:1.5rem}.ana-article-h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:500;line-height:1.35;color:var(--charcoal);margin:2.5rem 0 1.25rem}.ana-article-list{list-style:none;margin:0 0 1.5rem;padding:0}.ana-article-list li{position:relative;font-family:Inter,sans-serif;font-size:1rem;font-weight:300;line-height:1.85;color:var(--text-muted);padding-left:1.25rem;margin-bottom:.5rem}.ana-article-list li:before{content:"";position:absolute;left:0;top:.85em;width:5px;height:1px;background:var(--gold)}.ana-article-divider{width:3rem;height:1px;background:#d1ac5d59;margin:2.5rem 0}@media (max-width: 767px){.ana-archive-desktop{display:none}.ana-archive-mobile{display:block}.ana-hero{padding:calc(var(--header-h) + 4rem) var(--px) 6.45rem;min-height:68vh;background:linear-gradient(to bottom,#f6f8f700,#f6f8f700 70%,#f6f8f78c 88%,#f6f8f7),url(/procedure-final-bg-mobile.webp) center bottom / cover no-repeat}.ana-hero-h1{margin-bottom:2.5rem}.ana-archive-section{padding:.5rem 0 5rem}.ana-article-section{padding:calc(var(--header-h) + 3.5rem) var(--px) 5rem}}.cts-hero{background:linear-gradient(to bottom,#f6f8f700 50%,#f6f8f7),url(/contacts-hero-bg-desktop.webp) center / cover no-repeat;min-height:70vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;padding:calc(var(--header-h) + 6rem) 10% 6rem}.cts-hero-content{max-width:720px;margin:0;text-align:left}.cts-eyebrow{color:var(--gold);text-align:left}.cts-hero-h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4.6vw,3.6rem);font-weight:300;line-height:1.18;letter-spacing:-.01em;color:var(--charcoal);margin-bottom:2rem}.cts-hero-sub{font-family:Inter,sans-serif;font-size:clamp(.92rem,1.2vw,1.05rem);font-weight:300;line-height:1.75;color:#1a211fad;max-width:560px;margin:0 0 2.5rem}.cts-hero-cta-wrap{display:flex;justify-content:flex-start}.cts-section-h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.9rem,3vw,2.5rem);font-weight:300;color:var(--charcoal);text-align:center;margin-bottom:3rem}.cts-channels-section{background:var(--off-white);padding:5rem var(--px) 6rem}.cts-channels-inner{max-width:1000px;margin:0 auto}.cts-channels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.cts-channel-card{display:flex;flex-direction:row;align-items:center;text-align:left;gap:.85rem;padding:1.1rem 1.25rem;border:1px solid rgba(26,33,31,.14);text-decoration:none;transition:border-color .3s ease,background .3s ease}.cts-channel-card:hover{border-color:var(--gold);background:#d1ac5d0d}.cts-channel-icon-wrap{flex:none;display:flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;color:var(--gold)}.cts-channel-icon-wrap svg{width:17px;height:17px}.cts-channel-text{display:flex;flex-direction:column;min-width:0}.cts-channel-label{font-family:Inter,sans-serif;font-size:.64rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#1a211f80;margin-bottom:.25rem}.cts-channel-value{font-family:Rajdhani,sans-serif;font-size:1.05rem;font-weight:500;letter-spacing:.04em;color:var(--charcoal);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cts-before-section{background:var(--off-white);padding:2rem var(--px) 6rem;border-top:1px solid rgba(26,33,31,.1)}.cts-before-inner{max-width:720px;margin:0 auto;text-align:center}.cts-before-lead{font-family:Inter,sans-serif;font-size:1rem;font-weight:300;line-height:1.75;color:#1a211fb8;margin-bottom:2.25rem}.cts-before-list{list-style:none;padding:0;margin:0 auto 2.25rem;display:inline-block;text-align:left}.cts-before-item{display:flex;align-items:baseline;gap:.85rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:300;line-height:1.7;color:var(--charcoal);margin-bottom:.85rem}.cts-before-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0;transform:translateY(-3px)}.cts-before-closing{font-family:Inter,sans-serif;font-size:.92rem;font-weight:300;font-style:italic;line-height:1.7;color:#1a211f8c;max-width:560px;margin:0 auto}.cts-conf-section{background:var(--off-white);padding:2rem var(--px) 6.5rem}.cts-conf-card{max-width:780px;margin:0 auto;background:#eff2ef;border:1px solid rgba(26,33,31,.22);padding:3.5rem clamp(1.75rem,5vw,4rem);text-align:center}.cts-conf-icon-wrap{color:var(--gold);display:flex;justify-content:center;margin-bottom:1.5rem}.cts-conf-h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,2.6vw,2.1rem);font-weight:300;color:var(--charcoal);margin-bottom:2rem}.cts-conf-list{list-style:none;padding:0;margin:0 auto;display:inline-block;text-align:left}.cts-conf-item{display:flex;align-items:baseline;gap:.85rem;font-family:Inter,sans-serif;font-size:.94rem;font-weight:300;line-height:1.7;color:#1a211fc7;margin-bottom:.75rem}.cts-conf-item:last-child{margin-bottom:0}.cts-conf-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0;transform:translateY(-3px)}.cts-workflow-section{background:var(--off-white);padding-bottom:6rem}.cts-workflow-section .opp-section-header--dark{background:var(--off-white)}.cts-workflow-section .opp-section-h2--light{color:var(--charcoal)}.cts-workflow-row{display:grid;grid-template-columns:repeat(4,1fr);max-width:1100px;margin:0 auto;padding:0 var(--px)}.cts-workflow-step{position:relative;text-align:center;padding:0 1.25rem}.cts-workflow-num{display:flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;margin:0 auto 1.25rem;border:1px solid var(--gold);border-radius:50%;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;letter-spacing:.02em;color:var(--gold);background:var(--off-white);position:relative;z-index:1}.cts-workflow-text{font-family:Inter,sans-serif;font-size:.88rem;font-weight:300;line-height:1.6;color:#1a211fd9}.cts-workflow-line{position:absolute;top:1.7rem;left:calc(50% + 1.7rem);right:calc(-50% + 1.7rem);height:1px;background:#d1ac5d4d;z-index:0}.cts-closing-section{background:var(--off-white);padding:7rem var(--px) 8rem;text-align:center}.cts-closing-divider{width:3rem;height:1px;background:#1a211f4d;margin:0 auto 3.5rem}.cts-closing-quote{font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(1.35rem,2.6vw,1.9rem);font-weight:300;line-height:1.5;color:var(--charcoal);max-width:640px;margin:0 auto 2.5rem}.cts-closing-sub{font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--charcoal);margin-bottom:.3rem}.cts-closing-cta-wrap{display:flex;justify-content:center}.cts-closing-sub2{font-family:Inter,sans-serif;font-size:.72rem;font-weight:300;letter-spacing:.04em;color:#1a211f8c}.lead-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;min-height:100vh;min-height:100dvh;background:#14161766;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:1.25rem var(--px);z-index:200;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.lead-modal-overlay--open{opacity:1;visibility:visible}.lead-modal-panel{position:relative!important;background:#141617!important;border-radius:16px!important;border:1px solid rgba(20,22,23,.15)!important;box-shadow:0 24px 64px #00000059!important;max-width:550px!important;width:100%!important;max-height:90vh!important;overflow-y:auto!important;overscroll-behavior:contain!important;box-sizing:border-box!important;padding:1.5rem clamp(1.35rem,4vw,2.35rem) 1.25rem!important;transform:translateY(16px);transition:transform .3s ease;-ms-overflow-style:none!important;scrollbar-width:none!important}.lead-modal-panel::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.lead-modal-overlay--open .lead-modal-panel{transform:translateY(0)}.lead-modal-panel .lead-form-wrap{max-width:none!important;margin:0!important;min-height:0!important}.lead-modal-panel .lead-h2{font-size:clamp(1.3rem,2.4vw,1.7rem)!important;margin-bottom:.3rem!important;margin-top:0!important}.lead-modal-panel .lead-subheading{font-size:.75rem!important;line-height:1.5!important;margin-bottom:.85rem!important}.lead-modal-panel .lead-form{gap:.5rem!important}.lead-modal-panel .lead-input{padding:.55rem .9rem!important;font-size:.79rem!important}.lead-modal-panel .lead-textarea{min-height:2.6rem!important;height:2.6rem!important}.lead-modal-panel .lead-messenger-subtitle{margin-top:.5rem!important;margin-bottom:.35rem!important}.lead-modal-panel .lead-messenger-tokens{margin-top:0!important;margin-bottom:0!important}.lead-modal-panel .lead-token{padding:.22rem .75rem!important}.lead-modal-panel .lead-submit-wrap{margin-top:.65rem!important}.lead-modal-panel .lead-submit{padding:.6rem 2.6rem!important}.lead-modal-panel .lead-next-steps{font-size:.66rem!important;margin-top:.65rem!important;line-height:1.5!important}.lead-modal-panel .lead-privacy{font-size:.62rem!important;margin-top:.35rem!important}.lead-modal-panel .lead-success{padding:1.5rem 0 .35rem!important}.lead-modal-close{position:absolute;top:1.1rem;right:1.1rem;background:none;border:none;color:#f6f8f78c;cursor:pointer;padding:.4rem;line-height:0;z-index:1;transition:color .2s ease}.lead-modal-close:hover{color:var(--gold)}@media (max-width: 768px){.cts-hero{min-height:auto;padding:calc(var(--header-h) + 3.5rem) 20px 4rem;background:linear-gradient(to bottom,#f6f8f700 50%,#f6f8f7),url(/contacts-hero-bg-mobile.webp) center / cover no-repeat}.cts-channels-grid{grid-template-columns:1fr;gap:.65rem}.cts-channel-card{padding:.8rem 1rem;gap:.65rem}.cts-channel-icon-wrap{width:1.8rem;height:1.8rem}.cts-channel-icon-wrap svg{width:15px;height:15px}.cts-channel-label{font-size:.6rem;margin-bottom:.15rem}.cts-channel-value{font-size:1rem}.cts-workflow-row{display:flex;flex-direction:column;max-width:420px}.cts-workflow-step{display:flex;align-items:flex-start;text-align:left;padding:0 0 2rem;gap:1rem}.cts-workflow-step:last-child{padding-bottom:0}.cts-workflow-num{margin:0;flex:none;width:2.75rem;height:2.75rem;font-size:.85rem}.cts-workflow-text{padding-top:.6rem}.cts-workflow-line{top:2.75rem;left:1.37rem;right:auto;width:1px;height:calc(100% - 2rem);background:#d1ac5d4d}.cts-conf-card{padding:2.5rem 1.5rem}.lead-modal-overlay{padding:.5rem var(--px)!important}.lead-modal-panel{border-radius:14px!important;padding:1.1rem 1.05rem 1rem!important;max-height:92vh!important;max-height:92dvh!important}.lead-modal-panel .lead-h2{font-size:1.2rem!important}.lead-modal-panel .lead-subheading{margin-bottom:.65rem!important}.lead-modal-panel .lead-textarea{min-height:2.4rem!important;height:2.4rem!important}}
