/* Minimal fidelity helpers only ? do not re-skin Edubost. */
/* Cinzel must lead so iPhone does not use system Copperplate (looks different from desktop). */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap");

.header-logo a.pnt-logo-lockup,
.header-logo .pnt-logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: none;
  text-decoration: none;
  color: #170006;
}
.header-logo img,
.xb-logo-mobile img,
.loader-icon img {
  max-height: 52px;
  width: auto;
  height: auto;
  flex-shrink: 0;
}
.pnt-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  justify-content: center;
}
.pnt-logo-text strong {
  font-family: "Recoleta", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #170006;
}
.pnt-logo-text small {
  font-family: "Recoleta", Georgia, serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5c5c54;
  margin-top: 3px;
}
@media (max-width: 575px) {
  .pnt-logo-text strong {
    font-size: 15px;
  }
  .pnt-logo-text small {
    font-size: 10px;
  }
}
.footer .xb-item--logo {
  max-width: 220px;
}
.footer .xb-item--logo img {
  max-height: 96px;
  width: auto;
  /* Keep full-color PNTCOG / Jubilee logo (do not force white) */
  filter: none;
}
.xb-about_left img,
.xb-about_left video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
.pnt-made a {
  text-decoration: underline;
}
/* Breadcrumb + home hero: Victory Centre photo, dark gold shade (old campus look) */
.breadcrumb.bg_img,
section.hero .bg_img {
  position: relative;
  isolation: isolate;
  background-color: #0c0702 !important;
  background-image: url("../img/bg/hero_bg.jpg?v=victory3") !important;
  background-size: cover !important;
  background-position: center 34% !important;
  background-repeat: no-repeat !important;
}
.breadcrumb.bg_img {
  background-position: center 30% !important;
}
section.hero .bg_img {
  min-height: 677px;
  display: flex;
  flex-direction: column;
}
/* Gold hue only (same as before) */
.breadcrumb.bg_img::before,
section.hero .bg_img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #fdb714;
  mix-blend-mode: color;
  opacity: 1;
}
/* Darken bright daylight — darker still so it matches the old campus gold */
.breadcrumb.bg_img::after,
section.hero .bg_img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(6, 3, 0, 0.78);
}
.breadcrumb.bg_img > .container,
section.hero .bg_img > .container {
  position: relative;
  z-index: 1;
}
section.hero .bg_img > .container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* Mobile: fill the frame with the building (not a parking-lot strip) */
@media (max-width: 991px) {
  .breadcrumb.bg_img,
  section.hero .bg_img {
    background-size: cover !important;
    background-position: center 26% !important;
  }
}
@media (max-width: 575px) {
  .breadcrumb.bg_img,
  section.hero .bg_img {
    background-position: center 22% !important;
  }
}
section.hero .hero__content-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
/* Hero type: church welcome white (no flash), motto with slow flash */
section.hero .hero__content-wrap .section-title {
  width: 100%;
  max-width: min(1100px, 94vw);
  margin-left: auto;
  margin-right: auto;
}
section.hero .hero__content-wrap .section-title .sub-title {
  font-size: clamp(1.85rem, 2.9vw, 3.15rem) !important;
  line-height: 1.2 !important;
  margin-bottom: 14px;
  display: block;
  width: 100%;
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  white-space: normal;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  animation: none !important;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.5));
}
section.hero .hero__content-wrap .section-title .title {
  font-size: clamp(1.45rem, 2.8vw, 2.35rem) !important;
  line-height: 1.2 !important;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
@media (min-width: 1200px) {
  section.hero .hero__content-wrap .section-title .sub-title {
    font-size: clamp(2.1rem, 2.85vw, 3.15rem) !important;
    letter-spacing: 0.05em;
    max-width: 24ch;
  }
}
@media (max-width: 1199px) {
  section.hero .hero__content-wrap .section-title .sub-title {
    font-size: clamp(1.7rem, 3.2vw, 2.55rem) !important;
    max-width: 20ch;
  }
  section.hero .hero__content-wrap .section-title .title {
    font-size: clamp(1.25rem, 2.6vw, 1.9rem) !important;
  }
}
@media (max-width: 991px) {
  section.hero .hero__content-wrap .section-title .sub-title {
    font-size: clamp(1.45rem, 3.6vw, 2.1rem) !important;
    max-width: none;
    letter-spacing: 0.05em;
  }
  section.hero .hero__content-wrap .section-title .title {
    font-size: clamp(1.15rem, 3.6vw, 1.6rem) !important;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  section.hero .bg_img {
    min-height: min(92svh, 760px);
  }
  section.hero .hero__content-wrap {
    padding-top: 4.5rem !important;
    padding-bottom: 0;
    justify-content: flex-start;
  }
  section.hero .hero__content-wrap .section-title {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 0.35rem;
    width: 100%;
    max-width: 100%;
  }
  section.hero .hero__content-wrap .section-title .sub-title {
    font-size: clamp(2.2rem, 6.2vw, 2.95rem) !important;
    line-height: 1.25 !important;
    margin-bottom: 0.65rem;
    max-width: none;
    letter-spacing: 0.04em;
  }
  section.hero .hero__content-wrap .section-title .title {
    font-size: clamp(1.05rem, 4.6vw, 1.45rem) !important;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
  section.hero .hero__content-wrap .xb-hero-img {
    margin-top: 0.15rem !important;
    width: min(100%, 468px);
  }
}
@media (max-width: 575px) {
  section.hero .hero__content-wrap .section-title .sub-title {
    font-size: clamp(2.05rem, 6.8vw, 2.7rem) !important;
  }
  section.hero .hero__content-wrap .section-title .title {
    font-size: clamp(1rem, 5vw, 1.3rem) !important;
  }
  section.hero .hero__content-wrap .xb-hero-img {
    width: min(100%, 440px);
  }
}
/* Hero cutout: sit on bottom of hero like Edubost graduates */
.hero__content-wrap .xb-hero-img {
  margin-top: auto !important;
  margin-bottom: 0;
  transform: none !important;
  width: min(920px, 96%);
  align-self: center;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 1;
}
.xb-hero-img img {
  background: transparent !important;
  mix-blend-mode: normal;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.35));
}
/* Keep desktop submenus hidden until hover (broken leftover UL was making them visible) */
.main-menu > ul > li > .submenu {
  display: none;
}
.main-menu > ul > li:hover > .submenu,
.main-menu > ul > li:focus-within > .submenu {
  display: block;
}
/* Gold chrome bars (logo primary #fdb714) ? dark text for contrast */
.header-top_wrap,
.header-top {
  background: #fdb714 !important;
}
.hero-btns {
  background: #fdb714 !important;
}
.header-top p,
.header-top .xb-info ul li,
.header-top .xb-info ul li a,
.header-top .xb-help_desk a,
.header-top .xb-help_desk a:link,
.header-top .xb-help_desk a:visited,
.header-top .xb-help_desk a:hover,
.header-top .xb-help_desk a:focus,
.header-top .xb-help_desk a:active,
.header-top .pnt-help-phone a,
.header-top .pnt-help-phone a:link,
.header-top .pnt-help-phone a:visited,
.header-top p span,
.header-top p span a {
  color: #170006 !important;
  text-decoration: none !important;
}
.header-top .xb-info ul li a:hover {
  background: transparent !important;
  color: #170006 !important;
  opacity: 0.85;
}
.header-top .xb-help_desk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header-top .xb-help_desk img {
  display: inline-block;
  width: 18px;
  height: auto;
  flex-shrink: 0;
  visibility: visible;
  opacity: 1;
}

/* Help desk / Information For bar: home hero only.
   Hidden on all other pages. On home, slides up / fades while scrolling. */
.header-top_wrap {
  display: none !important;
}
body.pnt-page-home .header-top_wrap {
  display: block !important;
  overflow: hidden;
  max-height: 96px;
  opacity: 1;
  pointer-events: auto;
  will-change: max-height, opacity;
  transition:
    max-height 0.35s ease,
    opacity 0.28s ease;
}
body.pnt-page-home.pnt-home-scrolled .header-top_wrap {
  max-height: 0 !important;
  opacity: 0;
  pointer-events: none;
}
/* Mobile/tablet: never show yellow help-desk bar. White menu header only.
   Desktop (992+) keeps home-only yellow bar behavior above. */
@media (max-width: 991.98px) {
  .header-top_wrap,
  body.pnt-page-home .header-top_wrap,
  body.pnt-page-home.pnt-home-scrolled .header-top_wrap {
    display: none !important;
    max-height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.pnt-page-home .header-top_wrap {
    transition: none;
  }
}
.hero-btns .thm-btn,
.hero-btns .thm-btn--stroke-white {
  color: #170006 !important;
  border-color: #170006 !important;
}
.hero-btns .thm-btn:hover,
.hero-btns .thm-btn--stroke-white:hover {
  color: #170006 !important;
  border-color: #170006 !important;
  background: rgba(23, 0, 6, 0.08) !important;
}
.hero-btns .thm-btn svg path {
  fill: #170006 !important;
}

/* Header nav: tighter tabs, centered between logo and utilities */
/* Search removed sitewide (button + overlay + mobile search) */
.header-search,
.header-search-form-wrapper,
.xb-header-mobile-search {
  display: none !important;
}
@media (min-width: 992px) {
  .xb-header .header__wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 8px;
    min-height: 72px;
  }
  .xb-header .header-logo {
    flex: 0 0 auto;
    z-index: 2;
  }
  .xb-header .main-menu__wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    z-index: 1;
    max-width: calc(100% - 420px);
  }
  .xb-header .main-menu {
    flex-grow: 0;
    margin-left: 0;
  }
  .xb-header .main-menu > ul {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .xb-header .main-menu > ul > li > a {
    padding: 24px 8px !important;
    font-size: 14px;
    letter-spacing: 0;
  }
  .xb-header .main-menu > ul > li.menu-item-has-children > a::after {
    margin-left: 3px;
  }
  .xb-header .header-right {
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: 0;
    z-index: 2;
  }
}
@media (min-width: 1300px) {
  .xb-header .main-menu > ul > li > a {
    padding: 24px 10px !important;
    font-size: 15px;
  }
}
@media (min-width: 1500px) {
  .xb-header .main-menu > ul > li > a {
    padding: 24px 12px !important;
  }
}

/* overflow:hidden on .body_wrap kills position:sticky */
html,
body {
  overflow-x: clip;
}
.body_wrap {
  overflow: visible;
}

/* Never use the sliding JS clone (causes jitter / double header) */
#xb-header-area .xb-header-area-sticky {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/* Non-home: whole white header sticks */
body:not(.pnt-page-home) #xb-header-area.header-area {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}

/* Home: same sticky stack as other pages. Only the yellow bar collapses.
   Avoid position:fixed + spacer (that fought scroll-to-top when the bar returned). */
body.pnt-page-home #xb-header-area.header-area {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}
body.pnt-page-home #xb-header-area > .xb-header:not(.xb-header-area-sticky) {
  position: relative;
  z-index: 1001;
  background: #fff;
  width: 100%;
}
body.pnt-page-home.pnt-home-scrolled #xb-header-area > .xb-header:not(.xb-header-area-sticky) {
  box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
}

/* History sticky stack pages keep CSS sticky header */
body.pnt-page-history #xb-header-area.header-area.is-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}

@media (max-width: 991px) {
  /* no bottom nav */
  .pnt-mobile-bottom-nav, .mobile-bottom-nav, .xb-bottom-nav { display: none !important; }
}

/* Never show dropdown caret on Home */
.main-menu > ul > li.active:not(.menu-item-has-children) > a::after,
.main-menu > ul > li:not(.menu-item-has-children) > a[href="index.html"]::after {
  display: none !important;
  content: none !important;
}

