.admin-bar .site-header {
  top: 32px;
}

.screen-reader-text,
.mspm-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 0.75rem;
  left: 0.75rem;
  width: auto !important;
  height: auto !important;
  padding: 0.65rem 1rem !important;
  clip: auto !important;
  border-radius: 999px;
  background: var(--white);
}

/* Keep keyboard focus visible against both the light page and dark service cards. */
:focus-visible {
  outline-color: var(--ink);
}

.landing-card--events a:focus-visible,
.landing-card--audio a:focus-visible {
  outline-color: var(--white);
}

.site-footer a:focus-visible {
  outline-color: var(--white);
}

.inquiry-form input:focus-visible,
.inquiry-form select:focus-visible,
.inquiry-form textarea:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

/* Accessible variants of the approved coral and teal card palette. */
.landing-card--events {
  --card-muted: rgba(255, 253, 248, 0.93);
  background: #b94b37;
}

.landing-card--audio {
  --card-accent: #e7faf6;
  --card-muted: rgba(255, 253, 248, 0.84);
}

/* Make the full service tile use its single, accessible contact link. */
.landing-card__link {
  position: static;
}

.landing-card__link::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  content: "";
}

.landing h1 em {
  display: block;
}

.inquiry-form--unavailable h3 {
  margin: 0;
  font-size: 1.7rem;
  letter-spacing: -0.04em;
}

.inquiry-form--unavailable > p {
  margin: 0;
  color: var(--ink-soft);
}

.inquiry-form button[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.form-note.is-error {
  color: #9d3025;
  font-weight: 800;
}

.content-page {
  min-height: 68vh;
}

.content-page__inner {
  max-width: 52rem;
}

.content-page__inner--centered {
  display: grid;
  justify-items: start;
  gap: 1.25rem;
}

.content-page h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.content-card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.content-card + .content-card {
  margin-top: 1.25rem;
}

.content-card h1 a {
  text-decoration: none;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .nav__links a:focus-visible {
    outline-color: var(--white);
  }
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
