:root{--navy:#071a35;--navy-soft:#112a4d;--gold:#c78d37;--gold-deep:#a96f1d;--ivory:#fbf6ef;--paper:#fffaf3;--ink-muted:#334765;--line:rgba(199,141,55,0.34);--glass:rgba(255,250,243,0.72);--shadow:0 22px 72px rgba(7,26,53,0.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--navy);background:var(--ivory);font-family:Avenir Next,Segoe UI,system-ui,sans-serif}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}@media (pointer:fine){[data-cursor=explorer],[data-interactive],[role=button],a,body,button{cursor:none!important}}.ContactFormDrawer_backdrop__NgqAg{position:fixed;inset:0;background:rgba(3,12,26,.44);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99999990;transition:opacity .4s ease}.ContactFormDrawer_drawer__BcEw9{position:fixed;top:0;right:0;bottom:0;width:min(460px,100vw);background:rgba(5,17,34,.96);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);border-left:1px solid rgba(255,255,255,.06);z-index:99999995;display:flex;flex-direction:column;overflow-y:auto;box-shadow:-20px 0 60px rgba(0,0,0,.4)}.ContactFormDrawer_content__Wbi7I{display:flex;flex-direction:column;min-height:100%;padding:clamp(30px,5vw,44px) clamp(24px,5vw,40px)}.ContactFormDrawer_header__b5qB5{display:flex;align-items:center;justify-content:space-between;margin-bottom:clamp(32px,6vh,48px)}.ContactFormDrawer_eyebrow__WGXbX{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.ContactFormDrawer_closeBtn__d8XwZ{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:rgba(255,250,243,.6);cursor:pointer;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.06);transition:color .3s ease,border-color .3s ease,background-color .3s ease}.ContactFormDrawer_closeBtn__d8XwZ:hover{color:#fffaf3;border-color:rgba(199,141,55,.4);background-color:rgba(255,250,243,.05)}.ContactFormDrawer_form__Mouau{display:flex;flex-direction:column;gap:28px}.ContactFormDrawer_titleGroup__PpClT h2{font-family:Iowan Old Style,Cormorant Garamond,Georgia,serif;font-size:clamp(28px,3vw,38px);font-weight:500;color:#fffaf3;margin:0 0 12px}.ContactFormDrawer_titleGroup__PpClT p{margin:0;color:rgba(255,250,243,.64);font-size:14.5px;line-height:1.6}.ContactFormDrawer_errorMessage__TAT9T{padding:14px 18px;background:rgba(199,55,55,.1);border:1px solid rgba(199,55,55,.25);border-radius:4px;color:#ff8888;font-size:14px}.ContactFormDrawer_formField__Sly9R{display:flex;flex-direction:column;gap:6px}.ContactFormDrawer_formField__Sly9R label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,250,243,.45);font-weight:700}.ContactFormDrawer_formField__Sly9R input,.ContactFormDrawer_formField__Sly9R select,.ContactFormDrawer_formField__Sly9R textarea{background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.08);padding:10px 0;color:#fffaf3;font-size:15px;outline:none;border-radius:0;transition:border-color .3s ease;font-family:inherit}.ContactFormDrawer_formField__Sly9R select option{background:#071a35;color:#fffaf3}.ContactFormDrawer_formField__Sly9R input:focus,.ContactFormDrawer_formField__Sly9R select:focus,.ContactFormDrawer_formField__Sly9R textarea:focus{border-color:var(--gold)}.ContactFormDrawer_formField__Sly9R textarea{resize:none}.ContactFormDrawer_submitBtn__hNlej{display:flex;align-items:center;justify-content:center;gap:16px;min-height:56px;border:none;border-radius:3px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.1em;color:#fffaf3;background:linear-gradient(135deg,#bb7c28,#d6a14a);box-shadow:0 14px 34px rgba(187,124,40,.18);width:100%;cursor:pointer;transition:transform .26s ease,box-shadow .26s ease,opacity .3s ease;margin-top:10px}.ContactFormDrawer_submitBtn__hNlej:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 40px rgba(187,124,40,.26)}.ContactFormDrawer_submitBtn__hNlej:disabled{opacity:.6;cursor:not-allowed}.ContactFormDrawer_successScreen__1kgrc{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:auto 0;padding:24px 0}.ContactFormDrawer_successIcon__6meBN{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:rgba(199,141,55,.12);border:1px solid var(--gold);color:var(--gold);margin-bottom:28px}.ContactFormDrawer_successScreen__1kgrc h2{font-family:Iowan Old Style,Cormorant Garamond,Georgia,serif;font-size:30px;font-weight:500;color:#fffaf3;margin:0 0 14px}.ContactFormDrawer_successScreen__1kgrc p{margin:0 0 36px;color:rgba(255,250,243,.65);font-size:15px;line-height:1.6;max-width:340px}.ContactFormDrawer_successCloseBtn__7EHlD{display:flex;align-items:center;justify-content:center;min-height:52px;padding:0 36px;border-radius:3px;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#fffaf3;border:1px solid rgba(255,255,255,.1);background:transparent;cursor:pointer;transition:background-color .3s ease,border-color .3s ease}.ContactFormDrawer_successCloseBtn__7EHlD:hover{background:rgba(255,250,243,.06);border-color:var(--gold)}.CustomCursor_dot__S80S8{position:fixed;top:0;left:0;width:6px;height:6px;background-color:var(--gold);border-radius:50%;pointer-events:none;z-index:99999999;transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .25s ease}@keyframes CustomCursor_spin__F_6lP{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CustomCursor_ring__MPGDW{position:fixed;top:0;left:0;width:36px;height:36px;border-radius:50%;pointer-events:none;z-index:99999998;display:flex;align-items:center;justify-content:center;transition:background-color .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1),width .3s cubic-bezier(.16,1,.3,1),height .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1)}.CustomCursor_ringSvg__Mt4FF{position:absolute;inset:0;width:100%;height:100%;opacity:.85;transition:opacity .25s ease,transform .25s ease;animation:CustomCursor_spin__F_6lP 28s linear infinite;pointer-events:none}.CustomCursor_label__qYNtx{display:none;color:#fffaf3;font-size:8px;font-weight:850;letter-spacing:.14em;pointer-events:none}.CustomCursor_dotHover__7wVZ0{transform:scale(0);opacity:0}.CustomCursor_ringHover__D1R7Z{width:50px;height:50px;transform:translate(-7px,-7px);background-color:rgba(255,250,243,.12);border:1px solid var(--gold);-webkit-backdrop-filter:invert(1) grayscale(1);backdrop-filter:invert(1) grayscale(1)}.CustomCursor_ringHover__D1R7Z .CustomCursor_ringSvg__Mt4FF{opacity:0;transform:scale(.6) rotate(90deg)}.CustomCursor_dotHidden__GUFPD{opacity:0;transform:scale(0)}.CustomCursor_ringExplorer__PAoVG{width:76px;height:76px;transform:translate(-20px,-20px);background-color:rgba(199,141,55,.94);border-color:rgba(199,141,55,.94);box-shadow:0 10px 25px rgba(199,141,55,.25)}.CustomCursor_ringExplorer__PAoVG .CustomCursor_ringSvg__Mt4FF{opacity:0;transform:scale(.6) rotate(90deg)}.CustomCursor_ringExplorer__PAoVG .CustomCursor_label__qYNtx{display:block}.hero-section{position:relative;min-height:100svh;overflow:hidden;isolation:isolate;padding:clamp(100px,10vw,140px) clamp(22px,3.5vw,56px) clamp(132px,12vh,190px);color:#fffaf3;background:radial-gradient(circle at 50% 30%,rgba(199,141,55,.18),transparent 38%),linear-gradient(180deg,#071a35,#030c1a)}.hero-atmosphere{position:absolute;inset:0;z-index:-2;overflow:hidden;pointer-events:none}.hero-layer{position:absolute;background-position:50%;background-repeat:no-repeat;background-size:cover;transform-origin:center}.hero-preload .hero-reveal{opacity:0;transform:translate3d(0,34px,0)}.hero-preload .hero-layer-sky{opacity:0;transform:scale(1.12)}.hero-preload .orbit-draw{opacity:0;stroke-dashoffset:900}@media (prefers-reduced-motion:reduce){.hero-preload .hero-layer-sky,.hero-preload .hero-reveal,.hero-preload .orbit-draw{opacity:1;transform:none}}.hero-layer-sky{z-index:0;inset:-7% -4% -8%;background-image:linear-gradient(180deg,rgba(7,26,53,.36),rgba(3,12,26,.88)),url(/assets/images/hero-paris-bg.webp);background-position:bottom;opacity:.65}.hero-vignette{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(7,26,53,.1),rgba(7,26,53,.05) 45%,rgba(3,12,26,.5)),radial-gradient(circle at 52% 36%,rgba(255,255,255,.08),transparent 31%),linear-gradient(90deg,rgba(3,12,26,.4),transparent 25%,transparent 74%,rgba(3,12,26,.4))}.hero-orbits{position:absolute;inset:auto 0 2% 0;z-index:3;width:100%;height:54%;overflow:visible}.hero-orbits path{stroke:rgba(255,255,255,.28);stroke-width:1;stroke-linecap:round;stroke-dasharray:900}.hero-orbits path:nth-child(2){stroke:rgba(199,141,55,.28)}.hero-orbits circle{fill:#fffaf3;stroke:rgba(199,141,55,.6);stroke-width:2}.site-header{position:fixed;top:0;left:0;right:0;z-index:999;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:clamp(22px,3vw,48px);gap:clamp(22px,3vw,48px);padding:clamp(20px,2.5vw,32px) clamp(22px,3.5vw,56px);transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .3s ease,padding .3s ease,box-shadow .3s ease}.site-header--scrolled{background:rgba(4,12,26,.88);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(199,141,55,.16);box-shadow:0 12px 40px rgba(0,0,0,.25);padding:14px clamp(22px,3.5vw,56px)}.site-header--hidden{transform:translateY(-100%)}.brand{display:inline-flex;align-items:center;gap:14px;min-width:clamp(210px,23vw,365px)}.brand-logo{display:block;width:clamp(210px,23vw,365px);height:auto;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.22))}.brand-mark,.hero-monogram span{display:inline-grid;place-items:center;border:1px solid rgba(199,141,55,.58);border-radius:50%;color:#fffaf3;background:rgba(255,250,243,.06);font-family:Iowan Old Style,Cormorant Garamond,Georgia,serif;font-weight:500;box-shadow:inset 0 0 0 7px rgba(255,250,243,.02)}.brand-mark{width:58px;height:58px;font-size:28px}.brand-text{display:grid;grid-gap:5px;gap:5px;text-transform:uppercase}.brand-text strong{font-size:clamp(18px,1.35vw,25px);font-weight:700;color:#fffaf3}.brand-text span,.brand-text strong{font-family:Iowan Old Style,Cormorant Garamond,Georgia,serif}.brand-text span{color:var(--gold);font-size:clamp(15px,1vw,20px)}.main-nav{display:flex;justify-content:center;align-items:center;gap:clamp(20px,2.1vw,44px);color:rgba(255,250,243,.8);font-size:clamp(14px,.92vw,17px)}.main-nav a{position:relative;padding:14px 0;white-space:nowrap;transition:color .25s ease}.main-nav a:hover{color:#fff}.main-nav a:after{position:absolute;right:0;bottom:4px;left:0;height:1px;content:"";background:var(--gold);transform:scaleX(0);transform-origin:center;transition:transform .26s ease}.main-nav a.is-active:after,.main-nav a:hover:after{transform:scaleX(1)}.header-cta,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:56px;border-radius:3px;font-weight:700;transition:transform .26s ease,box-shadow .26s ease,background .26s ease}.header-cta,.primary-button{color:#fffaf3;background:linear-gradient(135deg,#bb7c28,#d6a14a);box-shadow:0 14px 34px rgba(187,124,40,.22)}.header-cta{min-width:218px;padding:0 27px}.header-cta:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}.hero-content{position:relative;z-index:4;width:min(1440px,94vw);margin:clamp(34px,4.2vw,62px) auto 0}.hero-copy{width:min(1180px,100%);margin:0 auto;text-align:center}.hero-monogram{display:flex;justify-content:center;margin-bottom:clamp(14px,1.8vw,26px)}.hero-monogram span{position:relative;width:64px;height:64px;color:rgba(199,141,55,.94);font-size:27px}.hero-monogram span:before{position:absolute;inset:-18px;content:"";border-top:1px solid rgba(199,141,55,.58);border-left:1px solid transparent;border-radius:50%;transform:rotate(19deg)}.hero-monogram span:after{position:absolute;top:5px;left:-20px;width:10px;height:10px;content:"";border-radius:50%;background:var(--gold)}.hero-title{max-width:1180px;margin:0 auto;color:#fffaf3;font-family:Iowan Old Style,Cormorant Garamond,Georgia,serif;font-size:clamp(56px,4.65vw,90px);font-weight:500;line-height:.96}.hero-title span{display:block;white-space:nowrap}.hero-title:after{color:var(--gold);content:"."}.title-rule{display:flex;justify-content:center;margin:clamp(18px,1.8vw,26px) 0 clamp(20px,2vw,28px)}.title-rule span{position:relative;width:148px;height:1px;background:rgba(199,141,55,.44)}.title-rule span:after,.title-rule span:before{position:absolute;top:50%;content:"";transform:translateY(-50%)}.title-rule span:before{left:calc(50% - 5px);width:10px;height:10px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 12px rgba(7,26,53,.88)}.title-rule span:after{left:50%;width:34px;height:1px;background:transparent;transform:translate(-50%,-50%)}.hero-subtitle{max-width:680px;margin:0 auto;color:rgba(255,250,243,.78);font-size:clamp(16px,1.05vw,20px);line-height:1.68;text-wrap:pretty}.hero-actions{display:flex;justify-content:center;gap:18px;margin-top:clamp(24px,2.3vw,34px);position:relative;z-index:5}.primary-button,.secondary-button{min-width:220px;padding:0 30px}.primary-button{color:#071a35;background:#fffaf3;box-shadow:0 18px 45px rgba(0,0,0,.3)}.primary-button:hover{background:#fff;transform:translateY(-2px)}.secondary-button{border:1px solid rgba(255,250,243,.24);color:#fffaf3;background:rgba(255,250,243,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.secondary-button:hover{background:rgba(255,250,243,.12);border-color:var(--gold)}.hero-quote{position:absolute;top:clamp(78px,9.5vw,138px);right:0;width:min(330px,23vw);min-height:266px;padding:clamp(26px,2.7vw,40px);border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#fffaf3;background:linear-gradient(145deg,rgba(255,250,243,.03),rgba(199,141,55,.06)),rgba(255,250,243,.03);box-shadow:0 24px 70px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.quote-mark{color:var(--gold);font-family:Georgia,serif;font-size:52px;line-height:.8}.hero-quote p{margin:18px 0 30px;font-family:Iowan Old Style,Cormorant Garamond,Georgia,serif;font-size:clamp(25px,1.85vw,34px);line-height:1.25}.hero-quote footer{color:rgba(255,250,243,.65);font-size:16px}.hero-quote footer:before{color:var(--gold);content:"— "}.brand:focus-visible,.header-cta:focus-visible,.main-nav a:focus-visible,.primary-button:focus-visible,.secondary-button:focus-visible{outline:2px solid var(--gold);outline-offset:5px}@media (min-width:861px) and (max-height:760px){.hero-section{padding-top:80px;padding-bottom:104px}.hero-content{margin-top:22px}.hero-monogram{margin-bottom:12px}.hero-title{font-size:clamp(50px,4.7vw,74px)}.hero-subtitle{line-height:1.5}.hero-quote{min-height:220px}}@media (max-width:1360px){.main-nav{display:none}.site-header{grid-template-columns:auto auto;justify-content:space-between}.hero-quote{display:none}}@media (max-width:760px){.hero-section{min-height:auto;padding:100px 18px 96px}.brand{min-width:0}.brand-logo{width:clamp(170px,46vw,240px)}.brand-mark{width:48px;height:48px;font-size:23px}.brand-text strong{font-size:17px}.brand-text span{font-size:14px}.header-cta{display:flex!important;align-items:center;justify-content:center;width:44px;height:44px;min-width:0;min-height:0;padding:0;border-radius:50%;background:linear-gradient(135deg,#bb7c28,#d6a14a);box-shadow:0 8px 24px rgba(187,124,40,.2)}.header-cta .cta-text{display:none}.header-cta .cta-icon-wrapper{display:flex;align-items:center;justify-content:center;color:#fffaf3}.hero-content{width:100%;margin-top:clamp(50px,10vh,86px)}.hero-title{max-width:340px;font-size:clamp(44px,13vw,62px)}.hero-title span{white-space:normal}.hero-subtitle{max-width:330px;font-size:16px;line-height:1.55}.hero-actions{flex-direction:column;align-items:center;width:100%}.primary-button,.secondary-button{width:min(100%,290px)}}@media (max-width:420px){.brand-text{display:flex;flex-direction:column;gap:1px}.brand-text strong{font-size:14px}.brand-text span{display:none}.hero-title{font-size:clamp(40px,12vw,52px)}}.header-actions{display:flex;align-items:center;gap:20px}.hamburger-button{display:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;background:rgba(255,250,243,.05);border:1px solid rgba(255,255,255,.08);border-radius:50%;padding:0;cursor:pointer;z-index:10000000;transition:background-color .3s ease,border-color .3s ease}.hamburger-button:hover{background:rgba(255,250,243,.1);border-color:rgba(199,141,55,.4)}.hamburger-line{width:18px;height:1.5px;background-color:#fffaf3;transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .3s ease}.hamburger-button.is-open .hamburger-line:first-child{transform:translateY(3.75px) rotate(45deg)}.hamburger-button.is-open .hamburger-line:nth-child(2){transform:translateY(-3.75px) rotate(-45deg)}.mobile-drawer-backdrop{position:fixed;inset:0;background:rgba(3,12,26,.44);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999990;transition:opacity .4s ease}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);background:rgba(5,17,34,.95);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-left:1px solid rgba(255,255,255,.06);z-index:9999995;display:flex;flex-direction:column;overflow:hidden;box-shadow:-20px 0 60px rgba(0,0,0,.4)}.mobile-drawer-content{display:flex;flex-direction:column;height:100%;padding:clamp(30px,6vw,48px) clamp(24px,5vw,40px)}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:clamp(40px,8vh,64px)}.mobile-drawer-header .brand{min-width:0}.mobile-drawer-close{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:rgba(255,250,243,.6);font-size:24px;cursor:pointer;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.06);transition:color .3s ease,border-color .3s ease,background-color .3s ease}.mobile-drawer-close:hover{color:#fffaf3;border-color:rgba(199,141,55,.4);background-color:rgba(255,250,243,.05)}.mobile-drawer-nav{display:flex;flex-direction:column;gap:20px;margin-bottom:auto}.mobile-drawer-link{font-family:Iowan Old Style,Cormorant Garamond,Georgia,serif;font-size:clamp(26px,3.2vw,36px);font-weight:500;color:rgba(255,250,243,.72);transition:color .3s ease,transform .3s ease;transform-origin:left center}.mobile-drawer-link.is-active,.mobile-drawer-link:hover{color:var(--gold);transform:scale(1.03) translate(6px)}.mobile-drawer-footer{border-top:1px solid rgba(255,255,255,.06);padding-top:24px}.mobile-drawer-cta{display:flex;align-items:center;justify-content:center;gap:16px;min-height:56px;border-radius:3px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.1em;color:#fffaf3;background:linear-gradient(135deg,#bb7c28,#d6a14a);box-shadow:0 14px 34px rgba(187,124,40,.2);width:100%;transition:transform .26s ease,box-shadow .26s ease}.mobile-drawer-cta:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(187,124,40,.3)}body.mobile-menu-active{overflow:hidden!important}@media (max-width:1360px){.hamburger-button{display:flex}}