*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#2c2925;background:#fbfaf7}header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);border-bottom:1px solid #eee}.brand{font-weight:800;letter-spacing:2px;text-decoration:none;color:#222}.brand span{font-weight:400;color:#9a6a38}nav{display:flex;gap:24px}nav a{color:#444;text-decoration:none;font-size:14px}.hero{height:76vh;min-height:560px;position:relative;display:flex;align-items:center;overflow:hidden}.hero>img{width:100%;height:100%;object-fit:cover}.heroPanels{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr}.heroPanel{position:relative;overflow:hidden}.heroPanel img{width:100%;height:100%;object-fit:cover}.heroPanel:first-child{border-right:3px solid rgba(255,255,255,.85)}.heroPanel span{position:absolute;bottom:28px;left:28px;color:#fff;font-size:13px;font-weight:800;letter-spacing:2px;text-shadow:0 2px 10px #000;background:rgba(0,0,0,.34);padding:9px 12px}.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.70),rgba(0,0,0,.30) 48%,rgba(0,0,0,.20))}.heroText{position:absolute;color:#fff;left:8vw;max-width:700px}.heroText p,.eyebrow{letter-spacing:3px;font-size:12px;font-weight:700}.heroText h1{font-family:Georgia,serif;font-size:68px;margin:8px 0}.heroText h2{font-weight:400;font-size:24px;line-height:1.4}.actions,.book{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-block;background:#9a6a38;color:#fff;padding:14px 22px;text-decoration:none;border-radius:3px;font-weight:700;font-size:14px}.btn.ghost{background:transparent;border:1px solid #fff}.btn.dark{color:#5c432c;border-color:#9a6a38}.intro,.property,.contact{padding:90px 7vw;max-width:1400px;margin:auto}.intro{text-align:center}.intro>p:last-of-type{max-width:780px;margin:0 auto 40px;line-height:1.7}.intro h2,.property h2,.contact h2{font:44px Georgia,serif;margin:12px 0 20px}.eyebrow{color:#9a6a38}.cards{display:grid;grid-template-columns:1fr 1fr;gap:28px;text-align:left}.card{background:#fff;box-shadow:0 10px 35px #00000012}.card img{width:100%;height:340px;object-fit:cover}.card div{padding:28px}.card h3{font:30px Georgia,serif;margin:0 0 12px}.card p{line-height:1.6;color:#666}.card a{color:#8a5b2d;font-weight:700;text-decoration:none}.priceNote{max-width:900px;margin:55px auto 0;padding:34px 38px;background:#f5f0e9;text-align:center;border:1px solid #eadfce}.priceNote h3{font:30px Georgia,serif;margin:10px 0 14px}.priceNote p{line-height:1.75;color:#555}.inlinePrice{margin-top:22px;padding:16px 18px;background:#f7f2eb;border-left:4px solid #9a6a38;color:#4f463d!important}.property{max-width:none;background:#fff}.property.alt{background:#f3eee7}.propertyHead{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.propertyHead p{line-height:1.8;color:#555}.propertyHead img{width:100%;height:430px;object-fit:cover}.features{max-width:1200px;margin:35px auto 60px;display:flex;gap:12px;flex-wrap:wrap}.features span{padding:10px 14px;background:#f5f0e9}.roomGrid{max-width:1200px;margin:60px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.roomGrid article{background:#fff;padding-bottom:18px}.roomGrid img{width:100%;height:260px;object-fit:cover}.roomGrid h3,.roomGrid p{margin-left:18px;margin-right:18px}.roomGrid h3{font:24px Georgia,serif}.roomGrid p{color:#666}.galleryTitle{max-width:1200px;margin:50px auto 22px;font:30px Georgia,serif}.gallery{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.photo{border:0;padding:0;background:none;cursor:pointer;height:220px;overflow:hidden}.photo.wide{grid-column:span 2}.photo img{width:100%;height:100%;object-fit:cover;transition:.25s}.photo:hover img{transform:scale(1.03)}.book{max-width:1200px;margin:36px auto 0}.contact{text-align:center}.contact>p{max-width:700px;margin:0 auto 35px;line-height:1.7}.contactBox{max-width:900px;margin:auto;display:grid;grid-template-columns:1fr 1fr;text-align:left;background:#fff;box-shadow:0 10px 35px #00000010}.contactBox div{padding:24px;border:1px solid #eee}.contactBox strong{display:block;margin-bottom:8px}.contactBox a{color:#8a5b2d;text-decoration:none}.contactBox span{color:#555}footer{text-align:center;padding:35px;background:#26231f;color:#ddd}.lightbox{position:fixed;inset:0;background:#000d;display:none;align-items:center;justify-content:center;z-index:50;padding:4vw}.lightbox.open{display:flex}.lightbox img{max-width:95vw;max-height:90vh;object-fit:contain}.lightbox button{position:absolute;right:25px;top:18px;background:none;border:0;color:#fff;font-size:46px;cursor:pointer}@media(max-width:800px){.heroPanels{grid-template-columns:1fr 1fr}.heroPanel span{left:12px;bottom:16px;font-size:10px;letter-spacing:1px;padding:7px 8px}.heroPanel img{object-position:center}.priceNote{padding:26px 20px}.priceNote h3{font-size:25px}header{height:62px;padding:0 18px}nav{display:none}.hero{height:70vh;min-height:500px}.heroText{left:24px;right:24px}.heroText h1{font-size:45px}.heroText h2{font-size:19px}.intro,.property,.contact{padding:60px 20px}.intro h2,.property h2,.contact h2{font-size:34px}.cards,.propertyHead,.roomGrid,.contactBox{grid-template-columns:1fr}.card img,.propertyHead img{height:280px}.gallery{grid-template-columns:1fr 1fr}.photo{height:160px}.photo.wide{grid-column:span 2}.propertyHead{gap:25px}.roomGrid{gap:16px}.roomGrid img{height:240px}}
.langs{display:flex;gap:.35rem;margin-left:.6rem}.langs button{border:1px solid rgba(255,255,255,.45);background:transparent;color:inherit;border-radius:999px;padding:.35rem .55rem;cursor:pointer;font-weight:700}.langs button:hover{background:rgba(255,255,255,.15)}@media(max-width:850px){header{flex-wrap:wrap}.langs{margin-left:auto}}
