.pastoral-page {
  --pastoral-soft: #eef4ff;
  --pastoral-sky: #e9f7fb;
  --pastoral-ink: var(--color-navy);
  padding-bottom: 72px;
  overflow: hidden;
}
.pastoral-page h1,
.pastoral-page h2,
.pastoral-page h3 {
  color: var(--pastoral-ink);
}
.pastoral-hero {
  position: relative;
  padding: 78px 0 58px;
  margin-bottom: 34px;
}
.pastoral-hero::before,
.pastoral-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.pastoral-hero::before {
  width: 210px;
  height: 210px;
  left: -70px;
  top: 42px;
  background: color-mix(in srgb, var(--theme-color) 14%, transparent);
}
.pastoral-hero::after {
  width: 150px;
  height: 150px;
  right: 7%;
  bottom: 8px;
  background: color-mix(in srgb, var(--theme-color) 10%, transparent);
}
.pastoral-kicker,
.pastoral-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--theme-color);
  font-weight: var(--font-weight-header);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
}
.pastoral-kicker::before,
.pastoral-section-label::before {
  content: "";
  width: 34px;
  height: 4px;
  border-radius: 99px;
  background: var(--theme-color);
}
.pastoral-title {
  max-width: 820px;
  margin: 0 0 22px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  font-weight: var(--font-weight-title);
}
.pastoral-lead {
  max-width: 720px;
  margin: 0;
  font-size: 19px;
  line-height: 1.75;
  color: var(--body-color);
}
.pastoral-quote,
.pastoral-principles,
.pastoral-pathway-card,
.pastoral-organization,
.pastoral-calendar,
.pastoral-actions,
.pastoral-action-card,
.pastoral-closing {
  position: relative;
  border: 1px solid rgba(217, 214, 209, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}
.pastoral-quote {
  margin: 0;
  padding: 34px;
  transform: rotate(1.2deg);
}
.pastoral-quote blockquote {
  margin: 0 0 16px;
  color: var(--pastoral-ink);
  font-size: 25px;
  line-height: 1.35;
  font-weight: var(--font-weight-title);
}
.pastoral-quote figcaption {
  color: var(--theme-color);
  font-weight: var(--font-weight-header);
}
.pastoral-carousel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(217, 214, 209, 0.72);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}
.pastoral-carousel .carousel-inner,
.pastoral-carousel .carousel-item {
  height: 100%;
  min-height: 390px;
}
.pastoral-carousel img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
}
.pastoral-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 44, 96, 0) 48%, rgba(24, 44, 96, 0.62)), linear-gradient(135deg, color-mix(in srgb, var(--theme-color) 14%, transparent), transparent 46%);
  pointer-events: none;
}
.pastoral-carousel-caption {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  bottom: 28px;
  display: grid;
  gap: 6px;
  color: #fff;
}
.pastoral-carousel-caption span {
  font-size: 12px;
  font-weight: var(--font-weight-header);
  text-transform: uppercase;
  letter-spacing: 0;
}
.pastoral-carousel-caption strong {
  max-width: 360px;
  color: #fff;
  font-size: 24px;
  line-height: 1.18;
  font-weight: var(--font-weight-title);
}
.pastoral-carousel .carousel-indicators {
  z-index: 4;
  margin-bottom: 12px;
}
.pastoral-carousel .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background-color: #fff;
  opacity: .55;
}
.pastoral-carousel .carousel-indicators .active {
  opacity: 1;
}
.pastoral-carousel .carousel-control-prev,
.pastoral-carousel .carousel-control-next {
  z-index: 4;
  width: 13%;
}
.pastoral-principles,
.pastoral-organization,
.pastoral-calendar,
.pastoral-actions {
  padding: 34px;
  margin-bottom: 34px;
}
.pastoral-principles {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 244, 255, 0.9)), #fff;
}
.pastoral-principles h2,
.pastoral-pathway-card h2,
.pastoral-organization h2,
.pastoral-calendar h2,
.pastoral-actions h2,
.pastoral-closing h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.16;
}
.pastoral-principles p,
.pastoral-pathway-card p,
.pastoral-school-card p,
.pastoral-calendar p,
.pastoral-action-card p,
.pastoral-closing p {
  margin: 0;
  line-height: 1.72;
}
.pastoral-principle-card {
  display: grid;
  gap: 8px;
  height: 100%;
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--theme-color) 18%, rgba(217, 214, 209, 0.65));
}
.pastoral-principle-card strong {
  color: var(--pastoral-ink);
  font-size: 18px;
}
.pastoral-principle-card span {
  line-height: 1.55;
}
.pastoral-pathways {
  margin-bottom: 34px;
}
.pastoral-pathway-card {
  height: 100%;
  padding: 34px;
}
.pastoral-pathway-card-alt {
  background: linear-gradient(135deg, rgba(233, 247, 251, 0.9), rgba(255, 255, 255, 0.92)), #fff;
}
.pastoral-section-heading {
  max-width: 820px;
  margin-bottom: 24px;
}
.pastoral-school-card {
  height: 100%;
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(217, 214, 209, 0.72);
  box-shadow: 0 14px 26px rgba(24, 44, 96, 0.08);
}
.pastoral-school-card span,
.pastoral-action-card span {
  color: var(--theme-color);
  font-size: 13px;
  font-weight: var(--font-weight-header);
  text-transform: uppercase;
  letter-spacing: 0;
}
.pastoral-school-card h3,
.pastoral-action-card h3 {
  margin: 16px 0 12px;
  font-size: 24px;
}
.pastoral-school-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}
.pastoral-school-card li {
  position: relative;
  padding-left: 24px;
  line-height: 1.55;
}
.pastoral-school-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--theme-color);
}
.pastoral-calendar {
  background: linear-gradient(135deg, rgba(24, 44, 96, 0.94), rgba(0, 116, 151, 0.88)), var(--color-navy);
  color: #fff;
}
.pastoral-calendar h2,
.pastoral-calendar p,
.pastoral-calendar .pastoral-section-label {
  color: #fff;
}
.pastoral-calendar .pastoral-section-label::before {
  background: #fff;
}
.pastoral-accordion .accordion-item {
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}
.pastoral-accordion .accordion-button {
  color: #fff;
  font-weight: var(--font-weight-title);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}
