@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");@font-face{font-family:Griphorium;src:url(/griphorium/Griphorium_PERSONAL_USE_ONLY.otf) format("opentype");font-style:italic;font-weight:400;font-display:swap}:root{--fg-orange:#CB6116;--fg-orange-deep:#9D430C;--fg-black:#050505;--fg-charcoal:#101010;--fg-cream:#F7F2EC;--fg-stone:#B8AEA4;--fg-white:#fbfaf8;--heading-font:"Apple Garamond","EB Garamond","Cormorant Garamond",serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--fg-white)}body{margin:0;color:#111111;font-family:Cairo,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::selection{color:#ffffff;background:var(--fg-orange)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes trackingExpand{0%{letter-spacing:-.1em;opacity:0;filter:blur(5px)}to{letter-spacing:.08em;opacity:1;filter:blur(0)}}.animate-fade-in{animation:fadeIn 1.2s cubic-bezier(.25,1,.5,1) forwards}.animate-slide-up{animation:slideUp 1s cubic-bezier(.25,1,.5,1) forwards}.animate-scale-up{animation:scaleUp 1.4s cubic-bezier(.25,1,.5,1) forwards}.animate-tracking{animation:trackingExpand 1.6s cubic-bezier(.25,1,.5,1) forwards}.hero-image-mask{mask-image:linear-gradient(270deg,rgba(0,0,0,1) 30%,rgba(0,0,0,.6) 60%,rgba(0,0,0,0));-webkit-mask-image:linear-gradient(270deg,rgba(0,0,0,1) 30%,rgba(0,0,0,.6) 60%,rgba(0,0,0,0))}@media (max-width:900px){.hero-image-mask{mask-image:linear-gradient(0deg,rgba(0,0,0,1) 50%,rgba(0,0,0,.3) 80%,rgba(0,0,0,0));-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,1) 50%,rgba(0,0,0,.3) 80%,rgba(0,0,0,0))}}.luxury-link{position:relative}.luxury-link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:-4px;left:0;background-color:currentColor;transform-origin:bottom right;transition:transform .4s cubic-bezier(.25,1,.5,1)}.luxury-link:hover:after{transform:scaleX(1);transform-origin:bottom left}