
/* ===== SVCC REDESIGN V1 1.0.0 ===== */
/* SVCC REDESIGN v1.0.0 — BEGIN */
:root {
  --ink: #173539;
  --teal: #0b4b52;
  --teal-deep: #07383e;
  --teal-soft: #d9e8e6;
  --cream: #f6f0e5;
  --paper: #fffdf8;
  --gold: #f3bd4d;
  --gold-light: #ffe2a0;
  --coral: #d96f50;
  --white: #ffffff;
  --muted: #607073;
  --line: rgba(23, 53, 57, .14);
  --shadow: 0 24px 70px rgba(7, 56, 62, .16);
  --radius: 22px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 10px 16px; background: var(--gold); color: var(--ink); }
.skip-link:focus { top: 12px; }

.service-bar { background: var(--teal-deep); color: rgba(255,255,255,.9); font-size: 13px; letter-spacing: .035em; }
.service-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.service-bar p { margin: 0; }
.service-bar a { text-decoration: none; }

.site-header { position: relative; z-index: 20; background: rgba(255,253,248,.97); border-bottom: 1px solid rgba(255,255,255,.28); }
.site-header__inner { min-height: 92px; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; text-decoration: none; color: var(--teal-deep); line-height: 1.05; }
.brand img { width: 60px; height: 60px; object-fit: cover; mix-blend-mode: multiply; }
.brand strong { display: block; font-family: "Newsreader", serif; font-size: 21px; font-weight: 600; }
.brand small { display: block; margin-top: 4px; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--coral); transition: right .2s; }
.main-nav a:hover::after { right: 0; }
.menu-button { display: none; border: 0; background: none; padding: 10px; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 54px; padding: 0 25px; border-radius: 999px; background: var(--gold); color: var(--ink); font-size: 15px; font-weight: 700; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,.12); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.16); background: #fac95f; }
.button--small { min-height: 42px; padding-inline: 19px; font-size: 13px; box-shadow: none; }
.button--gold { background: var(--gold); }
.button--light { background: var(--paper); color: var(--teal-deep); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--teal); font-weight: 700; text-underline-offset: 5px; }
.text-link--light { color: var(--white); }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; background: var(--teal-deep); }
.hero__image { position: absolute; inset: 0; background: url("/images/svcc-redesign/hero.webp") center 42% / cover no-repeat; transform: scale(1.01); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,32,35,.92) 0%, rgba(4,40,44,.78) 37%, rgba(4,40,44,.12) 73%, rgba(4,40,44,.05) 100%); }
.hero__inner { position: relative; z-index: 2; padding-block: 92px 150px; }
.hero__copy { max-width: 630px; color: var(--white); }
.eyebrow { margin: 0 0 18px; color: var(--coral); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: var(--gold-light); }
.eyebrow--gold { color: var(--gold); }
.hero h1, h2 { font-family: "Newsreader", serif; font-weight: 600; letter-spacing: -.035em; line-height: .98; }
.hero h1 { margin: 0; font-size: clamp(72px, 9vw, 126px); }
.hero__lead { max-width: 590px; margin: 25px 0 34px; font-size: 22px; line-height: 1.5; color: rgba(255,255,255,.9); }
.button-row { display: flex; align-items: center; gap: 28px; }

