html {
  scroll-behavior: smooth;
}

body {
  background-color: #0B0D12;
  color: #FFFFFF;
}

body.sw-page {
  cursor: auto;
}

.break-long-text {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.article-list-snippet {
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  hyphens: auto !important;
  overflow: hidden !important;
}

.sw-inner-page {
  padding-top: 8rem;
  padding-bottom: 5rem;
  min-height: 100vh;
}

.sw-prose {
  color: var(--muted, #A0A0B0);
  line-height: 1.75;
}

.sw-prose h1,
.sw-prose h2,
.sw-prose h3 {
  color: #fff;
  font-family: 'Manrope', sans-serif;
}

.sw-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  backdrop-filter: blur(20px);
}

/* Legacy aliases for inner templates during migration */
.bg-brand-light { background-color: #0B0D12 !important; }
.bg-brand-dark { background-color: #13161D !important; }
.text-brand-accent { color: #FFD23F !important; }
.glass-nav {
  background: rgba(11, 13, 18, 0.85) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cta-button:hover {
  background: linear-gradient(135deg, #FF3B1F, #FFD23F) !important;
  color: #0B0D12 !important;
}

.fade-in-section {
  opacity: 1;
}

.booking-picker-field {
  color-scheme: dark;
}

#booking-form-message.text-red-600,
.text-red-600 { color: #f87171 !important; }
#booking-form-message.text-green-700,
.text-green-700 { color: #4ade80 !important; }
