:root {
  --cyan: #10b9cc;
  --cyan-dark: #087f8d;
  --teal: #294f53;
  --teal-dark: #17383d;
  --cta-ink: #082f34;
  --cta-fill: #3b5f62;
  --cta-fill-hover: #486d70;
  --cta-outline: #527477;
  --cta-soft: #e3eeee;
  --cta-stroke: #9db9bb;
  --cta-stroke-light: #cfe1e3;
  --ink: #283d40;
  --muted: #66777a;
  --mist: #f1f8f8;
  --warm: #f6f5f2;
  --white: #fff;
  --line: #d5e2e3;
  --error: #9b2828;
  --container: 1360px;
  --page-gutter: clamp(16px, 4vw, 64px);
  --header-height: 124px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  display: flex;
  margin: 0;
  flex-direction: column;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

main {
  flex: 1 0 auto;
}

[hidden] {
  display: none !important;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: var(--teal);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--cyan-dark);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 3000;
  top: -6rem;
  left: 1rem;
  padding: 0.7rem 1rem;
  background: var(--teal-dark);
  color: var(--white);
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(var(--container), calc(100% - (2 * var(--page-gutter))));
  margin-inline: auto;
}

.narrow {
  width: min(820px, calc(100% - (2 * var(--page-gutter))));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--cyan-dark);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.65em;
  color: var(--teal);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  line-height: 1.14;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.45rem, 5vw, 4.6rem);
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
}

h3 {
  font-size: clamp(1.3rem, 2vw, 1.65rem);
}

p {
  margin: 0 0 1.1rem;
}

.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.5vw, 1.2rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.25rem;
  border: 2px solid var(--cta-fill);
  border-radius: 2px;
  background: var(--cta-fill);
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
  border-color: var(--cta-stroke);
  background: var(--cta-fill-hover);
  color: var(--white);
}

.button:focus-visible,
.nav-list .donate-link:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px #31575a;
}

.button.ghost {
  border-color: var(--cta-stroke-light);
  background: transparent;
  color: var(--white);
}

.button.ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.button.dark {
  border-color: var(--cta-fill);
  background: var(--cta-fill);
  color: var(--white);
}

.button.dark:hover {
  border-color: var(--cta-stroke);
  background: var(--cta-fill-hover);
  color: var(--white);
}

.hero .button:not(.ghost),
.forest-band .button,
.site-footer .button:not(.ghost),
.contact-shell .button:not(.ghost) {
  border-color: var(--cta-stroke);
}

