* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #231f20;
  background: #ffffff;
}

a {
  text-decoration: none;
}

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

.site-alert {
  position: relative;
  z-index: 21;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 10px 24px;
  background: #ed1c24;
  color: #ffffff;
  text-align: center;
}

.site-alert p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.site-container {
  max-width: 1530px;
  padding-inline: 32px;
}

.home .site-alert+.site-header {
  top: 45px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
}

.site-header .navbar {
  padding: 0;
}

.site-header .navbar-brand {
  padding: 31px 0 0;
  margin: 0;
}

.site-header .navbar-brand img {
  width: min(428px, 44vw);
}

body:not(.home) .site-header {
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(35, 31, 32, 0.2);
}

body:not(.home) .site-header .navbar {
  min-height: 143px;
}

body:not(.home) .site-header .navbar-brand {
  padding-top: 29px;
}

body:not(.home) .phone-link {
  color: #939393;
}

body:not(.home) .phone-link:hover {
  color: #231f20;
}

body:not(.home) .main-navigation {
  margin-top: 78px;
}

body:not(.home) .main-navigation .nav-link {
  color: #303030;
  text-shadow: none;
}

body:not(.home) .main-navigation .nav-link:hover,
body:not(.home) .main-navigation .nav-link.active {
  color: #231f20;
}

body:not(.home) .main-navigation .current-menu-item>.nav-link,
body:not(.home) .main-navigation .current-menu-ancestor>.nav-link {
  color: #231f20;
}

body:not(.home) .default-page {
  padding-top: 28px;
}

.header-actions {
  position: absolute;
  top: 0;
  right: 0;
  gap: 14px;
}

.phone-link {
  color: rgba(255, 255, 255, 0.64);
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  margin-right: 20px;
  transition: color 0.2s ease;
}

.phone-link:hover {
  color: #ffffff;
}

.quick-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 242px;
  min-height: 52px;
  padding: 13px 30px 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0 0 19px 19px;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.quick-link:hover {
  color: #ffffff;
  filter: brightness(1.08);
}

.quick-link-purple {
  background: #7142a5;
}

.quick-link-teal {
  background: #135f6d;
}

.main-navigation {
  margin-top: 82px;
}

.main-navigation .navbar-nav {
  gap: 29px;
}

.main-navigation .nav-link {
  position: relative;
  padding: 0 0 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(35, 31, 32, 0.28);
  transition: color 0.2s ease;
}

.main-navigation .nav-link:hover {
  color: #ffffff;
}

.main-navigation .nav-link.active {
  color: #ffffff;
  font-weight: 700;
}

.main-navigation .current-menu-item>.nav-link,
.main-navigation .current-menu-ancestor>.nav-link {
  color: #ffffff;
  font-weight: 700;
}

.main-navigation .dropdown-toggle::after {
  display: none;
}

.mega-menu .dropdown-menu {
  width: 365px;
  margin-top: 0px;
  padding: 31px 34px 32px;
  color: #ffffff;
  background: #242020;
  border: 0;
  border-radius: 0;
  border-top: 7px solid #ed1c24;
  box-shadow: none;
}

.mega-menu .dropdown-item {
  position: relative;
  padding: 0 0 0 18px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.65;
  white-space: normal;
}

.mega-menu .dropdown-item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}

.mega-menu .dropdown-item:hover,
.mega-menu .dropdown-item:focus {
  color: #ffffff;
  background: transparent;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: #231f20;
}

.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .hero-slide {
  height: clamp(550px, 49.5vw, 798px);
}

.hero-slider .hero-slide {
  position: relative;
}

.hero-slider .hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0.55) 0%, rgba(35, 31, 32, 0.34) 19%, rgba(35, 31, 32, 0) 39%);
  pointer-events: none;
}

.hero-slider .hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.hero-slider .slick-arrow {
  position: absolute;
  left: 40px;
  bottom: 14px;
  z-index: 5;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  color: transparent;
  background: transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 9px solid rgba(255, 255, 255, 0.92);
  border-left: 0;
}

.hero-slider .slick-next {
  left: 130px;
  border-right: 0;
  border-left: 9px solid rgba(255, 255, 255, 0.92);
}