.welcome-panel { position: relative; z-index: 5; margin-top: -72px; }
.welcome-panel__grid { display: grid; grid-template-columns: 1fr 1fr 1fr .72fr; min-height: 144px; overflow: hidden; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.welcome-panel article { display: flex; align-items: center; gap: 14px; padding: 26px 22px; border-right: 1px solid var(--line); }
.welcome-panel article p { margin: 3px 0 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.welcome-panel article strong { font-family: "Newsreader", serif; font-size: 18px; }
.icon { width: 39px; height: 39px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-size: 20px; }
.welcome-panel__directions { display: flex; justify-content: center; align-items: center; gap: 14px; padding: 24px; background: var(--coral); color: var(--white); font-size: 14px; font-weight: 700; text-decoration: none; }

.section { padding-block: 118px; }
.section--cream { background: var(--cream); }
.section--teal { background: var(--teal-deep); color: var(--white); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }
.story-image-wrap { position: relative; padding: 0 34px 38px 0; }
.story-image-wrap::before { content: ""; position: absolute; left: 34px; right: 0; top: 34px; bottom: 0; border-radius: var(--radius); background: var(--gold); }
.story-image { position: relative; z-index: 1; width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-note { position: absolute; right: -20px; bottom: -4px; z-index: 2; width: 195px; padding: 18px 22px; border-radius: 14px; background: var(--paper); box-shadow: 0 12px 35px rgba(7,56,62,.16); }
.story-note span { display: block; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.story-note strong { display: block; margin-top: 4px; font-family: "Newsreader", serif; font-size: 18px; line-height: 1.2; }
.story-copy h2, .section-heading h2, .kids-copy h2, .visit h2, .final-invite h2 { margin: 0 0 26px; font-size: clamp(48px, 5vw, 72px); }
.lede { color: #3f5558; font-size: 19px; }
.welcome-list { display: grid; gap: 12px; margin: 28px 0 30px; padding: 0; list-style: none; font-weight: 600; }
.welcome-list span { display: inline-grid; width: 26px; height: 26px; margin-right: 10px; place-items: center; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-size: 13px; }

.mission { background: var(--paper); }
.section-heading--center { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading--center > p:last-child { max-width: 610px; margin-inline: auto; color: var(--muted); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.mission-card { min-height: 580px; position: relative; display: flex; align-items: flex-end; overflow: hidden; border-radius: var(--radius); color: var(--white); box-shadow: var(--shadow); }
.mission-card__image { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .5s; }
.mission-card:hover .mission-card__image { transform: scale(1.025); }
.mission-card--worship .mission-card__image { background-image: linear-gradient(to top, rgba(4,39,43,.96), rgba(4,39,43,.08) 70%), url("/images/svcc-redesign/worship.webp"); }
.mission-card--serve .mission-card__image { background-image: linear-gradient(to top, rgba(4,39,43,.96), rgba(4,39,43,.08) 70%), url("/images/svcc-redesign/food-bank.webp"); }
.mission-card__content { position: relative; z-index: 1; padding: 42px; }
.mission-card h3 { margin: 0 0 13px; font-family: "Newsreader", serif; font-size: 42px; line-height: 1.05; }
.mission-card p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.85); }
.mission-card a { font-weight: 700; text-underline-offset: 5px; }

.kids-section { overflow: hidden; }
.kids-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.kids-copy > p:not(.eyebrow):not(.kids-callout) { color: rgba(255,255,255,.82); font-size: 18px; }
.kids-callout { margin: 27px 0 32px; padding-left: 20px; border-left: 3px solid var(--gold); color: rgba(255,255,255,.82); }
.kids-callout strong { color: var(--white); }
.kids-image-wrap { position: relative; }
.kids-image-wrap::before { content: ""; position: absolute; inset: -40px -90px -80px 25%; border-radius: 50%; background: rgba(243,189,77,.12); }
.kids-image-wrap img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 180px 180px 24px 24px; }
.sun-mark { position: absolute; right: -25px; top: -35px; z-index: 2; display: grid; width: 95px; height: 95px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--teal-deep); font-size: 38px; box-shadow: var(--shadow); }

.section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.section-heading--split h2 { margin-bottom: 0; }
.article-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 26px; }
.article-card { overflow: hidden; border-radius: 18px; background: var(--paper); box-shadow: 0 12px 35px rgba(7,56,62,.08); }
.article-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.article-card__body { padding: 26px; }
.article-card__body > span { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.article-card h3 { margin: 8px 0 12px; font-family: "Newsreader", serif; font-size: 27px; line-height: 1.14; }
.article-card p { color: var(--muted); font-size: 14px; }
.article-card a { color: var(--teal); font-size: 13px; font-weight: 700; text-underline-offset: 4px; }

.visit { background: var(--teal); color: var(--white); }
.visit-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.visit-copy > p:not(.eyebrow) { color: rgba(255,255,255,.8); }
.visit-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 36px; margin: 34px 0 38px; }
.visit-facts div:first-child { grid-column: 1/-1; }
.visit-facts span { display: block; margin-bottom: 4px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.visit-facts strong { font-size: 16px; }
.faq-card { padding: 38px; border-radius: var(--radius); background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.faq-card h3 { margin: 0 0 17px; font-family: "Newsreader", serif; font-size: 32px; }
.faq-card details { border-top: 1px solid var(--line); }
.faq-card summary { position: relative; padding: 20px 28px 20px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq-card summary::after { content: "+"; position: absolute; right: 0; color: var(--coral); font-size: 22px; }
.faq-card details[open] summary::after { content: "−"; }
.faq-card details p { margin: -7px 0 20px; color: var(--muted); font-size: 14px; }

.final-invite { padding-block: 70px; background: var(--coral); color: var(--white); }
.final-invite__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-invite h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 64px); }
.site-footer { padding-top: 70px; background: var(--teal-deep); color: rgba(255,255,255,.72); font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.25fr; gap: 55px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid strong { color: var(--white); }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--gold); }
.footer-grid p { margin: 8px 0 0; }
.footer-brand { display: flex; align-items: center; gap: 17px; }
.footer-brand img { width: 68px; height: 68px; border-radius: 12px; }
.footer-brand p { line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 58px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .site-header__inner > .button { margin-left: auto; }
  .menu-button { display: block; }
  .welcome-panel__grid { grid-template-columns: 1fr 1fr; }
  .welcome-panel__directions { min-height: 90px; }
  .story-grid, .kids-grid, .visit-grid { gap: 55px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .service-bar__inner { justify-content: center; min-height: 34px; }
  .service-bar__inner p:nth-child(2), .service-bar__inner a { display: none; }
  .site-header__inner { min-height: 74px; gap: 10px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 8px; }
  .site-header__inner > .button { display: none; }
  .hero { min-height: 690px; align-items: end; }
  .hero__image { background-position: 61% center; }
  .hero__shade { background: linear-gradient(to top, rgba(3,32,35,.97) 0%, rgba(3,32,35,.76) 48%, rgba(3,32,35,.14) 82%); }
  .hero__inner { padding-block: 280px 125px; }
  .hero h1 { font-size: clamp(64px, 21vw, 88px); }
  .hero__lead { font-size: 18px; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .welcome-panel { margin-top: -70px; }
  .welcome-panel__grid { grid-template-columns: 1fr; }
  .welcome-panel article { min-height: 102px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding-block: 78px; }
  .story-grid, .kids-grid, .visit-grid, .mission-grid { grid-template-columns: 1fr; }
  .story-grid, .kids-grid, .visit-grid { gap: 50px; }
  .story-image-wrap { margin-right: 15px; }
  .story-note { right: -15px; }
  .story-copy h2, .section-heading h2, .kids-copy h2, .visit h2 { font-size: 47px; }
  .mission-card { min-height: 500px; }
  .mission-card__content { padding: 30px; }
  .mission-card h3 { font-size: 36px; }
  .kids-image-wrap { order: -1; }
  .kids-image-wrap img { aspect-ratio: 5/4; border-radius: 120px 120px 20px 20px; }
  .sun-mark { right: -8px; width: 70px; height: 70px; font-size: 28px; }
  .section-heading--split { display: block; }
  .section-heading--split .text-link { margin-top: 20px; }
  .article-grid { grid-template-columns: 1fr; }
  .visit-facts { grid-template-columns: 1fr; }
  .visit-facts div:first-child { grid-column: auto; }
  .faq-card { padding: 27px; }
  .final-invite__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

/* Joomla/Helix integration */
body { background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
body h1, body h2, body h3 { font-family: "Newsreader", Georgia, serif; }
body:not(.itemid-101) #sp-main-body { background: var(--paper); }
body:not(.itemid-101) #sp-main-body .container { max-width: 1180px; }
#sp-top-bar { background: var(--teal-deep); color: rgba(255,255,255,.9); }
#sp-header { background: rgba(255,253,248,.98); box-shadow: 0 1px 0 rgba(23,53,57,.1); }
#sp-header .sp-megamenu-parent > li > a { color: var(--ink); font-weight: 600; }
#sp-header .sp-megamenu-parent > li.active > a,
#sp-header .sp-megamenu-parent > li:hover > a { color: var(--coral); }
#sp-footer { background: var(--teal-deep); color: rgba(255,255,255,.75); }
#sp-footer a { color: var(--gold-light); }
.article-details, .blog { padding-block: 55px 90px; }
.article-details .article-header h1,
.blog h1, .blog h2 { color: var(--teal-deep); }

body.itemid-101 #sp-top-bar,
body.itemid-101 #sp-header,
body.itemid-101 #sp-footer,
body.itemid-101 #sp-bottom,
body.itemid-101 #sp-breadcrumbs { display: none !important; }
body.itemid-101 #sp-main-body,
body.itemid-101 #sp-main-body > .container,
body.itemid-101 #sp-main-body .container-inner,
body.itemid-101 #sp-component,
body.itemid-101 .sppb-section,
body.itemid-101 .sppb-row-container,
body.itemid-101 .sppb-row,
body.itemid-101 .sppb-column,
body.itemid-101 .sppb-column-addons,
body.itemid-101 .sppb-addon-wrapper,
body.itemid-101 .sppb-addon-raw-html { width: 100%; max-width: none; margin: 0; padding: 0; }
body.itemid-101 #sp-main-body { padding: 0 !important; }
body.itemid-101 .sppb-row { --bs-gutter-x: 0; }
body.itemid-101 .sppb-row > * { padding-left: 0; padding-right: 0; }
body.itemid-101 .sppb-addon-raw-html { overflow: visible; }
body.itemid-101 .svcc-redesign { margin-top: 0; }

.svcc-redesign .mobile-nav { display: none; }
.svcc-redesign .menu-button { cursor: pointer; }
.svcc-redesign .menu-button:focus-visible,
.svcc-redesign a:focus-visible,
.svcc-redesign summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 1050px) {
  .svcc-redesign .site-header { position: relative; }
  .svcc-redesign .mobile-nav {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    padding: 20px 24px 28px;
    background: var(--paper);
    border-top: 1px solid var(--line);
    box-shadow: 0 18px 35px rgba(7,56,62,.16);
  }
  .svcc-redesign .mobile-nav.is-open { display: grid; }
  .svcc-redesign .mobile-nav a { padding: 12px 2px; border-bottom: 1px solid var(--line); font-weight: 700; text-decoration: none; }
  .svcc-redesign .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .svcc-redesign .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .svcc-redesign .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .svcc-redesign .menu-button span { transition: transform .2s, opacity .2s; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* SVCC REDESIGN v1.0.0 — END */

/* ===== END SVCC REDESIGN V1 ===== */

/* SVCC SITEWIDE REDESIGN v1.1.0 — BEGIN */

/* Homepage: override Helix's later generated heading and link rules. */
body.itemid-101 .svcc-redesign .hero h1,
body.itemid-101 .svcc-redesign .mission-card h3,
body.itemid-101 .svcc-redesign .kids-copy h2,
body.itemid-101 .svcc-redesign .visit-copy h2 {
  color: var(--white) !important;
}

body.itemid-101 .svcc-redesign .final-invite h2 {
  color: var(--teal-deep) !important;
}

body.itemid-101 .svcc-redesign .main-nav a,
body.itemid-101 .svcc-redesign .mobile-nav a {
  color: var(--ink) !important;
}

body.itemid-101 .svcc-redesign .text-link--light,
body.itemid-101 .svcc-redesign .mission-card a {
  color: var(--white) !important;
}

body.itemid-101 .svcc-redesign .button,
body.itemid-101 .svcc-redesign .button--gold {
  color: var(--ink) !important;
}

body.itemid-101 .svcc-redesign .button--light {
  color: var(--teal-deep) !important;
}

body.itemid-101 .svcc-redesign .site-footer a {
  color: var(--gold-light) !important;
}

/* Shared interior-page foundation. */
body:not(.itemid-101) {
  background: var(--paper) !important;
  color: var(--ink) !important;
}

body:not(.itemid-101) a {
  color: var(--teal);
  text-decoration-color: rgba(11, 75, 82, .35);
  text-underline-offset: 4px;
}

body:not(.itemid-101) a:hover {
  color: var(--coral);
}

body:not(.itemid-101) h1,
body:not(.itemid-101) h2,
body:not(.itemid-101) h3,
body:not(.itemid-101) h4,
body:not(.itemid-101) h5,
body:not(.itemid-101) h6 {
  color: var(--teal-deep) !important;
  font-family: "Newsreader", Georgia, serif !important;
  letter-spacing: -.025em;
}

body:not(.itemid-101) h1 { font-size: clamp(46px, 6vw, 72px) !important; line-height: 1.02 !important; }
body:not(.itemid-101) h2 { font-size: clamp(34px, 4.2vw, 52px) !important; line-height: 1.08 !important; }
body:not(.itemid-101) h3 { font-size: clamp(27px, 3vw, 38px) !important; line-height: 1.13 !important; }
body:not(.itemid-101) h4 { font-size: 25px !important; line-height: 1.2 !important; }

body:not(.itemid-101) #sp-main-body {
  padding: 0 0 100px !important;
  background:
    radial-gradient(circle at 88% 7%, rgba(243,189,77,.12), transparent 22rem),
    var(--paper) !important;
}

body:not(.itemid-101) #sp-main-body > .container,
body:not(.itemid-101) #sp-main-body .sppb-row-container {
  width: min(calc(100% - 48px), 1180px);
  max-width: 1180px !important;
  margin-inline: auto;
}

/* Compact, branded Helix top bar. */
body:not(.itemid-101) #sp-top-bar {
  min-height: 38px;
  padding: 0 !important;
  background: var(--teal-deep) !important;
  color: rgba(255,255,255,.88) !important;
  font-size: 12px;
  letter-spacing: .025em;
}

body:not(.itemid-101) #sp-top-bar > .container > .container-inner > .row {
  min-height: 38px;
  align-items: center;
}

body:not(.itemid-101) #sp-top-bar .sp-column,
body:not(.itemid-101) #sp-top-bar ul {
  margin: 0;
}

body:not(.itemid-101) #sp-top-bar a {
  color: rgba(255,255,255,.9) !important;
  text-decoration: none;
}

body:not(.itemid-101) #sp-top-bar a:hover { color: var(--gold-light) !important; }
body:not(.itemid-101) #sp-top-bar .social-icons { display: flex; gap: 13px; }
body:not(.itemid-101) #sp-top-bar .sp-contact-info { display: flex; align-items: center; justify-content: flex-end; gap: 17px; }
body:not(.itemid-101) #sp-top-bar .sp-contact-info li { margin: 0; line-height: 1.2; }

/* Interior header and wordmark. */
body:not(.itemid-101) #sp-header {
  height: 86px !important;
  background: rgba(255,253,248,.98) !important;
  border-bottom: 1px solid rgba(23,53,57,.1);
  box-shadow: 0 8px 30px rgba(7,56,62,.06) !important;
}