.button[disabled] {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.topbar {
  position: relative;
  z-index: 1100;
  flex: 0 0 auto;
  border-bottom: 1px solid #e2eaeb;
  background: var(--white);
  color: #647477;
  font-size: 0.76rem;
}

.topbar-inner {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.topbar a {
  color: var(--cyan-dark);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: var(--header-height);
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(39, 78, 82, 0.12);
  background: rgba(255, 255, 255, 0.98);
  transition: height 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  height: 84px;
  box-shadow: 0 7px 22px rgba(25, 58, 62, 0.12);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.brand {
  max-width: 315px;
  flex: 0 1 315px;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: auto;
  max-height: 78px;
  object-fit: contain;
  object-position: left center;
  transition: max-height 180ms ease;
}

.site-header.scrolled .brand img {
  max-height: 54px;
}

.nav-toggle {
  width: 48px;
  height: 48px;
  display: none;
  flex: 0 0 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  width: 21px;
  height: 2px;
  display: block;
  margin: 5px auto;
  content: "";
  background: currentColor;
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav {
  display: flex;
  align-items: center;
}

.nav-list {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 0.1rem;
  list-style: none;
}

.nav-list > li {
  position: relative;
}

.nav-list a {
  position: relative;
  min-height: 44px;
  display: flex;
  padding: 0.55rem 0.62rem;
  align-items: center;
  color: var(--teal);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-list > li > a:not(.donate-link)::after {
  position: absolute;
  right: 0.62rem;
  bottom: 5px;
  left: 0.62rem;
  height: 2px;
  content: "";
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-list > li > a:hover::after,
.nav-list > li > a:focus-visible::after,
.nav-list > li > a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-list .donate-link {
  min-height: 38px;
  margin-left: 0.4rem;
  padding-inline: 0.95rem;
  border: 2px solid var(--cta-fill);
  background: var(--cta-fill);
  color: var(--white);
}

.nav-list .donate-link:hover {
  border-color: var(--cta-stroke);
  background: var(--cta-fill-hover);
  color: var(--white);
}

.subnav {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 250px;
  display: grid;
  margin: 0;
  padding: 0.5rem;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(27, 62, 67, 0.15);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.has-subnav:hover .subnav,
.has-subnav:focus-within .subnav {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.subnav a {
  min-height: 40px;
  padding: 0.5rem 0.65rem;
  font-size: 0.74rem;
  text-transform: none;
}

.subnav a:hover {
  background: var(--mist);
}

.hero {
  position: relative;
  min-height: 610px;
  display: grid;
  overflow: hidden;
  align-items: center;
  background: var(--teal-dark);
  color: var(--white);
}

.hero-background {
  position: absolute;
  inset: -6%;
  background: url("/assets/images/landscape.jpg") center 48% / cover no-repeat;
  transform: translate3d(0, var(--hero-shift, 0px), 0) scale(1.05);
  will-change: transform;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(18, 52, 57, 0.45), rgba(18, 52, 57, 0.62) 50%, rgba(18, 52, 57, 0.45));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding-block: 96px;
  text-align: center;
}

.hero h1 {
  margin-bottom: 1.1rem;
  color: var(--white);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(2.05rem, 4.2vw, 3.45rem);
  font-weight: 700;
  letter-spacing: 0.025em;
}

.hero p {
  max-width: 780px;
  margin: 0 auto 1.8rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 1.65vw, 1.2rem);
}

.hero .button-row {
  justify-content: center;
}

.hero .button {
  width: min(270px, 100%);
}

.hero-enter {
  animation: hero-rise 650ms ease both;
}

.hero-enter-2 {
  animation-delay: 150ms;
}

.hero-enter-3 {
  animation-delay: 300ms;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.section {
  padding-block: clamp(66px, 8vw, 108px);
}

.section.mist {
  background: var(--mist);
}

.section.sand {
  background: var(--warm);
}

.section.dark {
  background: var(--teal);
  color: #e7f1f2;
}

.section.dark h2,
.section.dark h3,
.section.dark a {
  color: var(--white);
}

.section-heading {
  display: flex;
  margin-bottom: clamp(2.4rem, 5vw, 4rem);
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.section-heading > :first-child {
  max-width: 820px;
}

.section-action {
  margin-top: 3rem;
  text-align: center;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(2rem, 5vw, 4.4rem);
  row-gap: 3.6rem;
}

.service-card {
  min-height: 260px;
  padding: 0;
  border: 0;
  background: transparent;
}

.service-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 1rem;
  object-fit: contain;
}

.service-card h3 {
  margin-bottom: 0.7rem;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.14rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.service-card p,
.service-card ul {
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.92rem;
  list-style: none;
}

.service-card li {
  position: relative;
  padding: 0.2rem 0 0.2rem 0.85rem;
}

.service-card li::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  color: var(--cyan-dark);
  content: "–";
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.5vw, 2.5rem);
}

.staff-card {
  width: 100%;
  max-width: 280px;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  color: var(--ink);
  text-align: center;
}

.staff-photo {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  margin-bottom: 1.1rem;
  overflow: hidden;
  border: 5px solid var(--cyan);
  border-radius: 50%;
  background: #dcebec;
  box-shadow: 0 8px 20px rgba(27, 67, 72, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-card:hover .staff-photo {
  box-shadow: 0 14px 28px rgba(27, 67, 72, 0.2);
  transform: translateY(-5px);
}

.staff-card h3 {
  margin: 0 0 0.25rem;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 600;
  line-height: 1.25;
}

.staff-card h3 a {
  text-decoration: none;
}

.staff-card p {
  margin: 0 0 0.65rem;
  color: #566a6d;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.staff-links {
  display: flex;
  margin: auto 0 0.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.staff-links a,
.profile-professional-icons a {
  width: 44px;
  height: 44px;
  display: grid;
  border: 1.5px solid var(--cta-outline);
  border-radius: 50%;
  place-items: center;
  background: var(--white);
  color: var(--cta-outline);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.staff-links a:hover,
.profile-professional-icons a:hover {
  border-color: var(--cta-outline);
  background: var(--cta-soft);
  color: var(--teal);
}

.staff-links a:focus-visible,
.profile-professional-icons a:focus-visible {
  border-color: var(--cta-outline);
  outline-color: var(--teal-dark);
}

.staff-more {
  width: 100%;
  max-width: 152px;
  min-height: 40px;
  padding: 0.55rem 0.7rem;
  border-color: var(--cta-outline);
  background: transparent;
  color: var(--cta-outline);
  font-size: 0.78rem;
}

.button.staff-more:hover,
.button.staff-more:focus-visible {
  border-color: var(--cta-outline);
  background: var(--cta-soft);
  color: var(--teal);
}

.churches {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--white);
}

#church-title {
  scroll-margin-top: 130px;
}

#staff-directory {
  scroll-margin-top: 82px;
}

.churches .section-heading {
  margin-bottom: 2rem;
}

.church-control {
  min-height: 42px;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--teal);
  border-radius: 2px;
  background: transparent;
  color: var(--teal);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  cursor: pointer;
}

.church-control:hover {
  background: var(--teal);
  color: var(--white);
}

.church-viewport {
  overflow: hidden;
}

.church-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: church-loop 38s linear infinite;
}

.church-track.paused,
.church-viewport:hover .church-track,
.church-viewport:focus-within .church-track {
  animation-play-state: paused;
}

.church-set {
  display: flex;
  padding-right: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.church-logo {
  width: 185px;
  height: 94px;
  display: grid;
  flex: 0 0 185px;
  place-items: center;
}

.church-logo img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

@keyframes church-loop {
  to {
    transform: translateX(-50%);
  }
}

.forest-band {
  position: relative;
  min-height: clamp(340px, 24vw, 440px);
  display: grid;
  overflow: hidden;
  align-items: center;
  background: linear-gradient(90deg, rgba(24, 57, 62, 0.82), rgba(24, 57, 62, 0.38) 65%, rgba(24, 57, 62, 0.2)), url("/assets/images/forest.jpg") center / cover no-repeat;
  color: var(--white);
}

.forest-copy {
  width: 100%;
  max-width: none;
  padding-block: clamp(64px, 6vw, 88px);
}

.forest-band h2 {
  max-width: none;
  color: var(--white);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.45vw, 1.55rem);
  font-weight: 400;
  line-height: 1.28;
  text-wrap: wrap;
}

.forest-band p {
  max-width: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.95rem, 0.25vw + 0.9rem, 1.05rem);
  line-height: 1.5;
  text-wrap: wrap;
}

.quote {
  padding-block: clamp(70px, 8vw, 105px);
  background: var(--warm);
  text-align: center;
}

.quote blockquote {
  max-width: 900px;
  margin: 0 auto 1rem;
  color: var(--teal);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 3.5vw, 2.8rem);
  line-height: 1.28;
}

.quote cite {
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  min-height: 390px;
  display: grid;
  overflow: hidden;
  align-items: end;
  background: var(--teal);
  color: var(--white);
}

.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(8, 142, 157, 0.84), rgba(17, 177, 194, 0.62)), var(--page-image, url("/assets/images/about-banner.jpg")) center / cover no-repeat;
}

.page-hero .container {
  position: relative;
  padding-block: 68px 58px;
}

.page-hero h1 {
  max-width: 850px;
  margin-bottom: 0.35rem;
  color: var(--white);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 300;
  line-height: 1.06;
}

.page-hero p,
.page-hero .eyebrow {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.96);
}

.page-hero p {
  font-size: 1.08rem;
}

.about-hero::before {
  background: linear-gradient(90deg, rgba(6, 153, 171, 0.86), rgba(24, 184, 200, 0.58)), url("/assets/images/about-banner.jpg") center 48% / cover no-repeat;
}

.services-hero::before {
  background: linear-gradient(90deg, rgba(6, 153, 171, 0.86), rgba(24, 184, 200, 0.52)), url("/assets/images/services-banner.jpg") center / cover no-repeat;
}

.about-hero h1,
.services-hero h1 {
  font-size: clamp(2.55rem, 5.3vw, 4.7rem);
}

.breadcrumb {
  display: flex;
  margin-bottom: 0.9rem;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--white);
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(2.3rem, 6vw, 5.5rem);
}

.about-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  box-shadow: 18px 18px 0 var(--mist);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  align-items: start;
  gap: clamp(2rem, 7vw, 5rem);
}

.content-card,
.info-card,
.policy-card,
.download-card {
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(28, 64, 69, 0.07);
}

.content-card,
.policy-card {
  padding: clamp(1.4rem, 3vw, 2.35rem);
}

.info-card {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  padding: 1.5rem;
}

.info-card ul,
.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-card li,
.link-list li {
  padding-block: 0.72rem;
  border-bottom: 1px solid var(--line);
}

.info-card li:last-child,
.link-list li:last-child {
  border-bottom: 0;
}

.staff-profile {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(2rem, 7vw, 5.5rem);
}

