body {
  font-family: "Manrope", sans-serif;
}

/* Fallback so footer stays visible even when utility CSS fails to load. */
footer,
.bg-charcoal {
  background-color: #211411;
  color: rgba(255, 255, 255, 0.9);
}

footer a {
  color: rgba(255, 255, 255, 0.75);
}

footer a:hover {
  color: #ffffff;
}

.font-serif {
  font-family: "Playfair Display", serif;
}

.bg-sand-tint {
  background-color: #f3e9e7;
}

.sticky-header {
  backdrop-filter: blur(8px);
  background-color: rgba(248, 246, 246, 0.9);
}

.site-nav a,
.mobile-nav a {
  position: relative;
}

.site-nav a.is-active,
.mobile-nav a.is-active {
  color: #e84f30;
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  width: 100%;
  height: 2px;
  background: #e84f30;
  border-radius: 9999px;
}

.menu-icon {
  transition: transform 0.25s ease;
}

.menu-icon.open {
  transform: rotate(90deg);
}

.page-hero {
  background: radial-gradient(circle at top right, rgba(232, 79, 48, 0.2), transparent 40%),
    radial-gradient(circle at 15% 30%, rgba(91, 99, 72, 0.18), transparent 35%);
}

.card-elevated {
  box-shadow: 0 12px 40px rgba(33, 20, 17, 0.08);
}

@media (max-width: 1023px) {
  .site-nav a.is-active::after {
    display: none;
  }
}
