@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@400;600;700;800&display=swap");:root{--heading-font:"Cormorant Garamond",Georgia,serif;--body-font:"Montserrat",Arial,sans-serif;--ink:#17201c;--muted:#66706b;--paper:#f6f1e8;--cream:#fffaf2;--sand:#d8c7a2;--teal:#0f5e63;--teal-dark:#062f34;--sea:#87b3bf;--coral:#c96c49;--white:#fff;--line:rgba(23,32,28,.14);--shadow:0 24px 80px rgba(23,32,28,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-family:var(--body-font)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.topbar{position:fixed;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px clamp(18px,4vw,56px);color:var(--white);background:linear-gradient(180deg,rgba(6,47,52,.9),rgba(6,47,52,.42),transparent)}.galleryTopbar{position:-webkit-sticky;position:sticky;background:var(--teal-dark)}.topbar div{display:flex;gap:clamp(12px,2vw,24px);font-size:.88rem;text-transform:uppercase}.brand,.topbar div{align-items:center;font-weight:800}.brand{display:inline-flex;gap:10px}.brand img{width:42px;height:42px;object-fit:contain}.hero,.poolHero{position:relative;min-height:92vh;display:grid;align-items:flex-end;overflow:hidden;color:var(--white);background:var(--teal-dark)}.heroShade,.heroVideo,.poolHero>img,.poolHeroShade{position:absolute;inset:0;width:100%;height:100%}.heroVideo,.poolHero>img{object-fit:cover;object-position:68% center;animation:slowHeroZoom 18s ease-in-out infinite alternate}.heroShade,.poolHeroShade{background:linear-gradient(90deg,rgba(6,47,52,.9),rgba(6,47,52,.48),rgba(6,47,52,.1)),linear-gradient(0deg,rgba(6,47,52,.72),transparent 48%)}.heroContent,.poolHeroContent{position:relative;max-width:780px;padding:145px clamp(20px,6vw,90px) 76px}.heroLogo{width:min(176px,42vw);height:auto;margin-bottom:24px;filter:drop-shadow(0 18px 42px rgba(0,0,0,.32))}.eyebrow{margin:0 0 14px;color:var(--coral);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero .eyebrow,.poolHero .eyebrow{color:#f0c28f}h1,h2,h3,p{margin-top:0}h1{margin-bottom:20px;font-size:clamp(3.1rem,8vw,7.2rem);line-height:.94}h1,h2{font-family:var(--heading-font);font-weight:600;letter-spacing:0}h2{font-size:clamp(2rem,4.3vw,4.1rem);line-height:1}.galleryHero p,.hero p,.poolHero p{max-width:660px;font-size:1.2rem;line-height:1.55}@keyframes slowHeroZoom{0%{transform:scale(1)}to{transform:scale(1.06)}}.contactActions,.formRow,.heroActions{display:flex;gap:12px;flex-wrap:wrap}.button,button{border:0;border-radius:6px;padding:13px 18px;cursor:pointer;font-weight:800}.primary{color:var(--white);background:var(--coral)}.outline{color:var(--teal-dark);border:1px solid var(--line);background:var(--white)}.ghost{border:1px solid hsla(0,0%,100%,.62);background:hsla(0,0%,100%,.08)}.ghost,.signature{color:var(--white)}.signature{display:flex;justify-content:center;gap:clamp(16px,3vw,46px);flex-wrap:wrap;padding:26px clamp(20px,6vw,90px);background:var(--teal-dark);font-size:.82rem;font-weight:800;text-align:center;text-transform:uppercase}.section{padding:clamp(56px,8vw,110px) clamp(20px,6vw,90px)}.sectionHeader{max-width:780px;margin-bottom:28px}.featureList,.notice,.roomCard p,.roomCard span,.section p,.sectionHeader p,footer{color:var(--muted)}.roomsSection{background:var(--cream)}.roomGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.roomCard{overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--white);box-shadow:0 8px 30px rgba(23,32,28,.08)}.roomCard img{width:100%;aspect-ratio:4/3;object-fit:cover}.roomCard div{padding:18px}.rateLine{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin:16px 0 10px}.rateLine del{color:var(--muted)}.discountBadge{display:inline-flex;padding:7px 10px;border-radius:999px;color:var(--teal-dark);background:#edf4f2;font-weight:800}.servicesBand{background:linear-gradient(135deg,#f6f1e8,#e6f0ef)}.featureList{margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;list-style:none}.featureList.compact{margin-top:18px;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.featureList li{min-height:92px;display:grid;align-content:center;padding:18px 20px;border:1px solid var(--line);border-radius:6px;background:hsla(0,0%,100%,.78)}.amenityList li{min-height:58px;padding:10px 12px;font-size:.82rem;line-height:1.25}.amenityList a{color:var(--teal-dark);font-weight:800;text-decoration:underline;text-underline-offset:3px}.bookingBand{display:grid;grid-template-columns:minmax(0,.82fr) minmax(390px,.95fr);grid-gap:44px;gap:44px;background:var(--white)}.adminForm,.adminRoom,.bookingForm{display:grid;grid-gap:14px;gap:14px}label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:.92rem;font-weight:700}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:13px 12px;color:var(--ink);background:var(--white)}textarea{min-height:96px;resize:vertical}.paymentChoice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.paymentChoice label{display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid var(--line);border-radius:6px;background:#edf7f5;color:var(--teal-dark)}.paymentChoice input{width:auto}.priceBreakdown{display:grid;grid-gap:0;gap:0;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fffaf1}.priceBreakdown div{display:flex;justify-content:space-between;gap:16px;padding:11px 14px;border-bottom:1px solid var(--line)}.priceBreakdown div:last-child{border-bottom:0}.priceBreakdown span{color:var(--muted)}.priceBreakdown strong{text-align:right}.totalLine{color:var(--teal-dark);background:#edf7f5}.policyList{margin:18px 0 0;padding:16px 16px 16px 34px;border:1px solid var(--line);border-radius:6px;color:var(--muted);background:#fffaf1;line-height:1.45}.installationsPreview{padding:clamp(56px,8vw,100px) clamp(20px,6vw,90px);background:var(--teal-dark);color:var(--white)}.installationsPreview .sectionHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;max-width:none}.installationsPreview h2{margin-bottom:0}.installationsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.installationsGrid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:6px}.destination{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);grid-gap:clamp(32px,6vw,80px);gap:clamp(32px,6vw,80px);align-items:center;background:var(--paper)}.destination iframe{width:100%;min-height:520px;border:0;box-shadow:var(--shadow)}.galleryHero{padding:110px clamp(20px,6vw,90px) 42px;color:var(--white);background:var(--teal-dark)}.galleryPage{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;padding:10px;background:var(--paper)}.galleryPage img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:6px}footer{display:flex;flex-wrap:wrap;gap:16px;padding:26px clamp(20px,6vw,90px);background:var(--teal-dark);color:hsla(0,0%,100%,.78)}footer a,footer strong{color:var(--white)}.adminShell{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr)}.adminSidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:grid;align-content:start;grid-gap:14px;gap:14px;padding:28px;color:var(--white);background:var(--teal-dark)}.adminSidebar button{margin-top:16px;color:var(--ink);background:var(--sand)}.adminContent{padding:34px}.adminHero,.adminPanel{margin-bottom:24px;padding:28px;border:1px solid var(--line);border-radius:6px;background:var(--white)}.adminRoomGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.calendarGrid{display:grid;grid-template-columns:repeat(7,minmax(94px,1fr));grid-gap:8px;gap:8px;margin-bottom:20px;overflow-x:auto}.calendarDay{min-height:104px;display:grid;align-content:start;grid-gap:4px;gap:4px;padding:12px;border-radius:6px;border:1px solid var(--line)}.calendarDay.direct{background:#edf7f5}.calendarDay.ota{background:#f7eee7}.calendarDay em{margin-top:8px;color:var(--coral);font-style:normal;font-weight:800}.adminForm{grid-template-columns:repeat(6,minmax(0,1fr))}.adminForm button{color:var(--white);background:var(--teal)}.integrationGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.bookingTable>div,.integrationGrid>div{display:grid;grid-gap:8px;gap:8px;padding:16px;border:1px solid var(--line);border-radius:6px}.bookingTable{display:grid;grid-gap:10px;gap:10px;margin-top:20px}.bookingTable>div{grid-template-columns:repeat(6,minmax(0,1fr));align-items:center}.bookingTable button{color:var(--white);background:var(--coral)}.promoGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.promoGrid div{display:grid;grid-gap:6px;gap:6px;padding:12px;border:1px solid var(--line);border-radius:6px;background:#edf7f5}.promoGrid span{color:var(--muted);font-size:.82rem}@media (max-width:980px){.topbar{position:absolute}.galleryTopbar{position:-webkit-sticky;position:sticky}.topbar div{display:none}.adminRoomGrid,.adminShell,.bookingBand,.bookingTable>div,.destination,.featureList,.integrationGrid,.paymentChoice,.promoGrid,.roomGrid{grid-template-columns:1fr}.poolHero{min-height:88vh}.destination iframe{min-height:340px}.installationsPreview .sectionHeader{display:grid;align-items:start}.galleryPage,.installationsGrid{grid-template-columns:1fr 1fr}.adminSidebar{position:static;height:auto}.adminForm{grid-template-columns:1fr}}@media (max-width:620px){.galleryPage,.installationsGrid{grid-template-columns:1fr}.priceBreakdown div{display:grid}.priceBreakdown strong{text-align:left}}