:root{--teal-950:#08211f;--teal-900:#0b3d3a;--teal-800:#124b47;--teal-700:#1a615c;--gold:#c9a24b;--gold-light:#e4c47a;--sand:#f6efe4;--sand-dark:#ece1cd;--ink:#1c2422;--ink-soft:#4a5754;--white:#fff;--radius:16px;--grid-gap:clamp(.6rem,1.5vw,1.1rem);--shadow:0 20px 50px -20px #08211f59;--ff-head:"Playfair Display",serif;--ff-body:"Inter",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--ff-body);color:var(--ink);background:var(--sand);overflow-x:hidden}#root{overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:inherit}h1,h2,h3{font-family:var(--ff-head);line-height:1.15}.eyebrow{font-family:var(--ff-body);text-transform:uppercase;letter-spacing:.2em;color:var(--gold);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.preloader{z-index:9999;background:var(--teal-950);justify-content:center;align-items:center;transition:opacity .6s,visibility .6s;display:flex;position:fixed;inset:0}.preloader-logo{font-family:var(--ff-head);color:var(--sand);letter-spacing:.3em;opacity:.85;font-size:1.4rem}.preloader.hidden{opacity:0;visibility:hidden;pointer-events:none}.btn{letter-spacing:.03em;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 2rem;font-size:.9rem;font-weight:600;transition:transform .25s,box-shadow .25s,background .25s,color .25s;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn-primary{background:var(--gold);color:var(--teal-950)}.btn-primary:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 14px 30px -12px #c9a24b99}.btn-ghost{color:#fff;border-color:#fff9}.btn-ghost:hover{background:#ffffff1f;transform:translateY(-3px)}.btn-outline{border-color:var(--teal-800);color:var(--teal-900);background:0 0}.btn-outline:hover{background:var(--teal-900);color:var(--sand);transform:translateY(-3px)}#navbar{z-index:1000;padding:1.1rem 0;transition:background .35s,box-shadow .35s,padding .35s;position:fixed;top:0;left:0;right:0}#navbar.scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#08211fd9;padding:.7rem 0;box-shadow:0 10px 30px -15px #0006}.nav-inner{justify-content:space-between;align-items:center;max-width:1240px;margin:0 auto;padding:0 2rem;display:flex}.logo{align-items:center;gap:.6rem;display:flex}.logo img{object-fit:cover;border-radius:50%;width:38px;height:38px}.logo span{font-family:var(--ff-head);color:#fff;letter-spacing:.12em;font-size:1.05rem;font-weight:700}#navMenu{align-items:center;gap:2.2rem;display:flex}#navMenu a{color:#ffffffe6;letter-spacing:.02em;padding:.3rem 0;font-size:.88rem;font-weight:500;position:relative}#navMenu a:not(.nav-cta):after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}#navMenu a:not(.nav-cta):hover:after{width:100%}.nav-cta{background:var(--gold);border-radius:999px;padding:.6rem 1.3rem;color:var(--teal-950)!important;font-weight:700!important}.nav-cta:hover{background:var(--gold-light)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.nav-toggle span{background:#fff;width:24px;height:2px;transition:all .3s;display:block}.hero{justify-content:center;align-items:center;height:100vh;min-height:640px;display:flex;position:relative;overflow:hidden}.hero-slides{position:absolute;inset:0}.hero-slide{opacity:0;background-position:50%;background-size:cover;transition:opacity 1.8s;position:absolute;inset:0}.hero-slide.active{opacity:1}.hero-overlay{background:linear-gradient(#08211f8c 0%,#08211f59 45%,#08211fbf 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;color:#fff;max-width:780px;padding:0 1.5rem;position:relative}.hero-content .eyebrow{color:var(--gold-light)}.hero-content h1{color:#fff;margin-bottom:1.2rem;font-size:clamp(2.6rem,6vw,4.6rem);font-weight:700}.hero-content h1 span{color:var(--gold-light);font-style:italic}.hero-sub{color:#ffffffd9;max-width:560px;margin:0 auto 2.2rem;font-size:1.05rem;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.scroll-cue{z-index:2;border:2px solid #fff9;border-radius:20px;width:26px;height:42px;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-cue span{background:#fff;border-radius:2px;width:4px;height:8px;animation:1.8s infinite scrollcue;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scrollcue{0%{opacity:1;top:6px}to{opacity:0;top:22px}}.stats-strip{z-index:3;background:var(--white);border-radius:var(--radius);max-width:1000px;box-shadow:var(--shadow);grid-template-columns:repeat(4,1fr);margin:-3.2rem auto 0;padding:2rem 1rem;display:grid;position:relative}.stat{text-align:center;border-right:1px solid var(--sand-dark)}.stat:last-child{border-right:none}.stat strong{font-family:var(--ff-head);color:var(--teal-900);font-size:1.9rem;display:block}.stat span{letter-spacing:.05em;text-transform:uppercase;color:var(--ink-soft);font-size:.78rem}section{padding:clamp(4.5rem,9vw,8rem) clamp(1.25rem,4vw,2rem)}.section-head{text-align:center;max-width:640px;margin:0 auto clamp(2.5rem,5vw,4rem)}.section-head h2{color:var(--teal-950);font-size:clamp(2rem,4vw,2.8rem)}.section-sub{color:var(--ink-soft);margin-top:.8rem}.about{padding-top:8.5rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4.5rem;max-width:1200px;margin:0 auto;display:grid}.about-media{position:relative}.about-media img:first-child{border-radius:var(--radius);box-shadow:var(--shadow);object-fit:cover;width:100%;height:480px}.about-media-small{object-fit:cover;border-radius:var(--radius);border:6px solid var(--sand);width:180px;height:180px;box-shadow:var(--shadow);position:absolute;bottom:-2.2rem;right:-2rem}.about-copy h2{color:var(--teal-950);margin-bottom:1.2rem;font-size:clamp(1.9rem,3.4vw,2.5rem)}.about-copy p{color:var(--ink-soft);margin-bottom:1.1rem;line-height:1.8}.about-features{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.8rem;display:grid}.about-features div{color:var(--teal-900);background:var(--white);border-radius:12px;align-items:center;gap:.6rem;padding:.9rem 1rem;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 8px 22px -14px #00000040}.about-features span{font-size:1.2rem}.rooms{background:var(--white)}.room-block{max-width:1200px;margin:0 auto clamp(3.5rem,7vw,5.5rem)}.room-block:last-child{margin-bottom:0}.room-block-head{border-bottom:1px solid var(--sand-dark);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem;margin-bottom:clamp(1.5rem,3vw,2.2rem);padding-bottom:1.4rem;display:flex}.room-block-head h3{color:var(--teal-950);font-size:clamp(1.4rem,2.6vw,1.7rem)}.room-block-head p{color:var(--ink-soft);max-width:420px;font-size:.92rem}.room-gallery{gap:var(--grid-gap);grid-template-columns:repeat(4,1fr);display:grid}.room-gallery img{aspect-ratio:4/3;object-fit:cover;cursor:pointer;border-radius:12px;width:100%;transition:transform .5s,filter .5s}.room-gallery img:hover{filter:brightness(1.05);transform:scale(1.03)}.cafe{background:var(--teal-950);color:var(--sand)}.cafe-inner{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.cafe-copy .eyebrow{color:var(--gold-light)}.cafe-copy h2{color:#fff;margin-bottom:1.2rem;font-size:clamp(1.9rem,3.4vw,2.5rem)}.cafe-copy p{color:#f6efe4bf;margin-bottom:2rem;line-height:1.8}.cafe-copy .btn-outline{border-color:var(--gold);color:var(--gold-light)}.cafe-copy .btn-outline:hover{background:var(--gold);color:var(--teal-950)}.cafe-gallery{gap:var(--grid-gap);grid-template-columns:repeat(3,1fr);display:grid}.cafe-gallery img{aspect-ratio:4/3;object-fit:cover;cursor:pointer;border-radius:12px;width:100%;transition:transform .5s}.cafe-gallery img:hover{transform:scale(1.04)}.gallery-grid{gap:var(--grid-gap);grid-template-columns:repeat(3,1fr);max-width:1200px;margin:0 auto;display:grid}.gallery-grid img{aspect-ratio:4/3;object-fit:cover;cursor:pointer;border-radius:12px;width:100%;transition:transform .5s,filter .5s}.gallery-grid img:hover{filter:brightness(1.05);transform:scale(1.03)}.contact{background:var(--sand-dark)}.contact-copy-centered{text-align:center;max-width:560px;margin:0 auto}.contact-copy h2{color:var(--teal-950);margin-bottom:1rem;font-size:clamp(1.9rem,3.4vw,2.4rem)}.contact-copy p{color:var(--ink-soft);margin-bottom:1.6rem;line-height:1.7}.contact-list{text-align:left;margin-bottom:2rem;display:inline-block}.contact-list li{color:var(--ink);border-bottom:1px solid #0000000f;padding:.6rem 0;font-weight:500}.site-footer{background:var(--teal-950);color:#f6efe4b3;text-align:center;padding:3rem 1.5rem 2.2rem}.footer-logo{font-family:var(--ff-head);color:#fff;letter-spacing:.2em;margin-bottom:.8rem;font-size:1.1rem}.footer-inner p{margin-top:.4rem;font-size:.85rem}.footer-copy{opacity:.6;margin-top:1.2rem!important}.whatsapp-fab{z-index:900;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.6rem;transition:transform .25s;display:flex;position:fixed;bottom:1.8rem;right:1.8rem;box-shadow:0 12px 30px -10px #0006}.whatsapp-fab:hover{transform:scale(1.1)}.lightbox{z-index:2000;background:#08211ff0;justify-content:center;align-items:center;padding:2rem;display:none;position:fixed;inset:0}.lightbox.open{display:flex}.lightbox img{border-radius:8px;max-width:90vw;max-height:85vh;box-shadow:0 20px 60px #00000080}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2.2rem;line-height:1;position:absolute;top:1.5rem;right:2rem}[data-reveal]{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(36px)}[data-reveal].in-view{opacity:1;transform:translateY(0)}@media (width<=1024px){.about-grid,.cafe-inner{grid-template-columns:1fr;gap:2.5rem}.about-media-small{width:130px;height:130px;bottom:-1.5rem;right:1rem}.room-gallery,.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.nav-toggle{display:flex}#navMenu{background:var(--teal-950);flex-direction:column;justify-content:center;align-items:flex-start;gap:1.8rem;width:min(78vw,320px);height:100vh;padding:2rem 2.5rem;transition:right .4s;position:fixed;top:0;right:-100%}#navMenu.open{right:0}.nav-cta{align-self:flex-start}.stats-strip{grid-template-columns:repeat(2,1fr);gap:1.6rem;padding:1.8rem 1rem}.stat{border-right:none}.cafe-gallery{grid-template-columns:repeat(2,1fr)}.about-media img:first-child{height:320px}}@media (width<=560px){.about-features{grid-template-columns:1fr}}
