@font-face{font-family:Manrope;src:url('/assets/manrope-400.ttf') format('truetype');font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url('/assets/manrope-500.ttf') format('truetype');font-weight:500;font-display:swap}@font-face{font-family:Manrope;src:url('/assets/manrope-600.ttf') format('truetype');font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url('/assets/manrope-700.ttf') format('truetype');font-weight:700;font-display:swap}@font-face{font-family:Manrope;src:url('/assets/manrope-800.ttf') format('truetype');font-weight:800;font-display:swap}
:root{--paper:#101010;--ink:#f7f7f5;--muted:#a6a6a4;--line:#ffffff26;--surface:#1a1a1a;--sans:Manrope,'Helvetica Neue',Arial,sans-serif;--ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.75 var(--sans);-webkit-font-smoothing:antialiased}::selection{background:#fafafa;color:#101010}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{display:block;max-width:100%;object-fit:cover}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid #fff;outline-offset:5px}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--sans);font-weight:500;line-height:1.12;letter-spacing:-.055em}h2{font-size:clamp(2.7rem,4.8vw,4.7rem)}em{font-style:normal;color:#828280}p{color:var(--muted)}.skip{position:fixed;top:-100px;left:12px;z-index:30;background:#fff;color:#111;padding:12px}.skip:focus{top:12px}.header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 4%;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;background:#101010e8;backdrop-filter:blur(22px)}.brand{display:flex;align-items:center;gap:14px}.monogram{font-size:32px;line-height:1;font-weight:700;letter-spacing:-4px;border:1px solid #ffffff80;padding:9px 12px 10px 8px;border-radius:11px;position:relative}.monogram>span{display:none}.brand-name{font-size:9px;font-weight:600;letter-spacing:2.5px;line-height:1.8}.brand-name>span{display:block;font-size:17px;line-height:1.4;letter-spacing:3px}.header nav{display:flex;align-items:center;gap:35px;font-size:13px}.header nav>a:not(.nav-contact){color:#b4b4b4;transition:color .2s}.header nav>a:hover{color:#fff}.nav-contact{border:1px solid #ffffff50;border-radius:30px;padding:11px 20px;transition:background .25s}.nav-contact:hover{background:#ffffff15}.nav-contact span{margin-left:18px}.menu-toggle{display:none}.eyebrow{font-size:11px;font-weight:600;letter-spacing:2px;line-height:1.6;color:#bcbcbc}.hero{padding:40px 4% 0}.hero-topline{display:flex;justify-content:space-between;align-items:center}.coordinate-mark{margin-left:20px;color:#fff;font-size:19px}.hero-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding:40px 0 46px}.hero h1{font-size:clamp(4rem,7.7vw,8.5rem);font-weight:500;letter-spacing:-.065em;line-height:1.05}.hero h1 em{color:#878785}.hero-aside{padding-bottom:7px;min-width:250px}.hero-aside p{font-size:15px;line-height:1.8;color:#aaa}.button{background:#f4f4f1;color:#111;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:17px 22px;font-size:14px;border:1px solid #f4f4f1;border-radius:40px;font-weight:600;transition:background .25s,transform .35s var(--ease),box-shadow .3s}.button>span{font-size:20px;line-height:1}.button:hover{background:white;transform:translateY(-3px);box-shadow:0 6px 25px #ffffff17}.hero .button{margin-top:25px}.hero-showcase{position:relative;border:1px solid #ffffff40;padding:7px;border-radius:30px;overflow:hidden;background:#252525;isolation:isolate}.hero-track{display:flex;transition:transform 1.15s var(--ease);border-radius:23px;will-change:transform}.hero-slide{flex:0 0 100%;position:relative;overflow:hidden;height:570px;border-radius:23px;background:#222}.hero-slide img{height:100%;width:100%;object-position:center 57%;filter:brightness(.87) saturate(.78);transition:transform 7s linear}.hero-slide[aria-hidden="false"] img,.hero-slide:first-child:not([aria-hidden]) img{transform:scale(1.055)}.hero-slide:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0001 25%,#0002 45%,#000c 100%);pointer-events:none}.hero-slide figcaption{position:absolute;left:42px;bottom:88px;right:30px;z-index:1}.hero-slide figcaption>span{font-size:10px;letter-spacing:2px}.hero-slide strong{display:block;font-size:clamp(30px,3.3vw,49px);font-weight:500;letter-spacing:-2px;line-height:1.2;margin-top:12px}.hero-slide figcaption p{font-size:13px;color:#d0d0d0;margin-top:12px}.hero-stamp{position:absolute;right:36px;top:36px;width:130px;height:130px;border-radius:50%;border:1px solid #ffffff7d;background:#1115;backdrop-filter:blur(15px);display:flex;flex-direction:column;align-items:center;justify-content:center;animation:float 6s ease-in-out infinite;box-shadow:inset 0 0 0 7px #ffffff08}.hero-stamp>span{font-size:30px;letter-spacing:-3px;font-weight:600;line-height:1.3}.hero-stamp p{font-size:8px;letter-spacing:1.8px;line-height:1.8;text-align:center;color:#eee;margin-top:6px}.hero-controls{position:absolute;bottom:28px;left:48px;right:38px;display:flex;align-items:center;justify-content:space-between;z-index:3}.slide-dots{display:flex;gap:8px;align-items:center}.slide-dots button{border:0;padding:16px 0;background:transparent;width:30px;position:relative;transition:width .5s}.slide-dots button:before{content:'';position:absolute;left:0;right:0;height:3px;top:50%;background:#ffffff4d;border-radius:3px}.slide-dots button.active{width:65px}.slide-dots button.active:before{background:#fff}.slide-actions{display:flex;gap:8px;align-items:center}.slide-counter{font-size:12px;letter-spacing:2px;margin-right:14px}.slide-actions button{width:42px;height:42px;border:1px solid #ffffff75;border-radius:50%;color:white;background:#1113;display:grid;place-items:center;font-size:19px;backdrop-filter:blur(10px);transition:background .2s}.slide-actions button:hover{background:white;color:black}.slide-actions #hero-pause{font-size:15px}.hero-bottomline{display:flex;justify-content:space-between;align-items:center;padding:23px 2px}.hero-bottomline p{font-size:10px;letter-spacing:1.6px}.hero-bottomline a{font-size:12px;color:#c6c6c6}.hero-bottomline a span{margin-left:20px}.intro-strip{margin:48px 4% 0;display:flex;align-items:center;justify-content:space-between;padding:32px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:20px}.intro-strip p{font-size:24px;letter-spacing:-1px;color:white}.intro-strip>span{font-size:12px;color:#bdbdbd}.intro-strip>span:before{content:'+';margin-right:20px;color:#777}.section{padding:115px 4%}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:50px}.section-heading h2{margin-top:22px}.section-heading>p{font-size:15px;line-height:1.9;margin-bottom:4px}.room-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:35px 22px}.room-card{grid-column:span 2;min-width:0;border:1px solid #ffffff21;border-radius:23px;padding:8px;background:linear-gradient(145deg,#242424 0%,#171717 55%);transition:border-color .35s,transform .6s var(--ease)}.room-card:nth-child(-n+2){grid-column:span 3}.room-card:hover{border-color:#ffffff65;transform:translateY(-5px)}.room-photo{position:relative;overflow:hidden;aspect-ratio:1.12;border-radius:16px;background:#242424}.room-card:nth-child(-n+2) .room-photo{aspect-ratio:1.4}.room-photo>img{width:100%;height:100%;object-fit:cover;transition:opacity .8s,transform 1.2s var(--ease);filter:saturate(.75)}.room-photo .room-photo-alt{position:absolute;inset:0;opacity:0;transform:scale(1.05)}@media(hover:hover){.room-photo:hover .room-photo-alt{opacity:1;transform:scale(1)}.room-photo:hover>img:first-child{transform:scale(1.055)}}.room-number{position:absolute;top:16px;left:16px;background:#10101095;color:#fff;backdrop-filter:blur(12px);border:1px solid #ffffff3d;border-radius:30px;padding:7px 13px;font-size:11px;letter-spacing:1px}.photo-button{position:absolute;bottom:16px;right:16px;left:16px;display:flex;align-items:center;justify-content:space-between;background:#101010aa;backdrop-filter:blur(20px);color:white;border:1px solid #ffffff6b;border-radius:30px;padding:12px 17px;font-size:14px;transition:background .25s}.photo-button:hover{background:#101010e8}.photo-button span{font-size:20px}.room-info{padding:25px 17px 12px}.room-info h3{font-size:25px;line-height:1.3;font-weight:500;letter-spacing:-1px;min-height:32px}.room-meta{font-size:12px;margin:11px 0 16px;color:#b4b4b4}.room-description{font-size:14px;line-height:1.8;min-height:76px}.room-book{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:22px;padding:17px 0 3px;font-size:13px;font-weight:500;color:#eee;gap:10px}.room-book>span{font-size:23px;transition:transform .3s}.room-book:hover>span{transform:translate(3px,-3px)}.booking-note{font-size:12px;text-align:center;margin-top:32px}.comfort{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#ededeb;color:#111;display:grid;grid-template-columns:1fr 1fr;gap:12%;padding:90px 6%;margin:0 4%;border-radius:28px;position:relative;overflow:hidden}.comfort .eyebrow{color:#626260}.comfort h2{font-size:clamp(40px,4.3vw,66px);margin:25px 0}.comfort em{color:#737370}.comfort p{color:#626260}.comfort-intro>p:last-child{max-width:440px;font-size:16px}.comfort-items article{display:flex;gap:25px;padding:26px 0;border-bottom:1px solid #0002}.comfort-items article:first-child{padding-top:0}.comfort-items article>span{color:#777;font-size:12px;border:1px solid #0003;flex-shrink:0;width:36px;height:36px;border-radius:50%;display:grid;place-items:center}.comfort-items h3{font-size:24px;letter-spacing:-1px;margin-bottom:12px}.comfort-items p{font-size:14px}.host{display:grid;grid-template-columns:44% 46%;gap:10%;align-items:center}.host-photo{position:relative;padding:8px;border:1px solid #ffffff30;border-radius:28px;transform:rotate(-2deg);transition:transform .7s var(--ease)}.host-photo:hover{transform:rotate(0)}.host-photo img{width:100%;aspect-ratio:1;filter:grayscale(1);border-radius:21px}.host-signature{display:flex;justify-content:space-between;gap:12px;padding:21px 18px 13px;font-size:11px;letter-spacing:1px}.host-signature span:last-child{color:#909090;font-size:9px}.host-copy h2{margin:23px 0 30px;font-size:clamp(40px,4.1vw,61px)}.host-copy>p:not(.eyebrow){font-size:16px;margin:0 0 20px}.text-link{display:inline-flex;gap:35px;border-bottom:1px solid #ffffff60;padding-bottom:9px;color:#fff;font-size:14px;margin-top:10px}.text-link:hover{border-color:#fff}.location{display:grid;grid-template-columns:52% 48%;margin:0 4%;border-radius:28px;overflow:hidden;border:1px solid #ffffff2e;background:#1b1b1b}.location>figure{position:relative;min-height:600px;margin:8px;border-radius:21px;overflow:hidden}.location figure img{position:absolute;inset:0;width:100%;height:100%;filter:saturate(.5)}.location figcaption{position:absolute;bottom:25px;left:25px;right:25px;color:white;padding:14px 16px;background:#1118;backdrop-filter:blur(10px);border:1px solid #ffffff55;border-radius:10px;font-size:10px;letter-spacing:1.4px}.location-copy{padding:70px 11%}.location-copy h2{margin:22px 0 30px;font-size:clamp(38px,3.6vw,55px)}.location-copy>p{font-size:15px}.location-facts{display:flex;gap:45px;margin:30px 0}.location-facts>div{display:flex;flex-direction:column;gap:8px}.location-facts strong{font-size:35px;font-weight:500;letter-spacing:-2px;color:#fff}.location-facts span{font-size:12px;color:var(--muted);line-height:1.7}.location-copy p.small{font-size:12px;line-height:1.7;margin-top:19px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.steps article{border:1px solid #ffffff26;border-radius:20px;padding:30px;background:#181818;transition:background .25s}.steps article:hover{background:#232323}.steps article>span{font-size:13px;color:#888}.steps h3{font-size:24px;margin:26px 0 15px;letter-spacing:-1px}.steps p{font-size:15px;max-width:340px}.faq{padding-top:0;display:grid;grid-template-columns:38% 62%}.faq h2{margin:24px 0}.faq>div>p:not(.eyebrow){font-size:15px}.questions{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;list-style:none;gap:20px;padding:26px 0;font-size:16px}summary::-webkit-details-marker{display:none}summary:after{content:'+';font-size:22px;font-weight:400;border:1px solid #ffffff40;border-radius:50%;width:32px;height:32px;flex-shrink:0;display:grid;place-items:center;line-height:1;transition:transform .35s}details[open] summary:after{transform:rotate(45deg)}details p{font-size:15px;line-height:1.9;padding:0 40px 25px 0;animation:fade .4s}.contact-banner{margin:0 4% 90px;background:#efefed;color:#111;padding:70px 60px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:28px}.contact-banner .eyebrow{color:#676765}.contact-banner h2{font-size:clamp(40px,4.2vw,65px);margin-top:24px}.contact-banner em{color:#737370}.contact-banner .button{background:#111;color:#fff;border-color:#111;flex-shrink:0}.contact-banner .button:hover{background:#333}footer{padding:0 4% 28px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 0 45px}.footer-top p{font-size:13px}.footer-top>div>a{font-size:15px}.footer-bottom{border-top:1px solid var(--line);padding-top:25px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#999}.footer-bottom>div{display:flex;gap:25px}.footer-bottom a:hover{color:white}.footer-disclaimer{font-size:11px;margin-top:24px;max-width:850px}.whatsapp-float{position:fixed;bottom:23px;right:23px;z-index:9;background:#f4f4f4;color:#111;display:flex;gap:9px;align-items:center;padding:13px 19px;border-radius:40px;box-shadow:0 4px 25px #0005;font-size:13px;border:1px solid #555;transition:transform .35s}.whatsapp-float svg{width:23px;height:23px}.whatsapp-float:hover{transform:translateY(-4px)}dialog{width:min(1050px,95vw);max-height:94dvh;padding:7px;border:1px solid #ffffff40;border-radius:25px;background:#161616;color:#fff;overflow:auto}dialog::backdrop{background:#000c;backdrop-filter:blur(16px)}dialog[open]{animation:dialog-in .4s var(--ease)}body:has(dialog[open]){overflow:hidden}.gallery-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px}.gallery-header h2{font-size:25px;letter-spacing:-1px}.gallery-close{background:#ffffff0d;border:1px solid #ffffff30;border-radius:30px;font-size:13px;padding:9px 15px;color:#fff}.gallery-stage{position:relative;background:#0c0c0c;border-radius:17px;overflow:hidden}.gallery-stage img{width:100%;height:60dvh;object-fit:contain;transition:opacity .2s}.gallery-stage img.changing{opacity:.15}.gallery-prev,.gallery-next{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border:1px solid #ffffff70;border-radius:50%;background:#1118;backdrop-filter:blur(10px);color:#fff;font-size:22px}.gallery-prev:hover,.gallery-next:hover{background:#fff;color:#111}.gallery-prev{left:16px}.gallery-next{right:16px}.gallery-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px 6px}.gallery-bottom p{font-size:13px;letter-spacing:2px}.gallery-bottom .button{padding:12px 20px}.gallery-note{padding:10px 20px 16px;font-size:11px}.legal{max-width:860px;margin:80px auto 100px;padding:0 25px}.legal h1{font-size:56px;letter-spacing:-3px;margin-bottom:25px}.legal h2{font-size:26px;margin:35px 0 15px;letter-spacing:-1px}.legal p,.legal li{font-size:16px;line-height:1.9}.legal a{text-decoration:underline;text-underline-offset:4px;color:#fff}.legal .eyebrow{margin-bottom:20px}.legal .updated{font-size:13px;margin-bottom:40px}.legal-back{display:inline-block;margin:30px 4% 0;font-size:14px}.legal .button{margin-top:30px;text-decoration:none;color:#111}.reveal-pending{opacity:0;transform:translateY(25px);transition:opacity .9s var(--ease),transform 1s var(--ease)}.reveal-pending.revealed{opacity:1;transform:translateY(0)}.host-photo.reveal-pending.revealed{transform:rotate(-2deg)}.hero-showcase.paused .hero-stamp{animation-play-state:paused}.hero-showcase.paused .hero-slide img{transition:none;transform:none}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fade{from{opacity:0}to{opacity:1}}@keyframes dialog-in{from{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:none}}
@media(min-width:1800px){body{max-width:2000px;margin:auto}.hero-slide{height:700px}}
@media(max-width:1100px){.header nav{gap:24px}.hero h1{font-size:7.5vw}.hero-title-row{gap:25px}.hero-aside{min-width:245px}.hero-slide{height:530px}.room-info{padding:20px 12px 12px}.room-info h3{font-size:22px}.room-description{min-height:100px}.room-book{font-size:12px}.comfort{gap:7%;padding:65px 5%}.comfort-items h3{font-size:22px}.location-copy{padding:45px 9%}.contact-banner{padding:50px 35px}.contact-banner .button{font-size:12px;gap:15px}.steps article{padding:24px}.intro-strip{gap:15px}.intro-strip>span:before{margin-right:10px}}
@media(max-width:760px){html{scroll-padding-top:95px}.header{height:80px;padding:0 5%}.brand-name{font-size:8px;letter-spacing:2px}.brand-name>span{font-size:14px}.monogram{font-size:28px;border-radius:9px;padding:9px 12px 9px 7px}.brand{gap:12px}.menu-toggle{display:flex;gap:12px;background:none;border:1px solid #ffffff40;border-radius:30px;color:white;padding:9px 14px;font-size:12px}.header nav{display:none;position:absolute;top:80px;left:0;right:0;background:#171717;padding:25px 5%;box-shadow:0 20px 30px #0006;align-items:stretch;border-bottom:1px solid #444}.header nav.open{display:flex;flex-direction:column;gap:22px;animation:fade .25s}.nav-contact{align-self:flex-start}.hero{padding:28px 5% 0}.hero-topline>.eyebrow:first-child{display:none}.hero-topline .eyebrow{font-size:9px;letter-spacing:1.5px}.coordinate-mark{font-size:15px}.hero-title-row{display:block;padding:28px 0 28px}.hero h1{font-size:clamp(45px,10.8vw,79px);letter-spacing:-.065em;line-height:1.13}.hero-aside{min-width:0;margin-top:25px;display:flex;justify-content:space-between;align-items:center;gap:15px}.hero-aside p{font-size:12px;line-height:1.8}.hero .button{margin:0;font-size:11px;padding:13px 15px;gap:12px;max-width:170px;line-height:1.5}.hero .button>span{font-size:19px}.hero-showcase{border-radius:23px;padding:5px}.hero-track{border-radius:18px}.hero-slide{height:480px;border-radius:18px}.hero-slide img{object-position:54% center}.hero-slide figcaption{left:23px;bottom:105px;right:20px}.hero-slide figcaption>span{font-size:8px;letter-spacing:1.6px}.hero-slide strong{font-size:31px;letter-spacing:-1.3px;max-width:270px;line-height:1.15}.hero-slide figcaption p{font-size:11px;max-width:240px;line-height:1.6}.hero-stamp{width:88px;height:88px;top:23px;right:23px}.hero-stamp>span{font-size:24px}.hero-stamp p{font-size:6px;letter-spacing:1px}.hero-controls{bottom:25px;left:27px;right:23px;gap:10px;align-items:center}.slide-dots{gap:5px}.slide-dots button{width:13px}.slide-dots button.active{width:29px}.slide-counter{display:none}.slide-actions{gap:6px}.slide-actions button{width:34px;height:34px;font-size:16px}.slide-actions #hero-pause{font-size:12px}.hero-bottomline{gap:20px;padding:20px 0}.hero-bottomline p{font-size:8px;letter-spacing:1px;max-width:160px}.hero-bottomline a{font-size:10px}.hero-bottomline a span{margin-left:6px}.intro-strip{margin:30px 5% 0;display:grid;grid-template-columns:1fr 1fr;padding:25px 0;gap:12px}.intro-strip p{grid-column:span 2;font-size:25px;margin-bottom:7px}.intro-strip>span{font-size:10px}.intro-strip>span:before{display:none}.section{padding:70px 5%}.section-heading{display:block;margin-bottom:35px}.section-heading h2{font-size:clamp(34px,8.5vw,55px);margin-top:20px}.section-heading>p{margin-top:24px;font-size:14px}.room-grid{display:block}.room-card{margin-bottom:25px;border-radius:22px}.room-photo,.room-card:nth-child(-n+2) .room-photo{aspect-ratio:1.05}.room-info{padding:22px 15px 14px}.room-info h3{font-size:25px;min-height:0}.room-meta{font-size:11px}.room-description{min-height:0;font-size:14px}.room-book{font-size:12px;padding-bottom:5px}.booking-note{margin-top:23px;text-align:left;font-size:11px}.eyebrow{font-size:10px;letter-spacing:1.7px}.button{font-size:13px;padding:15px 22px}.comfort{display:block;margin:0 5%;padding:40px 25px;border-radius:24px}.comfort h2{font-size:37px}.comfort-intro>p:last-child{font-size:14px}.comfort-items{margin-top:37px}.comfort-items article{gap:17px;padding:23px 0}.comfort-items article>span{width:30px;height:30px;font-size:10px}.comfort-items h3{font-size:21px}.comfort-items p{font-size:13px}.host{display:block}.host-photo{max-width:420px;margin:0 auto 50px}.host-copy h2{font-size:40px}.host-copy>p:not(.eyebrow){font-size:15px}.location{display:block;margin:0 5%;border-radius:24px}.location>figure{min-height:0;height:350px;border-radius:18px}.location-copy{padding:35px 25px 40px}.location-copy h2{font-size:37px}.location figcaption{font-size:8px;left:15px;right:15px;bottom:15px}.location-facts{gap:35px}.location-facts strong{font-size:31px}.location-copy p.small{font-size:11px}.booking .button{margin-top:27px}.steps{display:block}.steps article{margin-top:16px;padding:25px}.steps h3{margin-top:15px;font-size:23px}.steps p{font-size:14px;max-width:none}.faq{display:block;padding-top:0}.faq h2{font-size:44px}.questions{margin-top:35px}summary{font-size:14px;padding:22px 0}summary:after{width:28px;height:28px;font-size:20px}details p{font-size:14px;padding-right:20px}.contact-banner{margin:0 5% 55px;padding:35px 25px;display:block;border-radius:24px}.contact-banner h2{font-size:34px;line-height:1.14}.contact-banner .button{margin-top:28px;font-size:12px;padding:15px;gap:12px}.footer-top{display:block}.footer-top>p,.footer-top>div{margin-top:27px}.footer-bottom{flex-wrap:wrap;gap:17px;font-size:11px}.footer-bottom>span:last-child{display:none}.footer-disclaimer{margin-bottom:60px;font-size:10px}.whatsapp-float{bottom:17px;right:17px;padding:12px}.whatsapp-float span{display:none}dialog{border-radius:21px;padding:5px}.gallery-header{padding:12px}.gallery-header h2{font-size:21px}.gallery-close{font-size:12px;padding:7px 12px}.gallery-stage img{height:52dvh}.gallery-bottom{padding:14px 12px}.gallery-bottom .button{font-size:12px;padding:11px 15px}.gallery-note{padding:0 12px 14px;font-size:10px}.legal{margin-top:35px}.legal h1{font-size:38px;letter-spacing:-1.5px}.legal h2{font-size:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal-pending{opacity:1;transform:none}.hero-slide img{transform:none!important}}
.brand-logo-frame{display:block;position:relative;width:260px;height:68px;overflow:hidden}.brand-logo{position:absolute;width:290px;height:auto;max-width:none;left:-17px;top:-55px;filter:brightness(0) invert(1)}.footer-top .brand-logo-frame{width:290px;height:78px}.footer-top .brand-logo{width:322px;left:-19px;top:-61px}@media(max-width:760px){.brand-logo-frame{width:202px;height:55px}.brand-logo{width:227px;left:-14px;top:-43px}.footer-top .brand-logo-frame{width:260px;height:68px}.footer-top .brand-logo{width:290px;left:-17px;top:-55px}}
/* Mobile navigation and native photo gestures */
html,body{max-width:100%;overflow-x:clip;touch-action:manipulation;overscroll-behavior-x:none}button,a,summary{touch-action:manipulation}.header nav .nav-contact,.faq .text-link{background:#f5f5f3;color:#111;border:1px solid #fff;border-radius:30px;padding:13px 21px;font-weight:700}.hero-aside{min-width:0}.hero-title-row{align-items:center}.hero-aside p{font-size:16px}.hamburger{width:20px;display:flex;flex-direction:column;gap:5px}.hamburger i{display:block;height:1.5px;width:20px;background:currentColor}.menu-toggle{min-width:44px;min-height:44px;justify-content:center}.photo-strip{display:flex;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior:contain;touch-action:pan-x;-webkit-overflow-scrolling:touch;transform:none!important;transition:none!important}.photo-strip::-webkit-scrollbar{display:none}.photo-slide,.hero-slide{flex:0 0 100%;min-width:0;scroll-snap-align:center;scroll-snap-stop:always;position:relative;overflow:hidden;isolation:isolate}.photo-blur{position:absolute!important;inset:-10%!important;width:120%!important;height:120%!important;object-fit:cover!important;filter:blur(24px) brightness(.65)!important;z-index:0;pointer-events:none;transform:none!important}.photo-main{position:relative!important;width:100%!important;height:100%!important;object-fit:contain!important;z-index:1;filter:none!important;transform:none!important;pointer-events:none}.room-photo{aspect-ratio:1.12;isolation:isolate}.room-strip{height:100%;cursor:pointer}.room-strip .photo-slide{height:100%}.room-number{z-index:3;pointer-events:none}.room-photo-controls{position:absolute;bottom:12px;left:12px;right:12px;z-index:4;display:flex;align-items:center;gap:8px;justify-content:space-between;pointer-events:none}.room-photo-controls>*{pointer-events:auto}.room-photo-count{font-size:11px;color:white;background:#1119;padding:5px 9px;border-radius:15px;backdrop-filter:blur(8px)}.photo-button,.room-pause{position:static;inset:auto;width:auto;border:1px solid #ffffff70;background:#111b;color:white;backdrop-filter:blur(12px);font-size:11px;padding:10px 13px;border-radius:25px;line-height:1.5;min-height:40px}.room-pause{font-size:10px}.hero-showcase{padding:0;border:0}.hero-track{border-radius:23px}.hero-slide{border-radius:0}.hero-slide:after{z-index:2;pointer-events:none}.hero-slide figcaption{z-index:3;pointer-events:none}.hero-controls{pointer-events:none}.hero-controls button{pointer-events:auto}.slide-actions button{width:auto;height:38px;padding:0 12px;border-radius:24px;font-size:11px!important}.slide-actions{gap:7px}.slide-dots button{min-height:44px}.hero-slide figcaption{bottom:90px}.host-photo{transform:none!important}.host-photo img{filter:none;image-rendering:auto}.host-photo:hover{transform:none}.room-card:hover{transform:none}.gallery-stage{background:transparent;min-height:0;flex:1;overflow:hidden}.gallery-strip{height:100%}.gallery-strip .photo-slide{height:100%}.gallery-stage img{height:100%;max-height:100%;object-fit:contain}.gallery-stage .photo-blur{max-height:none}.gallery-open{position:fixed;width:100%;overflow:hidden!important;overscroll-behavior:none}dialog[open]{display:flex;flex-direction:column;height:min(850px,94dvh);overflow:hidden;overscroll-behavior:none}.gallery-header{flex:none}.gallery-bottom{flex:none;flex-wrap:wrap;padding:16px;gap:15px}.gallery-navigation{display:flex;align-items:center;gap:15px}.gallery-prev,.gallery-next{position:static;transform:none;width:auto;height:auto;border-radius:24px;font-size:12px;padding:9px 15px}.gallery-bottom p{font-size:12px;min-width:48px;text-align:center}.gallery-close{min-height:44px}.reveal-pending{opacity:1;transform:none}.hero-bottomline a{display:none}@media(max-width:760px){.hero-title-row{padding-bottom:28px}.hero-aside{display:block;margin-top:20px;padding:0}.hero-aside p{font-size:14px;line-height:1.9}.menu-toggle{padding:10px;border-radius:50%;border:0}.hero-controls{left:16px;right:16px;bottom:18px;gap:8px}.slide-actions{gap:4px}.slide-actions button{padding:0 8px;font-size:10px!important}.slide-dots button{width:8px}.slide-dots button.active{width:20px}.slide-dots{gap:4px}.hero-slide figcaption{left:22px;bottom:87px}.room-photo,.room-card:nth-child(-n+2) .room-photo{aspect-ratio:1}.hero-slide{height:440px}.host-photo{max-width:380px}.gallery-open{height:100dvh}dialog[open]{width:100%;max-width:100%;height:100dvh;max-height:100dvh;margin:0;border:0;border-radius:0;padding:max(8px,env(safe-area-inset-top)) 5px max(10px,env(safe-area-inset-bottom))}.gallery-stage{border-radius:12px}.gallery-bottom{justify-content:center;gap:12px}.gallery-navigation{justify-content:space-between;width:100%}.gallery-bottom .button{width:100%;justify-content:center}.gallery-header h2{font-size:20px}.gallery-strip .photo-main{object-fit:contain}.room-book{font-size:13px}.faq .text-link{font-size:14px;margin-top:20px}.hero-topline .coordinate-mark{display:none}}
.reviews{padding-bottom:30px}.reviews-strip{max-width:850px;margin:0 auto;border:1px solid #ffffff30;border-radius:24px;background:#1a1a1a}.review-card{flex:0 0 100%;scroll-snap-align:center;scroll-snap-stop:always;padding:38px 44px;min-width:0}.review-rating{font-size:24px;font-weight:600;color:white;letter-spacing:-1px}.review-rating span{font-size:10px;letter-spacing:1.7px;color:#999;margin-left:12px}.review-copy{font-size:21px;color:#e9e9e7;line-height:1.65;margin:22px 0 28px;min-height:105px}.review-author{display:flex;flex-direction:column;gap:4px}.review-author strong{font-size:15px}.review-author span{font-size:12px;color:#999}.review-card>a{display:inline-block;margin-top:18px;font-size:12px;text-decoration:underline;text-underline-offset:4px}.review-controls{display:flex;align-items:center;justify-content:center;gap:25px;margin-top:20px;font-size:12px}.review-controls button{border:1px solid #ffffff50;border-radius:25px;background:#222;color:white;padding:10px 18px}.review-controls span{color:#aaa}@media(max-width:760px){.review-card{padding:28px 25px}.review-copy{font-size:17px;min-height:190px}.review-rating{font-size:22px}.reviews{padding-bottom:0}.header nav{gap:22px}}
/* Unified photographic frames: clean crop in previews, entire photo when opened. */
.hero-slide .photo-main,.room-strip .photo-main{object-fit:cover!important;object-position:center!important}.hero-slide .photo-main{position:absolute!important;inset:0}.photo-blur{display:none!important}.gallery-strip .photo-slide{background:#191919}.gallery-strip .photo-main{object-fit:contain!important}.hero-bottomline{gap:24px;align-items:center;padding:24px 0}.hero-bottomline a.explore-apartments{display:inline-flex;font-size:14px;color:#111}.room-book{background:#f3f3ef;color:#151515;border:1px solid #fff;border-radius:28px;padding:13px 17px;margin-top:23px;justify-content:center;font-weight:700;font-size:13px;transition:background .2s}.room-book:hover{background:#dcdcd8}.reviews-strip{max-width:720px;background:linear-gradient(150deg,#252525,#151515);border-color:#ffffff24}.review-card{text-align:center;padding:33px 36px}.review-stars{display:flex;justify-content:center;gap:6px;color:#f3f3ec}.review-stars svg{height:19px;width:19px;fill:currentColor}.review-copy{font-size:clamp(23px,2.5vw,32px);font-weight:500;line-height:1.45;letter-spacing:-.7px;color:white;min-height:95px;margin:26px 0 22px;display:flex;align-items:center;justify-content:center}.review-author{gap:7px}.review-card>a{color:#ccc;font-size:12px;margin-top:22px}.reviews .section-heading{align-items:center}.reviews .section-heading h2{font-size:clamp(36px,4vw,57px)}@media(max-width:760px){.hero-slide{height:470px}.hero-bottomline{display:flex;flex-direction:column;align-items:stretch;gap:15px}.hero-bottomline p{max-width:none;text-align:center;font-size:9px}.hero-bottomline a.explore-apartments{justify-content:center;min-height:48px;font-size:14px}.review-card{padding:28px 24px}.review-copy{min-height:105px;font-size:24px}.review-author strong{font-size:15px}.room-book{padding:14px 17px;font-size:13px}.reviews .section-heading>p{font-size:13px}.photo-strip{scroll-behavior:auto}}
.hero .hero-bottomline .explore-apartments{max-width:none;margin:0;white-space:nowrap;justify-content:center}@media(max-width:760px){.hero .hero-bottomline .explore-apartments{width:100%;max-width:none}}
/* Let the browser choose the gesture axis; only the expanded gallery locks the page. */
.photo-strip{touch-action:manipulation;overscroll-behavior-x:contain;overscroll-behavior-y:auto}.gallery-strip{overscroll-behavior:contain}
/* Tactile pearl buttons, with an inset action indicator. */
.room-book,.hero .hero-bottomline .explore-apartments{position:relative;isolation:isolate;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:18px;background:linear-gradient(135deg,#fff 0%,#e6e6e0 58%,#fafaf7 100%);border:1px solid #ffffffc9;border-radius:17px;padding:9px 10px 9px 20px;min-height:57px;color:#191919;box-shadow:inset 0 1px 0 #fff,inset 0 -2px 0 #bcbcb880,0 4px 16px #0002;transition:transform .22s,box-shadow .3s,border-radius .3s}.cta-label{font-size:13px!important;line-height:1.5!important;font-weight:700;letter-spacing:-.2px;text-align:left}.cta-icon{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:11px;background:#1a1a1a;color:#f8f8f3;box-shadow:inset 0 1px 0 #ffffff35;transition:transform .35s,border-radius .35s}.cta-icon svg{width:19px;height:19px}.room-book:before,.explore-apartments:before{content:'';position:absolute;inset:-50% auto -50% -70%;width:45%;background:linear-gradient(90deg,transparent,#ffffffa0,transparent);transform:skewX(-25deg);pointer-events:none;transition:left .65s}.room-book:hover,.hero .hero-bottomline .explore-apartments:hover{background:linear-gradient(135deg,#fff,#e8e8e2);box-shadow:inset 0 1px 0 #fff,0 6px 22px #ffffff12;transform:translateY(-2px)}.room-book:hover:before,.explore-apartments:hover:before{left:130%}.room-book:hover .cta-icon,.explore-apartments:hover .cta-icon{transform:rotate(-7deg);border-radius:50%}.room-book:hover>span{transform:none}.room-book:active,.hero .hero-bottomline .explore-apartments:active{transform:translateY(1px) scale(.985);box-shadow:inset 0 2px 5px #0002}.review-details{border:0;margin:20px 0 0}.review-details summary{display:inline-flex;gap:12px;justify-content:center;padding:10px 0;font-size:12px;color:#ddd;text-decoration:underline;text-underline-offset:5px}.review-details summary:after{width:23px;height:23px;font-size:16px}.review-close-label{display:none}.review-details[open] .review-open-label{display:none}.review-details[open] .review-close-label{display:inline}.review-expanded{border-top:1px solid #ffffff20;margin-top:15px;padding-top:20px;text-align:left}.review-details .review-expanded p{padding:0;margin:0;font-size:14px;line-height:1.85;color:#c6c6c6;animation:none}.review-details .review-expanded .review-summary-label{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#999;margin-bottom:10px}.reviews-strip{align-items:flex-start}.review-card{height:auto}@media(max-width:760px){.room-book,.hero .hero-bottomline .explore-apartments{border-radius:15px;min-height:55px;padding-left:16px;gap:12px}.cta-label{font-size:12px!important}.hero .hero-bottomline .explore-apartments{justify-content:space-between}.review-expanded{padding-top:15px}.review-details .review-expanded p{font-size:14px}}
/* Original pill silhouette, with a quiet translucent finish. */
.room-book,.hero .hero-bottomline .explore-apartments{display:flex;justify-content:center;gap:0;min-height:52px;padding:14px 22px;border-radius:40px;background:linear-gradient(130deg,rgba(255,255,255,.87),rgba(230,230,225,.72));color:#151515;border:1px solid #ffffff9c;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:inset 0 1px 0 #ffffff9c,0 3px 12px #0001;transition:background .25s,transform .2s,box-shadow .25s}.cta-label{text-align:center;font-size:13px!important;font-weight:600}.room-book:before,.explore-apartments:before{display:none}.room-book:hover,.hero .hero-bottomline .explore-apartments:hover{background:linear-gradient(130deg,rgba(255,255,255,.94),rgba(239,239,234,.83));box-shadow:inset 0 1px 0 #fff,0 4px 15px #ffffff0c;transform:translateY(-1px)}.room-book:active,.hero .hero-bottomline .explore-apartments:active{transform:scale(.99)}.review-details summary:after{display:none}.review-details summary{gap:0}.review-expanded blockquote{margin:0;color:#ddd;font-size:15px;line-height:1.85;white-space:pre-line}.review-details[open]~*{animation:none}

/* Brighter translucent buttons with stronger lettering. */
.room-book,.hero .hero-bottomline .explore-apartments{background:linear-gradient(130deg,rgba(255,255,255,.97),rgba(249,249,246,.9));color:#080808;border-color:#fffffff0;box-shadow:inset 0 1px 0 #fff,inset 0 -1px 0 #ffffff80,0 3px 16px #ffffff0c}.room-book .cta-label,.explore-apartments .cta-label{color:#080808;font-weight:700}.room-book:hover,.hero .hero-bottomline .explore-apartments:hover{background:linear-gradient(130deg,#fff,rgba(252,252,249,.96));box-shadow:inset 0 1px 0 #fff,0 4px 20px #ffffff18}
/* Small decorative echo beneath the primary pill buttons. */
.room-book,.hero .hero-bottomline .explore-apartments{overflow:visible;margin-bottom:19px}.room-book:after,.hero .hero-bottomline .explore-apartments:after{content:'';position:absolute;left:50%;bottom:-13px;width:44px;height:5px;border-radius:40px;transform:translateX(-50%);background:linear-gradient(120deg,#ffffffa6,#ffffff38);border:1px solid #ffffff25;box-shadow:0 2px 9px #ffffff0c;pointer-events:none;transition:width .25s,opacity .25s}.room-book:hover:after,.hero .hero-bottomline .explore-apartments:hover:after{width:54px;opacity:.85}@media(prefers-reduced-motion:reduce){.room-book:after,.hero .hero-bottomline .explore-apartments:after{transition:none}}
