:root{
--green:#2c5530;--forest:#173526;--gold:#d4a853;--cream:#f8f6f3;--text:#253d2c;--muted:#546253;--line:#d9ddd2;--display:'Playfair Display',Georgia,serif;--body:Raleway,Arial,sans-serif}

*{
box-sizing:border-box}
html{
scroll-behavior:smooth;scroll-padding-top:24px}
body{
margin:0;background:var(--cream);font:400 16px/1.6 var(--body);color:var(--text);font-variant-numeric:lining-nums}
a{
color:inherit}
button{
font:inherit;cursor:pointer}
a,button{
-webkit-tap-highlight-color:transparent}
button:focus-visible,a:focus-visible,summary:focus-visible{
outline:3px solid var(--gold);outline-offset:5px}
svg{
display:block}
h1,h2,h3,p{
margin:0}
h1,h2,h3{
font-family:var(--display);font-weight:500}
h2{
font-size:clamp(28px,3vw,40px);line-height:1.24;letter-spacing:-.025em}
.section-wrap{
width:min(1120px,calc(100% - 96px));margin-inline:auto}
.eyebrow{
font-size:11px;line-height:1.7;font-weight:700;letter-spacing:.2em;color:#85642c;margin-bottom:14px}
.skip{
position:absolute;z-index:100;transform:translateY(-150%);background:var(--cream);padding:15px}
.skip:focus{
transform:none}
.header{
height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 4.5%;background:var(--cream);gap:24px}
.brand{
display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}
.brand svg{
width:42px;height:46px}
.brand b{
display:block;font:600 25px/1.2 var(--display);letter-spacing:-.03em}
.brand small{
display:block;font-size:8px;letter-spacing:1.4px;margin-top:4px;color:var(--muted)}
.header nav{
display:flex;align-items:center;gap:27px}
.header nav>a{
text-decoration:none;font-size:13px;font-weight:600;min-height:48px;display:flex;align-items:center}
.header nav>a:hover{
color:#8a6022}
.nav-book{
border-bottom:1px solid #a17e3c;color:var(--green)}
.nav-book span{
margin-left:9px}
.languages{
display:flex;gap:9px;font-size:12px}
.languages>a{
min-width:28px;min-height:44px;display:flex;align-items:center;text-decoration:none}
.languages>b,.languages>span{
align-self:center}
.languages>span{
color:#adad9d}
.menu-button{
display:none}
.hero{
position:relative;min-height:524px;display:flex;align-items:center;overflow:hidden;color:var(--cream);background:var(--forest)}
.hero-photo,.hero-shade{
position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 56%}
.hero-shade{
background:linear-gradient(90deg,rgba(13,36,23,.84) 0%,rgba(13,36,23,.64) 48%,rgba(13,36,23,.2) 100%)}
.hero-inner{
position:relative;width:min(1120px,calc(100% - 96px));margin-inline:auto;padding:60px 0 58px;z-index:1}
.hero .eyebrow{
color:#ebca87;font-size:11px}
.hero h1{
font-size:clamp(46px,5.3vw,68px);line-height:1.14;letter-spacing:-.035em}
.hero-tagline{
font:400 clamp(23px,2.7vw,33px)/1.3 var(--display);color:#edcd8d;margin:7px 0 22px}
.hero-description{
font-size:16px;line-height:1.85;max-width:570px;color:#f4f2e9}
.hero-actions{
display:flex;align-items:center;gap:28px;margin-top:29px}
.button{
display:inline-flex;align-items:center;justify-content:space-between;gap:27px;min-height:52px;padding:12px 21px;border:1px solid transparent;border-radius:3px;font-size:14px;font-weight:700;text-decoration:none;transition:background .18s,color .18s}
.gold{
background:var(--gold);color:var(--forest)}
.gold:hover{
background:#e4ba68}
.button-arrow{
font-size:23px;line-height:1}
.hero-link{
min-height:48px;display:flex;align-items:center;gap:14px;font-size:14px;font-weight:600;text-underline-offset:7px;text-decoration-thickness:1px}
.hero-note{
margin-top:16px;font-size:12px;color:#e0e4d8}
.hero-location{
position:absolute;z-index:2;right:4.5%;bottom:35px;display:grid;grid-template-columns:25px auto;column-gap:7px;font-size:13px;text-decoration:none;line-height:1.7}
.hero-location>svg{
width:20px;grid-row:span 2;stroke:#f3d89b;fill:none;stroke-width:1.7}
.hero-location>span{
font-size:11px;color:#ede5d3}
.welcome-strip{
padding:24px 5%;display:flex;justify-content:center;gap:5%;border-bottom:1px solid var(--line);background:#efeee6}
.welcome-strip p{
display:flex;align-items:center;gap:7px;font-size:13px;flex-wrap:wrap}
.welcome-strip svg{
width:23px;height:23px;fill:none;stroke:#6c774f;stroke-width:1.5;margin-right:4px}
.dot{
padding-inline:1px}
.stays{
padding-top:76px;padding-bottom:65px}
.section-heading{
display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:30px}
.section-heading>p{
font-size:14px;color:var(--muted);max-width:330px;line-height:1.8}
.stay-tabs{
display:grid;grid-template-columns:repeat(5,1fr);border-block:1px solid var(--line);margin-bottom:32px}
.stay-tabs button{
background:none;border:0;border-bottom:3px solid transparent;padding:16px 9px;color:var(--muted);text-align:left;font-size:15px;font-weight:650;min-height:76px}
.stay-tabs small{
font-weight:400;display:block;font-size:12px;margin-top:4px}
.stay-tabs button[aria-selected=true]{
border-bottom-color:#ab8139;color:var(--green);background:#edede3}
.stay-tabs button:hover{
background:#efeee8}
.stay-layout{
display:grid;grid-template-columns:minmax(250px,.85fr) 1fr;gap:64px;align-items:center}
.stay-image-wrap{
position:relative;max-width:440px;background:#e5e3d5}
.stay-image-wrap>img{
display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center 55%}
.photo-label{
position:absolute;bottom:16px;left:16px;background:#f8f6f3ed;padding:7px 12px;font-size:10px;font-weight:700;letter-spacing:.12em}
.stay-copy h3{
font-size:37px;line-height:1.25;letter-spacing:-.02em}
.stay-description{
font-size:16px;line-height:1.85;color:var(--muted);margin-top:18px;max-width:410px}
.stay-capacity{
margin-top:23px;padding:17px 0;border-block:1px solid var(--line);font-size:14px;font-weight:600}
.stay-copy ul{
list-style:none;padding:0;margin:21px 0 27px;color:var(--muted);font-size:14px;line-height:2.25}
.stay-copy li::before{
content:'✓';color:#8e742f;font-size:12px;margin-right:10px}
.green{
background:var(--green);color:var(--cream)}
.green:hover{
background:var(--forest)}
.stay-booking>p{
font-size:12px;color:var(--muted);margin-top:12px}
.suite-note{
border-top:1px solid var(--line);margin-top:29px;padding-top:17px;font-size:12px;color:var(--muted)}
.location-section{
background:#eeeee5;padding-block:70px}
.location-layout{
display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}
.location-intro>p:not(.eyebrow){
margin:23px 0;font-size:15px;line-height:1.8;max-width:370px;color:var(--muted)}
.text-link{
display:inline-flex;align-items:center;gap:20px;min-height:48px;text-decoration:none;border-bottom:1px solid #a39162;font-weight:600;font-size:14px}
.destination-list>a{
display:grid;grid-template-columns:29px 1fr 16px;gap:15px;align-items:center;padding:22px 0;border-bottom:1px solid #d2d6c9;text-decoration:none}
.destination-list>a:first-child{
border-top:1px solid #d2d6c9}
.destination-number{
font-size:11px;color:#826c3b}
.destination-list h3{
font-size:21px;line-height:1.3}
.destination-list p{
font-size:13px;color:var(--muted);margin-top:5px}
.destination-list>a>span:last-child{
font-size:20px;color:#8a733d}
.cm-app-invite{
margin-block:66px;display:flex;align-items:center;gap:30px;background:var(--forest);padding:35px 38px;color:var(--cream)}
.app-mark{
flex:0 0 75px}
.app-mark svg{
width:75px;stroke:#d7b66e;stroke-width:1.5;fill:none}
.app-house{
fill:#d4a853;stroke:#d4a853}
.app-copy{
flex:1}
.app-copy>.eyebrow{
color:#e0bc78;margin-bottom:10px;font-size:10px}
.app-copy h2{
font-size:28px;line-height:1.3}
.app-copy>p:last-child{
margin-top:12px;max-width:570px;font-size:14px;color:#d9e0d3}
.outline{
border-color:#9ba58b;color:var(--cream);white-space:nowrap;font-size:13px}
.outline:hover{
background:#284c38}
.faq{
display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;padding-bottom:80px}
.faq>div>p:not(.eyebrow){
margin-top:17px;color:var(--muted);font-size:15px}
.faq .text-link{
margin-top:10px}
.faq-items details{
border-bottom:1px solid var(--line);padding:18px 0}
.faq-items details:first-child{
border-top:1px solid var(--line)}
.faq-items summary{
display:flex;justify-content:space-between;gap:20px;align-items:center;min-height:30px;cursor:pointer;list-style:none;font-size:15px;font-weight:600}
.faq-items summary::-webkit-details-marker{
display:none}
.faq-items summary::after{
content:'+';font-size:23px;color:#897441}
.faq-items details[open] summary::after{
content:'−'}
.faq-items details>p{
margin-top:15px;color:var(--muted);font-size:14px;line-height:1.85}
footer{
background:#e6e7dc}
.footer-main{
display:grid;grid-template-columns:1.4fr 1fr .8fr;gap:38px;padding-block:43px}
.footer-name{
font:500 30px/1.3 var(--display);margin-bottom:13px}
.footer-main p:not(.footer-name){
font-size:13px;color:var(--muted)}
.footer-heading{
font-size:12px!important;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--green)!important;margin-bottom:12px}
.footer-main a{
display:block;text-decoration:none;font-size:13px;line-height:2.4;min-height:32px}
.footer-bottom{
border-top:1px solid #cdd3c5;display:flex;justify-content:space-between;align-items:center;min-height:59px;font-size:11px;color:var(--muted)}

@media(max-width:1040px){
.header{
padding-inline:28px}
.header nav{
gap:17px}
.header nav>a{
font-size:12px}
.brand b{
font-size:23px}
.brand small{
font-size:7px}
.section-wrap,.hero-inner{
width:calc(100% - 64px)}
.hero-location{
display:none}
.welcome-strip{
gap:24px}
.welcome-strip p{
font-size:12px}
.location-layout,.faq{
gap:45px}
.stay-layout{
gap:40px}
.cm-app-invite{
gap:22px;padding:30px}
.app-mark{
display:none}
}

@media(max-width:760px){
html{
scroll-padding-top:15px}
.section-wrap,.hero-inner{
width:calc(100% - 40px)}
.header{
height:78px;padding:0 20px;position:relative;z-index:10}
.brand{
gap:7px}
.brand svg{
width:33px;height:37px}
.brand b{
font-size:23px}
.brand small{
font-size:6.8px;letter-spacing:.85px}
.menu-button{
display:flex;flex-direction:column;justify-content:center;gap:6px;border:0;background:none;min-width:48px;min-height:48px;align-items:center;color:var(--green)}
.menu-button span{
display:block;width:23px;height:1.5px;background:currentColor}
.header nav{
display:none;position:absolute;top:78px;left:0;right:0;padding:10px 24px 22px;background:var(--cream);border-bottom:1px solid var(--line);box-shadow:0 15px 20px #132d2610;align-items:stretch;gap:0}
.header nav.open{
display:flex;flex-direction:column}
.header nav>a{
min-height:49px;font-size:15px}
.header .languages{
margin-top:12px}
.hero{
min-height:0}
.hero-inner{
padding:38px 0 36px}
.hero-photo{
object-position:52% 50%}
.hero-shade{
background:linear-gradient(90deg,rgba(13,36,23,.86),rgba(13,36,23,.48))}
.hero .eyebrow{
font-size:9px;letter-spacing:.15em;margin-bottom:13px}
.hero h1{
font-size:43px;line-height:1.13;letter-spacing:-.04em}
.hero-tagline{
font-size:24px;line-height:1.35;max-width:300px;margin:10px 0 17px}
.hero-description{
font-size:14px;line-height:1.7;max-width:330px}
.hero-description br{
display:none}
.hero-actions{
gap:16px;margin-top:24px;flex-wrap:wrap}
.hero-actions .button{
min-height:50px;padding:11px 16px;gap:20px}
.hero-link{
font-size:12px;gap:9px;min-height:48px}
.hero-note{
font-size:10px;line-height:1.6;max-width:320px;margin-top:13px}
.welcome-strip{
display:grid;grid-template-columns:1fr;padding:17px 20px;gap:9px}
.welcome-strip p{
font-size:12px;line-height:1.6;gap:6px}
.welcome-strip svg{
width:19px;height:19px;margin-right:6px}
.stays{
padding-top:40px;padding-bottom:35px}
.section-heading{
display:block;margin-bottom:22px}
.section-heading .eyebrow{
font-size:9px;margin-bottom:10px}
.section-heading h2{
font-size:30px;max-width:320px}
.section-heading>p{
font-size:13px;line-height:1.7;margin-top:14px;max-width:340px}
.section-heading>p>br{
display:none}
.stay-tabs{
grid-template-columns:repeat(6,1fr);row-gap:0;margin-bottom:22px}
.stay-tabs button{
grid-column:span 2;font-size:13px;padding:13px 8px;min-height:70px}
.stay-tabs small{
font-size:10px;line-height:1.4;margin-top:3px}
.stay-tabs button:nth-child(n+4){
grid-column:span 3}
.stay-layout{
grid-template-columns:1fr;gap:25px}
.stay-image-wrap{
max-width:none}
.stay-image-wrap>img{
aspect-ratio:4/4.8;object-position:center 53%}
.stay-copy h3{
font-size:29px}
.stay-copy .eyebrow{
font-size:9px;margin-bottom:9px}
.stay-description{
font-size:14px;line-height:1.8;margin-top:13px}
.stay-capacity{
margin-top:17px;padding:13px 0;font-size:13px}
.stay-copy ul{
font-size:13px;line-height:2;margin:15px 0 20px}
.stay-booking .button{
width:100%;font-size:13px;min-height:50px}
.stay-booking>p{
font-size:11px;line-height:1.7}
.suite-note{
font-size:11px;line-height:1.8;margin-top:23px}
.location-section{
padding-block:39px}
.location-layout,.faq{
grid-template-columns:1fr;gap:25px}
.location-intro h2{
font-size:30px}
.location-intro>p:not(.eyebrow){
font-size:14px;margin:17px 0 10px}
.location-intro .eyebrow{
font-size:9px}
.destination-list>a{
gap:9px;padding:18px 0;grid-template-columns:23px 1fr 16px}
.destination-list h3{
font-size:20px}
.destination-list p{
font-size:12px}
.cm-app-invite{
padding:26px;margin-block:35px;display:block}
.app-copy h2{
font-size:27px;line-height:1.3}
.app-copy>p:last-child{
font-size:13px;line-height:1.8}
.app-copy>.eyebrow{
font-size:8px}
.cm-app-invite .button{
margin-top:22px;min-height:49px}
.faq{
padding-bottom:40px}
.faq h2{
font-size:30px}
.faq .eyebrow{
font-size:9px}
.faq>div>p:not(.eyebrow){
font-size:14px}
.faq-items summary{
font-size:14px;line-height:1.6;min-height:35px}
.faq-items details>p{
font-size:13px}
.footer-main{
grid-template-columns:1fr;gap:27px;padding-block:32px}
.footer-name{
font-size:28px}
.footer-main a{
font-size:13px;min-height:40px}
.footer-bottom{
min-height:60px}
}

@media(max-width:360px){
.hero h1{
font-size:39px}
.hero-actions{
gap:9px}
.hero-actions .button{
padding-inline:12px;font-size:13px}
.hero-link{
font-size:11px}
.brand b{
font-size:21px}
.brand small{
font-size:6.2px}
.stay-tabs button{
font-size:12px}
.hero-tagline{
font-size:22px}
}

@media(prefers-reduced-motion:reduce){
html{
scroll-behavior:auto}
*,*::before,*::after{
transition:none!important}
.whatsapp-btn{
animation:none!important;opacity:1!important;transform:none!important}
}

@media(max-width:760px){
.languages>a{
min-width:48px;min-height:48px;justify-content:center}
.hero-description,.stay-description,.stay-capacity,.stay-copy ul,.location-intro>p:not(.eyebrow),.app-copy>p:last-child,.faq-items details>p{
font-size:15px}
.hero-note,.stay-booking>p,.suite-note{
font-size:13px}
.welcome-strip p,.section-heading>p,.destination-list p,.footer-main p:not(.footer-name),.footer-main a{
font-size:14px}
.stay-tabs small{
font-size:11px}
}


/* Existing shared app invitation, restyled only inside the home. */
.home-page .cm-app-invite {
    width: min(1120px, calc(100% - 96px));
    margin: 66px auto;
    border: 0;
    border-radius: 0;
    text-align: left;
    flex-wrap: nowrap;
}
.cm-app-invite > .app-mark { flex: 0 0 75px; }
.cm-app-invite > .app-copy { flex: 1 1 0; min-width: 0; }
.cm-app-invite .app-copy h2 { color: var(--cream); font: 500 28px/1.3 var(--display); }
.cm-app-invite .app-copy > p:last-child { color: #d9e0d3; }
.cm-app-invite .outline { border-color: #9ba58b; color: var(--cream); padding: 12px 21px; }
.cm-app-invite .outline:hover { background: #284c38; }
.stay-layout[hidden] { display: none; }
.stay-tabs:not([data-ready]) button:not([aria-selected="true"]) { cursor: default; }
.stay-dates { display: flex; width: fit-content; margin-top: 12px; }
.home-practical { padding-bottom: 52px; }
.home-practical > summary { min-height: 48px; cursor: pointer; font-weight: 600; }
.home-practical-content { max-width: 800px; padding-top: 24px; }
.home-practical-content h3 { font-size: 26px; margin: 28px 0 16px; }
.home-practical-content p, .home-practical-content li { color: var(--muted); margin-bottom: 16px; }
.home-practical-content a { overflow-wrap: anywhere; }
.footer-main a { overflow-wrap: anywhere; min-height: 44px; }
.faq-items summary { min-height: 48px; }
@media (max-width: 760px) {
    .home-page .cm-app-invite { width: calc(100% - 40px); margin: 45px auto; flex-wrap: wrap; }
    .cm-app-invite > .app-mark { flex: 0 0 58px; }
    .cm-app-invite > .app-copy { flex: 1 1 190px; }
    .cm-app-invite .app-copy h2 { font-size: 25px; }
    .cm-app-invite .app-copy > p:last-child { font-size: 15px; }
    .cm-app-invite .outline { min-height: 48px; width: 100%; }
    .header nav.open { max-height: calc(100dvh - 78px); overflow-y: auto; }
    .footer-main a { min-height: 48px; }
}