.pastoral-accordion .accordion-button:not(.collapsed) {
  color: var(--pastoral-ink);
  background: #fff;
}
.pastoral-accordion .accordion-body {
  color: #fff;
  line-height: 1.65;
}
.pastoral-accordion .accordion-collapse.show .accordion-body {
  color: var(--body-color);
  background: #fff;
}
.pastoral-action-card {
  height: 100%;
  min-height: 245px;
  padding: 28px;
  transition: transform .25s ease;
}
.pastoral-action-card:hover {
  transform: translateY(-5px);
}
.pastoral-action-card-primary {
  background: var(--theme-color);
  color: var(--theme-color-contrast);
}
.pastoral-action-card-primary h3,
.pastoral-action-card-primary span,
.pastoral-action-card-primary p {
  color: var(--theme-color-contrast);
}
.pastoral-closing {
  padding: 38px;
  text-align: center;
  background: linear-gradient(135deg, rgba(24, 44, 96, 0.94), rgba(0, 116, 151, 0.88)), var(--color-navy);
  color: #fff;
}
.pastoral-closing h2,
.pastoral-closing p {
  color: #fff;
}
.pastoral-closing p {
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .pastoral-hero {
    padding-top: 52px;
  }
  .pastoral-title {
    font-size: 42px;
  }
  .pastoral-quote {
    transform: none;
  }
  .pastoral-carousel img,
  .pastoral-carousel .carousel-inner,
  .pastoral-carousel .carousel-item {
    min-height: 320px;
    height: 320px;
  }
}
@media (max-width: 680px) {
  .pastoral-page {
    padding-bottom: 44px;
  }
  .pastoral-hero {
    padding: 42px 0 32px;
  }
  .pastoral-title {
    font-size: 34px;
  }
  .pastoral-lead {
    font-size: 16px;
  }
  .pastoral-quote,
  .pastoral-principles,
  .pastoral-pathway-card,
  .pastoral-organization,
  .pastoral-calendar,
  .pastoral-actions,
  .pastoral-action-card,
  .pastoral-closing {
    border-radius: 16px;
    padding: 22px;
  }
  .pastoral-quote blockquote {
    font-size: 21px;
  }
  .pastoral-carousel {
    border-radius: 16px;
  }
  .pastoral-carousel img,
  .pastoral-carousel .carousel-inner,
  .pastoral-carousel .carousel-item {
    min-height: 250px;
    height: 250px;
  }
  .pastoral-carousel-caption {
    left: 18px;
    right: 18px;
    bottom: 24px;
  }
  .pastoral-carousel-caption strong {
    font-size: 20px;
  }
  .pastoral-principles h2,
  .pastoral-pathway-card h2,
  .pastoral-organization h2,
  .pastoral-calendar h2,
  .pastoral-actions h2,
  .pastoral-closing h2 {
    font-size: 24px;
  }
}

/*# sourceMappingURL=pastoral.min.css.map */