
:root{--gold:#c99a43;--cream:#fbf3e3;--ink:#111;--muted:#75634d;--charcoal:#090b0d;--line:#e6d5b8;--card:#fffaf0}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--cream);color:var(--ink)}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 48px));margin:auto}
.topbar{position:fixed;z-index:50;left:0;right:0;top:0;height:120px;background:rgba(9,11,13,.78);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.12)}.nav{height:120px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:14px;color:#fff;min-width:320px}.brand img{width:112px;height:112px;object-fit:contain;border-radius:50%;padding:3px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.45))}.brandText b{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:.16em;font-size:25px}.brandText span{display:block;color:#d9b569;font-size:11px;letter-spacing:.22em;text-transform:uppercase;margin-top:4px}.menu{display:flex;align-items:center;gap:24px;color:#fff;font-size:13px;letter-spacing:.09em;text-transform:uppercase}.menu a{opacity:.88;font-weight:400}.book{border:1px solid rgba(220,180,105,.75);padding:12px 18px;border-radius:999px;color:#e7c47f!important}
.hero{position:relative;height:85vh;min-height:610px;overflow:hidden;background:#000}.slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover;display:block}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.56),rgba(0,0,0,.28),rgba(0,0,0,.48));z-index:2}.heroText{position:absolute;z-index:4;left:clamp(32px,8vw,130px);bottom:18vh;max-width:740px;color:#fff}.eyebrow{text-transform:uppercase;letter-spacing:.28em;font-size:16px;color:#d8b56c;margin-bottom:16px}.hero h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(48px,6.6vw,88px);line-height:.98;margin:0 0 20px;text-shadow:0 8px 30px rgba(0,0,0,.45)}.hero p{font-size:20px;line-height:1.6;margin:0 0 28px;color:#fff5df;max-width:690px}.heroActions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-size:13px;letter-spacing:.12em;text-transform:uppercase}.btn.gold{background:#c99a43;color:#111}.btn.ghost{border:1px solid rgba(255,255,255,.55);color:#fff;background:rgba(0,0,0,.16)}.dots{position:absolute;z-index:5;left:clamp(32px,8vw,130px);bottom:70px;display:flex;gap:10px}.dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:transparent;cursor:pointer}.dot.active{background:#d8b56c;border-color:#d8b56c}
.factRibbon{background:#070707;color:#fff;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.facts{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.fact{padding:22px 18px;text-align:center;border-right:1px solid rgba(255,255,255,.12)}.fact:first-child{border-left:1px solid rgba(255,255,255,.12)}.fact b{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:22px;display:block;margin-bottom:6px}.fact span{display:block;color:#cdbb9a;font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.section{padding:82px 0}.sectionHead{text-align:center;margin-bottom:34px}.sectionHead .kicker{font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:#9c7830;margin-bottom:12px}.sectionHead h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:44px;line-height:1.05;margin:0 0 14px;color:#15120e}.sectionHead p{max-width:760px;margin:0 auto;color:#6d5c48;line-height:1.7;font-size:16px}
.roomsWrap{display:flex;flex-direction:column;gap:28px}.roomCard{display:grid;grid-template-columns:42% 1fr 250px;gap:28px;background:#fffaf0;border:1px solid var(--line);box-shadow:0 18px 55px rgba(43,30,14,.08);padding:18px;border-radius:24px}.mainPhoto{height:338px;border-radius:18px;overflow:hidden;background:#ddd;cursor:pointer;position:relative}.mainPhoto:after{content:'Click to view gallery';position:absolute;right:14px;bottom:14px;background:rgba(0,0,0,.58);color:#fff;padding:9px 12px;border-radius:999px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.mainPhoto img,.thumb img{width:100%;height:100%;object-fit:cover;display:block}.thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.thumb{height:64px;border-radius:10px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:#ddd}.thumb.active{border-color:#c99a43}.roomInfo{padding:10px 0}.roomInfo h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:31px;line-height:1.12;margin:0 0 12px}.summaryLine{font-size:14px;color:#856633;line-height:1.7;margin-bottom:16px;letter-spacing:.02em}.roomInfo p{color:#6d5c48;line-height:1.7;margin:0 0 16px}.amenities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;padding:0;margin:18px 0 0;list-style:none}.amenities li{color:#2b241a;font-size:14px}.amenities li:before{content:'✓';color:#9c7830;margin-right:8px}.rateBox{border-left:1px solid var(--line);padding:20px 0 20px 22px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.rateBox .label{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:#8b755b}.rateBox .price{font-family:Georgia,'Times New Roman',serif;font-size:36px;font-weight:400;margin:8px 0 2px}.rateBox .night{font-size:13px;color:#6d5c48;margin-bottom:20px}.rateBox .btn{background:#111;color:#fff;width:100%;padding:14px 18px}
.dining{background:#fff5e4;border-top:1px solid #ead8b9;border-bottom:1px solid #ead8b9}.diningLayout{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.diningHero{height:520px;border-radius:26px;overflow:hidden;box-shadow:0 20px 70px rgba(58,41,18,.12)}.diningHero img{width:100%;height:100%;object-fit:cover}.diningCopy h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:38px;line-height:1.08;margin:0 0 16px}.diningCopy p{color:#6d5c48;line-height:1.75;font-size:16px;margin:0 0 18px}.diningGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}.dishCard{position:relative;height:230px;border-radius:20px;overflow:hidden;background:#ddd;box-shadow:0 16px 42px rgba(44,31,14,.08)}.dishCard img{width:100%;height:100%;object-fit:cover;display:block}.dishCard:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.68))}.dishCard span{position:absolute;z-index:2;left:16px;right:16px;bottom:14px;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:20px;text-shadow:0 4px 18px rgba(0,0,0,.4)}.sourceNote{font-size:11px;color:#8b755b;text-align:center;margin-top:14px}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:100;display:none;align-items:center;justify-content:center;padding:80px 24px 30px}.lightbox.open{display:flex}.lightbox img{max-width:min(1120px,92vw);max-height:82vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 70px rgba(0,0,0,.6)}.lbClose,.lbNav{position:absolute;border:0;background:rgba(255,255,255,.14);color:#fff;border-radius:999px;cursor:pointer}.lbClose{right:30px;top:24px;width:44px;height:44px;font-size:28px}.lbNav{top:50%;transform:translateY(-50%);width:52px;height:52px;font-size:34px}.lbPrev{left:28px}.lbNext{right:28px}.lbCaption{position:absolute;bottom:18px;color:#e5d1a5;letter-spacing:.12em;text-transform:uppercase;font-size:12px}
@media(max-width:980px){.menu{display:none}.facts{grid-template-columns:repeat(2,1fr)}.roomCard{grid-template-columns:1fr}.rateBox{border-left:0;border-top:1px solid var(--line);padding:20px 0 0}.diningLayout{grid-template-columns:1fr}.diningGrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.topbar,.nav{height:92px}.brand img{width:78px;height:78px}.brandText b{font-size:18px}.hero{height:78vh;min-height:560px}.eyebrow{font-size:12px}.hero h1{font-size:44px}.hero p{font-size:16px}.facts{grid-template-columns:1fr}.sectionHead h2{font-size:34px}.thumbs{grid-template-columns:repeat(4,1fr)}.diningGrid{grid-template-columns:1fr}}

/* V4.5A Events & Celebrations */
.events{background:#fff8ed;padding:88px 0 96px;border-top:1px solid var(--line)}
.events .sectionHead{text-align:center;margin-bottom:34px}.events .sectionHead .kicker{color:var(--gold);letter-spacing:.22em;text-transform:uppercase;font-size:13px;font-weight:600}.events .sectionHead h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(34px,4vw,56px);margin:10px 0 12px;color:#172017}.events .sectionHead p{max-width:780px;margin:0 auto;color:var(--muted);line-height:1.7;font-size:16px}
.eventHero{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:stretch;margin-top:38px}.eventHeroImg{min-height:430px;border-radius:24px;overflow:hidden;box-shadow:0 22px 52px rgba(0,0,0,.16);position:relative}.eventHeroImg img{width:100%;height:100%;object-fit:cover;display:block}.eventHeroImg:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.45),rgba(0,0,0,.08) 55%,rgba(0,0,0,0))}.eventHeroCard{background:#101312;color:#fff;border-radius:24px;padding:44px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 22px 52px rgba(0,0,0,.18)}.eventHeroCard .mini{color:#d9b569;letter-spacing:.22em;text-transform:uppercase;font-size:12px;margin-bottom:16px}.eventHeroCard h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(30px,3.2vw,46px);line-height:1.08;margin:0 0 18px}.eventHeroCard p{color:#e9ddc7;line-height:1.75;margin:0 0 26px}.eventBullets{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:8px}.eventBullets span{border-top:1px solid rgba(217,181,105,.32);padding-top:12px;color:#f3e5c8;font-size:14px;letter-spacing:.02em}
.eventBlock{margin-top:70px}.eventBlockTitle{display:flex;justify-content:space-between;gap:22px;align-items:end;margin-bottom:22px}.eventBlockTitle h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(28px,3vw,42px);margin:0;color:#172017}.eventBlockTitle p{max-width:520px;margin:0;color:var(--muted);line-height:1.65}.eventGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.eventGrid.two{grid-template-columns:repeat(2,1fr)}.eventTile{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 28px rgba(80,50,10,.08)}.eventTile img{width:100%;height:270px;object-fit:cover;display:block}.eventTile.small img{height:250px}.eventTile .cap{padding:18px 20px}.eventTile .cap b{display:block;font-family:Georgia,'Times New Roman',serif;font-size:22px;font-weight:400;color:#172017;margin-bottom:6px}.eventTile .cap span{display:block;color:var(--muted);font-size:14px;line-height:1.55}
.retreatWrap{display:grid;grid-template-columns:1fr 1fr;gap:24px}.retreatCard{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 28px rgba(80,50,10,.08)}.retreatCard img{width:100%;height:315px;object-fit:cover;display:block}.retreatCard .inner{padding:26px}.retreatCard h4{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:28px;margin:0 0 10px;color:#172017}.retreatCard p{color:var(--muted);line-height:1.65;margin:0 0 18px}.activityChips{display:flex;flex-wrap:wrap;gap:10px}.activityChips span{border:1px solid #e0c493;background:#fff8ed;color:#5c4525;border-radius:999px;padding:9px 13px;font-size:13px}
.eventCTA{margin-top:68px;background:#101312;color:#fff;border-radius:28px;text-align:center;padding:48px 28px;box-shadow:0 22px 52px rgba(0,0,0,.16);position:relative;overflow:hidden}.eventCTA:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(201,154,67,.22),transparent 42%,rgba(201,154,67,.14));pointer-events:none}.eventCTA>*{position:relative}.eventCTA h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(30px,4vw,52px);margin:0 0 14px}.eventCTA p{margin:0 auto 24px;max-width:660px;color:#e9ddc7;line-height:1.7}.eventCTA .btns{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.eventCTA a{border:1px solid rgba(217,181,105,.7);border-radius:999px;padding:13px 22px;color:#f4d390;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.eventCTA a.primary{background:#c99a43;color:#111;border-color:#c99a43}
@media(max-width:900px){.eventHero,.retreatWrap{grid-template-columns:1fr}.eventGrid,.eventGrid.two{grid-template-columns:1fr}.eventBlockTitle{display:block}.eventBlockTitle p{margin-top:10px}.eventHeroCard{padding:30px}.eventBullets{grid-template-columns:1fr}.eventTile img,.eventTile.small img,.retreatCard img{height:240px}}


/* V4.6A additions */
.brand img{background:rgba(0,0,0,.10);border:1px solid rgba(220,180,105,.35);object-fit:cover!important;padding:0!important}
.gallerySection{background:#fffaf0;padding:86px 0;border-top:1px solid var(--line)}
.galleryGrid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:250px;gap:18px;margin-top:34px}.galleryTile{position:relative;overflow:hidden;border-radius:22px;background:#111;box-shadow:0 18px 45px rgba(0,0,0,.12)}.galleryTile.big{grid-row:span 2}.galleryTile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.galleryTile:hover img{transform:scale(1.06)}.galleryTile span{position:absolute;left:18px;bottom:16px;background:rgba(0,0,0,.55);color:#fff;padding:9px 13px;border-radius:999px;font-size:12px;letter-spacing:.09em;text-transform:uppercase}
.explore{padding:90px 0;background:linear-gradient(180deg,#fbf3e3,#fffaf0)}.exploreHero{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;margin-top:34px}.exploreHero img{width:100%;height:430px;object-fit:cover;border-radius:28px;box-shadow:0 24px 60px rgba(0,0,0,.16)}.exploreText{background:#fff;padding:34px;border:1px solid var(--line);border-radius:28px;box-shadow:0 20px 50px rgba(0,0,0,.06)}.exploreText h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:36px;margin:0 0 14px;color:#17261c}.exploreText p{color:#6d5d47;line-height:1.75}.exploreCards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}.exploreCard{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 14px 36px rgba(0,0,0,.07)}.exploreCard img{width:100%;height:190px;object-fit:cover;display:block}.exploreCard div{padding:20px}.exploreCard h4{margin:0 0 8px;font-family:Georgia,'Times New Roman',serif;font-size:23px;font-weight:400;color:#17261c}.exploreCard p{margin:0;color:#77654e;line-height:1.6;font-size:14px}
.contactSection{padding:88px 0;background:#0b0d0d;color:#fff}.contactWrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:stretch}.contactCard{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:28px;padding:36px}.contactCard .kicker{color:#d7b56d}.contactCard h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:42px;margin:8px 0 16px}.contactCard p{color:#d8d2c5;line-height:1.75}.contactBtns{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.contactBtns a{padding:13px 18px;border-radius:999px;background:#d6ad63;color:#111;font-weight:600}.contactBtns a.secondary{background:transparent;border:1px solid rgba(214,173,99,.8);color:#f1d394}.mapMock{min-height:360px;border-radius:28px;overflow:hidden;position:relative;background:#222}.mapMock img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.82)}.mapMock .mapLabel{position:absolute;left:24px;bottom:24px;background:rgba(0,0,0,.62);padding:16px 18px;border-radius:16px;color:#fff;max-width:370px}.mapLabel b{display:block;margin-bottom:4px;color:#f1d394}
@media(max-width:900px){.galleryGrid{grid-template-columns:1fr;grid-auto-rows:240px}.galleryTile.big{grid-row:span 1}.exploreHero,.contactWrap{grid-template-columns:1fr}.exploreCards{grid-template-columns:1fr}.menu{gap:12px;font-size:11px}.brand{min-width:auto}.brandText{display:none}.brand img{width:86px;height:86px}.topbar,.nav{height:92px}}

/* V4.6B targeted fixes */
.headerBook{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;background:#d6ad63;color:#121212;font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-size:12px;box-shadow:0 8px 22px rgba(0,0,0,.18);white-space:nowrap}
.headerBook:hover{transform:translateY(-1px);background:#e2bd78}
.brand img{object-fit:cover!important;padding:0!important;border-radius:50%!important;background:transparent!important;border:1px solid rgba(214,173,99,.55)!important;overflow:hidden!important}
.exploreCards{grid-template-columns:repeat(3,1fr)!important}.exploreCard img{height:210px!important}.exploreHero img{height:460px!important}
.contactSingle{max-width:940px}.contactHead{text-align:center;color:#fff}.contactHead h2{color:#fff}.contactHead p{color:#d8d2c5}.enquiryForm{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);border-radius:30px;padding:32px;box-shadow:0 28px 70px rgba(0,0,0,.24)}.formRow{display:grid;grid-template-columns:1fr 1fr;gap:18px}.enquiryForm label{display:block;color:#f5e8ca;font-size:13px;letter-spacing:.04em;margin-bottom:18px}.enquiryForm input,.enquiryForm select,.enquiryForm textarea{width:100%;margin-top:8px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.92);border-radius:14px;padding:13px 14px;font:inherit;color:#111;outline:none}.enquiryForm textarea{resize:vertical}.submitBtn{border:0;background:#d6ad63;color:#111;padding:14px 24px;border-radius:999px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.formNote{color:#bdb4a4;font-size:12px;margin:14px 0 0}.contactSection{padding:92px 0;background:#0b0d0d;color:#fff}.hero .dot{cursor:pointer}.hero .slide{transition:opacity 1s ease}
@media(max-width:1050px){.headerBook{padding:10px 14px;font-size:11px}.nav{gap:14px}.menu{gap:13px}.brand{min-width:auto}}
@media(max-width:760px){.headerBook{display:none}.formRow{grid-template-columns:1fr}.exploreCards{grid-template-columns:1fr!important}.exploreHero img{height:300px!important}.enquiryForm{padding:22px}}

/* V4.6C final polish */
.brand img{width:116px!important;height:116px!important;object-fit:cover!important;border-radius:50%!important;padding:0!important;background:transparent!important;border:1px solid rgba(214,173,99,.72)!important;overflow:hidden!important;display:block!important}
.contactSection{background:#050d11!important;color:#fff!important;padding:82px 0 90px!important}
.contactSingle{max-width:1020px!important;margin:auto!important}
.contactHead{text-align:left!important;margin-bottom:24px!important}
.contactHead .kicker{color:#d2a33f!important;letter-spacing:.18em!important}
.contactHead h2{font-family:Georgia,'Times New Roman',serif!important;font-size:44px!important;line-height:1.05!important;color:#fff!important;margin-bottom:12px!important}
.contactHead p{color:#b9b2a8!important;max-width:760px!important;margin-left:0!important}
.enquiryForm{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;max-width:920px!important;margin:0!important}
.formRow{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important}
.enquiryForm label{display:block!important;margin:0 0 18px!important;color:#bfb6aa!important;font-size:0!important;letter-spacing:0!important}
.enquiryForm input,.enquiryForm select,.enquiryForm textarea{width:100%!important;margin-top:0!important;background:#111b21!important;border:1px solid #2a343a!important;border-radius:0!important;color:#f6efe4!important;padding:18px 20px!important;font-size:18px!important;line-height:1.3!important;outline:none!important;box-shadow:none!important}
.enquiryForm input::placeholder,.enquiryForm textarea::placeholder{color:#8f8982!important;opacity:1!important}
.enquiryForm select{color:#c8c0b5!important}
.enquiryForm textarea{min-height:150px!important;resize:vertical!important}
.submitBtn{border:0!important;background:#d1a13b!important;color:#020202!important;border-radius:3px!important;padding:18px 34px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.10em!important;font-size:14px!important;cursor:pointer!important;min-width:220px!important}
.submitBtn:hover{background:#e0b65a!important;transform:translateY(-1px)!important}
.formNote{display:none!important}
.hero .slide{transition:opacity .9s ease!important}
@media(max-width:760px){.brand img{width:88px!important;height:88px!important}.formRow{grid-template-columns:1fr!important}.contactHead h2{font-size:34px!important}.enquiryForm input,.enquiryForm select,.enquiryForm textarea{font-size:16px!important}}


/* V4.6D About section */
.aboutSection{background:linear-gradient(135deg,#fff8eb 0%,#f7ead3 54%,#fff5e1 100%);padding:84px 0;border-bottom:1px solid rgba(201,154,67,.25)}
.aboutGrid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.aboutCopy .kicker{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:700;margin-bottom:12px}
.aboutCopy h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(34px,4vw,56px);line-height:1.05;margin:0 0 22px;color:#16100a}
.aboutCopy p{font-size:16px;line-height:1.78;color:#5f523f;margin:0 0 16px;max-width:650px}
.aboutCards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:28px}
.aboutCard{background:#fffaf0;border:1px solid rgba(201,154,67,.28);border-radius:22px;padding:20px;box-shadow:0 14px 34px rgba(38,25,8,.08)}
.aboutCard b{display:block;font-family:Georgia,'Times New Roman',serif;font-size:20px;font-weight:400;color:#1c1308;margin-bottom:8px}
.aboutCard span{display:block;font-size:14px;line-height:1.55;color:#6b5a44}
.aboutVisual{position:relative;min-height:480px;border-radius:34px;overflow:hidden;background:#101214;box-shadow:0 24px 60px rgba(38,25,8,.22)}
.aboutVisual:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(0,0,0,.14),rgba(0,0,0,.55)),radial-gradient(circle at 30% 20%,rgba(201,154,67,.38),transparent 35%),radial-gradient(circle at 76% 70%,rgba(255,255,255,.12),transparent 40%)}
.aboutVisualText{position:absolute;left:34px;right:34px;bottom:34px;color:#fff;z-index:2}.aboutVisualText .small{letter-spacing:.16em;text-transform:uppercase;color:#d8b46a;font-size:12px;margin-bottom:14px}.aboutVisualText h3{font-family:Georgia,'Times New Roman',serif;font-size:36px;line-height:1.12;font-weight:400;margin:0 0 14px}.aboutVisualText p{margin:0;color:rgba(255,255,255,.82);line-height:1.65}.aboutStats{position:absolute;top:30px;left:30px;right:30px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px;z-index:2}.aboutStat{background:rgba(255,250,240,.92);border:1px solid rgba(201,154,67,.45);border-radius:18px;padding:16px}.aboutStat strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:24px;color:#17110b;font-weight:400}.aboutStat span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#7c684d;margin-top:4px}
@media(max-width:900px){.aboutGrid{grid-template-columns:1fr}.aboutVisual{min-height:420px}.aboutCards{grid-template-columns:1fr}.aboutStats{grid-template-columns:1fr 1fr}.aboutSection{padding:62px 0}}

/* Sprint 1 UAT fixes: F1-F6, F9-F15 */
html{scroll-padding-top:112px!important}
section[id], .eventBlock[id], #enquiry{scroll-margin-top:112px!important}
.topbar,.nav{height:82px!important}
.brand img{width:75px!important;height:75px!important}
.brandText b{font-size:21px!important}.brandText span{font-size:10px!important}
.hero .dot,.dot{width:12px!important;height:12px!important;min-width:12px!important;min-height:12px!important;padding:0!important;border-radius:50%!important;aspect-ratio:1/1!important}
.eventCTA h3{font-family:Georgia,'Times New Roman',serif!important;font-weight:400!important}
.aboutVisualText .small{margin-top:14px!important;margin-bottom:14px!important;display:block!important}
.enquiryForm input,.enquiryForm select,.enquiryForm textarea{font-size:14px!important;padding:14px 16px!important}
.enquiryForm textarea{min-height:130px!important}

@media(max-width:980px){
  html{scroll-padding-top:128px!important}
  section[id], .eventBlock[id], #enquiry{scroll-margin-top:128px!important}
  .topbar{height:126px!important;overflow:visible!important}
  .nav{height:126px!important;display:grid!important;grid-template-columns:auto 1fr auto!important;grid-template-rows:66px 42px!important;gap:4px 10px!important;align-items:center!important;padding-top:4px!important}
  .brand{grid-column:1 / 3!important;min-width:0!important;gap:8px!important}
  .brand img{width:54px!important;height:54px!important;flex:0 0 54px!important}
  .brandText{display:block!important;min-width:0!important;color:#fff!important}
  .brandText b{font-size:14px!important;letter-spacing:.10em!important;white-space:nowrap!important}
  .brandText span{font-size:8px!important;letter-spacing:.12em!important;white-space:nowrap!important}
  .headerBook{grid-column:3!important;display:inline-flex!important;padding:8px 10px!important;font-size:9px!important;white-space:nowrap!important}
  .menu{grid-column:1 / 4!important;grid-row:2!important;display:flex!important;gap:16px!important;overflow-x:auto!important;white-space:nowrap!important;width:100%!important;font-size:10px!important;padding:6px 0 8px!important;scrollbar-width:none!important}
  .menu::-webkit-scrollbar{display:none!important}
  .hero{padding-top:0!important;min-height:620px!important}
  .aboutVisual{min-height:560px!important}
  .aboutStats{top:22px!important;left:20px!important;right:20px!important;gap:10px!important}
  .aboutVisualText{left:24px!important;right:24px!important;bottom:28px!important}
  .aboutVisualText h3{font-size:28px!important;line-height:1.16!important}
}
@media(max-width:420px){
  .brandText b{font-size:12px!important}.brandText span{font-size:7px!important}
  .headerBook{padding:7px 8px!important;font-size:8px!important}
  .menu{gap:14px!important;font-size:9px!important}
  .aboutVisual{min-height:600px!important}
}


/* Sprint 1B hard fixes after UAT recheck */
html{scroll-padding-top:88px!important}
section[id], .eventBlock[id], #enquiry{scroll-margin-top:88px!important}
.topbar,.nav{height:72px!important}
.brand img{width:58px!important;height:58px!important;flex:0 0 58px!important}
.brand{gap:10px!important;min-width:260px!important}
.brandText b{font-size:18px!important;letter-spacing:.12em!important}.brandText span{font-size:9px!important;letter-spacing:.16em!important}
.menu{gap:18px!important;font-size:12px!important}.headerBook{padding:10px 16px!important;font-size:11px!important}
.hero .dot,.dots .dot,button.dot{box-sizing:border-box!important;width:12px!important;height:12px!important;min-width:12px!important;max-width:12px!important;min-height:12px!important;max-height:12px!important;padding:0!important;margin:0!important;border-radius:999px!important;aspect-ratio:1/1!important;display:block!important;flex:0 0 12px!important;appearance:none!important;-webkit-appearance:none!important;line-height:0!important}
.aboutVisualText .small{margin-top:18px!important;margin-bottom:18px!important;padding:0!important;display:block!important}.aboutVisualText h3{margin-top:0!important;margin-bottom:18px!important}.aboutVisualText p{margin-top:0!important}.aboutStats{margin-bottom:18px!important}
.enquiryForm input,.enquiryForm select,.enquiryForm textarea{font-size:13px!important;padding:12px 14px!important}.enquiryForm input::placeholder,.enquiryForm textarea::placeholder{font-size:13px!important}.enquiryForm select{font-size:13px!important}.enquiryForm label{font-size:0!important}
.eventGrid{grid-template-columns:repeat(2,1fr)!important}.eventTile{min-height:330px!important}.eventTile img{height:100%!important;object-fit:cover!important}
@media(max-width:980px){
 html{scroll-padding-top:108px!important}section[id], .eventBlock[id], #enquiry{scroll-margin-top:108px!important}
 .topbar{height:112px!important}.nav{height:112px!important;grid-template-rows:58px 38px!important}
 .brand img{width:44px!important;height:44px!important;flex-basis:44px!important}.brandText b{font-size:12px!important}.brandText span{font-size:7px!important}.headerBook{display:inline-flex!important;font-size:8px!important;padding:7px 8px!important}.menu{display:flex!important;font-size:9px!important;gap:13px!important;padding:4px 0 6px!important}
 .aboutVisualText .small{margin-top:18px!important;margin-bottom:18px!important}.aboutVisualText h3{margin-bottom:18px!important}.eventGrid{grid-template-columns:1fr!important}
 .enquiryForm input,.enquiryForm select,.enquiryForm textarea{font-size:13px!important;padding:12px 14px!important}
}
@media(max-width:420px){.brand img{width:40px!important;height:40px!important;flex-basis:40px!important}.brandText b{font-size:11px!important}.brandText span{font-size:6px!important}.menu{font-size:8px!important;gap:12px!important}}


/* Sprint 2 fixes: logo, anchors, video, events, spacing */
html{scroll-padding-top:68px!important}
section[id], .eventBlock[id], #enquiry{scroll-margin-top:68px!important}
.topbar,.nav{height:76px!important}.nav{align-items:center!important}
.brand{min-width:230px!important;gap:10px!important}.brand img{width:45px!important;height:45px!important;flex:0 0 45px!important}.brandText b{font-size:17px!important;letter-spacing:.12em!important}.brandText span{font-size:8px!important;letter-spacing:.16em!important}
.menu{font-size:12px!important;gap:18px!important}.headerBook{font-size:11px!important;padding:10px 15px!important}
.hero .dot,.dots .dot,button.dot{width:12px!important;height:12px!important;min-width:12px!important;max-width:12px!important;min-height:12px!important;max-height:12px!important;border-radius:50%!important;padding:0!important;aspect-ratio:1/1!important;flex:0 0 12px!important;display:block!important;box-sizing:border-box!important}
.section{padding:58px 0!important}.sectionHead{margin-bottom:28px!important}.dining{padding-top:48px!important}.events,.gallerySection,.explore,.aboutSection,.contactSection{padding-top:58px!important}
.aboutVisualText{padding-top:24px!important}.aboutVisualText .small{display:block!important;margin:0 0 14px!important;padding:0!important;position:relative!important;top:auto!important;line-height:1.1!important}.aboutVisualText h3{margin-top:0!important}
.videoSection{background:#101312;color:#fff;padding:64px 0 72px;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(201,154,67,.32)}
.videoSection .sectionHead h2{color:#fff}.videoSection .sectionHead p{color:#d8cbb4}.videoSection .kicker{color:#d6ad63!important}.videoFrame{border-radius:30px;overflow:hidden;border:1px solid rgba(214,173,99,.35);box-shadow:0 26px 70px rgba(0,0,0,.28);background:#000;max-width:1080px;margin:0 auto}.videoFrame video{width:100%;display:block;aspect-ratio:16/9;background:#000}
.celebrationsGrid{grid-template-columns:repeat(3,1fr)!important}.celebrationsGrid .eventTile img{height:255px!important;object-fit:cover!important}.aiTile .cap b:after{content:""}.eventTile .cap span{min-height:44px}
.enquiryForm input,.enquiryForm select,.enquiryForm textarea{font-size:12px!important;padding:10px 12px!important}.enquiryForm input::placeholder,.enquiryForm textarea::placeholder{font-size:12px!important}
@media(max-width:980px){.topbar,.nav{height:104px!important}.nav{display:grid!important;grid-template-columns:1fr auto;grid-template-rows:auto auto!important;gap:4px 8px!important}.brand img{width:38px!important;height:38px!important;flex-basis:38px!important}.brandText{display:block!important}.brandText b{font-size:12px!important}.brandText span{font-size:7px!important}.headerBook{display:inline-flex!important;font-size:9px!important;padding:8px 10px!important}.menu{grid-column:1 / 3!important;display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:12px!important;font-size:9px!important}.hero{padding-top:104px!important}.celebrationsGrid{grid-template-columns:1fr!important}.videoSection{padding:46px 0 54px!important}html{scroll-padding-top:104px!important}section[id],.eventBlock[id],#enquiry{scroll-margin-top:104px!important}}
@media(max-width:520px){.container{width:min(100% - 24px,1180px)!important}.topbar,.nav{height:112px!important}.brand{min-width:0!important}.menu{font-size:8px!important;gap:9px!important}.brand img{width:34px!important;height:34px!important;flex-basis:34px!important}.brandText b{font-size:11px!important}.brandText span{font-size:6px!important}.headerBook{font-size:8px!important;padding:7px 8px!important}.hero{padding-top:112px!important}html{scroll-padding-top:112px!important}section[id],.eventBlock[id],#enquiry{scroll-margin-top:112px!important}.section{padding:44px 0!important}.dining{padding-top:34px!important}}

/* Sprint 3 UAT fixes: compact header, video behavior sizing, Curated Serenity spacing */
@media(min-width:981px){
  html{scroll-padding-top:62px!important}
  section[id],.eventBlock[id],#enquiry{scroll-margin-top:62px!important}
  .topbar,.nav{height:64px!important;min-height:64px!important;max-height:64px!important}
  .nav{padding-top:0!important;padding-bottom:0!important;align-items:center!important}
  .brand{min-width:230px!important;gap:10px!important}
  .brand img{width:45px!important;height:45px!important;flex:0 0 45px!important}
  .brandText b{font-size:17px!important;line-height:1!important}
  .brandText span{font-size:8px!important;margin-top:3px!important;line-height:1.1!important}
  .menu{font-size:12px!important;gap:18px!important;line-height:1!important}
  .headerBook{padding:9px 15px!important;font-size:11px!important;line-height:1!important}
}
.videoSection{padding:42px 0 50px!important}
.videoSection .sectionHead{margin-bottom:22px!important}
.videoSection .sectionHead h2{font-size:clamp(34px,3.4vw,48px)!important;margin-bottom:10px!important}
.videoSection .sectionHead p{max-width:820px!important;line-height:1.55!important}
.videoFrame{max-width:864px!important;border-radius:24px!important}
.videoFrame video{width:100%!important;height:auto!important;aspect-ratio:16/9!important;display:block!important}
.aboutVisual{min-height:540px!important;overflow:hidden!important}
.aboutStats{position:absolute!important;top:30px!important;left:30px!important;right:30px!important;margin:0!important;z-index:2!important}
.aboutVisualText{position:absolute!important;left:34px!important;right:34px!important;bottom:36px!important;padding:0!important;margin:0!important;z-index:2!important}
.aboutVisualText .small{display:block!important;position:static!important;top:auto!important;margin:0 0 18px!important;padding:0!important;line-height:1.15!important;clear:both!important}
.aboutVisualText h3{margin:0 0 16px!important}
.aboutVisualText p{margin:0!important}
@media(max-width:980px){
  .videoSection{padding:36px 0 44px!important}
  .videoFrame{max-width:100%!important;border-radius:20px!important}
  .aboutVisual{min-height:600px!important}
  .aboutVisualText{left:24px!important;right:24px!important;bottom:30px!important}
}

/* Sprint 4 UAT fixes: tighter header, cleaner anchors, video viewport behavior, Curated Serenity */
@media(min-width:981px){
  html{scroll-padding-top:52px!important}
  section[id],.eventBlock[id],#enquiry{scroll-margin-top:52px!important}
  .topbar,.nav{height:52px!important;min-height:52px!important;max-height:52px!important}
  .nav{padding-top:0!important;padding-bottom:0!important;align-items:center!important}
  .brand{min-width:218px!important;gap:8px!important}
  .brand img{width:38px!important;height:38px!important;flex:0 0 38px!important;padding:1px!important}
  .brandText b{font-size:15px!important;line-height:1!important;letter-spacing:.11em!important}
  .brandText span{font-size:7px!important;margin-top:2px!important;line-height:1!important;letter-spacing:.15em!important}
  .menu{font-size:11px!important;gap:15px!important;line-height:1!important}
  .headerBook,.book{padding:8px 13px!important;font-size:10px!important;line-height:1!important}
}

/* F20: bring meaningful content higher after menu navigation */
.section{padding-top:30px!important;padding-bottom:56px!important}
.events,.gallerySection,.explore,.contactSection{padding-top:30px!important;padding-bottom:56px!important}
.dining{padding-top:30px!important}
.sectionHead{margin-bottom:16px!important}
.sectionHead .kicker,.events .sectionHead .kicker{margin-bottom:7px!important}
.sectionHead h2,.events .sectionHead h2{margin-bottom:8px!important}
.sectionHead p,.events .sectionHead p{line-height:1.48!important}
.roomsWrap,.diningGrid,.galleryMosaic,.exploreGrid{margin-top:18px!important}
.eventHero{margin-top:18px!important}

/* F14B: make Curated Serenity panel a controlled vertical layout, not overlapping absolute blocks */
.aboutVisual{min-height:500px!important;padding:28px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:26px!important;overflow:hidden!important}
.aboutVisual:before{z-index:0!important}
.aboutStats{position:relative!important;top:auto!important;left:auto!important;right:auto!important;margin:0!important;display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:14px!important;z-index:2!important}
.aboutVisualText{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin:0!important;padding:0!important;z-index:2!important;color:#fff!important}
.aboutVisualText .small{display:block!important;margin:0 0 14px!important;padding:0!important;line-height:1.1!important;position:static!important;top:auto!important}
.aboutVisualText h3{margin:0 0 14px!important;font-size:34px!important;line-height:1.12!important}
.aboutVisualText p{margin:0!important;line-height:1.58!important}

/* F19A: tighter video section so copy and player fit together better */
.videoSection{padding:26px 0 34px!important}
.videoSection .sectionHead{margin-bottom:14px!important}
.videoSection .sectionHead .kicker{margin-bottom:6px!important}
.videoSection .sectionHead h2{font-size:clamp(28px,2.8vw,40px)!important;margin-bottom:8px!important;line-height:1.05!important}
.videoSection .sectionHead p{max-width:760px!important;line-height:1.38!important;font-size:15px!important}
.videoFrame{max-width:720px!important;border-radius:20px!important}
.videoFrame video{width:100%!important;aspect-ratio:16/9!important;display:block!important;background:#000!important}

@media(max-width:980px){
  .section,.events,.gallerySection,.explore,.contactSection{padding-top:28px!important;padding-bottom:46px!important}
  .sectionHead{margin-bottom:16px!important}
  .videoSection{padding:28px 0 36px!important}
  .videoFrame{max-width:100%!important}
  .aboutVisual{min-height:auto!important;padding:22px!important;gap:22px!important}
  .aboutVisualText h3{font-size:28px!important}
}


/* Phase 3: branded headings, contact utilities, Google Maps and booking modal */
.brandDisplayHeading{
  font-family:'Segoe Script','Brush Script MT','Lucida Handwriting',cursive!important;
  font-weight:500!important;
  letter-spacing:-.02em!important;
  line-height:1.12!important;
}
.contactUtilityGrid{display:grid;grid-template-columns:.86fr 1.14fr;gap:22px;margin:0 0 26px;align-items:stretch}
.contactInfoCard,.googleMapWrap{border:1px solid rgba(255,255,255,.16);border-radius:26px;overflow:hidden;background:rgba(255,255,255,.06)}
.contactInfoCard{padding:26px}
.contactInfoTitle{font-family:Georgia,'Times New Roman',serif;font-size:26px;margin-bottom:16px;color:#fff}
.contactActionList{display:grid;gap:9px}
.contactAction{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:12px 14px;border:1px solid rgba(255,255,255,.13);border-radius:14px;color:#fff;background:rgba(255,255,255,.045);transition:.2s ease}
.contactAction:hover{transform:translateY(-1px);background:rgba(214,173,99,.13);border-color:rgba(214,173,99,.55)}
.contactAction span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#d6ad63}
.contactAction strong{font-size:14px;text-align:right;overflow-wrap:anywhere}
.propertyAddress{font-style:normal;color:#d8d2c5;line-height:1.65;margin:18px 0 12px;padding-top:16px;border-top:1px solid rgba(255,255,255,.13)}
.propertyAddress strong{color:#fff}
.mapOpenLink{display:inline-flex;color:#f1d394;font-weight:700;border-bottom:1px solid rgba(241,211,148,.55)}
.googleMapWrap{min-height:420px;background:#161b1b}
.googleMapWrap iframe{width:100%;height:100%;min-height:420px;border:0;display:block}
.bookingModal{position:fixed;inset:0;z-index:5000;display:none;align-items:center;justify-content:center;padding:20px}
.bookingModal.open{display:flex}
.bookingModalBackdrop{position:absolute;inset:0;background:rgba(2,8,10,.78);backdrop-filter:blur(8px)}
.bookingDialog{position:relative;z-index:1;width:min(560px,100%);max-height:min(86vh,760px);overflow:auto;background:#fffaf0;border:1px solid rgba(156,120,48,.32);border-radius:28px;padding:30px;box-shadow:0 40px 100px rgba(0,0,0,.45)}
.bookingDialog h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:34px;line-height:1.1;margin:7px 40px 10px 0;color:#15120e}
.bookingDialog .kicker{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#9c7830;font-weight:700}
.bookingIntro{color:#6d5c48;line-height:1.55;margin-bottom:18px}
.bookingClose{position:absolute;top:15px;right:16px;width:38px;height:38px;border:0;border-radius:50%;background:#181510;color:#fff;font-size:25px;cursor:pointer}
.bookingPlatformList{display:grid;gap:9px;margin-bottom:16px}
.bookingPlatformOption{width:100%;display:flex;justify-content:space-between;align-items:center;gap:14px;border-radius:13px;padding:13px 15px;font:inherit;font-weight:750;text-align:left;border:1px solid #d9ccb4;background:#fff;color:#1b1711}
.bookingPlatformOption.comingSoon{cursor:default;color:#685e50;background:#f3ede2}
.bookingPlatformOption span{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#8e6b27;background:#e8dcc2;border-radius:999px;padding:5px 8px;white-space:nowrap}
.bookingPlatformOption.notice{outline:2px solid #c79b45}
.directEnquiryButton{display:flex;justify-content:center;padding:14px 18px;border-radius:999px;background:#16251d;color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
body.modalOpen{overflow:hidden}
@media(max-width:820px){
  .contactUtilityGrid{grid-template-columns:1fr}
  .googleMapWrap,.googleMapWrap iframe{min-height:340px}
}
@media(max-width:520px){
  .bookingDialog{padding:25px 18px 20px;border-radius:22px}
  .bookingDialog h2{font-size:29px}
  .bookingPlatformOption{font-size:13px;padding:12px}
  .contactInfoCard{padding:20px}
  .contactAction{align-items:flex-start;flex-direction:column;gap:5px}
  .contactAction strong{text-align:left}
  .brandDisplayHeading{font-size:clamp(30px,9vw,42px)!important}
}


/* Sprint 4: close qualified Sprint 3 UAT observations */
.brandText b,
.brandText span{
  font-family:'Segoe Script','Brush Script MT','Lucida Handwriting',cursive!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.brandText b{font-weight:600!important;}
.brandText span{font-weight:500!important;}
.eventCTA h3.brandDisplayHeading,
.contactHead h2.brandDisplayHeading{
  font-family:'Segoe Script','Brush Script MT','Lucida Handwriting',cursive!important;
  font-weight:500!important;
  letter-spacing:-.02em!important;
  line-height:1.12!important;
}


/* Sprint 4A: improve header wordmark readability and contact-channel balance */
.brandText b{font-size:20px!important;line-height:1.02!important}
.brandText span{font-size:9px!important;line-height:1.15!important;margin-top:4px!important}
.contactChannelNote{margin:12px 0 0;color:#cfc6b5;font-size:12px;line-height:1.55}
.contactActionList .contactAction{min-height:54px}
@media(max-width:980px){
  .brandText b{font-size:14px!important}
  .brandText span{font-size:8px!important}
}
@media(max-width:520px){
  .brandText b{font-size:12px!important}
  .brandText span{font-size:7px!important}
}


/* Sprint 5 — production hardening, brighter hospitality palette and conversion polish */
:root{--cream:#fbf7ef!important;--soft:#fffdf8!important;--line:#eadfcd!important}
body{background:#fbf7ef!important}
.aboutSection{background:linear-gradient(135deg,#fffdf8 0%,#fbf4e8 54%,#fffaf1 100%)!important}
.gallerySection,.reviewsSection{background:#fffdf8!important}
.brandText span{font-size:9.45px!important}
.headerWhatsapp{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border:1px solid rgba(106,190,120,.85);border-radius:999px;color:#e9fff0;font-weight:700;font-size:10px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:rgba(28,120,58,.23)}
.headerWhatsapp:hover{background:rgba(28,120,58,.42);transform:translateY(-1px)}
.videoPlaceholder{position:relative;aspect-ratio:16/9;overflow:hidden;background:#111}.videoPlaceholder img{width:100%;height:100%;display:block;object-fit:cover;filter:brightness(.82)}.videoPlaceholderBadge{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);background:rgba(5,10,10,.78);color:#fff3d8;border:1px solid rgba(214,173,99,.55);padding:10px 16px;border-radius:999px;font-size:12px;letter-spacing:.05em;white-space:nowrap}
.reviewsSection{padding:72px 0;border-top:1px solid var(--line)}.reviewsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.reviewCard{background:#fff;border:1px solid #eadfcd;border-radius:24px;padding:28px;box-shadow:0 18px 45px rgba(70,48,20,.08)}.reviewCard .stars{color:#bf8d31;letter-spacing:.12em;font-size:18px}.reviewCard p{font-family:Georgia,'Times New Roman',serif;font-size:20px;line-height:1.55;color:#30271d}.reviewCard span{display:block;color:#8a7863;font-size:11px;line-height:1.45;text-transform:uppercase;letter-spacing:.08em}
.contactSection{background:linear-gradient(145deg,#f5ead7 0%,#fffaf0 55%,#efe2cd 100%)!important;color:#241d15!important;border-top:1px solid #e0cfb4}.contactHead h2{color:#211a13!important}.contactHead p{color:#6c5b48!important}.contactInfoCard,.googleMapWrap,.enquiryForm{background:rgba(255,255,255,.82)!important;border:1px solid #dfcfb8!important;box-shadow:0 20px 50px rgba(88,59,25,.10)!important}.contactInfoTitle,.propertyAddress,.enquiryForm label{color:#2c2117!important}.contactChannelNote,.formNote{color:#776753!important}.contactAction{color:#2b2118!important;background:#fff!important;border-color:#e3d5c2!important}.contactAction:hover{background:#fff8ec!important;border-color:#c89a47!important}.contactAction span{display:flex;align-items:center;gap:9px;color:#8b6423!important}.contactAction strong{color:#2c2117!important}.contactIcon{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f1dfbd;color:#694916;font-style:normal;font-weight:800;text-transform:none}.disabledContact{opacity:.62;cursor:default}.mapOpenLink{color:#704b12!important;border-color:#c59a50!important}.enquiryForm input,.enquiryForm select,.enquiryForm textarea{border-color:#ddcfbd!important;background:#fff!important}.submitBtn{background:#b88532!important;color:#fff!important}
.legalSection{padding:54px 0;background:#f0e3cf;border-top:1px solid #dfceb2}.legalWrap{display:grid;grid-template-columns:1fr 1.2fr;gap:42px;align-items:center}.legalSection .kicker{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:#946a25}.legalSection h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:34px;margin:8px 0}.legalSection p{color:#6d5b45;line-height:1.65}.legalLinks{display:grid;gap:10px}.legalLinks a{display:flex;justify-content:space-between;gap:18px;padding:14px 16px;background:rgba(255,255,255,.62);border:1px solid #dcc9aa;border-radius:14px;color:#392d20}.legalLinks span{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#946a25}.siteFooter{background:#231d17;color:#eadfce;padding:20px 0}.footerInner{display:flex;justify-content:space-between;gap:18px;font-size:12px;letter-spacing:.05em}
@media(max-width:1050px){.headerWhatsapp{padding:8px 10px;font-size:9px}}
@media(max-width:980px){.headerWhatsapp{grid-column:2!important;grid-row:1!important;margin-right:76px;font-size:8px;padding:7px 9px}.reviewsGrid{grid-template-columns:1fr}.legalWrap{grid-template-columns:1fr}.footerInner{flex-direction:column;text-align:center}.videoPlaceholderBadge{white-space:normal;width:calc(100% - 32px);text-align:center}}
@media(max-width:520px){.headerWhatsapp{display:none}.reviewsSection{padding:48px 0}.reviewCard{padding:22px}.reviewCard p{font-size:18px}}


/* Sprint 5B — visual refinement and conversion polish */
.srOnly{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.headerWhatsapp{width:39px;height:39px;padding:0!important;border-color:#25D366!important;background:#25D366!important;color:#fff!important;box-shadow:0 8px 22px rgba(37,211,102,.24)}
.headerWhatsapp:hover{background:#1ebe5d!important}
.headerWhatsappIcon{width:21px;height:21px;display:block}
.videoSection{background:linear-gradient(145deg,#f5ebda 0%,#fffaf0 55%,#f1e4d0 100%)!important;color:#2b2117!important;border-color:#dfcfb6!important}
.videoSection .sectionHead h2{color:#2b2117!important}.videoSection .sectionHead p{color:#76644f!important}.videoSection .kicker{color:#9a6d25!important}.videoFrame{background:#e9dcc7!important;border-color:#d9c5a5!important;box-shadow:0 24px 58px rgba(87,57,23,.13)!important}
.eventHeroCard{background:linear-gradient(145deg,#f2e5d1,#fffaf0)!important;color:#2b2117!important;border:1px solid #dfcdb0!important}.eventHeroCard .mini{color:#956b27!important}.eventHeroCard h3{color:#2b2117!important}.eventHeroCard p{color:#76644f!important}.eventBullets span{background:#fff!important;color:#5a472e!important;border-color:#dfcfb7!important}
.contactIcon{width:26px!important;height:26px!important;background:transparent!important;border-radius:0!important;flex:0 0 26px!important}
.brandWhatsapp{color:#25D366!important}.brandPhone{color:#2f6f9f!important}.brandEmail{color:#b14d3e!important}.brandFacebook{color:#1877F2!important}.brandInstagram{color:initial!important}
.contactAction span{color:#5d4b34!important;text-transform:none!important;letter-spacing:.03em!important;font-weight:700!important}
.contactSection{background:#fffaf2!important;padding:82px 0!important}
.contactSingle{max-width:1120px!important}.contactHead{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}
.contactUtilityGrid{grid-template-columns:1fr 1fr;gap:26px;margin-bottom:32px}
.contactInfoCard,.googleMapWrap{border-radius:20px!important;background:#fff!important;box-shadow:0 18px 45px rgba(78,53,24,.09)!important}
.contactInfoCard{padding:30px!important}.contactInfoTitle{font-size:30px!important;margin-bottom:20px!important}
.contactActionList{grid-template-columns:1fr 1fr;gap:12px!important}.contactAction{min-height:72px!important;align-items:center!important;padding:14px 16px!important;border-radius:15px!important}.contactAction strong{font-size:13px!important;max-width:54%;line-height:1.35}
.contactChannelNote{margin-top:16px!important}.propertyAddress{margin-top:22px!important;padding-top:20px!important}
.enquiryForm{max-width:900px;margin:0 auto;padding:34px!important;border-radius:22px!important;background:#fff!important}
.formIntro{text-align:center;max-width:700px;margin:0 auto 28px}.formIntro h3{font-family:Georgia,'Times New Roman',serif;font-size:32px;font-weight:400;margin:7px 0 10px;color:#2b2117}.formIntro p{color:#74624e;line-height:1.65;margin:0}
.enquiryForm label{font-size:12px!important;text-transform:none!important;letter-spacing:.03em!important;font-weight:700!important}.enquiryForm input,.enquiryForm select,.enquiryForm textarea{border-radius:11px!important;padding:14px!important;box-shadow:none!important;transition:border-color .2s ease,box-shadow .2s ease}.enquiryForm input:focus,.enquiryForm select:focus,.enquiryForm textarea:focus{outline:none;border-color:#b98636!important;box-shadow:0 0 0 3px rgba(185,134,54,.12)!important}.submitBtn{min-width:190px;margin-top:6px;border-radius:999px!important;padding:15px 24px!important}
.legalSection{padding:62px 0 46px!important;background:#2a241e!important;color:#eee3d4!important;border-top:0!important}.footerGrid{display:grid;grid-template-columns:1.45fr .75fr .9fr 1fr;gap:38px}.footerBrandName{font-family:'Segoe Script','Brush Script MT','Lucida Handwriting',cursive;font-size:32px;color:#fff}.footerTagline{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#d7b778;margin:5px 0 18px}.footerBrand p{color:#cfc3b4;line-height:1.7;max-width:350px}.footerColumn{display:flex;flex-direction:column;gap:10px}.footerColumn h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:20px;color:#fff;margin:0 0 8px}.footerColumn a{color:#d6cab9;font-size:13px;line-height:1.45}.footerColumn a:hover{color:#fff}.footerColumn span{display:block;font-size:9px;color:#bda370;text-transform:uppercase;letter-spacing:.08em;margin-top:2px}.siteFooter{background:#1d1915!important;border-top:1px solid rgba(255,255,255,.08)!important;padding:18px 0!important}.footerInner{color:#cdbfab!important}
@media(max-width:980px){.contactActionList{grid-template-columns:1fr}.footerGrid{grid-template-columns:1fr 1fr}.headerWhatsapp{margin-right:76px!important}}
@media(max-width:620px){.footerGrid{grid-template-columns:1fr}.contactUtilityGrid{grid-template-columns:1fr}.enquiryForm{padding:24px!important}.contactHead{text-align:left}.contactAction strong{max-width:100%}}


/* Sprint 5C — contact, location and final UAT closure */
.brandText span{font-size:10.9px!important;letter-spacing:.12em!important}
.headerWhatsapp{width:35px!important;height:35px!important}
.headerWhatsappIcon{width:19px!important;height:19px!important}
.locationHighlights{padding:54px 0 62px;background:#fffdf8;border-bottom:1px solid #eadfcd}
.compactLocationHead{margin-bottom:24px!important}
.locationRibbon{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}
.locationItem{min-height:116px;padding:18px 10px;border:1px solid #eadfcd;border-radius:18px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 12px 30px rgba(70,48,20,.06)}
.locationItem>span{font-size:23px;line-height:1;margin-bottom:10px}.locationItem strong{font-family:Georgia,'Times New Roman',serif;font-size:15px;line-height:1.2;color:#30271d}.locationItem small{margin-top:7px;color:#8b6b38;font-size:11px;line-height:1.25;text-transform:uppercase;letter-spacing:.05em}
.contactSection{background:#fffaf2!important;padding:78px 0!important}.contactHead{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}
.contactColumns{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:start;margin-top:30px}
.reachPanel,.touchPanel{background:#fff;border:1px solid #e3d6c4;border-radius:22px;padding:34px;box-shadow:0 20px 50px rgba(78,53,24,.08)}
.reachPanel h3,.touchPanel h3{font-family:Georgia,'Times New Roman',serif;font-size:34px;line-height:1.15;margin:4px 0 12px;color:#2c2117}.touchIntro{color:#76644f;line-height:1.65;margin:0 0 24px}.reachAddress{font-style:normal;line-height:1.65;color:#655544;margin:0 0 24px}.reachAddress strong{color:#2c2117;font-size:17px}
.reachLinks{display:grid;gap:0;border-top:1px solid #eee3d3}.reachLinks>a{display:flex;align-items:center;gap:14px;padding:14px 2px;border-bottom:1px solid #eee3d3;color:#2c2117;text-decoration:none;transition:transform .2s ease,color .2s ease}.reachLinks>a:hover{transform:translateX(3px);color:#9a6d25}.reachLinks small{display:block;color:#8b7965;font-size:10px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:2px}.reachLinks strong{font-size:14px;font-weight:600;word-break:break-word}.reachIcon{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 30px}.phoneIcon{background:#f0e3cf;color:#704b12}.emailIcon{background:#e9eef7;color:#2c5794}.whatsappIcon{background:#25D366;color:#fff}.facebookIcon{background:#1877F2;color:#fff;font-family:Arial;font-size:18px}.instagramIcon{color:#fff;background:linear-gradient(135deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5)}.disabledReach{opacity:.58;cursor:default}
.mapCard{margin-top:26px;border:1px solid #e3d6c4;border-radius:16px;overflow:hidden;background:#fff}.mapCard iframe{width:100%;height:255px;border:0;display:block}.directionsButton{display:block;text-align:center;padding:14px 18px;background:#b88532;color:#fff!important;text-decoration:none;font-weight:700;letter-spacing:.04em}.directionsButton:hover{background:#9d722a}
.cleanEnquiryForm{padding:0!important;margin:0!important;max-width:none!important;border:0!important;box-shadow:none!important;background:transparent!important}.cleanEnquiryForm .formRow{gap:16px}.cleanEnquiryForm label>span{display:block;margin-bottom:7px;color:#403326;font-size:12px;font-weight:700}.cleanEnquiryForm input,.cleanEnquiryForm select,.cleanEnquiryForm textarea{width:100%;border:1px solid #ded0bd!important;border-radius:8px!important;background:#fffdfa!important;padding:13px 14px!important;font-size:14px!important}.cleanEnquiryForm textarea{resize:vertical}.cleanEnquiryForm .submitBtn{width:100%;margin-top:8px;border-radius:8px!important}.cleanEnquiryForm .formNote{text-align:center;margin:12px 0 0;font-size:11px}
@media(max-width:1100px){.locationRibbon{grid-template-columns:repeat(4,1fr)}}
@media(max-width:850px){.contactColumns{grid-template-columns:1fr}.locationRibbon{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.brandText span{font-size:8px!important}.locationHighlights{padding:42px 0}.locationRibbon{grid-template-columns:1fr 1fr}.locationItem{min-height:105px;padding:14px 8px}.reachPanel,.touchPanel{padding:24px}.reachPanel h3,.touchPanel h3{font-size:29px}.cleanEnquiryForm .formRow{grid-template-columns:1fr!important}}


/* RC Final recovery fixes — frozen owner-approved changes */
.contactColumns{align-items:stretch!important;}
.reachPanel,.touchPanel{height:100%!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important;}
.reachPanel .mapCard{margin-top:auto!important;}
.mapCard iframe{height:175px!important;}
.locationHighlights{padding:13px 0!important;background:#fffaf2!important;border-top:1px solid #eadfcd!important;border-bottom:1px solid #eadfcd!important;}
.locationRibbon{display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;white-space:nowrap!important;font-size:12px!important;color:#6e5a42!important;line-height:1.4!important;overflow:hidden!important;}
.locationItem{display:inline-flex!important;align-items:center!important;gap:4px!important;min-height:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;font-weight:600!important;}
.locationSeparator{color:#b9a78e!important;flex:0 0 auto!important;}
@media(max-width:1100px){.locationRibbon{font-size:11px!important;gap:6px!important;}}
@media(max-width:850px){.contactColumns{grid-template-columns:1fr!important}.locationRibbon{white-space:normal!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:7px 10px!important}.locationSeparator{display:none!important}.locationItem{white-space:nowrap!important}}


/* Production Candidate final corrections — frozen scope */
.headerActions{display:flex!important;align-items:center!important;gap:5px!important;flex:0 0 auto!important;margin-left:0!important}
.headerActions .headerWhatsapp{margin:0!important;width:32px!important;height:32px!important;flex:0 0 32px!important}
.headerActions .headerWhatsappIcon{width:17px!important;height:17px!important}
.headerActions .headerBook{margin:0!important}
.eventBullets{display:grid!important;grid-template-columns:1fr 1fr!important;gap:13px!important;margin-top:8px!important}
.eventBullets span{display:block!important;white-space:normal!important;line-height:1.35!important;min-width:0!important}
.rateBox .price{font-size:clamp(30px,3vw,44px)!important;line-height:1!important}
.rateBox .night{font-size:12px!important;line-height:1.4!important;max-width:180px!important;margin:8px auto 0!important;text-transform:none!important;letter-spacing:.02em!important}
.contactColumns{grid-template-columns:1fr 1fr!important;align-items:stretch!important}
.reachPanel,.touchPanel{height:100%!important;min-height:650px!important}
.reachPanel .mapCard{margin-top:auto!important}
.mapCard iframe{height:155px!important}
@media(max-width:980px){
  .headerActions{grid-column:2 / 4!important;grid-row:1!important;justify-self:end!important;gap:4px!important}
  .headerActions .headerWhatsapp{margin:0!important}
  .eventBullets{grid-template-columns:1fr 1fr!important}
}
@media(max-width:850px){
  .contactColumns{grid-template-columns:1fr!important}
  .reachPanel,.touchPanel{min-height:0!important}
}
@media(max-width:520px){
  .headerActions .headerWhatsapp{display:none!important}
  .eventBullets{grid-template-columns:1fr!important}
}

/* V1 production baseline micro-fix: events presentation */
.events .eventHeroCard .eventBullets{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:10px!important;
}
.events .eventHeroCard .eventBullets span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:11px 12px!important;
  border:1px solid #dfcfb7!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#5a472e!important;
  text-align:center!important;
  white-space:normal!important;
  line-height:1.35!important;
  box-sizing:border-box!important;
}
.events .celebrationsBlock .eventBlockTitle,
.events #corporate .eventBlockTitle{
  display:block!important;
  text-align:center!important;
  margin-bottom:26px!important;
}
.events .celebrationsBlock .eventBlockTitle h3,
.events #corporate .eventBlockTitle h3{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.events .celebrationsBlock .eventBlockTitle p,
.events #corporate .eventBlockTitle p{
  max-width:760px!important;
  margin:10px auto 0!important;
  text-align:center!important;
}
@media(max-width:520px){
  .events .eventHeroCard .eventBullets{grid-template-columns:1fr!important}
}


/* Build 1A: mobile header stabilization, enquiry CTA, pricing emphasis and shared lightbox affordance */
.rateBox .label{font-weight:800!important;letter-spacing:.09em!important}
.lightboxImage{cursor:zoom-in}
#events .eventHero{grid-template-columns:1fr!important}
#events .eventHeroCard{max-width:none!important}

@media(max-width:980px){
  .topbar,.nav{height:100px!important;min-height:100px!important;max-height:100px!important}
  .nav{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:56px 44px!important;column-gap:8px!important;row-gap:0!important;align-items:center!important}
  .brand{grid-column:1!important;grid-row:1!important;align-self:center!important;min-width:0!important;gap:7px!important}
  .brand img{width:38px!important;height:38px!important;flex:0 0 38px!important;margin:0!important}
  .brandText{display:block!important;min-width:0!important}
  .brandText b{font-size:12px!important;white-space:nowrap!important}
  .brandText span{font-size:7px!important;white-space:nowrap!important}
  .headerActions{grid-column:2!important;grid-row:1!important;justify-self:end!important;display:flex!important;align-items:center!important;gap:6px!important;margin:0!important}
  .headerActions .headerWhatsapp{display:inline-flex!important;width:32px!important;height:32px!important;flex:0 0 32px!important;margin:0!important}
  .headerActions .headerBook{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:9px!important;padding:8px 10px!important;white-space:nowrap!important}
  .menu{grid-column:1 / 3!important;grid-row:2!important;align-self:start!important;display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:7px 10px!important;font-size:8px!important;line-height:1.1!important;padding-top:3px!important}
  .hero{padding-top:100px!important}
  html{scroll-padding-top:100px!important}
  section[id],.eventBlock[id],#enquiry{scroll-margin-top:100px!important}
}
@media(max-width:520px){
  .topbar,.nav{height:102px!important;min-height:102px!important;max-height:102px!important}
  .nav{grid-template-rows:56px 46px!important}
  .brand img{width:36px!important;height:36px!important;flex-basis:36px!important}
  .brandText b{font-size:11px!important}
  .brandText span{font-size:6.5px!important}
  .headerActions .headerWhatsapp{display:inline-flex!important;width:30px!important;height:30px!important;flex-basis:30px!important}
  .headerActions .headerBook{font-size:8px!important;padding:7px 8px!important}
  .menu{font-size:7.5px!important;gap:6px 8px!important;padding-top:2px!important}
  .hero{padding-top:102px!important}
  html{scroll-padding-top:102px!important}
  section[id],.eventBlock[id],#enquiry{scroll-margin-top:102px!important}
}


/* Stakeholder Review Build - July 2026 */
.uniformSectionHeading{font-family:Georgia,'Times New Roman',serif!important;font-weight:400!important;}
.hero h1{font-size:clamp(34px,4vw,56px)!important;line-height:1.04!important;}
.eventPhotoGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:26px;}
.eventPhotoCard{position:relative;overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 14px 36px rgba(0,0,0,.09);min-height:310px;}
.eventPhotoCard img{width:100%;height:310px;object-fit:cover;display:block;cursor:zoom-in;transition:transform .55s ease;}
.eventPhotoCard:hover img{transform:scale(1.04);}
.eventPhotoCard span{position:absolute;left:14px;bottom:14px;background:rgba(0,0,0,.62);color:#fff;padding:9px 13px;border-radius:999px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;}
.policySection{padding:64px 0;background:#fffaf1;}
.policyQuick{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0;}
.policyQuick div{background:#2a241e;color:#fff;padding:18px 20px;border-radius:18px;display:flex;justify-content:space-between;gap:12px;}
.policyQuick span{color:#d7b778;}
.policyGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
.policyGrid article{background:#fff;border:1px solid #e3d2b7;border-radius:20px;padding:24px;box-shadow:0 12px 28px rgba(0,0,0,.05);}
.policyGrid h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;margin:0 0 12px;font-size:24px;color:#2d251d;}
.policyGrid ul{margin:0;padding-left:19px;color:#6d5b45;line-height:1.65;}
.policyWide{grid-column:1/-1;}
#explore .exploreCard img.lightboxImage{cursor:zoom-in;}
@media(max-width:980px){.eventPhotoGrid{grid-template-columns:repeat(2,1fr)}.policyGrid{grid-template-columns:1fr}.policyWide{grid-column:auto}}
@media(max-width:620px){.hero h1{font-size:clamp(30px,9vw,42px)!important}.eventPhotoGrid{grid-template-columns:1fr}.eventPhotoCard,.eventPhotoCard img{min-height:0;height:280px}.policyQuick{grid-template-columns:1fr}.policyQuick div{padding:15px 17px}}


/* WE7 */
.eventCTA{padding-top:24px!important;padding-bottom:24px!important;min-height:auto!important;}

/* P10A */
.eventPhotoCard img{object-fit:cover;}


/* RELEASE CANDIDATE 1 — locked P13/P14/P15/P17/P21/P22/P23/P24/P25/P28/P29/P30/P33 */
:root{--bb-gold:#b88938;--bb-brown:#3b2a1d}
.outlineIcon{width:22px;height:22px;flex:0 0 22px;color:var(--bb-gold);display:inline-block;vertical-align:middle;margin-right:7px}
.locationItem{display:inline-flex!important;align-items:center!important;gap:2px!important}
.contactSvg{width:20px;height:20px;color:var(--bb-gold);display:block}
.reachIcon.goldOutlineContact{width:34px!important;height:34px!important;flex:0 0 34px!important;border:1px solid rgba(184,137,56,.56)!important;border-radius:50%!important;background:transparent!important;color:var(--bb-gold)!important}
.reachLinks small{color:#7d6a55!important}
.roomSizeLine{margin:5px 0 12px!important;color:#9a6d25!important;font-weight:700!important;font-size:13px!important;letter-spacing:.02em!important}
.contactHead h2.uniformSectionHeading{font-family:Georgia,'Times New Roman',serif!important;font-weight:400!important;letter-spacing:0!important}
.eventCTA.eventCTAIntegrated{margin-top:34px!important;background:transparent!important;color:#2b2118!important;border:0!important;border-top:1px solid #dfcfb8!important;border-radius:0!important;box-shadow:none!important;padding:28px 16px 4px!important;overflow:visible!important}
.eventCTA.eventCTAIntegrated:before{display:none!important}
.eventCTA.eventCTAIntegrated h3{font-size:clamp(26px,3vw,38px)!important;margin-bottom:10px!important;color:#2b2118!important}
.eventCTA.eventCTAIntegrated p{max-width:820px!important;color:#6d5b45!important;line-height:1.6!important;margin-bottom:18px!important}
.eventCTA.eventCTAIntegrated a.primary{background:transparent!important;color:#8b6423!important;border:1px solid #b88938!important;padding:11px 20px!important}
.cleanEnquiryForm input,.cleanEnquiryForm select,.cleanEnquiryForm textarea{color:#2b2118!important;caret-color:#2b2118!important}
.cleanEnquiryForm input::placeholder,.cleanEnquiryForm textarea::placeholder{color:#8d7b68!important}
.contactColumns{align-items:stretch!important}
.reachPanel,.touchPanel{min-height:590px!important;padding:30px!important}
.reachPanel h3{font-size:29px!important;margin-bottom:10px!important}
.touchPanel h3{font-size:31px!important;margin-bottom:10px!important}
.reachAddress{font-size:13px!important;line-height:1.52!important;margin-bottom:18px!important}
.reachLinks>a{padding:11px 2px!important}
.mapCard{min-height:210px!important}
.footerColumn a[href="#events"]{font-weight:inherit}
@media(min-width:901px){
  .diningHero{height:365px!important;border-radius:20px!important}
  .dishCard{height:162px!important;border-radius:16px!important}
  .diningCopy .dishCard[style]{height:175px!important}
  .eventPhotoCard{min-height:218px!important;border-radius:17px!important}
  .eventPhotoCard img{height:218px!important}
  .galleryGrid{grid-auto-rows:175px!important;gap:14px!important}
  .galleryTile{border-radius:17px!important}
  .exploreHero img{height:322px!important;border-radius:21px!important}
  .exploreText{padding:26px!important;border-radius:21px!important}
  .exploreCard{border-radius:17px!important}
  .exploreCard img{height:147px!important}
  .exploreCard div{padding:15px!important}
  .exploreCard h4{font-size:19px!important}
  .exploreCard p{font-size:13px!important;line-height:1.5!important}
}
@media(max-width:900px){
  .reachPanel,.touchPanel{min-height:0!important}
  .outlineIcon{width:20px;height:20px;flex-basis:20px}
}


/* RELEASE CANDIDATE 2 — frozen P19/P20/Gallery/Reviews/Contact/Rename */
.reviewsCarousel{position:relative;overflow:hidden}
.reviewsViewport{overflow:hidden;padding:4px 2px 8px}
.reviewsTrack{display:flex;gap:20px;will-change:transform}
.reviewsTrack .reviewCard{flex:0 0 calc((100% - 40px)/3);display:flex;flex-direction:column;min-height:245px;box-sizing:border-box}
.reviewsTrack .reviewCard p{flex:1;margin-bottom:22px}
.reviewControls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:18px}
.reviewNav{width:40px;height:40px;border-radius:50%;border:1px solid #d6c4a8;background:#fff;color:#76511c;font-size:27px;line-height:1;cursor:pointer}
.reviewNav:hover{background:#fff7e9;border-color:#b88938}
.reviewDots{display:flex;gap:8px;align-items:center}
.reviewDot{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:#cfbea5;cursor:pointer}
.reviewDot.active{background:#8b6423;transform:scale(1.2)}
.contactColumns{align-items:stretch!important}
.reachPanel,.touchPanel{height:100%!important}
.directionsButton,.cleanEnquiryForm .submitBtn{min-height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;box-sizing:border-box!important;border-radius:8px!important;background:#b88532!important;color:#fff!important;border:0!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-size:13px!important}
.directionsButton:hover,.cleanEnquiryForm .submitBtn:hover{background:#9d722a!important}
@media(max-width:980px){
  .reviewsTrack .reviewCard{flex-basis:100%;min-height:235px}
}

/* RC2.1 frozen corrections */
@media(min-width:851px){
  .contactColumns{align-items:stretch!important;}
  .reachPanel,.touchPanel{display:flex!important;flex-direction:column!important;}
  .reachPanel .mapCard{margin-top:auto!important;}
  .touchPanel .cleanEnquiryForm{display:flex!important;flex-direction:column!important;flex:1!important;}
  .touchPanel .cleanEnquiryForm .submitBtn{margin-top:auto!important;}
}

/* P28 — inline review expansion */
.reviewText{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  overflow:hidden;
}
.reviewCard.is-expanded .reviewText{
  display:block;
  overflow:visible;
}
.reviewToggle{
  align-self:flex-start;
  margin:-10px 0 18px;
  padding:0;
  border:0;
  background:transparent;
  color:#8b6423;
  font:700 12px/1.4 inherit;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}
.reviewToggle[hidden]{display:none!important}
.reviewToggle:hover{color:#654715}
.reviewToggle:focus-visible{outline:2px solid #b88532;outline-offset:4px;border-radius:2px}
@media(max-width:980px){
  .reviewText{-webkit-line-clamp:3}
}
