.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.site-footer .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}

.hero-est {
  color: #e6c275;
}

/* Keep footer colors true to prototype even if utility token generation fails. */
.site-footer {
  background-color: #286294;
  color: #bedcff;
}

.site-footer-title,
.site-footer-accent {
  color: #e6c275;
}

.site-footer-copy {
  color: rgba(190, 220, 255, 0.9);
}

.site-footer-nav-link {
  color: rgba(190, 220, 255, 0.8);
}

.site-footer-nav-link:hover {
  color: #e6c275;
}

.site-footer-accent-link {
  color: #e6c275;
}

.site-footer-accent-link:hover {
  color: #ffffff;
}

.site-footer-bottom {
  background-color: rgba(0, 74, 122, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
}

.site-footer-meta {
  color: rgba(190, 220, 255, 0.6);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

body.directions-modal-open {
  overflow: hidden;
}

body.lock-gallery-open {
  overflow: hidden;
}

.site-header {
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.header-mark {
  background: transparent;
  box-shadow: none;
}

.header-mark span {
  color: #ffffff;
  font-family: "Noto Serif", serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.header-nav-link,
.header-mobile-link {
  color: #475569;
  font-family: "Noto Serif", serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.header-directions-trigger {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.header-nav-link:hover,
.header-mobile-link:hover {
  color: #286294;
}

.header-nav-link-active {
  border-bottom: 2px solid #e6c275;
  color: #286294;
  padding-bottom: 0.25rem;
}

.header-mobile-link-active {
  color: #286294;
  font-weight: 500;
}

.header-book-button,
.header-mobile-book {
  background: #004a7a;
  box-shadow: 0 12px 24px rgba(0, 74, 122, 0.15);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 180ms ease, transform 180ms ease;
}

.header-book-button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.9rem 2rem;
}

.header-mobile-book {
  display: inline-flex;
  justify-content: center;
  margin-top: 0.5rem;
  padding: 0.9rem 1.25rem;
}

.header-book-button:hover,
.header-mobile-book:hover {
  opacity: 0.92;
}

.header-book-button:active,
.header-mobile-book:active {
  transform: scale(0.98);
}

.newsletter-section {
  background: linear-gradient(135deg, #004a7a 0%, #286294 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.newsletter-title {
  color: #ffffff;
}

.newsletter-copy {
  color: rgba(208, 228, 255, 0.86);
}

.newsletter-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-input:focus {
  outline: none;
  border-color: #e6c275;
  box-shadow: 0 0 0 1px #e6c275;
}

.newsletter-button {
  background: #e6c275;
  color: #251a00;
}

.newsletter-button:hover {
  background: #ffffff;
}

.accommodation-button {
  border: 0;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  font-weight: 600;
}

.accommodation-button-primary {
  background: #004a7a;
  color: #ffffff;
}

.accommodation-button-primary:hover {
  background: #286294;
  color: #bedcff;
}

.accommodation-button-accent {
  background: #5c4400;
  color: #ffffff;
}

.accommodation-button-accent:hover {
  background: #765b18;
}

.accommodation-button:active {
  transform: scale(0.98);
}

.experiences-kicker {
  color: #5c4400;
}

.experiences-title {
  color: #004a7a;
}

.experiences-copy,
.experiences-bullet {
  color: #41474f;
}

.experiences-rule {
  background-color: #e6c275;
}

.experiences-highlight {
  color: #004a7a;
}

.directions-modal-close,
.directions-option {
  appearance: none;
}

.flash-stack {
  display: grid;
  gap: 0.75rem;
  left: 50%;
  max-width: min(42rem, calc(100vw - 2rem));
  position: fixed;
  top: 6.25rem;
  transform: translateX(-50%);
  width: calc(100vw - 2rem);
  z-index: 65;
}

.flash-banner {
  background: #004a7a;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.9rem;
  box-shadow: 0 18px 42px rgba(0, 74, 122, 0.22);
  color: #ffffff;
  padding: 1rem 1.25rem;
  text-align: center;
}

.flash-banner-success,
.flash-banner-error {
  background: #004a7a;
}

@media (min-width: 768px) {
  .flash-stack {
    top: 7rem;
  }
}
