:root{--navy:#0a1628;--green:#3ddc97;--paper:#f8f7f3;--ink:#17273a;--muted:#626b73;--line:#dedfd9}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.6 Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select,summary{touch-action:manipulation}button{cursor:pointer;border:0;background:var(--green);color:var(--navy);border-radius:7px;padding:15px 22px;font-weight:700}button:disabled{opacity:.55;cursor:wait}button:hover:not(:disabled){filter:brightness(.94)}:focus-visible{outline:3px solid #067946;outline-offset:4px}h1,h2,h3,.brand{font-family:Georgia,serif;font-weight:400;line-height:1.15}h1{font-size:clamp(36px,4.7vw,66px);letter-spacing:-2px;margin:20px 0}h2{font-size:clamp(28px,3vw,40px);letter-spacing:-1px;margin:12px 0}h3{font-size:26px;margin:8px 0}h1 em,.closing em{color:#a3e7c5;font-weight:400}p{margin:12px 0}header{background:var(--navy);color:white;border-bottom:1px solid #253247}.nav{max-width:1220px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:24px 28px}.brand{font-size:29px;letter-spacing:-1px}.brand em{color:var(--green)}.brand small{display:block;font:9px/2.5 Arial;letter-spacing:3px;color:#c2c9d0}nav{display:flex;gap:34px;font-size:13px}nav [aria-current]{color:var(--green)}.demo-banner{text-align:center;background:#e9dfc2;color:#54431d;font-size:11px;letter-spacing:.6px;padding:9px 18px}.hero{background:var(--navy);color:#fff;padding:54px max(28px,calc((100% - 1164px)/2)) 90px}.eyebrow{font-size:10px;letter-spacing:2.6px;font-weight:700;color:#4e7865}.hero .eyebrow{color:var(--green)}.hero p{font-size:16px;line-height:1.8;color:#b9c5d2}.hero-note{display:flex;gap:32px;font-size:11px;color:#b9c5d2;margin-top:32px}.search-wrap{max-width:1220px;margin:-39px auto 0;padding:0 28px;position:relative}.search{display:grid;grid-template-columns:1fr 1fr 1fr auto;background:white;padding:17px;border:1px solid var(--line);border-radius:12px;box-shadow:0 14px 32px #0713230d;gap:18px}.search label{font-size:9px;letter-spacing:1.6px;font-weight:700;padding:0 12px;border-right:1px solid var(--line)}input[type=date],select{display:block;max-width:100%;width:100%;border:0;background:transparent;color:var(--ink);font-size:14px;padding:6px 0;letter-spacing:0;min-height:32px}.search button{align-self:stretch;min-width:204px;font-size:13px}.search button span{margin-left:20px}.content{max-width:1220px;margin:auto;padding:0 28px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:64px 0 24px}.section-heading p{font-size:12px;color:var(--muted)}.filter-row{display:flex;gap:20px;align-items:center;margin-bottom:30px}.filter-row label{display:flex;align-items:center;gap:10px;font-size:12px}.filter-row select{border:1px solid var(--line);padding:8px 30px 8px 12px;width:auto;border-radius:30px;font-size:12px}.check input{accent-color:#086743;width:16px;height:16px}.text-button{background:none;padding:8px 0;font-size:12px;font-weight:400;text-decoration:underline;margin-left:auto}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.card{background:white;border:1px solid var(--line);border-radius:10px;overflow:hidden}.card-image{position:relative;display:block;background:#d1c7b6;aspect-ratio:1.4;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;display:block}.badge{position:absolute;top:15px;left:15px;background:#fffffff2;font-size:9px;letter-spacing:1px;padding:5px 9px;border-radius:3px}.card-body{padding:22px}.card-zone{font-size:10px;letter-spacing:1.4px;text-transform:uppercase;color:#5c7467}.card h3{font-size:25px;line-height:1.2}.card-meta{font-size:12px;color:var(--muted)}.pills{display:flex;flex-wrap:wrap;gap:6px;margin:18px 0}.pills span{background:#f5f6f2;border-radius:3px;padding:4px 8px;font-size:10px}.card-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eeeee8;padding-top:16px;gap:12px}.price{font-weight:700;font-size:17px}.price small{display:block;font-size:10px;font-weight:400;color:var(--muted)}.arrow{display:grid;place-items:center;border:1px solid var(--line);width:36px;height:36px;border-radius:50%}.status{color:#237653;font-size:10px;margin-top:8px}.status.unverified{color:#875a10}.empty{grid-column:1/-1;padding:60px 20px;text-align:center;border:1px dashed #b3b7ad;border-radius:10px}.closing{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin:80px auto;padding-top:40px;border-top:1px solid var(--line)}.closing em{color:#31755a}.closing p{max-width:470px}.muted{color:var(--muted);font-size:12px}footer{background:var(--navy);color:#c1cad4;padding:40px 0}footer .content{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px}#notice:not(:empty){max-width:1164px;margin:20px auto;padding:12px 20px;background:#ffefdb;border-radius:7px;color:#68451b}.detail-back{display:inline-block;margin:34px 0 20px;font-size:12px}.detail-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.detail-title h1{font-size:46px;margin:10px 0}.gallery{display:grid;grid-template-columns:2fr 1fr;gap:15px}.gallery img{width:100%;height:440px;object-fit:cover;border-radius:10px}.gallery-note{background:#e6e2d6;border-radius:10px;padding:35px;display:flex;flex-direction:column;justify-content:end}.gallery-note h3{font-size:33px}.detail-columns{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:65px;margin-top:40px}.detail-section{padding:25px 0;border-bottom:1px solid var(--line)}.detail-section h2{font-size:28px}.booking-panel{background:white;border:1px solid var(--line);border-radius:12px;padding:26px;position:sticky;top:20px;align-self:start}.booking-panel h3{margin-bottom:20px}.booking-panel button{width:100%;margin-top:16px}.breakdown{margin:16px 0}.breakdown div{display:flex;justify-content:space-between;gap:12px;font-size:13px;padding:7px 0}.breakdown .total{border-top:1px solid var(--line);font-weight:700;font-size:17px;padding-top:16px}.calendar-toolbar{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.calendar-toolbar button{background:white;border:1px solid var(--line);padding:6px 14px}.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;text-align:center}.calendar span{padding:8px;font-size:12px;border-radius:5px;background:white}.calendar .week{background:transparent;color:var(--muted);font-size:10px}.calendar .blocked{background:#e4e4df;color:#71746d;text-decoration:line-through}.calendar .unknown{background:#f1e7d1;color:#805d23}.calendar .past{opacity:.4}.legend{font-size:11px;color:var(--muted)}details{padding:16px 0;border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:600}.amenities{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:20px 0}.amenities div:before{content:'✓';color:#237653;margin-right:12px}dialog{border:0;border-radius:14px;max-width:560px;width:calc(100% - 30px);padding:32px;box-shadow:0 30px 100px #0003}dialog::backdrop{background:#0a1628aa}dialog pre{font:13px/1.8 Arial;white-space:pre-wrap;background:#f3f3ee;padding:18px;border-radius:7px}dialog button:first-child{float:right;background:none;padding:0;font-size:25px}.skip{position:absolute;left:-10000px}.skip:focus{left:10px;top:10px;background:white;padding:15px;z-index:100}[hidden]{display:none!important}
@media(max-width:900px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-columns{gap:25px;grid-template-columns:minmax(0,1fr) 310px}.search{gap:8px}.search button{min-width:160px}.gallery img{height:340px}.gallery-note{padding:22px}}
@media(max-width:640px){.nav{padding:20px}.brand{font-size:24px}.brand small{font-size:8px;letter-spacing:2px}nav{gap:15px;font-size:11px}.demo-banner{font-size:9px;padding:8px 18px}.hero{padding:34px 20px 78px}h1{font-size:39px;letter-spacing:-1.4px}.hero p{font-size:14px}.hero-note{gap:16px;flex-wrap:wrap;font-size:9px;margin-top:25px}.hero-note span:last-child{display:none}.search-wrap{padding:0 16px;margin-top:-43px}.search{grid-template-columns:1fr 1fr;padding:15px;gap:12px}.search label{padding:0 6px}.search label:nth-child(2){border:0}.search button{min-width:0;font-size:12px;padding:10px}.search button span{display:none}.content{padding:0 20px}.section-heading{margin-top:42px;display:block}.section-heading h2{font-size:30px}.filter-row{gap:12px;flex-wrap:wrap}.cards{grid-template-columns:1fr;gap:24px}.card-image{aspect-ratio:1.5}.card-body{padding:20px}.closing{grid-template-columns:1fr;gap:12px;margin:50px auto;padding-top:30px}.closing h2{font-size:31px}footer .content{display:block}footer p{margin:20px 0}.detail-title h1{font-size:36px}.gallery{grid-template-columns:1fr}.gallery img{height:auto;aspect-ratio:1.25}.gallery-note{padding:20px}.gallery-note h3{font-size:24px}.detail-columns{grid-template-columns:1fr;gap:20px}.booking-panel{position:static;grid-row:1;padding:22px}.booking-panel #inquire{position:fixed;bottom:12px;left:16px;width:calc(100% - 32px);z-index:20;box-shadow:0 4px 25px #0003;padding:17px}.detail-section{padding:20px 0}body:has(#detail:not([hidden])){padding-bottom:80px}.calendar span{padding:8px 4px}#notice:not(:empty){margin:15px 16px}.desktop{display:none}}

.gallery-stack{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gallery-stack img{height:210px;object-fit:cover}@media(max-width:640px){.gallery-stack img{height:140px}}
.gallery-stack{max-height:440px;overflow:auto;align-content:start;scrollbar-color:#3ddc97 #122139;padding-right:6px}
@media(max-width:640px){.gallery-stack{max-height:320px}}

.gallery-cover{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden;border-radius:inherit}.gallery-cover img{display:block;width:100%;height:100%;object-fit:cover}.gallery a{cursor:zoom-in}.all-photos{margin:12px 0 20px;padding:12px 20px;border:1px solid #3ddc97;border-radius:8px;background:#122139;color:#fff;cursor:pointer}.all-photos:focus-visible,.gallery-cover:focus-visible,#photo-dialog button:focus-visible{outline:3px solid #3ddc97;outline-offset:3px}
#photo-dialog{width:min(1100px,96vw);max-width:96vw;max-height:94dvh;padding:16px;border:1px solid #445269;border-radius:14px;background:#0a1628;color:#fff;overflow:auto}#photo-dialog::backdrop{background:rgb(0 0 0 / 85%)}.photo-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.photo-toolbar h2{font-size:18px;margin:0}#photo-dialog button{background:#24364f;color:white;border:1px solid #61748e;border-radius:8px;cursor:pointer;min-width:44px;min-height:44px}.photo-stage{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;margin-top:14px}#photo-full{width:100%;height:70dvh;object-fit:contain;touch-action:pan-y pinch-zoom}#photo-prev,#photo-next{font-size:32px}#photo-count{text-align:center;margin:10px 0 0;color:#c0cedc}@media(max-width:640px){#photo-dialog{padding:10px}.photo-toolbar h2{font-size:15px}.photo-stage{grid-template-columns:40px minmax(0,1fr) 40px;gap:2px}#photo-full{height:62dvh}#photo-dialog button{min-width:40px}.gallery-cover img{height:auto}}

/* Keep gallery arrows symmetrical and disabled preview actions in their panel. */
#photo-prev,#photo-next{padding:0;float:none;width:44px;height:44px;font-size:32px;display:grid;place-items:center}
@media(max-width:640px){#photo-prev,#photo-next{width:40px;height:44px}.booking-panel #inquire:disabled{position:static;width:100%;box-shadow:none}}
/* The cover button must not size the desktop grid from a portrait photo. */
.gallery-cover{min-width:0;height:440px;border-radius:10px}
.gallery-cover img{height:100%;aspect-ratio:auto}
body:has(#photo-dialog[open]){overflow:hidden}
@media(min-width:641px) and (max-width:900px){.gallery-cover,.gallery-stack{height:340px;max-height:340px}.gallery-stack img{height:160px}}
@media(max-width:640px){.gallery-cover{height:auto;aspect-ratio:1.25}.gallery-cover img{height:100%;aspect-ratio:auto}}
@media(max-width:380px){.nav{flex-direction:column;align-items:flex-start;gap:14px}.brand{white-space:nowrap}.brand small{white-space:nowrap}nav{width:100%;justify-content:space-between}.photo-toolbar{align-items:flex-start}.photo-toolbar h2{line-height:1.4}#photo-close{flex-shrink:0;padding:8px}}