body:not(.itemid-101) #sp-header .container,
body:not(.itemid-101) #sp-header .container-inner,
body:not(.itemid-101) #sp-header .container-inner > .row,
body:not(.itemid-101) #sp-header #sp-logo,
body:not(.itemid-101) #sp-header #sp-logo .sp-column,
body:not(.itemid-101) #sp-header .logo,
body:not(.itemid-101) #sp-header .logo > a {
  height: 100%;
}

body:not(.itemid-101) #sp-header .logo > a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--teal-deep) !important;
  text-decoration: none;
}

body:not(.itemid-101) #sp-header .logo > a::after {
  content: "Spring Valley\A Community Church";
  display: block;
  white-space: pre;
  color: var(--teal-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -.015em;
  line-height: .92;
}

body:not(.itemid-101) #sp-header .logo > a::first-line {
  font-size: 21px;
}

body:not(.itemid-101) #sp-header .logo-image,
body:not(.itemid-101) #sp-header .logo-image-phone {
  width: 56px !important;
  height: 56px !important;
  object-fit: cover;
  border-radius: 10px;
}

body:not(.itemid-101) #sp-header .sp-megamenu-parent > li > a,
body:not(.itemid-101) #sp-header .sp-megamenu-parent > li > span {
  height: 86px !important;
  padding: 0 10px !important;
  color: var(--ink) !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: -.01em;
  line-height: 86px !important;
}

body:not(.itemid-101) #sp-header .sp-megamenu-parent > li.active > a,
body:not(.itemid-101) #sp-header .sp-megamenu-parent > li:hover > a {
  color: var(--coral) !important;
}

body:not(.itemid-101) #sp-header .sp-megamenu-parent > li.active > a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 22px;
  left: 10px;
  height: 2px;
  background: var(--coral);
}

body:not(.itemid-101) #offcanvas-toggler { color: var(--teal-deep) !important; }
body:not(.itemid-101) #offcanvas-toggler .burger-icon > span { background: var(--teal-deep) !important; }

/* SP Page Builder interior pages. */
body:not(.itemid-101) .sp-page-builder:not(.page-4) .page-content > .sppb-section:first-child {
  padding-block: 72px !important;
}

body:not(.itemid-101) .sp-page-builder .sppb-section-title {
  margin-bottom: 45px !important;
}

body:not(.itemid-101) .sp-page-builder .sppb-title-heading {
  margin: 0 0 10px !important;
  color: var(--teal-deep) !important;
  font-family: "Newsreader", Georgia, serif !important;
  font-size: clamp(44px, 5vw, 64px) !important;
  font-weight: 600 !important;
  line-height: 1.04 !important;
}

body:not(.itemid-101) .sp-page-builder .sppb-title-subheading {
  margin: 0;
  color: var(--coral) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body:not(.itemid-101) .sppb-btn,
body:not(.itemid-101) .btn-primary,
body:not(.itemid-101) button.btn-primary {
  padding: 13px 23px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--gold) !important;
  color: var(--ink) !important;
  font-weight: 750 !important;
  box-shadow: 0 8px 24px rgba(7,56,62,.12);
}

body:not(.itemid-101) .sppb-btn:hover,
body:not(.itemid-101) .btn-primary:hover {
  background: #fac95f !important;
  transform: translateY(-1px);
}

/* Food Bank page: replace the oversized logo treatment with a human image/card layout. */
body:not(.itemid-101) .sp-page-builder.page-3 .sppb-row { align-items: center; }
body:not(.itemid-101) .sp-page-builder.page-3 .sppb-row > div:first-child img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

body:not(.itemid-101) .sp-page-builder.page-3 .sppb-row > div:last-child .sppb-column {
  margin-left: -34px;
  padding: 48px;
  border: 1px solid rgba(23,53,57,.1);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 16px 50px rgba(7,56,62,.11);
}

