:root {
  --navy: #071827;
  --navy-soft: #10283d;
  --accent: #c8943d;
  --accent-dark: #a87424;
  --ink: #162130;
  --muted: #647285;
  --soft: #f5f7f9;
  --white: #ffffff;
  --border: #e6ebf0;
}

* {
  box-sizing: border-box;
}

body {
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
  background: var(--white);
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.main-navbar {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 30px rgba(7, 24, 39, .08);
  backdrop-filter: blur(14px);
}

.navbar-brand {
  color: var(--navy);
  font-weight: 800;
  letter-spacing: 0;
}

.site-logo {
  width: 78px;
  height: 54px;
  object-fit: cover;
  object-position: center 51%;
  border-radius: 10px;
  background: #fff;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-brand h3 { margin: 0; }
.footer-logo { width: 86px; height: 58px; }

.rooms-intro { max-width: 760px; margin-left: auto; margin-right: auto; }
.room-card { overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(5, 18, 32, .10); border: 1px solid rgba(5, 18, 32, .08); }
.room-card > img { width: 100%; height: 260px; object-fit: cover; }
.room-card-body { padding: 26px; }
.room-card-body h2 { font-size: 1.8rem; margin: 12px 0 10px; }
.room-icon { color: var(--accent); font-size: 1.5rem; }
.room-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.room-meta span { background: var(--soft); color: var(--navy); border-radius: 999px; padding: 7px 11px; font-size: .88rem; font-weight: 700; }
.room-gallery img { width: 100%; height: 230px; object-fit: cover; border-radius: 14px; transition: transform .25s ease; }
.room-gallery a:hover img { transform: scale(1.03); }
.review-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 26px; box-shadow: 0 14px 34px rgba(7, 24, 39, .08); }
.review-stars { color: var(--accent); letter-spacing: 3px; font-size: 1.25rem; margin-bottom: 12px; }
.review-card strong { color: var(--navy); }

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
}

.main-navbar .nav-link {
  color: var(--ink);
  font-weight: 650;
  padding: 10px 14px;
}

.main-navbar .nav-link.active,
.main-navbar .nav-link:hover {
  color: var(--accent-dark);
}

.btn {
  border-radius: 8px;
  font-weight: 750;
  padding: 12px 22px;
}

.btn-accent {
  color: var(--white);
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 14px 28px rgba(200, 148, 61, .24);
}

.btn-accent:hover {
  color: var(--white);
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-1px);
}

.btn-dark-navy {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.btn-dark-navy:hover {
  color: var(--white);
  background: var(--navy-soft);
}

.hero-section,
.page-hero {
  display: flex;
  align-items: center;
  min-height: 760px;
  padding: 130px 0 80px;
  color: var(--white);
  background-position: center;
  background-size: cover;
}

.page-hero {
  min-height: 500px;
}

.hero-content {
  max-width: 820px;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-kicker.light {
  color: #f2c979;
}

.hero-section h1,
.page-hero h1 {
  max-width: 920px;
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 6vw, 5.9rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
}

.hero-section p,
.page-hero p {
  max-width: 720px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.section-padding {
  padding: 96px 0;
}

.bg-soft {
  background: var(--soft);
}

.bg-navy {
  background: var(--navy);
}

.section-heading {
  margin-bottom: 44px;
}

.section-title {
  margin-bottom: 20px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0;
}

.lead-text {
  color: var(--navy-soft);
  font-size: 1.16rem;
}

.rounded-image {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.shadow-soft {
  box-shadow: 0 26px 60px rgba(7, 24, 39, .14);
}

.feature-card,
.story-card,
.service-card,
.form-panel,
.contact-info-panel,
.location-panel {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 45px rgba(7, 24, 39, .07);
}

.feature-card {
  padding: 28px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.feature-card:hover,
.service-card:hover,
.story-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(7, 24, 39, .13);
}

.icon-circle,
.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: var(--accent-dark);
  background: #fff5e4;
  border-radius: 8px;
  font-size: 1.35rem;
}

.feature-card h3,
.story-card h3,
.service-card h3,
.image-card h3 {
  color: var(--navy);
  font-size: 1.15rem;
  font-weight: 820;
}

.feature-card p,
.story-card p,
.service-card p,
.image-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.gallery-grid img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 24, 39, .1);
  transition: transform .25s ease;
}

.gallery-grid img:hover {
  transform: scale(1.025);
}

.text-link {
  color: var(--accent-dark);
  font-weight: 800;
}

.image-card {
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.image-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.image-card h3,
.image-card p {
  color: var(--white);
  padding-right: 22px;
  padding-left: 22px;
}

.image-card h3 {
  padding-top: 22px;
}

.image-card p {
  padding-bottom: 24px;
  color: rgba(255, 255, 255, .75);
}

.map-wrap {
  overflow: hidden;
  min-height: 420px;
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(7, 24, 39, .1);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.location-panel,
.contact-info-panel,
.form-panel {
  padding: 38px;
}

.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--navy), #15344f);
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--white);
}

