html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

#global-header a[aria-current="page"]:not([class*="bg-[#C9A961]"]) {
  color: #C9A961;
}

#global-header a[aria-current="page"][class*="bg-[#C9A961]"] {
  color: #FFFFFF;
}

body {
  font-family: var(--font-family-body), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-heading), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.ghl-calendar-shell {
  min-height: 720px;
}

.booking-calendar-panel[hidden] {
  display: none !important;
}

.calendar-group-button[aria-pressed="true"] {
  background: #C9A961;
  border-color: #C9A961;
  color: #FFFFFF;
  box-shadow: 0 14px 30px rgba(201, 169, 97, 0.28);
}

.calendar-group-button[aria-pressed="true"] i,
.calendar-group-button[aria-pressed="true"] span {
  color: #FFFFFF;
}

.booking-calendar-frame {
  min-height: 720px;
}

#hero img {
  object-position: center 42% !important;
}

.service-booking-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  border-radius: 999px;
  background: #C9A961;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.75rem 1rem;
  box-shadow: 0 10px 24px rgba(201, 169, 97, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.service-booking-button:hover {
  background: #B39550;
  box-shadow: 0 14px 30px rgba(201, 169, 97, 0.32);
  transform: translateY(-1px);
}

.service-card-link {
  cursor: pointer;
}

.agenda-service-summary {
  min-height: 4.75rem;
}

.agenda-service-count {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid #E8E0D5;
  border-radius: 999px;
  background: #FAF7F2;
  color: #5B3A29;
  font-size: 0.875rem;
  font-weight: 750;
  line-height: 1.2;
  padding: 0.55rem 0.85rem;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 1rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 1.25rem;
}

.booking-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: 1rem;
}

.booking-contact-card {
  min-width: 0;
  min-height: 100%;
}

.booking-contact-value {
  overflow-wrap: anywhere;
}

.booking-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 1.25rem;
  box-shadow: 0 12px 24px rgba(44, 44, 44, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.booking-social-icon:hover {
  filter: brightness(0.94);
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(44, 44, 44, 0.2);
}

@media (min-width: 1024px) and (max-height: 700px) {
  #hero {
    align-items: flex-start !important;
    padding-top: 5rem !important;
  }

  #hero > .relative.z-10 {
    padding-top: clamp(1rem, 3vh, 2rem);
    padding-bottom: 8rem;
  }
}

@media (max-width: 640px) {
  .booking-calendar-frame,
  .ghl-calendar-shell {
    min-height: 680px;
  }

  .agenda-service-summary {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