/* Don't let preloader hang over heavy history images */
#preloader {
  display: none !important;
  transition: opacity .4s ease, visibility .4s ease;
  animation: pntPreloaderHide 0s 1.5s forwards;
}
@keyframes pntPreloaderHide {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}


/* CONTINUE: audience hub + worship strip */
.pnt-audience {
  background:
    linear-gradient(180deg, rgba(247,244,242,.96), rgba(255,255,255,.98)),
    url("../img/bg/news-bg.jpg") center/cover no-repeat;
}
.pnt-audience-card {
  display: block;
  height: 100%;
  padding: 28px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(23,0,6,.08);
  text-decoration: none;
  color: #170006;
  transition: transform .25s ease, box-shadow .25s ease;
}
.pnt-audience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(23,0,6,.12);
  color: #170006;
}
.pnt-audience-card strong {
  display: block;
  font-family: "Recoleta", Georgia, serif;
  font-size: 22px;
  margin-bottom: 8px;
}
.pnt-audience-card span {
  display: block;
  color: #5c5c54;
  line-height: 1.5;
}
.pnt-worship-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px 20px;
  box-shadow: 0 8px 22px rgba(23,0,6,.06);
  height: 100%;
}
.pnt-worship-card span {
  display: block;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7a2e3a;
  margin-bottom: 10px;
  font-weight: 700;
}
.pnt-worship-card p {
  margin: 0;
  color: #170006;
  line-height: 1.55;
}
.pnt-worship-card--cta .thm-btn {
  margin-top: 14px;
}
.pnt-audience-inline .pnt-worship-card {
  background: #f7f4f2;
}
.pnt-pastor-rail {
  display: flex;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.pnt-pastor-rail > [class*="col-"] {
  flex: 0 0 260px;
  max-width: 260px;
  scroll-snap-align: start;
}
.pnt-pastor-rail img { border-radius: 10px; }
section.testimonial {
  background: linear-gradient(180deg, #fff 0%, #f7f4f2 100%);
}
#our-leaders.testimonial.event-bg-clr {
  background: var(--color-sec-bg);
  overflow: hidden;
}
#our-leaders .xb-tes-shape {
  pointer-events: none;
  z-index: 0;
}
#our-leaders .xb-tes-shape .shape img {
  max-width: 160px;
  opacity: 0.55;
}
#our-leaders .container {
  position: relative;
  z-index: 2;
}
.clg-event-bg .clg-event-shape .shape--one img,
.clg-event-bg .clg-event-shape .shape--two img {
  max-width: 180px;
  height: auto;
  display: block;
  opacity: 0.85;
}
/* Match Edubost college events: cool gray band + floating white cards + side art */
.event.clg-event-bg {
  background: #eceef0 !important;
  overflow: hidden;
  visibility: visible !important;
}
.event.clg-event-bg::before {
  background: rgba(236, 238, 240, 0.35) !important;
}
.event.clg-event-bg .clg-event-shape {
  pointer-events: none;
}
.event.clg-event-bg .clg-event-shape .shape {
  z-index: 0;
}
.event.clg-event-bg > .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .clg-event-bg .clg-event-shape {
    display: none;
  }
}
.xb-event-wrapper .xb-item--img {
  max-width: 160px;
  flex-shrink: 0;
}
.xb-event-wrapper .xb-item--img img,
.xb-event-item .xb-item--img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
/* Our Leaders: flush left portrait + gold frame; thumbs stay inside left column */
#our-leaders .row.align-items-center > .col-lg-6:first-child {
  padding-right: 12px;
}
#our-leaders .row.align-items-center > .col-lg-6:last-child {
  padding-left: 28px;
}
#our-leaders .xb-testimonial-left {
  max-width: 100%;
  margin-left: 0;
  width: 100%;
  padding-right: 132px;
  box-sizing: border-box;
}
#our-leaders .xb-testimonial-left .tes-img img {
  width: 100%;
  max-height: 720px;
  min-height: 520px;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 12px;
}
#our-leaders .testimonial-nav-item {
  overflow: hidden;
}
#our-leaders .testimonial-nav-item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}
#our-leaders .testimonial-content-slider {
  position: relative;
  min-height: 280px;
}
#our-leaders .testimonial-content-slider .swiper-slide {
  display: none;
}
#our-leaders .testimonial-content-slider .swiper-slide-active {
  display: block;
}
#our-leaders .testimonial-content-slider .swiper-slide-active .xb-item--name,
#our-leaders .testimonial-content-slider .swiper-slide-active .xb-item--desig {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  #our-leaders .xb-testimonial-left {
    max-width: 100%;
    margin-left: 0;
  }
  #our-leaders .xb-testimonial-left .tes-img img {
    height: auto;
    min-height: 380px;
    max-height: 520px;
  }
}
@media (max-width: 991px) {
  /* White mobile drawer (Orchid-style), dark text, active highlight */
  .xb-header-menu {
    background: #fff !important;
    box-shadow: 8px 0 28px rgba(23, 0, 6, 0.12);
  }
  .xb-header-menu .xb-menu-close::before,
  .xb-header-menu .xb-close {
    color: #170006 !important;
  }
  .xb-header-menu .pnt-logo-text strong,
  .xb-header-menu .pnt-logo-text small {
    color: #170006 !important;
  }
  .xb-header-menu .xb-header-mobile-search .search-field {
    background: #f7f4ef !important;
    border: 1px solid rgba(23, 0, 6, 0.14) !important;
    color: #170006 !important;
  }
  .xb-header-menu .xb-header-mobile-search .search-field::placeholder {
    color: rgba(23, 0, 6, 0.45);
  }
  .xb-header-menu .xb-header-mobile-search .search-submit {
    color: #170006 !important;
  }
  .xb-header-menu .xb-menu-primary > li > a,
  .xb-header-menu .menu-item > a {
    color: #170006 !important;
    border-bottom-color: rgba(23, 0, 6, 0.08) !important;
  }
  .xb-header-menu .submenu a,
  .xb-header-menu .sub-menu a {
    color: rgba(23, 0, 6, 0.78) !important;
  }
  .xb-header-menu .xb-menu-toggle {
    color: #fdb714 !important;
  }
  .xb-header-menu .xb-menu-toggle:before {
    color: #c48a00 !important;
  }
  .xb-header-menu .xb-menu-primary > li.current-menu-item > a,
  .xb-header-menu .xb-menu-primary > li.current-menu-ancestor > a,
  .xb-header-menu .xb-menu-primary a.current,
  .xb-header-menu .xb-menu-primary .sub-menu .current-menu-item > a {
    color: #781921 !important;
    background: rgba(253, 183, 20, 0.16);
  }
  .xb-header-menu .pnt-mobile-drawer-info {
    margin-top: 1.5rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(23, 0, 6, 0.12);
    color: #170006;
  }
  .xb-header-menu .pnt-mobile-drawer-info p {
    margin: 0 0 0.35rem;
    font-size: 0.88rem;
    line-height: 1.45;
    color: rgba(23, 0, 6, 0.82);
  }
  .xb-header-menu .pnt-mobile-drawer-info a {
    color: #781921 !important;
    border: 0 !important;
    line-height: 1.4 !important;
    font-weight: 600;
    padding: 0 !important;
  }
  .xb-header-menu .pnt-mobile-drawer-info__social {
    display: flex;
    gap: 0.65rem;
    margin-top: 0.85rem;
    list-style: none;
    padding: 0;
  }
  .xb-header-menu .pnt-mobile-drawer-info__social a {
    width: 38px;
    height: 38px;
    border-radius: 999px !important;
    border: 1px solid rgba(23, 0, 6, 0.2) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #170006 !important;
    line-height: 1 !important;
  }
}

/* Desktop/main nav active highlight */
.main-menu > ul > li.current-menu-item > a,
.main-menu > ul > li.current-menu-ancestor > a,
.main-menu > ul > li > a.current {
  color: #781921 !important;
}

/* About Us: breathing room under hero bar; still tight before video/text */
section.about {
  padding-top: 72px !important;
}
section.about .about-sec-title {
  padding-top: 0 !important;
  margin-bottom: 14px !important;
}
section.about .row.align-items-center {
  margin-top: 0 !important;
}
section.about .row.align-items-center > [class*="col-"] {
  margin-top: 12px !important;
}
.clg-program-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 24px 40px;
  overflow: visible;
}
.program-slider {
  overflow: visible;
  padding-bottom: 8px;
}
.program-slider .swiper-slide {
  height: auto;
}
.program-slider .clg-program_inner {
  display: block;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(23, 0, 6, 0.14);
  background: #fff;
  transform: scale(0.94);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.program-slider .swiper-slide-active .clg-program_inner {
  transform: scale(1);
  box-shadow: 0 22px 48px rgba(23, 0, 6, 0.18);
}
.program-slider .clg-program_inner .xb-item--img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto !important;
  border-radius: 15px;
  overflow: hidden;
}
.program-slider .clg-program_inner .xb-item--img a {
  display: block;
  width: 100%;
  height: 100%;
}
.program-slider .clg-program_inner .xb-item--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.program-top .clg-testimonial-carousel .xb-arrow {
  background: #fdb714 !important;
}
.program-top .clg-testimonial-carousel .xb-arrow img {
  filter: brightness(0);
}
.program-top .clg-testimonial-carousel .xb-arrow:hover {
  background: #e5a412 !important;
}

/* Always show title + meta + arrow on every ministry card */
.program-slider .clg-program_inner .xb-item--tilte {
  transform: translateY(0) !important;
}
.program-slider .clg-program_inner .xb-item--meta {
  transform: translateY(0) !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.program-slider .clg-program_inner .clg-pro-btn a {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
}
.program-slider .clg-program_inner .xb-item--holder {
  z-index: 2;
  left: 20px;
  right: 70px;
  bottom: 18px;
}
.program-slider .clg-program_inner .xb-item--img::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent 0%, rgba(23, 0, 6, 0.72) 100%);
  pointer-events: none;
  z-index: 1;
}
.program-slider .clg-program_inner .xb-item--tilte {
  font-size: 22px !important;
  line-height: 1.25 !important;
  margin-bottom: 10px !important;
}
.program-slider .clg-program_inner .xb-item--meta li {
  font-size: 14px !important;
  line-height: 1.3 !important;
}
.program-slider .clg-program_inner .xb-item--meta li:not(:last-child) {
  margin-right: 14px !important;
}
.program-slider .clg-program_inner .xb-item--inner.mr-80 {
  margin-right: 0 !important;
}
.pnt-ministries-all .thm-btn {
  background: #fdb714;
  color: #170006;
  border-color: #fdb714;
}
.pnt-ministries-all .thm-btn:hover {
  background: #e5a412;
  color: #170006;
  border-color: #e5a412;
}
.pnt-cta-audience {
  flex-wrap: wrap;
  justify-content: center;
}
.pnt-cta-audience .thm-btn {
  margin: 12px;
}

