@font-face{font-family:LKDisplay;src:url('/assets/display.woff2') format('woff2');font-style:normal;font-weight:300 700;font-display:swap}
@font-face{font-family:LKDisplay;src:url('/assets/display-italic.woff2') format('woff2');font-style:italic;font-weight:300 700;font-display:swap}
@font-face{font-family:LKBody;src:url('/assets/body.woff2') format('woff2');font-style:normal;font-weight:200 800;font-display:swap}
:root{--paper:#f5f1e9;--ink:#302529;--plum:#472c42;--cream:#fff9f2;--gold:#b3a076;--muted:#695c60;--line:#d5ccc4;--gutter:clamp(24px,5vw,88px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 LKBody,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--gold);outline-offset:7px}::selection{color:var(--cream);background:var(--plum)}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:var(--paper)}::-webkit-scrollbar-thumb{background:var(--plum)}img{display:block;max-width:100%}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.4}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:LKDisplay,Georgia,serif;font-weight:400}h1,h2{text-wrap:balance}em{font-weight:400}a,button{touch-action:manipulation}.skip-link{position:fixed;left:20px;top:-100px;z-index:100;background:var(--paper);color:var(--ink);padding:12px 20px}.skip-link:focus{top:15px}
.header{position:fixed;inset:0 0 auto;z-index:20;color:var(--cream);height:110px;padding:0 var(--gutter);display:flex;align-items:center;justify-content:space-between;transition:background .35s,color .35s}.header.scrolled{height:84px;background:var(--paper);color:var(--plum);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:18px}.monogram{font:54px/.9 LKDisplay,Georgia,serif;letter-spacing:-.04em}.brand-name{font-size:10px;letter-spacing:.2em;max-width:90px;line-height:1.6}.header nav{display:flex;align-items:center;gap:40px;font-size:13px}.header nav>a{padding:10px 0;border-bottom:1px solid transparent}.header nav>a:hover{border-color:currentColor}.nav-cta{display:flex;align-items:center;gap:22px}.menu-toggle{display:none;background:none;border:0;color:inherit;width:48px;height:48px}.menu-toggle span{display:block;height:1px;background:currentColor;width:26px;margin:7px auto}.mobile-menu{position:fixed;z-index:19;inset:84px 0 auto;background:var(--paper);color:var(--plum);padding:20px var(--gutter) 34px}.mobile-menu a{display:block;padding:14px 0;font-size:18px}.mobile-menu[hidden]{display:none}
.story{height:310svh;position:relative;background:#332b25}.story-stage{position:sticky;top:0;height:100svh;min-height:620px;overflow:hidden;color:var(--cream)}.story-media,.scene,.scene-shade,.story-video{position:absolute;inset:0;width:100%;height:100%}.scene{object-fit:cover;will-change:transform,opacity}.scene-one{object-position:center 55%;transform:scale(1.03)}.scene-two{opacity:0;object-position:center}.scene-three{opacity:0;object-position:center 55%}.scene-shade{background:linear-gradient(90deg,rgba(20,13,17,.49),rgba(20,13,17,.08) 85%),linear-gradient(0deg,rgba(20,13,17,.56),transparent 65%,rgba(20,13,17,.3))}.story-copy{position:absolute;left:var(--gutter);top:43%;width:calc(100% - var(--gutter)*2);will-change:opacity,transform}.story-copy h1,.story-copy h2{font-size:clamp(58px,6.5vw,96px);line-height:.97;letter-spacing:-.035em;max-width:850px}.story-copy p{font-size:15px;line-height:1.7;margin-top:25px}.story-copy em{color:#eadbc5}.copy-two,.copy-three{opacity:0;pointer-events:none}.text-link{display:inline-flex;align-items:center;gap:30px;padding:0 0 8px;border-bottom:1px solid #fff9f299;margin-top:25px;font-size:13px}.text-link svg{transition:transform .3s}.text-link:hover svg{transform:translateY(4px)}.story-bottom{position:absolute;bottom:35px;left:var(--gutter);right:var(--gutter);display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:.16em}.scroll-cue{display:flex;align-items:center;gap:18px}.scroll-line{width:1px;height:36px;background:#fff8;position:relative;overflow:hidden}.scroll-line:after{content:'';position:absolute;top:-100%;height:100%;width:100%;background:#fff;animation:scroll-line 2.4s infinite}.story-progress{position:absolute;bottom:0;height:2px;background:#fff3;width:100%}.story-progress span{display:block;width:100%;height:100%;background:var(--cream);transform:scaleX(0);transform-origin:left}.story-video{object-fit:cover}.section-pad{padding:110px var(--gutter)}.intro{display:grid;grid-template-columns:1.1fr 1fr;gap:10vw;align-items:center}.intro h2{font-size:clamp(44px,4.5vw,68px);line-height:1.05;letter-spacing:-.025em}.intro h2 em{color:var(--plum)}.intro-copy{max-width:470px;font-size:16px;color:var(--muted)}.intro-copy p+p{margin-top:20px}footer{padding:50px var(--gutter);border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:12px}.footer-brand{font:46px LKDisplay,Georgia,serif;display:flex;align-items:center;gap:20px}.footer-brand span{font:12px LKBody,Arial,sans-serif}footer>a:last-child{border-bottom:1px solid currentColor}
@keyframes scroll-line{to{top:100%}}@media(min-width:1600px){.story-copy{top:44%}}@media(max-width:700px){.header{height:90px}.header nav{display:none}.brand-name{font-size:9px}.monogram{font-size:46px}.menu-toggle{display:block}.story-stage{min-height:600px}.story-copy{top:auto;bottom:110px}.story-copy h1,.story-copy h2{font-size:clamp(40px,10.5vw,60px);line-height:1.04;text-shadow:0 2px 28px rgba(20,13,17,.65),0 1px 6px rgba(20,13,17,.6)}.story-video{object-position:50% 50%;filter:brightness(.84)}.scene-shade{background:linear-gradient(90deg,rgba(20,13,17,.49),rgba(20,13,17,.08) 85%),linear-gradient(0deg,rgba(20,13,17,.82) 0%,rgba(20,13,17,.62) 48%,rgba(20,13,17,.34) 68%,transparent 84%,rgba(20,13,17,.22))}.story-copy p{font-size:14px;max-width:300px}.story-copy p br{display:none}.story-bottom{bottom:25px;font-size:9px}.story-bottom>span:first-child{display:none}.scene-one{object-position:42% center}.scene-three{object-position:48% center}.section-pad{padding:72px var(--gutter)}.intro{grid-template-columns:1fr;gap:30px}.intro h2{font-size:48px}.intro-copy{font-size:15px}footer{flex-wrap:wrap;padding:35px var(--gutter)}.footer-brand{width:100%}}
figure{margin:0}figcaption{font-size:12px;color:var(--muted);margin-top:14px}.spaces{padding:0 var(--gutter) 120px;display:grid;grid-template-columns:1.3fr 1fr;gap:6vw;align-items:start}.space-large{padding-top:70px}.space-large img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:44% center}.space-side img{width:100%;aspect-ratio:5/4;object-fit:cover}.space-note{padding:48px 0 0 30px}.fine-rule{display:block;width:50px;height:1px;background:var(--gold);margin-bottom:24px}.space-note p{font:42px/1.12 LKDisplay,Georgia,serif;color:var(--plum)}.plain-link{font-size:12px;display:inline-flex;align-items:center;gap:12px;margin-top:20px;border-bottom:1px solid currentColor;padding-bottom:5px}.plain-link:hover svg{transform:translate(2px,-2px)}.plain-link svg{width:17px;height:17px;transition:transform .3s}.team{background:var(--plum);color:var(--cream);display:grid;grid-template-columns:1fr 1.3fr;gap:6vw;align-items:center}.team h2{font-size:clamp(40px,4vw,64px);line-height:1.07;letter-spacing:-.025em}.team h2 em{color:#dcc7ad}.team-copy>p{margin-top:30px;max-width:375px;font-size:15px;line-height:1.85;color:#e4d9dc}.team img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:50% 20%}.team figcaption{color:#d3c3cc}.gallery-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px;gap:35px}.gallery h2{font-size:clamp(42px,4.5vw,68px);line-height:1.07;letter-spacing:-.025em}.gallery-heading>p{color:var(--muted);font-size:14px;max-width:300px}.gallery-view{position:relative;background:#ded6cb;overflow:hidden}.gallery-view>img{width:100%;height:min(65vw,640px);object-fit:cover;object-position:center;transition:opacity .2s ease-out}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--paper);color:var(--plum);border:0;transition:background .2s,color .2s}.gallery-nav:hover{background:var(--plum);color:var(--cream)}.previous{left:25px}.next{right:25px}.gallery-caption{display:flex;justify-content:space-between;margin-top:20px;gap:20px;font-size:13px;color:var(--muted)}#gallery-count{font-variant-numeric:tabular-nums;white-space:nowrap}.gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding:18px 3px 8px;scrollbar-width:thin}.gallery-thumbs button{padding:0;border:0;background:none;flex:0 0 80px;opacity:.65;border-bottom:2px solid transparent;padding-bottom:5px}.gallery-thumbs button[aria-pressed=true]{opacity:1;border-bottom-color:var(--plum)}.gallery-thumbs button:hover{opacity:1}.gallery-thumbs img{width:80px;height:60px;object-fit:cover}.visit{display:grid;grid-template-columns:1fr 1fr;background:#e9e0d5}.visit-image img{width:100%;height:100%;min-height:700px;object-fit:cover;object-position:50% 55%}.visit-copy{padding:clamp(50px,6vw,100px) var(--gutter);align-self:center}.visit h2{font-size:clamp(60px,6vw,90px);line-height:.98;letter-spacing:-.03em}.visit h2 em{color:var(--plum)}.visit-copy>p{font-size:15px;color:var(--muted);margin-top:24px}.solid-link{display:inline-flex;gap:24px;align-items:center;background:var(--plum);color:var(--cream);padding:17px 24px;margin-top:30px;font-size:13px;transition:background .25s}.solid-link:hover{background:#65415c}.visit-details{margin-top:55px;padding-top:30px;border-top:1px solid #bbad9e;display:grid;gap:30px}.visit-details>div>span{font-size:10px;letter-spacing:.12em;color:var(--muted)}.visit-details p{font-size:15px;margin-top:8px}.visit-details .plain-link{margin-top:9px}.visit-details p a:hover{text-decoration:underline}.gallery-view:focus-within{outline:1px solid var(--plum);outline-offset:4px}
html.reduced-motion .story{height:auto}html.reduced-motion .story-stage{position:relative;height:auto;min-height:0;padding:120px var(--gutter) 80px}html.reduced-motion .scene{transform:none!important}html.reduced-motion .scene-one{opacity:1!important}html.reduced-motion .scene-two,html.reduced-motion .scene-three{display:none}html.reduced-motion .story-copy{position:static;width:auto;opacity:1!important;transform:none!important;visibility:visible!important;pointer-events:auto!important;margin-top:32px}html.reduced-motion .story-bottom,html.reduced-motion .story-progress{display:none}html.reduced-motion{scroll-behavior:auto}html.reduced-motion .scroll-line:after{animation:none}
@media(max-width:900px){.header nav{gap:24px}.team{grid-template-columns:1fr;gap:45px}.team-copy>p{max-width:520px}.team img{aspect-ratio:4/3;object-position:50% 18%}.team h2{font-size:56px}.visit{grid-template-columns:.85fr 1fr}.visit-copy{padding:65px 35px}.visit-details{margin-top:40px}}
@media(max-width:700px){.spaces{grid-template-columns:1fr;gap:40px;padding-bottom:72px}.space-large{padding-top:0}.space-large img{aspect-ratio:1.15}.space-side{display:grid;grid-template-columns:1fr;gap:0}.space-note{padding:30px 0 0}.space-note p{font-size:36px}.team h2{font-size:46px}.team img{aspect-ratio:4/5;object-position:50% 20%}.team-copy>p{margin-top:25px}.gallery-heading{display:block;margin-bottom:30px}.gallery-heading>p{margin-top:24px}.gallery h2{font-size:48px}.gallery-view>img{height:380px}.gallery-nav{width:44px;height:44px}.previous{left:12px}.next{right:12px}.gallery-caption{font-size:12px}.gallery-thumbs button{flex-basis:65px}.gallery-thumbs img{width:65px;height:49px}.visit{grid-template-columns:1fr}.visit-image img{height:470px;min-height:0;object-position:50% 56%}.visit-copy{padding:60px var(--gutter)}.visit h2{font-size:70px}.visit-details{grid-template-columns:1fr;gap:26px}.solid-link{font-size:14px}.brand-name{font-size:10px}.header nav{font-size:14px}}
@media(max-height:740px) and (min-width:701px){.story-copy{top:31%}.story-copy h1,.story-copy h2{font-size:70px}.story-copy p{margin-top:18px}.story-copy .text-link{margin-top:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scroll-line:after{animation:none}.story{height:auto}.story-stage{position:relative}.story-progress{display:none}}
@media(scripting:none){.story{height:100svh}.story-stage{position:relative}.gallery-nav{display:none}.menu-toggle{display:none}.header nav{display:flex;gap:16px}.header nav>a:not(.nav-cta){display:none}}

.space-large img,.space-side img{height:auto}.brand-name{font-size:11px}.story-bottom{font-size:12px;letter-spacing:.09em}.visit-details>div>span{font-size:12px}.header nav{font-size:14px}html.reduced-motion .copy-one{transform:none!important;pointer-events:auto!important}@media(max-width:700px){.story-bottom{font-size:11px;letter-spacing:.05em}.brand-name{font-size:11px}.scroll-cue{min-height:44px}.gallery-heading>p{font-size:15px}}
.story-video{object-fit:cover;background:#332b25}.story-copy{z-index:2}.story-bottom{z-index:2}.story-video.is-live{z-index:1}.visit-reassure{font-size:14px;color:var(--muted);margin-top:14px}


.brand-name{font-size:11px}.story-bottom{font-size:12px;letter-spacing:.09em}.visit-details>div>span{font-size:12px}.header nav{font-size:14px}html.reduced-motion .copy-one{transform:none!important;pointer-events:auto!important}@media(max-width:700px){.story-bottom{font-size:10px;letter-spacing:.07em}.brand-name{font-size:11px}.scroll-cue{min-height:44px}.gallery-heading>p{font-size:15px}}
