:root{--ink:#192a32;--paper:#f4f1e9;--white:#fff;--line:#192a3233;--serif:var(--font-serif),serif;--sans:var(--font-sans),sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);font-family:var(--sans);letter-spacing:.08em;margin:0;font-weight:300}img{width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.site-header{z-index:20;justify-content:space-between;align-items:center;width:100%;padding:28px 42px;transition:all .4s;display:flex;position:fixed;top:0;left:0}.site-header.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--line);background:#f4f1e9f0}.brand img{object-fit:contain;width:112px;height:112px}.global-nav{color:#fff;align-items:center;gap:30px;font-size:12px;display:flex}.scrolled .global-nav{color:var(--ink)}.nav-reserve{border:1px solid;padding:14px 22px}.menu-button{background:0 0;border:0;padding:10px;display:none}.hero{color:#fff;height:100svh;min-height:680px;position:relative;overflow:hidden}.hero-image{object-fit:cover;animation:16s ease-out both heroZoom;inset:0;height:100%!important;position:absolute!important}.hero-shade{background:linear-gradient(90deg,#0a14147a,#0a141414 65%),linear-gradient(#0000 55%,#00000040);position:absolute;inset:0}.hero-copy{position:absolute;top:50%;left:10vw;transform:translateY(-42%)}.eyebrow,.section-heading>p,.stay-panel>p:first-child,.reserve-content>p{letter-spacing:.25em;font-size:11px}.hero-sub{font-family:var(--serif);font-size:16px;line-height:2.1}.scroll{letter-spacing:.25em;writing-mode:vertical-rl;align-items:center;gap:14px;font-size:9px;display:flex;position:absolute;bottom:38px;right:42px}.scroll span{border-left:1px solid #fff;height:70px}.section{padding:150px 8vw;position:relative}.section-number{letter-spacing:.2em;font-size:10px;position:absolute;top:76px;left:3vw}.concept-grid{grid-template-columns:1fr 1.25fr;gap:12vw;max-width:1100px;margin:auto;display:grid}.vertical-title p{letter-spacing:.3em;font-size:10px}.vertical-title h2,.section-heading h2,.stay-panel h2,.reserve h2{font-family:var(--serif);letter-spacing:.12em;font-weight:300;line-height:1.8}.vertical-title h2{font-size:clamp(30px,4vw,50px)}.concept-body{font-family:var(--serif);padding-top:60px;font-size:15px;line-height:2.4}.quick-facts{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:70px;display:grid}.quick-facts div{border-right:1px solid var(--line);padding:22px 15px}.quick-facts div:last-child{border:0}.quick-facts dt{letter-spacing:.18em;font-size:9px}.quick-facts dd{font-family:var(--serif);margin:8px 0 0}.wide-photo{margin:110px 0 0 10vw}.wide-photo img{object-fit:cover;height:min(65vw,720px)}.section-heading{max-width:1100px;margin:0 auto 100px}.section-heading h2{margin:18px 0;font-size:clamp(34px,5vw,64px)}.photo-stories{flex-direction:column;gap:130px;max-width:1200px;margin:auto;display:flex}.story{grid-template-columns:1.45fr .65fr;align-items:end;gap:6vw;display:grid}.story.reverse{grid-template-columns:.65fr 1.45fr}.story.reverse img{grid-column:2}.story.reverse div{grid-area:1/1}.story img{object-fit:cover;height:560px}.story span{font-size:10px}.story h3{font-family:var(--serif);letter-spacing:.15em;font-size:28px;font-weight:400}.story p{font-family:var(--serif);font-size:13px;line-height:2}.facility-list{border-top:1px solid var(--line);flex-wrap:wrap;max-width:1100px;margin:100px auto 0;display:flex}.facility-list span{border-bottom:1px solid var(--line);width:25%;padding:20px;font-size:12px}.stay{align-items:center;height:850px;padding:0;display:flex}.stay-bg img{object-fit:cover;height:100%!important}.stay-panel{z-index:2;background:#f4f1e9f0;width:min(600px,80vw);margin-left:8vw;padding:75px;position:relative}.stay-panel h2{font-size:clamp(28px,4vw,48px)}.stay-panel p:last-child{font-family:var(--serif);font-size:14px;line-height:2.2}.gallery{padding-top:80px}.gallery-grid{grid-template-columns:1.1fr .7fr .9fr;align-items:end;gap:18px;display:grid}.gallery-grid img{object-fit:cover;height:520px}.info-table{border-top:1px solid var(--line);max-width:900px;margin:auto}.info-table div{border-bottom:1px solid var(--line);grid-template-columns:230px 1fr;padding:25px 15px;display:grid}.info-table dt{font-size:12px}.info-table dd{font-family:var(--serif);margin:0}.note{max-width:900px;margin:24px auto;font-size:11px}.reserve{color:#fff;text-align:center;justify-content:center;align-items:center;height:720px;display:flex;position:relative;overflow:hidden}.reserve>img{object-fit:cover;inset:0;height:100%!important;position:absolute!important}.reserve-shade{background:#0814168a;position:absolute;inset:0}.reserve-content{z-index:2;position:relative}.reserve h2{font-size:clamp(38px,6vw,70px)}.reserve-content a{border:1px solid #fff;justify-content:space-between;align-items:center;gap:80px;min-width:300px;margin-top:20px;padding:22px 30px;display:inline-flex}.reserve-content small{opacity:.7;margin-top:15px;font-size:9px;display:block}footer{text-align:center;padding:80px 20px 130px}footer img{width:180px;margin:auto}footer p{font-size:11px}.copyright{margin-top:50px}.mobile-reserve{display:none}.reveal{opacity:0;transition:opacity 1s,transform 1s;transform:translateY(35px)}.reveal.visible{opacity:1;transform:none}@keyframes heroZoom{0%{transform:scale(1.06)}to{transform:scale(1)}}@media (max-width:800px){.site-header{padding:18px 20px}.brand img{width:120px;height:120px}.menu-button{z-index:2;display:block;position:relative}.menu-button span{border-top:1px solid #fff;width:28px;margin:8px;transition:all .3s;display:block}.scrolled .menu-button span{border-color:var(--ink)}.global-nav{background:var(--paper);color:var(--ink);font-family:var(--serif);flex-direction:column;justify-content:center;gap:30px;font-size:17px;transition:all .45s;display:flex;position:fixed;inset:0;transform:translate(100%)}.global-nav.open{transform:none}.menu-button.open span{border-color:var(--ink)}.menu-button.open span:first-child{transform:translateY(4px)rotate(45deg)}.menu-button.open span:last-child{transform:translateY(-5px)rotate(-45deg)}.nav-reserve{margin-top:20px}.hero{min-height:620px}.hero-image{object-position:60% center}.hero-copy{top:50%;transform:translateY(-50%)}.hero h1{margin:14px 0;font-size:46px;line-height:1.15}.hero-sub{font-size:13px}.eyebrow{font-size:8px}.scroll{bottom:70px;right:18px}.section{padding:110px 24px}.section-number{display:none}.concept-grid{display:block}.vertical-title h2{font-size:32px}.concept-body{padding-top:25px;font-size:13px}.quick-facts{grid-template-columns:1fr}.quick-facts div{border-right:0;border-bottom:1px solid var(--line)}.quick-facts div:last-child{border-bottom:0}.wide-photo{margin:70px -24px 0 24px}.wide-photo img{height:70vh}.section-heading{margin-bottom:60px}.section-heading h2{font-size:35px}.photo-stories{gap:80px}.story,.story.reverse{flex-direction:column;align-items:stretch;gap:25px;display:flex}.story.reverse img,.story.reverse div{grid-area:auto}.story img{height:62vh}.story div{padding:0 10px}.facility-list{margin-top:70px}.facility-list span{width:50%;padding:16px 8px}.stay{height:780px}.stay-panel{width:calc(100% - 40px);margin:0 20px;padding:42px 28px}.stay-panel h2{font-size:29px}.gallery{padding-left:12px;padding-right:12px}.gallery-grid{grid-template-columns:1fr 1fr;gap:8px}.gallery-grid img{height:310px}.gallery-grid img:nth-child(2){height:240px}.gallery-grid img:nth-child(3){grid-column:1/3;height:260px}.info-table div{grid-template-columns:1fr;gap:10px;padding:22px 6px}.reserve{height:640px}.reserve-content a{gap:40px;min-width:280px}.mobile-reserve{z-index:15;background:var(--ink);color:#fff;text-align:center;letter-spacing:.2em;width:100%;padding:17px;font-size:12px;display:block;position:fixed;bottom:0;left:0}footer{padding-bottom:110px}}@media (min-width:801px) and (max-height:820px){.site-header{padding:14px 32px}.brand img{width:88px;height:88px}.hero{min-height:100svh}.hero-copy{top:52%;left:7vw;transform:translateY(-50%)}.hero h1{margin:12px 0;font-size:clamp(50px,9vh,78px);line-height:1.12}.hero-sub{font-size:14px;line-height:1.75}.eyebrow{font-size:10px}}.story>div{padding-left:0}.story h3{margin:0 0 34px}.story p{margin:0}.brand img,.site-header.scrolled .brand img{width:150px;height:150px}.wide-photo img,.story img,.gallery-grid img,.stay-bg img{box-shadow:0 18px 45px #192a3238}.global-nav{font-family:var(--serif);letter-spacing:.12em;font-weight:300}.nav-reserve{font-family:var(--serif);font-weight:300}.site-header{padding-top:10px;padding-bottom:10px}.brand img,.site-header.scrolled .brand img{width:110px;height:110px}.site-header.scrolled{height:90px;padding-top:4px;padding-bottom:4px}.reserve-content a{font-family:var(--serif);letter-spacing:.14em;font-size:16px;font-weight:300}body{font-family:var(--serif);letter-spacing:.09em;font-weight:300;line-height:2}.eyebrow,.vertical-title>p,.section-heading>p,.stay-panel>p:first-child,.reserve-content>p,.quick-facts dt,.info-table dt,.scroll,.copyright{font-family:var(--sans);letter-spacing:.3em;font-weight:300}.site-header{padding-left:4vw;padding-right:4vw}.global-nav{font-family:var(--serif);letter-spacing:.12em;gap:34px;font-size:12px;font-weight:300}.nav-reserve{padding:13px 24px;transition:background-color .35s,color .35s}.nav-reserve:hover{background:currentColor}.hero-copy{max-width:900px;left:9vw}.hero h1{font-family:var(--serif);letter-spacing:.13em;margin:32px 0 38px;font-size:clamp(48px,6vw,88px);font-weight:300;line-height:1.48}.hero-sub{font-family:var(--serif);letter-spacing:.13em;font-size:15px;font-weight:300;line-height:2.3}.eyebrow{letter-spacing:.32em!important;font-size:11px!important;line-height:1.8!important}.section{padding-top:190px;padding-bottom:190px}.vertical-title>p,.section-heading>p{margin-bottom:48px!important;font-size:11px!important}.vertical-title h2,.section-heading h2,.stay-panel h2,.reserve h2{font-family:var(--serif);letter-spacing:.13em;font-weight:300}.concept-grid{grid-template-columns:.9fr 1.1fr;gap:13vw;max-width:1160px}.vertical-title h2{font-size:clamp(34px,4vw,54px);line-height:1.9}.concept-body{max-width:530px;font-family:var(--serif);letter-spacing:.1em;padding-top:90px;font-size:14px;font-weight:300;line-height:2.7}.concept-body>p{margin-top:0;margin-bottom:40px}.quick-facts{margin-top:90px}.quick-facts div{padding:28px 18px}.quick-facts dd{font-family:var(--serif);margin-top:12px;font-size:14px;font-weight:300}.wide-photo{margin-top:150px}.wide-photo img{height:min(62vw,760px)}.rooms{background:#ebe7dd}.section-heading{max-width:1160px;margin-bottom:140px}.section-heading h2{font-size:clamp(38px,5vw,66px);line-height:1.65}.photo-stories{gap:180px}.story{gap:8vw}.story img{height:600px}.story>div{padding-bottom:20px}.story h3{font-family:var(--serif);letter-spacing:.18em;margin:0 0 42px;font-size:27px;font-weight:300;line-height:1.7}.story p{max-width:330px;font-family:var(--serif);letter-spacing:.09em;font-size:13px;font-weight:300;line-height:2.4}.facility-list{margin-top:150px}.facility-list span{font-family:var(--serif);letter-spacing:.12em;padding:25px 18px;font-size:12px;font-weight:300}.stay{height:900px}.stay-panel{width:min(620px,80vw);padding:90px 85px}.stay-panel>p:first-child{margin-bottom:40px;font-size:10px}.stay-panel h2{margin:0 0 44px;font-size:clamp(30px,3.6vw,48px);line-height:1.8}.stay-panel p:last-child{max-width:420px;font-family:var(--serif);letter-spacing:.09em;font-size:13px;font-weight:300;line-height:2.5}.gallery{padding-top:150px;padding-bottom:190px}.gallery-grid{gap:30px}.gallery-grid img{height:560px}.gallery-grid img:nth-child(2){height:410px}.gallery-grid img:nth-child(3){height:490px}.info .section-heading{margin-bottom:110px}.info-table{max-width:940px}.info-table div{grid-template-columns:250px 1fr;padding:31px 18px}.info-table dt{letter-spacing:.18em;font-size:10px}.info-table dd{font-family:var(--serif);letter-spacing:.08em;font-size:14px;font-weight:300;line-height:2}.note{max-width:940px;font-family:var(--serif);margin-top:32px;font-size:11px;line-height:2}.reserve{height:800px}.reserve-content>p{margin-bottom:45px;font-size:10px}.reserve h2{margin:0 0 54px;font-size:clamp(42px,5vw,68px);line-height:1.7}.reserve-content a{min-width:330px;font-family:var(--serif);letter-spacing:.14em;border-width:1px;margin-top:0;padding:23px 30px;font-size:15px;font-weight:300;transition:background-color .35s,color .35s}.reserve-content a:hover{color:var(--ink);background:#fff}footer{padding-top:120px;padding-bottom:130px}footer img{width:170px;max-width:55vw;height:auto;margin:0 auto}footer a{transition:opacity .3s}footer a:hover{opacity:.55}.copyright{margin-top:60px;font-size:9px}.wide-photo img,.story img,.gallery-grid img{box-shadow:0 22px 55px #192a3224}@media (max-width:800px){.site-header{padding:10px 18px}.brand img,.site-header.scrolled .brand img{width:92px;height:92px}.site-header.scrolled{height:74px}.global-nav{gap:32px;font-size:16px}.hero-copy{max-width:none;left:28px;right:28px}.hero h1{letter-spacing:.09em;margin:24px 0 30px;font-size:clamp(34px,10vw,46px);line-height:1.45}.hero-sub{font-size:13px;line-height:2.1}.eyebrow{letter-spacing:.2em!important;font-size:8px!important}.section{padding:125px 24px}.vertical-title>p,.section-heading>p{margin-bottom:32px!important}.vertical-title h2,.section-heading h2{font-size:32px;line-height:1.75}.concept-body{max-width:none;padding-top:45px;font-size:13px;line-height:2.5}.concept-body>p{margin-bottom:32px}.quick-facts{margin-top:65px}.wide-photo{margin-top:95px}.wide-photo img{height:64vh}.section-heading{margin-bottom:85px}.photo-stories{gap:115px}.story,.story.reverse{gap:36px}.story img{height:58vh;min-height:430px}.story>div{padding:0 8px}.story h3{margin-bottom:28px;font-size:25px}.story p{line-height:2.3}.facility-list{margin-top:100px}.facility-list span{padding:20px 8px}.stay{height:760px}.stay-panel{width:calc(100% - 36px);margin:0 18px;padding:55px 30px}.stay-panel h2{margin-bottom:32px;font-size:28px}.gallery{padding-top:100px;padding-bottom:125px}.gallery-grid{gap:10px}.gallery-grid img{height:330px}.gallery-grid img:nth-child(2){height:250px}.gallery-grid img:nth-child(3){height:280px}.info .section-heading{margin-bottom:70px}.info-table div{padding:27px 5px}.reserve{height:680px}.reserve-content>p{margin-bottom:35px}.reserve h2{margin-bottom:42px;font-size:39px}.reserve-content a{min-width:280px;padding:21px 25px;font-size:14px}footer{padding-top:95px;padding-bottom:120px}footer img{width:155px}.copyright{margin-top:55px}}.back-to-top{z-index:30;color:#fff;width:40px;height:40px;box-shadow:none;background:#333;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s,background-color .3s;display:flex;position:fixed;bottom:24px;right:24px}.back-to-top-icon{color:#fff;font-family:Arial,sans-serif;font-size:16px;font-weight:300;line-height:1;display:block;transform:translateY(2px)}.back-to-top:hover{background:#252525;transform:translateY(-2px)}@media (max-width:800px){.back-to-top{bottom:76px;right:16px}}.back-to-top{z-index:30;background:#333;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:fixed;bottom:24px;right:24px}.back-to-top svg{flex-shrink:0;display:block}.site-header:not(.scrolled) .nav-reserve:hover{color:var(--ink);background:#fff}.site-header.scrolled .nav-reserve:hover{background:var(--ink);color:#fff}.stay{align-items:flex-end;height:880px;padding:0;display:flex;position:relative;overflow:hidden}.stay-bg{position:absolute;inset:0}.stay-bg img{object-fit:cover;object-position:center;width:100%;box-shadow:none;transform:scale(1.02);height:100%!important}.stay-bg:after{content:"";background:linear-gradient(90deg,#0f1c2057 0%,#0f1c201f 45%,#0f1c2005 75%),linear-gradient(#0000 45%,#0f1c202e 100%);position:absolute;inset:0}.stay-panel{z-index:2;-webkit-backdrop-filter:blur(12px);background:#f4f1e9e6;border:1px solid #ffffff59;width:min(560px,100% - 16vw);margin:0 0 80px 8vw;padding:64px 68px 62px;position:relative;box-shadow:0 24px 70px #0f1c2029}.stay-label{font-family:var(--sans);letter-spacing:.34em;margin:0 0 42px;font-size:10px;font-weight:300;line-height:1}.stay-panel h2{font-family:var(--serif);letter-spacing:.12em;margin:0 0 42px;font-size:clamp(34px,4vw,54px);font-weight:300;line-height:1.65}.stay-description{max-width:420px;font-family:var(--serif);letter-spacing:.08em;margin:0;font-size:13px;font-weight:300;line-height:2.35}@media (max-width:800px){.stay{align-items:flex-end;height:760px}.stay-bg img{object-position:56% center}.stay-bg:after{background:linear-gradient(#0000 0%,#0f1c201a 40%,#0f1c2066 100%)}.stay-panel{width:calc(100% - 36px);margin:0 18px 32px;padding:46px 30px 44px}.stay-label{margin-bottom:30px;font-size:9px}.stay-panel h2{margin-bottom:30px;font-size:30px;line-height:1.65}.stay-description{font-size:12px;line-height:2.25}}@media (min-width:801px) and (max-height:850px){.hero-copy{top:52%;transform:translateY(-50%)}.hero h1{margin-top:18px;margin-bottom:22px;font-size:clamp(42px,7.5vh,68px);line-height:1.25}.hero-sub{margin:0;font-size:14px;line-height:1.9}.eyebrow{font-size:9px!important}}@media (min-width:801px) and (max-height:700px){.hero-copy{top:54%}.hero h1{margin:12px 0 16px;font-size:44px;line-height:1.2}.hero-sub{font-size:13px;line-height:1.75}.scroll{display:none}}.hero-title{flex-direction:column;display:flex}.hero-title span{white-space:nowrap;display:block}@media (min-width:801px) and (max-width:1200px){.hero-title{font-size:clamp(38px,5.2vw,62px)}}@media (max-width:800px){.hero-title{letter-spacing:.05em;font-size:clamp(27px,7.2vw,38px);line-height:1.65}}
