:root{--ink:#14110f;--ink-2:#1c1815;--ink-3:#26201b;--cream:#f6f0e7;--cream-2:#efe6d8;--paper:#fbf7f0;--gold:#c29a55;--gold-soft:#d9bd8a;--gold-deep:#a87f3c;--bronze:#8c6a3f;--text-light:#ece4d7;--muted-light:#a99c89;--text-dark:#241f1a;--muted-dark:#6b6055;--line-light:rgba(236,228,215,.16);--line-dark:rgba(36,31,26,.14);--ff-display:"Cormorant Garamond",Georgia,serif;--ff-body:"Karla",-apple-system,"Segoe UI",sans-serif;--container:1240px;--pad:clamp(20px,5vw,40px);--r:14px;--ease:cubic-bezier(.22,.61,.36,1);--shadow:0 24px 60px -24px rgba(0,0,0,.55)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--ff-body);background:var(--ink);color:var(--text-light);line-height:1.65;font-size:17px;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,video,iframe{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:3px}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--pad)}.section{padding:clamp(72px,11vw,140px) 0}.section--dark{background:var(--ink);color:var(--text-light)}.section--cream{background:var(--cream);color:var(--text-dark)}.icon{width:1.25em;height:1.25em;flex:none}.kicker{font-size:.72rem;letter-spacing:.32em;text-transform:uppercase;font-weight:600;color:var(--gold-deep);margin-bottom:1.1rem;display:flex;align-items:center;gap:.8em}.kicker:before{content:"";width:34px;height:1px;background:currentColor;opacity:.7}.kicker--light{color:var(--gold-soft)}.section__title{font-family:var(--ff-display);font-weight:400;font-size:clamp(2.1rem,5.2vw,3.7rem);line-height:1.06;letter-spacing:-.01em}.section__title em{font-style:italic;color:var(--gold)}.section--cream .section__title em{color:var(--gold-deep)}.section__head{margin-bottom:clamp(2.5rem,5vw,4rem);max-width:760px}p{max-width:62ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6em;font-weight:600;font-size:.95rem;letter-spacing:.01em;padding:.95em 1.7em;border-radius:100px;transition:transform .25s var(--ease),background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease);will-change:transform;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn--lg{padding:1.1em 2.1em;font-size:1.02rem}.btn--gold{background:linear-gradient(135deg,var(--gold-soft),var(--gold));color:#231a0c;box-shadow:0 10px 30px -12px #c29a55b3}.btn--gold:hover{box-shadow:0 16px 38px -12px #c29a55d9}.btn--dark{background:var(--ink);color:var(--cream)}.btn--dark:hover{background:var(--ink-3)}.btn--outline-light{border:1px solid rgba(236,228,215,.45);color:var(--text-light)}.btn--outline-light:hover{background:var(--text-light);color:var(--ink);border-color:var(--text-light)}.btn--ghost-light{color:var(--text-light);opacity:.92}.btn--ghost-light:hover{color:var(--gold-soft)}.preloader{position:fixed;inset:0;z-index:200;background:var(--ink);display:grid;place-items:center;transition:opacity .7s ease,visibility .7s}.preloader__mark{font-family:var(--ff-display);font-size:3.4rem;color:var(--gold);width:88px;height:88px;border:1px solid var(--line-light);border-radius:50%;display:grid;place-items:center;animation:pulse 1.4s var(--ease) infinite}@keyframes pulse{0%,to{opacity:.45;transform:scale(.94)}50%{opacity:1;transform:scale(1)}}body.loaded .preloader{opacity:0;visibility:hidden}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .4s var(--ease),box-shadow .4s var(--ease),padding .4s var(--ease);padding:8px 0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-header.scrolled{background:#14110fd1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--line-light);padding:4px 0}.brand{display:inline-flex;align-items:center}.brand__logo{height:64px;width:auto;transition:height .4s var(--ease);filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}.site-header.scrolled .brand__logo{height:52px}.nav{display:flex;align-items:center;gap:2.4rem}.nav__list{display:flex;gap:2rem}.nav__link{font-size:.95rem;font-weight:500;color:var(--text-light);position:relative;padding:.3em 0;opacity:.88;transition:opacity .25s,color .25s}.nav__link:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:0;background:var(--gold);transition:width .3s var(--ease)}.nav__link:hover{opacity:1;color:var(--gold-soft)}.nav__link:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;gap:5px;width:44px;height:44px;align-items:center;justify-content:center}.nav-toggle span{width:24px;height:2px;background:var(--text-light);transition:.3s var(--ease)}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden;isolation:isolate}.hero__media{position:absolute;inset:-8% 0 0;z-index:-1}.hero__video{width:100%;height:116%;object-fit:cover}.hero__scrim{position:absolute;inset:0;background:linear-gradient(180deg,#14110f8c,#14110f26,#14110f8c 70%,#14110ff2),radial-gradient(120% 80% at 20% 90%,rgba(20,17,15,.7),transparent 60%)}.hero__content{padding-bottom:clamp(72px,12vh,140px);max-width:840px}.hero__title{font-family:var(--ff-display);font-weight:400;color:#fff;font-size:clamp(3rem,9vw,6.4rem);line-height:.98;letter-spacing:-.02em;text-shadow:0 4px 40px rgba(0,0,0,.4);margin-bottom:1.4rem}.hero__title em{font-style:italic;color:var(--gold-soft)}.hero__lead{font-size:clamp(1.05rem,2.2vw,1.32rem);color:#ece4d7eb;max-width:54ch;margin-bottom:2.2rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.9rem}.hero__scroll{position:absolute;left:50%;bottom:26px;transform:translate(-50%);z-index:2}.hero__scroll-line{display:block;width:1px;height:60px;background:linear-gradient(var(--gold-soft),transparent);position:relative;overflow:hidden}.hero__scroll-line:after{content:"";position:absolute;top:-60px;left:0;width:100%;height:60px;background:var(--gold-soft);animation:scrolldot 2.2s var(--ease) infinite}@keyframes scrolldot{0%{top:-60px}60%,to{top:60px}}.about{background:var(--cream);color:var(--text-dark)}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,6rem);align-items:center}.about__media{position:relative;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/5}.about__media img{width:100%;height:100%;object-fit:cover}.about__badge{position:absolute;left:18px;bottom:18px;background:#14110fc7;backdrop-filter:blur(8px);border:1px solid var(--line-light);border-radius:12px;padding:14px 18px;display:flex;align-items:center;gap:12px;color:var(--text-light)}.about__badge-num{font-family:var(--ff-display);font-size:2.1rem;color:var(--gold-soft);line-height:1}.about__badge-label{font-size:.78rem;line-height:1.3;color:var(--muted-light)}.about__text p{color:var(--muted-dark);margin-top:1.3rem}.about__text .section__title{color:var(--text-dark)}.about__stats{display:flex;gap:clamp(1.5rem,4vw,3rem);margin-top:2.4rem;flex-wrap:wrap}.about__stats li{display:flex;flex-direction:column}.about__stats strong{font-family:var(--ff-display);font-size:2.4rem;color:var(--gold-deep);line-height:1}.about__stats span{font-size:.82rem;letter-spacing:.05em;color:var(--muted-dark);text-transform:uppercase;margin-top:.3rem}.rooms__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2vw,1.6rem)}.room{background:var(--ink-2);border:1px solid var(--line-light);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;transition:transform .4s var(--ease),border-color .4s var(--ease),box-shadow .4s var(--ease)}.room:hover{transform:translateY(-6px);border-color:#c29a5580;box-shadow:var(--shadow)}.room__img{aspect-ratio:4/3;overflow:hidden}.room__img img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.room:hover .room__img img{transform:scale(1.06)}.room__body{padding:1.5rem 1.4rem 1.7rem;display:flex;flex-direction:column;gap:.7rem;flex:1;position:relative}.room__flag{position:absolute;top:-1.1rem;right:1.2rem;background:linear-gradient(135deg,var(--gold-soft),var(--gold));color:#231a0c;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.45em .9em;border-radius:100px}.room--feature{border-color:#c29a5566}.room__title{font-family:var(--ff-display);font-size:1.65rem;font-weight:500;color:var(--text-light)}.room__desc{font-size:.92rem;color:var(--muted-light);flex:1}.room__tags{display:flex;flex-wrap:wrap;gap:.4rem}.room__tags li{font-size:.72rem;color:var(--gold-soft);border:1px solid var(--line-light);border-radius:100px;padding:.3em .8em}.room__link{margin-top:.4rem;font-weight:600;font-size:.9rem;color:var(--gold-soft);transition:gap .25s,color .25s}.room__link:hover{color:var(--gold)}.story{position:relative;background:var(--ink)}.story__sticky{position:sticky;top:0;height:100svh;overflow:hidden}.story__media{position:absolute;inset:0}.story__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s var(--ease)}.story__video.is-active{opacity:1}.story__scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,17,15,.82) 0%,rgba(20,17,15,.35) 45%,transparent 75%)}.story__index{position:absolute;right:clamp(20px,5vw,60px);bottom:clamp(20px,6vh,60px);font-family:var(--ff-display);color:var(--gold-soft);display:flex;align-items:baseline;gap:.4rem}.story__index #storyIndex{font-size:clamp(3rem,8vw,5rem);line-height:1}.story__index-total{font-size:1.1rem;opacity:.7}.story__steps{position:relative;margin-top:-100svh;z-index:2;padding-bottom:8vh}.story__intro{padding-top:14vh;padding-bottom:8vh;min-height:46vh}.story__step{min-height:80vh;display:flex;align-items:center;padding-inline:var(--pad)}.story__card{max-width:440px;margin-left:clamp(0px,3vw,40px);background:#14110f8c;backdrop-filter:blur(6px);border:1px solid var(--line-light);border-radius:var(--r);padding:2rem 2.1rem}.story__num{font-family:var(--ff-display);font-size:1.4rem;color:var(--gold);display:block;margin-bottom:.4rem}.story__card h3{font-family:var(--ff-display);font-weight:500;font-size:clamp(1.8rem,4vw,2.6rem);color:#fff;margin-bottom:.7rem;line-height:1.05}.story__card p{color:#ece4d7d9;font-size:1.02rem}.container.story__intro{margin-inline:auto}.gallery{background:var(--ink)}.gallery__grid{columns:3;column-gap:clamp(.8rem,1.6vw,1.2rem)}.gallery__item{display:block;width:100%;margin-bottom:clamp(.8rem,1.6vw,1.2rem);break-inside:avoid;border-radius:10px;overflow:hidden;position:relative;background:var(--ink-2)}.gallery__item img{width:100%;height:auto;transition:transform .7s var(--ease),filter .4s var(--ease);filter:saturate(.96)}.gallery__item:after{content:"";position:absolute;inset:0;background:#14110f40;opacity:0;transition:opacity .4s}.gallery__item:hover img{transform:scale(1.05)}.gallery__item:hover:after{opacity:1}.amenities__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2.5rem,6vw,5.5rem);align-items:center}.amenities__media{border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:3/4}.amenities__media img{width:100%;height:100%;object-fit:cover}.amenities__text .section__title{color:var(--text-dark)}.amenities__text>p{color:var(--muted-dark);margin-top:1.2rem}.amenities__highlights{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0}.amenities__highlights li{display:flex;align-items:center;gap:.7rem;font-weight:600;color:var(--text-dark);font-size:.98rem}.amenities__highlights .icon{color:var(--gold-deep);width:1.5em;height:1.5em}.amenities__list{display:flex;flex-wrap:wrap;gap:.5rem .55rem;padding-top:1.6rem;border-top:1px solid var(--line-dark)}.amenities__list li{font-size:.82rem;color:var(--muted-dark);border:1px solid var(--line-dark);border-radius:100px;padding:.4em .9em;background:var(--paper)}.location__grid{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(2rem,5vw,4rem);align-items:stretch}.location__card{display:flex;flex-direction:column;justify-content:center}.location__card .section__title{color:var(--text-light)}.location__addr{display:flex;gap:.7rem;align-items:flex-start;margin:1.6rem 0 .6rem;font-size:1.08rem;color:var(--text-light)}.location__addr .icon{color:var(--gold-soft);margin-top:.2em}.location__note{color:var(--muted-light);font-size:.95rem;margin-bottom:2rem}.location__actions{display:flex;flex-wrap:wrap;gap:.8rem}.location__map{border-radius:var(--r);overflow:hidden;border:1px solid var(--line-light);min-height:360px;box-shadow:var(--shadow)}.location__map iframe{width:100%;height:100%;min-height:360px;border:0;filter:grayscale(.25) contrast(1.05)}.reviews{overflow:hidden}.reviews__head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap;max-width:100%}.reviews__summary{display:inline-flex;align-items:center;gap:.8rem;background:var(--paper);border:1px solid var(--line-dark);border-radius:100px;padding:.7rem 1.3rem;transition:transform .25s var(--ease),box-shadow .25s}.reviews__summary:hover{transform:translateY(-2px);box-shadow:0 12px 30px -16px #0000004d}.reviews__score{font-family:var(--ff-display);font-size:2rem;color:var(--text-dark);line-height:1}.reviews__stars{color:var(--gold);letter-spacing:.1em;font-size:1rem}.reviews__src{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--muted-dark);font-weight:600}.reviews__marquee{display:flex;flex-direction:column;gap:clamp(.9rem,1.6vw,1.3rem);margin:clamp(2rem,4vw,3.2rem) 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.reviews__row{display:flex;gap:clamp(.9rem,1.6vw,1.3rem);width:max-content;animation:marquee 64s linear infinite}.reviews__row--reverse{animation-direction:reverse}.reviews__marquee:hover .reviews__row{animation-play-state:paused}@keyframes marquee{to{transform:translate(-50%)}}.review-card{width:clamp(280px,80vw,360px);flex:none;background:var(--paper);border:1px solid var(--line-dark);border-radius:var(--r);padding:1.5rem 1.6rem;display:flex;flex-direction:column;gap:.8rem}.review-card__top{display:flex;align-items:center;gap:.8rem}.review-card__avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--gold-soft),var(--gold-deep));display:grid;place-items:center;font-family:var(--ff-display);font-size:1.3rem;color:#231a0c;flex:none}.review-card__name{font-weight:700;font-size:.95rem;color:var(--text-dark);line-height:1.1}.review-card__stars{color:var(--gold);font-size:.82rem;letter-spacing:.08em}.review-card__text{font-size:.92rem;color:var(--muted-dark);line-height:1.6;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.review-card__src{margin-top:auto;display:flex;align-items:center;gap:.4rem;font-size:.74rem;color:var(--muted-dark);opacity:.8}.reviews__foot{text-align:center;margin-top:1rem}.contact__inner{text-align:center;max-width:820px;margin-inline:auto}.contact__title{font-family:var(--ff-display);font-weight:400;font-size:clamp(2.3rem,6vw,4.2rem);line-height:1.04;color:#fff;margin:.4rem 0 1.2rem}.contact__title em{font-style:italic;color:var(--gold-soft)}.contact__lead{color:var(--muted-light);font-size:1.1rem;margin:0 auto 2.4rem}.contact__inner .kicker{justify-content:center}.contact__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3.4rem}.contact__details{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;border-top:1px solid var(--line-light);padding-top:2.4rem}.contact__details li{display:flex;flex-direction:column;gap:.3rem;text-align:center}.contact__label{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-soft)}.contact__details a{color:var(--text-light);transition:color .25s}.contact__details a:hover{color:var(--gold-soft)}.footer{background:#0f0d0b;color:var(--muted-light);padding:clamp(3.5rem,6vw,5rem) 0 2rem}.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1.2fr;gap:2.5rem}.footer__logo{height:34px;width:auto;margin-bottom:1.2rem}.footer__brand p{font-size:.92rem;max-width:38ch;color:var(--muted-light)}.footer__social{display:flex;gap:.7rem;margin-top:1.4rem}.footer__social a{width:42px;height:42px;border:1px solid var(--line-light);border-radius:50%;display:grid;place-items:center;color:var(--text-light);transition:.3s var(--ease)}.footer__social a:hover{background:var(--gold);color:var(--ink);border-color:var(--gold);transform:translateY(-2px)}.footer h4{font-family:var(--ff-display);font-weight:500;font-size:1.3rem;color:var(--text-light);margin-bottom:1.1rem}.footer__nav,.footer__contact{display:flex;flex-direction:column;gap:.7rem}.footer__nav a,.footer__contact a{font-size:.92rem;transition:color .25s}.footer__nav a:hover,.footer__contact a:hover{color:var(--gold-soft)}.footer__bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:3rem;padding-top:1.6rem;border-top:1px solid var(--line-light);font-size:.8rem;color:var(--muted-light)}.footer__credit a{color:var(--gold-soft);font-weight:600;transition:color .25s}.footer__credit a:hover{color:var(--gold)}.mobile-bar{position:fixed;left:10px;right:10px;bottom:10px;z-index:90;display:none;gap:8px;background:#14110fe6;backdrop-filter:blur(14px);border:1px solid var(--line-light);border-radius:16px;padding:8px;box-shadow:0 -8px 30px #0006}.mobile-bar__btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;border-radius:11px;font-size:.7rem;font-weight:600;color:var(--text-light);transition:background .25s}.mobile-bar__btn .icon{width:1.4em;height:1.4em}.mobile-bar__btn--wa{background:linear-gradient(135deg,#25d366,#128c4f);color:#fff}.mobile-bar__btn:not(.mobile-bar__btn--wa):active{background:var(--ink-3)}.lightbox{position:fixed;inset:0;z-index:150;background:#0c0a09f0;display:none;align-items:center;justify-content:center;padding:4vw}.lightbox.open{display:flex;animation:fade .3s ease}@keyframes fade{0%{opacity:0}to{opacity:1}}.lightbox__img{max-width:92vw;max-height:88vh;border-radius:8px;box-shadow:0 30px 80px #0009}.lightbox__close{position:absolute;top:18px;right:24px;font-size:2.4rem;color:var(--cream);line-height:1;width:48px;height:48px}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);font-size:2.6rem;color:var(--cream);width:56px;height:56px;background:#ffffff12;border-radius:50%;transition:background .25s}.lightbox__nav:hover{background:#ffffff2e}.lightbox__nav--prev{left:14px}.lightbox__nav--next{right:14px}.js .reveal{opacity:0;transform:translateY(34px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.js .reveal.is-visible{opacity:1;transform:none}.about__media img[data-parallax],.amenities__media img[data-parallax]{transform:scale(1.1)}.hero__video,.about__media img[data-parallax],.amenities__media img[data-parallax]{will-change:transform}@media(max-width:1024px){.rooms__grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.room__flag{top:1rem;right:1rem}.gallery__grid{columns:2}}@media(max-width:760px){body{font-size:16px}.nav{position:fixed;inset:0 0 0 auto;width:min(82vw,340px);flex-direction:column;justify-content:center;gap:2.2rem;background:#120f0df7;backdrop-filter:blur(18px);padding:3rem;transform:translate(100%);transition:transform .45s var(--ease);box-shadow:var(--shadow);align-items:flex-start}.nav.open{transform:none}.nav__list{flex-direction:column;gap:1.4rem}.nav__link{font-size:1.25rem;font-family:var(--ff-display)}.nav__cta{margin-top:1rem}.nav-toggle{display:flex;z-index:101}.about__grid{grid-template-columns:1fr;gap:2.5rem}.about__media{aspect-ratio:4/3;max-height:60vh}.amenities__grid{grid-template-columns:1fr;gap:2.5rem}.amenities__media{aspect-ratio:4/3}.amenities__highlights{grid-template-columns:1fr 1fr}.location__grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr;gap:2.5rem}.story__sticky{height:64svh}.story__steps{margin-top:-64svh}.story__intro{min-height:auto;padding-top:11vh;padding-bottom:6vh}.story__step{min-height:70vh}.story__card{margin-left:0;max-width:520px}.story__scrim{background:linear-gradient(180deg,#14110f33,#14110fb3 70%,#14110fe6)}.mobile-bar{display:flex}body{padding-bottom:78px}.reviews__row{animation-duration:48s}.contact__details{gap:1.6rem}}@media(max-width:460px){.rooms__grid{grid-template-columns:1fr}.gallery__grid{columns:1}.hero__actions .btn{flex:1}.about__stats{gap:1.4rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.js .reveal{opacity:1;transform:none}.reviews__row{animation:none;width:auto;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.reviews__marquee{-webkit-mask-image:none;mask-image:none;overflow-x:auto}.hero__video,.story__video{transform:none}.hero__scroll-line:after{display:none}}.page-hero{position:relative;min-height:52vh;display:flex;align-items:flex-end;padding:clamp(120px,18vh,180px) 0 clamp(2.5rem,5vw,4rem);background:var(--ink);color:var(--text-light);overflow:hidden}.page-hero__media{position:absolute;inset:0}.page-hero__media img{width:100%;height:100%;object-fit:cover}.page-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#14110f8c,#14110f59 45%,#14110feb)}.page-hero__content{position:relative;z-index:1}.page-hero__title{font-family:var(--ff-display);font-weight:400;font-size:clamp(2.2rem,5.6vw,4rem);line-height:1.05;letter-spacing:-.01em}.page-hero__title em{font-style:italic;color:var(--gold)}.page-hero__lead{margin-top:1rem;max-width:56ch;color:var(--muted-light);font-size:1.02rem}.page-hero--compact{min-height:38vh}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.5em;align-items:center;font-size:.78rem;letter-spacing:.06em;color:var(--muted-light);margin-bottom:1.2rem}.breadcrumbs a{color:var(--gold-soft);transition:color .25s}.breadcrumbs a:hover{color:var(--gold)}.breadcrumbs li{display:flex;gap:.5em;align-items:center}.breadcrumbs li+li:before{content:"·";opacity:.5}.rdetail__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}.rdetail__text p+p{margin-top:1rem}.rdetail__features{border:1px solid var(--line-light);border-radius:var(--r);padding:1.6rem 1.5rem;background:var(--ink-2);display:grid;grid-template-columns:1fr 1fr;gap:.75rem .9rem;align-content:start}.rdetail__features h3{grid-column:1/-1;font-family:var(--ff-display);font-weight:500;font-size:1.3rem;margin-bottom:.4rem;color:var(--text-light)}.rdetail__features ul{display:contents}.rdetail__features li{display:flex;align-items:center;gap:.55em;font-size:.9rem;color:var(--muted-light)}.rdetail__features li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold);flex:none}.rdetail__video{margin-top:clamp(2.5rem,5vw,4rem);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow)}.rdetail__video video{width:100%;aspect-ratio:16/9;object-fit:cover}.faq{max-width:760px}.faq details{border-bottom:1px solid var(--line-dark);padding:1.1rem 0}.section--dark .faq details{border-color:var(--line-light)}.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-weight:600;font-size:1.02rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-family:var(--ff-display);font-size:1.5rem;line-height:1;color:var(--gold-deep);transition:transform .3s var(--ease);flex:none}.faq details[open] summary:after{transform:rotate(45deg)}.faq details p{margin-top:.7rem;color:var(--muted-dark);font-size:.95rem}.section--dark .faq details p{color:var(--muted-light)}.cta-band{background:linear-gradient(135deg,var(--ink-2),var(--ink-3));border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light);padding:clamp(3rem,7vw,5.5rem) 0;text-align:center;color:var(--text-light)}.cta-band__title{font-family:var(--ff-display);font-weight:400;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.1}.cta-band__title em{font-style:italic;color:var(--gold)}.cta-band__lead{margin:.9rem auto 1.8rem;max-width:52ch;color:var(--muted-light)}.cta-band__actions{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}.room__link--page{margin-top:auto}@media(max-width:900px){.rdetail__grid{grid-template-columns:1fr}.page-hero{min-height:44vh}}.resform{max-width:720px;border:1px solid var(--line-light);border-radius:var(--r);background:var(--ink-2);padding:clamp(1.6rem,4vw,2.6rem)}.resform__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.resform__field{display:flex;flex-direction:column;gap:.45rem}.resform__field--full{grid-column:1/-1}.resform label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--gold-soft)}.resform input,.resform select{font-family:inherit;font-size:1rem;color:var(--text-light);background:var(--ink);border:1px solid var(--line-light);border-radius:10px;padding:.8em 1em;transition:border-color .25s;width:100%;color-scheme:dark}.resform input:focus,.resform select:focus{outline:none;border-color:var(--gold)}.resform__note{font-size:.85rem;color:var(--muted-light);margin-top:1rem}.resform .btn{margin-top:1.4rem;width:100%}.resform__alt{margin-top:1.2rem;text-align:center;font-size:.9rem;color:var(--muted-light)}.resform__alt a{color:var(--gold-soft);font-weight:600}.resform__alt a:hover{color:var(--gold)}@media(max-width:560px){.resform__grid{grid-template-columns:1fr}}.rdetail__video--portrait{max-width:420px;margin-inline:auto}.rdetail__video--portrait video{aspect-ratio:3/4}
