
:root{
  --bg:#ffffff;
  --soft:#ece7e1;
  --soft-2:#f6f3ef;
  --sand:#AB8A62;
  --sand-dark:#8e6f49;
  --sand-light:#c8ae8c;
  --text:#1f1a16;
  --muted:#6e665f;
  --line:#ded8d1;
  --footer:#1f1b18;
  --footer-2:#171412;
  --radius:24px;
  --shadow:0 18px 55px rgba(31,26,22,.10);
  --header-total:148px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Jost,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.65;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
h1,h2,h3,h4,.display{
  font-family:'Gilda Display',serif;
  font-weight:400;
  line-height:1.08;
  letter-spacing:.01em;
  margin:0 0 .85rem;
}
p{margin:0 0 1rem}
.container{width:min(1180px,calc(100% - 2rem));margin:0 auto}
.section{padding:7rem 0}
.eyebrow{
  display:inline-flex;align-items:center;gap:.55rem;
  font-size:.85rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;
  color:var(--sand);
}
.eyebrow::before{
  content:"";width:34px;height:1px;background:currentColor;opacity:.55;
}
.section-heading{max-width:700px;margin-bottom:2.7rem}
.section-heading p:last-child{color:var(--muted)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.65rem;
  min-height:50px;padding:.78rem 1.35rem;border-radius:999px;
  font-weight:600;letter-spacing:.01em;border:1px solid transparent;
  transition:transform .32s ease, box-shadow .32s ease, background-color .32s ease, color .32s ease, border-color .32s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn--book{
  background:var(--sand);color:#fff;
  box-shadow:0 12px 30px rgba(171,138,98,.22);
}
.btn--book:hover{
  background:var(--sand-dark);
  box-shadow:0 16px 38px rgba(142,111,73,.28);
}
.btn--ghost{
  background:#fff;border-color:rgba(171,138,98,.35);color:var(--text);
}
.btn--ghost:hover{border-color:var(--sand);color:var(--sand-dark)}

.site-header{
  position:sticky;top:0;z-index:200;background:#fff;
  transition:box-shadow .35s ease, transform .35s ease;
  will-change:transform;
}
.site-header.is-scrolled{box-shadow:0 16px 40px rgba(31,26,22,.08)}
.topbar{
  border-bottom:1px solid var(--line);
  background:#fff;
  max-height:48px;
  overflow:hidden;
  transition:max-height .35s ease, opacity .28s ease, border-color .28s ease;
}
.topbar__inner{
  min-height:47px;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
}
.topbar__item{
  display:inline-flex;align-items:center;gap:.55rem;
  color:var(--muted);font-size:.95rem;font-weight:500;
}
.topbar__item svg{width:16px;height:16px;fill:currentColor;opacity:.72}
.header-line{height:1px;background:var(--line)}
.nav-wrap{position:relative}
.main-nav{
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;
  min-height:100px;transition:min-height .35s ease, padding .35s ease;
}
.nav-links{display:flex;align-items:center;gap:1.5rem;list-style:none;padding:0;margin:0}
.nav-links a{
  position:relative;font-weight:500;color:var(--text);font-size:1rem;
}
.nav-links a::after{
  content:"";position:absolute;left:0;bottom:-8px;width:100%;height:1px;background:var(--sand);
  transform:scaleX(0);transform-origin:left;transition:transform .28s ease;
}
.nav-links a:hover::after,.nav-links a:focus-visible::after{transform:scaleX(1)}
.brand{
  justify-self:center;display:inline-flex;align-items:center;justify-content:center;
  transition:opacity .28s ease, transform .28s ease, visibility .28s ease;
  transform-origin:center center;
}
.brand img{height:72px;width:auto;object-fit:contain}
.nav-action{justify-self:end}
.menu-toggle{
  display:none;appearance:none;border:0;background:transparent;padding:0;margin:0;cursor:pointer;
  width:44px;height:44px;border-radius:999px;align-items:center;justify-content:center;
}
.menu-toggle__bars{display:grid;gap:5px}
.menu-toggle span{display:block;width:20px;height:2px;background:var(--text);border-radius:99px;transition:transform .28s ease, opacity .2s ease}
.mobile-menu{
  display:grid;gap:.3rem;position:absolute;left:0;right:0;top:calc(100% + 8px);
  background:rgba(255,255,255,.98);padding:.8rem;border-radius:20px;box-shadow:var(--shadow);
  opacity:0;visibility:hidden;transform:translateY(-10px);transition:.28s ease;
}
.mobile-menu a{padding:.9rem 1rem;border-radius:14px}
.mobile-menu a:hover{background:var(--soft-2)}
.mobile-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}

.site-header.is-scrolled .topbar{max-height:0;opacity:0;border-color:transparent}
.site-header.is-scrolled .main-nav{min-height:74px}
.site-header.is-scrolled .brand{opacity:0;visibility:hidden;transform:translateY(-6px) scale(.88);pointer-events:none}

.hero{
  position:relative;height:calc(100svh - var(--header-total));min-height:620px;
  overflow:hidden;background:#000;
}
.hero-slider,.hero-overlay,.hero-content{position:absolute;inset:0}
.hero-slider{transform:translate3d(0,0,0) scale(1.08);will-change:transform}
.hero-slide{
  position:absolute;inset:0;background-size:cover;background-position:center;
  opacity:0;transform:scale(1.03);transition:opacity 2.2s ease, transform 8s ease;
  will-change:opacity,transform;
}
.hero-slide.is-active{opacity:1;transform:scale(1)}
.hero-overlay{
  background:linear-gradient(180deg,rgba(18,15,12,.18),rgba(18,15,12,.34) 42%,rgba(18,15,12,.52));
}
.hero-content{
  z-index:2;display:flex;align-items:flex-end;
}
.hero-copy{
  max-width:760px;padding:0 0 4.2rem;
}
.hero .eyebrow{
  color:#fff;background:rgba(255,255,255,.13);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.18);padding:.58rem .9rem;border-radius:999px;
}
.hero .eyebrow::before{background:#fff}
.hero h1{
  color:#fff;font-size:clamp(3.1rem,6vw,5rem);max-width:10ch;margin-top:1.1rem;margin-bottom:1.2rem;
}
.hero-text{
  color:rgba(255,255,255,.92);font-size:clamp(1.02rem,2vw,1.22rem);max-width:650px;
}
.scroll-button{
  position:absolute;left:50%;bottom:1.7rem;transform:translateX(-50%);
  width:64px;height:64px;border-radius:999px;background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);
  display:grid;place-items:center;color:#fff;z-index:3;
  transition:transform .32s ease, background-color .32s ease, box-shadow .32s ease;
  animation:floatButton 2.8s ease-in-out infinite;
}
.scroll-button:hover{
  transform:translateX(-50%) translateY(-3px);
  background:rgba(171,138,98,.92);box-shadow:0 18px 35px rgba(0,0,0,.18)
}
.scroll-button svg{width:26px;height:26px;fill:currentColor}
@keyframes floatButton{
  0%,100%{transform:translateX(-50%) translateY(0)}
  50%{transform:translateX(-50%) translateY(7px)}
}

.about{background:#fff}
.about-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center;
}
.about-media{position:relative;min-height:560px}
.about-card{
  position:absolute;overflow:hidden;border-radius:28px;box-shadow:var(--shadow);will-change:transform;
}
.about-card img{width:100%;height:100%;object-fit:cover}
.about-card--tall{left:0;top:0;width:min(360px,64%);height:510px;}
.about-card--square{right:1rem;bottom:4rem;width:min(290px,48%);aspect-ratio:1/1;}
.about-copy p{color:var(--muted);max-width:560px}

.rooms{background:var(--soft)}
.rooms-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}
.room-card{
  display:flex;flex-direction:column;background:#fff;border-radius:24px;overflow:hidden;
  box-shadow:0 14px 38px rgba(31,26,22,.07);transition:transform .34s ease, box-shadow .34s ease;
}
.room-card:hover{transform:translateY(-7px);box-shadow:0 22px 48px rgba(31,26,22,.12)}
.room-card__image{aspect-ratio:1.1/.88;overflow:hidden}
.room-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .75s ease}
.room-card:hover .room-card__image img{transform:scale(1.06)}
.room-card__content{padding:1.35rem}
.room-card__content h3{font-size:1.55rem;margin-bottom:.55rem}
.room-card__desc{color:var(--muted);font-size:.98rem;margin-bottom:1rem}
.room-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem;padding:0;list-style:none}
.room-meta span{
  display:inline-flex;align-items:center;padding:.42rem .72rem;border-radius:999px;
  background:rgba(171,138,98,.11);color:var(--sand-dark);font-size:.86rem;font-weight:600;
}
.feature-icons{display:grid;grid-template-columns:1fr;gap:.75rem;list-style:none;padding:0;margin:0 0 1.25rem}
.feature-icons li{display:flex;align-items:center;gap:.72rem;color:var(--muted);font-weight:500}
.feature-icons svg{width:18px;height:18px;stroke:var(--sand);stroke-width:1.8;fill:none;flex:0 0 auto}
.readmore-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:.72rem 1.1rem;border-radius:999px;
  background:#f6f2ee;border:1px solid rgba(171,138,98,.24);
  color:var(--text);font-weight:600;transition:.3s ease;
}
.readmore-btn:hover{background:var(--sand);border-color:var(--sand);color:#fff}

.facilities{
  position:relative;min-height:690px;display:grid;place-items:center;
  overflow:hidden;color:#fff
}
.facilities .parallax-media{
  position:absolute;inset:-12% 0 -12% 0;background-size:cover;background-position:center;transform:translate3d(0,0,0) scale(1.08);will-change:transform;
}
.facilities::before{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,16,12,.48),rgba(20,16,12,.70));
}
.facilities-content{position:relative;z-index:1;text-align:center}
.facilities-content .eyebrow{color:#fff}
.facilities-content .eyebrow::before{background:#fff}
.facilities h2{font-size:clamp(2.3rem,5vw,4.1rem);max-width:10ch;margin:1rem auto 1rem}
.facilities-lead{max-width:560px;margin:0 auto;color:rgba(255,255,255,.84)}
.facilities-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;
  margin-top:2rem;
}
.facility-item{
  background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px);
  border-radius:22px;padding:1.35rem 1.1rem
}
.facility-icon{
  width:56px;height:56px;border-radius:50%;margin:0 auto .9rem;
  background:rgba(255,255,255,.12);display:grid;place-items:center
}
.facility-icon svg{width:24px;height:24px;stroke:#fff;stroke-width:1.7;fill:none}
.facility-item h3{
  font-family:Jost,system-ui,sans-serif;font-size:1.08rem;font-weight:600;margin-bottom:.35rem;
}
.facility-item p{margin:0;color:rgba(255,255,255,.78);font-size:.94rem}

.attractions{background:#f7f4f0}
.attractions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}
.attraction-card{
  display:flex;flex-direction:column;background:#fff;border-radius:24px;overflow:hidden;
  box-shadow:0 14px 36px rgba(31,26,22,.08);transition:transform .32s ease,box-shadow .32s ease;
}
.attraction-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(31,26,22,.12)}
.attraction-card__image{aspect-ratio:1.22/.85;overflow:hidden}
.attraction-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.attraction-card:hover .attraction-card__image img{transform:scale(1.05)}
.attraction-card__content{padding:1.2rem 1.25rem 1.3rem}
.attraction-card h3{font-size:1.4rem;margin-bottom:.45rem}
.attraction-card p{color:var(--muted);margin-bottom:1rem}
.attraction-link{
  display:inline-flex;align-items:center;gap:.5rem;color:var(--sand-dark);font-weight:600
}
.attraction-link svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none}