.cta-box h2 {
  margin-bottom: 8px;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  font-weight: 850;
}

.cta-box p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
}

.story-card,
.service-card {
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.story-card img,
.service-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.story-card h3,
.story-card p {
  padding-right: 22px;
  padding-left: 22px;
}

.story-card h3 {
  padding-top: 22px;
}

.story-card p {
  padding-bottom: 24px;
}

.split-image-section img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.service-body {
  position: relative;
  padding: 28px;
}

.service-icon {
  position: absolute;
  top: -28px;
  margin-bottom: 0;
  color: var(--white);
  background: var(--accent);
  box-shadow: 0 14px 30px rgba(200, 148, 61, .28);
}

.service-body h3 {
  padding-top: 28px;
}

.wide-image-banner {
  min-height: 420px;
  display: flex;
  align-items: center;
  color: var(--white);
  background-position: center;
  background-size: cover;
}

.wide-image-banner h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 850;
  line-height: 1.08;
}

.contact-row {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.contact-row i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-dark);
  background: #fff5e4;
  border-radius: 8px;
}

.contact-row p {
  margin: 0;
}

.contact-row a {
  color: var(--navy);
  font-weight: 800;
}

.form-control {
  min-height: 52px;
  border-color: var(--border);
  border-radius: 8px;
}

.form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 .2rem rgba(200, 148, 61, .18);
}

.contact-gallery {
  display: grid;
  gap: 20px;
}

.contact-gallery img {
  width: 100%;
  min-height: 200px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.site-footer {
  padding: 72px 0 0;
  color: rgba(255, 255, 255, .72);
  background: #04111d;
}

.site-footer h3,
.site-footer h4 {
  color: var(--white);
  font-weight: 820;
}

.site-footer h3 {
  margin-bottom: 16px;
  font-size: 1.45rem;
}

.site-footer h4 {
  margin-bottom: 18px;
  font-size: 1rem;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 10px;
}

.site-footer a {
  color: rgba(255, 255, 255, .78);
}

.site-footer a:hover,
.footer-map-link {
  color: #f2c979;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(255, 255, 255, .1);
  border-radius: 8px;
}

.footer-bottom {
  margin-top: 54px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #f2c979;
  font-weight: 850;
}

@media (max-width: 991px) {
  .main-navbar .navbar-collapse {
    padding: 18px 0;
  }

  .hero-section {
    min-height: 680px;
  }

  .cta-box {
    display: block;
  }

  .cta-box .btn {
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .hero-section,
  .page-hero {
    min-height: 620px;
    padding-top: 116px;
  }

  .page-hero {
    min-height: 440px;
  }

  .section-padding {
    padding: 68px 0;
  }

  .rounded-image,
  .gallery-grid img,
  .split-image-section img {
    min-height: auto;
    height: 280px;
  }

  .location-panel,
  .contact-info-panel,
  .form-panel {
    padding: 28px;
  }
}

@media (max-width: 480px) {
  .btn-lg {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }
}
