:root{font-family:Arial,Helvetica,sans-serif;color:#172632;background:#fff;font-size:16px}*{box-sizing:border-box}body{margin:0}a{color:inherit}img{display:block;max-width:100%}header{position:sticky;top:0;background:#fff;z-index:10;border-bottom:1px solid #d9dedf}.bar{max-width:1240px;margin:auto;padding:17px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{text-decoration:none;font-weight:700;letter-spacing:.12em;font-size:15px;text-transform:uppercase}.brand small{display:block;letter-spacing:.18em;font-size:10px;color:#9c7850;margin-top:4px}nav{display:flex;align-items:center;gap:26px;font-size:14px}nav a{text-decoration:none}nav a:hover{text-decoration:underline}.button{display:inline-block;background:#172632;color:white;padding:15px 23px;text-decoration:none;border:1px solid #172632;font-weight:700;font-size:14px;cursor:pointer}.button:hover{background:#294455}.button.light{background:white;color:#172632}.button.light:hover{background:#e8e9e6}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.19em;color:#ae8154;font-weight:700}.wrap{max-width:1240px;margin:auto;padding:0 24px}h1,h2,h3{font-weight:500;letter-spacing:-.045em;line-height:1.08}h1{font-size:clamp(42px,6vw,82px);margin:14px 0 24px}h2{font-size:clamp(34px,4vw,54px);margin:12px 0 24px}h3{font-size:25px;margin:10px 0}p{line-height:1.65} .lead{font-size:19px;max-width:650px;line-height:1.55}.hero{position:relative;min-height:600px;display:flex;align-items:end;color:#fff;background:#172632}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,22,31,.76),rgba(8,22,31,.25) 70%),linear-gradient(0deg,rgba(8,22,31,.4),transparent 55%)}.hero-content{position:relative;z-index:1;padding-top:140px;padding-bottom:80px}.hero .eyebrow{color:#e5c6a0}.hero h1{max-width:800px}.hero p{max-width:620px;font-size:19px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.section{padding:90px 0}.section.navy{background:#172632;color:#fff}.section.soft{background:#f3f5f4}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.tile{border-top:1px solid #bdc8ca;padding-top:22px}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.feature-img{width:100%;height:520px;object-fit:cover}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}.gallery a:first-child{grid-column:span 2;grid-row:span 2}.gallery a:first-child img{height:100%;aspect-ratio:auto}.tour{width:100%;aspect-ratio:16/9;border:0}.page-head{padding:75px 0 55px;background:#f3f5f4}.page-head h1{font-size:clamp(40px,5vw,65px);max-width:850px}.detail-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 50px;padding:0;list-style:none}.detail-list li{padding:15px 0;border-bottom:1px solid #c8d0d1}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}label{display:block;font-size:14px;font-weight:700;margin-bottom:6px}input,select,textarea{width:100%;font:inherit;padding:14px;border:1px solid #a9b4ba;border-radius:0;background:#fff;color:#172632}textarea{min-height:120px}form .full{grid-column:1/-1}.hint{font-size:14px;color:#54636b}.calendar{border:1px solid #d6dddf;padding:24px}.calendar h3{margin:0 0 18px}.calendar .days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;text-align:center}.calendar .days span{padding:10px 2px;background:#f3f5f4;font-size:13px}.calendar .days strong{font-size:12px;padding-bottom:7px}.terms h2{font-size:26px;margin-top:42px}.terms p{max-width:850px}.todo{background:#fff2df;padding:2px 5px;color:#785120}footer{background:#101d26;color:white;padding:55px 0}footer .foot{display:flex;justify-content:space-between;gap:24px}footer p{color:#c4cbd0;font-size:14px}.faq details{border-bottom:1px solid #ccd4d4;padding:18px 0}.faq summary{cursor:pointer;font-weight:700}.faq p{margin-bottom:0}@media(max-width:760px){.bar{flex-wrap:wrap;padding:15px 18px}nav{width:100%;gap:16px;overflow:auto;white-space:nowrap;font-size:13px}.wrap{padding:0 18px}.hero{min-height:620px}.hero-content{padding-top:100px;padding-bottom:55px}.section{padding:60px 0}.split,.grid{grid-template-columns:1fr;gap:28px}.feature-img{height:360px}.gallery{grid-template-columns:repeat(2,1fr)}.gallery a:first-child{grid-column:span 2;grid-row:auto}.gallery a:first-child img{aspect-ratio:4/3}.form-grid{grid-template-columns:1fr}.detail-list{grid-template-columns:1fr}footer .foot{display:block}}

.request-result{margin-top:25px;padding:24px;border:1px solid #c8d0d1;background:#f3f5f4}.request-result textarea{min-height:220px;background:#fff}.request-result .actions{margin-top:15px}.request-result .button.light{border-color:#172632}.request-result[hidden]{display:none}

.calendar .days .blocked{background:#d8dcde;color:#536069;text-decoration:line-through}.calendar-key{font-size:14px;font-weight:700;margin:18px 0 8px}.key-blocked{display:inline-block;width:16px;height:16px;background:#d8dcde;vertical-align:middle;margin-right:5px}

.hero-slides{position:absolute;inset:0;overflow:hidden}.hero-slides img{opacity:0;transition:opacity .6s ease}.hero-slides img.active{opacity:1}.hero-controls{position:absolute;right:max(24px,calc((100vw - 1240px)/2 + 24px));bottom:25px;z-index:2;display:flex;align-items:center;gap:10px}.hero-arrow,.hero-dot{appearance:none;border:1px solid rgba(255,255,255,.8);color:white;background:rgba(8,22,31,.42);cursor:pointer}.hero-arrow{width:44px;height:44px;font-size:28px;line-height:1}.hero-dot{width:14px;height:14px;border-radius:50%;padding:0}.hero-dot[aria-current="true"]{background:#fff}.hero-arrow:hover,.hero-arrow:focus-visible,.hero-dot:hover,.hero-dot:focus-visible{outline:2px solid white;outline-offset:3px}.hero-dots{display:flex;gap:10px;align-items:center;padding:0 6px}@media(prefers-reduced-motion:reduce){.hero-slides img{transition:none}}@media(max-width:760px){.hero-content{padding-bottom:130px}.hero-controls{right:18px;bottom:20px}.hero-slides img{object-position:55% center}}
.nearby-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;margin-top:35px}.place-list{list-style:none;padding:0;margin:0}.place-list li{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid #c8d0d1}.place-list span{color:#54636b;text-align:right;font-size:14px}.map-card{display:grid;grid-template-columns:1fr 1.35fr;gap:30px;margin-top:55px;background:#f3f5f4;padding:28px}.map-card iframe{width:100%;height:300px;border:0;filter:saturate(.75)}.gallery-teaser{max-width:980px}.gallery-teaser a:nth-child(n+5){display:none}.gallery-full a:first-child{grid-column:span 2;grid-row:span 2}.gallery-full a:first-child img{height:100%;aspect-ratio:auto}@media(max-width:760px){.nearby-grid,.map-card{grid-template-columns:1fr}.place-list li{display:block}.place-list span{display:block;text-align:left;margin-top:5px}.map-card iframe{height:260px}}
.photo-triptych{display:grid;grid-template-columns:1.15fr 1fr;grid-template-rows:1fr 1fr;gap:8px;height:520px}.photo-triptych img{width:100%;height:100%;object-fit:cover}.photo-triptych img:first-child{grid-row:span 2}@media(max-width:760px){.photo-triptych{height:360px}}
.walkthrough-video{display:block;width:min(100%,720px);max-height:760px;margin-top:28px;background:#172632;object-fit:contain}