/* University footer: lighter gold wash over textured bg so dark text pops */
footer.footer:not(.clg-footer) {
  position: relative;
  isolation: isolate;
  background-image: url("../img/bg/footer-bg-gold.jpg") !important;
  background-size: cover;
  background-position: center top;
  background-color: #ffe39a;
}
footer.footer:not(.clg-footer)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 252, 240, 0.72) 0%,
    rgba(255, 244, 210, 0.58) 45%,
    rgba(255, 236, 180, 0.52) 100%
  );
}
footer.footer:not(.clg-footer) > .xb-footer-wrap,
footer.footer:not(.clg-footer) > .xb-backtotop {
  position: relative;
  z-index: 1;
}
footer.footer:not(.clg-footer) .xb-footer-wrap {
  position: relative;
  z-index: 1;
}
footer.footer:not(.clg-footer) .xb-footer-main {
  background: transparent !important;
}
footer.footer:not(.clg-footer) .footer-bottom {
  background: transparent !important;
  border-top: 1px solid rgba(23, 0, 6, 0.12);
}
footer.footer:not(.clg-footer) .footer-widget .xb-item--details,
footer.footer:not(.clg-footer) .footer-widget .xb-item--meta span,
footer.footer:not(.clg-footer) .footer-widget .xb-item--title,
footer.footer:not(.clg-footer) .footer-widget .xb-item--links li a,
footer.footer:not(.clg-footer) .footer-bottom .copyright p,
footer.footer:not(.clg-footer) .footer-bottom .copyright p a {
  color: #170006 !important;
}
footer.footer:not(.clg-footer) .footer-widget .xb-item--links li a {
  color: rgba(23, 0, 6, 0.82) !important;
}
footer.footer:not(.clg-footer) .footer-widget .xb-item--links li a:hover {
  color: #781921 !important;
}
footer.footer:not(.clg-footer) .footer-widget .xb-item--social_link li a {
  color: #170006 !important;
  border-color: rgba(23, 0, 6, 0.28) !important;
}
footer.footer:not(.clg-footer) .footer-widget .xb-item--social_link li a:hover {
  background: #170006 !important;
  color: #fdb714 !important;
}
footer.footer:not(.clg-footer) .footer-widget .xb-item--social_link li a:hover i {
  color: #fdb714 !important;
}
footer.footer:not(.clg-footer) .footer-widget .xb-item--links-btn li a {
  color: #170006 !important;
  border-color: #170006 !important;
  background: transparent !important;
}
footer.footer:not(.clg-footer) .footer-widget .xb-item--links-btn li a:hover {
  background: #170006 !important;
  color: #fdb714 !important;
  border-color: #170006 !important;
}
footer.footer .footer-cta .xb-item--contact h3 a {
  color: inherit;
  text-decoration: none;
}
footer.footer .footer-cta .xb-item--contact h3 a:hover {
  color: #781921;
}
footer.footer .footer-bottom .copyright .pnt-made a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Zach credit: centered with copyright, readable on gold, larger */
footer.footer .footer-bottom .copyright {
  text-align: center;
}
footer.footer .footer-bottom .copyright > p {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.85rem;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 3.5rem; /* clear fixed scroll-top button */
  line-height: 1.5;
}
footer.footer .footer-bottom .copyright .pnt-made {
  margin-left: 0;
  white-space: nowrap;
}
footer.footer .footer-bottom .copyright .pnt-made a.zach-credit,
footer.footer .footer-bottom .copyright .pnt-made a.zach-credit-legacy {
  text-decoration: none;
  font-size: 15px;
}
footer.footer .footer-bottom .copyright .zach-credit__prefix,
footer.footer .footer-bottom .copyright .zach-credit--dark .zach-credit__prefix {
  color: #170006 !important;
  opacity: 1;
}
footer.footer .footer-bottom .copyright .zach-credit:hover .zach-credit__prefix,
footer.footer .footer-bottom .copyright .zach-credit--dark:hover .zach-credit__prefix {
  color: #170006 !important;
  opacity: 0.88;
}
footer.footer .footer-bottom .copyright .zach-credit__name {
  color: #1e3a5f !important;
}
footer.footer .footer-bottom .copyright .zach-credit::after {
  border-color: #1e3a5f;
}
.pnt-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none !important;
  color: #170006 !important;
}
.pnt-footer-brand img {
  width: 88px;
  height: auto;
  display: block;
  filter: none;
}
.pnt-footer-brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.pnt-footer-brand strong {
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #170006;
}
.pnt-footer-brand small {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(23, 0, 6, 0.72);
}

/* Mobile footer: three compact link columns so the stack is shorter */
@media (max-width: 767px) {
  footer.footer .xb-footer-main {
    padding-top: 2.25rem !important;
    padding-bottom: 1.75rem !important;
  }
  footer.footer .pnt-footer-col-brand {
    margin-bottom: 0.35rem;
  }
  footer.footer .pnt-footer-col-brand .xb-item--logo {
    margin-bottom: 0.85rem !important;
  }
  footer.footer .pnt-footer-col-brand .xb-item--details {
    font-size: 0.88rem;
    line-height: 1.45;
  }
  footer.footer .pnt-footer-col-links {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }
  footer.footer .pnt-footer-col-links .footer-widget {
    margin-top: 0;
  }
  footer.footer .pnt-footer-col-links .xb-item--title {
    font-size: 0.95rem;
    margin-bottom: 0.65rem;
    line-height: 1.2;
  }
  footer.footer .pnt-footer-col-links .xb-item--links li {
    margin-bottom: 0.35rem;
  }
  footer.footer .pnt-footer-col-links .xb-item--links a {
    font-size: 0.78rem;
    line-height: 1.3;
  }
  footer.footer .pnt-footer-col-btns .xb-item--links-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem 0.65rem;
    margin-top: 0.5rem;
  }
  footer.footer .pnt-footer-col-btns .xb-item--links-btn li {
    margin: 0 !important;
  }
  footer.footer .pnt-footer-col-btns .thm-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0.7rem 0.5rem;
    font-size: 0.78rem;
  }
  footer.footer .footer-bottom {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  footer.footer .footer-bottom .copyright p {
    font-size: 0.78rem;
    line-height: 1.45;
    padding: 0 2.75rem;
    justify-content: center;
    max-width: none;
  }
  footer.footer .footer-bottom .copyright .pnt-made {
    margin-left: 0;
    width: auto;
    text-align: center;
  }
  footer.footer .footer-bottom .copyright .pnt-made a.zach-credit,
  footer.footer .footer-bottom .copyright .pnt-made a.zach-credit-legacy {
    font-size: 14px;
  }
}

/* Language switcher + hide Google Translate chrome (keep widget off-screen, not display:none) */
.language_dropdown .dropdown-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.language_dropdown .dropdown-item.is-active {
  background: rgba(23, 0, 6, 0.06);
}
.language_dropdown .flag img {
  width: 18px;
  height: 12px;
  object-fit: cover;
  display: block;
  border-radius: 1px;
}
#google_translate_element {
  position: absolute !important;
  left: -9999px !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.goog-te-banner-frame,
.goog-te-balloon-frame,
body > .skiptranslate,
iframe.goog-te-banner-frame,
.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}
body {
  top: 0 !important;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
font font {
  background: transparent !important;
  box-shadow: none !important;
}
.scroll-top {
  background: #781921;
}

/* Smooth scroll + light reveal (paired with pntcog-motion.js) */
html.pnt-smooth-scroll {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html.pnt-smooth-scroll {
    scroll-behavior: auto;
  }
  .pnt-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
.pnt-reveal {
  will-change: opacity, transform;
}
html.pnt-motion-static .pnt-reveal {
  opacity: 1;
  transform: none;
}

/* News: cream band like Our Leaders, faint photo under wash */
.news.news-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #f1f1e9 !important;
  background-size: cover !important;
  background-position: center bottom !important;
}
.news.news-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(241, 241, 233, 0.92);
  z-index: 0;
  pointer-events: none;
}
.news.news-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background: linear-gradient(to bottom, rgba(241, 241, 233, 0), #f1f1e9 75%);
  pointer-events: none;
  z-index: 0;
}
.news.news-bg > .container {
  position: relative;
  z-index: 2;
}
.news.news-bg .section-title .title,
.news.news-bg .xb-item--title,
.news.news-bg .xb-item--title a,
.news.news-bg .xb-item--meta,
.news.news-bg .xb-item--meta li {
  color: #170006;
}

/* Mobile news: one featured post, then All news */
@media (max-width: 991.98px) {
  .news .pnt-news-more-col {
    display: none !important;
  }
  .news .xb-news-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .news .news-btn--mobile {
    width: 100%;
  }
  .news .news-btn--mobile .thm-btn {
    width: 100%;
    justify-content: center;
  }
  .news.news-bg {
    padding-bottom: 90px !important;
  }
}

/* CTA band: ensure background image shows */
.cta-wrapper.bg_img {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Watch Us Live */
.pnt-live-player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  background: #170006;
  box-shadow: 0 16px 40px rgba(23, 0, 6, 0.12);
}
.pnt-live-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pnt-live-now-title {
  font-size: 16px;
  color: #170006;
  font-weight: 600;
}
.pnt-live-card {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: #170006;
}
.pnt-live-card__thumb {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #170006;
}
.pnt-live-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.pnt-live-card:hover .pnt-live-card__thumb img,
.pnt-live-card.is-active .pnt-live-card__thumb img {
  transform: scale(1.04);
}
.pnt-live-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(23, 0, 6, 0.28);
  color: #fff;
  font-size: 22px;
}
.pnt-live-card__play i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fdb714;
  color: #170006;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pnt-live-card__title {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  min-height: 2.7em;
}
.pnt-live-card.is-active .pnt-live-card__title {
  color: #781921;
}
/* Subscribe / All streams sit beside the player on desktop */
.pnt-live-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  padding-left: 8px;
}
.pnt-live-actions .thm-btn {
  margin: 0;
  width: 100%;
  justify-content: center;
  white-space: nowrap;
}
.pnt-live-actions .thm-btn#pnt-live-subscribe,
.pnt-live-actions #pnt-live-subscribe {
  background: #fdb714;
  border-color: #fdb714;
  color: #170006;
}
.pnt-live-actions #pnt-live-all {
  background: #fff;
  border: 1px solid #170006;
  color: #170006;
}
.pnt-live-actions #pnt-live-all:hover {
  background: #fdb714;
  border-color: #fdb714;
  color: #170006;
}
@media (max-width: 991.98px) {
  .pnt-live-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin-top: 10px;
    gap: 10px;
  }
  .pnt-live-actions .thm-btn {
    width: auto;
    flex: 1 1 auto;
    min-width: 160px;
  }
}
@media (max-width: 767.98px) {
  /* Live stream cards: 2 columns x 2 rows, aligned and compact */
  #pnt-live-grid {
    margin-left: -6px;
    margin-right: -6px;
  }
  #pnt-live-grid > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 12px !important;
  }
  .pnt-live-card__title {
    margin-top: 8px;
    font-size: 0.78rem;
    line-height: 1.3;
    min-height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pnt-live-card__play {
    width: 34px;
    height: 34px;
  }
  .pnt-live-card__play i {
    font-size: 0.7rem;
  }
  .pnt-live-actions .thm-btn {
    min-width: 0;
    flex: 1 1 calc(50% - 6px);
    font-size: 0.82rem;
    padding: 12px 14px;
  }
  /* About: keep columns aligned, drop desktop left offset */
  section.about .xb-about-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section.about .about-sec-title {
    text-align: left;
  }
  section.about .about-sec-title .title {
    font-size: clamp(1.15rem, 5.2vw, 1.45rem);
    line-height: 1.35;
  }
  section.about .xb-about_left,
  section.about .xb-about-right {
    width: 100%;
  }
  section.about .xb-item--title {
    font-size: 1.15rem;
  }
  section.about .xb-item--content {
    font-size: 0.95rem;
    line-height: 1.55;
  }
}

/* University home band colors: white + cream (#f1f1e9). Layout unchanged. */
.pnt-band-white {
  background-color: #ffffff !important;
  background-image: none !important;
}
.pnt-band-cream {
  background-color: #f1f1e9 !important;
  background-image: none !important;
}
#our-leaders.testimonial.event-bg-clr.pnt-band-cream {
  background: #f1f1e9 !important;
}
.clg-event-bg.pnt-band-white {
  background: #ffffff !important;
}
.clg-event-bg.pnt-band-white::before {
  background: transparent !important;
}

