.glass-panel {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

body.page-index .glass-panel {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.glass-nav {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

.text-shadow-sm {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

body:not(.page-index) .material-symbols-outlined {
  vertical-align: middle;
}

.mobile-menu-btn .material-symbols-outlined {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mobile-menu-btn.open .material-symbols-outlined {
  transform: rotate(90deg) scale(1.05);
}

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

body.page-index {
  background-color: #ffffff;
  color: #0f172a;
  font-family: "Manrope", sans-serif;
}

body.page-index h1,
body.page-index h2,
body.page-index h3,
body.page-index h4,
body.page-index .font-headline {
  font-family: "Space Grotesk", sans-serif;
}

.hero-title {
  line-height: 1.1;
}

.hero-gradient {
  background: linear-gradient(135deg, #006b2c 0%, #00873a 100%);
}

.bg-rescue-gradient {
  background: linear-gradient(135deg, #006b2c 0%, #00873a 100%);
}

.masonry-grid {
  column-count: 1;
  column-gap: 1.5rem;
}

@media (min-width: 768px) {
  .masonry-grid {
    column-count: 2;
  }
}

@media (min-width: 1024px) {
  .masonry-grid {
    column-count: 3;
  }
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1.5rem;
}

.mobile-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.mobile-menu-open {
  display: block;
  max-height: 400px;
  opacity: 1;
}

.mobile-menu-hidden {
  display: none;
}

.nav-link {
  position: relative;
}

.nav-link[aria-current="page"] {
  color: #15803d;
}

.nav-link[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  background-color: #16a34a;
  border-radius: 9999px;
}

.mobile-nav-link[aria-current="page"] {
  color: #15803d;
  border-bottom: 2px solid #16a34a;
}

.brand-link {
  text-decoration: none;
}

.symbol-size-32 {
  font-size: 32px;
}

.symbol-filled-static {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.embed-frame {
  border: none;
  overflow: hidden;
}