body:not(.itemid-101) .sp-page-builder.page-3 .sppb-addon-content {
  color: #344f53;
  font-size: 18px;
  line-height: 1.65;
}

/* Calendar and other compact builder pages. */
body:not(.itemid-101) .sp-page-builder.page-5 iframe {
  width: 100%;
  min-height: 720px;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 45px rgba(7,56,62,.1);
}

/* Joomla articles. */
body:not(.itemid-101) .article-details {
  padding-block: 72px 20px;
}

body:not(.itemid-101) .article-details .article-full-image {
  width: 100%;
  margin: 0 0 48px;
}

body:not(.itemid-101) .article-details .article-full-image img {
  width: 100%;
  max-height: 560px;
  aspect-ratio: 16 / 8.4;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

body:not(.itemid-101) .article-details > .article-header,
body:not(.itemid-101) .article-details > .article-can-edit,
body:not(.itemid-101) .article-details > [itemprop="articleBody"] {
  width: min(100%, 880px);
  margin-inline: auto;
}

body:not(.itemid-101) .article-details .article-header { margin-bottom: 24px; }
body:not(.itemid-101) .article-details .article-header h1 { margin: 0 !important; }
body:not(.itemid-101) [itemprop="articleBody"] { color: #304b4f; font-size: 18px; line-height: 1.78; }
body:not(.itemid-101) [itemprop="articleBody"] p { margin: 0 0 1.35em; }
body:not(.itemid-101) [itemprop="articleBody"] h2,
body:not(.itemid-101) [itemprop="articleBody"] h3 { margin: 1.4em 0 .55em; }
body:not(.itemid-101) [itemprop="articleBody"] img { height: auto; border-radius: 20px; }
body:not(.itemid-101) [itemprop="articleBody"] blockquote {
  margin: 2.2em 0;
  padding: 24px 30px;
  border: 0;
  border-left: 4px solid var(--gold);
  border-radius: 0 16px 16px 0;
  background: var(--cream);
  color: var(--teal-deep);
  font-family: "Newsreader", Georgia, serif;
  font-size: 24px;
}

/* Benefits of Belonging index. */
body:not(.itemid-101) .blog.com-content-category-blog { padding-block: 72px 20px; }
body:not(.itemid-101) .blog .article {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23,53,57,.1) !important;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(7,56,62,.08);
  transition: transform .2s, box-shadow .2s;
}

body:not(.itemid-101) .blog .article:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 46px rgba(7,56,62,.13);
}

body:not(.itemid-101) .blog .article-intro-image { margin: 0 !important; overflow: hidden; }
body:not(.itemid-101) .blog .article-intro-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 0 !important;
  border-radius: 0 !important;
  transition: transform .45s;
}

body:not(.itemid-101) .blog .article:hover .article-intro-image img { transform: scale(1.025); }
body:not(.itemid-101) .blog .article-body { padding: 30px; }
body:not(.itemid-101) .blog .article-header h2 { margin: 0 0 15px !important; font-size: 31px !important; }
body:not(.itemid-101) .blog .article-header h2 a { color: var(--teal-deep) !important; text-decoration: none; }
body:not(.itemid-101) .blog .article-header h2 a:hover { color: var(--coral) !important; }
body:not(.itemid-101) .blog .article-introtext { color: #496064; line-height: 1.65; }
body:not(.itemid-101) .blog .readmore a {
  display: inline-flex;
  margin-top: 7px;
  color: var(--teal) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration-color: var(--gold);
}

body:not(.itemid-101) .blog .items-leading .article {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) 1.15fr;
  margin-bottom: 30px;
}

body:not(.itemid-101) .blog .items-leading .article-intro-image,
body:not(.itemid-101) .blog .items-leading .article-intro-image img { height: 100%; }
body:not(.itemid-101) .blog .article-list > .row { row-gap: 30px; margin-bottom: 30px; }
body:not(.itemid-101) .blog .items-more { margin-top: 38px; padding: 30px; border-radius: 18px; background: var(--cream); }
body:not(.itemid-101) .blog .items-more a { color: var(--teal-deep) !important; font-weight: 700; }
body:not(.itemid-101) .pagination { gap: 7px; margin-top: 34px; }
body:not(.itemid-101) .pagination .page-link {
  min-width: 42px;
  border: 1px solid rgba(23,53,57,.13);
  border-radius: 999px !important;
  background: #fff;
  color: var(--teal) !important;
  text-align: center;
}
body:not(.itemid-101) .pagination .active .page-link { border-color: var(--teal); background: var(--teal); color: #fff !important; }

/* Tables, forms, FAQs, and utilities. */
body:not(.itemid-101) table { overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 8px 25px rgba(7,56,62,.07); }
body:not(.itemid-101) th { background: var(--teal); color: #fff; }
body:not(.itemid-101) input:not([type="checkbox"]):not([type="radio"]),
body:not(.itemid-101) textarea,
body:not(.itemid-101) select {
  min-height: 48px;
  border: 1px solid rgba(23,53,57,.22) !important;
  border-radius: 10px !important;
  background: #fff !important;
}
body:not(.itemid-101) input:focus,
body:not(.itemid-101) textarea:focus,
body:not(.itemid-101) select:focus { border-color: var(--teal) !important; box-shadow: 0 0 0 3px rgba(11,75,82,.13) !important; }
.faq-item .faq-item-question { color: var(--teal-deep); font-weight: 800; }
.videoWrap { position: relative; overflow: hidden; width: 100%; padding-top: 56.25%; }
.videoWrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; }

/* Helix footer and off-canvas. */
body:not(.itemid-101) #sp-footer {
  padding-block: 30px;
  background: var(--teal-deep) !important;
  color: rgba(255,255,255,.78) !important;
  font-size: 13px;
}
body:not(.itemid-101) #sp-footer a { color: var(--gold-light) !important; }
.offcanvas-menu { background: var(--paper) !important; color: var(--ink) !important; }
.offcanvas-menu .offcanvas-inner a { color: var(--ink) !important; }
.offcanvas-menu .offcanvas-inner a:hover,
.offcanvas-menu .offcanvas-inner .active > a { color: var(--coral) !important; }

@media (max-width: 1199px) {
  body:not(.itemid-101) #sp-header .logo > a::after { font-size: 17px; }
  body:not(.itemid-101) #sp-header .sp-megamenu-parent > li > a { padding-inline: 8px !important; font-size: 12px !important; }
}