/* Our Leaders cutouts: framed cream plate; thumbs clear of quote text */
#our-leaders .xb-testimonial-left .testimonial-slider {
  overflow: hidden;
  border-radius: 14px;
  background: #f1f1e9;
  border: 3px solid #fdb714;
  box-shadow: 0 0 0 6px rgba(253, 183, 20, 0.22), 0 16px 36px rgba(23, 0, 6, 0.1);
}
#our-leaders .xb-testimonial-left .testimonial-slider .swiper-slide {
  background: #f1f1e9;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  z-index: 0 !important;
}
#our-leaders .xb-testimonial-left .testimonial-slider .swiper-slide-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  z-index: 2 !important;
}
#our-leaders .tes-img {
  background: #f1f1e9;
  overflow: hidden;
  border-radius: 12px;
}
#our-leaders .tes-img img {
  background: transparent;
  width: 100%;
  height: auto;
  min-height: 520px;
  max-height: 720px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}
#our-leaders .testimonial-nav-item {
  overflow: hidden;
  background: #fff8e6;
  border: 3px solid #fdb714;
  box-shadow: 0 0 0 4px rgba(253, 183, 20, 0.25), 0 8px 18px rgba(23, 0, 6, 0.1);
}
#our-leaders .testimonial-nav-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: transparent;
}
#our-leaders .xb-item--content {
  font-size: 18px;
  line-height: 1.55;
}
#our-leaders .testimonial-content-slider,
#our-leaders .xb-item--holder {
  position: relative;
  z-index: 2;
}

/* Thumbs + arrows sit on portrait's right edge, inside left column (not over text) */
#our-leaders .testimonial-slider-nav {
  right: 8px;
  left: auto;
  max-height: 280px;
  z-index: 5;
  padding: 8px;
  transform: translateY(-50%);
}
#our-leaders .testimonial-nav-item {
  height: 96px;
  width: 96px;
}
#our-leaders .testimonial-nav-item::before {
  height: 108px;
  width: 108px;
  border-color: #fdb714;
}
#our-leaders .testimonial-carousel {
  top: 16%;
  right: 24px;
  left: auto;
  z-index: 6;
}
#our-leaders .testimonial-carousel .xb-swiper-arrow {
  height: 56px;
  width: 56px;
  font-size: 20px;
  background-color: #fdb714;
  color: #170006;
  box-shadow: 0 6px 18px rgba(23, 0, 6, 0.12);
}
#our-leaders .testimonial-carousel .xb-swiper-arrow-next {
  top: 280px;
}
#our-leaders .testimonial-carousel .xb-swiper-arrow-prev {
  top: 0;
}

/* Side drawings: ~2 per section, soft, partly cropped, staggered positions */
.pnt-side-drawings {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.pnt-side-drawings__slot {
  position: absolute;
  display: block;
  width: clamp(110px, 11vw, 168px);
}
.pnt-side-drawings__slot img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.28;
  filter: saturate(0.7) brightness(1.08);
}
/* Leaders: bible peeks left mid-high, dove peeks right low */
.pnt-side-drawings__item--a {
  left: -3%;
  top: 16%;
  transform: rotate(-8deg);
}
.pnt-side-drawings__item--b {
  right: -4%;
  bottom: 10%;
  width: clamp(100px, 10vw, 150px);
  transform: rotate(10deg);
}
.pnt-side-drawings__item--b img {
  opacity: 0.22;
}
/* News: church peeks left low, pray peeks right high */
.pnt-side-drawings__item--c {
  left: -4%;
  bottom: 6%;
  width: clamp(120px, 12vw, 180px);
  transform: rotate(6deg);
}
.pnt-side-drawings__item--c img {
  opacity: 0.2;
}
.pnt-side-drawings__item--d {
  right: -3%;
  top: 12%;
  width: clamp(90px, 9vw, 140px);
  transform: rotate(-12deg);
}
.pnt-side-drawings__item--d img {
  opacity: 0.24;
}
@media (max-width: 1199.98px) {
  .pnt-side-drawings {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #our-leaders .xb-testimonial-left {
    padding-right: 110px;
  }
  #our-leaders .testimonial-slider-nav {
    right: 4px;
  }
  #our-leaders .testimonial-carousel {
    right: 16px;
  }
  #our-leaders .testimonial-nav-item {
    height: 84px;
    width: 84px;
  }
  #our-leaders .testimonial-nav-item::before {
    height: 96px;
    width: 96px;
  }
  #our-leaders .tes-img img,
  #our-leaders .xb-testimonial-left .tes-img img {
    min-height: 440px;
    max-height: 600px;
  }
  #our-leaders .row.align-items-center > .col-lg-6:last-child {
    padding-left: 15px;
  }
}

/* About: Mission & Vision cream wash (no tiled dinner photo) */
.mission-vission {
  overflow: hidden;
}
.mission-vission .mission-vission-bg {
  background-color: #f1f1e9 !important;
  background-image: none !important;
  height: 100%;
}
.mission-vission .mission-vission-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      180deg,
      transparent 0,
      transparent 18px,
      rgba(120, 25, 33, 0.035) 18px,
      rgba(120, 25, 33, 0.035) 19px
    );
  pointer-events: none;
}
.mission-vission .section-title .title,
.mission-vission .section-title p {
  color: #170006;
}

/* Mission / Vision cards: light yellow panels, dark text for contrast */
.mission-vission .mission-vission-item {
  background-color: #fff4c8 !important;
  border: 1px solid rgba(253, 183, 20, 0.45);
  box-shadow: 0 12px 28px rgba(23, 0, 6, 0.06);
}
.mission-vission .mission-vission-item .xb-item--title,
.mission-vission .mission-vission-item .xb-item--subtitle,
.mission-vission .mission-vission-item .xb-item--list li {
  color: #170006 !important;
}
.mission-vission .mission-vission-item .xb-item--content {
  color: rgba(23, 0, 6, 0.78) !important;
}
.mission-vission .mission-vission-item .xb-item--shape .shape img {
  opacity: 0.22;
  filter: brightness(1.15) saturate(0.85);
}

/* About: video cover framed like Edubost */
.about .xb-video {
  border-radius: 12px;
  overflow: hidden;
}
.about .xb-video > img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

/* About leaders: two static cards only (no Swiper / arrows) */
.team.team--two .clg-testimonial-carousel,
.team.team--two .xb-arrow {
  display: none !important;
}
.team.team--two .team-two-grid {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.team.team--two .team-item {
  height: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px 10px;
  box-shadow: 0 10px 30px rgba(23, 0, 6, 0.06);
}
.team .team-item .xb-item--img {
  border-radius: 10px;
  overflow: hidden;
  background: #e8e8e0;
}
.team .team-item .xb-item--img > img {
  width: 100%;
  aspect-ratio: 525 / 486;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.team .team-social .plus {
  background-color: #fdb714 !important;
  color: #170006 !important;
}

/* Our Belief ? short single section */
#pnt-belief .pnt-belief-lead {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.15rem;
  line-height: 1.65;
  color: #3a3336;
}
#pnt-belief .pnt-belief-note {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  color: #5c5c54;
}
#pnt-belief a:not(.thm-btn) {
  color: #781921;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Jubilee: keep solid readable header (no white-on-white / invisible nav) */
body.pnt-page-jubilee #xb-header-area.header-area.is-sticky {
  background: #fff !important;
}
body.pnt-page-jubilee #xb-header-area .xb-header .main-menu > ul > li > a,
body.pnt-page-jubilee #xb-header-area .header-search,
body.pnt-page-jubilee #xb-header-area .language_dropdown .dropdown-toggle,
body.pnt-page-jubilee #xb-header-area .language_dropdown .name,
body.pnt-page-jubilee #xb-header-area .pnt-logo-text strong,
body.pnt-page-jubilee #xb-header-area .pnt-logo-text small,
body.pnt-page-jubilee #xb-header-area .xb-nav-mobile {
  color: #170006 !important;
}
body.pnt-page-jubilee #xb-header-area .header-search svg path {
  stroke: #170006 !important;
}
body.pnt-page-jubilee .pnt-jubilee-hero {
  /* clear sticky header so title is not trapped under it */
  padding-top: 5.5rem;
}

