:root{--black:#0d0e0e;--black-2:#171817;--ivory:#f3efe6;--paper:#e8e0d3;--gold:#c9ae7d;--muted:#a8a39a;--line:rgba(13,14,14,.2)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--black);font-family:"DM Sans",Arial,sans-serif;overflow-x:hidden}img{display:block;width:100%}a{color:inherit;text-decoration:none}
.site-header{position:fixed;z-index:50;top:0;left:0;width:100%;height:96px;padding:0 4vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:white;border-bottom:1px solid rgba(255,255,255,.22);transition:.35s}.site-header.scrolled{height:78px;background:rgba(13,14,14,.96);backdrop-filter:blur(12px)}.brand img{width:220px}.menu-button{display:flex;align-items:center;gap:12px;border:0;background:none;color:inherit;padding:0;text-transform:uppercase;font-size:.68rem;letter-spacing:.18em;cursor:pointer}.menu-button span{position:absolute;width:30px;height:1px;background:currentColor;transition:.3s}.menu-button span:nth-child(2){transform:translateY(7px)}.menu-button b{font-weight:400;margin-left:43px}.menu-button[aria-expanded="true"] span:first-child{transform:rotate(45deg)}.menu-button[aria-expanded="true"] span:nth-child(2){transform:rotate(-45deg)}.header-links{justify-self:end;display:flex;align-items:center;gap:1.2rem;text-transform:uppercase;font-size:.68rem;letter-spacing:.12em}.round-link{width:38px;height:38px;border:1px solid rgba(255,255,255,.45);border-radius:50%;display:grid;place-items:center}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--black);display:grid;grid-template-columns:repeat(4,1fr);padding:3rem 4vw;border-top:1px solid rgba(255,255,255,.15);transform:translateY(-130%);opacity:0;pointer-events:none;transition:.35s}.mobile-menu.open{transform:none;opacity:1;pointer-events:auto}.mobile-menu a{font-family:"Italiana",serif;font-size:2.4rem}.mobile-menu a:hover{color:var(--gold)}
.hero{position:relative;min-height:100svh;color:white;display:flex;align-items:flex-end;padding:10rem 5vw 8vh;overflow:hidden}.hero-image,.hero-shade{position:absolute;inset:0}.hero-image img{height:100%;object-fit:cover;object-position:center 37%;transform:scale(1.05)}.hero-shade{background:linear-gradient(90deg,rgba(7,8,8,.93) 0%,rgba(7,8,8,.52) 48%,rgba(7,8,8,.05) 78%),linear-gradient(0deg,rgba(7,8,8,.65),transparent 55%)}.hero-topline{position:absolute;top:130px;left:5vw;right:5vw;display:flex;justify-content:space-between;font-size:.62rem;text-transform:uppercase;letter-spacing:.18em;color:#d5d2cb}.hero-copy{position:relative;z-index:2;max-width:800px}.eyebrow,.kicker{font-size:.67rem;text-transform:uppercase;letter-spacing:.2em;margin:0 0 1.8rem}.hero h1{font-family:"Italiana",Georgia,serif;font-weight:400;font-size:clamp(6rem,13vw,13rem);letter-spacing:-.045em;line-height:.68;margin:0}.hero h1 em,.display em{font-style:italic;color:var(--gold)}.hero-intro{font-size:1.1rem;line-height:1.6;max-width:470px;margin:2.5rem 0}.hero-actions{display:flex;align-items:center;gap:2.2rem}.button{min-height:58px;padding:0 1.5rem;display:inline-flex;align-items:center;justify-content:space-between;gap:3rem;text-transform:uppercase;font-size:.67rem;letter-spacing:.14em;transition:.3s}.button-light{background:var(--ivory);color:var(--black)}.button-light:hover{background:var(--gold);transform:translateY(-2px)}.button-dark{background:var(--black);color:white}.button-dark:hover{background:#39352e}.line-link{display:inline-block;font-size:.68rem;text-transform:uppercase;letter-spacing:.13em;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:.45rem}.line-link.dark{border-color:var(--black)}.diamond-orbit{position:absolute;z-index:2;right:8vw;bottom:12vh;width:200px;height:200px;border:1px solid rgba(255,255,255,.26);border-radius:50%;animation:spin 22s linear infinite}.diamond-orbit:before,.diamond-orbit:after{content:"";position:absolute;inset:27px;border:1px solid rgba(201,174,125,.34);border-radius:50%}.diamond-orbit:after{inset:64px;background:rgba(255,255,255,.05)}.diamond-orbit i{position:absolute;left:50%;top:-5px;width:10px;height:10px;background:var(--gold);transform:rotate(45deg)}.diamond-orbit span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--gold);font-size:1.4rem}@keyframes spin{to{transform:rotate(360deg)}}.scroll{position:absolute;z-index:2;right:4vw;top:47%;font-size:.62rem;text-transform:uppercase;letter-spacing:.2em;transform:rotate(90deg);transform-origin:right}.scroll span{display:inline-block;width:45px;height:1px;background:white;margin-right:1rem;vertical-align:middle}.hero-enter{opacity:0;transform:translateY(25px);animation:enter .8s ease forwards}.hero-copy .hero-enter:nth-child(2){animation-delay:.12s}.hero-copy .hero-enter:nth-child(3){animation-delay:.25s}.hero-copy .hero-enter:nth-child(4){animation-delay:.38s}.hero-topline.hero-enter{animation-delay:.55s}@keyframes enter{to{opacity:1;transform:none}}
.section{padding:8rem 5vw}.section-index{display:flex;gap:1rem;align-items:center;text-transform:uppercase;font-size:.62rem;letter-spacing:.18em;margin-bottom:5rem}.section-index span{display:grid;place-items:center;width:38px;height:38px;border:1px solid currentColor;border-radius:50%}.section-index p{margin:0}.section-index-light{color:#d2cec5}.intro{display:grid;grid-template-columns:.55fr 2fr;gap:3vw}.intro-copy{max-width:1050px}.display{font-family:"Italiana",Georgia,serif;font-weight:400;font-size:clamp(4rem,7.5vw,9rem);letter-spacing:-.045em;line-height:.86;margin:0}.intro-bottom{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:end;margin-top:3.5rem}.intro-bottom p{max-width:550px;font-size:1.05rem;line-height:1.7;margin:0}.stats{grid-column:2;margin-top:6rem;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.stats span{padding:1.4rem 1.4rem 0 0;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em}.stats span+span{border-left:1px solid var(--line);padding-left:2rem}.stats b{display:block;font-family:"Italiana",serif;font-size:4rem;color:#73664e;font-weight:400;letter-spacing:-.04em;margin-bottom:.2rem}
.collections{min-height:90vh;display:grid;grid-template-columns:1.18fr .82fr;background:var(--black);color:white}.collection-image{height:90vh;overflow:hidden}.collection-image img{height:100%;object-fit:cover;transition:1s}.collection-image:hover img{transform:scale(1.03)}.collection-copy{padding:5rem 5vw 5rem;display:flex;flex-direction:column;justify-content:center}.collection-copy .display{font-size:clamp(3.7rem,6vw,7rem)}.collection-copy>p:not(.kicker){color:#bcb9b1;line-height:1.75;max-width:470px;margin:2.6rem 0}.collection-links{margin-top:1rem;border-top:1px solid rgba(255,255,255,.25)}.collection-links a{display:flex;justify-content:space-between;padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,.25);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;transition:.25s}.collection-links a:hover{color:var(--gold);padding-left:.5rem}
.custom-head,.services-head{display:grid;grid-template-columns:1.5fr .6fr;gap:8vw;align-items:end}.custom-head>p,.services-head>p{line-height:1.75;margin:0;color:#575550}.custom-layout{margin-top:7rem;display:grid;grid-template-columns:1.15fr .85fr;gap:3rem 6vw}.custom-main{height:680px;margin:0;overflow:hidden}.custom-main img,.custom-small img{height:100%;object-fit:cover;transition:.8s}.custom-main:hover img,.custom-small:hover img{transform:scale(1.03)}.custom-steps{align-self:center}.custom-steps article{display:grid;grid-template-columns:50px 1fr;padding:1.3rem 0;border-top:1px solid var(--line)}.custom-steps article span{font-size:.65rem;color:#766b56}.custom-steps h3{font-family:"Italiana",serif;font-size:2rem;font-weight:400;margin:0 0 .6rem}.custom-steps p{margin:0;color:#66635d;line-height:1.6;font-size:.9rem}.custom-steps .button{margin-top:2rem}.custom-small{grid-column:1/-1;width:44%;height:370px;margin:-100px 0 0 auto;overflow:hidden}
.story{display:grid;grid-template-columns:.92fr 1.08fr;background:var(--black-2);color:white}.story-photo{height:88vh;overflow:hidden}.story-photo img{height:100%;object-fit:cover;filter:saturate(.6) contrast(1.06)}.story-copy{padding:7rem 7vw;display:flex;flex-direction:column;justify-content:center}.story-copy .display{font-size:clamp(3.7rem,5.5vw,6.8rem)}.story-copy>p:not(.kicker){color:#b6b2aa;line-height:1.8;max-width:560px;margin:2.8rem 0}.story-copy .line-link{align-self:flex-start}.services-head .display{font-size:clamp(4rem,7vw,8rem)}.service-list{margin-top:6rem;border-top:1px solid var(--line)}.service-list a{display:grid;grid-template-columns:90px 1fr auto;align-items:center;padding:1.7rem 0;border-bottom:1px solid var(--line);transition:.3s}.service-list a:hover{padding-left:1rem;background:rgba(201,174,125,.08)}.service-list span{font-size:.65rem}.service-list h3{font-family:"Italiana",serif;font-weight:400;font-size:2.3rem;margin:0}.service-list b{font-weight:400}
.visit{position:relative;min-height:92vh;color:white;display:flex;align-items:center;padding:7rem 5vw;overflow:hidden}.visit>img,.visit-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.visit-shade{background:linear-gradient(90deg,rgba(8,9,9,.91),rgba(8,9,9,.34) 60%,rgba(8,9,9,.15))}.visit-copy{position:relative;z-index:2}.visit-copy .display{font-size:clamp(5rem,9vw,10rem);margin-bottom:3rem}.visit-details{position:absolute;z-index:2;right:5vw;bottom:7rem;width:360px;border-top:1px solid rgba(255,255,255,.4)}.visit-details>div{display:grid;grid-template-columns:80px 1fr;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.3);font-size:.78rem}.visit-details span{text-transform:uppercase;letter-spacing:.13em;font-size:.6rem}.visit-details p{margin:0;line-height:1.6}footer{background:var(--black);color:white;padding:4rem 5vw 2rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}footer img{width:230px}footer p{font-family:"Italiana",serif;font-size:1.3rem;margin:0}footer div{display:flex;justify-content:flex-end;gap:1.4rem;text-transform:uppercase;font-size:.62rem;letter-spacing:.12em}footer small{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;color:#777;font-size:.62rem}
.reveal{opacity:0;transform:translateY(30px);transition:.8s cubic-bezier(.2,.8,.2,1)}.reveal.in-view{opacity:1;transform:none}
@media(max-width:900px){.site-header{height:76px;padding:0 1.2rem}.brand img{width:165px}.header-links>a:first-child{display:none}.menu-button b{display:none}.menu-button span{position:relative;display:block}.menu-button span:nth-child(2){position:absolute;transform:translateY(7px)}.mobile-menu{top:76px;grid-template-columns:1fr;padding:2rem 1.2rem;gap:1.3rem}.mobile-menu a{font-size:2rem}.hero{min-height:94svh;padding:8rem 1.25rem 4.5rem}.hero-image img{object-position:56% center}.hero-shade{background:linear-gradient(90deg,rgba(7,8,8,.88),rgba(7,8,8,.22)),linear-gradient(0deg,rgba(7,8,8,.75),transparent 60%)}.hero-topline{top:96px;left:1.25rem;right:1.25rem}.hero-topline span:last-child{display:none}.hero h1{font-size:clamp(5.2rem,27vw,8rem);line-height:.7}.hero-intro{font-size:.98rem;max-width:88%}.hero-actions{align-items:flex-start;flex-direction:column;gap:1.3rem}.diamond-orbit,.scroll{display:none}.section{padding:5.5rem 1.25rem}.section-index{margin-bottom:3.5rem}.intro{grid-template-columns:1fr}.intro-copy{grid-column:1}.display{font-size:clamp(3.6rem,18vw,6rem)}.intro-bottom{grid-template-columns:1fr;gap:2rem}.stats{grid-column:1;margin-top:4rem;grid-template-columns:1fr}.stats span,.stats span+span{border-left:0;border-bottom:1px solid var(--line);padding:1.3rem 0}.stats b{font-size:3rem}.collections{grid-template-columns:1fr}.collection-image{height:64vh}.collection-copy{padding:5rem 1.25rem}.collection-copy .display{font-size:clamp(3.6rem,17vw,5.7rem)}.custom-head,.services-head{grid-template-columns:1fr;gap:2rem}.custom-layout{display:block;margin-top:4rem}.custom-main{height:62vh}.custom-steps{margin:3rem 0}.custom-small{width:72%;height:340px;margin:1.5rem 0 0 auto}.story{grid-template-columns:1fr}.story-photo{height:60vh}.story-copy{padding:5rem 1.25rem}.story-copy .display{font-size:clamp(3.5rem,16vw,5.4rem)}.service-list{margin-top:4rem}.service-list a{grid-template-columns:42px 1fr auto}.service-list h3{font-size:1.45rem}.visit{min-height:92vh;padding:5rem 1.25rem;align-items:flex-start}.visit-copy{padding-top:5rem}.visit-copy .display{font-size:clamp(4.7rem,23vw,7rem)}.visit-details{left:1.25rem;right:1.25rem;bottom:3rem;width:auto}.visit-shade{background:linear-gradient(180deg,rgba(8,9,9,.85),rgba(8,9,9,.25) 55%,rgba(8,9,9,.88))}footer{grid-template-columns:1fr;padding:3.5rem 1.25rem 1.5rem}footer div{justify-content:flex-start;flex-wrap:wrap}footer small{grid-column:1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-enter,.reveal{opacity:1;transform:none;animation:none;transition:none}.diamond-orbit{animation:none}.hero-image img{transform:none!important}}