.site-footer{
  background:linear-gradient(180deg,var(--footer),var(--footer-2));color:rgba(255,255,255,.84)
}
.footer-shell{
  padding:4rem 0 1.5rem;display:grid;gap:2rem
}
.footer-main{
  display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center
}
.footer-branding img{height:78px;width:auto;margin-bottom:1rem}
.footer-branding p{max-width:470px;color:rgba(255,255,255,.68)}
.footer-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.2rem}
.footer-pill{
  display:inline-flex;align-items:center;gap:.65rem;padding:.85rem 1rem;border-radius:999px;
  border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.04)
}
.footer-pill svg{width:17px;height:17px;fill:currentColor;opacity:.8}
.footer-links-row{
  display:flex;align-items:center;justify-content:space-between;gap:1.2rem;flex-wrap:wrap;
  padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)
}
.footer-links{display:flex;flex-wrap:wrap;gap:1.2rem}
.footer-links a{color:rgba(255,255,255,.76)}
.footer-links a:hover{color:#fff}
.trust-icons{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}
.trust-icons a{
  width:46px;height:46px;border-radius:50%;display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.05);
  transition:transform .3s ease, background-color .3s ease, border-color .3s ease;
}
.trust-icons a:hover{transform:translateY(-3px);background:var(--sand);border-color:var(--sand)}
.trust-icons svg{width:20px;height:20px;fill:#fff}
.footer-bottom{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  color:rgba(255,255,255,.55);font-size:.94rem
}
.footer-bottom a{color:rgba(255,255,255,.75)}

.whatsapp-float{
  position:fixed;left:18px;bottom:18px;z-index:240;
  display:inline-flex;align-items:center;gap:.7rem;
  padding:.85rem 1rem .85rem .82rem;border-radius:999px;
  background:#25D366;color:#fff;box-shadow:0 16px 34px rgba(37,211,102,.30);
  transition:transform .32s ease, box-shadow .32s ease, padding .32s ease;
}
.whatsapp-float:hover{
  transform:translateY(-4px);box-shadow:0 22px 40px rgba(37,211,102,.34)
}
.whatsapp-float__icon{
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.15)
}
.whatsapp-float svg{width:22px;height:22px;fill:#fff}
.whatsapp-float__label{
  white-space:nowrap;font-weight:600;font-size:.98rem
}

.inner-hero{
  position:relative;min-height:52svh;display:grid;align-items:end;
  padding:4.5rem 0 2.8rem;background-size:cover;background-position:center;color:#fff
}
.inner-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,12,10,.28),rgba(15,12,10,.55))}
.inner-hero__content{position:relative;z-index:1}
.inner-hero__content h1{font-size:clamp(2.8rem,6vw,4.7rem);max-width:10ch}
.narrow{max-width:860px}
.room-detail-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:2rem;align-items:start}
.detail-list{list-style:none;padding:0;margin:1.2rem 0 1.5rem}
.detail-list li{position:relative;padding-left:1.35rem;color:var(--muted);margin-bottom:.7rem}
.detail-list li::before{content:"";position:absolute;left:0;top:.72rem;width:6px;height:6px;border-radius:50%;background:var(--sand)}
.detail-gallery{display:grid;gap:1rem}
.detail-gallery img{border-radius:22px;box-shadow:var(--shadow)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s ease, transform .9s ease}
.reveal.is-visible{opacity:1;transform:translateY(0)}