.pnt-jubilee-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.pnt-jubilee-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.pnt-jubilee-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.pnt-jubilee-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(23, 0, 6, 0.55) 0%, rgba(23, 0, 6, 0.42) 45%, rgba(23, 0, 6, 0.72) 100%),
    radial-gradient(ellipse at center, rgba(253, 183, 20, 0.18), transparent 60%);
  pointer-events: none;
}
.pnt-jubilee-hero__inner {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 1.5rem));
  margin: 0 auto;
  padding: 6.5rem 0 5.5rem;
  min-height: calc(100vh - 5.5rem);
  min-height: calc(100dvh - 5.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.pnt-jubilee-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
  flex: 0 0 auto;
}
.pnt-jubilee-hero__title {
  display: block !important;
  float: none !important;
  clear: both;
  margin: 0 0 1.35rem;
  font-family: "Recoleta", Georgia, serif;
  font-size: clamp(4.4rem, 13vw, 8.5rem);
  line-height: 0.9;
  font-weight: 700;
  color: #fdb714;
  letter-spacing: -0.02em;
  text-align: center;
  width: 100% !important;
  max-width: 100%;
}
.pnt-jubilee-hero__lead {
  display: block !important;
  float: none !important;
  clear: both;
  margin: 0 auto;
  max-width: 42rem;
  width: 100% !important;
  font-size: clamp(1.18rem, 2.8vw, 1.45rem);
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.pnt-jubilee-hero__welcome {
  display: block !important;
  float: none !important;
  clear: both;
  margin: 0 0 1.1rem;
  max-width: 40rem;
  width: 100% !important;
  font-size: clamp(1.05rem, 2.5vw, 1.28rem);
  line-height: 1.55;
  color: #fff;
  font-weight: 500;
  text-align: center;
  min-height: 3.2em;
}
.pnt-jubilee-hero__eyebrow {
  display: block !important;
  float: none !important;
  clear: both;
  margin: 0.35rem 0 1rem;
  font-size: clamp(1.05rem, 2.6vw, 1.25rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100% !important;
  min-height: 1.6em;
}
.pnt-jubilee-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: #fff;
  text-decoration: none;
  font-size: clamp(0.88rem, 2vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding-bottom: 0.2rem;
  transition: color 0.2s ease, border-color 0.2s ease;
  width: auto !important;
  max-width: calc(100% - 2rem);
  margin: 0;
  float: none !important;
  clear: both;
}
.pnt-jubilee-hero__scroll::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  animation: pnt-jubilee-scroll-bounce 1.6s ease-in-out infinite;
}
.pnt-jubilee-hero__scroll:hover,
.pnt-jubilee-hero__scroll:focus-visible {
  color: #fdb714;
  border-color: #fdb714;
}
@keyframes pnt-jubilee-scroll-bounce {
  0%, 100% { transform: rotate(45deg) translateY(0); }
  50% { transform: rotate(45deg) translateY(3px); }
}
@media (prefers-reduced-motion: reduce) {
  .pnt-jubilee-hero__scroll::after { animation: none; }
}

@media (max-width: 767px) {
  body.pnt-page-jubilee .pnt-jubilee-hero {
    padding-top: 4.75rem;
  }
  .pnt-jubilee-hero__inner {
    width: min(100%, calc(100% - 1.15rem));
    padding: 5.5rem 0.25rem 4.75rem;
    min-height: calc(100vh - 4.75rem);
    min-height: calc(100dvh - 4.75rem);
  }
  .pnt-jubilee-hero__copy {
    max-width: 100%;
  }
  .pnt-jubilee-hero__title {
    font-size: clamp(3.85rem, 15.5vw, 5.6rem);
  }
  .pnt-jubilee-hero__lead {
    max-width: 100%;
    font-size: clamp(1.15rem, 4.2vw, 1.3rem);
  }
  .pnt-jubilee-hero__welcome {
    font-size: clamp(1.05rem, 3.9vw, 1.18rem);
    min-height: 4.6em;
    margin-bottom: 1rem;
  }
  .pnt-jubilee-hero__eyebrow {
    font-size: clamp(1.08rem, 3.8vw, 1.2rem);
  }
  .pnt-jubilee-hero__scroll {
    bottom: 1.15rem;
  }
}

.pnt-jubilee-copy {
  font-size: 1.08rem;
  line-height: 1.7;
  color: #3a3336;
  margin: 0;
}
.pnt-jubilee-pillars {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.pnt-jubilee-pillars li {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.85rem 1rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(23, 0, 6, 0.06);
}
.pnt-jubilee-pillars strong {
  color: #781921;
  font-size: 1rem;
}
.pnt-jubilee-pillars span {
  color: #5c5c54;
  font-size: 0.98rem;
  line-height: 1.45;
}
@media (max-width: 575px) {
  .pnt-jubilee-pillars li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

.pnt-jubilee-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  height: 100%;
  padding: 1.5rem 1.35rem;
  background: #fff;
  border: 1px solid rgba(23, 0, 6, 0.07);
  border-radius: 14px;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(23, 0, 6, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.pnt-jubilee-card:hover,
.pnt-jubilee-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(253, 183, 20, 0.55);
  box-shadow: 0 16px 36px rgba(23, 0, 6, 0.1);
}
.pnt-jubilee-card--media {
  padding: 0;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid rgba(253, 183, 20, 0.28);
}
.pnt-jubilee-card--media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.pnt-jubilee-card--media:hover img,
.pnt-jubilee-card--media:focus-visible img {
  transform: scale(1.03);
}
.pnt-jubilee-card__caption {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.95rem 1rem 1.1rem;
  background: linear-gradient(180deg, #121212 0%, #0a0a0a 100%);
  border-top: 1px solid rgba(253, 183, 20, 0.35);
  text-align: center;
}
.pnt-jubilee-card__caption strong {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.pnt-jubilee-card__caption > span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  line-height: 1.4;
}
.pnt-jubilee-card--media:hover .pnt-jubilee-card__caption strong,
.pnt-jubilee-card--media:focus-visible .pnt-jubilee-card__caption strong {
  color: #fdb714;
}
.pnt-jubilee-card__label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #781921;
  font-weight: 600;
}
.pnt-jubilee-card__title {
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.45rem;
  color: #170006;
  line-height: 1.2;
}
.pnt-jubilee-card__text {
  color: #5c5c54;
  font-size: 0.98rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pnt-jubilee-links .row > [class*="col-"] {
    display: flex;
    justify-content: center;
  }
  .pnt-jubilee-card--media {
    width: min(72vw, 260px);
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .pnt-jubilee-card--media img {
    aspect-ratio: 1 / 1;
  }
  .pnt-jubilee-card__caption {
    padding: 0.8rem 0.75rem 0.95rem;
  }
  .pnt-jubilee-card__caption strong {
    font-size: 0.98rem;
  }
  .pnt-jubilee-card__caption > span {
    font-size: 0.84rem;
  }
}

/* Church info / blog guides */
.pnt-info-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 10px 28px rgba(23, 0, 6, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pnt-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(23, 0, 6, 0.1);
  color: inherit;
}
.pnt-info-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: #f7f4ef;
}
.pnt-info-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.15rem 1.2rem 1.35rem;
  flex: 1;
}
.pnt-info-card__cat {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a6b1f;
  font-weight: 600;
}
.pnt-info-card__title {
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.25;
  color: #170006;
  font-weight: 700;
}
.pnt-info-card__text {
  color: #5c5c54;
  font-size: 0.95rem;
  line-height: 1.5;
  flex: 1;
}
.pnt-info-card__cta {
  margin-top: 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #781921;
}

.pnt-info-article__cover {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 0, 6, 0.06);
}
.pnt-info-article__cover img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.pnt-info-article__lead {
  font-size: 1.12rem;
  line-height: 1.55;
  color: #3a3a34;
  margin-bottom: 1.4rem;
}
.pnt-info-article__body {
  color: #2a2a26;
  font-size: 1.05rem;
  line-height: 1.7;
}
.pnt-info-article__body p {
  margin-bottom: 1.1rem;
}
.pnt-info-article__body a {
  color: #781921;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pnt-info-steps {
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
  counter-reset: pnt-step;
}
.pnt-info-steps li {
  position: relative;
  counter-increment: pnt-step;
  padding: 1rem 1rem 1rem 3.4rem;
  margin-bottom: 0.75rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(23, 0, 6, 0.05);
}
.pnt-info-steps li::before {
  content: counter(pnt-step);
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #781921;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pnt-reno-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 2rem 0 1rem;
  padding: 1.25rem;
  background: #fdf5e6;
  border-radius: 18px;
}
.pnt-reno-gallery__item {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #e8dfd0;
}
.pnt-reno-gallery__item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.pnt-reno-gallery__note {
  text-align: center;
  color: #5c5c54;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .pnt-reno-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .pnt-reno-gallery {
    grid-template-columns: 1fr;
    padding: 0.85rem;
  }
  .pnt-info-card__title {
    font-size: 1.12rem;
  }
}

/* Interactive church calendar */
.pnt-elder-calendar {
  background: #fff;
}
.pnt-cal {
  max-width: 980px;
  margin: 0 auto;
}
.pnt-cal__shell {
  background: #f7f4f2;
  border-radius: 18px;
  padding: 28px 28px 32px;
  box-shadow: 0 18px 40px rgba(23, 0, 6, 0.08);
}
.pnt-cal__toolbar {
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}
.pnt-cal__title {
  text-align: center;
  font-family: "Recoleta", Georgia, serif;
  font-size: clamp(1.6rem, 3.2vw, 2.35rem);
  color: #170006;
  font-weight: 700;
  line-height: 1.15;
}
.pnt-cal__nav {
  min-width: 48px;
  height: 48px;
  border: 1px solid rgba(23, 0, 6, 0.14);
  background: #fff;
  color: #170006;
  border-radius: 12px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.pnt-cal__nav:hover {
  background: #fdb714;
  border-color: #fdb714;
  color: #170006;
}
.pnt-cal__nav--today {
  display: block;
  width: fit-content;
  margin: 0 auto 18px;
  min-width: 0;
  height: auto;
  padding: 8px 18px;
  font-size: 0.95rem;
  font-weight: 600;
}
.pnt-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}
.pnt-cal__dow {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5c5c54;
  padding: 6px 0 10px;
}
.pnt-cal__day {
  min-height: 118px;
  border: 1px solid rgba(23, 0, 6, 0.08);
  background: #fff;
  border-radius: 14px;
  padding: 10px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  color: #170006;
  cursor: pointer;
  text-align: left;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.pnt-cal__day:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23, 0, 6, 0.08);
}
.pnt-cal__day--muted {
  opacity: 0.35;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  min-height: 118px;
}
.pnt-cal__day--today {
  border-color: #fdb714;
  box-shadow: inset 0 0 0 2px rgba(253, 183, 20, 0.35);
}
.pnt-cal__day--event {
  background: #fff8e8;
  border-color: rgba(253, 183, 20, 0.55);
}
.pnt-cal__day--selected {
  background: #170006;
  border-color: #170006;
  color: #fff;
  box-shadow: 0 12px 24px rgba(23, 0, 6, 0.22);
}
.pnt-cal__day--selected .pnt-cal__name {
  color: #ffe9a8;
}
.pnt-cal__num {
  font-family: "Recoleta", Georgia, serif;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1;
}
.pnt-cal__names {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin-top: auto;
}
.pnt-cal__name {
  display: block;
  font-size: 0.72rem;
  line-height: 1.25;
  font-weight: 600;
  color: #5a3d08;
  word-break: break-word;
}
.pnt-cal__name--more {
  font-weight: 700;
  color: #8a1020;
}
.pnt-cal__panel {
  margin-top: 22px;
  background: #fff;
  border-radius: 14px;
  padding: 20px 22px;
  border: 1px solid rgba(23, 0, 6, 0.08);
}
.pnt-cal__panel-head {
  margin-bottom: 12px;
}
.pnt-cal__panel-head strong {
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.35rem;
  color: #170006;
}
.pnt-cal__empty {
  margin: 0;
  color: #5c5c54;
  font-size: 1rem;
}
.pnt-cal__event {
  display: block;
  text-decoration: none;
  color: #170006;
  padding: 14px 0;
  border-top: 1px solid rgba(23, 0, 6, 0.08);
}
.pnt-cal__event:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.pnt-cal__event strong {
  display: block;
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.25rem;
  margin-bottom: 4px;
}
.pnt-cal__event span,
.pnt-cal__event em {
  display: block;
  color: #5c5c54;
  font-style: normal;
  line-height: 1.45;
}
.pnt-cal__event-cta {
  margin-top: 8px !important;
  color: #170006 !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pnt-cal__event:hover strong {
  color: #8a1020;
}
@media (max-width: 767.98px) {
  .pnt-cal__shell {
    padding: 18px 14px 22px;
    border-radius: 14px;
  }
  .pnt-cal__toolbar {
    gap: 6px;
  }
  .pnt-cal__nav {
    min-width: 40px;
    height: 40px;
    font-size: 1.15rem;
    border-radius: 10px;
  }
  .pnt-cal__grid {
    gap: 5px;
  }
  .pnt-cal__day,
  .pnt-cal__day--muted {
    min-height: 84px;
    padding: 6px 4px 5px;
    border-radius: 10px;
  }
  .pnt-cal__dow {
    font-size: 0.72rem;
    padding-bottom: 4px;
  }
  .pnt-cal__name {
    font-size: 0.58rem;
    line-height: 1.15;
  }
}

