
:root{
  --blue:#2d466f;--blue-dark:#182b49;--gold:#cba577;--cream:#f7f4ee;
  --ink:#22242a;--muted:#6e727b;--line:#e8e3d9;--white:#fff
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.5}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.site-header{position:sticky;top:0;z-index:50;height:88px;background:rgba(45,70,111,.97);display:flex;align-items:center;justify-content:space-between;padding:10px clamp(18px,4vw,64px);box-shadow:0 4px 18px rgba(0,0,0,.08)}
.brand img{width:76px;height:76px;object-fit:cover;border-radius:50%;border:1px solid rgba(203,165,119,.7)}
.header-actions{display:flex;align-items:center;gap:24px}
.lang-switch{display:flex;align-items:center;gap:8px;color:#fff;font-weight:700;letter-spacing:.08em}
.lang-btn{border:0;background:none;color:rgba(255,255,255,.62);cursor:pointer;padding:6px}
.lang-btn.is-active{color:#fff;border-bottom:2px solid var(--gold)}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 24px;font-size:14px;font-weight:700;letter-spacing:.05em;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-small{padding:11px 18px;background:#fff;color:var(--blue)}
.btn-gold{background:var(--gold);color:#10223e}
.btn-ghost{border:1px solid rgba(255,255,255,.65);color:#fff;background:rgba(0,0,0,.12)}
.hero{position:relative;min-height:76vh;display:grid;place-items:center;overflow:hidden}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,34,59,.74),rgba(18,34,59,.28) 60%,rgba(18,34,59,.15))}
.hero-content{position:relative;z-index:2;width:min(1180px,90vw);color:#fff}
.eyebrow{font-size:12px;letter-spacing:.22em;font-weight:700;margin:0 0 14px}
.eyebrow.dark{color:var(--blue)}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;margin-top:0}
h1{font-size:clamp(52px,8vw,104px);line-height:.94;max-width:900px;margin-bottom:22px}
.hero-sub{font-size:clamp(18px,2vw,25px);max-width:720px;margin:0 0 30px;color:rgba(255,255,255,.94)}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.notice{background:var(--blue);color:#fff;border-top:1px solid rgba(255,255,255,.12)}
.notice-inner{max-width:1180px;margin:auto;padding:18px 24px;display:flex;gap:10px;justify-content:center;text-align:center;flex-wrap:wrap}
.notice span{color:rgba(255,255,255,.82)}
.section{max-width:1180px;margin:auto;padding:88px 24px}
.intro{text-align:center;max-width:920px}
.intro h2,.rooms h2,.contact h2{font-size:clamp(36px,5vw,62px);line-height:1.06;margin-bottom:18px}
.lead{font-family:Georgia,"Times New Roman",serif;font-size:20px;color:#555b63}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}
.text-link{color:var(--blue);font-weight:700;white-space:nowrap}
.room-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.room-card{border:1px solid var(--line);background:#fff;overflow:hidden}
.room-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.room-card-wide{grid-column:1/-1}
.room-card-wide img{aspect-ratio:16/7}
.room-body{padding:20px;display:flex;justify-content:space-between;align-items:end;gap:16px}
.room-body h3{font-size:29px;margin-bottom:6px}
.room-body p{margin:0;color:var(--muted)}
.room-body a{color:var(--blue);font-weight:700;font-size:14px}
.why{background:var(--blue);color:#fff}
.why-inner h2{font-size:clamp(38px,5vw,64px);max-width:820px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px}
.why-item{padding:24px;border:1px solid rgba(255,255,255,.18);min-height:190px}
.why-item span{font-size:30px;color:var(--gold)}
.why-item h3{font-size:24px;margin:15px 0 8px}
.why-item p{margin:0;color:rgba(255,255,255,.75)}
.book-band{background:var(--blue-dark);color:#fff;padding:56px max(24px,calc((100vw - 1180px)/2));display:flex;justify-content:space-between;align-items:center;gap:30px}
.book-band h2{font-size:clamp(34px,4vw,52px);margin-bottom:10px}
.book-band p{margin-bottom:0;color:rgba(255,255,255,.75)}
.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:38px}
.contact-card{border-top:2px solid var(--blue);padding-top:18px;display:flex;flex-direction:column;gap:7px}
.contact-label{font-size:12px;letter-spacing:.16em;font-weight:800;color:var(--muted);text-transform:uppercase}
.contact-card a{color:var(--blue);font-weight:700}
footer{background:var(--cream);text-align:center;padding:38px 20px 110px}
footer img{width:96px;height:96px;object-fit:cover;border-radius:50%;margin:0 auto 14px}
footer p{margin:4px}
.footer-small{font-size:13px;color:var(--muted)}
.floating-wa{position:fixed;right:18px;bottom:22px;z-index:60;background:#21c063;color:#fff;border-radius:999px;padding:13px 17px;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.mobile-book{display:none}
@media (max-width:900px){
  .site-header{height:76px;padding:8px 14px}.brand img{width:60px;height:60px}.header-actions{gap:8px}.btn-small{display:none}
  .hero{min-height:74vh}.hero-content{padding-bottom:40px}h1{font-size:58px}.hero-sub{font-size:18px}
  .section{padding:64px 18px}.section-head{align-items:flex-start;flex-direction:column}
  .room-grid{grid-template-columns:1fr}.room-card-wide{grid-column:auto}.room-card-wide img,.room-card img{aspect-ratio:4/3}
  .why-grid{grid-template-columns:1fr 1fr}.book-band{flex-direction:column;align-items:flex-start;padding:48px 18px}
  .contact-grid{grid-template-columns:1fr 1fr}.floating-wa{bottom:78px}
  .mobile-book{position:fixed;display:block;left:0;right:0;bottom:0;z-index:55;background:#fff;padding:10px 12px;box-shadow:0 -6px 18px rgba(0,0,0,.12)}
  .mobile-book a{display:block;background:var(--gold);color:#10223e;text-align:center;border-radius:999px;padding:14px 18px;font-weight:800}
}
@media (max-width:560px){
  .hero{min-height:72vh}.hero-overlay{background:linear-gradient(180deg,rgba(18,34,59,.35),rgba(18,34,59,.74))}
  .hero-content{align-self:end;margin-bottom:34px}h1{font-size:48px}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%}
  .notice-inner{font-size:14px}.room-body{align-items:flex-start;flex-direction:column}.why-grid,.contact-grid{grid-template-columns:1fr}.why-item{min-height:0}
}

.coming-banner{
  background:linear-gradient(90deg,#ead7b9 0%,#d8b98e 100%);
  border-bottom:1px solid rgba(45,70,111,.18);
  color:var(--blue-dark);
}
.coming-banner-inner{
  max-width:1180px;
  margin:0 auto;
  padding:18px 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  text-align:left;
}
.coming-badge{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(45,70,111,.35);
  color:var(--blue-dark);
  background:rgba(255,255,255,.42);
  border-radius:999px;
  padding:8px 12px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  white-space:nowrap;
}
.coming-copy{display:flex;flex-direction:column;gap:3px}
.coming-copy strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  line-height:1.2;
  letter-spacing:.01em;
}
.coming-copy span{
  font-size:15px;
  color:#34435d;
}
@media (max-width:700px){
  .coming-banner-inner{
    padding:14px 16px;
    flex-direction:column;
    gap:8px;
    text-align:center;
  }
  .coming-copy strong{font-size:19px}
  .coming-copy span{font-size:14px;line-height:1.35}
}