.profile-aside {
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.profile-aside .staff-photo {
  max-width: 410px;
  margin-inline: auto;
}

.profile-meta {
  padding-block: 1.15rem;
  border-block: 1px solid var(--line);
  color: var(--muted);
}

.profile-facts {
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.profile-facts > div {
  padding-block: 1rem;
}

.profile-facts > div + div {
  border-top: 1px solid var(--line);
}

.profile-facts dt {
  margin-bottom: 0.55rem;
  color: var(--teal);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-facts dd {
  margin: 0;
  color: var(--muted);
}

.profile-facts dd span {
  display: block;
  margin-bottom: 0.3rem;
}

.profile-facts dd strong {
  min-width: 3.25rem;
  display: inline-block;
  color: var(--teal-dark);
}

.profile-facts dd a {
  display: inline-block;
  margin-top: 0.45rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.profile-professional {
  padding-block: 1rem;
  border-bottom: 1px solid var(--line);
}

.profile-professional > p {
  margin: 0 0 0.65rem;
  color: var(--teal);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-professional-icons {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.profile-copy p {
  margin-bottom: 1.35rem;
}

.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.fees-section {
  background: linear-gradient(180deg, var(--warm) 0%, #fbfaf8 58%, var(--mist) 100%);
}

.rates-panel {
  padding: 0 0 clamp(1.8rem, 4vw, 3.2rem);
}

.fees-intro-grid {
  display: grid;
  margin-bottom: clamp(1.5rem, 3vw, 2.3rem);
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(1.3rem, 4vw, 3rem);
}

.rates-intro {
  max-width: 790px;
}

.rates-intro h2 {
  margin-bottom: 0.7rem;
}

.rates-intro p:last-child {
  margin-bottom: 0;
}

.fees-reassurance {
  padding: clamp(1.2rem, 2.5vw, 1.7rem);
  border-left: 4px solid #86aeb0;
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, 0.72);
}

.fees-reassurance .eyebrow {
  margin-bottom: 0.45rem;
}

.fees-reassurance p:last-child {
  margin: 0;
  color: var(--teal);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.45;
}

.rate-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.rate-card {
  padding: clamp(1.4rem, 3vw, 2.3rem);
  border: 1px solid #d6e1df;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(41, 79, 83, 0.07);
}

.rate-card.associate-rate {
  border-color: #b8cfcd;
  background: #e8f2f1;
}

.rate-type {
  margin: 0 0 0.55rem;
  color: var(--teal);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rate-card h3 {
  margin-bottom: 1.35rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.rate-amounts {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(41, 79, 83, 0.18);
}

.rate-amounts > div {
  display: flex;
  min-height: 100px;
  padding: 1.05rem 0 0.15rem;
  flex-direction: column-reverse;
  justify-content: center;
  background: transparent;
}

.rate-amounts > div + div {
  margin-left: 1.3rem;
  padding-left: 1.3rem;
  border-left: 1px solid rgba(41, 79, 83, 0.18);
}

.rate-amounts dt {
  color: #586c6f;
  font-size: 0.82rem;
  font-weight: 600;
}

.rate-amounts dd {
  margin: 0 0 0.15rem;
  color: var(--teal-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.65rem);
  line-height: 1;
}

.rates-note {
  max-width: 920px;
  margin: 1.4rem 0 0;
  color: #586c6f;
  font-size: 0.92rem;
}

.fees-details {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: stretch;
  gap: 1.35rem;
}

.policy-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.policy-card {
  display: flex;
  border-color: rgba(41, 79, 83, 0.13);
  border-radius: 12px;
  flex-direction: column;
  box-shadow: 0 10px 28px rgba(41, 79, 83, 0.06);
}

.insurance-card {
  background: rgba(255, 255, 255, 0.9);
}

.assistance-card {
  background: #e8f2f1;
}

.cancellation-card {
  background: #fffaf3;
}

.policy-card h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.policy-card h2::after {
  width: 46px;
  height: 2px;
  display: block;
  margin-top: 0.75rem;
  background: #86aeb0;
  content: "";
}

.insurance-logos {
  display: grid;
  margin-top: auto;
  padding-top: 1.35rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.insurance-logos div {
  min-height: 88px;
  display: grid;
  padding: 0.85rem;
  border: 1px solid rgba(41, 79, 83, 0.11);
  border-radius: 8px;
  place-items: center;
  background: #f8fbfa;
}

.insurance-logos img {
  max-height: 54px;
}

.fees-contact-band {
  display: flex;
  margin-top: 1.35rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(41, 79, 83, 0.12);
  border-radius: 14px;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.25rem, 4vw, 3rem);
  background: #e9e1d7;
}

.fees-contact-band > div {
  max-width: 800px;
}

.fees-contact-band h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.fees-contact-band p:last-child {
  margin: 0;
  color: #4d6265;
}

.fees-contact-band .button {
  flex: 0 0 auto;
}

.contact-shell {
  background: var(--teal-dark);
  color: #e9f3f4;
}

.contact-shell > .section {
  min-height: 760px;
  display: flex;
  align-items: center;
}

.contact-shell h1,
.contact-shell h2,
.contact-shell h3,
.contact-shell a {
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 42fr) minmax(0, 58fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 5rem);
}

.contact-info {
  padding-top: 1rem;
}

.contact-info h1 {
  font-size: clamp(2.5rem, 4.7vw, 4.25rem);
}

.contact-info address {
  font-style: normal;
}

.contact-info-list {
  display: grid;
  margin: 2rem 0;
  gap: 0;
}

.contact-info-item {
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-info-item small {
  display: block;
  color: var(--cyan);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.directions-link {
  display: inline-block;
  margin-top: 0.25rem;
  color: var(--cyan) !important;
}

.form-card {
  padding: clamp(1.35rem, 3vw, 2.5rem);
  border-top: 5px solid var(--cyan);
  background: var(--white);
  color: var(--ink);
  scroll-margin-top: 92px;
}

.form-card h2,
.form-card a {
  color: var(--teal);
}

.privacy-notice {
  padding: 0.9rem 1rem;
  border-left: 4px solid var(--cyan);
  background: var(--mist);
  font-size: 0.88rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
}

.field {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 0.32rem;
}

.field.full {
  grid-column: 1 / -1;
}

label,
legend {
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.68rem 0.75rem;
  border: 1px solid #aebfc1;
  border-radius: 2px;
  background: #fbfdfd;
  color: var(--ink);
}

textarea {
  min-height: 116px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--cyan-dark);
  outline: 3px solid rgba(16, 185, 204, 0.2);
}

.check-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 0.55rem;
}

.check-row input {
  width: 20px;
  min-height: 20px;
  margin-top: 0.1rem;
}

.check-row .field-error {
  grid-column: 2;
}

.microcopy {
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.45;
}

.field-error {
  min-height: 1em;
  margin: 0;
  color: var(--error);
  font-size: 0.76rem;
  font-weight: 600;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-left: 4px solid #2e8b51;
  background: #edf8f0;
  color: #155d2d;
}

.form-status.error {
  border-left-color: var(--error);
  background: #fff0f0;
  color: #812323;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.download-card {
  padding: 1.35rem;
}

.download-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.download-list li {
  border-top: 1px solid var(--line);
}

.download-list a {
  display: flex;
  padding-block: 0.65rem;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}

.download-list span {
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
}

.notice {
  padding: 1rem 1.15rem;
  border-left: 5px solid var(--cyan);
  background: var(--mist);
}

.site-footer {
  flex: 0 0 auto;
  padding-block: 64px 28px;
  background: var(--teal-dark);
  color: #cfe0e2;
}

.site-footer h3,
.site-footer a {
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.65fr 0.9fr;
  gap: clamp(2rem, 6vw, 5rem);
}

.footer-logo {
  width: min(360px, 100%);
  height: auto;
  aspect-ratio: 100 / 31;
  object-fit: contain;
  margin-bottom: 1.5rem;
  filter: brightness(0) invert(1);
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.45rem;
}

.footer-base {
  display: flex;
  margin-top: 2.8rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  justify-content: space-between;
  gap: 1rem;
  color: #9fb6b9;
  font-size: 0.74rem;
}

.back-to-top {
  position: fixed;
  z-index: 900;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-size: 1.1rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1360px) {
  .brand {
    max-width: 270px;
    flex-basis: 270px;
  }

  .nav-list a {
    padding-inline: 0.48rem;
    font-size: 0.64rem;
  }

  .staff-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 2.5rem;
  }

  .staff-card:last-child {
    width: calc(50% - 0.85rem);
    grid-column: 2 / span 2;
    justify-self: center;
  }
}

@media (max-width: 1199px) {
  :root {
    --header-height: 92px;
  }

  .site-header.scrolled {
    height: 78px;
  }

  .brand {
    max-width: 235px;
    flex-basis: min(235px, calc(100% - 70px));
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    display: block;
    padding: 1rem 20px 3rem;
    overflow-y: auto;
    background: var(--white);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-header.scrolled .site-nav {
    top: 78px;
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-list {
    display: grid;
    align-items: stretch;
  }

  .nav-list a {
    min-height: 50px;
    padding: 0.72rem 0.35rem;
    border-bottom: 1px solid var(--line);
    font-size: 0.8rem;
  }

  .nav-list > li > a:not(.donate-link)::after {
    display: none;
  }

  .nav-list .donate-link {
    margin: 1rem 0 0;
    justify-content: center;
  }

  .subnav {
    position: static;
    width: auto;
    padding: 0 0 0 1rem;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .subnav a {
    min-height: 42px;
  }
}

@media (max-width: 980px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staff-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .staff-card:last-child {
    width: auto;
    grid-column: auto;
  }

  .about-split,
  .content-grid,
  .staff-profile,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-image,
  .profile-aside {
    width: min(560px, 100%);
    margin-inline: auto;
  }

  .info-card,
  .profile-aside {
    position: static;
  }

  .contact-shell > .section {
    min-height: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > :first-child {
    grid-column: 1 / -1;
  }

  .fees-intro-grid,
  .fees-details {
    grid-template-columns: 1fr;
  }

  .fees-reassurance {
    max-width: 660px;
  }

  .policy-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
}

@media (max-width: 767px) {
  .staff-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(76vw, 280px);
    gap: 1.1rem;
    padding-bottom: 0.85rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0;
    scroll-snap-type: inline mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .staff-grid .staff-card {
    width: 100%;
    max-width: none;
    height: 100%;
    justify-self: stretch;
    scroll-snap-align: start;
  }

  .staff-more {
    max-width: none;
    margin-top: auto;
  }
}

@media (max-width: 620px) {
  .topbar {
    font-size: 0.6rem;
  }

  .topbar-inner {
    min-height: 43px;
    line-height: 1.35;
  }

  .hero {
    min-height: 590px;
  }

  .hero-background {
    inset: 0;
    background-position: 58% center;
    transform: none;
  }

  .hero-content {
    padding-block: 74px;
  }

  .hero .button-row {
    display: grid;
    width: min(340px, 100%);
    margin-inline: auto;
  }

  .hero .button {
    width: 100%;
  }

  .section {
    padding-block: 60px;
  }

  .section-heading {
    display: block;
  }

  .section-heading > .button,
  .section-heading > .church-control {
    margin-top: 0.8rem;
  }

  .services-grid,
  .rate-options,
  .rate-amounts,
  .form-grid,
  .download-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .policy-stack {
    grid-template-columns: 1fr;
  }

  .rate-amounts > div {
    min-height: 82px;
  }

  .rate-amounts > div + div {
    margin: 0.65rem 0 0;
    padding-left: 0;
    border-top: 1px solid rgba(41, 79, 83, 0.18);
    border-left: 0;
  }

  .fees-contact-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-card {
    min-height: 0;
  }

  .page-hero {
    min-height: 335px;
  }

  .page-hero .container {
    padding-block: 54px 46px;
  }

  .field.full {
    grid-column: auto;
  }

  .forest-band {
    min-height: 440px;
    background-position: 62% center;
  }

  .footer-grid > :first-child {
    grid-column: auto;
  }

  .footer-base {
    display: block;
  }
}

@media (min-width: 360px) and (max-width: 620px) {
  .topbar-inner span {
    white-space: nowrap;
  }
}

@media (max-width: 359px) {
  .staff-grid {
    grid-auto-columns: min(76vw, 260px);
  }
}

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

  .hero-background {
    transform: none !important;
  }

  .church-viewport {
    overflow-x: auto;
  }

  .church-track {
    animation: none;
  }

  .church-set[aria-hidden="true"] {
    display: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.force-reduced-motion .hero-background {
  transform: none !important;
}

.force-reduced-motion .church-viewport {
  overflow-x: auto;
}

.force-reduced-motion .church-track {
  animation: none;
}

.force-reduced-motion .church-set[aria-hidden="true"] {
  display: none;
}

.force-reduced-motion .reveal {
  opacity: 1;
  transform: none;
}

/* =========================================================
   SITE-WIDE READABILITY / ACCESSIBILITY PASS
   Added for clearer reading across desktop and mobile,
   especially for older adults and users with reduced vision.
   ========================================================= */

:root {
  /* Slightly darker secondary copy for stronger contrast. */
  --muted: #566a6d;
}

body {
  font-size: 17px;
  line-height: 1.7;
}

/* Avoid thin text for normal reading content. */
body,
p,
li,
dd,
address,
label,
input,
select,
textarea {
  font-weight: 400;
}

/* Comfortable reading size and line spacing for primary content. */
main p,
main li,
main dd,
main address {
  font-size: 1.0625rem;
  line-height: 1.7;
}

/* Keep long-form paragraphs from becoming too wide to scan comfortably. */
main p {
  max-width: 72ch;
}

/* Introductory / lead copy. */
.lead {
  font-size: clamp(1.125rem, 1.05rem + 0.25vw, 1.25rem);
  line-height: 1.65;
  color: #566a6d;
}

/* Small uppercase section labels remain visually secondary,
   but no longer become tiny or faint. */
.eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

/* Buttons should be immediately readable without feeling oversized. */
.button {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25;
}

/* Utility bar. */
.topbar {
  color: #536568;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* Primary navigation: slightly larger and less compressed. */
.nav-list a {
  font-size: 0.75rem;
  letter-spacing: 0.035em;
}

.subnav a {
  font-size: 0.8125rem;
}

/* Homepage hero supporting copy. */
.hero p {
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

/* Service descriptions were previously among the smallest text on the site. */
.service-card p,
.service-card ul,
.service-card li {
  font-size: 1.0625rem;
  line-height: 1.65;
}

/* Staff details stay secondary but remain comfortably readable. */
.staff-card p {
  color: #526669;
  font-size: 0.9375rem;
  line-height: 1.5;
}

/* Small controls / captions. */
.church-control {
  font-size: 0.8125rem;
}

/* Image-band copy. */
.forest-band h2 {
  font-weight: 500;
}

.forest-band p {
  font-size: clamp(1.0625rem, 0.25vw + 1rem, 1.15rem);
  line-height: 1.65;
}

.quote cite {
  font-size: 0.8125rem;
}

/* Interior page heroes: remove the ultra-light title weight. */
.page-hero h1 {
  font-weight: 500;
}

.page-hero p {
  font-size: 1.125rem;
  line-height: 1.6;
}

/* Breadcrumbs, if present, remain secondary but readable. */
.breadcrumb {
  font-size: 0.75rem;
  line-height: 1.5;
}

/* Profile information. */
.profile-meta,
.profile-facts dd {
  color: #566a6d;
  font-size: 1rem;
  line-height: 1.65;
}

.profile-facts dt,
.profile-professional > p {
  font-size: 0.8125rem;
}

.profile-facts dd a {
  font-size: 1rem;
}

/* Fees & Insurance page supporting copy. */
.rate-type {
  font-size: 0.8125rem;
}

.rate-amounts dt {
  color: #526669;
  font-size: 0.9375rem;
}

.rates-note {
  color: #526669;
  font-size: 1rem;
  line-height: 1.65;
}

.policy-card p,
.fees-contact-band p {
  font-size: 1.0625rem;
  line-height: 1.65;
}

/* Contact information labels. */
.contact-info-item small {
  font-size: 0.75rem;
  line-height: 1.45;
}

/* Forms: stronger labels, comfortable input text, readable support copy. */
label,
legend {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

input,
select,
textarea {
  font-size: 1rem;
  line-height: 1.45;
}

.privacy-notice {
  font-size: 1rem;
  line-height: 1.6;
}

.microcopy {
  color: #566a6d;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.field-error {
  font-size: 0.875rem;
  line-height: 1.45;
}

/* Downloads and supporting labels. */
.download-list span {
  font-size: 0.8125rem;
}

/* Footer copy should not drop into tiny text. */
.site-footer p,
.site-footer li,
.site-footer address {
  font-size: 1rem;
  line-height: 1.65;
}

.footer-base {
  color: #b4c8ca;
  font-size: 0.875rem;
  line-height: 1.55;
}

/* Keep the latest Fees & Insurance resource controls readable even though
   that page includes a few page-specific styles after site.css. */
main .fees-section .insurance-resource-intro p {
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

main .fees-section .insurance-link-label {
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
}

/* Preserve desktop navigation fit while improving mobile navigation size. */
@media (min-width: 1200px) and (max-width: 1360px) {
  .nav-list a {
    font-size: 0.69rem;
  }
}

@media (max-width: 1199px) {
  .nav-list a {
    font-size: 0.875rem;
  }
}

/* Mobile-specific readability without making the interface feel oversized. */
@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .topbar {
    font-size: 0.8125rem;
  }

  .topbar-inner span {
    white-space: normal;
  }

  main p,
  main li,
  main dd,
  main address,
  .service-card p,
  .service-card ul,
  .service-card li,
  .policy-card p,
  .fees-contact-band p {
    font-size: 1.0625rem;
    line-height: 1.68;
  }

  .lead {
    font-size: 1.125rem;
  }

  .page-hero p {
    font-size: 1.0625rem;
  }

  label,
  legend,
  input,
  select,
  textarea {
    font-size: 1rem;
  }

  .microcopy {
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  .button {
    font-size: 0.9375rem;
  }
}

/* =========================================================
   INTERIOR PAGE HERO STANDARDIZATION
   Replaces image-overlay headers with a clean solid color
   block across all interior pages. Homepage hero is unchanged.
   ========================================================= */

.page-hero {
  min-height: 250px;
  align-items: center;
  background: var(--teal);
}

/* Remove all interior-page hero images/overlays, including
   page-specific About / Services background images. */
.page-hero::before,
.about-hero::before,
.services-hero::before {
  display: none !important;
  background: none !important;
}

/* Keep interior hero copy comfortably positioned and readable. */
.page-hero .container {
  position: relative;
  z-index: 1;
  padding-block: 54px;
}

.page-hero h1 {
  max-width: 860px;
  margin-bottom: 0.45rem;
  color: var(--white);
  font-size: clamp(2.35rem, 4.5vw, 4rem);
  font-weight: 600;
  line-height: 1.08;
}

.page-hero p {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.0625rem, 1.2vw, 1.2rem);
  line-height: 1.6;
}

.page-hero .eyebrow {
  color: #8fe8f0;
}

/* Breadcrumbs were adding visual noise on this shallow site. */
.page-hero .breadcrumb,
.breadcrumb {
  display: none !important;
}

/* Mobile: keep the header compact so content appears sooner. */
@media (max-width: 620px) {
  .page-hero {
    min-height: 210px;
  }

  .page-hero .container {
    padding-block: 42px;
  }

  .page-hero h1 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .page-hero p {
    font-size: 1.0625rem;
  }
}

/* =========================================================
   LAUNCH COPY / HERO CLEANUP
   Removes avoidable repetition and prevents desktop hero
   supporting copy from wrapping unnecessarily.
   ========================================================= */

/* About hero currently repeats the same faith-based message
   in the eyebrow and H1. Keep the H1; suppress the duplicate eyebrow. */
.about-hero .eyebrow {
  display: none;
}

/* The second footer-base sentence repeats the mission across every page.
   Keep the useful footer description above and the copyright line here. */
.footer-base > span:last-child {
  display: none;
}

.footer-base {
  justify-content: flex-start;
}

/* Give interior hero titles/supporting copy enough desktop measure.
   This removes the artificial line breaks visible on Fees and Our Staff. */
@media (min-width: 1200px) {
  .page-hero h1 {
    max-width: 1180px;
  }

  .page-hero p {
    max-width: 1100px;
  }
}

/* =========================================================
   SUBTLE ROUNDED CORNERS / MODERNIZATION PASS
   Keeps the site polished and contemporary without making
   the interface feel overly soft or app-like.
   ========================================================= */

/* Large framed content blocks */
.form-card,
.policy-card,
.rate-card,
.download-card,
.success-state,
.content-card,
.info-card {
  border-radius: 12px;
}

/* Preserve content clipping where framed panels need it */
.form-card,
.success-state,
.download-card,
.content-card,
.info-card {
  overflow: hidden;
}

/* Smaller framed UI elements */
.form-status,
.privacy-notice,
.notice,
.fees-reassurance,
.insurance-logos > a,
.insurance-logos > div,
.compact-details {
  border-radius: 10px;
}

/* Form controls and buttons */
input,
select,
textarea,
.button,
button,
input[type="submit"] {
  border-radius: 8px;
}

/* Keep circular controls/icons circular */
.success-state-icon,
.staff-photo,
.staff-links a,
.profile-professional-icons a,
.nav-toggle,
.back-to-top {
  border-radius: 999px;
}

/* Keep utility/navigation elements crisp */
.subnav,
.nav-list .donate-link {
  border-radius: 6px;
}

/* On mobile, maintain the same restrained corner language */
@media (max-width: 620px) {
  .form-card,
  .policy-card,
  .rate-card,
  .download-card,
  .success-state,
  .content-card,
  .info-card {
    border-radius: 10px;
  }

  input,
  select,
  textarea,
  .button,
  button,
  input[type="submit"] {
    border-radius: 7px;
  }
}

/* =========================================================
   RESPONSIVE COPY WRAPPING
   Prevents short final-line "widows" in key supporting copy
   without inserting hard line breaks into the HTML.
   ========================================================= */

/* Contact intro is short enough to balance naturally across
   the available column width on desktop and mobile. */
.contact-info > p {
  max-width: 46ch;
  text-wrap: balance;
}

/* Supporting hero/lead copy can wrap more gracefully as the
   viewport changes without forced <br> tags. */
.page-hero p,
.lead {
  text-wrap: pretty;
}

/* Modern browsers use "pretty" wrapping to avoid awkward
   single-word final lines in ordinary reading copy. */
.policy-card p,
.content-card p,
.profile-copy p,
.service-card p {
  text-wrap: pretty;
}

@media (max-width: 980px) {
  .contact-info > p {
    max-width: 58ch;
  }
}

@media (max-width: 620px) {
  .contact-info > p {
    max-width: none;
    text-wrap: pretty;
  }
}

/* =========================================================
   CONTACT FORM COMPONENT REFINEMENT
   Corrects a few components that looked awkward after the
   global rounded-corner pass.
   ========================================================= */

/* Privacy callout: make the border treatment intentional
   instead of a rounded panel with a floating left stripe. */
.form-card .privacy-notice {
  padding: 1rem 1.1rem;
  border: 1px solid #d6e7e8;
  border-left: 4px solid var(--cyan);
  border-radius: 8px;
  background: var(--mist);
}

/* Optional note: this component previously had only top/bottom
   borders, so adding radius created odd disconnected arcs.
   Turn it into a proper compact accordion card. */
.form-card .compact-details {
  padding: 0;
  border: 1px solid #d8e4e2;
  border-radius: 8px;
  overflow: hidden;
  background: #fbfdfd;
}

.form-card .compact-details summary {
  display: flex;
  min-height: 52px;
  padding: 0.85rem 1rem;
  align-items: center;
  cursor: pointer;
}

.form-card .compact-details summary::before {
  flex: 0 0 auto;
  width: 1.15em;
  margin-right: 0.45rem;
}

.form-card .compact-details .details-body {
  margin-top: 0;
  padding: 0 1rem 1rem;
}

/* Checkbox: opt out of the generic text-input sizing/radius. */
.form-card .check-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 0;
  border-radius: 3px;
  accent-color: var(--cyan-dark);
}

/* Desktop/tablet submit CTA: don't let the grid stretch the
   button into an oversized full-width bar. */
.form-card [data-submit-button] {
  width: auto;
  min-width: 190px;
  justify-self: start;
  padding-inline: 1.5rem;
}

/* On phones, a full-width primary action is easier to tap and
   appropriately matches the narrow form layout. */
@media (max-width: 620px) {
  .form-card [data-submit-button] {
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }

  .form-card .privacy-notice {
    padding: 0.95rem 1rem;
  }
}

/* =========================================================
   CONTACT FORM FINAL EDGE TREATMENT
   Full-width cyan top rule + square accent edge on privacy note.
   ========================================================= */

/* Keep only the BOTTOM corners rounded so the cyan top rule runs
   cleanly from edge to edge with no white rounded corners above it. */
.form-card {
  border-radius: 0 0 12px 12px !important;
}

/* The privacy note uses a full-height cyan accent on the left.
   Leave the left edge square; soften only the right side. */
.form-card .privacy-notice {
  border: 1px solid #d6e7e8;
  border-left: 4px solid var(--cyan);
  border-radius: 0 8px 8px 0 !important;
  background: var(--mist);
}

/* Keep the success panel itself softly rounded inside the square-top shell. */
.form-card .success-state {
  border-radius: 10px;
}

@media (max-width: 620px) {
  .form-card {
    border-radius: 0 0 10px 10px !important;
  }

  .form-card .privacy-notice {
    border-radius: 0 7px 7px 0 !important;
  }
}

/* =========================================================
   MOBILE NAV CLEANUP
   Keep "Our Staff" as one direct navigation item on mobile.
   Hide the individual clinician submenu to prevent the awkward
   horizontal hover/focus shift and reduce menu length.
   Desktop submenu behavior remains unchanged.
   ========================================================= */

@media (max-width: 1199px) {
  .nav-list .subnav {
    display: none !important;
  }

  .nav-list .has-subnav:hover .subnav,
  .nav-list .has-subnav:focus-within .subnav {
    display: none !important;
  }

  .nav-list .has-subnav > a {
    width: 100%;
  }
}

/* =========================================================
   MOBILE STAFF CAROUSEL AFFORDANCE
   Keeps the horizontal clinician layout, but makes it obvious
   that additional profiles are available by swiping.
   ========================================================= */

@media (max-width: 767px) {
  .staff-grid {
    position: relative;
    grid-auto-columns: min(72vw, 270px);
    padding-top: 2.15rem;
    padding-right: 14vw;
    scrollbar-width: none;
  }

  .staff-grid::-webkit-scrollbar {
    display: none;
  }

  /* Visible instruction without adding more permanent page height. */
  .staff-grid::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: "Swipe to explore  →";
    color: var(--cyan-dark);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    line-height: 1.4;
    text-transform: uppercase;
    pointer-events: none;
  }

  /* A slightly smaller card leaves a clear peek of the next profile,
     which is the strongest visual cue that the row continues. */
  .staff-grid .staff-card {
    scroll-snap-align: start;
  }
}

@media (max-width: 359px) {
  .staff-grid {
    grid-auto-columns: min(74vw, 250px);
    padding-right: 12vw;
  }
}

/* =========================================================
   CONTACT FORM ACCENT BARS — FINAL POLISH
   Make the cyan accents thicker and give the accent bars
   their own rounded ends/corners instead of relying on borders.
   ========================================================= */

/* Main form shell: use a dedicated top accent bar so the cyan
   reads as a strong design element rather than a hairline border. */
.form-card {
  position: relative;
  border-top: 0 !important;
  padding-top: calc(clamp(1.35rem, 3vw, 2.5rem) + 8px);
  border-radius: 0 0 12px 12px !important;
  overflow: hidden;
}

.form-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  content: "";
  background: var(--cyan);
  border-radius: 12px 12px 0 0;
}

/* Privacy callout: replace the thin border-left with a thicker
   full-height cyan accent that has softly rounded outer corners. */
.form-card .privacy-notice {
  position: relative;
  padding: 1rem 1.1rem 1rem 1.25rem;
  border: 1px solid #d6e7e8;
  border-left: 0 !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: var(--mist);
}

.form-card .privacy-notice::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  content: "";
  background: var(--cyan);
  border-radius: 8px 0 0 8px;
}

/* Keep success/error states consistent with the same stronger accent weight. */
.form-card .form-status {
  position: relative;
  border-left-width: 6px;
  border-radius: 8px;
}

@media (max-width: 620px) {
  .form-card {
    padding-top: calc(1.35rem + 7px);
    border-radius: 0 0 10px 10px !important;
  }

  .form-card::before {
    height: 7px;
    border-radius: 10px 10px 0 0;
  }

  .form-card .privacy-notice::before {
    width: 6px;
    border-radius: 7px 0 0 7px;
  }
}

/* =========================================================
   CONTACT FORM ACCENT BAR — 40PX FINAL SIZE
   ========================================================= */

/* Make the cyan top section a true 40px design band. */
.form-card {
  padding-top: calc(clamp(1.35rem, 3vw, 2.5rem) + 40px) !important;
}

.form-card::before {
  height: 40px !important;
  border-radius: 12px 12px 0 0 !important;
}

/* Keep the privacy accent substantial, but proportional to the callout. */
.form-card .privacy-notice::before {
  width: 8px !important;
  border-radius: 8px 0 0 8px !important;
}

@media (max-width: 620px) {
  .form-card {
    padding-top: calc(1.35rem + 40px) !important;
  }

  .form-card::before {
    height: 40px !important;
    border-radius: 10px 10px 0 0 !important;
  }

  .form-card .privacy-notice::before {
    width: 8px !important;
    border-radius: 7px 0 0 7px !important;
  }
}

/* =========================================================
   CONTACT FORM LARGE CYAN HEADER BAND
   The top portion of the form card should read as a real
   header zone, not a thin rule.
   ========================================================= */

/* Create a substantial cyan band across the top of the form card. */
.form-card {
  position: relative;
  border-top: 0 !important;
  padding-top: calc(clamp(1.35rem, 3vw, 2.5rem) + 120px) !important;
  border-radius: 0 0 12px 12px !important;
  overflow: hidden;
}

.form-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 120px !important;
  content: "";
  background: var(--cyan);
  border-radius: 12px 12px 0 0 !important;
}

/* Keep the heading pulled visually closer to the cyan header area. */
.form-card > h2,
.form-card > h1 {
  margin-top: 0;
}

@media (max-width: 620px) {
  .form-card {
    padding-top: calc(1.2rem + 96px) !important;
    border-radius: 0 0 10px 10px !important;
  }

  .form-card::before {
    height: 96px !important;
    border-radius: 10px 10px 0 0 !important;
  }
}

/* =========================================================
   HOMEPAGE HERO CTA ALIGNMENT
   Keep both desktop hero buttons on one line, equal in size,
   and visually aligned. Mobile remains full-width.
   ========================================================= */

@media (min-width: 621px) {
  .hero .button-row {
    gap: 0.85rem;
  }

  .hero .button {
    width: 290px;
    min-height: 56px;
    padding: 0.85rem 1.25rem;
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  .hero .button {
    width: 100%;
    white-space: normal;
  }
}

/* =========================================================
   HOMEPAGE SERVICES — RESPONSIVE REFINEMENT
   Desktop: vertically center CTA against intro copy.
   Tablet: CTA sits naturally below intro copy.
   Mobile: concise teaser only; full service list lives on /services/.
   ========================================================= */

/* Scope these changes to the homepage services section only:
   the homepage .hero is immediately followed by this .section. */
.hero + .section .section-heading {
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

/* Desktop: intentional two-column intro with CTA vertically centered. */
@media (min-width: 1200px) {
  .hero + .section .section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: center;
    gap: clamp(3rem, 6vw, 6rem);
  }

  .hero + .section .section-heading > :first-child {
    max-width: 820px;
  }

  .hero + .section .section-heading > .button {
    width: 300px;
    min-height: 56px;
    margin: 0;
    justify-self: end;
  }
}

/* Tablet: keep the CTA connected to the intro instead of floating right. */
@media (min-width: 768px) and (max-width: 1199px) {
  .hero + .section .section-heading {
    display: block;
  }

  .hero + .section .section-heading > :first-child {
    max-width: 760px;
  }

  .hero + .section .section-heading > .button {
    width: auto;
    min-width: 280px;
    margin-top: 1.5rem;
  }
}

/* Cleaner editorial service grid without adding card chrome. */
.hero + .section .services-grid {
  column-gap: clamp(2rem, 4vw, 4rem);
  row-gap: 2.75rem;
}

.hero + .section .service-card {
  min-height: 0;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
}

/* Give every icon the same visual footprint. */
.hero + .section .service-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 1rem;
  object-fit: contain;
}

/* Consistent title rhythm, even when one title wraps. */
.hero + .section .service-card h3 {
  min-height: 2.6em;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.3;
}

/* Improve scanability and keep columns visually even. */
.hero + .section .service-card p,
.hero + .section .service-card ul {
  max-width: 31ch;
  line-height: 1.6;
}

.hero + .section .service-card li {
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
}

/* Tablet grid: two columns gives each service enough room to breathe. */
@media (min-width: 768px) and (max-width: 980px) {
  .hero + .section .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.25rem;
  }
}

/* Mobile: homepage becomes a teaser. The dedicated Services page
   owns the detailed service categories. */
@media (max-width: 767px) {
  .hero + .section {
    padding-block: 52px;
  }

  .hero + .section .section-heading {
    margin-bottom: 0;
  }

  .hero + .section .section-heading > :first-child {
    max-width: none;
  }

  .hero + .section .section-heading > .button {
    width: 100%;
    margin-top: 1.35rem;
  }

  .hero + .section .services-grid {
    display: none;
  }
}

/* =========================================================
   CONTACT FORM HEADER BAND — EDGE/CORNER FIX
   Remove the stray white corner by making the cyan header
   part of the card background rather than a separate bar.
   ========================================================= */

.form-card {
  background: linear-gradient(
    to bottom,
    var(--cyan) 0 120px,
    var(--white) 120px 100%
  ) !important;
  border-radius: 12px !important;
  overflow: hidden;
}

.form-card::before {
  display: none !important;
}

@media (max-width: 620px) {
  .form-card {
    background: linear-gradient(
      to bottom,
      var(--cyan) 0 96px,
      var(--white) 96px 100%
    ) !important;
    border-radius: 10px !important;
  }
}

/* =========================================================
   CONTACT PAGE — REVERSED / LIGHT FOOTER
   Creates a clear visual break from the dark contact section.
   Scoped only to body.contact-page.
   ========================================================= */

.contact-page .site-footer {
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.contact-page .site-footer h3,
.contact-page .site-footer a {
  color: var(--teal);
}

.contact-page .site-footer p,
.contact-page .site-footer address {
  color: var(--muted);
}

.contact-page .site-footer .footer-logo {
  filter: none;
}

.contact-page .site-footer .button:not(.ghost) {
  border-color: var(--cta-fill);
  background: var(--cta-fill);
  color: var(--white);
}

.contact-page .site-footer .button:not(.ghost):hover {
  border-color: var(--cta-stroke);
  background: var(--cta-fill-hover);
  color: var(--white);
}

.contact-page .site-footer .button.ghost {
  border-color: var(--teal);
  background: transparent;
  color: var(--teal);
}

.contact-page .site-footer .button.ghost:hover {
  border-color: var(--teal);
  background: var(--mist);
  color: var(--teal-dark);
}

.contact-page .site-footer .footer-base {
  border-top-color: var(--line);
  color: #617578;
}

.contact-page .site-footer .footer-links li {
  border-color: var(--line);
}

/* =========================================================
   CONTACT FORM CYAN HEADER — TABLET SCALE
   Keep the bold desktop treatment, but reduce the cyan header
   band on tablet so it does not dominate the form.
   ========================================================= */

@media (min-width: 768px) and (max-width: 1199px) {
  .form-card {
    padding-top: calc(clamp(1.35rem, 3vw, 2.5rem) + 64px) !important;
    background: linear-gradient(
      to bottom,
      var(--cyan) 0 64px,
      var(--white) 64px 100%
    ) !important;
  }
}

/* =========================================================
   FINAL CONTACT FORM HEADER — AUTHORITATIVE OVERRIDE
   Removes the white top-corner artifacts completely.
   All earlier contact/header rules remain in the file, but
   these final declarations intentionally win the cascade.
   ========================================================= */

/* Desktop: square top edge so the cyan band reaches both corners
   with no white clipping; retain subtle rounding only at bottom. */
.form-card {
  border-top: 0 !important;
  border-radius: 0 0 12px 12px !important;
  overflow: hidden;
  padding-top: calc(clamp(1.35rem, 3vw, 2.5rem) + 120px) !important;
  background: linear-gradient(
    to bottom,
    var(--cyan) 0 120px,
    var(--white) 120px 100%
  ) !important;
}

/* Disable every earlier pseudo-element version of the cyan band. */
.form-card::before {
  display: none !important;
  content: none !important;
}

/* Tablet: intentionally smaller cyan header band. */
@media (min-width: 768px) and (max-width: 1199px) {
  .form-card {
    border-radius: 0 0 12px 12px !important;
    padding-top: calc(clamp(1.35rem, 3vw, 2.5rem) + 64px) !important;
    background: linear-gradient(
      to bottom,
      var(--cyan) 0 64px,
      var(--white) 64px 100%
    ) !important;
  }
}

/* Mobile: preserve the compact 96px treatment with square top corners. */
@media (max-width: 767px) {
  .form-card {
    border-radius: 0 0 10px 10px !important;
    padding-top: calc(1.2rem + 96px) !important;
    background: linear-gradient(
      to bottom,
      var(--cyan) 0 96px,
      var(--white) 96px 100%
    ) !important;
  }
}

/* =========================================================
   CONTACT FORM HEADER — FINAL ROUNDED CYAN TREATMENT
   Cyan owns the rounded top corners; no white corner artifacts.
   Mobile cyan band reduced to 20px.
   ========================================================= */

.form-card {
  border-top: 0 !important;
  border-radius: 12px !important;
  overflow: hidden;
  padding-top: calc(clamp(1.35rem, 3vw, 2.5rem) + 120px) !important;
  background: linear-gradient(
    to bottom,
    var(--cyan) 0 120px,
    var(--white) 120px 100%
  ) !important;
}

/* Eliminate all earlier pseudo-element versions of the header band. */
.form-card::before {
  display: none !important;
  content: none !important;
}

/* Tablet: keep the more restrained 64px cyan header. */
@media (min-width: 768px) and (max-width: 1199px) {
  .form-card {
    border-radius: 12px !important;
    padding-top: calc(clamp(1.35rem, 3vw, 2.5rem) + 64px) !important;
    background: linear-gradient(
      to bottom,
      var(--cyan) 0 64px,
      var(--white) 64px 100%
    ) !important;
  }
}

/* Mobile: 20px cyan band with the same rounded top corners
   as the bottom of the form card. */
@media (max-width: 767px) {
  .form-card {
    border-radius: 10px !important;
    padding-top: calc(1.2rem + 20px) !important;
    background: linear-gradient(
      to bottom,
      var(--cyan) 0 20px,
      var(--white) 20px 100%
    ) !important;
  }
}

/* =========================================================
   CONTACT FORM HEADER — FINAL SIZE ADJUSTMENT
   Reduce the desktop cyan header band by half.
   Keep the same rounded cyan top corners with no white wedges.
   ========================================================= */

/* Desktop: 60px cyan header band */
@media (min-width: 1200px) {
  .form-card {
    border-radius: 12px !important;
    padding-top: calc(clamp(1.35rem, 3vw, 2.5rem) + 60px) !important;
    background: linear-gradient(
      to bottom,
      var(--cyan) 0 60px,
      var(--white) 60px 100%
    ) !important;
  }
}

/* Tablet: slightly smaller than desktop for better proportion */
@media (min-width: 768px) and (max-width: 1199px) {
  .form-card {
    border-radius: 12px !important;
    padding-top: calc(clamp(1.35rem, 3vw, 2.5rem) + 48px) !important;
    background: linear-gradient(
      to bottom,
      var(--cyan) 0 48px,
      var(--white) 48px 100%
    ) !important;
  }
}

/* Mobile remains intentionally minimal */
@media (max-width: 767px) {
  .form-card {
    border-radius: 10px !important;
    padding-top: calc(1.2rem + 20px) !important;
    background: linear-gradient(
      to bottom,
      var(--cyan) 0 20px,
      var(--white) 20px 100%
    ) !important;
  }
}