.hero-slider .slick-dots {
  position: absolute;
  left: 61px;
  bottom: 19px;
  z-index: 5;
  display: flex;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-slider .slick-dots li {
  width: 13px;
  height: 13px;
}

.hero-slider .slick-dots button {
  width: 13px;
  height: 13px;
  padding: 0;
  overflow: hidden;
  color: transparent;
  background: #ffffff;
  border: 0;
  border-radius: 0;
}

.hero-slider .slick-dots .slick-active button {
  background: #ed1c24;
}

.inner-page-hero {
  position: relative;
  overflow: hidden;
  background: #231f20;
}

.inner-page-hero img {
  width: 100%;
  height: clamp(245px, 31.2vw, 498px);
  object-fit: cover;
  object-position: center 49%;
}

.about-mission {
  max-width: 1000px;
  margin: 0 auto;
  padding: 17px 0 34px;
}

.about-mission .section-heading h1 {
  margin: 0;
  color: #231f20;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.about-mission .section-heading .heading-rule {
  width: 124px;
  height: 6px;
  margin: 13px auto 24px;
}

.about-mission-intro {
  margin: 0 auto 18px;
}

.about-mission-intro p {
  margin: 0 0 13px;
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42;
}

.about-mission-intro strong {
  font-weight: 700;
}

.about-mission-list {
  display: grid;
  gap: 20px;
  margin: 0 auto;
}

.about-mission-item {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 221px;
  gap: 24px;
  align-items: center;
}

.about-mission-icon img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.about-mission-copy h2 {
  margin: 0 0 3px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.about-mission-copy p {
  margin: 0;
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.about-mission-photo img {
  width: 221px;
  height: 126px;
  object-fit: cover;
}

.mission-love .about-mission-copy h2 {
  color: #ed1c24;
}

.mission-serve .about-mission-copy h2 {
  color: #7142a5;
}

.mission-transform .about-mission-copy h2 {
  color: #177eb8;
}

.weekly-worship {
  max-width: 1292px;
  margin: 0 auto;
  padding: 14px 0 88px;
}

.weekly-worship h2 {
  margin: 0 0 53px;
  color: #080808;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.weekly-worship-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 53px;
}

.weekly-worship-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 224px;
  padding: 28px;
  background: #333333;
  color: #ffffff;
  text-align: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.weekly-worship-card span {
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.weekly-worship-card:hover,
.weekly-worship-card:focus {
  background: #7142a5;
  color: #ffffff;
  transform: translateY(-2px);
}

.expect-family-block {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #ffffff;
}

.expect-family-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 312px;
}

.expect-family-media {
  min-height: 312px;
  background: #231f20;
}

.expect-family-media img {
  width: 100%;
  height: 100%;
  min-height: 312px;
  object-fit: cover;
  object-position: center;
}

.expect-family-panel {
  display: flex;
  align-items: center;
  min-height: 312px;
  color: #ffffff;
}

.expect-panel-teal {
  background: #135f6d;
}

.expect-panel-purple {
  background: #7142a5;
}

.expect-family-content {
  width: min(100%, 650px);
  padding: 54px clamp(34px, 5vw, 82px) 50px;
  color: #ffffff;
}

.expect-family-content h2 {
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.expect-family-content .expect-rule {
  display: block;
  width: 258px;
  height: 11px;
  margin: 30px 0 30px;
  background: #ffffff;
}

.expect-family-content p {
  max-width: 570px;
  margin: 0 0 27px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.82;
}

.expect-family-content p:last-child {
  margin-bottom: 0;
}

.connect-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 55px 0 72px;
}

.connect-section h2 {
  margin: 0 0 28px;
  color: #231f20;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}

.connect-embed {
  width: 100%;
  min-height: 360px;
}

.content-sidebar-container {
  max-width: 960px;
  padding-top: 40px;
  padding-bottom: 62px;
}

.full-width-container {
  max-width: 990px;
  padding-top: 40px;
  padding-bottom: 62px;
}

.content-sidebar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 66px;
  align-items: start;
}

.content-sidebar-main .entry-header,
.full-width-main .entry-header,
.default-page .entry-header {
  margin-bottom: 23px;
}

.content-sidebar-main h1,
.full-width-main h1,
.default-page h1 {
  margin: 0;
  color: #231f20;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.content-sidebar-main .entry-title-rule,
.full-width-main .entry-title-rule,
.default-page .entry-title-rule {
  display: block;
  width: 174px;
  height: 6px;
  margin-top: 25px;
  background: #ed1c24;
}

.content-sidebar-main .entry-content,
.full-width-main .entry-content,
.default-page .entry-content {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42;
}

.content-sidebar-main .entry-content h2,
.content-sidebar-main .entry-content h3,
.content-sidebar-main .entry-content h4,
.full-width-main .entry-content h2,
.full-width-main .entry-content h3,
.full-width-main .entry-content h4,
.default-page .entry-content h2,
.default-page .entry-content h3,
.default-page .entry-content h4 {
  margin: 0 0 10px;
  color: #231f20;
  font-weight: 700;
  line-height: 1.25;
}

.content-sidebar-main .entry-content h2,
.full-width-main .entry-content h2,
.default-page .entry-content h2 {
  margin-top: 34px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.34;
}

.content-sidebar-main .entry-content h3,
.full-width-main .entry-content h3,
.default-page .entry-content h3 {
  font-size: 16px;
}

.content-sidebar-main .entry-content p,
.full-width-main .entry-content p,
.default-page .entry-content p {
  margin: 0 0 25px;
}

.content-sidebar-main .entry-content .wp-block-buttons,
.full-width-main .entry-content .wp-block-buttons,
.default-page .entry-content .wp-block-buttons {
  gap: 28px;
  margin-top: 34px;
}

.content-sidebar-main .entry-content .wp-block-button__link,
.full-width-main .entry-content .wp-block-button__link,
.default-page .entry-content .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 68px;
  padding: 17px 34px;
  border-radius: 19px;
  background: #7142a5;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}

.content-sidebar-main .entry-content .wp-block-button__link:hover,
.content-sidebar-main .entry-content .wp-block-button__link:focus,
.full-width-main .entry-content .wp-block-button__link:hover,
.full-width-main .entry-content .wp-block-button__link:focus,
.default-page .entry-content .wp-block-button__link:hover,
.default-page .entry-content .wp-block-button__link:focus {
  background: #633a92;
  color: #ffffff;
  transform: translateY(-1px);
}

.content-sidebar-main .entry-content .wp-block-button:nth-child(2n) .wp-block-button__link,
.full-width-main .entry-content .wp-block-button:nth-child(2n) .wp-block-button__link,
.default-page .entry-content .wp-block-button:nth-child(2n) .wp-block-button__link {
  background: #135f6d;
}

.content-sidebar-main .entry-content .wp-block-button:nth-child(2n) .wp-block-button__link:hover,
.content-sidebar-main .entry-content .wp-block-button:nth-child(2n) .wp-block-button__link:focus,
.full-width-main .entry-content .wp-block-button:nth-child(2n) .wp-block-button__link:hover,
.full-width-main .entry-content .wp-block-button:nth-child(2n) .wp-block-button__link:focus,
.default-page .entry-content .wp-block-button:nth-child(2n) .wp-block-button__link:hover,
.default-page .entry-content .wp-block-button:nth-child(2n) .wp-block-button__link:focus {
  background: #10535f;
}

.full-width-main .entry-content {
  max-width: 900px;
}

.content-sidebar-main .entry-content .about-mission-intro p,
.full-width-main .entry-content .about-mission-intro p,
.default-page .entry-content .about-mission-intro p {
  margin: 0 0 13px;
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42;
}

.content-sidebar-main .entry-content .about-mission-intro strong,
.full-width-main .entry-content .about-mission-intro strong,
.default-page .entry-content .about-mission-intro strong {
  font-weight: 700;
}

.content-sidebar-main .entry-content .about-mission-copy h2,
.full-width-main .entry-content .about-mission-copy h2,
.default-page .entry-content .about-mission-copy h2 {
  margin: 0 0 3px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.content-sidebar-main .entry-content .about-mission-copy p,
.full-width-main .entry-content .about-mission-copy p,
.default-page .entry-content .about-mission-copy p {
  margin: 0;
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.content-sidebar-main .entry-content .mission-love .about-mission-copy h2,
.full-width-main .entry-content .mission-love .about-mission-copy h2,
.default-page .entry-content .mission-love .about-mission-copy h2 {
  color: #ed1c24;
}

.content-sidebar-main .entry-content .mission-serve .about-mission-copy h2,
.full-width-main .entry-content .mission-serve .about-mission-copy h2,
.default-page .entry-content .mission-serve .about-mission-copy h2 {
  color: #7142a5;
}

.content-sidebar-main .entry-content .mission-transform .about-mission-copy h2,
.full-width-main .entry-content .mission-transform .about-mission-copy h2,
.default-page .entry-content .mission-transform .about-mission-copy h2 {
  color: #177eb8;
}

.content-sidebar-widgets {
  display: grid;
  gap: 20px;
  width: 160px;
}

.sidebar-widget-card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 160px;
  min-height: 116px;
  background: #231f20;
  color: #ffffff;
}

.sidebar-widget-card img {
  width: 100%;
  height: 116px;
  object-fit: cover;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.sidebar-widget-card span {
  position: absolute;
  right: 10px;
  bottom: 12px;
  left: 10px;
  z-index: 2;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.sidebar-widget-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(35, 31, 32, 0.18);
  pointer-events: none;
}

.sidebar-widget-card::after {
  content: "";
  position: absolute;
  inset: 28% 0 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0), rgba(35, 31, 32, 0.62));
  pointer-events: none;
}

.sidebar-widget-card:hover,
.sidebar-widget-card:focus {
  color: #ffffff;
}

.sidebar-widget-card:hover img,
.sidebar-widget-card:focus img {
  opacity: 0.95;
  transform: scale(1.04);
}

.featured-intro {
  position: relative;
  z-index: 4;
  padding-bottom: 28px;
}

.featured-intro .container {
  max-width: 1210px;
}

.featured-card {
  max-width: 950px;
  margin: -50px auto 0;
  background: #d0d0d0;
  border: 10px solid #ffffff;
}

.featured-image {
  height: 100%;
  min-height: 350px;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-content {
  min-height: 350px;
  padding: 38px 44px 36px;
  background: #d0d0d0;
}

.featured-content h1 {
  margin: 0;
  color: #3a3a3a;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.featured-content .title-rule {
  width: min(100%, 295px);
  height: 11px;
  margin: 14px 0 18px;
  background: #ffffff;
}

.featured-content p {
  max-width: 430px;
  margin: 0 0 20px;
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.47;
}

.btn-visit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 264px;
  min-height: 65px;
  padding: 15px 26px;
  color: #ffffff;
  background: #7142a5;
  border: 0;
  border-radius: 17px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.btn-visit:hover,
.btn-visit:focus {
  color: #ffffff;
  background: #61388d;
}

.mission-section {
  padding: 52px 0 46px;
  background: #ffffff;
}

.section-heading h2 {
  margin: 0;
  color: #231f20;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.section-heading .heading-rule {
  display: block;
  width: 140px;
  height: 6px;
  margin: 18px auto 16px;
  background: #ed1c24;
}

.section-heading p {
  margin: 0;
  color: #231f20;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35;
}

.mission-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 255px));
  justify-content: center;
  gap: 20px;
  margin-top: 29px;
}

.mission-item {
  text-align: center;
}

.mission-item img {
  width: 255px;
  height: auto;
  margin: 0 auto;
}

.mission-item h3 {
  margin: 17px 0 0;
  font-size: 31px;
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

.mission-love h3 {
  color: #ed1c24;
}

.mission-serve h3 {
  color: #7142a5;
}

.mission-transform h3 {
  color: #177eb8;
}

.ministries-section {
  padding: 24px 0 58px;
  background: #ffffff;
}

.service-container {
  max-width: 1554px;
  padding-inline: 30px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.service-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #231f20;
}

.service-card a {
  position: absolute;
  inset: 0;
  display: block;
  color: #ffffff;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transform: scale(1);
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0), rgba(35, 31, 32, 0.42));
  pointer-events: none;
}

.service-card:hover img,
.service-card:focus-within img {
  filter: grayscale(0);
  transform: scale(1.04);
}

.service-title {
  position: absolute;
  right: 22px;
  bottom: 34px;
  left: 22px;
  z-index: 2;
  display: block;
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
  line-height: 0.98;
  text-align: center;
  text-transform: uppercase;
}

.service-title small {
  display: block;
  margin-top: 5px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.who-we-are-section {
  background: #135f6d;
}

.who-image {
  height: 100%;
  min-height: 585px;
}

.who-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.who-content {
  min-height: 585px;
  padding: 72px clamp(36px, 7vw, 82px) 58px;
  color: #ffffff;
  background: #135f6d;
}

.who-content h2 {
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.who-content .who-rule {
  display: block;
  width: 258px;
  height: 11px;
  margin: 33px 0 33px;
  background: #ffffff;
}

.who-content p {
  max-width: 650px;
  margin: 0 0 40px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.82;
}

.who-content strong {
  font-weight: 700;
}

.message-section {
  padding: 24px 0 58px;
  background: #ffffff;
}

.message-container {
  max-width: 1000px;
}

.message-heading {
  margin: 0 0 24px;
  color: #231f20;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}

.message-video {
  max-width: 940px;
  margin: 0 auto 36px;
}

.video-embed {
  position: relative;
  overflow: hidden;
  background: #231f20;
}

.video-embed iframe,
.video-embed embed,
.video-embed object,
.video-embed video {
  display: block;
  width: 100%;
  aspect-ratio: 940/584;
  height: auto;
  border: 0;
}

.video-poster {
  position: relative;
  display: block;
  overflow: hidden;
  background: #231f20;
}

.video-poster img {
  width: 100%;
  aspect-ratio: 940/584;
  object-fit: cover;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.video-poster:hover img,
.video-poster:focus img {
  opacity: 0.9;
  transform: scale(1.02);
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(35, 31, 32, 0.68);
  transform: translate(-50%, -50%);
}

.video-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 25px solid #ffffff;
  transform: translate(-38%, -50%);
}

.series-list {
  display: grid;
  gap: 35px;
  max-width: 940px;
  margin: 0 auto;
}

.series-item {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.series-image img {
  width: 100%;
  aspect-ratio: 300/172;
  object-fit: cover;
}

.series-content {
  padding-top: 1px;
}

.series-content h3 {
  margin: 0 0 4px;
  color: #231f20;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.series-content h4 {
  margin: 0 0 6px;
  color: #231f20;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.08;
}

.series-content p {
  margin: 0 0 17px;
  color: #231f20;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.series-content a {
  color: #231f20;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.series-content a:hover {
  color: #7142a5;
}

.contact-section {
  padding: 33px 0 47px;
  background: #d0d0d0;
}

.contact-container {
  max-width: 860px;
}

.contact-heading {
  margin: 0 0 30px;
  color: #231f20;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}

.form-wrapper input,
.form-wrapper input[type=text],
.form-wrapper input[type=email],
.form-wrapper input[type=tel],
.form-wrapper input[type=number],
.form-wrapper select,
.form-wrapper textarea {
  width: 100%;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  color: #231f20;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.3;
  outline: none;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.form-wrapper input::placeholder,
.form-wrapper input[type=text]::placeholder,
.form-wrapper input[type=email]::placeholder,
.form-wrapper input[type=tel]::placeholder,
.form-wrapper input[type=number]::placeholder,
.form-wrapper select::placeholder,
.form-wrapper textarea::placeholder {
  color: rgba(35, 31, 32, 0.66);
  opacity: 1;
  text-transform: uppercase;
}

.form-wrapper input:focus,
.form-wrapper input[type=text]:focus,
.form-wrapper input[type=email]:focus,
.form-wrapper input[type=tel]:focus,
.form-wrapper input[type=number]:focus,
.form-wrapper select:focus,
.form-wrapper textarea:focus {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 0 3px rgba(113, 66, 165, 0.18);
}

.form-wrapper input,
.form-wrapper select {
  min-height: 55px;
  padding: 13px 20px;
}

.form-wrapper textarea {
  min-height: 134px;
  padding: 18px 20px;
  resize: vertical;
}

.form-wrapper button,
.form-wrapper input[type=button],
.form-wrapper input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 264px;
  min-height: 64px;
  padding: 14px 34px;
  border: 0;
  border-radius: 18px;
  background: #7142a5;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}

.form-wrapper button:hover,
.form-wrapper button:focus,
.form-wrapper input[type=button]:hover,
.form-wrapper input[type=button]:focus,
.form-wrapper input[type=submit]:hover,
.form-wrapper input[type=submit]:focus {
  background: #633a92;
  color: #ffffff;
  transform: translateY(-1px);
}

.form-wrapper .cognito,
.form-wrapper .c-forms-form {
  width: 100%;
}

.site-footer {
  padding: 42px 0 70px;
  background: #333333;
  color: #ffffff;
}

.footer-row {
  align-items: flex-start;
}

.footer-brand {
  display: inline-block;
  margin-top: 1px;
}

.footer-brand img {
  width: min(455px, 100%);
  filter: brightness(0) invert(1);
}

.footer-contact h2,
.footer-links h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.footer-contact address {
  display: grid;
  gap: 4px;
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}

.footer-contact strong {
  font-weight: 700;
}

.footer-contact a {
  color: #ffffff;
  transition: color 0.2s ease;
}

.footer-contact a:hover {
  color: rgba(255, 255, 255, 0.78);
}

.footer-links ul {
  margin: 0;
  padding-left: 14px;
  color: #ffffff;
}

.footer-links li {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.footer-links a {
  color: #ffffff;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: rgba(255, 255, 255, 0.78);
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #ffffff;
  text-align: right;
}

.footer-meta p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.footer-meta p a {
  color: #ffffff;
  transition: color 0.2s ease;
}

.footer-meta p a:hover {
  color: rgba(255, 255, 255, 0.78);
}

.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 11px 29px 0;
  border-radius: 8px;
  background: #ffffff;
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease;
}

.footer-social:hover {
  background: rgba(255, 255, 255, 0.82);
  color: #333333;
}

.footer-training {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 232px;
  min-height: 47px;
  margin-top: 40px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-training:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

@media (min-width: 1200px) {
  .mega-menu:hover>.dropdown-menu {
    display: block;
  }
}

@media (max-width: 1399.98px) {
  .site-container {
    padding-inline: 26px;
  }

  .weekly-worship-grid {
    gap: 36px;
  }

  .weekly-worship-card span {
    font-size: 38px;
  }

  .main-navigation .navbar-nav {
    gap: 22px;
  }

  .main-navigation .nav-link {
    font-size: 21px;
  }

  .quick-link {
    min-width: 205px;
  }
}

@media (max-width: 1199.98px) {
  .site-header {
    background: rgba(35, 31, 32, 0.78);
  }

  .site-header .navbar {
    padding: 14px 0;
  }

  .site-header .navbar-brand {
    padding: 0;
  }

  .site-header .navbar-brand img {
    width: min(330px, 65vw);
  }

  .site-header .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .site-header .navbar-toggler-icon {
    filter: invert(1);
  }

  body:not(.home) .site-header {
    background: #ffffff;
  }

  body:not(.home) .site-header .navbar {
    min-height: 0;
  }

  body:not(.home) .site-header .navbar-brand {
    padding-top: 0;
  }

  body:not(.home) .site-header .navbar-toggler {
    border-color: rgba(35, 31, 32, 0.42);
  }

  body:not(.home) .site-header .navbar-toggler-icon {
    filter: none;
  }

  body:not(.home) .main-navigation {
    margin-top: 16px;
  }

  .main-navigation {
    margin-top: 16px;
    padding: 18px 0 6px;
  }

  .main-navigation .navbar-nav {
    align-items: flex-start !important;
    gap: 0;
  }

  .main-navigation .nav-item {
    width: 100%;
  }

  .main-navigation .nav-link {
    padding: 10px 0;
    font-size: 18px;
  }

  .mega-menu .dropdown-menu {
    width: 100%;
    margin-top: 0;
    padding: 18px 22px;
  }

  .mobile-quick-links {
    display: grid;
    gap: 12px;
    padding-top: 15px;
  }

  .mobile-quick-links .quick-link {
    width: min(100%, 260px);
    min-height: 48px;
    border-radius: 12px;
    font-size: 17px;
  }

  .mobile-quick-links .phone-link {
    margin: 0;
    font-size: 19px;
  }

  .hero-slider .slick-list,
  .hero-slider .slick-track,
  .hero-slider .hero-slide {
    height: 620px;
  }

  .service-title {
    font-size: 36px;
  }

  .service-title small {
    font-size: 23px;
  }

  .expect-family-content {
    padding: 42px 38px;
  }

  .expect-family-content h2 {
    font-size: 31px;
  }

  .expect-family-content .expect-rule {
    width: 210px;
    height: 9px;
    margin: 24px 0;
  }

  .expect-family-content p {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 991.98px) {
  .full-width-container {
    max-width: 720px;
  }

  .content-sidebar-container {
    max-width: 720px;
  }

  .content-sidebar-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .content-sidebar-widgets {
    grid-template-columns: repeat(3, 160px);
    justify-content: center;
    gap: 18px;
    width: 100%;
  }

  .sidebar-widget-card span {
    font-size: 20px;
  }

  .weekly-worship-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 520px;
    margin: 0 auto;
  }

  .weekly-worship-card {
    min-height: 180px;
  }

  .expect-family-row,
  .expect-family-row-reverse {
    grid-template-columns: 1fr;
  }

  .expect-family-row-reverse .expect-family-panel {
    order: 2;
  }

  .expect-family-row-reverse .expect-family-media {
    order: 1;
  }

  .expect-family-media,
  .expect-family-media img {
    min-height: 360px;
  }

  .expect-family-content {
    width: 100%;
    padding: 44px 28px 48px;
  }

  .about-mission-item {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .about-mission-icon img {
    width: 132px;
    height: 132px;
  }

  .about-mission-photo {
    grid-column: 2;
  }

  .about-mission-photo img {
    width: min(100%, 260px);
    height: 135px;
  }

  .featured-card {
    margin-top: 0;
  }

  .featured-content {
    min-height: auto;
  }

  .section-heading h2 {
    font-size: 36px;
  }

  .section-heading p {
    font-size: 23px;
  }

  .mission-list {
    grid-template-columns: repeat(3, minmax(0, 210px));
  }

  .mission-item img {
    width: 210px;
  }

  .mission-item h3 {
    font-size: 27px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .who-image,
  .who-content {
    min-height: 500px;
  }

  .who-content {
    padding-top: 58px;
  }

  .who-content h2 {
    font-size: 36px;
  }

  .who-content p {
    font-size: 17px;
    line-height: 1.7;
  }

  .message-heading {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  .site-container {
    padding-inline: 18px;
  }

  .content-sidebar-container {
    padding-top: 30px;
    padding-bottom: 44px;
  }

  .full-width-container {
    padding-top: 30px;
    padding-bottom: 44px;
  }

  .content-sidebar-main h1,
  .full-width-main h1,
  .default-page h1 {
    font-size: 38px;
  }

  .content-sidebar-main .entry-content h2 {
    font-size: 24px;
  }

  .full-width-main .entry-content h2 {
    font-size: 24px;
  }

  .content-sidebar-widgets {
    grid-template-columns: 1fr;
    max-width: 160px;
    margin: 0 auto;
  }

  .sidebar-widget-card,
  .sidebar-widget-card img {
    height: 116px;
    min-height: 116px;
  }

  .site-alert {
    min-height: 45px;
    padding-inline: 18px;
  }

  .site-alert p {
    font-size: 18px;
  }

  .home .site-alert+.site-header {
    top: 45px;
  }

  .inner-page-hero img {
    height: 260px;
  }

  .about-mission {
    padding: 8px 0 28px;
  }

  .about-mission .section-heading h1 {
    font-size: 30px;
  }

  .about-mission-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
  }

  .about-mission-icon img {
    width: 96px;
    height: 96px;
  }

  .about-mission-copy h2 {
    font-size: 18px;
  }

  .about-mission-photo {
    grid-column: 1/-1;
  }

  .about-mission-photo img {
    width: 100%;
    height: 190px;
  }

  .weekly-worship {
    padding-bottom: 54px;
  }

  .weekly-worship h2 {
    margin-bottom: 28px;
    font-size: 34px;
  }

  .weekly-worship-card {
    min-height: 150px;
  }

  .weekly-worship-card span {
    font-size: 32px;
  }

  .expect-family-media,
  .expect-family-media img {
    min-height: 280px;
  }

  .expect-family-content h2 {
    font-size: 27px;
  }

  .expect-family-content .expect-rule {
    width: 170px;
    height: 8px;
    margin: 20px 0;
  }

  .expect-family-content p {
    font-size: 16px;
    line-height: 1.62;
  }

  .hero-slider .slick-list,
  .hero-slider .slick-track,
  .hero-slider .hero-slide {
    height: 520px;
  }

  .hero-slider .slick-arrow {
    left: 22px;
    bottom: 18px;
  }

  .hero-slider .slick-next {
    left: 112px;
  }

  .hero-slider .slick-dots {
    left: 43px;
    bottom: 17px;
  }

  .featured-intro {
    padding-bottom: 0;
  }

  .featured-content {
    padding: 30px 24px 34px;
  }

  .featured-content h1 {
    font-size: 32px;
  }

  .featured-content p {
    font-size: 15px;
  }

  .btn-visit {
    min-width: 220px;
    min-height: 56px;
    font-size: 21px;
    border-radius: 14px;
  }

  .mission-section {
    padding: 42px 0 32px;
  }

  .section-heading h2 {
    font-size: 31px;
  }

  .section-heading .heading-rule {
    width: 110px;
    height: 5px;
  }

  .section-heading p {
    font-size: 19px;
  }

  .mission-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mission-item img {
    width: min(255px, 72vw);
  }

  .mission-item h3 {
    margin-top: 12px;
    font-size: 29px;
  }

  .ministries-section {
    padding-bottom: 36px;
  }

  .service-container {
    padding-inline: 18px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-title {
    bottom: 28px;
    font-size: 38px;
  }

  .service-title small {
    font-size: 24px;
  }

  .who-image {
    min-height: 340px;
  }

  .who-content {
    min-height: auto;
    padding: 38px 24px 42px;
  }

  .who-content h2 {
    font-size: 32px;
  }

  .who-content .who-rule {
    width: 180px;
    height: 8px;
    margin: 22px 0 24px;
  }

  .who-content p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.65;
  }

  .message-section {
    padding: 34px 0 42px;
  }

  .message-heading {
    font-size: 32px;
  }

  .series-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .series-image {
    max-width: 420px;
  }

  .series-content h4 {
    font-size: 25px;
  }

  .contact-section {
    padding: 30px 0 40px;
  }

  .contact-heading {
    margin-bottom: 24px;
    font-size: 32px;
    letter-spacing: 2px;
  }

  .form-wrapper input,
  .form-wrapper select {
    min-height: 52px;
  }

  .form-wrapper textarea {
    min-height: 126px;
  }

  .form-wrapper button,
  .form-wrapper input[type=button],
  .form-wrapper input[type=submit] {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    font-size: 22px;
  }

  .site-footer {
    padding: 38px 0 46px;
  }

  .footer-brand img {
    width: min(390px, 100%);
  }

  .footer-meta {
    align-items: flex-start;
    text-align: left;
  }

  .footer-social {
    margin-right: 0;
  }

  .footer-training {
    margin-top: 28px;
  }
}

@media (max-width: 575.98px) {
  .site-header .navbar-brand img {
    width: min(260px, 70vw);
  }

  .default-page .entry-content .wp-block-buttons {
    gap: 16px;
  }

  .default-page .entry-content .wp-block-button,
  .default-page .entry-content .wp-block-button__link {
    width: 100%;
  }

  .default-page .entry-content .wp-block-button__link {
    min-width: 0;
    min-height: 58px;
    font-size: 22px;
    border-radius: 16px;
  }

  .hero-slider .slick-list,
  .hero-slider .slick-track,
  .hero-slider .hero-slide {
    height: 470px;
  }

  .featured-image {
    min-height: 255px;
  }

  .contact-container {
    padding-inline: 24px;
  }

  .contact-heading {
    font-size: 27px;
    letter-spacing: 1.5px;
  }

  .site-footer {
    padding: 34px 0 40px;
  }

  .footer-brand img {
    width: min(330px, 100%);
  }

  .footer-contact h2,
  .footer-links h2 {
    font-size: 24px;
  }

  .footer-training {
    width: 100%;
    min-width: 0;
  }
}

body .about-mission .about-mission-copy h2 {
  margin: 0 0 3px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

body .about-mission .about-mission-copy p {
  margin: 0;
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

body .about-mission .mission-love .about-mission-copy h2 {
  color: #ed1c24;
}

body .about-mission .mission-serve .about-mission-copy h2 {
  color: #7142a5;
}

body .about-mission .mission-transform .about-mission-copy h2 {
  color: #177eb8;
}