/* Jubilee Events equal-card auto slider */
.pnt-jubilee-events {
  overflow: visible;
}
.pnt-jubilee-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 20px;
  align-items: stretch;
}
.pnt-jcard {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(23, 0, 6, 0.1);
  overflow: hidden;
}
.pnt-jcard__status {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(23, 0, 6, 0.82);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}
.pnt-jcard.is-past .pnt-jcard__media {
  opacity: 0.82;
}
.pnt-jcard__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 148px;
  padding: 10px 10px 0;
  overflow: hidden;
  background: #f4f0ea;
}
.pnt-jcard__media img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 138px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.pnt-jcard__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px 54px;
  flex: 1;
}
.pnt-jcard__meta {
  font-size: 0.78rem;
  font-weight: 700;
  color: #8a6a12;
  letter-spacing: 0.02em;
}
.pnt-jcard__title {
  margin: 0;
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.25;
  color: #170006;
}
.pnt-jcard__title a {
  color: inherit;
  text-decoration: none;
}
.pnt-jcard__loc {
  margin: 0 0 auto;
  color: #5c5c54;
  font-size: 0.88rem;
}
.pnt-jcard .thm-btn {
  align-self: flex-start;
  margin-top: 6px;
  padding: 9px 16px;
  font-size: 0.8rem;
}
.pnt-jcard__date {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(23, 0, 6, 0.1);
  box-shadow: 0 6px 14px rgba(23, 0, 6, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Recoleta", Georgia, serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.05;
  color: #170006;
  text-align: center;
}

/* Event detail pages */
.pnt-event-detail .pnt-event-poster a.popup-image {
  display: block;
  cursor: zoom-in;
  text-decoration: none;
}
.pnt-event-detail .pnt-event-poster {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  background: #f4f0ea;
  border-radius: 14px;
  padding: 12px;
}
.pnt-event-detail .pnt-event-poster img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
.pnt-event-video {
  position: relative;
  padding-top: 56.25%;
  border-radius: 14px;
  overflow: hidden;
  background: #170006;
}
.pnt-event-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pnt-event-side {
  background: #fff;
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 12px 28px rgba(23, 0, 6, 0.08);
}
.pnt-event-side__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a6a12;
  margin-bottom: 6px;
}
.pnt-event-side__date {
  margin-bottom: 22px;
}
.pnt-event-side__date strong {
  display: block;
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.25rem;
  color: #170006;
  margin-bottom: 4px;
}
.pnt-event-side__date span,
.pnt-event-side__block p {
  color: #5c5c54;
  margin: 0;
  line-height: 1.5;
}
.pnt-event-side__block {
  margin-bottom: 18px;
}
.pnt-event-side__status {
  margin: 0 0 18px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #efe6d6;
  color: #170006;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}
.pnt-event-side.is-past .pnt-event-side__actions a[hidden] {
  display: none !important;
}
.pnt-event-side__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.pnt-event-side__actions .thm-btn,
.pnt-event-side__actions .more-btn {
  text-align: center;
}
@media (max-width: 991.98px) {
  .pnt-jubilee-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .pnt-jubilee-grid {
    grid-template-columns: 1fr;
  }
  .pnt-jcard__media {
    height: 180px;
  }
  .pnt-jcard__media img {
    max-height: 160px;
  }
  .pnt-event-detail .pnt-event-poster a.popup-image {
  display: block;
  cursor: zoom-in;
  text-decoration: none;
}
.pnt-event-detail .pnt-event-poster {
    max-width: 100%;
  }
}

/* Weekly church times guide */
.pnt-info-article__title {
  font-family: "Recoleta", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #170006;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}
.pnt-week-cal {
  margin: 1.5rem 0 1.75rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(23, 0, 6, 0.08);
  overflow: hidden;
}
.pnt-week-cal__tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  background: #f7f1e6;
  border-bottom: 1px solid rgba(23, 0, 6, 0.08);
}
.pnt-week-cal__tab {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 14px 6px;
  cursor: pointer;
  text-align: center;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.pnt-week-cal__tab span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a6a12;
}
.pnt-week-cal__tab strong {
  display: block;
  margin-top: 2px;
  font-family: "Recoleta", Georgia, serif;
  font-size: 0.95rem;
  color: #170006;
  font-weight: 700;
}
.pnt-week-cal__tab.is-active {
  background: #fff;
  box-shadow: inset 0 -3px 0 #c9a227;
  transform: translateY(-1px);
}
.pnt-week-cal__panel {
  padding: 28px 24px 30px;
}
.pnt-week-cal__panel.is-swap {
  animation: pnt-week-swap 0.45s ease;
}
@keyframes pnt-week-swap {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.pnt-week-cal__day-title {
  margin: 0 0 18px;
  font-family: "Recoleta", Georgia, serif;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  color: #170006;
}
.pnt-week-cal__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pnt-week-cal__item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 16px;
  background: #f8f5ef;
  border: 1px solid rgba(23, 0, 6, 0.06);
}
.pnt-week-cal__item--room {
  background: linear-gradient(135deg, #eef5fb 0%, #f7fafc 100%);
  border-color: rgba(45, 110, 180, 0.18);
}
.pnt-week-cal__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 6px;
  border-radius: 12px;
  background: #170006;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}
.pnt-week-cal__item--room .pnt-week-cal__mark {
  background: #2d6eb4;
}
.pnt-week-cal__time {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #8a6a12;
  margin-bottom: 4px;
}
.pnt-week-cal__item-body strong {
  display: block;
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.25rem;
  color: #170006;
  margin-bottom: 6px;
}
.pnt-week-cal__item-body p {
  margin: 0;
  color: #4a4a44;
  font-size: 1.02rem;
  line-height: 1.5;
}
.pnt-week-cal__room {
  margin-top: 22px;
  padding: 20px;
  border-radius: 18px;
  background: #f3f8fc;
  border: 1px solid rgba(45, 110, 180, 0.2);
}
.pnt-week-cal__room-banner {
  margin-bottom: 16px;
}
.pnt-week-cal__room-banner strong {
  display: block;
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.35rem;
  color: #170006;
  margin-bottom: 6px;
}
.pnt-week-cal__room-banner p {
  margin: 0;
  color: #445;
}
.pnt-week-cal__room-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}
.pnt-week-cal__room-grid > div {
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 4px 12px rgba(23, 0, 6, 0.05);
}
.pnt-week-cal__room-grid span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8a6a12;
  margin-bottom: 4px;
}
.pnt-week-cal__room-grid strong {
  color: #170006;
  font-size: 1rem;
  line-height: 1.35;
}
.pnt-week-cal__zoom {
  display: inline-flex;
  margin-bottom: 14px;
}
.pnt-week-cal__howto {
  background: #fff8e8;
  border-radius: 14px;
  padding: 14px 16px;
}
.pnt-week-cal__howto strong {
  display: block;
  margin-bottom: 8px;
  color: #170006;
}
.pnt-week-cal__howto ol {
  margin: 0;
  padding-left: 1.2rem;
  color: #3a3a34;
  line-height: 1.55;
}
.pnt-week-cal-extras {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px;
}
.pnt-week-cal-extra {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(23, 0, 6, 0.06);
}
.pnt-week-cal-extra > span {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a6a12;
  margin-bottom: 8px;
}
.pnt-week-cal-extra p {
  margin: 0 0 14px;
  color: #4a4a44;
  line-height: 1.5;
}
.pnt-home-week {
  background: #f1f1e9;
}
.pnt-home-week__card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: center;
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(23, 0, 6, 0.08);
}
.pnt-home-week__copy .sub-title {
  display: inline-block;
  margin-bottom: 10px;
}
.pnt-home-week__copy h2 {
  font-family: "Recoleta", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  color: #170006;
  margin: 0 0 12px;
}
.pnt-home-week__copy p {
  color: #4a4a44;
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 34rem;
}
.pnt-home-week__media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #f4f0ea;
}
.pnt-home-week__media img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .pnt-home-week__card {
    grid-template-columns: 1fr;
  }
  .pnt-week-cal__tab strong {
    font-size: 0.78rem;
  }
}
@media (max-width: 767.98px) {
  .pnt-week-cal__tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pnt-week-cal__item {
    grid-template-columns: 1fr;
  }
  .pnt-week-cal__room-grid,
  .pnt-week-cal-extras {
    grid-template-columns: 1fr;
  }
  .pnt-week-cal__mark {
    width: fit-content;
  }
}
.pnt-home-week__picker {
  margin: 0 0 18px;
}
.pnt-home-week__days {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.pnt-home-week__days button {
  appearance: none;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7f1e6;
  color: #170006;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.pnt-home-week__days button:hover,
.pnt-home-week__days button:focus-visible {
  background: #efe4cf;
  outline: none;
}
.pnt-home-week__days button.is-active {
  background: #170006;
  color: #fff;
  box-shadow: 0 6px 14px rgba(23, 0, 6, 0.18);
}
.pnt-home-week__drop {
  display: none;
  margin-top: 4px;
}
.pnt-home-week__drop.is-open {
  display: block;
  animation: pnt-week-swap 0.35s ease;
}
.pnt-home-week__drop-inner {
  background: #f8f5ef;
  border: 1px solid rgba(23, 0, 6, 0.08);
  border-radius: 14px;
  padding: 14px 16px;
}
.pnt-home-week__drop-inner h3 {
  margin: 0 0 10px;
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.15rem;
  color: #170006;
}
.pnt-home-week__drop-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pnt-home-week__drop-inner li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(23, 0, 6, 0.06);
}
.pnt-home-week__drop-inner li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.pnt-home-week__drop-time {
  font-size: 0.82rem;
  font-weight: 700;
  color: #8a6a12;
}
.pnt-home-week__drop-inner strong {
  color: #170006;
  font-size: 0.98rem;
  font-weight: 700;
}
.pnt-week-cal__room-toggle {
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 4px 12px rgba(23, 0, 6, 0.06);
}
.pnt-week-cal__room-toggle span {
  color: #445;
  font-size: 0.95rem;
}
.pnt-week-cal__room-toggle strong {
  color: #2d6eb4;
  font-size: 0.9rem;
  white-space: nowrap;
}
.pnt-week-cal__room-toggle[aria-expanded="true"] strong {
  color: #170006;
}
.pnt-week-cal__room-details {
  margin-top: 14px;
}
.pnt-week-cal__room-details[hidden] {
  display: none !important;
}

/* Ministries hub (Departments PDF) */
.pnt-min-hub .section-title .title {
  color: #170006;
}
.pnt-min-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 22px;
}
.pnt-min-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(23, 0, 6, 0.07);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(23, 0, 6, 0.06);
}
.pnt-min-card__media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: transparent;
}
.pnt-min-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.45s ease;
  background: transparent;
}
.pnt-min-card:hover .pnt-min-card__media img {
  transform: scale(1.04);
}
.pnt-min-card__body {
  padding: 18px 18px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pnt-min-card__num {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #8a6a12;
  margin-bottom: 6px;
}
.pnt-min-card__title {
  margin: 0 0 12px;
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.25;
}
.pnt-min-card__title a {
  color: #170006;
  text-decoration: none;
}
.pnt-min-card__title a:hover {
  color: #8a6a12;
}
.pnt-min-card__units {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.pnt-min-card__units li {
  position: relative;
  padding-left: 14px;
  font-size: 0.88rem;
  line-height: 1.35;
  color: #445;
}
.pnt-min-card__units li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8a6a12;
}
.pnt-min-card .thm-btn {
  align-self: flex-start;
  margin-top: auto;
}
.pnt-min-detail__cover {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(23, 0, 6, 0.1);
  margin-bottom: 36px;
  background: transparent;
  aspect-ratio: 1 / 1;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.pnt-min-detail__cover a.popup-image,
.pnt-min-detail__cover > a {
  display: block;
  width: 100%;
  height: 100%;
}
.pnt-min-detail__cover img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  display: block;
  background: transparent;
}
.pnt-min-detail__title {
  font-family: "Recoleta", Georgia, serif;
  color: #170006;
  margin: 0 0 12px;
}
.pnt-min-detail__blurb {
  color: #445;
  max-width: 40rem;
  margin-bottom: 28px;
}
.pnt-min-detail__units {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
.pnt-min-detail__units li {
  background: #fff;
  border: 1px solid rgba(23, 0, 6, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
  color: #170006;
  font-weight: 600;
  font-size: 0.95rem;
}
.pnt-min-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 50px;
}
.pnt-min-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.pnt-min-related a {
  display: block;
  text-decoration: none;
  color: #170006;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(23, 0, 6, 0.06);
  box-shadow: 0 8px 20px rgba(23, 0, 6, 0.06);
}
.pnt-min-related a img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.pnt-min-related span {
  display: block;
  padding: 12px 14px 16px;
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.05rem;
}
@media (max-width: 991px) {
  .pnt-min-grid,
  .pnt-min-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .pnt-min-grid,
  .pnt-min-related,
  .pnt-min-detail__units {
    grid-template-columns: 1fr;
  }
}

/* Ministry detail inviting layout */
.pnt-min-detail__layout {
  max-width: 52rem;
  margin: 0 auto 40px;
}
.pnt-min-detail__about,
.pnt-min-detail__welcome,
.pnt-min-join,
.pnt-min-detail__units-wrap {
  margin-bottom: 34px;
}
.pnt-min-detail__about h3,
.pnt-min-detail__welcome h3,
.pnt-min-join h3,
.pnt-min-detail__units-wrap h3,
.pnt-min-apply__intro h3,
.pnt-min-related-title {
  font-family: "Recoleta", Georgia, serif;
  color: #170006;
  margin: 0 0 14px;
  font-size: 1.45rem;
}
.pnt-min-detail__about p,
.pnt-min-detail__welcome p,
.pnt-min-detail__units-lead,
.pnt-min-detail__parent {
  color: #445;
  line-height: 1.65;
  margin: 0 0 12px;
}
.pnt-min-detail__parent a {
  color: #8a6a12;
  font-weight: 700;
}
.pnt-min-join__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pnt-min-join__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  background: #fff;
  border: 1px solid rgba(23, 0, 6, 0.08);
  border-radius: 14px;
  padding: 14px 16px;
}
.pnt-min-join__num {
  font-weight: 800;
  color: #8a6a12;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
.pnt-min-join__step p {
  margin: 0;
  color: #170006;
  line-height: 1.5;
}
.pnt-min-join__cta {
  margin: 18px 0 0;
}
.pnt-min-apply {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 28px;
  background: #fff;
  border: 1px solid rgba(23, 0, 6, 0.08);
  border-radius: 20px;
  padding: 28px 26px;
  margin: 10px 0 50px;
  box-shadow: 0 10px 28px rgba(23, 0, 6, 0.06);
}
.pnt-min-apply__intro p {
  color: #445;
  line-height: 1.6;
  margin: 0 0 12px;
}
.pnt-min-apply__contact a {
  color: #8a6a12;
  font-weight: 700;
}
.pnt-min-apply__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}
.pnt-min-apply__form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
  color: #170006;
  font-size: 0.9rem;
}
.pnt-min-apply__full {
  grid-column: 1 / -1;
}
.pnt-min-apply__form input,
.pnt-min-apply__form select,
.pnt-min-apply__form textarea {
  border: 1px solid rgba(23, 0, 6, 0.14);
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 500;
  color: #170006;
  background: #f8f5ef;
}
.pnt-min-apply__form input::placeholder,
.pnt-min-apply__form textarea::placeholder {
  color: #8b94a3;
}
.pnt-min-apply__note {
  margin: 12px 0 0;
  font-size: 0.85rem;
  color: #667;
  line-height: 1.45;
}
@media (max-width: 899px) {
  .pnt-min-apply {
    grid-template-columns: 1fr;
  }
  .pnt-min-apply__grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Prayer request page ===== */
.pnt-prayer__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: start;
}
.pnt-prayer__panel,
.pnt-prayer__success-card,
.pnt-prayer__aside-card {
  background: #fff;
  border: 1px solid rgba(23, 0, 6, 0.08);
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: 0 10px 28px rgba(23, 0, 6, 0.06);
}
.pnt-prayer__title {
  margin: 0 0 8px;
  color: #170006;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}
.pnt-prayer__lead {
  margin: 0 0 22px;
  color: #445;
  line-height: 1.6;
}
.pnt-prayer__fieldset {
  border: 0;
  margin: 0 0 18px;
  padding: 0;
}
.pnt-prayer__fieldset legend {
  font-weight: 700;
  color: #170006;
  margin-bottom: 10px;
}
.pnt-prayer__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pnt-prayer__chip {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
}
.pnt-prayer__chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pnt-prayer__chip {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(23, 0, 6, 0.14);
  background: #f8f5ef;
  color: #170006;
  font-weight: 700;
  font-size: 0.9rem;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.pnt-prayer__chip:has(input:checked),
.pnt-prayer__chip.is-selected {
  background: #170006;
  border-color: #170006;
  color: #fff;
}
.pnt-prayer__chip:has(input:focus-visible),
.pnt-prayer__chip.is-selected:focus-within {
  outline: 2px solid #8a6a12;
  outline-offset: 2px;
}
.pnt-prayer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}
.pnt-prayer__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
  color: #170006;
  font-size: 0.9rem;
}
.pnt-prayer__field--full {
  grid-column: 1 / -1;
}
.pnt-prayer__field input,
.pnt-prayer__field select,
.pnt-prayer__field textarea {
  border: 1px solid rgba(23, 0, 6, 0.14);
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 500;
  color: #170006;
  background: #f8f5ef;
  width: 100%;
}
.pnt-prayer__field input:focus,
.pnt-prayer__field select:focus,
.pnt-prayer__field textarea:focus {
  outline: 2px solid rgba(138, 106, 18, 0.45);
  outline-offset: 1px;
  border-color: #8a6a12;
}
.pnt-prayer__field input::placeholder,
.pnt-prayer__field textarea::placeholder {
  color: #8b94a3;
}
.pnt-prayer__field.is-optional span::after {
  content: " (optional)";
  font-weight: 500;
  color: #667;
}
.pnt-prayer__count {
  align-self: flex-end;
  font-size: 0.8rem;
  font-weight: 600;
  color: #667;
}
.pnt-prayer__checks {
  display: grid;
  gap: 10px;
  margin: 4px 0 18px;
}
.pnt-prayer__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-weight: 600;
  color: #170006;
  line-height: 1.4;
  cursor: pointer;
}
.pnt-prayer__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #8a6a12;
  outline: none;
  box-shadow: none;
}
.pnt-prayer__check input[type="checkbox"]:focus,
.pnt-prayer__check input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: none;
}
.pnt-prayer__error {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fde8e8;
  color: #7a1f1f;
  font-weight: 600;
  line-height: 1.4;
}
.pnt-prayer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.pnt-prayer__actions .thm-btn.is-busy {
  opacity: 0.75;
  pointer-events: none;
}
.pnt-prayer__note {
  margin: 14px 0 0;
  font-size: 0.85rem;
  color: #667;
  line-height: 1.45;
}
.pnt-prayer__note a {
  color: #8a6a12;
  font-weight: 700;
}
.pnt-prayer__honey {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.pnt-prayer__success-kicker {
  margin: 0 0 6px;
  color: #8a6a12;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.pnt-prayer__success-card h3 {
  margin: 0 0 10px;
  color: #170006;
}
.pnt-prayer__success-card p {
  color: #445;
  line-height: 1.6;
}
.pnt-prayer__success-list {
  margin: 16px 0 22px;
  padding-left: 1.1rem;
  color: #170006;
  line-height: 1.55;
}
.pnt-prayer__success-list a {
  color: #8a6a12;
  font-weight: 700;
}
.pnt-prayer__aside {
  display: grid;
  gap: 16px;
}
.pnt-prayer__aside-card h3 {
  margin: 0 0 12px;
  color: #170006;
  font-size: 1.15rem;
}
.pnt-prayer__contacts,
.pnt-prayer__units {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pnt-prayer__contacts li {
  margin: 0 0 12px;
  color: #170006;
  line-height: 1.45;
}
.pnt-prayer__contacts span {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a6a12;
  margin-bottom: 2px;
}
.pnt-prayer__contacts a {
  color: #170006;
  font-weight: 700;
}
.pnt-prayer__units li {
  position: relative;
  padding-left: 16px;
  margin: 0 0 8px;
  color: #445;
}
.pnt-prayer__units li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8a6a12;
}
.pnt-prayer__aside-card .thm-btn {
  margin-top: 12px;
}
.pnt-prayer__guide-link {
  display: inline-block;
  margin-top: 12px;
  color: #8a6a12;
  font-weight: 700;
}
.pnt-prayer__aside-card--map {
  padding: 0;
  overflow: hidden;
}
.pnt-prayer__aside-card--map iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}
@media (max-width: 991px) {
  .pnt-prayer__layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .pnt-prayer__grid {
    grid-template-columns: 1fr;
  }
  .pnt-prayer__panel,
  .pnt-prayer__success-card,
  .pnt-prayer__aside-card {
    padding: 22px 18px;
  }
}

