
:root{--gold:#d9aa22;--cream:#f7f2e8;--ink:#111;--muted:#6d675e}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}a{color:inherit}
.topbar{background:#101010;color:#fff;padding:8px 5%;display:flex;justify-content:space-between;align-items:center;font-size:.86rem}.topbar button{background:transparent;border:1px solid #fff;color:#fff;border-radius:999px;padding:5px 10px}
.nav{position:sticky;top:0;z-index:20;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:16px 5%;border-bottom:1px solid #eee}.brand{display:flex;gap:12px;align-items:center;text-decoration:none}.brand span:last-child{display:flex;flex-direction:column}.brand b{font-family:Georgia,serif;font-size:1.25rem;letter-spacing:.04em}.brand small{letter-spacing:.25em;color:#777}.hph{background:var(--gold);padding:10px 12px;font-weight:900;letter-spacing:.08em}.nav nav{display:flex;gap:22px;align-items:center}.nav nav a{text-decoration:none;font-size:.82rem;font-weight:800}.book{background:var(--gold);padding:10px 14px}.menu{display:none;background:none;border:0;font-size:1.4rem}
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:520px;background:var(--cream)}.hero-copy{padding:7vw 6vw;display:flex;flex-direction:column;justify-content:center}.hero img{width:100%;height:100%;object-fit:cover}.eyebrow{font-size:.78rem;letter-spacing:.2em;color:#a97c10;font-weight:900}.hero h1,.title,.room-detail h1{font-family:Georgia,serif}.hero h1{font-size:clamp(3.3rem,6vw,6.5rem);line-height:.95;margin:.2em 0}.hero h2{font-size:1rem;letter-spacing:.08em}.hero p{color:var(--muted);max-width:620px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.btn{display:inline-block;padding:12px 18px;text-decoration:none;font-weight:900}.gold{background:var(--gold)}.outline{border:1px solid #111}.section{padding:80px 6vw}.center{text-align:center}.title{font-size:clamp(2rem,4vw,4rem);margin:.2em 0 .7em}
.service-grid,.room-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-grid article img{width:100%;height:210px;object-fit:cover}.service-grid h3{font-size:.95rem}.service-grid p{color:var(--muted)}
.rooms{background:#faf8f3}.room-grid{grid-template-columns:repeat(4,1fr)}.room-grid article{background:#fff;border:1px solid #e3ddd1;padding:24px}.roomtag{height:120px;display:flex;align-items:center;justify-content:center;background:var(--gold);font-family:Georgia,serif;font-size:2.3rem}.room-grid h3{font-family:Georgia,serif;font-size:1.5rem}.room-grid strong{font-size:1.6rem}.view{display:block;margin-top:16px;font-weight:900;text-decoration:none;border-bottom:2px solid var(--gold);width:max-content}
.why{display:grid;grid-template-columns:1fr 1fr;gap:50px}.why img{width:100%;margin-top:25px}.benefits{display:grid;gap:12px;align-content:center}.benefits div{padding:22px;border-bottom:1px solid #ddd}
.strip{display:grid;grid-template-columns:repeat(5,1fr);background:#f3efe7;padding-top:30px;padding-bottom:30px}.strip div{text-align:center;padding:12px;border-right:1px solid #ddd}.strip small{display:block;color:#666;margin-top:4px}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery-grid img{width:100%;height:220px;object-fit:cover}
.footer{background:#111;color:#fff;padding:50px 6vw;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px}.footer a{text-decoration:none}.footer-brand{display:flex;gap:14px;align-items:flex-start}footer{background:var(--gold);padding:12px;text-align:center;font-size:.8rem}.floating{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.4rem;box-shadow:0 10px 28px #0003}
.room-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:80px 6vw;background:var(--cream);align-items:center}.room-detail h1{font-size:clamp(3rem,6vw,6rem)}.room-detail img{width:100%;height:460px;object-fit:cover}.bigprice{font-size:2.6rem;font-weight:900;margin:25px 0}.amenity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.amenity-grid div{background:#faf8f3;padding:20px}
@media(max-width:850px){.nav nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;padding:20px 5%;flex-direction:column;align-items:flex-start}.nav nav.open{display:flex}.menu{display:block}.hero,.why,.room-detail{grid-template-columns:1fr}.hero img{order:-1;max-height:430px}.service-grid{grid-template-columns:1fr}.room-grid{grid-template-columns:1fr 1fr}.strip{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:1fr 1fr}.footer{grid-template-columns:1fr}.amenity-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.room-grid,.gallery-grid,.strip,.amenity-grid{grid-template-columns:1fr}.hero-copy{padding:14vw 7vw}.section{padding:64px 6vw}.topbar{font-size:.74rem}.room-detail{padding:60px 6vw}}

.room-thumb{width:100%;height:150px;object-fit:cover;margin-bottom:14px}
.balcony-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.balcony-gallery img{width:100%;height:360px;object-fit:cover}
@media(max-width:700px){
  .balcony-gallery{grid-template-columns:1fr}
  .balcony-gallery img{height:260px}
}

.hero{position:relative;overflow:hidden}
.hero img{object-position:center center}
@media(max-width:850px){
  .hero img{height:60vh;max-height:none}
}
