/*
Theme Name: Ares East Mesa
Theme URI: https://areseastmesabjj.com/
Author: Codex
Author URI: https://openai.com/
Description: Custom WordPress theme for Ares East Mesa BJJ with CPT-powered announcements and testimonials.
Version: 1.0.0
Text Domain: aem
*/

:root {
  --header-h: 72px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

section {
  scroll-margin-top: calc(var(--header-h) + 12px);
}

.fade-up {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s ease, transform .6s ease;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.announcement-card h3,
.announcement-card .announcement-excerpt {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.nav-link {
  transition: color .2s ease;
}

.nav-link.active {
  color: #fff;
}

.nav-link-current > a,
.nav-link-current.nav-link {
  color: #fff;
  position: relative;
}

.nav-link-current > a::after,
.nav-link-current.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: linear-gradient(90deg, #ef4444, #f97316);
}

.time-chip {
  font-variant-numeric: tabular-nums;
}

.review-dot {
  transition: background .2s ease, box-shadow .2s ease;
}

.dialog::backdrop,
dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}

#mobileMenuNav li a {
  font-size: 1.125rem;
}

.coach-modal-title p {
  margin-bottom: 0.25rem;
}

.coach-modal-title h3 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .coach-modal-photo {
    max-height: 420px;
  }
  .coach-modal-photo img,
  .coach-modal-photo > div {
    height: 420px;
  }
}
