
.wp-block-button__link {
  font-weight: 600;
  border-radius: 999px;
  padding: 0.8rem 1.6rem;
}
.site-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f4a300;
  color: #0b0d0f;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.site-hero {
  padding: 4.5rem 1rem;
  border-radius: 18px;
  margin-bottom: 2.5rem;
  background: linear-gradient(135deg, #102a43 0%, #136f63 55%, #f4a300 110%);
  color: #ffffff;
}
.site-hero h1 {
  margin-bottom: 0.75rem;
}
.site-hero .intro {
  max-width: 60ch;
  font-size: 1.1rem;
}
.site-hero .wp-block-buttons {
  margin-top: 1.5rem;
  gap: 0.75rem;
}
.site-section {
  padding: 2.75rem 0;
}
.section-light {
  background-color: #fff7e8;
}
.section-slate {
  background-color: #f3f4f6;
}
.section-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.section-heading .eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b7280;
}
.section-heading h2 {
  margin: 0;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.25rem 1.4rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.4);
}
.card h3,
.card h4 {
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}
.card-eyebrow {
  font-size: 0.79rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9ca3af;
}
.events-list-item {
  padding: 0.9rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.events-list-item .event-meta {
  font-size: 0.85rem;
  color: #6b7280;
}
.site-footer {
  font-size: 0.95rem;
}
.site-footer a {
  color: #f9fafb;
}
.site-footer a:hover {
  text-decoration: underline;
}
.top-bar {
  background: #102a43;
  color: #e5e7eb;
  padding: 0.35rem 1rem;
  font-size: 0.85rem;
}
.top-bar a {
  color: #f4a300;
  font-weight: 600;
}
