:root{--bg:#faf8f5;--bg-2:#f2ece3;--text:#333;--text-2:#666;--hairline:#e5e0db;--accent:#0a6aa1;--accent-hover:#085a8a;--brand:#67d9d5;--radius:10px;--radius-sm:6px;--content-max:1280px;--gutter:24px;--pad-x:80px;--section-gap:160px;--font:var(--font-sans),system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-head:var(--font-heading),"Cormorant Garamond",Georgia,"Times New Roman",serif;--header-h:92px}@media (max-width:1024px){:root{--pad-x:40px;--section-gap:120px}}@media (max-width:640px){:root{--pad-x:20px;--section-gap:88px}}*{box-sizing:border-box}html{scroll-behavior:smooth;text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-weight:400;font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-tap-highlight-color:transparent;overflow-x:hidden}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;line-height:inherit}@media (max-width:640px){body{font-size:16px}}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0}.h1,h1,h2,h3{font-family:var(--font-head);font-weight:500;letter-spacing:0}.h1{font-size:76px;line-height:1.08}.h2{font-weight:500;font-size:46px;line-height:1.12}.h2,.h3{font-family:var(--font-head);letter-spacing:0}.h3{font-weight:600;font-size:27px;line-height:1.2}@media (max-width:640px){.h1{font-size:44px}.h2{font-size:32px}.h3{font-size:22px}}.body-text{max-width:62ch;font-size:17px;line-height:1.7}.body-text p+p{margin-top:1.2em}.eyebrow,.meta{font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-2)}.eyebrow{display:inline-block;margin-bottom:20px;color:var(--accent)}.container{width:100%;max-width:var(--content-max);margin:0 auto;padding-left:var(--pad-x);padding-right:var(--pad-x)}.section{padding-top:var(--section-gap);padding-bottom:var(--section-gap)}.section--tight{padding-top:calc(var(--section-gap) * .5);padding-bottom:calc(var(--section-gap) * .5)}.section--alt{background:var(--bg-2)}.hairline{border:0;border-top:1px solid var(--hairline);margin:0}.grid12{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:var(--gutter);gap:var(--gutter)}@media (max-width:768px){.grid12{grid-template-columns:1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:var(--radius-sm);font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;border:1px solid var(--accent);transition:background .3s ease,color .3s ease,border-color .3s ease}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn--ghost{background:transparent;color:var(--accent)}.btn--ghost:hover{background:var(--accent);color:#fff}.link-underline{display:inline-block;font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);border-bottom:1px solid var(--accent);padding-bottom:2px;transition:border-color .3s ease}.link-underline:hover{border-color:transparent}.badges{display:flex;flex-wrap:wrap;gap:8px}.badge{border:1px solid var(--hairline);border-radius:var(--radius-sm);padding:6px 12px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-2)}.ph{position:relative;background:var(--bg-2);border:1px solid var(--hairline);overflow:hidden;border-radius:var(--radius)}.ph:after{content:attr(data-label);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:16px;text-align:center;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-2)}.ph--16-9{aspect-ratio:16/9}.ph--3-2{aspect-ratio:3/2}.ph--4-5{aspect-ratio:4/5}.ph--1-1{aspect-ratio:1/1}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(36,33%,97%,.9);-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--hairline)}.header .container{max-width:none;padding-left:28px;padding-right:28px}@media (max-width:640px){.header .container{padding-left:18px;padding-right:18px}}.header__inner{justify-content:space-between;min-height:var(--header-h);padding-top:22px;padding-bottom:12px}.header__brand,.header__inner{display:flex;align-items:center}.header__logo{height:42px;width:auto;display:block}@media (max-width:640px){.header__logo{height:34px}}.nav{display:flex;align-items:center;gap:28px}.nav a{font-size:13px;font-weight:400;letter-spacing:.02em;color:var(--text);transition:color .2s ease}.nav .lang,.nav a:hover{color:var(--text-2)}.nav .lang{font-size:11px;letter-spacing:.1em}.nav__toggle{display:none;background:none;border:0;cursor:pointer;padding:8px}.nav__toggle span{display:block;width:22px;height:1px;background:var(--text);margin:5px 0}.mobile-actions{display:none;align-items:center;gap:12px}@media (max-width:900px){.nav{position:fixed;inset:var(--header-h) 0 auto 0;flex-direction:column;align-items:flex-start;gap:0;background:var(--bg);border-bottom:1px solid var(--hairline);padding:8px var(--pad-x) 24px;transform:translateY(-120%);transition:transform .35s ease;z-index:40}.nav.is-open{transform:translateY(0)}.nav a{width:100%;padding:14px 0;border-bottom:1px solid var(--hairline);font-size:16px}.nav .btn{margin-top:16px;width:100%}.nav__toggle{display:block}.mobile-actions{display:flex}.header__desktop-cta{display:none}}.hero{position:relative;height:100vh;min-height:560px;display:flex;align-items:flex-end}.hero .ph{border:0;aspect-ratio:auto}.hero .ph,.hero__media{position:absolute;inset:0}.hero__media img{object-fit:cover}.hero__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.62) 0,rgba(0,0,0,.38) 28%,rgba(0,0,0,.1) 55%,transparent 78%)}.hero__content{position:relative;z-index:2;width:100%;color:#fff;padding-bottom:96px;text-shadow:0 1px 24px rgba(0,0,0,.35)}.hero__content .eyebrow{color:hsla(0,0%,100%,.85)}.hero__content .h1{max-width:16ch}.hero__sub{margin-top:24px;max-width:52ch;font-size:18px;font-weight:300;line-height:1.5;color:hsla(0,0%,100%,.92)}.hero--page{height:62vh;min-height:420px}.resbar{position:relative;z-index:3;margin-top:-60px}.resbar__card{background:#fff;border:1px solid var(--hairline);border-radius:var(--radius);box-shadow:0 24px 60px -28px hsla(0,0%,7%,.28);padding:20px;display:flex;flex-direction:column;gap:18px}.resbar__note{margin:0;font-size:12px;color:var(--text-2);text-align:center;letter-spacing:.02em}.seg{display:inline-flex;align-self:flex-start;background:var(--bg-2);border-radius:var(--radius-sm);padding:4px;gap:4px;max-width:100%;flex-wrap:wrap}.seg__item{border:0;background:transparent;padding:10px 22px;border-radius:calc(var(--radius-sm) - 2px);font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-2);cursor:pointer;transition:color .25s ease,background .25s ease,box-shadow .25s ease}.seg__item:hover{color:var(--text)}.seg__item.is-active{background:#fff;color:var(--accent);box-shadow:0 1px 4px hsla(0,0%,7%,.12)}.resbar__fields{display:flex;flex-wrap:wrap;align-items:stretch;gap:12px}.resfield2{flex:1 1 150px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:12px 16px;border:1px solid var(--hairline);border-radius:var(--radius-sm);transition:border-color .2s ease;position:relative}.resfield2:focus-within{border-color:var(--accent)}.resfield2>span{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-2)}.resfield2 input,.resfield2 select{border:0;background:transparent;font-family:inherit;font-size:15px;color:var(--text);padding:0;outline:none;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}.resfield2--select:after{content:"";position:absolute;right:16px;bottom:18px;width:7px;height:7px;border-right:1.5px solid var(--text-2);border-bottom:1.5px solid var(--text-2);transform:rotate(45deg);pointer-events:none}.resbar__submit{flex:1 1 200px;padding:16px 28px}@media (max-width:560px){.resbar__submit,.resfield2{flex:1 1 100%}.seg{align-self:stretch}.seg__item{flex:1 1;padding:10px 8px;text-align:center}}.showcase{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:var(--gutter);gap:var(--gutter);align-items:center;padding:72px 0}.showcase__media{grid-column:1/8}.showcase__body{grid-column:9/13}.showcase--mirror .showcase__media{grid-column:6/13;order:2}.showcase--mirror .showcase__body{grid-column:1/5;order:1}.showcase__body .h3{margin-bottom:8px}.showcase__sub{color:var(--text-2);font-size:14px;margin-bottom:20px}.showcase__desc{margin-bottom:24px}.showcase__badges{margin-bottom:28px}.showcase__cta{display:flex;align-items:center;gap:24px;flex-wrap:wrap}@media (max-width:768px){.showcase,.showcase--mirror{grid-template-columns:1fr;padding:40px 0}.showcase--mirror .showcase__body,.showcase--mirror .showcase__media,.showcase__body,.showcase__media{grid-column:1/-1;order:0}.showcase__body{margin-top:24px}}.hscroll{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:14px;scrollbar-width:thin}.hscroll>*{flex:0 0 78%;scroll-snap-align:start}.hscroll--rooms>*{flex-basis:68%}@media (min-width:768px){.hscroll>*{flex-basis:46%}}.lead{font-family:var(--font-head);font-size:30px;font-weight:400;line-height:1.3;letter-spacing:0;max-width:26ch}.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--gutter) 64px;gap:var(--gutter) 64px}@media (max-width:640px){.two-col{grid-template-columns:1fr}}.speclist{list-style:none;margin:0;padding:0}.speclist li{display:flex;justify-content:space-between;gap:24px;padding:16px 0;border-bottom:1px solid var(--hairline);font-size:15px}.speclist li span:first-child{color:var(--text-2)}.amenities{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:64px;column-gap:64px}.amenities li span:first-child{color:var(--text)}@media (max-width:640px){.amenities{grid-template-columns:1fr}}.vy{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px}.vy h4{margin:0 0 16px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-2)}.vy ul{list-style:none;margin:0;padding:0}.vy li{padding:10px 0;border-bottom:1px solid var(--hairline);font-size:15px}@media (max-width:640px){.vy{grid-template-columns:1fr;gap:32px}}.discover-item{margin-bottom:var(--section-gap)}.discover-item .h2{margin:28px 0 0;text-align:left}.discover-item__grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:var(--gutter);gap:var(--gutter)}.discover-item__meta{grid-column:1/5}.discover-item__text{grid-column:6/12}@media (max-width:768px){.discover-item__meta,.discover-item__text{grid-column:1/-1}.discover-item__text{margin-top:12px}}.map-ph{filter:grayscale(1)}.map-embed,.map-ph{width:100%;aspect-ratio:21/9}.map-embed{overflow:hidden;border:1px solid var(--hairline);border-radius:var(--radius)}.map-embed iframe{width:100%;height:100%;border:0;display:block;filter:grayscale(1);transition:filter .4s ease}.map-embed:focus-within iframe,.map-embed:hover iframe{filter:none}@media (max-width:640px){.map-embed{aspect-ratio:4/3}}.loc-table{width:100%;border-collapse:collapse;margin-top:40px;font-size:15px}.loc-table td,.loc-table th{text-align:left;padding:16px 20px 16px 0;border-bottom:1px solid var(--hairline);vertical-align:top}.loc-table th{font-weight:500;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-2)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.gallery-grid>:first-child,.gallery-grid>:nth-child(6){grid-column:span 2;grid-row:span 2}.gallery-grid--flat>:nth-child(n){grid-column:auto;grid-row:auto}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid>:first-child,.gallery-grid>:nth-child(6){grid-column:span 2;grid-row:auto}.gallery-grid--flat>:nth-child(n){grid-column:auto}}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.form-grid .full{grid-column:1/-1}.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-2)}.field input,.field select,.field textarea{border:0;border-bottom:1px solid var(--hairline);background:transparent;font-family:inherit;font-size:16px;padding:10px 0;color:var(--text);outline:none;transition:border-color .2s ease}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent)}.field textarea{resize:vertical;min-height:120px}@media (max-width:640px){.form-grid{grid-template-columns:1fr}}.cta-strip{text-align:center}.cta-strip .h2{margin-bottom:32px}.footer{background:var(--bg-2);border-top:1px solid var(--hairline);padding:88px 0 40px}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:48px;gap:48px}.footer__brand .h3{font-weight:300;margin-bottom:16px}.footer__logo{width:200px;height:auto;margin-bottom:24px}.footer address{font-style:normal;color:var(--text-2);font-size:15px;line-height:1.7}.footer h5{margin:0 0 18px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-2)}.footer ul{list-style:none;margin:0;padding:0}.footer ul li{margin-bottom:12px;font-size:15px}.footer ul li a:hover{color:var(--text-2)}.footer__policy{margin-top:56px;padding:14px 18px;border:1px solid var(--hairline);border-radius:var(--radius-sm);font-size:13px;letter-spacing:.02em;color:var(--text);text-align:center}.footer__bottom{margin-top:20px;padding-top:24px;border-top:1px solid var(--hairline);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--text-2)}@media (max-width:768px){.footer{padding:48px 0 28px}.footer__grid{grid-template-columns:1fr 1fr;gap:28px 24px}.footer__brand{grid-column:1/-1}.footer__logo{width:148px;margin-bottom:14px}.footer address{font-size:14px;line-height:1.6}.footer h5{margin-bottom:12px}.footer ul li{margin-bottom:8px;font-size:14px}.footer__bottom{margin-top:32px;font-size:11px}}.reveal{opacity:0;transform:translateY(12px);transition:opacity .4s ease-out,transform .4s ease-out}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.photo{position:relative;overflow:hidden;background:transparent;width:100%;border-radius:var(--radius)}.photo--16-9{aspect-ratio:16/9}.photo--3-2{aspect-ratio:3/2}.photo--4-5{aspect-ratio:4/5}.photo--1-1{aspect-ratio:1/1}.zoom{overflow:hidden}.zoom>*{transition:transform .4s ease-out}.zoom:hover>*{transform:scale(1.03)}.ig-link{display:inline-flex;align-items:center;gap:12px;color:var(--accent);font-weight:500;font-size:16px;transition:color .25s ease}.ig-link:hover{color:var(--accent-hover)}.galbtn,.ig-link svg{display:block}.galbtn{border:0;padding:0;margin:0;background:none;cursor:zoom-in}.lightbox{position:fixed;inset:0;z-index:200;background:hsla(0,0%,7%,.94);display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:lb-fade .2s ease-out}@keyframes lb-fade{0%{opacity:0}to{opacity:1}}.lightbox__stage{position:relative;width:92vw;height:86vh;cursor:default}.lightbox__close{position:absolute;top:18px;right:22px;z-index:2;width:46px;height:46px;border:0;background:none;color:#fff;font-size:34px;line-height:1;cursor:pointer;opacity:.85;transition:opacity .2s ease}.lightbox__close:hover{opacity:1}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:56px;height:56px;border:0;border-radius:50%;background:hsla(0,0%,100%,.12);color:#fff;font-size:30px;line-height:1;cursor:pointer;transition:background .2s ease}.lightbox__nav:hover{background:hsla(0,0%,100%,.24)}.lightbox__prev{left:18px}.lightbox__next{right:18px}.lightbox__count{position:absolute;bottom:20px;left:0;right:0;text-align:center;color:hsla(0,0%,100%,.8);font-size:13px;letter-spacing:.06em}@media (max-width:640px){.lightbox__nav{width:44px;height:44px;font-size:24px}.lightbox__stage{width:96vw;height:80vh}}.ed-hero{padding:132px 0 8px}.ed-hero__row{display:flex;justify-content:space-between;gap:16px;padding-bottom:26px;border-bottom:1px solid var(--hairline)}.ed-tag{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--text-2)}.ed-hero__title{font-family:var(--font-head);font-weight:500;font-size:clamp(64px,15vw,220px);line-height:.86;letter-spacing:-.035em;margin:44px 0 0}.ed-hero__title em{font-style:italic;font-weight:400;color:var(--accent)}.ed-hero__foot{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-top:40px;flex-wrap:wrap}.ed-hero__note{max-width:40ch;color:var(--text-2)}.ed-hero__coord{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--text-2);white-space:nowrap}.ed-hero__coord span{color:var(--accent)}.ed-feature{padding:104px 0;margin-top:72px;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}.ed-feature__label{display:flex;align-items:center;gap:16px;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent)}.ed-feature__label:before{content:"";width:48px;height:1px;background:var(--accent)}.ed-feature__title{font-family:var(--font-head);font-weight:500;font-style:italic;font-size:clamp(48px,10vw,128px);line-height:.92;letter-spacing:-.02em;margin:22px 0 0}.ed-feature__text{margin:32px 0 0;max-width:52ch;color:var(--text-2)}.ed-index{list-style:none;margin:0;padding:0}.ed-item{display:grid;grid-template-columns:clamp(88px,14vw,230px) 1fr;align-items:center;grid-gap:clamp(20px,4vw,64px);gap:clamp(20px,4vw,64px);padding:clamp(30px,4vw,54px) 0;border-bottom:1px solid var(--hairline)}.ed-item__num{font-family:var(--font-head);font-weight:500;font-size:clamp(54px,11vw,152px);line-height:.9;color:transparent;-webkit-text-stroke:1.2px var(--text-2);transition:color .45s ease,-webkit-text-stroke-color .45s ease}.ed-item:hover .ed-item__num{color:var(--accent);-webkit-text-stroke-color:var(--accent)}.ed-item__cat{display:inline-block;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.ed-item__title{display:inline;font-family:var(--font-head);font-weight:500;font-size:clamp(26px,4vw,58px);line-height:1.04;letter-spacing:-.015em;color:var(--text);background-image:linear-gradient(var(--accent),var(--accent));background-repeat:no-repeat;background-position:0 100%;background-size:0 1.5px;transition:background-size .5s cubic-bezier(.22,1,.36,1),color .4s ease}.ed-item:hover .ed-item__title{color:var(--accent);background-size:100% 1.5px}.ed-item__main{transition:transform .5s cubic-bezier(.22,1,.36,1)}.ed-item:hover .ed-item__main{transform:translateX(14px)}.ed-end{display:flex;align-items:center;gap:20px;padding:56px 0 8px;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--text-2)}.ed-end:after,.ed-end:before{content:"";height:1px;flex:1 1;background:var(--hairline)}@media (max-width:640px){.ed-hero{padding:100px 0 4px}.ed-hero__note{text-align:left;margin-left:0}.ed-feature{padding:72px 0;margin-top:48px}.ed-item{grid-template-columns:64px 1fr;gap:18px;align-items:start}.ed-item__num{-webkit-text-stroke-width:1px}}.page-intro{max-width:60ch}.stack-lg>*+*{margin-top:24px}.hero--slider .hero__slide{position:absolute;inset:0;opacity:0;transition:opacity 1.1s ease}.hero--slider .hero__slide.is-active{opacity:1}.hero--slider .hero__slide img{object-fit:cover}.hero__dots{position:absolute;right:26px;top:50%;transform:translateY(-50%);z-index:4;display:flex;flex-direction:column;gap:10px}.hero__dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:hsla(0,0%,100%,.5);cursor:pointer;transition:all .3s ease}.hero__dots button.is-active{background:#fff;height:22px;border-radius:4px}@media (max-width:640px){.hero__dots{right:16px}}.tiles{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.tile{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:var(--radius);display:block}.tile img{object-fit:cover;transition:transform .5s ease}.tile:hover img{transform:scale(1.05)}.tile__scrim{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.55),rgba(0,0,0,.05) 55%)}.tile__label{position:absolute;left:0;right:0;bottom:22px;z-index:2;text-align:center;color:#fff;font-family:var(--font-head);font-size:24px;letter-spacing:.01em}@media (max-width:768px){.tiles{grid-template-columns:repeat(2,1fr)}}.roomcar{position:relative}.roomcar__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}.roomcar__track::-webkit-scrollbar{display:none}.roomcard{flex:0 0 82%;scroll-snap-align:start}@media (min-width:768px){.roomcard{flex-basis:calc(33.333% - 14px)}}.roomcard__media{position:relative;display:block;aspect-ratio:3/4;overflow:hidden;border-radius:var(--radius);background:transparent}.roomcard__media img{transition:transform .5s ease}.roomcard__media:hover img{transform:scale(1.04)}.roomcard__scrim{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.32),transparent 45%)}.roomcard__body{padding:18px 2px 0}.roomcard__title{font-family:var(--font-head);font-weight:600;font-size:26px}.roomcard__sub{color:var(--text-2);font-size:14px;margin:4px 0 16px}.roomcard__cta{display:flex;align-items:center;gap:22px}.roomcar__nav{display:flex;gap:10px;justify-content:flex-end;margin-top:24px}.roomcar__nav button{width:46px;height:46px;border-radius:50%;border:1px solid var(--hairline);background:#fff;font-size:20px;line-height:1;color:var(--text);cursor:pointer;transition:all .25s ease}.roomcar__nav button:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.btn--sm{padding:10px 18px;font-size:11px}.room-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px 32px;gap:56px 32px}.room-gcard__media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius);background:transparent}.room-gcard__media img{transition:transform .5s ease}.room-gcard__media:hover img{transform:scale(1.04)}.room-gcard__body{padding-top:22px}.room-gcard__title{font-family:var(--font-head);font-weight:600;font-size:28px}.room-gcard__sub{color:var(--text-2);font-size:14px;margin:6px 0 0}.room-gcard__cta{display:flex;align-items:center;gap:24px;margin-top:24px}@media (max-width:768px){.room-grid{grid-template-columns:1fr;gap:48px}}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_b3b4c8;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_Fallback_b3b4c8;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_b3b4c8{font-family:__Cormorant_Garamond_b3b4c8,__Cormorant_Garamond_Fallback_b3b4c8;font-style:normal}.__variable_b3b4c8{--font-heading:"__Cormorant_Garamond_b3b4c8","__Cormorant_Garamond_Fallback_b3b4c8"}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_b800b2;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_Fallback_b800b2;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_b800b2{font-family:__Montserrat_b800b2,__Montserrat_Fallback_b800b2;font-style:normal}.__variable_b800b2{--font-sans:"__Montserrat_b800b2","__Montserrat_Fallback_b800b2"}