
:root{--bg:#fff;--ink:#171717;--muted:#666;--line:#e7e3dd;--card:#faf9f7}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.55 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
.header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);display:flex;justify-content:space-between;align-items:center;padding:12px 4vw;border-bottom:1px solid var(--line)}
.logo img{width:180px}.header nav{display:flex;gap:22px;align-items:center;font-size:14px}
.btn{display:inline-flex;background:#151515;color:#fff;border:1px solid #151515;border-radius:999px;padding:12px 20px;font-weight:700}.btn.small{padding:9px 14px;font-size:13px}
.hero{height:76vh;min-height:560px;position:relative;display:flex;align-items:end;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.62))}
.heroText{position:relative;color:white;padding:0 5vw 7vh;max-width:920px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:12px}.eyebrow.dark{color:#756e64}
h1,h2,h3{font-family:"Times New Roman", Times, serif;font-weight:400;letter-spacing:.02em}h1{font-size:clamp(54px,9vw,110px);line-height:.92;margin:.14em 0;text-transform:uppercase;letter-spacing:.06em}h2{font-size:clamp(34px,5vw,58px);line-height:1.05;margin:.25em 0 .5em}h3{font-size:25px;margin:.2em 0}
.subtitle{font-size:clamp(18px,2.2vw,28px);max-width:760px}
.facts{width:min(1180px,92vw);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}
.fact{padding:28px 22px;border-right:1px solid var(--line)}.fact:last-child{border-right:0}.fact b{font:500 29px Georgia,serif;display:block}.fact span{font-size:13px;color:var(--muted)}
.section{width:min(1180px,92vw);margin:auto;padding:88px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.split>img{aspect-ratio:4/3;object-fit:cover;border-radius:20px}.section p{color:#4d4943}.parking{margin-top:24px;padding:18px 20px;border-left:4px solid #171717;background:var(--card);font-weight:650}
.bedroomGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:34px}.bedroom{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.bedroomPhotos{display:grid;grid-template-columns:2fr 1fr;height:310px;gap:4px;background:#eee}.bedroomPhotos img{width:100%;height:100%;object-fit:cover}.bedroomPhotos img:first-child{grid-row:1/3}.bedroomPhotos.one{display:block}.bedroomPhotos.one img{height:310px}.bedroomText{padding:22px}.floor{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#746d62;font-weight:800}.bedroomText p{margin:.6em 0}.details{font-size:14px;color:var(--muted)!important}
.amenities{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.amenity{padding:16px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:650}
.featureWrap{background:#181818;color:#fff}.feature{width:min(1180px,92vw);margin:auto;padding:72px 0;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;border-bottom:1px solid #333}.feature:last-child{border-bottom:0}.featureImages{display:grid;grid-template-columns:2fr 1fr;gap:8px}.featureImages img{height:270px;width:100%;object-fit:cover;border-radius:12px}.featureImages img:first-child{grid-row:1/3;height:548px}.featureImages img:only-child{grid-column:1/3;grid-row:auto;height:420px}.feature p{color:#d4d4d4}
.rules{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:center}.rules img{border-radius:16px}
.gallery{columns:3 280px;column-gap:12px}.gallery img{width:100%;margin-bottom:12px;border-radius:12px;break-inside:avoid;cursor:zoom-in}
.booking{text-align:center;border-top:1px solid var(--line)}.booking img{width:280px;margin:0 auto 20px}
.lightbox{display:none;position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.92);align-items:center;justify-content:center;padding:30px}.lightbox.open{display:flex}.lightbox img{max-width:95vw;max-height:90vh;border-radius:10px}.lightbox button{position:absolute;top:20px;right:20px;border:0;background:#fff;width:42px;height:42px;border-radius:50%;font-size:25px}
@media(max-width:850px){.header nav a:not(.btn){display:none}.logo img{width:145px}.facts{grid-template-columns:repeat(2,1fr)}.fact{border-right:0}.split,.rules,.feature{grid-template-columns:1fr}.bedroomGrid{grid-template-columns:1fr}.amenities{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.hero{height:70vh;min-height:500px}.heroText{padding:0 20px 42px}.section{padding:60px 0}.amenities{grid-template-columns:1fr}.bedroomPhotos{height:230px}.bedroomPhotos.one img{height:230px}.featureImages{display:block}.featureImages img,.featureImages img:first-child,.featureImages img:only-child{height:auto;margin-bottom:8px}.logo img{width:125px}}

.heroText .subtitle{font-family:"Times New Roman", Times, serif;letter-spacing:.03em}

.featureImages:has(img:nth-child(4)){
  grid-template-columns:1fr 1fr;
  grid-template-rows:1fr 1fr;
}
.featureImages:has(img:nth-child(4)) img,
.featureImages:has(img:nth-child(4)) img:first-child{
  grid-row:auto;
  height:270px;
}


.neighbourhoodGallery{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:22px}.neighbourhoodGallery img{width:100%;height:210px;object-fit:cover;border-radius:14px;cursor:pointer}@media(max-width:900px){.neighbourhoodGallery{grid-template-columns:repeat(2,1fr)}.neighbourhoodGallery img{height:180px}}@media(max-width:520px){.neighbourhoodGallery{grid-template-columns:1fr}.neighbourhoodGallery img{height:auto}}
.headerActions{display:flex;align-items:center;gap:16px}.languagePicker{display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:999px;padding:7px 10px;background:#fff}.languagePicker select{border:0;background:transparent;font:inherit;font-size:13px;font-weight:700;outline:none;cursor:pointer;max-width:110px}@media(max-width:1050px){.header nav{gap:12px}.header nav a:not(.btn){display:none}}@media(max-width:620px){.header{padding:10px 3vw}.headerActions{gap:8px}.header nav .btn{display:none}.languagePicker{padding:6px 8px}.languagePicker select{max-width:88px}.logo img{width:120px}}

.btn.secondary{background:#fff;color:#151515;border-color:#151515}
.heroActions,.bookingActions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.bookingActions{justify-content:center}

.availability-section{border-top:1px solid var(--line)}.calendar-card,.direct-booking-box{max-width:820px;margin:24px auto 0;border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff}.calendar-toolbar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center}.calendar-title{text-align:center;font:500 26px Georgia,serif}.calendar-nav{border:1px solid var(--line);background:#fff;border-radius:50%;width:40px;height:40px;font-size:26px}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-top:8px}.calendar-weekdays div{text-align:center;font-size:12px;color:var(--muted)}.cal-day{min-height:56px;border:1px solid #e8e4df;border-radius:9px;padding:7px;background:#f5f8f2}.cal-day.unavailable{background:#f3e7e5;color:#7b2720}.cal-day.outside{opacity:.3}.calendar-legend{display:flex;gap:20px;margin-top:15px;font-size:13px}.calendar-status{margin-top:10px;color:var(--muted);font-size:13px}.date-pickers{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:15px 0}.date-pickers label{display:grid;gap:5px}.date-pickers input{padding:10px;border:1px solid #ccc;border-radius:8px}@media(max-width:600px){.date-pickers{grid-template-columns:1fr}.cal-day{min-height:46px;font-size:13px}}

/* Smoobu direct booking */
.smoobu-booking{border-top:1px solid var(--line)}
.smoobu-lead{max-width:760px}
.smoobu-placeholder{padding:28px;border:1px solid var(--line);border-radius:18px;background:#faf9f7;max-width:880px}
#smoobuIframeWrap{margin-top:26px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}
#smoobuBookingIframe{display:block;width:100%;min-height:850px;border:0;background:#fff}
@media(max-width:650px){#smoobuBookingIframe{min-height:1050px}}
