:root {
  --blue: #101996;
  --text: #1a1a1a;
  --muted: #5a5a5a;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: "Work Sans", sans-serif; color: var(--text); background: #fff; }
a { text-decoration: none; color: inherit; }
.container { width: min(1170px, calc(100% - 2rem)); margin: 0 auto; }
.site-header { position: absolute; top: 0; width: 100%; z-index: 20; color: #fff; }
.topbar { height: 50px; background: #111; display: flex; justify-content: space-between; align-items: center; padding: 0 6vw; font-size: 14px; }
.navbar { height: 64px; margin: 12px 6vw 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.navbar nav { display: flex; gap: 1rem; flex-wrap: wrap; }
.navbar nav a { padding: 0.35rem 0.5rem; border-radius: 4px; }
.navbar nav a.active { background: rgba(255,255,255,.16); }
.logo-link img { width: 120px; }
.book-now-btn { background: #fff; color: #111; padding: 0.8rem 1.3rem; border-radius: 999px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; font-size: 13px; }
.hero { min-height: 900px; background-size: cover; background-position: center; padding-top: 140px; }
.hero-slider { width: min(1640px, 88vw); margin: 0 auto; border-radius: 16px; overflow: hidden; position: relative; height: 660px; }
.hero-slider > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.45); }
.hero h1, .hero p, .hero-actions { position: absolute; left: 50%; transform: translateX(-50%); color: #fff; z-index: 2; text-align: center; }
.hero h1 { top: 190px; font-family: "EB Garamond", serif; font-size: clamp(2.4rem, 5vw, 4rem); max-width: 560px; }
.hero p { top: 360px; }
.hero-actions { top: 470px; display: flex; gap: 0.6rem; flex-wrap: wrap; }
.hero-actions a, .hero-actions button { border: 1px solid #fff; color: #fff; padding: 0.9rem 1.3rem; border-radius: 999px; background: transparent; cursor: pointer; text-transform: uppercase; font-weight: 500; }
.intro-section, .rooms-section, .highlight-section, .blog-section { padding: 90px 0; }
.intro-section { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.intro-section figure img, .highlight-section figure img { width: 100%; border-radius: 16px; }
h2 { font-family: "EB Garamond", serif; font-size: clamp(2rem, 4vw, 2.9rem); margin: 0 0 1rem; }
p { color: var(--muted); line-height: 1.65; }
.outline-btn, .outline-white-btn { display: inline-block; border: 1px solid var(--blue); color: var(--blue); padding: .8rem 1.2rem; border-radius: 999px; text-transform: uppercase; font-weight: 600; font-size: 14px; }
.outline-white-btn { border-color: #fff; color: #fff; }
.room-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.room-grid article { border-radius: 16px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,.08); background: #fff; }
.room-grid img { width: 100%; height: 320px; object-fit: cover; display: block; }
.card-meta { padding: 1rem 1.1rem 1.2rem; }
.highlight-section { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.highlight-section.reverse article { order: 1; }
.offer-banner { position: relative; min-height: 420px; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; }
.offer-content { position: relative; z-index: 2; color: #fff; text-align: center; max-width: 760px; }
.social-strip { padding: 70px 0 90px; text-align: center; }
.social-strip div { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; width: min(1720px, 96vw); margin: 2rem auto 0; }
.social-strip img { width: 100%; height: 220px; object-fit: cover; }
.site-footer { background: var(--blue); color: #ddd; text-align: center; padding: 80px 1rem 60px; }
.footer-logo { width: 130px; filter: brightness(0) invert(1); }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: .9rem 1.3rem; margin: 1.2rem 0; }
.footer-links a { color: #ddd; }
.simple-page, .legal-page { padding: 220px 0 90px; min-height: 70vh; }
.legal-page h2 { font-size: 1.5rem; margin-top: 2rem; }
dialog { width: min(420px, 90vw); border: none; border-radius: 16px; padding: 1.2rem 1.2rem 1.4rem; }
dialog::backdrop { background: rgba(0,0,0,.55); }
.dialog-header { display: flex; justify-content: flex-end; margin-bottom: .4rem; }
.dialog-header button { border: 0; background: transparent; font-size: 1.2rem; cursor: pointer; }
#availability-form { display: grid; gap: .75rem; }
#availability-form label { display: grid; gap: .35rem; font-size: 14px; }
#availability-form input, #availability-form button { padding: .7rem; border: 1px solid #ccc; border-radius: 10px; }
#availability-form button { background: var(--blue); color: #fff; border: none; cursor: pointer; }
@media (max-width: 1024px) {
  .intro-section, .highlight-section, .room-grid { grid-template-columns: 1fr; }
  .hero-slider { height: 540px; }
  .hero h1 { top: 150px; }
  .hero p { top: 290px; }
  .hero-actions { top: 370px; }
  .social-strip div { grid-template-columns: repeat(2,1fr); }
  .topbar, .navbar { padding-inline: 1rem; }
}