@media (max-width:1100px){
  .rooms-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:980px){
  .menu-toggle{display:inline-flex}
  .main-nav{grid-template-columns:auto 1fr auto;min-height:90px}
  .nav-links{display:none}
  .site-header.is-scrolled .main-nav{grid-template-columns:auto 1fr auto}
  .site-header.is-scrolled .brand{display:none}
  .nav-action{display:flex}
  .brand{justify-self:center}
  .brand img{height:64px}
  .about-grid,.footer-main,.room-detail-grid{grid-template-columns:1fr}
  .about-media{min-height:520px}
  .facilities-grid,.attractions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .section{padding:5.5rem 0}
  .topbar__inner{flex-direction:column;align-items:flex-start;justify-content:center;padding:.55rem 0}
  .topbar{max-height:74px}
  .main-nav{min-height:82px}
  .hero{min-height:540px}
  .hero-copy{padding-bottom:5rem}
  .hero h1{max-width:8ch}
  .about-card--tall{width:68%;height:430px}
  .about-card--square{width:42%;right:0;bottom:1rem}
  .rooms-grid,.facilities-grid,.attractions-grid{grid-template-columns:1fr}
  .footer-links-row,.footer-bottom{align-items:flex-start;flex-direction:column}
  .footer-actions{flex-direction:column;align-items:flex-start}
  .whatsapp-float__label{display:none}
  .whatsapp-float{padding:.8rem}
}
