@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Manrope:wght@400;500;600&display=swap');
:root{color-scheme:dark;--ink:#f7f6f0;--accent:#d6ceb3;--bg:#101612;font-family:Manrope,Arial,sans-serif;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-snap-type:y proximity;background:var(--bg)}body{margin:0;color:var(--ink)}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:8px}header{position:absolute;top:0;left:0;right:0;z-index:20;height:120px;padding:30px 4.7%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff24}.brand{display:flex;flex-direction:column;align-items:center;gap:5px}.brand b{font-family:Georgia,serif;font-weight:400;font-size:43px;letter-spacing:.13em;line-height:1}.brand span{font-size:10px;letter-spacing:.2em}nav{display:flex;gap:38px}nav a{font-size:14px;opacity:.85}nav a:hover{opacity:1}.menu-toggle{border:0;background:none;display:flex;gap:20px;align-items:center;padding:12px 0;font-size:14px}.menu-toggle i{width:27px;height:8px;border-top:1px solid currentColor;border-bottom:1px solid currentColor}.scene{min-height:760px;height:100svh;position:relative;isolation:isolate;overflow:hidden;scroll-snap-align:start}.media,.shade{position:absolute;inset:0;z-index:-2}.media{overflow:hidden;background:#263c39}.media img,.media video{width:100%;height:100%;object-fit:cover}.scene-image{animation:drift 30s ease-in-out infinite alternate}.shade{z-index:-1;background:linear-gradient(90deg,rgba(0,12,16,.52),rgba(0,12,16,.02) 85%),linear-gradient(0deg,rgba(0,10,14,.65),transparent 65%,rgba(0,10,14,.3))}.chapter{position:absolute;top:160px;left:4.7%;right:4.7%;display:flex;gap:26px;align-items:center;font-size:12px;letter-spacing:.15em}.chapter span:first-child{color:var(--accent)}.chapter:after{content:'';width:60px;height:1px;background:#ffffff60}.copy{position:absolute;bottom:17%;left:8%;right:8%;max-width:1000px}.eyebrow{font-size:12px;letter-spacing:.22em;line-height:1.8;margin:0 0 22px}h1,h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(64px,6.8vw,112px);font-weight:400;line-height:1.02;letter-spacing:-.035em;margin:0 0 24px}em{font-weight:400}.intro{font-size:16px;line-height:1.7;margin:0 0 28px;opacity:.9}.discover{display:flex;align-items:center;gap:40px;background:transparent;border:0;border-bottom:1px solid #ffffff70;padding:0 0 12px;font-size:14px}.discover span{font-size:23px;font-weight:400;transition:transform .3s}.discover[aria-expanded=true] span{transform:rotate(45deg)}.details{max-width:470px}.details p{font-size:16px;line-height:1.7;margin-bottom:0}.next{position:absolute;bottom:42px;left:8%;display:flex;gap:25px;align-items:center}.next span,.location{font-size:12px;letter-spacing:.16em}.next i{display:grid;place-items:center;font-style:normal;width:40px;height:40px;border:1px solid #ffffff50;border-radius:50%;font-size:20px;transition:background .2s}.next:hover i{background:#ffffff24}.location{position:absolute;right:4.7%;bottom:55px}.section-dots{position:fixed;z-index:10;right:2.5%;top:50%;display:flex;flex-direction:column;gap:20px}.section-dots a{width:5px;height:5px;border-radius:50%;background:#ffffff60;position:relative}.section-dots a:before{content:'';position:absolute;inset:-10px}.section-dots a.selected{background:#fff;outline:1px solid #ffffff70;outline-offset:6px}.motion{position:absolute;right:4.7%;bottom:42px;background:transparent;border:1px solid #ffffff60;border-radius:50%;width:40px;height:40px;font-size:15px}.menu{position:fixed;inset:0;z-index:15;background:#101c1bf5;backdrop-filter:blur(18px)}.menu-inner{margin:180px 12% 50px;display:flex;flex-direction:column;gap:32px}.menu-inner>a{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(35px,5vw,76px);line-height:1.1}.menu-inner small{font-family:Manrope,sans-serif;font-size:12px;color:var(--accent);margin-right:25px}.menu-inner p{font-size:12px;letter-spacing:.2em;margin-top:30px}body.menu-open{overflow:hidden}body.menu-open header{position:fixed}footer{display:flex;align-items:center;justify-content:space-between;padding:35px 4.7%;gap:20px}footer span{font-size:12px;letter-spacing:.08em;opacity:.7}.footer-logo{font-family:Georgia,serif;font-size:28px;letter-spacing:.1em}@keyframes drift{from{transform:scale(1.01)}to{transform:scale(1.1)}}@media(max-width:700px){header{height:95px;padding:23px 6%}.brand b{font-size:34px}.brand span{font-size:8px}nav{display:none}.scene{min-height:710px}.chapter{top:129px;left:7%;font-size:11px}.copy{left:7%;right:10%;bottom:19%}h1,h2{font-size:clamp(51px,12vw,78px);margin-bottom:20px}.eyebrow{font-size:10px;letter-spacing:.16em;max-width:270px}.intro{max-width:290px;font-size:15px}.next{left:7%;bottom:33px}.next span{font-size:10px}.location{display:none}.media img{object-position:59% center}.section-dots{right:5%}.details p{font-size:14px}.menu-inner{margin:155px 7% 30px;gap:30px}.menu-inner small{margin-right:12px}.motion{right:7%;bottom:33px}footer{padding:30px 7%;flex-wrap:wrap}footer span:last-child{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scene-image{animation:none}*{transition:none!important}}@media(max-height:750px) and (min-width:701px){.scene{min-height:700px}.copy{bottom:15%}h1,h2{font-size:72px}}

.journey-select{display:flex;gap:8px;margin:0 0 24px}.journey-select button{font-size:12px;letter-spacing:.03em;padding:10px 16px;border:1px solid #ffffff60;background:transparent;border-radius:0}.journey-select button[aria-pressed=true]{background:#f5f3eb;color:#182321;border-color:#f5f3eb}.chauffeur-image{position:absolute;inset:0}.media [hidden]{display:none}

.play-film{position:absolute;right:4.7%;bottom:42px;display:flex;align-items:center;gap:14px;border:1px solid #ffffff60;background:#ffffff08;padding:12px 18px;font-size:19px}.play-film span{font-size:12px;letter-spacing:.1em}.film-dialog{width:min(1100px,94vw);max-width:94vw;padding:55px 0 0;border:1px solid #ffffff40;background:#101612}.film-dialog::backdrop{background:#000d;backdrop-filter:blur(10px)}.film-dialog video{display:block;width:100%;max-height:75svh}.close-film{position:absolute;top:14px;right:18px;background:none;border:0;font-size:14px}@media(max-width:700px){.play-film{right:7%;bottom:33px;padding:10px;font-size:16px}.play-film span{font-size:10px}}
/* Motion and Miami framing */
#water-scene{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:0}#water-scene.ready{opacity:1}.residence-image{animation:none!important}.scene .copy{transform:translateY(var(--scroll-shift,0px));opacity:var(--scroll-opacity,1)}.scene .media{transition:filter .8s}.scene:not(.in-view) .media{filter:brightness(.9)}.auto-film{object-position:center}.transport-image{transition:object-position 1.2s ease}.about-page{background:#101c1b}.about-main{padding:190px 8% 60px}.about-opening h1{font-size:clamp(55px,7vw,108px)}.about-lead{font-family:'Cormorant Garamond',Georgia,serif;font-size:32px;line-height:1.2}.about-intro{max-width:640px;margin-left:auto;font-size:17px;line-height:1.9;color:#c7cfca;padding:20px 0 80px}.leadership{border-top:1px solid #ffffff25;padding:80px 0;display:grid;grid-template-columns:1fr 1.2fr;gap:9%}.founder-name h2{font-size:clamp(62px,8vw,116px)}.founder-name p{font-size:16px;line-height:1.8;color:#c7cfca}.text-link{display:inline-block;border-bottom:1px solid #c6bd9b;padding-bottom:10px;font-size:14px;margin-top:20px}.founder-story h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:38px;line-height:1.2;font-weight:400;margin-top:0}.founder-story>p:not(.eyebrow){font-size:16px;line-height:1.9;color:#c7cfca}.credentials{display:flex;gap:30px;margin-top:40px;border-top:1px solid #ffffff25;padding-top:28px;flex-wrap:wrap}.credentials div{display:flex;flex-direction:column;gap:10px}.credentials strong{font-family:'Cormorant Garamond',Georgia,serif;font-size:36px;font-weight:400;color:#d6ceb3}.credentials span{font-size:12px}.approach{border-top:1px solid #ffffff25;padding:65px 0}.approach>div{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin:40px 0}.approach article>span{font-size:12px;color:#d6ceb3}.approach h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:34px;font-weight:400;margin:15px 0}.approach p{font-size:16px;line-height:1.8;color:#c7cfca}nav a[aria-current=page]{color:#d6ceb3}.about-page header{position:absolute}.about-page footer{border-top:1px solid #ffffff25}
@media(max-width:700px){#residences{height:auto;min-height:100svh;padding-top:148px;padding-bottom:100px;background:#101c1b}#residences .media{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:1672/941;z-index:0}#residences .media img{object-fit:contain;object-position:center;display:block}#residences .shade{display:none}#residences .copy{position:relative;bottom:auto;left:auto;right:auto;margin:30px 7% 10px;transform:none;opacity:1}#residences .eyebrow{margin-bottom:14px}#residences h1{font-size:clamp(42px,10vw,60px)}#residences .chapter{top:117px}#residences .intro{margin-bottom:22px}.about-main{padding:145px 7% 20px}.about-opening h1{font-size:52px}.about-lead{font-size:29px}.about-intro{padding-bottom:45px;font-size:16px}.leadership{grid-template-columns:1fr;gap:45px;padding:45px 0}.founder-name h2{font-size:76px}.founder-story h3{font-size:34px}.approach>div{grid-template-columns:1fr;gap:26px}.approach{padding:45px 0}.credentials{gap:25px}.menu-inner{gap:24px}.menu-inner>a{font-size:36px}#aviation .media video{object-fit:contain;background:#142223}#aviation .shade{background:linear-gradient(0deg,#06100cde,transparent 80%)}.journey-select button{font-size:14px}}

.about-page{background:#090c0e}.about-page #menu{background:#090c0ef5}