@media (max-width: 991px) {
  body:not(.itemid-101) #sp-top1 { display: none; }
  body:not(.itemid-101) #sp-top2 { width: 100%; }
  body:not(.itemid-101) #sp-top-bar .sp-contact-info { justify-content: center; }
  body:not(.itemid-101) #sp-header { height: 74px !important; }
  body:not(.itemid-101) #sp-header .logo-image-phone { width: 50px !important; height: 50px !important; }
  body:not(.itemid-101) .sp-page-builder.page-3 .sppb-row > div:last-child .sppb-column { margin: 24px 0 0; }
  body:not(.itemid-101) .blog .items-leading .article { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  body:not(.itemid-101) #sp-main-body > .container,
  body:not(.itemid-101) #sp-main-body .sppb-row-container { width: min(calc(100% - 30px), 1180px); }
  body:not(.itemid-101) #sp-top-bar .sp-contact-info .sp-contact-email { display: none; }
  body:not(.itemid-101) #sp-header .logo > a { gap: 9px; }
  body:not(.itemid-101) #sp-header .logo > a::after { font-size: 15px; }
  body:not(.itemid-101) #sp-header .logo-image-phone { width: 46px !important; height: 46px !important; }
  body:not(.itemid-101) .article-details,
  body:not(.itemid-101) .blog.com-content-category-blog { padding-top: 48px; }
  body:not(.itemid-101) .article-details .article-full-image { margin-bottom: 32px; }
  body:not(.itemid-101) .article-details .article-full-image img { aspect-ratio: 4 / 3; border-radius: 18px; }
  body:not(.itemid-101) [itemprop="articleBody"] { font-size: 17px; line-height: 1.7; }
  body:not(.itemid-101) .sp-page-builder:not(.page-4) .page-content > .sppb-section:first-child { padding-block: 48px !important; }
  body:not(.itemid-101) .sp-page-builder.page-3 .sppb-row > div:last-child .sppb-column { padding: 30px 24px; }
}

/* SVCC SITEWIDE REDESIGN v1.1.0 — END */

/* SVCC NATIVE HOMEPAGE v1.2.0 — BEGIN */

body.itemid-101 #sp-top-bar,
body.itemid-101 #sp-header,
body.itemid-101 #sp-footer { display: block !important; }
body.itemid-101 #sp-bottom,
body.itemid-101 #sp-breadcrumbs { display: none !important; }
body.itemid-101 #sp-main-body { padding: 0 !important; background: var(--paper); }
body.itemid-101 #sp-main-body > .container,
body.itemid-101 #sp-main-body .container-inner,
body.itemid-101 #sp-component { width: 100%; max-width: none; margin: 0; padding: 0; }
body.itemid-101 #sp-header { background: rgba(255,253,248,.98) !important; box-shadow: 0 1px 0 rgba(23,53,57,.1); }
body.itemid-101 #sp-header .logo img { max-height: 56px; width: auto; }
body.itemid-101 #sp-header .sp-megamenu-parent > li > a { color: var(--ink) !important; font-family: "DM Sans", sans-serif; font-size: 13px; font-weight: 700; }
body.itemid-101 #sp-header .sp-megamenu-parent > li.active > a,
body.itemid-101 #sp-header .sp-megamenu-parent > li:hover > a { color: var(--coral) !important; }
body.itemid-101 #sp-footer { background: var(--teal-deep) !important; color: rgba(255,255,255,.78) !important; }
body.itemid-101 #sp-footer a { color: var(--gold-light) !important; }

body.itemid-101 .svcc-native-home-section { position: relative; width: 100%; margin: 0 !important; }
body.itemid-101 .svcc-native-home-section > .sppb-row-container { width: min(calc(100% - 48px), 1180px); max-width: 1180px; margin-inline: auto; }
body.itemid-101 .svcc-native-home-section .sppb-row { --bs-gutter-x: 30px; margin-inline: -15px; }
body.itemid-101 .svcc-native-home-section .sppb-row > * { padding-inline: 15px; }
body.itemid-101 .svcc-native-home-section .sppb-addon-wrapper { margin: 0; }
body.itemid-101 .svcc-native-home-section h1,
body.itemid-101 .svcc-native-home-section h2,
body.itemid-101 .svcc-native-home-section h3 { font-family: "Newsreader", Georgia, serif !important; font-weight: 600 !important; letter-spacing: -.035em !important; }
body.itemid-101 .svcc-native-home-section p { margin-top: 0; }

body.itemid-101 .svcc-native-eyebrow p { margin: 0 0 18px; color: var(--coral) !important; font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
body.itemid-101 .svcc-native-eyebrow-light p { color: var(--gold-light) !important; }
body.itemid-101 .svcc-native-eyebrow-gold p { color: var(--gold) !important; }
body.itemid-101 .svcc-native-display .sppb-addon-title { margin: 0 0 26px; color: var(--teal-deep) !important; font-size: clamp(48px,5vw,72px) !important; line-height: .98 !important; }

body.itemid-101 .svcc-native-hero { min-height: 680px; display: flex; align-items: center; overflow: hidden; background-position: center 42% !important; }
body.itemid-101 .svcc-native-hero::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg,rgba(3,32,35,.92) 0%,rgba(4,40,44,.78) 37%,rgba(4,40,44,.12) 73%,rgba(4,40,44,.05) 100%); }
body.itemid-101 .svcc-native-hero > .sppb-row-container { position: relative; z-index: 1; padding-block: 92px 110px; }
body.itemid-101 .svcc-native-hero-column { max-width: 650px; }
body.itemid-101 .svcc-native-hero-title .sppb-addon-title { margin: 0; color: #fff !important; font-size: clamp(72px,9vw,126px) !important; line-height: .9 !important; }
body.itemid-101 .svcc-native-hero-lead p { max-width: 590px; margin: 25px 0 34px; color: rgba(255,255,255,.9) !important; font-size: 22px; line-height: 1.5; }

body.itemid-101 .svcc-native-home-section .sppb-btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border: 0 !important; border-radius: 999px !important; box-shadow: 0 8px 24px rgba(0,0,0,.12); font-family: "DM Sans", sans-serif; font-size: 15px; font-weight: 700; text-decoration: none; transition: transform .2s,box-shadow .2s,background .2s; }
body.itemid-101 .svcc-native-home-section .sppb-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.16); }
body.itemid-101 .svcc-native-hero-actions .sppb-btn-group { display: flex; align-items: center; gap: 28px; }
body.itemid-101 .svcc-native-hero-actions .sppb-btn-custom:first-child,
body.itemid-101 .svcc-native-gold-action .sppb-btn,
body.itemid-101 .svcc-native-directions .sppb-btn { background: var(--gold) !important; color: var(--ink) !important; }
body.itemid-101 .svcc-native-hero-actions .sppb-btn-custom:last-child,
body.itemid-101 .svcc-native-card-action .sppb-btn { min-height: auto; padding: 0 0 4px; border-bottom: 1px solid currentColor !important; border-radius: 0 !important; background: transparent !important; color: #fff !important; box-shadow: none; }
body.itemid-101 .svcc-native-text-action .sppb-btn { min-height: auto; padding: 0 0 4px; border-bottom: 1px solid currentColor !important; border-radius: 0 !important; background: transparent !important; color: var(--teal) !important; box-shadow: none; }

body.itemid-101 .svcc-native-quick { z-index: 5; margin-top: -72px !important; }
body.itemid-101 .svcc-native-quick > .sppb-row-container { overflow: hidden; border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); }
body.itemid-101 .svcc-native-quick .sppb-row { min-height: 144px; margin: 0; }
body.itemid-101 .svcc-native-quick .sppb-column { padding: 0; border-right: 1px solid var(--line); }
body.itemid-101 .svcc-native-quick-item { height: 100%; display: flex; align-items: center; padding: 26px 22px; }
body.itemid-101 .svcc-native-quick-item p { position: relative; margin: 0; padding-left: 54px; }
body.itemid-101 .svcc-native-quick-item strong,
body.itemid-101 .svcc-native-quick-item small { display: block; }
body.itemid-101 .svcc-native-quick-item strong { color: var(--ink); font-family: "Newsreader",Georgia,serif; font-size: 18px; }
body.itemid-101 .svcc-native-quick-item small { margin-top: 3px; color: var(--muted); font-size: 13px; line-height: 1.4; }
body.itemid-101 .svcc-native-icon { position: absolute; left: 0; top: 50%; width: 39px; height: 39px; display: grid; place-items: center; transform: translateY(-50%); border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-size: 20px; }
body.itemid-101 .svcc-native-directions-column { display: flex; align-items: stretch; background: var(--coral); }
body.itemid-101 .svcc-native-directions-column .sppb-column-addons,
body.itemid-101 .svcc-native-directions-column .sppb-addon-wrapper,
body.itemid-101 .svcc-native-directions { width: 100%; height: 100%; }
body.itemid-101 .svcc-native-directions .sppb-btn-group { width: 100%; height: 100%; }
body.itemid-101 .svcc-native-directions .sppb-btn { width: 100%; min-height: 144px; border-radius: 0 !important; background: var(--coral) !important; color: #fff !important; box-shadow: none; }

body.itemid-101 .svcc-native-belong { padding-block: 118px !important; background: var(--cream); }
body.itemid-101 .svcc-native-belong .sppb-row { align-items: center; }
body.itemid-101 .svcc-native-story-image-column { position: relative; padding: 0 49px 38px 15px !important; }
body.itemid-101 .svcc-native-story-image-column::before { content: ""; position: absolute; left: 49px; right: 15px; top: 34px; bottom: 0; border-radius: 22px; background: var(--gold); }
body.itemid-101 .svcc-native-story-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
body.itemid-101 .svcc-native-story-copy-column { padding-left: 55px !important; }
body.itemid-101 .svcc-native-lede { color: #3f5558; font-size: 19px; }
body.itemid-101 .svcc-native-checks { display: grid; gap: 12px; margin: 28px 0 30px; padding: 0; list-style: none; font-weight: 600; }
body.itemid-101 .svcc-native-checks li::before { content: "✓"; display: inline-grid; width: 26px; height: 26px; margin-right: 10px; place-items: center; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-size: 13px; }

body.itemid-101 .svcc-native-mission-intro { padding: 118px 0 54px !important; background: var(--paper); text-align: center; }
body.itemid-101 .svcc-native-centered-column { max-width: 760px; margin-inline: auto; }
body.itemid-101 .svcc-native-centered-column .sppb-text-left { text-align: center !important; }
body.itemid-101 .svcc-native-section-intro p { max-width: 610px; margin-inline: auto; color: var(--muted); }
body.itemid-101 .svcc-native-mission-cards { padding-bottom: 118px !important; background: var(--paper); }
body.itemid-101 .svcc-native-mission-cards .sppb-row { align-items: stretch; }
body.itemid-101 .svcc-native-mission-card { position: relative; min-height: 580px; display: flex; align-items: flex-end; overflow: hidden; margin-inline: 15px; padding: 42px !important; border-radius: 22px; background-position: center; background-size: cover; color: #fff; box-shadow: var(--shadow); }
body.itemid-101 .svcc-native-worship-card { background-image: linear-gradient(to top,rgba(4,39,43,.96),rgba(4,39,43,.08) 70%),url('/images/svcc-redesign/worship.webp'); }
body.itemid-101 .svcc-native-serve-card { background-image: linear-gradient(to top,rgba(4,39,43,.96),rgba(4,39,43,.08) 70%),url('/images/svcc-redesign/food-bank.webp'); }
body.itemid-101 .svcc-native-card-title .sppb-addon-title { margin: 0 0 13px; color: #fff !important; font-size: 42px !important; line-height: 1.05 !important; }
body.itemid-101 .svcc-native-card-copy p { max-width: 470px; color: rgba(255,255,255,.85) !important; }

body.itemid-101 .svcc-native-kids { overflow: hidden; padding-block: 118px !important; background: var(--teal-deep); color: #fff; }
body.itemid-101 .svcc-native-kids .sppb-row { align-items: center; }
body.itemid-101 .svcc-native-kids .svcc-native-display .sppb-addon-title { color: #fff !important; }
body.itemid-101 .svcc-native-kids-copy-column { padding-right: 55px !important; }
body.itemid-101 .svcc-native-kids-copy p { color: rgba(255,255,255,.82) !important; font-size: 18px; }
body.itemid-101 .svcc-native-kids-copy .svcc-native-callout { margin: 27px 0 32px; padding-left: 20px; border-left: 3px solid var(--gold); }
body.itemid-101 .svcc-native-kids-copy .svcc-native-callout strong { color: #fff; }
body.itemid-101 .svcc-native-kids-image-column { position: relative; padding-left: 55px !important; }
body.itemid-101 .svcc-native-kids-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 180px 180px 24px 24px; }

body.itemid-101 .svcc-native-stories-intro { padding: 118px 0 34px !important; background: var(--cream); }
body.itemid-101 .svcc-native-stories-intro .sppb-row { align-items: flex-end; }
body.itemid-101 .svcc-native-stories-link { text-align: right; }
body.itemid-101 .svcc-native-stories-link .sppb-text-left { text-align: right !important; }
body.itemid-101 .svcc-native-stories { padding-bottom: 118px !important; background: var(--cream); }
body.itemid-101 .svcc-native-articles .sppb-row { align-items: stretch; }
body.itemid-101 .svcc-native-articles .sppb-addon-article { height: 100%; overflow: hidden; border-radius: 18px; background: var(--paper); box-shadow: 0 12px 35px rgba(7,56,62,.08); }
body.itemid-101 .svcc-native-articles img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
body.itemid-101 .svcc-native-articles .sppb-article-info-wrap { padding: 26px; }
body.itemid-101 .svcc-native-articles h3,
body.itemid-101 .svcc-native-articles .sppb-article-title { margin: 8px 0 12px; color: var(--ink) !important; font-family: "Newsreader",Georgia,serif !important; font-size: 27px !important; line-height: 1.14 !important; }
body.itemid-101 .svcc-native-articles .sppb-article-introtext { color: var(--muted); font-size: 14px; }
body.itemid-101 .svcc-native-articles a { color: var(--teal) !important; font-weight: 700; text-underline-offset: 4px; }

body.itemid-101 .svcc-native-visit { padding-block: 118px !important; background: var(--teal); color: #fff; }
body.itemid-101 .svcc-native-visit .sppb-row { align-items: center; }
body.itemid-101 .svcc-native-visit .svcc-native-display .sppb-addon-title { color: #fff !important; }
body.itemid-101 .svcc-native-visit-copy-column { padding-right: 55px !important; }
body.itemid-101 .svcc-native-visit-intro p { color: rgba(255,255,255,.8) !important; }
body.itemid-101 .svcc-native-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 36px; margin: 34px 0 38px; }
body.itemid-101 .svcc-native-facts p { margin: 0; }
body.itemid-101 .svcc-native-facts p:first-child { grid-column: 1/-1; }
body.itemid-101 .svcc-native-facts span,
body.itemid-101 .svcc-native-facts strong { display: block; }
body.itemid-101 .svcc-native-facts span { margin-bottom: 4px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
body.itemid-101 .svcc-native-facts strong { color: #fff; font-size: 16px; }
body.itemid-101 .svcc-native-faq-column { padding: 38px !important; border-radius: 22px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
body.itemid-101 .svcc-native-accordion > .sppb-addon-title { margin: 0 0 17px; color: var(--ink) !important; font-size: 32px !important; }
body.itemid-101 .svcc-native-accordion .sppb-panel { margin: 0 !important; padding: 0 !important; border-width: 1px 0 0 !important; border-color: var(--line) !important; border-radius: 0 !important; background: transparent !important; }
body.itemid-101 .svcc-native-accordion .sppb-panel-heading { position: relative; padding: 20px 30px 20px 0 !important; background: transparent !important; color: var(--ink) !important; font-weight: 700; text-align: left; }
body.itemid-101 .svcc-native-accordion .sppb-panel-heading::after { content: "+"; position: absolute; right: 0; color: var(--coral); font-size: 22px; }
body.itemid-101 .svcc-native-accordion .sppb-panel-heading.active::after { content: "−"; }
body.itemid-101 .svcc-native-accordion .sppb-panel-body { padding: 0 0 20px !important; border: 0 !important; color: var(--muted); font-size: 14px; }

body.itemid-101 .svcc-native-final { padding-block: 70px !important; background: var(--coral); color: #fff; }
body.itemid-101 .svcc-native-final .sppb-row { align-items: center; }
body.itemid-101 .svcc-native-final-heading .sppb-addon-title { margin: 0; color: #fff !important; font-size: clamp(42px,5vw,64px) !important; line-height: .98 !important; }
body.itemid-101 .svcc-native-light-action { text-align: right; }
body.itemid-101 .svcc-native-light-action .sppb-text-left { text-align: right !important; }
body.itemid-101 .svcc-native-light-action .sppb-btn { background: var(--paper) !important; color: var(--teal-deep) !important; }

body.itemid-101 .svcc-native-home-section a:focus-visible,
body.itemid-101 .svcc-native-home-section button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 991px) {
  body.itemid-101 .svcc-native-home-section > .sppb-row-container { width: min(calc(100% - 32px),1180px); }
  body.itemid-101 .svcc-native-quick .sppb-column { width: 50% !important; }
  body.itemid-101 .svcc-native-directions .sppb-btn { min-height: 102px; }
  body.itemid-101 .svcc-native-story-copy-column,
  body.itemid-101 .svcc-native-kids-copy-column,
  body.itemid-101 .svcc-native-kids-image-column,
  body.itemid-101 .svcc-native-visit-copy-column { padding-inline: 15px !important; }
}

@media (max-width: 767px) {
  body.itemid-101 .svcc-native-home-section > .sppb-row-container { width: min(calc(100% - 32px),1180px); }
  body.itemid-101 .svcc-native-hero { min-height: 690px; align-items: flex-end; background-position: 61% center !important; }
  body.itemid-101 .svcc-native-hero::before { background: linear-gradient(to top,rgba(3,32,35,.97) 0%,rgba(3,32,35,.76) 48%,rgba(3,32,35,.14) 82%); }
  body.itemid-101 .svcc-native-hero > .sppb-row-container { padding-block: 280px 125px; }
  body.itemid-101 .svcc-native-hero-title .sppb-addon-title { font-size: clamp(64px,21vw,88px) !important; }
  body.itemid-101 .svcc-native-hero-lead p { font-size: 18px; }
  body.itemid-101 .svcc-native-hero-actions .sppb-btn-group { align-items: flex-start; flex-direction: column; gap: 18px; }
  body.itemid-101 .svcc-native-quick { margin-top: -70px !important; }
  body.itemid-101 .svcc-native-quick .sppb-column { width: 100% !important; border-right: 0; border-bottom: 1px solid var(--line); }
  body.itemid-101 .svcc-native-quick-item { min-height: 102px; }
  body.itemid-101 .svcc-native-belong,
  body.itemid-101 .svcc-native-kids,
  body.itemid-101 .svcc-native-visit { padding-block: 78px !important; }
  body.itemid-101 .svcc-native-mission-intro { padding-top: 78px !important; }
  body.itemid-101 .svcc-native-mission-cards,
  body.itemid-101 .svcc-native-stories { padding-bottom: 78px !important; }
  body.itemid-101 .svcc-native-stories-intro { padding-top: 78px !important; }
  body.itemid-101 .svcc-native-display .sppb-addon-title { font-size: 47px !important; }
  body.itemid-101 .svcc-native-story-image-column { margin: 0 15px 50px; padding: 0 34px 38px 0 !important; }
  body.itemid-101 .svcc-native-story-image-column::before { left: 34px; right: 0; }
  body.itemid-101 .svcc-native-mission-card { min-height: 500px; margin: 0 15px 28px; padding: 30px !important; }
  body.itemid-101 .svcc-native-card-title .sppb-addon-title { font-size: 36px !important; }
  body.itemid-101 .svcc-native-kids-image-column { order: -1; margin-bottom: 50px; }
  body.itemid-101 .svcc-native-kids-image img { aspect-ratio: 5/4; border-radius: 120px 120px 20px 20px; }
  body.itemid-101 .svcc-native-stories-link,
  body.itemid-101 .svcc-native-stories-link .sppb-text-left,
  body.itemid-101 .svcc-native-light-action,
  body.itemid-101 .svcc-native-light-action .sppb-text-left { margin-top: 18px; text-align: left !important; }
  body.itemid-101 .svcc-native-facts { grid-template-columns: 1fr; }
  body.itemid-101 .svcc-native-facts p:first-child { grid-column: auto; }
  body.itemid-101 .svcc-native-faq-column { margin-top: 50px; padding: 27px !important; }
}

/* SVCC NATIVE HOMEPAGE v1.2.0 — END */

/* SVCC NATIVE HOMEPAGE FIX v1.2.1 — BEGIN */

/* SPPB generated absolute coordinates from an inherited legacy heading preset.
   Keep every native heading wrapper in normal document flow. */
body.itemid-101 .svcc-native-home-section .addon-root-heading {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  z-index: auto !important;
}

/* Establish predictable section stacking around the negative-margin info panel. */
body.itemid-101 .svcc-native-home-section {
  z-index: 0 !important;
  isolation: isolate;
}
body.itemid-101 .svcc-native-hero {
  z-index: 1 !important;
}
body.itemid-101 .svcc-native-quick {
  z-index: 3 !important;
  isolation: auto;
}
body.itemid-101 .svcc-native-belong {
  z-index: 0 !important;
}

/* Prevent heading contents from inheriting animation transforms after cache rebuilds. */
body.itemid-101 .svcc-native-home-section .addon-root-heading,
body.itemid-101 .svcc-native-home-section .addon-root-heading .sppb-addon-header,
body.itemid-101 .svcc-native-home-section .addon-root-heading .sppb-addon-title {
  animation: none !important;
  translate: none !important;
}

/* SVCC NATIVE HOMEPAGE FIX v1.2.1 — END */

/* SVCC NATIVE HOMEPAGE LINKS v1.2.2 */
body.itemid-101 #belong, body.itemid-101 #neighbor, body.itemid-101 #stories, body.itemid-101 #visit { scroll-margin-top: 100px; }

/* SVCC HOMEPAGE CTA POLISH v1.2.3 */
body.itemid-101 .svcc-native-hero-actions .sppb-addon-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
}
body.itemid-101 .svcc-native-articles > .sppb-addon-content > .sppb-btn {
  margin-top: 30px !important;
}

.svcc-pastor-dialog {
  width: min(520px, calc(100% - 32px));
  max-width: none;
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 28px;
  background: #fffdf8;
  color: #173539;
  box-shadow: 0 28px 80px rgba(7, 56, 62, .3);
}
.svcc-pastor-dialog::backdrop {
  background: rgba(7, 38, 42, .72);
  backdrop-filter: blur(5px);
}
.svcc-pastor-dialog__inner { padding: 42px; }
.svcc-pastor-dialog__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #eef3f1;
  color: #173539;
  font: 700 24px/1 "DM Sans", sans-serif;
  cursor: pointer;
}
.svcc-pastor-dialog__eyebrow {
  margin: 0 0 8px;
  color: #c55745;
  font: 700 12px/1.2 "DM Sans", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.svcc-pastor-dialog h2 {
  margin: 0 44px 12px 0;
  color: #173539 !important;
  font: 400 clamp(38px, 7vw, 52px)/.98 "Newsreader", Georgia, serif !important;
}
.svcc-pastor-dialog__intro {
  margin: 0 0 26px;
  color: #587073;
  font: 400 17px/1.55 "DM Sans", sans-serif;
}
.svcc-pastor-dialog__choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.svcc-pastor-dialog__choice {
  display: flex;
  min-height: 92px;
  padding: 18px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 18px;
  background: #f6bd4b;
  color: #173539 !important;
  font-family: "DM Sans", sans-serif;
  text-decoration: none !important;
  transition: transform .2s, box-shadow .2s;
}
.svcc-pastor-dialog__choice--call { background: #e9f1ef; }
.svcc-pastor-dialog__choice strong { font-size: 18px; line-height: 1.2; }
.svcc-pastor-dialog__choice span { margin-top: 6px; font-size: 13px; opacity: .76; }
.svcc-pastor-dialog__choice:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(7, 56, 62, .14);
}
.svcc-pastor-dialog__choice:focus-visible,
.svcc-pastor-dialog__close:focus-visible {
  outline: 3px solid #c55745;
  outline-offset: 3px;
}
body.svcc-dialog-open { overflow: hidden; }

@media (max-width: 575px) {
  body.itemid-101 .svcc-native-hero-actions .sppb-addon-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .svcc-pastor-dialog__inner { padding: 36px 24px 24px; }
  .svcc-pastor-dialog__choices { grid-template-columns: 1fr; }
}

/* SVCC NATIVE FOOTER MODULE v1.3.0 */
#sp-bottom {
  padding: 0 !important;
  background: #07383e !important;
}
#sp-bottom > .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
#sp-bottom > .container > .container-inner { padding: 0 !important; }
#sp-bottom > .container > .container-inner > .row { margin: 0 !important; }
#sp-bottom1 { padding: 0 !important; }
.svcc-footer-module { margin: 0; }
.svcc-footer-module .svcc-footer-section > .sppb-row-container {
  width: min(calc(100% - 48px), 1180px);
  margin-inline: auto;
}
.svcc-footer-module .svcc-footer-cta {
  padding-block: 48px !important;
  background: #f3bd4d;
  color: #173539;
}
.svcc-footer-module .svcc-footer-eyebrow p {
  margin: 0 0 8px;
  color: #9b412f !important;
  font: 700 12px/1.2 "DM Sans", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.svcc-footer-module .svcc-footer-display .sppb-addon-title {
  margin: 0;
  color: #173539 !important;
  font: 400 clamp(42px, 5vw, 64px)/.98 "Newsreader", Georgia, serif !important;
}
.svcc-footer-module .svcc-footer-invitation-copy p {
  margin: 12px 0 0;
  color: rgba(23, 53, 57, .82) !important;
  font: 500 17px/1.5 "DM Sans", sans-serif;
}
.svcc-footer-module .svcc-footer-actions .sppb-addon-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px 22px;
}
.svcc-footer-module .svcc-footer-actions .sppb-btn {
  display: inline-flex;
  min-height: 52px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 999px !important;
  background: #173539 !important;
  color: #fff !important;
  box-shadow: none;
  font: 700 15px/1.2 "DM Sans", sans-serif;
  text-decoration: none;
}
.svcc-footer-module .svcc-footer-actions .sppb-btn:last-child {
  min-height: auto;
  padding: 0 0 4px;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #173539 !important;
}
.svcc-footer-module .svcc-footer-main {
  padding-block: 72px 62px !important;
  background: #07383e;
  color: rgba(255, 255, 255, .78);
}
.svcc-footer-module .svcc-footer-name .sppb-addon-title {
  max-width: 360px;
  margin: 0 0 16px;
  color: #fff !important;
  font: 400 clamp(34px, 4vw, 48px)/1 "Newsreader", Georgia, serif !important;
}
.svcc-footer-module .svcc-footer-heading .sppb-addon-title {
  margin: 4px 0 18px;
  color: #f3bd4d !important;
  font: 700 13px/1.2 "DM Sans", sans-serif !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.svcc-footer-module .svcc-footer-identity p,
.svcc-footer-module .svcc-footer-copy p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .75) !important;
  font: 400 15px/1.7 "DM Sans", sans-serif;
}
.svcc-footer-module .svcc-footer-identity .svcc-footer-motto {
  color: #fff !important;
  font-weight: 700;
}
.svcc-footer-module a { color: rgba(255, 255, 255, .86) !important; }
.svcc-footer-module a:hover { color: #f3bd4d !important; }
.svcc-footer-module .svcc-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.svcc-footer-module .svcc-footer-social a,
.svcc-footer-module .svcc-footer-contact a,
.svcc-footer-module .svcc-footer-links a {
  text-decoration: underline;
  text-decoration-color: rgba(243, 189, 77, .45);
  text-underline-offset: 4px;
}
.svcc-footer-module .svcc-footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.svcc-footer-module .svcc-footer-links li { margin: 0; }
.svcc-footer-module .svcc-footer-text-action .sppb-btn {
  min-height: auto;
  padding: 0 0 4px;
  border: 0 !important;
  border-bottom: 1px solid rgba(243, 189, 77, .55) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #fff !important;
  font: 700 14px/1.3 "DM Sans", sans-serif;
}
.svcc-footer-module a:focus-visible {
  outline: 3px solid #f3bd4d;
  outline-offset: 4px;
}
#sp-footer {
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: #052d32 !important;
}
#sp-footer .container-inner { padding-block: 22px !important; }
#sp-footer .sp-copyright { font-size: 13px; }

@media (max-width: 991px) {
  .svcc-footer-module .svcc-footer-cta .sppb-column,
  .svcc-footer-module .svcc-footer-main .sppb-column { width: 50% !important; }
  .svcc-footer-module .svcc-footer-actions-column,
  .svcc-footer-module .svcc-footer-info-column { margin-top: 34px; }
  .svcc-footer-module .svcc-footer-actions .sppb-addon-content { justify-content: flex-start; }
}
@media (max-width: 767px) {
  .svcc-footer-module .svcc-footer-section > .sppb-row-container { width: min(calc(100% - 32px), 1180px); }
  .svcc-footer-module .svcc-footer-cta .sppb-column,
  .svcc-footer-module .svcc-footer-main .sppb-column { width: 100% !important; }
  .svcc-footer-module .svcc-footer-cta { padding-block: 42px !important; }
  .svcc-footer-module .svcc-footer-main { padding-block: 58px 48px !important; }
  .svcc-footer-module .svcc-footer-actions .sppb-addon-content {
    align-items: flex-start;
    flex-direction: column;
  }
  .svcc-footer-module .svcc-footer-brand-column ~ .sppb-column { margin-top: 38px; }
  .svcc-footer-module .svcc-footer-links { grid-template-columns: 1fr 1fr; }
}

/* SVCC FOOTER AND LOCAL SEO POLISH v1.3.1 */
body.itemid-101 #sp-bottom { display: block !important; }

/* Keep the inset copyright rule; remove the duplicate full-width rule. */
#sp-footer { border-top: 0 !important; }

/* Helix emits a Font Awesome class that is not loaded on this site. */
.sp-scroll-up .fas { display: none !important; }
.sp-scroll-up::before {
  content: "↑";
  display: block;
  color: #fff;
  font: 700 24px/1 "DM Sans", sans-serif;
  transform: translateY(-1px);
}
.sp-scroll-up {
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
.sp-scroll-up[style*="display: block"] { display: flex !important; }

/* New semantic page headings added through Joomla/SP Page Builder. */
.itemid-120 .sp-page-builder .page-content > .sppb-section:first-child > .sppb-row-container > .sppb-section-title,
.itemid-123 .sp-page-builder .page-content > .sppb-section:first-child > .sppb-row-container > .sppb-section-title {
  margin: 0 auto 36px;
  text-align: center;
}
.itemid-120 .sp-page-builder .page-content > .sppb-section:first-child .sppb-title-heading,
.itemid-123 .sp-page-builder .page-content > .sppb-section:first-child .sppb-title-heading,
.itemid-121 .page-header h1 {
  color: #07383e !important;
  font: 600 clamp(42px, 6vw, 68px)/1.04 "Newsreader", Georgia, serif !important;
}
.itemid-121 .page-header {
  width: min(calc(100% - 48px), 1180px);
  margin: 52px auto 28px;
}

@media (max-width: 767px) {
  .itemid-121 .page-header { width: min(calc(100% - 32px), 1180px); }
}
