

.hospitality-container { width: min(100%, 1180px); margin: 0 auto; padding-left: 1.618rem; padding-right: 1.618rem; }


.main-header {
  position: sticky;
  top: -4.6rem;
  z-index: 900;
  background: #ffffff;
  border-bottom: 1px solid #d5eae6;
  box-shadow: 0 2px 14px rgba(4, 47, 46, 0.06);
}
.header-topline { height: 4.6rem; display: flex; align-items: center; background: #ffffff; }
.header-inner { display: flex; align-items: center; gap: 1.618rem; width: min(100%, 1180px); margin: 0 auto; padding-left: 1.618rem; padding-right: 1.618rem; }

.header-contact { margin: 0; margin-left: auto; text-align: right; line-height: 1.25; }
.header-contact-label { display: block; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: #6b8a87; font-weight: 700; }
.header-contact a { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 1.05rem; color: #042f2e; }
.header-contact a:hover { color: #0f766e; }

.navigation-toggle { margin-left: auto; }
.navigation-toggle span { background: #042f2e; border-radius: 2px; }


.navigation-band { background: #f0fdfa; border-top: 1px solid #e3f4f0; }
.navigation-list { list-style: none; margin: 0; padding: 0; display: flex; }
.navigation-list li { margin: 0; }
.navigation-link {
  display: block;
  padding: 0.95rem 1.25rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #275c58;
  border-bottom: 3px solid transparent;
}
.navigation-link:hover { color: #042f2e; background: #e6f7f3; text-decoration: none; }
.navigation-link.tab-current { color: #042f2e; border-bottom-color: #c9963f; background: #ffffff; }
.navigation-close { color: #042f2e; }


body { display: flex; flex-direction: column; min-height: 100vh; }
.site-layout { display: flex; flex-direction: column; flex: 1 1 auto; }
.layout-body { display: block; width: 100%; }
.layout-main { display: flex; flex-direction: column; gap: 0; width: 100%; min-width: 0; }
.layout-content { display: flex; flex-direction: column; gap: 0; }
.layout-content > section { flex: 1 1 auto; }


.layout-sidebar {
  width: 100%;
  background: #f8fdfc;
  border-top: 1px solid #dcefec;
  padding: 3.236rem 0;
}
.sidebar-panel {
  position: static;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding-left: 1.618rem;
  padding-right: 1.618rem;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sidebar-block { flex: 1 1 13rem; }
.sidebar-heading { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase; color: #8f6418; margin-bottom: 1rem; }
.sidebar-block { margin-bottom: 0; }
.sidebar-call { display: block; font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 1.18rem; color: #042f2e; }
.sidebar-note { font-size: 0.84rem; color: #6b8a87; margin: 0.4rem 0 0; }
.sidebar-ornament { display: block; width: 100%; height: auto; margin-top: 1rem; }


.site-footer { background: #042f2e; color: #bfe0da; }
.footer-callband { background: #0a4a45; border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
.footer-callband-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.618rem; flex-wrap: wrap; padding-top: 1.618rem; padding-bottom: 1.618rem; }
.footer-callband h2 { color: #ffffff; font-size: 1.42rem; margin: 0 0 0.3rem; }
.footer-callband p { margin: 0; color: #a8d4cd; font-size: 0.95rem; }
.footer-callband-phone { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: clamp(1.3rem, 2.4vw, 1.7rem); color: #ffffff; }
.footer-callband-phone:hover { color: #f0c886; }

.footer-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2.618rem; padding-top: 3.236rem; padding-bottom: 2.618rem; }
.footer-column h3 { color: #ffffff; font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-column ul { list-style: none; padding: 0; margin: 0; }
.footer-column li { margin-bottom: 0.618rem; }
.footer-column a { color: #bfe0da; font-size: 0.93rem; }
.footer-column a:hover { color: #f0c886; }
.footer-column p { color: #bfe0da; font-size: 0.93rem; }
.footer-brand-column .brand-wordmark { color: #ffffff; }
.footer-brand-column img { height: 2.6rem; width: auto; display: block; margin-bottom: 1rem; }

.footer-baseline { border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 1.618rem; padding-bottom: 2.618rem; }
.footer-disclaimer { font-size: 0.85rem; color: #9cc9c2; margin: 0 0 0.7rem; max-width: 70ch; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 1.2rem; list-style: none; margin: 0; padding: 0; }
.footer-legal-links li { margin: 0; }
.footer-legal-links a { color: #bfe0da; font-size: 0.85rem; }
.footer-copyright { font-size: 0.85rem; color: #86b7b0; margin: 0; }


.site-footer .cc-footer-link, .site-footer a.cc-settings-link { color: #bfe0da; font-size: 0.85rem; }


@media (max-width: 1024px) {
  .hospitality-container, .header-inner, .sidebar-panel { padding-left: 1.2rem; padding-right: 1.2rem; }
  .layout-sidebar { padding: 2.618rem 0; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}
@media (max-width: 768px) {
  .main-header { position: static; top: auto; }
  .header-topline { height: auto; padding-top: 0.9rem; padding-bottom: 0.9rem; }
  .navigation-band { background: transparent; border-top: none; }
  .navigation-link { border-bottom: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.618rem; padding-top: 2.618rem; }
  .footer-callband-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; }
}


.footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 0.6rem; }
.cc-footer-separator { color: #6f9a94; font-size: 0.85rem; }


.layout-header { flex: 0 0 auto; }
.layout-footer { flex: 0 0 auto; margin-top: auto; }
.main-navigation { font-family: 'Quicksand', sans-serif; }