/* ===== Giving page ===== */
.pnt-giving__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.75fr);
  gap: 24px;
  margin-bottom: 28px;
  align-items: start;
}
.pnt-giving__eyebrow {
  margin: 0 0 8px;
  color: #8a6a12;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.pnt-giving__title {
  margin: 0 0 12px;
  color: #170006;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
}
.pnt-giving__lead {
  margin: 0 0 18px;
  color: #445;
  line-height: 1.65;
  max-width: 46rem;
}
.pnt-giving__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}
.pnt-giving__verse {
  margin: 0;
  padding: 16px 18px;
  border-left: 3px solid #8a6a12;
  background: rgba(255, 237, 172, 0.28);
  border-radius: 0 14px 14px 0;
}
.pnt-giving__verse p {
  margin: 0 0 8px;
  color: #5a4410;
  font-style: italic;
  line-height: 1.65;
}
.pnt-giving__verse cite {
  color: #170006;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
}
.pnt-giving__intro-card {
  background: #170006;
  color: #fff;
  border-radius: 20px;
  padding: 26px 24px;
  box-shadow: 0 12px 30px rgba(23, 0, 6, 0.18);
}
.pnt-giving__intro-card .pnt-giving__eyebrow {
  color: #e8d48b;
}
.pnt-giving__intro-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.25;
}
.pnt-giving__intro-card p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.55;
}
.pnt-giving__quick {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pnt-giving__quick li {
  margin: 0 0 8px;
}
.pnt-giving__quick a {
  color: #e8d48b;
  font-weight: 700;
}
.pnt-giving__methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.pnt-giving__card {
  background: #fff;
  border: 1px solid rgba(23, 0, 6, 0.08);
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 10px 24px rgba(23, 0, 6, 0.05);
}
.pnt-giving__card--wide {
  grid-column: 1 / -1;
}
.pnt-giving__card-label {
  margin: 0 0 6px;
  color: #8a6a12;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.pnt-giving__card h3 {
  margin: 0 0 10px;
  color: #170006;
  font-size: 1.2rem;
}
.pnt-giving__card p {
  margin: 0 0 14px;
  color: #445;
  line-height: 1.55;
}
.pnt-giving__meta {
  color: #170006 !important;
  font-weight: 600;
}
.pnt-giving__meta a {
  color: #8a6a12;
  font-weight: 700;
}
.pnt-giving__dl {
  margin: 0;
}
.pnt-giving__dl > div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid rgba(23, 0, 6, 0.08);
}
.pnt-giving__dl > div:first-child {
  border-top: 0;
  padding-top: 0;
}
.pnt-giving__dl dt {
  margin: 0;
  color: #667;
  font-weight: 700;
  font-size: 0.85rem;
}
.pnt-giving__dl dd {
  margin: 0;
  color: #170006;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.pnt-giving__acct {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.02em;
}
.pnt-giving__copy {
  border: 1px solid rgba(23, 0, 6, 0.16);
  background: #f8f5ef;
  color: #170006;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.pnt-giving__copy:focus,
.pnt-giving__copy:focus-visible {
  outline: none;
  box-shadow: none;
}
.pnt-giving__copy.is-copied {
  background: #170006;
  border-color: #170006;
  color: #fff;
}
.pnt-giving__toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(12px);
  background: #170006;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 40;
}
.pnt-giving__toast.is-on {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.pnt-giving-build__head {
  max-width: 46rem;
  margin: 0 auto 28px;
  text-align: center;
}
.pnt-giving-build__head h2 {
  margin: 0 0 10px;
  color: #170006;
}
.pnt-giving-build__head p {
  margin: 0;
  color: #445;
  line-height: 1.6;
}
.pnt-giving-build__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}
.pnt-giving-build__grid article {
  background: #fff;
  border: 1px solid rgba(23, 0, 6, 0.08);
  border-radius: 16px;
  padding: 20px 18px;
}
.pnt-giving-build__grid h3 {
  margin: 0 0 8px;
  color: #170006;
}
.pnt-giving-build__grid p {
  margin: 0;
  color: #445;
  line-height: 1.5;
}
.pnt-giving-build .pnt-giving__actions,
.pnt-giving-gallery__more,
.pnt-giving-help__card .pnt-giving__actions {
  justify-content: center;
}
.pnt-giving-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}
.pnt-giving-gallery__grid a {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #ddd;
}
.pnt-giving-gallery__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pnt-giving-help__card {
  background: #fff;
  border: 1px solid rgba(23, 0, 6, 0.08);
  border-radius: 20px;
  padding: 32px 26px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(23, 0, 6, 0.06);
}
.pnt-giving-help__card h2 {
  margin: 0 0 10px;
  color: #170006;
}
.pnt-giving-help__card > p {
  margin: 0 auto 18px;
  max-width: 36rem;
  color: #445;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .pnt-giving__intro,
  .pnt-giving__methods,
  .pnt-giving-build__grid,
  .pnt-giving-gallery__grid {
    grid-template-columns: 1fr;
  }
  .pnt-giving__dl > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .pnt-giving__methods,
  .pnt-giving-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }
  .pnt-giving__card--wide {
    grid-column: 1 / -1;
  }
}

