:root{--body-text-font-size: 1rem;--body-text-line-height: 1.6;--body-text-color: rgba(255, 255, 255, .9);--body-text-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--navbar-height-mobile: 84px;--navbar-height-desktop: 96px;--subnav-height: 52px;--subnav-height-mobile: 48px}@media(min-width:768px){:root{--navbar-height: var(--navbar-height-desktop)}}@media(max-width:767px){:root{--navbar-height: var(--navbar-height-mobile)}}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;width:100%;max-width:100vw;scroll-padding-top:var(--navbar-height-mobile, 84px)}@media(min-width:768px){html{scroll-padding-top:var(--navbar-height-desktop, 96px)}}@media(max-width:767px){html{scroll-behavior:auto}}body{margin:0;min-height:100vh;overflow-x:hidden;width:100%;max-width:100vw}#root{overflow-x:hidden;width:100%;max-width:100vw}#hero,#process,#expertise,#contact{scroll-margin-top:var(--navbar-height-mobile, 84px)}@media(min-width:768px){#hero,#process,#expertise,#contact{scroll-margin-top:var(--navbar-height-desktop, 96px)}}.navbar{position:fixed;top:0;left:0;background:linear-gradient(180deg,#0d0d0df2,#0d0d0de6);backdrop-filter:blur(20px) saturate(200%);-webkit-backdrop-filter:blur(20px) saturate(200%);width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:50;box-sizing:border-box;min-height:80px;gap:2rem;border-bottom:1px solid rgba(201,169,97,.1);overflow:visible;max-width:100vw}.navbar *{text-shadow:none}@media(max-width:767px){.navbar{padding:1rem;gap:1rem;min-height:70px}}@media(min-width:768px){.navbar{padding-left:4rem;padding-right:4rem}}@media(min-width:768px)and (max-width:1440px){.navbar{padding-left:1.5rem;padding-right:1.5rem;gap:.75rem}}@media(min-width:768px)and (max-width:900px){.navbar{padding-left:1rem;padding-right:1rem;gap:.5rem}}@media(min-width:1024px)and (max-width:1440px){.navbar{padding-left:3rem;padding-right:3rem}}@media(min-width:1440px){.navbar{padding-left:6rem;padding-right:6rem}}@media(min-width:1280px){.navbar{padding-left:8rem;padding-right:8rem}}.navbar-scrolled{background:linear-gradient(180deg,#0d0d0dfa,#0d0d0df2);backdrop-filter:blur(30px) saturate(200%);-webkit-backdrop-filter:blur(30px) saturate(200%);box-shadow:0 8px 32px #00000080;border-bottom:1px solid rgba(201,169,97,.15);padding-top:1rem;padding-bottom:1rem}@media(min-width:768px){.navbar-scrolled{padding-top:1.25rem;padding-bottom:1.25rem}}.navbar-logo-container{display:flex;align-items:center;gap:.75rem;flex-shrink:0;min-width:0}.navbar-logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0;text-decoration:none;min-width:0;overflow:visible;position:relative}.navbar-logo-img{height:64px;width:auto;object-fit:contain;display:block;flex-shrink:0;filter:brightness(0) invert(1);transition:filter .45s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1),opacity .45s cubic-bezier(.4,0,.2,1)}@media(max-width:767px){.navbar-logo-img{height:52px}}@media(min-width:768px)and (max-width:900px){.navbar-logo-img{height:52px}}.navbar-logo:hover{text-decoration:none}.navbar-logo:after{content:"";position:absolute;inset:0;background-color:#c9a961;-webkit-mask-image:url(/MConstantinides/MConstantinides.png);mask-image:url(/MConstantinides/MConstantinides.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;opacity:0;pointer-events:none;transition:opacity .45s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1);transform:scale(1)}.navbar-logo:hover .navbar-logo-img{opacity:0;transform:scale(1.05)}.navbar-logo:hover:after{opacity:1;transform:scale(1.05)}.navbar-logo:focus{text-decoration:none}.navbar-logo-text{font-size:1.75rem;font-weight:700;color:#c9a961;text-decoration:none;text-shadow:none;transition:all .3s;letter-spacing:.02em;font-family:Georgia,Times New Roman,Times,serif;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}@media(max-width:767px){.navbar-logo-text{font-size:1.4rem}}@media(min-width:768px)and (max-width:1440px){.navbar-logo-text{font-size:1.4rem}}@media(min-width:768px)and (max-width:900px){.navbar-logo-text{font-size:1.2rem}}.navbar-logo-text-scrolled{opacity:.95}.navbar-logo:hover .navbar-logo-text{opacity:1;color:#d4b86a}.navbar-desktop-links{display:none;align-items:center;gap:0;flex:1 1 auto;justify-content:flex-end;min-width:0;overflow:visible;flex-shrink:0}@media(min-width:1024px){.navbar-desktop-links{display:flex}}@media(min-width:768px)and (max-width:1440px){.navbar-desktop-links{gap:0;flex-wrap:nowrap;overflow:visible;min-width:0;flex-shrink:1}}@media(min-width:768px)and (max-width:900px){.navbar-desktop-links{gap:0;flex-wrap:nowrap;overflow:visible;min-width:0;flex-shrink:0;flex:0 1 auto}}.navbar-link{display:flex;align-items:center;color:#fff;text-decoration:none;text-shadow:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:400;font-size:.95rem;position:relative;padding:.5rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;white-space:nowrap}@media(min-width:768px)and (max-width:1440px){.navbar-link{font-size:.8rem;padding:.5rem}}@media(min-width:768px)and (max-width:900px){.navbar-link{font-size:.75rem;padding:.4rem}}.navbar-link:hover{color:#c9a961}.navbar-link-scrolled{color:#fff}.navbar-link-scrolled:hover{color:#c9a961}.navbar-dropdown-wrapper{position:relative;display:flex;align-items:center}.navbar-dropdown-trigger{background:none;border:none;cursor:pointer;padding:.5rem 1rem;display:flex;align-items:center;gap:.35rem;font:inherit;font-size:.95rem;font-weight:400;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;transition:color .3s cubic-bezier(.4,0,.2,1)}.navbar-dropdown-trigger:hover{color:#c9a961}.navbar-dropdown-trigger.navbar-link-scrolled{color:#fff}.navbar-dropdown-trigger.navbar-link-scrolled:hover{color:#c9a961}.navbar-dropdown-chevron{transition:transform .25s ease;flex-shrink:0}.navbar-dropdown-chevron-open{transform:rotate(180deg)}.navbar-dropdown{position:absolute;top:100%;left:0;margin-top:.25rem;min-width:180px;background:#121212fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(201,169,97,.2);border-radius:8px;box-shadow:0 12px 32px #0006;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s,transform .2s,visibility .2s;z-index:60}.navbar-dropdown-open{opacity:1;visibility:visible;transform:translateY(0)}.navbar-dropdown-item{display:block;padding:.5rem 1rem;color:#fff;text-decoration:none;font-size:.9rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;transition:color .2s,background .2s;white-space:nowrap}.navbar-dropdown-item:hover{color:#c9a961;background:#c9a96114}@media(min-width:768px)and (max-width:1440px){.navbar-dropdown-trigger{padding:.5rem;font-size:.8rem}.navbar-dropdown{min-width:160px}.navbar-dropdown-item{font-size:.85rem;padding:.45rem .85rem}}@media(min-width:768px)and (max-width:900px){.navbar-dropdown-trigger{padding:.4rem;font-size:.75rem}.navbar-dropdown{min-width:150px}.navbar-dropdown-item{font-size:.8rem;padding:.4rem .75rem}}.navbar-link-separator{width:1px;height:20px;background:#ffffff26;margin:0 .25rem}@media(min-width:768px)and (max-width:1440px){.navbar-link-separator{margin:0 .1rem;height:16px}}@media(min-width:768px)and (max-width:900px){.navbar-link-separator{margin:0 .05rem;height:14px}}.navbar-contact-btn{padding:.625rem 1.75rem;border-radius:8px;transition:all .4s cubic-bezier(.4,0,.2,1);border:1.5px solid rgba(255,255,255,.5);cursor:pointer;background:#ffffff14;color:#fff;font-weight:600;font-size:.95rem;letter-spacing:.03em;text-shadow:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 15px #0003,inset 0 1px #ffffff1a;position:relative;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin-left:.5rem;white-space:nowrap}@media(min-width:768px)and (max-width:1440px){.navbar-contact-btn{padding:.5rem 1rem;font-size:.8rem;margin-left:.25rem}}@media(min-width:768px)and (max-width:900px){.navbar-contact-btn{padding:.4rem .75rem;font-size:.75rem;margin-left:.15rem}}.navbar-contact-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(201,169,97,.3),transparent);transition:left .6s cubic-bezier(.4,0,.2,1)}.navbar-contact-btn:hover:before{left:100%}.navbar-contact-btn:hover{transform:translateY(-2px);border-color:#c9a96166;box-shadow:0 4px 15px #0003,inset 0 1px #ffffff1a,0 0 0 1px #c9a96133;background:linear-gradient(135deg,#c9a96126,#c9a9611a,#c9a96126);color:#c9a961}.navbar-contact-btn:active{transform:translateY(0);box-shadow:0 2px 10px #c9a96133,inset 0 1px #ffffff1a}.navbar-contact-btn-scrolled{background:#ffffff14;border-color:#ffffff80;color:#fff}.navbar-contact-btn-scrolled:hover{background:linear-gradient(135deg,#c9a96126,#c9a9611a,#c9a96126);border-color:#c9a96166;color:#c9a961}.navbar-mobile-menu-btn{display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin-left:auto}@media(min-width:1024px){.navbar-mobile-menu-btn{display:none}}.navbar-hamburger{height:1.75rem;width:1.75rem;cursor:pointer;color:#ffffffe6;transition:all .3s;flex-shrink:0}.navbar-hamburger:hover{color:#c9a961;transform:scale(1.1)}.navbar-hamburger:active{color:#c9a961}.navbar-hamburger-scrolled{color:#ffffffe6}.navbar-mobile-menu{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0d0d0dfa;backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%);color:#fff;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:8rem 1.75rem 2rem;font-size:1rem;font-weight:500;transition:all .5s cubic-bezier(.4,0,.2,1);transform:translate(100%);border-left:1px solid rgba(201,169,97,.2);box-shadow:0 0 50px #00000080;z-index:100;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(201,169,97,.35) transparent}.navbar-mobile-menu::-webkit-scrollbar{width:6px}.navbar-mobile-menu::-webkit-scrollbar-track{background:transparent}.navbar-mobile-menu::-webkit-scrollbar-thumb{background:#c9a96159;border-radius:3px}.navbar-mobile-menu::-webkit-scrollbar-thumb:hover{background:#c9a96180}@media(min-width:1024px){.navbar-mobile-menu{display:none}}.navbar-mobile-menu-open{transform:translate(0)}.navbar-mobile-menu-logo-link{position:absolute;top:1.5rem;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;z-index:1;text-decoration:none;cursor:pointer;transition:opacity .2s}.navbar-mobile-menu-logo-link:hover{opacity:.9}.navbar-mobile-menu-logo-img{height:80px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.navbar-mobile-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:0}.navbar-close-icon{height:1.5rem;width:1.5rem;color:#ffffffe6;transition:all .3s}.navbar-close-icon:hover{color:#c9a961;transform:scale(1.1) rotate(90deg)}.navbar-mobile-nav{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;max-width:340px;margin:0 auto;width:100%}.navbar-mobile-link{color:#fff;text-decoration:none;text-shadow:none;transition:all .28s ease;font-weight:600;font-size:1.18rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:relative;padding:.9rem 1.35rem;border-radius:12px;text-align:center;border:1px solid rgba(201,169,97,.15);background:#ffffff08;letter-spacing:.01em}.navbar-mobile-link:after{content:"";position:absolute;bottom:.4rem;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,#c9a961,#c9a96199);transition:width .3s cubic-bezier(.4,0,.2,1);border-radius:2px}.navbar-mobile-link:hover{color:#fff;background:#c9a9611a;border-color:#c9a96147;transform:translateY(-1px)}.navbar-mobile-link:hover:after{width:70%}.navbar-mobile-link:active{transform:translateY(0)}.navbar-mobile-dropdown-section{display:flex;flex-direction:column;align-items:stretch;border-radius:12px;border:1px solid rgba(201,169,97,.15);background:#ffffff08;overflow:hidden}.navbar-mobile-dropdown-trigger{background:none;border:none;cursor:pointer;display:grid;place-items:center;width:100%;height:3.25rem;padding:0 1.35rem;margin:0;font:inherit;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:600;font-size:1.18rem;line-height:1;transition:all .28s ease;text-align:center;letter-spacing:.01em;position:relative;box-sizing:border-box;-webkit-appearance:none;appearance:none}.navbar-mobile-dropdown-trigger>span{line-height:1;display:block}.navbar-mobile-dropdown-trigger:hover{color:#fff;background:#c9a9611a}.navbar-mobile-dropdown-section:hover{border-color:#c9a96147}.navbar-mobile-dropdown-trigger:active{background:#c9a9611f}.navbar-mobile-dropdown-trigger .navbar-mobile-chevron{color:#c9a961d9;transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;position:absolute;right:1.35rem;top:50%;transform:translateY(-50%)}.navbar-mobile-dropdown-trigger .navbar-mobile-chevron.navbar-mobile-chevron-open{transform:translateY(-50%) rotate(180deg)}.navbar-mobile-dropdown-items{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1);overflow:hidden;visibility:hidden}.navbar-mobile-dropdown-items.navbar-mobile-dropdown-items-open{grid-template-rows:1fr;border-top:1px solid rgba(201,169,97,.2);visibility:visible}.navbar-mobile-dropdown-items-inner{min-height:0;overflow:hidden;padding:.32rem 0 .58rem;display:flex;flex-direction:column;gap:.06rem;contain:layout style paint}.navbar-mobile-sublink{color:#fff;text-decoration:none;font-size:.88rem;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;padding:.28rem 1rem .28rem 1.6rem;transition:color .2s,background .2s;position:relative;border-left:3px solid transparent;margin-left:.3rem}.navbar-mobile-sublink:hover{color:#c9a961;background:#c9a96114;border-left-color:#c9a9618c}.navbar-mobile-sublink:active{background:#c9a9611f}.navbar-mobile-nav .navbar-mobile-cta-wrapper{margin-top:.5rem;padding-top:1rem;border-top:1px solid rgba(201,169,97,.18)}.navbar-mobile-nav .navbar-mobile-cta-btn{width:100%;text-align:center}.navbar-mobile-cta-btn{padding:.75rem 1.75rem;border-radius:10px;transition:all .4s cubic-bezier(.4,0,.2,1);border:1.5px solid rgba(201,169,97,.4);cursor:pointer;background:linear-gradient(135deg,#c9a96126,#c9a9611a,#c9a96126);color:#c9a961;font-weight:600;font-size:1rem;letter-spacing:.03em;text-shadow:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 15px #0003,inset 0 1px #ffffff1a,0 0 0 1px #c9a96133;position:relative;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;white-space:nowrap}.navbar-mobile-cta-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(201,169,97,.3),transparent);transition:left .6s cubic-bezier(.4,0,.2,1)}.navbar-mobile-cta-btn:hover:before{left:100%}.navbar-mobile-cta-btn:hover{transform:translateY(-2px);border-color:#c9a961b3;box-shadow:0 6px 20px #c9a9614d,inset 0 1px #ffffff26,0 0 0 1px #c9a96166,0 0 20px #c9a96133;background:linear-gradient(135deg,#c9a96140,#c9a96133,#c9a96140);color:#d4b86a}.navbar-mobile-cta-btn:active{transform:translateY(0);box-shadow:0 2px 10px #c9a96133,inset 0 1px #ffffff1a}.banner-footer{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:100%;padding:1.5rem 0rem;font-size:var(--body-text-font-size, 1rem);line-height:var(--body-text-line-height, 1.6);font-family:var(--body-text-font-family);background:linear-gradient(135deg,#0f0f0ff2,#0a0a0afa,#0f0f0ff2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--body-text-color, rgba(255, 255, 255, .9));border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -6px 20px #0006,inset 0 1px #ffffff0d}.banner-footer svg{margin-bottom:1rem}.banner-copyright{margin:0;text-align:center;font-size:var(--body-text-font-size, 1rem);line-height:var(--body-text-line-height, 1.6);color:var(--body-text-color, rgba(255, 255, 255, .9));font-family:var(--body-text-font-family)}.banner-copyright p{margin:.25em 0}.banner-copyright p:first-child{margin-top:0}.banner-copyright .banner-credit{margin-top:.75em;font-size:.9em;opacity:.85}.banner-copyright-link{color:var(--body-text-color, rgba(255, 255, 255, .9));text-decoration:none;transition:color .3s ease}.banner-copyright-link:hover{color:#c9a961}.banner-links{display:flex;align-items:center;gap:1rem;margin-top:1rem}.banner-link{font-size:var(--body-text-font-size, 1rem);font-family:var(--body-text-font-family);font-weight:500;color:var(--body-text-color, rgba(255, 255, 255, .9));text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.banner-link:hover{color:#c9a961}.banner-divider{height:1rem;width:1px;background-color:#fff3}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px)and (max-width:1024px){.banner-footer{padding:2rem;min-height:auto}.banner-copyright{font-size:var(--body-text-font-size, 1rem);margin-bottom:1.25rem;padding:0 1.5rem;line-height:1.5}.banner-links{flex-wrap:wrap;justify-content:center;gap:.5rem .75rem;max-width:950px;width:100%;padding:0 1.5rem;margin-top:0;row-gap:.75rem}.banner-link{font-size:var(--body-text-font-size, 1rem);padding:.35rem .6rem;white-space:nowrap;transition:all .3s cubic-bezier(.4,0,.2,1)}.banner-divider{height:1rem;margin:0 .125rem}}@media(min-width:768px)and (max-width:900px){.banner-links{gap:.4rem .6rem}.banner-link{font-size:var(--body-text-font-size, 1rem);padding:.3rem .5rem}.banner-copyright{font-size:var(--body-text-font-size, 1rem)}}@media(min-width:376px)and (max-width:767px){.banner-footer{padding:1.75rem 1.25rem}.banner-copyright{font-size:var(--body-text-font-size, 1rem);margin-bottom:1rem;padding:0 1rem;line-height:1.4}.banner-links{flex-wrap:wrap;justify-content:center;gap:.5rem .75rem;padding:0 1rem;margin-top:.75rem;row-gap:.625rem}.banner-link{font-size:var(--body-text-font-size, 1rem);padding:.3rem .5rem;white-space:nowrap}.banner-divider{height:.875rem;margin:0 .1rem}}@media(min-width:320px)and (max-width:375px){.banner-links{padding:0 1rem;flex-wrap:wrap;justify-content:center;gap:.5rem .625rem}.banner-link{font-size:var(--body-text-font-size, 1rem);padding:.25rem .4rem}.banner-copyright{font-size:var(--body-text-font-size, 1rem);padding:0 .75rem}}.loading-spinner-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#1a1a1afa;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;pointer-events:all;transition:opacity .5s ease-out}.loading-spinner-overlay.fade-out{opacity:0;pointer-events:none}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center}.loading-spinner-logo{width:120px;height:auto;margin-bottom:10px;filter:brightness(0) invert(1)}.spinner{position:relative;width:80px;height:80px;margin:0 auto;display:flex;align-items:center;justify-content:center}.spinner-ring{position:absolute;width:100%;height:100%;border:4px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin 1.2s cubic-bezier(.5,0,.5,1) infinite;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center center}.spinner-ring:nth-child(1){animation-delay:-.45s;border-top-color:#fff}.spinner-ring:nth-child(2){animation-delay:-.3s;border-top-color:#d0d0d0;width:70%;height:70%}.spinner-ring:nth-child(3){animation-delay:-.15s;border-top-color:#a0a0a0;width:50%;height:50%}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.loading-text{font-size:16px;color:#fff;font-weight:500;letter-spacing:1px;animation:pulse 1.5s ease-in-out infinite;text-align:center;margin:0;width:100%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.hero-new{position:relative;width:100%;height:100vh;min-height:100vh;background:#0d0d0d;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-new-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:scroll;filter:brightness(.4) contrast(1.1);z-index:0}@media(hover:hover)and (pointer:fine){.hero-new-image{background-attachment:fixed}}.hero-new-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;text-align:center;width:90%;max-width:1000px;padding:2rem}.hero-new-headline-group,.hero-new-divider,.hero-new-subheadline,.hero-new-scroll-indicator{will-change:transform,opacity}.hero-new-tagline{font-size:clamp(.8rem,1vw,1rem);font-weight:700;letter-spacing:.1em;color:#b58a38;text-transform:uppercase;margin:0 0 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;text-align:center}.hero-new-headline{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;color:#fff;margin:0 0 1.5rem;font-family:Times New Roman,Times,serif;text-shadow:0 2px 8px rgba(0,0,0,.5);text-align:center}.hero-new-headline-group,.hero-new-headline-line{display:block}@media(min-width:768px){.hero-new-headline{display:flex;flex-direction:column;align-items:center}.hero-new-headline-group{display:block;white-space:nowrap;text-align:center}.hero-new-headline-group .hero-new-headline-line{display:inline}}.hero-new-subheadline{font-size:clamp(1rem,1.2vw,1.15rem);font-weight:400;line-height:1.8;color:#fff;margin:0 auto 4rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.5);max-width:900px;text-align:center}.hero-new-divider{display:flex;align-items:center;justify-content:center;gap:0;width:180px;margin:0 auto 2rem}.hero-new-divider-line{flex:1;height:2px;min-width:40px;background:linear-gradient(90deg,transparent 0%,#c9a961 30%,rgba(201,169,97,.9) 100%);border-radius:2px;box-shadow:0 0 10px #c9a9614d}.hero-new-divider-line-left{background:linear-gradient(90deg,transparent 0%,#c9a961 30%,rgba(201,169,97,.9) 100%)}.hero-new-divider-line-right{background:linear-gradient(270deg,transparent 0%,#c9a961 30%,rgba(201,169,97,.9) 100%)}.hero-new-divider-rhombus{flex-shrink:0;width:8px;height:8px;margin:0 2px;background:#c9a961;transform:rotate(45deg);box-shadow:0 0 10px #c9a96166}.hero-new-scroll-indicator{display:flex;align-items:center;justify-content:center;color:#fff;margin-top:3rem}.hero-new-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero-new-btn{padding:1rem 2.5rem;font-size:.9rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;border:1px solid;border-radius:4px;cursor:pointer;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;text-align:center}.hero-new-btn-primary{background:#fff;color:#1a1a1a;border-color:#1a1a1a}.hero-new-btn-primary:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.hero-new-btn-secondary{background:linear-gradient(135deg,#2c2c2c99,#1f1f1f80,#25252599);color:#fff;border-color:#c9a96180}.hero-new-btn-secondary:hover{background:linear-gradient(135deg,#333333b3,#26262699,#2d2d2db3);border-color:#c9a961cc;transform:translateY(-2px);box-shadow:0 4px 12px #c9a96133}.hero-new:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000004d,#00000080,#000000b3);z-index:2;pointer-events:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(min-width:1400px){.hero-new-content{max-width:1200px;padding:3rem}.hero-new-headline{font-size:clamp(3rem,4vw,4rem)}.hero-new-headline-group .hero-new-headline-line{display:inline}}@media(max-width:1600px)and (min-width:1024px){.hero-new-content{transform:translate(-50%,-50%) scale(.8);transform-origin:center center}}@media(max-width:1399px)and (min-width:1024px){.hero-new-content{max-width:900px;padding:2.5rem}.hero-new-headline{font-size:clamp(2rem,4vw,3.5rem)}.hero-new-headline-group .hero-new-headline-line{display:inline}}@media(max-width:1024px)and (min-width:768px){.hero-new{height:100vh;min-height:100vh}.hero-new-content{max-width:85%;width:640px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-new-headline{font-size:clamp(1.65rem,4.5vw,2.4rem);margin-bottom:1.75rem;line-height:1.35;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.hero-new-headline-group{text-align:center}.hero-new-headline-group .hero-new-headline-line{display:inline}.hero-new-subheadline{font-size:clamp(.95rem,1.15vw,1.1rem);margin-bottom:2.5rem;line-height:1.75;max-width:100%}.hero-new-divider{margin-bottom:1.5rem}.hero-new-scroll-indicator{margin-top:2rem}.hero-new-buttons{gap:1.25rem}.hero-new-btn{padding:.95rem 2.25rem;font-size:.85rem}}@media(max-width:767px)and (min-width:480px){.hero-new{height:100dvh;min-height:100dvh}.hero-new-content{width:95%;max-width:600px;padding:1.5rem;top:50%;transform:translate(-50%,-50%)}.hero-new-tagline{font-size:clamp(.7rem,1vw,.9rem);letter-spacing:.1em;margin-bottom:1.5rem}.hero-new-divider{margin-bottom:1.5rem}.hero-new-scroll-indicator{margin-top:2rem}.hero-new-headline{font-size:clamp(1.5rem,6vw,2.2rem);margin-bottom:1.5rem;line-height:1.35}.hero-new-subheadline{font-size:clamp(.9rem,1.5vw,1.1rem);margin-bottom:2rem;line-height:1.6}.hero-new-buttons{flex-direction:column;gap:.75rem;width:100%;align-items:center;justify-content:center}.hero-new-btn{width:100%;max-width:240px;padding:.75rem 1.5rem;font-size:.75rem;letter-spacing:1.5px;min-height:42px;display:flex;align-items:center;justify-content:center}}@media(max-width:479px){.hero-new{height:100dvh;min-height:100dvh}.hero-new-content{width:95%;padding:1rem;top:50%;transform:translate(-50%,-50%)}.hero-new-tagline{font-size:clamp(.65rem,1vw,.85rem);letter-spacing:.1em;margin-bottom:1.25rem}.hero-new-divider{margin-bottom:1.25rem}.hero-new-scroll-indicator{margin-top:1.5rem}.hero-new-headline{font-size:clamp(1.2rem,7vw,1.8rem);margin-bottom:1.25rem;line-height:1.3}.hero-new-headline-group .hero-new-headline-line{display:block}.hero-new-subheadline{font-size:clamp(.85rem,1.5vw,1rem);margin-bottom:1.75rem;line-height:1.6}.hero-new-buttons{flex-direction:column;gap:.75rem;width:100%;align-items:center;justify-content:center}.hero-new-btn{width:100%;max-width:240px;padding:.75rem 1.25rem;font-size:.75rem;letter-spacing:1.5px;margin:0 auto;min-height:42px;display:flex;align-items:center;justify-content:center;border-radius:4px}.hero-new:before{background:linear-gradient(180deg,#0006,#0009,#000c)}}@media(max-width:319px){.hero-new-content{padding:.75rem}.hero-new-tagline{font-size:clamp(.6rem,1vw,.8rem);letter-spacing:.1em;margin-bottom:1rem}.hero-new-divider{margin-bottom:1rem}.hero-new-scroll-indicator{margin-top:1.25rem}.hero-new-headline{font-size:clamp(1rem,8vw,1.5rem);margin-bottom:1rem}.hero-new-subheadline{font-size:clamp(.8rem,1.5vw,.95rem);margin-bottom:1.5rem;line-height:1.5}.hero-new-btn{padding:.75rem 1.5rem;font-size:.7rem;letter-spacing:1px}}@media(max-height:500px)and (orientation:landscape){.hero-new{height:100dvh;min-height:100dvh}.hero-new-content{padding:1rem;top:50%;transform:translate(-50%,-50%)}.hero-new-tagline{font-size:clamp(.65rem,1vw,.85rem);margin-bottom:.75rem}.hero-new-divider{margin-bottom:.75rem}.hero-new-scroll-indicator{margin-top:1rem}.hero-new-headline{font-size:clamp(1.2rem,5vw,1.8rem);margin-bottom:.75rem}.hero-new-subheadline{font-size:clamp(.85rem,1.5vw,1rem);margin-bottom:1rem;line-height:1.5}.hero-new-buttons{flex-direction:row;gap:.75rem}.hero-new-btn{padding:.75rem 1.5rem;font-size:.7rem}}@media(hover:none)and (pointer:coarse){.hero-new-btn{min-height:42px;padding:.75rem 1.5rem}}.about-pin-wrapper{position:relative;width:100%;height:100vh;height:100dvh}.about-pin-wrapper.about-pin-active{overscroll-behavior:none}.about-pin-wrapper.about-pin-active .about-pin-container{position:fixed;inset:0;z-index:40;overflow:hidden;touch-action:none;-webkit-overflow-scrolling:auto}.about-pin-container{position:relative;width:100%;height:100%;will-change:opacity}.about-pin-wrapper.about-pin-active .about-pin-container .about-section{min-height:100vh;height:100%}.about-section{background:#0d0d0d;--background-speed: 1.2s;position:relative;min-height:70vh;overflow:hidden}.about-section .about-slider-background,.about-section .about-slider-background img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 1.5s ease-in-out;z-index:0}.about-section .about-slider-background img{object-fit:cover;opacity:0;transform:scale(1.1);will-change:opacity,transform}.about-section .about-slider-background img.prev,.about-section .about-slider-background img.currentBackward,.about-section .about-slider-background img.currentForward{opacity:1;transform:scale(1.1)}.about-section .about-slider-background img.currentBackward,.about-section .about-slider-background img.currentForward{z-index:1;opacity:1;animation:bgNext var(--background-speed) linear;transition:all 1.5s ease-in-out;transform:scale(1)}.about-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:2;pointer-events:none}.about-section>.about-container{position:relative;z-index:3}@keyframes bgNext{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.about-container{max-width:1920px;margin:0 auto;padding:0 4%;position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center}@media(max-width:1600px)and (min-width:1024px){.about-content{transform:scale(.8);transform-origin:center center}}.about-section .about-text-content,.about-section .about-coverflow-wrapper{will-change:transform,opacity}.about-content{display:grid;grid-template-rows:1fr 520px;align-items:center;justify-items:center;width:100%;padding:0;height:100vh;min-height:100vh;gap:0}.about-text-content{display:flex;flex-direction:column;gap:50px;justify-content:center;align-items:center;text-align:center;max-width:800px;width:100%;min-height:0;overflow-y:auto;justify-self:center;padding-top:7rem}.about-heading-container{--speed: .7s;--gap: 40px;transition:all .3s ease-in-out;height:var(--h, 100px);--height: calc(var(--h, 100px) + var(--gap));overflow:hidden!important;position:relative;width:100%;display:flex;justify-content:center}.about-heading-container .about-widget{position:absolute;top:50%;transform:translateY(-50%);width:100%;will-change:transform}.about-heading-container .about-widget>*{transform:translateY(calc(-10 * var(--height, 140px)));transition:none!important}.about-heading-container .about-widget.prev>*{animation:prev var(--speed) ease-in-out;transform:translateY(calc(-1 * var(--height, 140px)))}.about-heading-container .about-widget.next>*{animation:next var(--speed) ease-in-out;transform:translateY(var(--height, 140px))}.about-heading-container .about-widget.currentUp,.about-heading-container .about-widget.currentDown{z-index:1}.about-heading-container .about-widget.currentUp>*{animation:currentUp var(--speed) ease-in-out;transform:translateY(0)}.about-heading-container .about-widget.currentDown>*{animation:currentDown var(--speed) ease-in-out;transform:translateY(0)}.about-heading{font-size:clamp(1.75rem,5vw,3.5rem);font-weight:400;color:#fff;line-height:1.1;margin:0;letter-spacing:.02em;text-align:center;text-transform:none}.about-description-container{--speed: .6s;--gap: 40px;transition:all .3s ease-in-out;height:var(--h, 100px);--height: calc(var(--h, 100px) + var(--gap));overflow:hidden!important;position:relative;width:100%;display:flex;justify-content:center}.about-description-container .about-widget{position:absolute;top:50%;transform:translateY(-50%);width:100%;will-change:transform}.about-description-container .about-widget>*{transform:translateY(calc(-10 * var(--height, 140px)));transition:none!important}.about-description-container .about-widget.prev>*{animation:prev var(--speed) ease-in-out;transform:translateY(calc(-1 * var(--height, 140px)))}.about-description-container .about-widget.next>*{animation:next var(--speed) ease-in-out;transform:translateY(var(--height, 140px))}.about-description-container .about-widget.currentUp,.about-description-container .about-widget.currentDown{z-index:1}.about-description-container .about-widget.currentUp>*{animation:currentUp var(--speed) ease-in-out;transform:translateY(0)}.about-description-container .about-widget.currentDown>*{animation:currentDown var(--speed) ease-in-out;transform:translateY(0)}.about-description{font-size:var(--body-text-font-size, 1rem);line-height:1.7;color:#ffffffe6;margin:0;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;text-align:center}.about-button-container{--speed: .6s;--gap: 40px;transition:all .3s ease-in-out;height:var(--h, 60px);--height: calc(var(--h, 60px) + var(--gap));overflow:hidden!important;position:relative}.about-button-container .about-widget{position:absolute;top:50%;transform:translateY(-50%);width:100%;will-change:transform}.about-button-container .about-widget>*{transform:translateY(calc(-10 * var(--height, 100px)));transition:none!important}.about-button-container .about-widget.prev>*{animation:prev var(--speed) ease-in-out;transform:translateY(calc(-1 * var(--height, 100px)))}.about-button-container .about-widget.next>*{animation:next var(--speed) ease-in-out;transform:translateY(var(--height, 100px))}.about-button-container .about-widget.currentUp,.about-button-container .about-widget.currentDown{z-index:1}.about-button-container .about-widget.currentUp>*{animation:currentUp var(--speed) ease-in-out;transform:translateY(0)}.about-button-container .about-widget.currentDown>*{animation:currentDown var(--speed) ease-in-out;transform:translateY(0)}.about-button{display:inline-block;padding:14px 32px;background:#fff;color:#000;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease}.about-button:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 10px 30px #0003}@keyframes prev{0%{transform:translateY(0)}to{transform:translateY(calc(-1 * var(--height, 140px)))}}@keyframes next{0%{transform:translateY(0)}to{transform:translateY(var(--height, 140px))}}@keyframes currentUp{0%{transform:translateY(var(--height, 140px))}to{transform:translateY(0)}}@keyframes currentDown{0%{transform:translateY(calc(-1 * var(--height, 140px)))}to{transform:translateY(0)}}.about-coverflow-wrapper{position:relative;width:100%;max-width:1400px;margin:-140px auto 0;padding-top:2rem;display:flex;align-items:center;justify-content:center;will-change:transform,opacity;flex-shrink:0;min-height:520px}.about-coverflow-track{position:relative;width:100%;height:480px;perspective:1200px;display:flex;align-items:center;justify-content:center}.about-coverflow-card{position:absolute;width:320px;height:440px;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .55s cubic-bezier(.25,.46,.45,.94),opacity .55s cubic-bezier(.25,.46,.45,.94),filter .55s cubic-bezier(.25,.46,.45,.94);transform-style:preserve-3d;box-shadow:0 20px 60px #0009,0 0 0 1px #ffffff0d;will-change:transform,opacity,filter}.about-coverflow-card.is-active{box-shadow:0 30px 80px #000000b3,0 0 40px #c9a96114,0 0 0 1px #c9a96133}.about-coverflow-card-image{position:absolute;inset:0;overflow:hidden}.about-coverflow-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.about-coverflow-card.is-active .about-coverflow-card-image img{transform:scale(1.03)}.about-coverflow-card-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.75rem 1.5rem;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.3) 55%,rgba(0,0,0,.85) 100%);z-index:2}.about-coverflow-card-title{font-size:1.3rem;font-weight:400;color:#fff;margin:0;font-family:Times New Roman,Times,serif;letter-spacing:.02em;line-height:1.3;text-align:center}.about-coverflow-card-subtitle{font-size:.8rem;color:#ffffffa6;margin:0 0 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:italic;letter-spacing:.02em}.about-coverflow-card-btn{display:inline-flex;align-items:center;gap:.5rem;background:#dba21e;color:#0d0d0d;border:none;padding:.6rem 1.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;border-radius:2px;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:fit-content;opacity:0;transform:translateY(8px);transition:opacity .4s ease .15s,transform .4s ease .15s,background .3s ease}.about-coverflow-card.is-active .about-coverflow-card-btn{opacity:1;transform:translateY(0)}.about-coverflow-card-btn:hover{background:#e8b832;transform:translateY(-1px)}.about-coverflow-card-btn-icon{font-size:.85rem;line-height:1}.about-coverflow-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:background .3s ease,border-color .3s ease,opacity .3s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fffc}.about-coverflow-arrow svg{width:22px;height:22px}.about-coverflow-arrow:hover:not(:disabled){background:#c9a96126;border-color:#c9a96166;color:#dba21e}.about-coverflow-arrow:disabled{opacity:.2;cursor:not-allowed}.about-coverflow-arrow-left{left:2%}.about-coverflow-arrow-right{right:2%}.about-coverflow-dots{position:absolute;bottom:-2.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:20}.about-coverflow-dot{width:8px;height:8px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;cursor:pointer;padding:0;transition:background .3s ease,border-color .3s ease,transform .3s ease}.about-coverflow-dot.is-active{background:#dba21e;border-color:#dba21e;transform:scale(1.25)}.about-coverflow-dot:hover:not(.is-active){background:#fff3;border-color:#ffffff80}@media(min-width:1024px)and (max-width:1680px){.about-coverflow-wrapper{margin-top:1.5rem;padding-top:3rem}.about-coverflow-arrow-left{left:.5rem}.about-coverflow-arrow-right{right:.5rem}}@media(max-width:1750px)and (min-width:1381px){.about-content{padding-left:8%;padding-right:8%;gap:20px}.about-heading{font-size:clamp(2rem,3.5vw,3rem)}}@media(max-width:1380px)and (min-width:768px){.about-container{padding-left:4%;padding-right:4%}.about-content{padding-left:4%;padding-right:4%;gap:20px}.about-heading{font-size:clamp(1.75rem,4vw,2.5rem)}.about-description{font-size:var(--body-text-font-size, 1rem);line-height:1.6}}@media(max-width:1024px){.about-content{gap:20px;padding-left:4%;padding-right:4%}.about-text-content{gap:35px}.about-heading{font-size:clamp(1.75rem,4vw,2.5rem)}.about-description{font-size:var(--body-text-font-size, 1rem);line-height:1.6}}@media(max-width:1024px)and (min-width:768px){.about-container{padding-left:5%;padding-right:5%}.about-content{padding-left:5%;padding-right:5%;gap:22px}.about-heading{font-size:clamp(1.75rem,4vw,2.5rem)}.about-description{font-size:var(--body-text-font-size, 1rem);line-height:1.6}}@media(min-width:481px)and (max-width:767px){.about-heading{font-size:clamp(1.35rem,4.5vw,1.85rem)}.about-description{font-size:.9375rem;line-height:1.55}}@media(max-width:768px){.about-content{grid-template-rows:1fr 440px}.about-coverflow-wrapper{min-height:440px}.about-coverflow-track{height:400px;perspective:900px}.about-coverflow-card{width:260px;height:380px}.about-coverflow-arrow{width:40px;height:40px}.about-coverflow-arrow svg{width:18px;height:18px}.about-coverflow-arrow-left{left:.5rem}.about-coverflow-arrow-right{right:.5rem}}@media(max-width:480px){.about-content{grid-template-rows:1fr 400px}.about-coverflow-wrapper{min-height:400px}.about-coverflow-track{height:360px;perspective:700px}.about-coverflow-card{width:220px;height:340px}.about-coverflow-card-title{font-size:1.1rem}.about-container{padding:0 4%}.about-content{padding-left:4%;padding-right:4%;gap:15px}.about-text-content{gap:30px}.about-heading{font-size:clamp(1.15rem,5.5vw,1.6rem)}.about-description{font-size:.9375rem;line-height:1.5}}.about-the-firm-title-section{position:relative;width:100%;background:#0d0d0d;padding:3rem 0;overflow:hidden}.about-the-firm-title-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(201,169,97,.06) 0%,transparent 50%),linear-gradient(180deg,transparent 0%,rgba(0,0,0,.15) 50%,transparent 100%);pointer-events:none;z-index:0}.about-the-firm-title-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(201,169,97,.2) 20%,rgba(201,169,97,.4) 50%,rgba(201,169,97,.2) 80%,transparent 100%);z-index:1}.about-the-firm-title-container{max-width:1400px;margin:0 auto;padding:0 4%;position:relative;z-index:1;text-align:center}.about-the-firm-title{font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:400;color:#fff;margin:0;letter-spacing:.02em}.gsap-animated-wrapper{position:relative;width:100%;height:100vh;height:100dvh}.gsap-animated-wrapper.is-active{overscroll-behavior:none;-webkit-overflow-scrolling:auto}.gsap-animated-wrapper.is-active .gsap-animated-container{position:fixed;inset:0;z-index:40}.gsap-animated-container{position:relative;width:100%;height:100%;overflow:hidden;background:#0d0d0d;-webkit-user-select:none;user-select:none;will-change:opacity}.gsap-animated-wrapper.is-active .gsap-animated-container{touch-action:none;-webkit-overflow-scrolling:auto}.gsap-animated-wrapper.is-active .gsap-animated-section,.gsap-animated-wrapper.is-active .gsap-animated-outer,.gsap-animated-wrapper.is-active .gsap-animated-inner,.gsap-animated-wrapper.is-active .gsap-animated-bg,.gsap-animated-wrapper.is-active .gsap-animated-content{touch-action:none}.gsap-animated-container .looping-pinned-nav-outer{position:relative;z-index:15}.gsap-animated-wrapper.is-active .looping-pinned-nav-outer,.gsap-animated-wrapper.is-active .looping-pinned-nav,.gsap-animated-wrapper.is-active .looping-pinned-nav-inner{touch-action:pan-x}@media(max-width:767px){.gsap-animated-container .looping-pinned-nav-inner{display:flex;flex-wrap:nowrap;gap:.5rem;justify-content:flex-start;align-items:center;padding:0 1rem 6px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gsap-animated-container .looping-pinned-nav-inner::-webkit-scrollbar{display:none}.gsap-animated-container .looping-pinned-nav-item{font-size:.75rem;padding:.35rem .6rem .5rem;min-height:2rem;line-height:1.25;white-space:nowrap;flex-shrink:0}}@media(min-width:768px)and (max-width:1023px){.gsap-animated-container .looping-pinned-nav{padding:.5rem 0 0}.gsap-animated-container .looping-pinned-nav-inner{display:flex;flex-wrap:nowrap;gap:.75rem;justify-content:flex-start;align-items:center;padding:0 1.25rem 6px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gsap-animated-container .looping-pinned-nav-inner::-webkit-scrollbar{display:none}.gsap-animated-container .looping-pinned-nav-item{font-size:.85rem;padding:.4rem .75rem .55rem;min-height:2.25rem;line-height:1.25;white-space:nowrap;flex-shrink:0}}.gsap-animated-section{height:100%;width:100%;top:0;left:0;position:absolute;visibility:hidden}.gsap-animated-section:first-of-type{visibility:visible}.gsap-animated-outer,.gsap-animated-inner{width:100%;height:100%;overflow:hidden}.gsap-animated-bg{display:flex;align-items:center;justify-content:center;position:absolute;height:100%;width:100%;top:0;background-size:cover;background-position:center}.gsap-animated-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:90vw;max-width:900px;z-index:5;padding:2rem;box-sizing:border-box}.gsap-animated-heading{font-size:clamp(1.75rem,5vw,3.5rem);font-weight:400;line-height:1.1;text-align:center;width:100%;color:#fff;margin:0 0 1.5rem;padding:0;letter-spacing:.02em;text-transform:none}.gsap-animated-heading:after{content:"";display:block;width:120px;height:2px;margin:1rem auto 0;background:linear-gradient(90deg,transparent 0%,#c9a961 20%,rgba(201,169,97,.8) 50%,#c9a961 80%,transparent 100%);border-radius:2px;box-shadow:0 0 10px #c9a9614d}.gsap-animated-text{text-align:center;max-width:800px;margin-top:1.5rem}.gsap-animated-text p{font-size:var(--body-text-font-size, 1rem);line-height:1.7;color:#ffffffe6;margin:0 0 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.gsap-animated-text p:last-child{margin-bottom:0}.gsap-animated-heading *{will-change:transform,opacity}.animated-word{display:inline-block;overflow:hidden;vertical-align:top}.animated-char{display:inline-block}.gsap-animated-exit-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:15;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ffffffb3;font-size:var(--body-text-font-size, 1rem);letter-spacing:.15em;text-transform:uppercase;animation:fadeInUp .5s ease-out}.gsap-animated-exit-hint.gsap-animated-exit-hint-top{bottom:auto;top:2rem;animation:fadeInDown .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.gsap-animated-exit-arrow{width:24px;height:24px;border-right:2px solid rgba(255,255,255,.6);border-bottom:2px solid rgba(255,255,255,.6);transform:rotate(45deg);animation:bounceDown 1.5s ease-in-out infinite}.gsap-animated-exit-arrow.gsap-animated-exit-arrow-up{transform:rotate(-135deg);animation:bounceUp 1.5s ease-in-out infinite}@keyframes bounceDown{0%,to{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(8px)}}@keyframes bounceUp{0%,to{transform:rotate(-135deg) translateY(0)}50%{transform:rotate(-135deg) translateY(8px)}}@media(max-width:480px){.gsap-animated-content{padding:.75rem 1rem;width:95vw}.gsap-animated-heading{font-size:clamp(1.15rem,5.5vw,1.6rem);margin-bottom:.6rem}.gsap-animated-heading:after{width:60px;margin-top:.5rem}.gsap-animated-text{margin-top:.6rem}.gsap-animated-text p{font-size:.9375rem;line-height:1.5;margin-bottom:.5rem}.gsap-animated-exit-hint{bottom:1rem;font-size:.9375rem}.gsap-animated-exit-hint.gsap-animated-exit-hint-top{top:.5rem;bottom:auto}.gsap-animated-exit-arrow{width:14px;height:14px}}@media(min-width:481px)and (max-width:767px){.gsap-animated-content{padding:1rem 1.5rem}.gsap-animated-heading{font-size:clamp(1.35rem,4.5vw,1.85rem);margin-bottom:.75rem}.gsap-animated-heading:after{width:80px;margin-top:.6rem}.gsap-animated-text{margin-top:.75rem}.gsap-animated-text p{font-size:.9375rem;line-height:1.55;margin-bottom:.6rem}.gsap-animated-exit-hint{bottom:1.5rem;font-size:.9375rem}}@media(min-width:768px)and (max-width:1023px){.gsap-animated-content{max-width:700px;padding:1.25rem 2rem}.gsap-animated-heading{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.75rem}.gsap-animated-heading:after{margin-top:.6rem}.gsap-animated-text{margin-top:.75rem}.gsap-animated-text p{font-size:var(--body-text-font-size, 1rem);line-height:1.6;margin-bottom:.6rem}}@media(min-width:1024px)and (max-width:1439px){.gsap-animated-content{max-width:800px}.gsap-animated-heading{font-size:clamp(2rem,3.5vw,3rem)}.gsap-animated-text p{font-size:var(--body-text-font-size, 1rem)}}@media(min-width:1440px){.gsap-animated-content{max-width:900px}.gsap-animated-heading{font-size:clamp(2.5rem,3vw,3.5rem)}.gsap-animated-text p{font-size:var(--body-text-font-size, 1rem)}}@media(min-width:1920px){.gsap-animated-content{max-width:1000px}.gsap-animated-heading{font-size:clamp(3rem,2.5vw,4rem)}.gsap-animated-text p{font-size:var(--body-text-font-size, 1rem)}}@media(max-height:500px)and (orientation:landscape){.gsap-animated-content{padding:.5rem 1rem 2.5rem;flex-direction:row;max-width:95vw;gap:2rem}.gsap-animated-heading{font-size:clamp(1rem,3vw,1.5rem);margin-bottom:0;white-space:nowrap}.gsap-animated-heading:after{display:none}.gsap-animated-text{margin-top:0;text-align:left;max-height:80vh;overflow-y:auto}.gsap-animated-text p{font-size:var(--body-text-font-size, 1rem);line-height:1.5;margin-bottom:.5rem}.gsap-animated-exit-hint{bottom:2rem;font-size:var(--body-text-font-size, 1rem)}.gsap-animated-exit-hint.gsap-animated-exit-hint-top{top:.5rem;bottom:auto}.gsap-animated-exit-arrow{width:12px;height:12px}}@media(prefers-reduced-motion:reduce){.gsap-animated-exit-arrow{animation:none}}@media(prefers-contrast:high){.gsap-animated-heading{text-shadow:2px 2px 4px rgba(0,0,0,.8)}}@media print{.gsap-animated-wrapper{display:none}}.looping-pinned-panels{position:relative;width:100%;background-color:#0d0d0d;isolation:isolate;z-index:2}.looping-pinned-nav{position:sticky;top:var(--navbar-height-mobile, 84px);z-index:10;width:100%;background:#0d0d0d;padding:.75rem 1.5rem 0;box-sizing:border-box;border-bottom:1px solid rgba(232,232,232,.2)}@media(min-width:768px){.looping-pinned-nav{top:var(--navbar-height-desktop, 96px)}}@media(min-width:768px)and (max-width:1023px){.looping-pinned-nav{margin-top:-4px}}@media(min-width:1024px)and (max-width:1280px){.looping-pinned-nav{margin-top:-4px}}.looping-pinned-nav.looping-pinned-nav-fixed{position:fixed;top:var(--navbar-height-mobile, 84px);left:0;right:0;width:100%;z-index:10;animation:looping-pinned-nav-in .35s cubic-bezier(.25,.46,.45,.94) forwards;backface-visibility:hidden}@media(min-width:768px){.looping-pinned-nav.looping-pinned-nav-fixed{top:var(--navbar-height-desktop, 96px)}}@media(min-width:768px)and (max-width:1023px){.looping-pinned-nav.looping-pinned-nav-fixed{margin-top:-4px}}@media(min-width:1024px)and (max-width:1280px){.looping-pinned-nav.looping-pinned-nav-fixed{margin-top:-4px}}@keyframes looping-pinned-nav-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.looping-pinned-nav.looping-pinned-nav-leaving{animation:looping-pinned-nav-out .35s cubic-bezier(.55,.09,.68,.53) forwards;backface-visibility:hidden}@keyframes looping-pinned-nav-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-12px)}}.looping-pinned-nav-outer{flex-shrink:0}.looping-pinned-nav-outer.looping-pinned-nav-outer-hidden{height:0;min-height:0;overflow:hidden;pointer-events:none}.looping-pinned-nav-outer.looping-pinned-nav-outer-hidden .looping-pinned-nav{visibility:hidden;pointer-events:none}.looping-pinned-nav.looping-pinned-nav-hidden{position:absolute;top:0;left:0;width:100%;visibility:hidden;pointer-events:none}.looping-pinned-nav-spacer{height:52px;flex-shrink:0;pointer-events:none;background:#0d0d0d;transition:height .35s ease-out}.looping-pinned-nav-outer-hidden .looping-pinned-nav-spacer{height:0;min-height:0;transition:height .35s ease-out}@media(max-width:767px){.looping-pinned-nav-spacer{height:3rem}}@media(min-width:768px)and (max-width:1023px){.looping-pinned-nav-spacer{height:3.25rem}}.looping-pinned-nav-inner{position:relative;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:center;align-items:center}.looping-pinned-nav-line{position:absolute;left:0;height:2px;background:linear-gradient(90deg,transparent 0%,#c9a961 20%,rgba(201,169,97,.8) 50%,#c9a961 80%,transparent 100%);border-radius:2px;box-shadow:0 0 10px #c9a9614d;pointer-events:none;transition:left .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1),top .35s cubic-bezier(.4,0,.2,1)}@media(max-width:767px){.looping-pinned-nav{padding:.4rem 0 0}.looping-pinned-nav-inner{display:flex;flex-wrap:nowrap;gap:.5rem;justify-content:flex-start;align-items:center;padding:0 1rem 6px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.looping-pinned-nav-inner::-webkit-scrollbar{display:none}.looping-pinned-nav-item{font-size:.75rem;padding:.35rem .6rem .5rem;min-height:2rem;line-height:1.25;white-space:nowrap;flex-shrink:0}}@media(min-width:768px)and (max-width:1023px){.looping-pinned-nav{padding:.5rem 0 0}.looping-pinned-nav-inner{display:flex;flex-wrap:nowrap;gap:.75rem;justify-content:flex-start;align-items:center;padding:0 1.25rem 6px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.looping-pinned-nav-inner::-webkit-scrollbar{display:none}.looping-pinned-nav-item{font-size:.85rem;padding:.4rem .75rem .55rem;min-height:2.25rem;line-height:1.25;white-space:nowrap;flex-shrink:0}}@media(min-width:1025px){.looping-pinned-nav-inner{gap:1rem 4rem}}.looping-pinned-nav-item{-webkit-appearance:none;appearance:none;background:none;border:none;padding:.5rem .25rem .75rem;font:inherit;font-size:clamp(.85rem,1.1vw,1rem);color:#ffffffb3;-webkit-text-fill-color:rgba(255,255,255,.7);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer;position:relative;transition:color .2s ease,-webkit-text-fill-color .2s ease;opacity:1}.looping-pinned-nav-item:hover,.looping-pinned-nav-item.is-active{color:#fff;-webkit-text-fill-color:#ffffff}.looping-description-panel{min-height:100vh;min-height:100dvh;width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);position:relative;overflow:hidden}.looping-description-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(201,169,97,.08) 0%,transparent 70%);pointer-events:none}.looping-description-content{text-align:center;padding:2rem;max-width:800px;z-index:2}.looping-description-title{font-size:clamp(2rem,6vw,4rem);font-weight:300;color:#fff;margin:0 0 1rem;letter-spacing:.02em;line-height:1.2}.looping-description-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:#ffffffb3;margin:0 0 3rem;line-height:1.6;font-weight:300}.looping-scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem}.looping-scroll-arrow{width:30px;height:30px;border-right:2px solid rgba(201,169,97,.8);border-bottom:2px solid rgba(201,169,97,.8);transform:rotate(45deg);animation:loopingBounceDown 1.5s ease-in-out infinite}@keyframes loopingBounceDown{0%,to{transform:rotate(45deg) translateY(0);opacity:1}50%{transform:rotate(45deg) translateY(10px);opacity:.6}}.looping-panel{min-height:100vh;min-height:100dvh;width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.looping-panel__inner{text-align:center;padding:2rem;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;max-width:900px;width:90%}.looping-panel__content{max-width:800px;width:100%}.looping-panel__body{display:flex;flex-direction:column;gap:1rem;width:100%}.looping-panel[data-panel-id=our-approach] .looping-panel__body{gap:0}.looping-panel__body .looping-panel__description{margin:0}.looping-panel__title{font-size:clamp(1.5rem,4vw,3rem);font-weight:300;color:#fff;margin:0 0 1.5rem;letter-spacing:.02em;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.5)}.looping-panel__title:after{content:"";display:block;width:100px;height:2px;margin:1rem auto 0;background:linear-gradient(90deg,transparent 0%,#c9a961 20%,rgba(201,169,97,.8) 50%,#c9a961 80%,transparent 100%);border-radius:2px;box-shadow:0 0 10px #c9a9614d}.looping-panel__description{font-size:var(--body-text-font-size, 1rem);color:#ffffffe6;margin:0;line-height:1.8;font-weight:300;text-shadow:0 1px 4px rgba(0,0,0,.5)}@media(max-width:480px){.looping-description-content{padding:1.5rem}.looping-description-title{font-size:clamp(1.5rem,8vw,2.5rem);margin-bottom:.75rem}.looping-description-subtitle{font-size:.9rem;margin-bottom:2rem}.looping-scroll-arrow{width:24px;height:24px}.looping-panel__inner{padding:1.5rem;gap:1rem}.looping-panel__title{font-size:clamp(1.25rem,6vw,1.75rem);margin-bottom:1rem}.looping-panel__title:after{width:60px;margin-top:.75rem}.looping-panel__description{font-size:var(--body-text-font-size, 1rem);line-height:1.7}.looping-panel__content{max-width:95%}}@media(min-width:481px)and (max-width:767px){.looping-description-content{padding:2rem}.looping-description-title{font-size:clamp(1.75rem,6vw,3rem)}.looping-description-subtitle{font-size:1rem}.looping-panel__inner{padding:2rem;gap:1.25rem}.looping-panel__title{font-size:clamp(1.35rem,5vw,2rem)}.looping-panel__description{font-size:var(--body-text-font-size, 1rem)}}@media(min-width:768px)and (max-width:1023px){.looping-description-content{max-width:700px}.looping-description-title{font-size:clamp(2rem,5vw,3.5rem)}.looping-description-subtitle{font-size:1.1rem}.looping-panel__title{font-size:clamp(1.5rem,4vw,2.25rem)}.looping-panel__description{font-size:1rem}.looping-panel__content{max-width:650px}}@media(min-width:1024px)and (max-width:1439px){.looping-description-content{max-width:750px}.looping-description-title{font-size:clamp(2.5rem,4vw,3.5rem)}.looping-panel__title{font-size:clamp(1.75rem,3vw,2.5rem)}.looping-panel__description{font-size:var(--body-text-font-size, 1rem)}}@media(min-width:1440px){.looping-description-content{max-width:800px}.looping-description-title{font-size:4rem}.looping-description-subtitle{font-size:1.25rem}.looping-panel__title{font-size:3rem}.looping-panel__title:after{width:120px}.looping-panel__description{font-size:var(--body-text-font-size, 1rem)}.looping-panel__content{max-width:800px}}@media(min-width:1920px){.looping-description-content{max-width:900px}.looping-description-title{font-size:4.5rem}.looping-panel__title{font-size:3.5rem}.looping-panel__description{font-size:var(--body-text-font-size, 1rem)}}@media(max-height:500px)and (orientation:landscape){.looping-description-panel{min-height:100vh;padding:1rem 0}.looping-description-content{padding:1rem 2rem}.looping-description-title{font-size:clamp(1.25rem,4vw,2rem);margin-bottom:.5rem}.looping-description-subtitle{font-size:.85rem;margin-bottom:1rem}.looping-scroll-arrow{width:20px;height:20px}.looping-panel{min-height:100vh}.looping-panel__inner{padding:1rem 2rem}.looping-panel__title{font-size:clamp(1rem,3vw,1.5rem);margin-bottom:.5rem}.looping-panel__title:after{width:50px;margin-top:.5rem}.looping-panel__description{font-size:var(--body-text-font-size, 1rem);line-height:1.6}.looping-panel__content{max-width:80%}}@media(hover:none)and (pointer:coarse){.looping-scroll-arrow{padding:1rem}}@media(prefers-reduced-motion:reduce){.looping-scroll-arrow{animation:none}}@media(prefers-contrast:high){.looping-description-title,.looping-panel__title{text-shadow:2px 2px 4px rgba(0,0,0,.9)}.looping-description-subtitle,.looping-panel__description{color:#fffffff2}}@media(prefers-color-scheme:light){.looping-pinned-panels{background-color:#0d0d0d}}@media print{.looping-pinned-panels,.looping-pinned-nav-outer{display:none}}.looping-scroll-indicator:focus-visible{outline:2px solid rgba(201,169,97,.8);outline-offset:4px;border-radius:4px}@media(max-width:1023px){.expertise-section{display:none}}.expertise-section{width:100%;min-height:100vh;background-color:#0d0d0d;padding:4rem 2rem;display:flex;justify-content:center;align-items:flex-start;position:relative;overflow:hidden}@media(min-width:1024px){.expertise-section{padding:6rem 4rem;align-items:center}}.expertise-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(30,25,17,.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,0,0,.2) 0%,transparent 50%),linear-gradient(180deg,rgba(0,0,0,.3) 0%,transparent 50%,rgba(0,0,0,.2) 100%);pointer-events:none;z-index:0}.expertise-section:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(30,25,17,.4) 20%,rgba(60,60,60,.6) 50%,rgba(30,25,17,.4) 80%,transparent 100%);z-index:1}.expertise-container{max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}@media(min-width:1024px){.expertise-container{max-width:1100px}}.expertise-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:3rem}@media(min-width:1024px){.expertise-content{display:grid;grid-template-columns:minmax(280px,380px) 1fr;grid-template-rows:auto auto;grid-template-areas:"header header" "image text";align-items:start;gap:2.5rem 3.5rem}.expertise-header{grid-area:header;margin-bottom:1rem}.expertise-founder-image{grid-area:image;margin:0;justify-content:center;align-self:flex-start;position:sticky;top:6rem}.expertise-detailed{grid-area:text}}.expertise-header{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;gap:.5rem;will-change:transform,opacity}.expertise-label{font-size:.75rem;font-weight:500;color:#c9a961;text-transform:uppercase;letter-spacing:.15em;margin:0 0 .25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media(min-width:1024px){.expertise-label{font-size:.7rem;letter-spacing:.2em;margin-bottom:.5rem}}.expertise-name{font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:400;color:#fff;margin:0;font-family:Times New Roman,Times,serif;line-height:1.3;letter-spacing:.02em}@media(min-width:1024px){.expertise-name{font-size:2.25rem;letter-spacing:.03em}}.expertise-divider{width:120px;height:2px;background:linear-gradient(90deg,transparent 0%,#c9a961 20%,rgba(201,169,97,.8) 50%,#c9a961 80%,transparent 100%);margin-top:.5rem;border-radius:2px;box-shadow:0 0 10px #c9a9614d}.expertise-founder-image{width:100%;display:flex;justify-content:center;align-items:flex-start;margin:2rem 0;will-change:transform,opacity}.expertise-founder-img{width:75%;max-width:280px;height:auto;border-radius:8px;box-shadow:0 8px 32px #00000080,0 0 0 1px #1e191133;border:1px solid rgba(30,25,17,.3);object-fit:cover}@media(min-width:1024px){.expertise-founder-img{width:100%;max-width:340px;border-radius:6px;border:2px solid rgba(201,169,97,.3);box-shadow:0 4px 20px #0006,0 0 40px #c9a96114,inset 0 0 0 1px #ffffff0d;transition:border-color .3s ease,box-shadow .3s ease}.expertise-founder-img:hover{border-color:#c9a96180;box-shadow:0 8px 30px #00000080,0 0 50px #c9a9611f,inset 0 0 0 1px #ffffff14}}.expertise-detailed{width:100%;max-width:1100px;background:linear-gradient(135deg,#2c2c2c99,#1f1f1f80,#25252599);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(30,25,17,.3);border-radius:4px;padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 8px 32px #00000080,0 0 0 1px #1e191133;will-change:transform,opacity}@media(min-width:1024px){.expertise-detailed{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;border-left:2px solid rgba(201,169,97,.4);border-radius:0;padding:0 0 0 2rem;box-shadow:none;gap:1.25rem}}.expertise-detailed-text{font-size:var(--body-text-font-size, 1rem);line-height:var(--body-text-line-height, 1.6);color:var(--body-text-color, rgba(255, 255, 255, .9));margin:0;font-family:var(--body-text-font-family)}.expertise-highlight{padding-left:24px;border-left:4px solid #c9a961;font-weight:700;font-style:italic}@keyframes fadeInUpFallback{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.expertise-name{font-size:clamp(1.75rem,2.5vw,2.5rem)}}@media(max-width:1024px){.expertise-section{padding:3rem 1.5rem}.expertise-founder-image{margin:1.5rem 0}.expertise-detailed{padding:2rem}}.expertise-static-slides{width:100%;display:flex;flex-direction:column;gap:4rem;margin-top:3rem}.expertise-static-slide{width:100%;text-align:left;color:#e8e8e8;will-change:transform,opacity}.expertise-static-slide-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;color:#fff;margin:0 0 1rem;letter-spacing:.02em}.expertise-static-slide-title:after{content:"";display:block;width:120px;height:2px;margin:.75rem 0 0;background:linear-gradient(90deg,transparent 0%,#c9a961 20%,rgba(201,169,97,.8) 50%,#c9a961 80%,transparent 100%);border-radius:2px;box-shadow:0 0 10px #c9a9614d}.expertise-static-slide-inner{max-width:1100px;width:100%;margin:0 auto;padding:0 .5rem}.expertise-static-slides .expertise-slides-text-content{width:100%}.expertise-static-slides .expertise-slides-text-content p{max-width:100%;padding:0 0 1rem;margin:0;font-size:var(--body-text-font-size, 1rem);line-height:var(--body-text-line-height, 1.6);color:var(--body-text-color, rgba(255, 255, 255, .9));font-family:var(--body-text-font-family)}.expertise-static-slides .expertise-slides-text-content p.expertise-slides-lead{padding-bottom:1.25rem}.expertise-slides-approach-items{display:flex;flex-direction:column;gap:0;margin-top:.5rem}.expertise-slides-approach-item{text-align:left;padding:1rem 0}.expertise-slides-approach-item p{padding:0;margin:0;font-size:var(--body-text-font-size, 1rem);line-height:var(--body-text-line-height, 1.6);color:var(--body-text-color, rgba(255, 255, 255, .9));font-family:var(--body-text-font-family)}.expertise-slides-introduction-columns{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;align-items:start}@media(min-width:768px){.expertise-slides-introduction-columns{grid-template-columns:1fr 1fr;gap:2.5rem;align-items:stretch}}.expertise-slides-introduction-image-col{display:flex;justify-content:center;align-items:start;min-width:0}.expertise-slides-introduction-image{width:100%;max-width:480px;height:auto;object-fit:cover;border-radius:8px;display:block}@media(min-width:768px){.expertise-slides-introduction-image{max-width:none;height:100%;object-fit:cover;object-position:center}}.expertise-slides-our-approach-columns{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;align-items:start}@media(min-width:768px){.expertise-slides-our-approach-columns{grid-template-columns:1fr 1fr;gap:2.5rem;align-items:stretch}}.expertise-slides-our-approach-image-col{display:flex;justify-content:center;align-items:start;min-width:0}.expertise-slides-our-approach-image{width:100%;max-width:480px;height:auto;object-fit:cover;border-radius:8px;display:block}@media(min-width:768px){.expertise-slides-our-approach-image{max-width:none;height:100%;object-fit:cover;object-position:center}}.expertise-slides-who-we-act-for-columns{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;align-items:start}@media(min-width:768px){.expertise-slides-who-we-act-for-columns{grid-template-columns:1fr 1fr;gap:2.5rem;align-items:stretch}}.expertise-slides-who-we-act-for-image-col{display:flex;justify-content:center;align-items:start;min-width:0}.expertise-slides-who-we-act-for-image{width:100%;max-width:480px;height:auto;object-fit:cover;border-radius:8px;display:block}@media(min-width:768px){.expertise-slides-who-we-act-for-image{max-width:none;height:100%;object-fit:cover;object-position:center}}.expertise-slides-jurisdiction-columns{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;align-items:start}@media(min-width:768px){.expertise-slides-jurisdiction-columns{grid-template-columns:1fr 1fr;gap:2.5rem;align-items:stretch}}.expertise-slides-jurisdiction-image-col{position:relative;display:flex;justify-content:center;align-items:start;min-width:0}.expertise-slides-jurisdiction-image-col:after{content:"";position:absolute;inset:0;border-radius:8px;background:radial-gradient(ellipse 85% 85% at 50% 50%,transparent 35%,rgba(0,0,0,.15) 70%,rgba(0,0,0,.45) 100%);pointer-events:none}.expertise-slides-jurisdiction-image{width:100%;max-width:480px;height:auto;object-fit:cover;border-radius:8px;display:block}@media(min-width:768px){.expertise-slides-jurisdiction-image{max-width:none;height:100%;object-fit:cover;object-position:center}}.expertise-slides-integrated-support-columns{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;align-items:start}@media(min-width:768px){.expertise-slides-integrated-support-columns{grid-template-columns:1fr 1fr;gap:2.5rem;align-items:stretch}}.expertise-slides-integrated-support-image-col{display:flex;justify-content:center;align-items:start;min-width:0}.expertise-slides-integrated-support-image{width:100%;max-width:480px;height:auto;object-fit:cover;border-radius:8px;display:block}@media(min-width:768px){.expertise-slides-integrated-support-image{max-width:none;height:100%;object-fit:cover;object-position:center}}@media(min-width:1024px){.expertise-mobile-section{display:none}}.expertise-mobile-section{width:100%;min-height:100vh;background-color:#0d0d0d;padding:4rem 2rem;display:flex;justify-content:center;align-items:flex-start;position:relative;overflow:hidden}.expertise-mobile-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(30,25,17,.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,0,0,.2) 0%,transparent 50%),linear-gradient(180deg,rgba(0,0,0,.3) 0%,transparent 50%,rgba(0,0,0,.2) 100%);pointer-events:none;z-index:0}.expertise-mobile-section:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(30,25,17,.4) 20%,rgba(60,60,60,.6) 50%,rgba(30,25,17,.4) 80%,transparent 100%);z-index:1}.expertise-mobile-container{max-width:1100px;width:100%;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.expertise-mobile-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:3rem}.expertise-mobile-header{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.expertise-mobile-section.loaded .expertise-mobile-header{opacity:1;transform:translateY(0)}.expertise-mobile-label{font-size:.75rem;font-weight:500;color:#c9a961;text-transform:uppercase;letter-spacing:.15em;margin:0 0 .25rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.expertise-mobile-name{font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:400;color:#fff;margin:0;font-family:Times New Roman,Times,serif;line-height:1.3;letter-spacing:.02em}.expertise-mobile-divider{width:120px;height:2px;background:linear-gradient(90deg,transparent 0%,#c9a961 20%,rgba(201,169,97,.8) 50%,#c9a961 80%,transparent 100%);margin-top:.5rem;border-radius:2px;box-shadow:0 0 10px #c9a9614d}.expertise-mobile-founder-image{width:100%;display:flex;justify-content:center;align-items:flex-start;margin:1.5rem 0;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.expertise-mobile-section.loaded .expertise-mobile-founder-image{opacity:1;transform:translateY(0);transition-delay:.4s}.expertise-mobile-section:not(.loaded) .expertise-mobile-founder-image{opacity:0;transform:translateY(30px)}.expertise-mobile-founder-img{width:75%;max-width:280px;height:auto;border-radius:6px;border:2px solid rgba(201,169,97,.3);box-shadow:0 4px 20px #0006,0 0 40px #c9a96114,inset 0 0 0 1px #ffffff0d;object-fit:cover}.expertise-mobile-detailed{width:100%;background:transparent;border:none;border-left:2px solid rgba(201,169,97,.4);border-radius:0;padding:0 0 0 1.5rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:none;opacity:0;transform:translateY(30px);transition:opacity 1.2s ease-out,transform 1.2s ease-out}.expertise-mobile-section.loaded .expertise-mobile-detailed{opacity:1;transform:translateY(0);transition-delay:.8s}.expertise-mobile-detailed-text{font-size:var(--body-text-font-size, 1rem);line-height:var(--body-text-line-height, 1.6);color:var(--body-text-color, rgba(255, 255, 255, .9));margin:0;font-family:var(--body-text-font-family)}.expertise-mobile-highlight{padding-left:24px;border-left:4px solid #c9a961;font-weight:700;font-style:italic}@media(max-width:640px){.expertise-mobile-section{padding:3rem 1.5rem}.expertise-mobile-content{gap:2.5rem}.expertise-mobile-founder-image{margin:1rem 0}.expertise-mobile-detailed{padding-left:1.25rem}}@media(max-width:480px){.expertise-mobile-section{padding:2.5rem 1rem}.expertise-mobile-detailed{padding-left:1rem}.expertise-mobile-highlight{padding-left:19px}}.expertise-mobile-static-slides{width:100%;display:flex;flex-direction:column;gap:3rem;margin-top:2rem}.expertise-mobile-static-slide{width:100%;text-align:left;color:#e8e8e8}.expertise-mobile-static-slide-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:400;color:#fff;margin:0 0 1rem;letter-spacing:.02em}.expertise-mobile-static-slide-title:after{content:"";display:block;width:120px;height:2px;margin:.75rem 0 0;background:linear-gradient(90deg,transparent 0%,#c9a961 20%,rgba(201,169,97,.8) 50%,#c9a961 80%,transparent 100%);border-radius:2px;box-shadow:0 0 10px #c9a9614d}.expertise-mobile-static-slides .expertise-mobile-slides-text-content p{padding:0 0 1rem;margin:0;font-size:var(--body-text-font-size, 1rem);line-height:var(--body-text-line-height, 1.6);color:var(--body-text-color, rgba(255, 255, 255, .9));font-family:var(--body-text-font-family)}.expertise-mobile-static-slides .expertise-mobile-slides-text-content p.expertise-mobile-slides-lead{padding-bottom:1.25rem}.expertise-mobile-slides-approach-items{display:flex;flex-direction:column;gap:0;margin-top:.5rem}.expertise-mobile-slides-approach-item{padding:1rem 0}.expertise-mobile-slides-approach-item p{padding:0;margin:0;font-size:var(--body-text-font-size, 1rem);line-height:var(--body-text-line-height, 1.6);color:var(--body-text-color, rgba(255, 255, 255, .9));font-family:var(--body-text-font-family)}.expertise-mobile-slides-introduction-columns,.expertise-mobile-slides-our-approach-columns,.expertise-mobile-slides-who-we-act-for-columns,.expertise-mobile-slides-jurisdiction-columns,.expertise-mobile-slides-integrated-support-columns{display:flex;flex-direction:column;gap:1.5rem;width:100%}.expertise-mobile-slides-our-approach-columns .expertise-mobile-slides-image-col,.expertise-mobile-slides-jurisdiction-columns .expertise-mobile-slides-image-col{order:-1}.expertise-mobile-slides-image-col{display:flex;justify-content:center;align-items:start;min-width:0}.expertise-mobile-slides-img{width:100%;max-width:100%;height:auto;object-fit:cover;border-radius:8px;display:block}.contact-new{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:6rem 0;background:#0d0d0d;overflow:hidden}.contact-new:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(30,25,17,.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,0,0,.2) 0%,transparent 50%),linear-gradient(180deg,rgba(0,0,0,.3) 0%,transparent 50%,rgba(0,0,0,.2) 100%);pointer-events:none;z-index:0}.contact-new-container{max-width:1400px;width:100%;margin:0 auto;padding:2rem;position:relative;z-index:1}.contact-new-header,.contact-new-image-section,.contact-new-info-item,.contact-new-note{will-change:transform,opacity}@media(max-width:1600px)and (min-width:1024px){.contact-new-container{max-width:1200px;padding:1.5rem}}.contact-new-header{text-align:center;margin-bottom:4rem}.contact-new-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;color:#fff;margin:0 0 1rem}.contact-new-title-highlight{background:linear-gradient(135deg,#c9a961,#c9a961cc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-new-subtitle{font-size:1.2rem;line-height:1.6;color:#ffffffb3;max-width:600px;margin:0 auto}.contact-new-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contact-new-image-section{position:relative;height:100%;min-height:500px}.contact-new-image-wrapper{position:relative;width:100%;height:100%;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000080}.contact-new-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.contact-new-image-wrapper:hover .contact-new-image{transform:scale(1.05)}.contact-new-image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#c9a9611a,#c9a9610d);opacity:.6;transition:opacity .4s ease}.contact-new-image-wrapper:hover .contact-new-image-overlay{opacity:.4}.contact-new-info-section{display:flex;flex-direction:column;gap:2.5rem}.contact-new-info{display:flex;flex-direction:column;gap:2rem}.contact-new-info-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:linear-gradient(135deg,#2c2c2c99,#1f1f1f80,#25252599);border:1px solid rgba(30,25,17,.3);border-radius:16px;transition:all .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000004d,0 0 0 1px #1e191126}.contact-new-info-item:hover{transform:translate(10px);border-color:#c9a96180;background:linear-gradient(135deg,#333333b3,#26262699,#2d2d2db3);box-shadow:0 10px 30px #0006,0 0 0 1px #1e19114d,0 0 15px #c9a96126}.contact-new-info-icon-wrapper{flex-shrink:0}.contact-new-info-icon{width:60px;height:60px;border-radius:16px;background:linear-gradient(135deg,#c9a96133,#c9a96126);display:flex;align-items:center;justify-content:center;color:#c9a961;transition:all .3s ease;position:relative;border:1px solid rgba(201,169,97,.3)}.contact-new-info-item:hover .contact-new-info-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#c9a9614d,#c9a96140);border-color:#c9a96180}.contact-new-info-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.contact-new-info-title{font-size:1.3rem;font-weight:600;color:#fff;margin:0}.contact-new-info-text{font-size:var(--body-text-font-size, 1rem);line-height:var(--body-text-line-height, 1.6);color:var(--body-text-color, rgba(255, 255, 255, .9));font-family:var(--body-text-font-family);margin:0}.contact-new-info-link{display:inline-block;font-size:var(--body-text-font-size, 1rem);color:#c9a961;text-decoration:none;transition:all .3s ease;margin-top:.5rem;font-weight:500}.contact-new-info-link:hover{color:#d4af37;transform:translate(5px)}.contact-new-note{font-size:var(--body-text-font-size, 1rem);line-height:var(--body-text-line-height, 1.6);color:var(--body-text-color, rgba(255, 255, 255, .9));font-family:var(--body-text-font-family);font-style:italic;text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(201,169,97,.2)}.contact-new-social-links{display:flex;gap:1rem;justify-content:flex-start;margin-top:1rem}.contact-new-social-link{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,#2c2c2c99,#1f1f1f80,#25252599);border:1px solid rgba(30,25,17,.3);display:flex;align-items:center;justify-content:center;color:#c9a961cc;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-new-social-link:hover{background:linear-gradient(135deg,#333333b3,#26262699,#2d2d2db3);border-color:#c9a96180;color:#c9a961;transform:translateY(-5px);box-shadow:0 10px 25px #c9a96133}@media(max-width:1024px){.contact-new-content{gap:3rem}.contact-new-image-section{min-height:400px}.contact-new-info-item{padding:1.25rem}}@media(max-width:1024px)and (min-width:768px){.contact-new{padding:5rem 0}.contact-new-container{padding:1.5rem 6%}.contact-new-content{gap:2.5rem}.contact-new-image-section{min-height:380px}.contact-new-title{font-size:clamp(2rem,4.5vw,3rem)}.contact-new-subtitle{font-size:1.05rem}}@media(max-width:768px){.contact-new{padding:4rem 0}.contact-new-container{padding:1rem}.contact-new-header{margin-bottom:3rem}.contact-new-subtitle{font-size:1rem}.contact-new-content{grid-template-columns:1fr;gap:3rem}.contact-new-image-section{min-height:300px;order:1}.contact-new-info-section{order:2}.contact-new-info-item{padding:1.25rem;gap:1rem}.contact-new-info-icon{width:50px;height:50px}.contact-new-social-links{justify-content:center;margin-top:1.5rem}}@media(max-width:480px){.contact-new-info-item{flex-direction:column;align-items:center;text-align:center;padding:1.5rem}.contact-new-info-content{align-items:center}.contact-new-image-section{min-height:250px}}.legal-page{min-height:100vh;background:#0d0d0d;color:var(--body-text-color, rgba(255, 255, 255, .9));font-size:var(--body-text-font-size, 1rem);line-height:var(--body-text-line-height, 1.6);font-family:var(--body-text-font-family);padding:calc(var(--navbar-height-desktop, 96px) + 2rem) 1.5rem 4rem}.legal-page-container{max-width:720px;margin:0 auto}.legal-page-title{font-size:clamp(1.75rem,5vw,3.5rem);font-weight:400;line-height:1.1;color:#fff;margin:0 0 .5rem;letter-spacing:.02em}.legal-page-title:after{content:"";display:block;width:120px;height:2px;margin:1rem 0 0;background:linear-gradient(90deg,transparent 0%,#c9a961 20%,rgba(201,169,97,.8) 50%,#c9a961 80%,transparent 100%);border-radius:2px;box-shadow:0 0 10px #c9a9614d}.legal-page-subtitle{font-size:var(--body-text-font-size, 1rem);color:#ffffffb3;margin:0 0 2.5rem}.legal-page h2{font-size:clamp(1.25rem,3.5vw,2rem);font-weight:400;line-height:1.1;color:#fff;margin:2rem 0 1rem;letter-spacing:.02em}.legal-page p{margin:0 0 1rem}.legal-page p:last-child{margin-bottom:0}.legal-page a{color:#ffffffe6;text-decoration:underline}.legal-page a:hover{color:#c9a961}.legal-page ul{margin:0 0 1rem;padding-left:1.5rem}.legal-page li{margin-bottom:.5rem}.legal-page li:last-child{margin-bottom:0}@media(max-width:767px){.legal-page{padding-top:calc(var(--navbar-height-mobile, 84px) + 1.5rem);padding-left:1rem;padding-right:1rem}}