/* ===== Audience pages (visitors / members / etc.) ===== */
.pnt-aud__switch {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  margin: 0 0 36px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(23, 0, 6, 0.12);
}
.pnt-aud__switch a {
  color: #556;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  padding: 2px 0;
  border-bottom: 2px solid transparent;
}
.pnt-aud__switch a:hover {
  color: #170006;
}
.pnt-aud__switch a.is-active {
  color: #170006;
  border-bottom-color: #8a6a12;
}
.pnt-aud__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 28px 36px;
  align-items: center;
  margin-bottom: 48px;
}
.pnt-aud__hero-media {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #ddd8ce;
}
.pnt-aud__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pnt-aud__hero-copy {
  padding: 4px 0;
}
.pnt-aud__eyebrow {
  margin: 0 0 8px;
  color: #8a6a12;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.pnt-aud__title {
  margin: 0 0 12px;
  color: #170006;
  font-family: "Recoleta", Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  line-height: 1.15;
}
.pnt-aud__lead {
  margin: 0 0 22px;
  color: #445;
  line-height: 1.7;
  max-width: 36rem;
  font-size: 1.05rem;
}
.pnt-aud__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pnt-aud__phone {
  margin: 14px 0 0;
  color: #556;
  font-size: 0.95rem;
}
.pnt-aud__phone a {
  color: #8a6a12;
  font-weight: 700;
  text-decoration: none;
}
.pnt-aud__phone a:hover {
  text-decoration: underline;
}
.pnt-aud__section {
  margin-bottom: 64px;
}
.pnt-aud__section > h3,
.pnt-aud__times-body > h3,
.pnt-aud__jubilee-copy > h3,
.pnt-aud__help > h3 {
  margin: 0 0 12px;
  color: #170006;
  font-family: "Recoleta", Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
}
.pnt-aud__section-lead {
  margin: 0 0 28px;
  color: #445;
  line-height: 1.7;
  max-width: 44rem;
  font-size: 1.02rem;
}
.pnt-aud__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 32px;
  padding-top: 4px;
  border-top: 1px solid rgba(23, 0, 6, 0.12);
}
.pnt-aud__step {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  padding-top: 18px;
  border-top: 3px solid #8a6a12;
}
.pnt-aud__step:hover strong {
  color: #8a6a12;
}
.pnt-aud__step-num {
  display: block;
  margin: 0 0 8px;
  color: #8a6a12;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
.pnt-aud__step strong {
  display: block;
  margin: 0 0 8px;
  color: #170006;
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.25;
  transition: color 0.2s ease;
}
.pnt-aud__step-lead {
  display: block;
  margin: 0 0 12px;
  color: #445;
  line-height: 1.55;
  font-size: 0.98rem;
}
.pnt-aud__step-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.pnt-aud__step-list li {
  position: relative;
  padding-left: 14px;
  color: #556;
  line-height: 1.45;
  font-size: 0.92rem;
}
.pnt-aud__step-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8a6a12;
}
.pnt-aud__step-go {
  display: inline-block;
  margin-top: auto;
  color: #8a6a12;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pnt-aud__minrows {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pnt-aud__minrow {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 24px 28px;
  align-items: start;
  padding: 28px 0;
  border-top: 1px solid rgba(23, 0, 6, 0.12);
}
.pnt-aud__minrow:last-child {
  border-bottom: 1px solid rgba(23, 0, 6, 0.12);
}
.pnt-aud__minrow-media {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #ddd8ce;
  aspect-ratio: 1 / 1;
}
.pnt-aud__minrow-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.pnt-aud__minrow:hover .pnt-aud__minrow-media img {
  transform: scale(1.04);
}
.pnt-aud__minrow-body h4 {
  margin: 0 0 10px;
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.3rem;
  line-height: 1.25;
}
.pnt-aud__minrow-body h4 a {
  color: #170006;
  text-decoration: none;
}
.pnt-aud__minrow-body h4 a:hover {
  color: #8a6a12;
}
.pnt-aud__minrow-body p {
  margin: 0 0 10px;
  color: #445;
  line-height: 1.6;
  max-width: 40rem;
}
.pnt-aud__minrow-body p strong {
  color: #170006;
}
.pnt-aud__minrow-body .pnt-aud__step-go {
  margin-top: 6px;
}
.pnt-aud__guides {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 36px;
}
.pnt-aud__guide {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  text-decoration: none;
  color: inherit;
  padding: 8px 0;
}
.pnt-aud__guide-media {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #ddd8ce;
  aspect-ratio: 1 / 1;
}
.pnt-aud__guide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pnt-aud__guide-body strong {
  display: block;
  margin: 0 0 6px;
  color: #170006;
  font-family: "Recoleta", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.25;
}
.pnt-aud__guide:hover .pnt-aud__guide-body strong {
  color: #8a6a12;
}
.pnt-aud__guide-body span {
  display: block;
  color: #556;
  line-height: 1.55;
  font-size: 0.95rem;
}
.pnt-aud__times {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 0;
  margin-bottom: 64px;
  background: #170006;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.pnt-aud__times-media {
  min-height: 100%;
  background: #2a1016;
}
.pnt-aud__times-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 280px;
}
.pnt-aud__times-body {
  padding: 32px 30px;
}
.pnt-aud__times-intro {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.55;
  max-width: 36rem;
}
.pnt-aud__times-body h3,
.pnt-aud__times-body h4 {
  color: #fff;
}
.pnt-aud__times-body h4 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e8d48b;
}
.pnt-aud__times-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 16px;
}
.pnt-aud__times ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pnt-aud__times li {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.45;
}
.pnt-aud__times li strong {
  color: #e8d48b;
}
.pnt-aud__times-note {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}
.pnt-aud__times-note a {
  color: #e8d48b;
  font-weight: 700;
}
.pnt-aud__times .thm-btn--stroke-black {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}
.pnt-aud__jubilee {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 32px 40px;
  align-items: start;
  margin: 8px 0 48px;
  padding-top: 36px;
  border-top: 1px solid rgba(23, 0, 6, 0.12);
}
.pnt-aud__jubilee-media {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  max-width: 320px;
  background: #ddd8ce;
}
.pnt-aud__jubilee-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pnt-aud__jubilee-copy p {
  margin: 0 0 14px;
  color: #445;
  line-height: 1.65;
  max-width: 40rem;
}
.pnt-aud__jubilee-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 40rem;
}
.pnt-aud__jubilee-list li {
  position: relative;
  padding-left: 14px;
  color: #445;
  line-height: 1.55;
}
.pnt-aud__jubilee-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8a6a12;
}
.pnt-aud__help {
  padding: 8px 0 0;
  border-top: 1px solid rgba(23, 0, 6, 0.12);
  margin-bottom: 0;
}
.pnt-aud__help p {
  margin: 0;
  color: #445;
  line-height: 1.65;
  max-width: 42rem;
}
.pnt-aud__help a {
  color: #8a6a12;
  font-weight: 700;
}
@media (max-width: 991px) {
  .pnt-aud__minrow {
    grid-template-columns: 140px minmax(0, 1fr);
  }
  .pnt-aud__steps {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .pnt-aud__step {
    padding: 20px 0;
    border-top: 1px solid rgba(23, 0, 6, 0.12);
  }
  .pnt-aud__step:first-child {
    border-top: 3px solid #8a6a12;
  }
  .pnt-aud__guides {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .pnt-aud__hero,
  .pnt-aud__times,
  .pnt-aud__jubilee {
    grid-template-columns: 1fr;
  }
  .pnt-aud__minrow {
    grid-template-columns: 1fr;
  }
  .pnt-aud__minrow-media {
    max-width: 220px;
  }
  .pnt-aud__jubilee-media {
    max-width: 260px;
  }
  .pnt-aud__guide {
    grid-template-columns: 80px minmax(0, 1fr);
  }
  .pnt-aud__times-body {
    padding: 24px 20px;
  }
  .pnt-aud__times-grid {
    grid-template-columns: 1fr;
  }
}

/* -------------------------------------------------------------------------
   Client feedback (2026-09-12): Cinzel display + gold sparkle
   (Cinzel @import is at top of this file so it actually loads)
   ------------------------------------------------------------------------- */
:root {
  --font-caveat: "Cinzel", "Copperplate Gothic Bold", Copperplate, "Times New Roman", serif;
  --font-display: "Cinzel", "Copperplate Gothic Bold", Copperplate, "Times New Roman", serif;
  --pnt-gold: #d4ae3a;
  --pnt-gold-bright: #f8e080;
}

.pnt-logo-text strong,
.pnt-logo-text small,
.breadcrumb__title,
.breadcrumb__desc,
.section-title .sub-title,
.section-title .title,
.hero__content-wrap .section-title .title,
.hero__content-wrap .section-title .sub-title,
.sec-title .title,
.sec-title .sub-title {
  font-family: var(--font-display) !important;
  font-style: normal;
  letter-spacing: 0.04em;
}

.breadcrumb__title,
.section-title .title,
.hero__content-wrap .section-title .title {
  font-weight: 600;
  text-transform: none;
}

.breadcrumb__desc,
.section-title .sub-title {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  line-height: 1.45;
}

/* Gold shimmer — shared by Welcome Worship Witness + section headers (Church info, etc.) */
.breadcrumb__title,
.hero__content-wrap .section-title .title,
.section-title .sub-title,
.section-title.clr-white .title,
.pnt-jubilee-hero .title,
.shiny-text,
.pnt-gold-shine {
  background-image: linear-gradient(
    105deg,
    #6b5210 0%,
    #a88228 14%,
    #d4ae3a 28%,
    #fffef8 44%,
    #fff4b8 52%,
    #f8e080 58%,
    #d4ae3a 72%,
    #8a6818 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  /* !important so WOW.js inline duration cannot speed this up */
  animation: pntShineText 6s linear infinite !important;
  filter:
    drop-shadow(0 1px 0 rgba(18, 12, 2, 0.55))
    drop-shadow(0 2px 12px rgba(0, 0, 0, 0.35));
}

/* Hero church name stays solid white (overrides section sub-title shine) */
section.hero .hero__content-wrap .section-title .sub-title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  animation: none !important;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.5));
}

.breadcrumb .breadcrumb__title {
  /* Keep readable on dark gold banner */
  filter:
    drop-shadow(0 1px 0 rgba(18, 12, 2, 0.72))
    drop-shadow(0 2px 14px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 28px rgba(212, 174, 58, 0.35));
}

@keyframes pntShineText {
  0% {
    background-position: 160% center;
  }
  100% {
    background-position: -80% center;
  }
}

/* Button gold sweep / sparkle */
.thm-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.thm-btn::after {
  content: "";
  position: absolute;
  inset: -80% auto -80% -40%;
  width: 34%;
  transform: rotate(18deg);
  background: rgba(255, 255, 255, 0.58);
  animation: pntButtonSweep 3.8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.thm-btn > * {
  position: relative;
  z-index: 1;
}

.thm-btn--stroke-white::after,
.thm-btn--stroke-black::after {
  background: rgba(248, 224, 128, 0.45);
}

@keyframes pntButtonSweep {
  0%,
  48% {
    transform: translateX(0) rotate(18deg);
    opacity: 0;
  }
  62% {
    opacity: 1;
  }
  100% {
    transform: translateX(520%) rotate(18deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .breadcrumb__title,
  .hero__content-wrap .section-title .title,
  .section-title .sub-title,
  .section-title.clr-white .title,
  .pnt-jubilee-hero .title,
  .shiny-text,
  .pnt-gold-shine {
    animation: none !important;
    background-position: 40% center;
  }
  .thm-btn::after {
    animation: none;
    opacity: 0;
  }
}


