/*
Theme Name: Champion Theme Church	
Theme URI: https://www.neilbetrue.com
Description: Betrue Theme Ver 3.0.
Version: 3.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
More information: http://codex.wordpress.org/Theme_Review#Licensing
Author: Neil Betrue 
Author URI: https://neilbetrue.com
*/ :root {
  --champion-coral: #f34d61;
  --champion-orange: #ff9d2e;
  --champion-yellow: #ffc03b;
  --champion-dark: #111112;
  --champion-ink: #18181b;
  --champion-cream: #f5f0e8;
  --champion-soft: #fffaf5;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "DM Sans", sans-serif;
  color: var(--champion-ink);
  background: #fff;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, .navbar-brand {
  font-family: "Montserrat", sans-serif;
}
a {
  transition: 0.25s ease;
}
.btn {
  border-radius: 999px;
  font-weight: 800;
  padding: 0.82rem 1.55rem;
}
.btn-lg {
  padding: 1rem 1.7rem;
}
.btn-champion {
  color: #fff;
  border: 0;
  background: linear-gradient(100deg, var(--champion-orange), var(--champion-coral));
  box-shadow: 0 12px 30px rgba(243, 77, 97, 0.22);
}
.btn-champion:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(243, 77, 97, 0.32);
}
.hero {
  height: min(940px, 100vh);
  min-height: 760px;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-bottom: 90px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 22%, rgba(255, 100, 80, 0.17), transparent 32%), radial-gradient(circle at 23% 55%, rgba(255, 160, 40, 0.12), transparent 25%), linear-gradient(125deg, #08080a 0%, #111117 42%, #190d13 100%);
}
.hero-bg:after {
  content: "PLACEHOLDER WORSHIP IMAGE";
  position: absolute;
  right: 8%;
  top: 28%;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 6rem);
  line-height: 0.9;
  max-width: 540px;
  color: rgba(255, 255, 255, 0.045);
  text-align: right;
  transform: rotate(-5deg);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.18)), linear-gradient(0deg, rgba(0, 0, 0, 0.45), transparent 55%);
}
.hero-content {
  z-index: 2;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #fff;
}
.eyebrow span {
  display: inline-block;
  width: 34px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--champion-orange), var(--champion-coral));
}
.eyebrow.dark {
  color: #343438;
}
.hero h1 {
  font-size: clamp(3.6rem, 8vw, 7.4rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
  font-weight: 900;
  max-width: 1100px;
  text-align: center;
}
.hero h1 em, .display-title em, .final-cta h2 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--champion-orange), var(--champion-coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .lead {
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  max-width: 700px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}
.hero-meta small {
  display: block;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 5px;
}
.hero-meta strong {
  display: block;
  font-size: 1rem;
}
.scroll-cue {
  position: absolute;
  right: 5%;
  bottom: 65px;
  z-index: 2;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.scroll-cue:hover {
  background: #fff;
  color: #111;
}
.section-pad {
  padding: 110px 0;
}
.bg-cream {
  background: var(--champion-cream);
}
.bg-dark-champion {
  background: var(--champion-dark);
}
.display-title {
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  line-height: 0.97;
  letter-spacing: -0.05em;
  font-weight: 900;
}
.section-copy {
  font-size: 1.14rem;
  line-height: 1.85;
  color: #65656a;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--champion-ink);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid var(--champion-coral);
  padding-bottom: 5px;
}
.text-link:hover {
  gap: 15px;
  color: var(--champion-coral);
}
.image-stack {
  position: relative;
  padding: 0 35px 45px 0;
}
.photo-main {
  height: 590px;
  border-radius: 2px;
  box-shadow: 0 30px 70px rgba(25, 20, 15, 0.18);
}
.placeholder-photo {
  position: relative;
  overflow: hidden;
  background-color: #26262a;
  background-size: cover;
  background-position: center;
}
.worship-2 {
  background:
    radial-gradient(circle at 25% 35%, rgba(255, 156, 46, 0.65), transparent 15%), radial-gradient(circle at 65% 40%, rgba(243, 77, 97, 0.55), transparent 16%), linear-gradient(135deg, #201214, #3d2324 45%, #18181a);
}
.photo-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  padding: 8px 11px;
  border-radius: 8px;
}
.stat-card {
  position: absolute;
  right: -4px;
  bottom: 0;
  background: #fff;
  padding: 25px 28px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.13);
  max-width: 280px;
}
.stat-card strong {
  display: block;
  font-family: "Montserrat";
  font-size: 1.15rem;
  margin-bottom: 4px;
}
.stat-card span {
  color: #777;
}
.values-section {
  background: #111;
}
.value-card {
  min-height: 510px;
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.value-card:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.9;
}
.value-one {
  background: linear-gradient(145deg, #1e1713, #3d2018);
}
.value-two {
  background: linear-gradient(145deg, #1f1116, #561d2e);
}
.value-three {
  background: linear-gradient(145deg, #171318, #2d2030);
}
.value-number {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 5rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
}
.value-kicker {
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  font-weight: 900;
  color: #ffb04b;
}
.value-card h3 {
  font-size: 2.2rem;
  font-weight: 900;
  margin: 10px 0 14px;
}
.value-card p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
  margin: 0;
}
.journey-card {
  min-height: 225px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #171719;
  padding: 28px;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  position: relative;
}
.journey-card > i:first-child {
  font-size: 1.7rem;
  color: #ff8a4c;
  margin-bottom: 38px;
}
.journey-card span {
  color: #8f8f95;
  font-size: 0.9rem;
}
.journey-card b {
  font-family: "Montserrat";
  font-size: 1.15rem;
  margin-top: 5px;
}
.journey-card .arrow {
  position: absolute;
  right: 24px;
  bottom: 25px;
}
.journey-card:hover {
  background: #222225;
  transform: translateY(-4px);
  border-color: rgba(255, 153, 70, 0.4);
}
.min-vh-75 {
  min-height: 760px;
}
.kids-photo {
  min-height: 640px;
  background: linear-gradient(135deg, #1b2b31, #455e68 55%, #c87955);
}
.bg-sunrise {
  background: linear-gradient(135deg, #ffd25b, #ff8d4e 58%, #f34d61);
}
.p-xl-7 {
  padding: 6rem !important;
}
.kids-copy {
  max-width: 760px;
}
.kids-copy .section-copy {
  color: rgba(0, 0, 0, 0.65);
}
.kids-points > div {
  font-weight: 800;
}
.kids-points i {
  margin-right: 8px;
}
.message-feature {
  height: 620px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  color: #fff;
}
.message-photo {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 40%, rgba(255, 160, 55, 0.55), transparent 12%), radial-gradient(circle at 55% 48%, rgba(230, 55, 85, 0.35), transparent 16%), linear-gradient(120deg, #111, #4c1c29 55%, #0a0a0c);
}
.message-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 65%);
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 94px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
}
.message-copy {
  position: absolute;
  left: 45px;
  bottom: 38px;
}
.message-copy span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #ffad4e;
}
.message-copy h3 {
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  font-weight: 900;
  margin: 7px 0;
}
.message-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.spirit-section {
  background: linear-gradient(135deg, #111113, #23151c 52%, #111);
}
.spirit-photo {
  height: 560px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 173, 80, 0.65), transparent 14%), linear-gradient(145deg, #28201c, #3d232f 55%, #111);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}
.event-card {
  background: #fff;
  height: 100%;
  box-shadow: 0 18px 60px rgba(30, 25, 20, 0.07);
}
.event-img {
  height: 270px;
}
.event-one {
  background: linear-gradient(135deg, #372022, #bd5d46);
}
.event-two {
  background: linear-gradient(135deg, #17303d, #3d7b82);
}
.event-three {
  background: linear-gradient(135deg, #4f2637, #f0875a);
}
.date-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 64px;
  height: 70px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.date-badge b {
  font-family: "Montserrat";
  font-size: 1.5rem;
  line-height: 1;
}
.event-body {
  padding: 30px;
}
.event-body small {
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--champion-coral);
}
.event-body h3 {
  font-size: 1.45rem;
  font-weight: 900;
  margin: 8px 0 10px;
}
.event-body p {
  color: #707075;
  line-height: 1.65;
}
.event-body a {
  font-weight: 900;
  color: #161619;
  text-decoration: none;
}
.stories-section {
  background: #fff;
}
.story-placeholder {
  height: 500px;
  background: linear-gradient(145deg, #25252a, #4c2e35);
  display: flex;
  align-items: flex-end;
  padding: 25px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 800;
}
.story-placeholder:nth-child(2) {
  background: linear-gradient(145deg, #1c2b33, #36596b);
}
.story-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}
.pastor-photo-wrap {
  min-height: 720px;
}
.pastor-photo {
  object-fit: cover;
  object-position: center top;
}
.signature-line {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 1.2rem;
  margin: 26px 0 30px;
}
.prayer-section {
  position: relative;
  background: radial-gradient(circle at 50% 10%, #5c2431 0%, #1f1216 35%, #0d0d0e 78%);
  overflow: hidden;
}
.prayer-section:before {
  content: "";
  position: absolute;
  inset: -40%;
  background: repeating-radial-gradient(circle at center, transparent 0, transparent 68px, rgba(255, 255, 255, 0.018) 69px, transparent 70px);
}
.plan-section {
  background: #fff;
}
.plan-box {
  background: var(--champion-cream);
  padding: 70px;
}
.visit-details {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 35px;
}
.visit-details > div {
  display: flex;
  gap: 13px;
  align-items: center;
}
.visit-details i {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
.visit-details small {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.13em;
  font-weight: 900;
  color: #8a8178;
}
.visit-details strong {
  display: block;
}
.visit-card {
  background: #fff;
  padding: 35px;
  box-shadow: 0 25px 70px rgba(35, 25, 20, 0.12);
}
.visit-card h3 {
  font-weight: 900;
  font-size: 1.8rem;
}
.form-control, .form-select {
  min-height: 54px;
  border: 1px solid #dedbd5;
  border-radius: 3px;
  background: #fff;
}
.form-control:focus, .form-select:focus {
  border-color: var(--champion-coral);
  box-shadow: 0 0 0 0.2rem rgba(243, 77, 97, 0.12);
}
.final-cta {
  padding: 130px 0;
  background: linear-gradient(135deg, #111 0%, #291219 55%, #111 100%);
}
.final-cta h2 {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
}
.footer-mark {
  max-width: 260px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.site-footer {
  background: #0a0a0b;
  color: #a6a6aa;
}
.footer-logo {
  max-width: 260px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.site-footer h5 {
  color: #fff;
  font-weight: 900;
  margin-bottom: 18px;
}
.site-footer a {
  display: block;
  color: #a6a6aa;
  text-decoration: none;
  margin-bottom: 10px;
}
.site-footer a:hover {
  color: #fff;
}
.socials {
  display: flex;
  gap: 12px;
}
.socials a {
  width: 42px;
  height: 42px;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom {
  border-top: 1px solid #222;
  font-size: 0.85rem;
}
.footer-bottom div {
  display: flex;
  gap: 18px;
}
.mobile-plan-visit {
  position: fixed;
  z-index: 1050;
  left: 18px;
  right: 18px;
  bottom: 14px;
  background: linear-gradient(100deg, var(--champion-orange), var(--champion-coral));
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 900;
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .hero {
    min-height: 800px;
    padding-bottom: 75px;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 12vw, 6rem);
  }
  .section-pad {
    padding: 80px 0;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
  .plan-box {
    padding: 45px 30px;
  }
  .pastor-photo-wrap {
    min-height: auto;
  }
  .pastor-photo {
    height: auto !important;
  }
}
@media (max-width: 767.98px) {
  .hero {
    min-height: 760px;
  }
  .hero-content {
    padding-bottom: 20px;
  }
  .hero-meta {
    gap: 18px !important;
  }
  .hero-meta > div {
    width: 100%;
  }
  .photo-main {
    height: 470px;
  }
  .image-stack {
    padding-right: 0;
  }
  .stat-card {
    right: 15px;
  }
  .display-title {
    font-size: 2.8rem;
  }
  .value-card {
    min-height: 380px;
    padding: 42px 30px;
  }
  .min-vh-75 {
    min-height: auto;
  }
  .kids-photo {
    min-height: 480px;
  }
  .p-5 {
    padding: 2rem !important;
  }
  .p-xl-7 {
    padding: 2.4rem !important;
  }
  .message-feature {
    height: 500px;
  }
  .message-copy {
    left: 24px;
    right: 20px;
    bottom: 25px;
  }
  .play-btn {
    width: 74px;
    height: 74px;
  }
  .spirit-photo {
    height: 430px;
  }
  .story-placeholder {
    height: 400px;
  }
  .plan-box {
    padding: 32px 18px;
  }
  .visit-card {
    padding: 24px;
  }
  .final-cta {
    padding: 90px 0;
  }
  .site-footer {
    padding-bottom: 74px;
  }
}
/* =========================================================
   CHAMPION HOMEPAGE V2 — CINEMATIC HERO
   ========================================================= */
.hero {
  min-height: 900px;
  height: 100vh;
  max-height: 1080px;
  padding: 150px 0 70px;
  align-items: center !important;
}
.hero-bg {
  background:
    radial-gradient(circle at 50% 44%, rgba(244, 77, 96, 0.1), transparent 32%), radial-gradient(circle at 30% 25%, rgba(255, 160, 46, 0.1), transparent 26%), linear-gradient(135deg, #080809 0%, #151115 47%, #09090a 100%);
}
.hero-bg:after {
  content: "";
  top: 50%;
  left: 50%;
  right: auto;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: none;
  font-size: clamp(3rem, 8vw, 9rem);
  color: rgba(255, 255, 255, 0.028);
  letter-spacing: -0.04em;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.72) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.12));
}
.hero-content {
  z-index: 2;
  transform: translateY(25px);
}
.hero h1 {
  font-size: clamp(5rem, 12vw, 10.5rem);
  line-height: 0.78;
  letter-spacing: -0.075em;
  margin: 0;
}
.hero h1 em {
  display: inline-block;
  margin-top: 0.09em;
}
/* HERO PERIOD CLIPPING FIX */
.hero h1, .hero h1 em {
  overflow: visible !important;
}
.hero h1 {
  padding-right: 0.12em;
}
.hero h1 em {
  padding-right: 0.08em;
  margin-right: 0.02em;
}
.hero-subline {
  margin: 34px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 1.9rem);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}
.hero .lead {
  max-width: 760px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.63);
}
.hero-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.62);
}
.hero-info .dot {
  width: 4px;
  height: 4px;
  background: var(--champion-coral);
  border-radius: 50%;
}
.scroll-cue {
  right: 50%;
  transform: translateX(50%);
  bottom: 34px;
  width: 48px;
  height: 48px;
  border-color: rgba(255, 255, 255, 0.22);
}
@media (max-width: 1199.98px) {
  .hero {
    padding-top: 125px;
  }
}
@media (max-width: 767.98px) {
  .hero {
    min-height: 790px;
    height: 100svh;
    padding: 110px 0 85px;
  }
  .hero-content {
    transform: none;
  }
  .hero h1 {
    font-size: clamp(4.7rem, 22vw, 7rem);
    line-height: 0.8;
  }
  .hero-subline {
    margin-top: 28px;
    font-size: 1.15rem;
  }
  .hero .lead {
    font-size: 1rem;
    line-height: 1.7;
    padding: 0 8px;
  }
  .hero-info {
    flex-direction: column;
    gap: 8px;
  }
  .hero-info .dot {
    display: none;
  }
}
/* =========================================================
   CHAMPION HEADER — SINGLE SOURCE OF TRUTH
   ========================================================= */ :root {
  --champion-topbar-height: 44px;
  --champion-nav-bg: #111112;
}
/* TOP BAR */
.champion-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1070;
  height: var(--champion-topbar-height);
  background: #09090a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.champion-topbar .container {
  max-width: 1380px;
  height: 100%;
}
.champion-topbar-left {
  display: flex;
  align-items: center;
  gap: 17px;
  min-width: 0;
}
.champion-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}
.champion-topbar-item i {
  color: var(--champion-orange);
  font-size: 0.9rem;
}
.champion-topbar-item:hover {
  color: #fff;
}
.champion-topbar-divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.16);
  flex: 0 0 1px;
}
.champion-topbar-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.champion-topbar-socials a {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  border-radius: 50%;
  font-size: 0.92rem;
}
.champion-topbar-socials a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-1px);
}
/* MAIN NAVIGATION
   Transparent over the hero, then solid once the visitor scrolls. */
.champion-nav {
  position: fixed !important;
  top: var(--champion-topbar-height) !important;
  left: 0;
  right: 0;
  z-index: 1060 !important;
  padding: 18px 0;
  background: transparent !important;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: padding .25s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.champion-nav.scrolled {
  padding: 12px 0;
  background: rgba(17, 17, 18, .96) !important;
  border-bottom-color: rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .30);
}
.champion-nav .container {
  max-width: 1380px;
  position: relative;
  z-index: 2;
}
.champion-nav .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
}
.champion-nav .navbar-brand img {
  display: block;
  width: 245px;
  max-width: 42vw;
  height: auto;
  transition: width 0.25s ease;
}
.champion-nav.scrolled .navbar-brand img {
  width: 220px;
}
.champion-nav .navbar-collapse, .champion-nav .navbar-toggler {
  position: relative;
  z-index: 3;
}
.champion-nav .nav-link {
  font-size: 0.89rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.8) !important;
  padding: 0.7rem 0.8rem !important;
}
.champion-nav .nav-link:hover {
  color: #fff !important;
}
/* MOBILE/TABLET:
   Bootstrap hides the top bar, so the menu returns to top:0. */
@media (max-width: 1199.98px) {
  .champion-nav, .champion-nav.scrolled {
    top: 0 !important;
    padding: 12px 0;
    background: var(--champion-nav-bg) !important;
  }
  .champion-nav .navbar-brand img, .champion-nav.scrolled .navbar-brand img {
    width: 220px;
    max-width: 62vw;
  }
  #mainNav {
    margin-top: 12px;
    padding: 18px 20px 22px;
    background: #111113 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.34);
  }
  #mainNav .nav-link {
    padding: 0.8rem 0 !important;
  }
}
@media (max-width: 767.98px) {
  .champion-nav .navbar-brand img, .champion-nav.scrolled .navbar-brand img {
    width: 205px;
  }
}
/* =========================================================
   WORDPRESS MENU + BOOTSTRAP DROPDOWNS
   ========================================================= */
.champion-nav .navbar-nav {
  align-items: center;
}
/* Main dropdown */
.champion-nav .dropdown-menu {
  min-width: 220px;
  margin-top: 12px;
  padding: 10px;
  background: #171719;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
}
.champion-nav .dropdown-menu .dropdown-item {
  position: relative;
  padding: 10px 13px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}
.champion-nav .dropdown-menu .dropdown-item:hover, .champion-nav .dropdown-menu .dropdown-item:focus, .champion-nav .dropdown-menu .current-menu-item > .dropdown-item {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
/* Parent menu arrow */
.champion-nav .dropdown-toggle::after {
  margin-left: 0.42rem;
  vertical-align: 0.15em;
  opacity: 0.7;
}
/* Current menu */
.champion-nav .current-menu-item > .nav-link, .champion-nav .current-menu-ancestor > .nav-link {
  color: #fff !important;
}
/* 3rd-level submenu support */
.champion-nav .dropdown-submenu {
  position: relative;
}
.champion-nav .dropdown-submenu > .dropdown-menu {
  top: -10px;
  left: 100%;
  margin-top: 0;
  margin-left: 8px;
}
.champion-nav .dropdown-submenu > .dropdown-toggle::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
/* Desktop hover option:
   clicking still works through Bootstrap, but hover feels natural on desktop. */
@media (min-width: 1200px) {
  .champion-nav .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .champion-nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
/* Mobile dropdowns stay inside the collapsed menu */
@media (max-width: 1199.98px) {
  .champion-nav .navbar-nav {
    align-items: stretch !important;
  }
  .champion-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    margin: 4px 0 8px;
    padding: 6px 0 6px 14px;
    background: rgba(255, 255, 255, 0.035);
    border: 0;
    border-left: 2px solid rgba(255, 157, 46, 0.55);
    border-radius: 0;
    box-shadow: none;
  }
  .champion-nav .dropdown-menu .dropdown-item {
    padding: 10px 12px;
  }
  .champion-nav .dropdown-submenu > .dropdown-menu {
    margin-left: 10px;
  }
}
/* =========================================================
   CHAMPION CONTENT PAGES / BLOG / SIDEBAR / FOOTER WIDGETS
   ========================================================= */
.champion-content-area {
  background: #fff;
}
.champion-page-hero, .champion-single-hero {
  position: relative;
  padding: 210px 0 90px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 24%, rgba(243, 77, 97, 0.14), transparent 28%), radial-gradient(circle at 20% 60%, rgba(255, 157, 46, 0.12), transparent 24%), linear-gradient(135deg, #0b0b0c, #181216 54%, #0c0c0d);
}
.champion-page-hero::after, .champion-single-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent 55%);
}
.champion-page-hero .container, .champion-single-hero .container {
  z-index: 2;
}
.champion-page-hero h1, .champion-single-hero h1 {
  margin: 0;
  font-size: clamp(3.6rem, 7vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 900;
}
.champion-page-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--champion-orange), var(--champion-coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.champion-page-hero p, .champion-archive-description {
  max-width: 760px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.12rem;
  line-height: 1.8;
}
.champion-content-section {
  padding: 90px 0 120px;
  background: #fff;
}
.champion-post-grid {
  display: grid;
  gap: 34px;
}
.champion-post-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ece8e2;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(32, 26, 20, 0.07);
  transition:
    transform 0.25s ease, box-shadow 0.25s ease;
}
.champion-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 75px rgba(32, 26, 20, 0.11);
}
.champion-post-image {
  display: block;
  overflow: hidden;
  background: #171719;
}
.champion-post-image img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.champion-post-card:hover .champion-post-image img {
  transform: scale(1.025);
}
.champion-post-image-placeholder {
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.22);
  font-size: 4rem;
  background:
    radial-gradient(circle at 30% 35%, rgba(255, 157, 46, 0.25), transparent 25%), linear-gradient(135deg, #161617, #3a2028);
}
.champion-post-card-body {
  padding: 34px 36px 38px;
}
.champion-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  color: #8a8580;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.champion-post-meta a {
  color: inherit;
  text-decoration: none;
}
.meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--champion-coral);
}
.champion-post-card h2 {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.champion-post-card h2 a {
  color: var(--champion-ink);
  text-decoration: none;
}
.champion-post-excerpt {
  color: #68686d;
  font-size: 1.03rem;
  line-height: 1.75;
}
.champion-post-excerpt p {
  margin-bottom: 0;
}
.champion-read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--champion-ink);
  text-decoration: none;
  font-weight: 900;
}
.champion-read-more:hover {
  gap: 14px;
  color: var(--champion-coral);
}
.champion-pagination {
  margin-top: 48px;
}
.champion-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.champion-pagination .page-numbers {
  min-width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #e8e3dc;
  border-radius: 999px;
  color: #252529;
  text-decoration: none;
  font-weight: 800;
}
.champion-pagination .page-numbers.current, .champion-pagination .page-numbers:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(100deg, var(--champion-orange), var(--champion-coral));
}
/* SIDEBAR */
.champion-sidebar {
  position: sticky;
  top: 155px;
}
.champion-widget {
  margin-bottom: 24px;
  padding: 28px;
  background: #fff;
  border: 1px solid #ece8e2;
  border-radius: 18px;
  box-shadow: 0 16px 50px rgba(31, 25, 20, 0.06);
}
.champion-widget-title {
  margin: 0 0 18px;
  font-size: 1.35rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 900;
}
.champion-widget-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--champion-coral);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.champion-widget p {
  color: #6d6b70;
  line-height: 1.7;
}
.champion-widget-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  background: linear-gradient(100deg, var(--champion-orange), var(--champion-coral));
}
.champion-widget-welcome {
  background: var(--champion-cream);
}
.champion-widget-dark {
  color: #fff;
  border-color: #232326;
  background:
    radial-gradient(circle at 100% 0, rgba(243, 77, 97, 0.18), transparent 35%), #111112;
}
.champion-widget-dark .champion-widget-title {
  color: #fff;
}
.champion-widget-dark p {
  color: rgba(255, 255, 255, 0.6);
}
.champion-widget-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
.champion-recent-list {
  display: grid;
}
.champion-recent-list > a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  color: #222226;
  text-decoration: none;
  border-bottom: 1px solid #eee9e3;
}
.champion-recent-list > a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.champion-recent-list strong {
  display: block;
  line-height: 1.3;
  font-size: 0.92rem;
}
.champion-recent-list small {
  display: block;
  margin-top: 4px;
  color: #999398;
}
.champion-recent-arrow {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--champion-coral);
  background: #fff5f1;
}
/* WordPress widgets */
.champion-widget ul, .champion-footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.champion-widget li {
  padding: 10px 0;
  border-bottom: 1px solid #eee9e3;
}
.champion-widget li:last-child {
  border-bottom: 0;
}
.champion-widget a {
  color: #343438;
  text-decoration: none;
}
.champion-widget a:hover {
  color: var(--champion-coral);
}
/* SEARCH */
.champion-search-wrap {
  position: relative;
}
.champion-search-wrap .form-control {
  min-height: 52px;
  padding-right: 54px;
  border-radius: 999px;
}
.champion-search-wrap button {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(100deg, var(--champion-orange), var(--champion-coral));
}
/* SINGLE */
.champion-single-hero {
  padding-bottom: 110px;
}
.champion-single-hero h1 {
  max-width: 1050px;
  margin: 15px auto 0;
}
.champion-single-author {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.champion-single-author img {
  border-radius: 50%;
}
.champion-single-author span {
  text-align: left;
}
.champion-single-author small, .champion-single-author strong {
  display: block;
}
.champion-single-author small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.champion-single-author strong {
  color: #fff;
}
.champion-featured-wrap {
  position: relative;
  z-index: 3;
  margin-top: -58px;
}
.champion-featured-image {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}
.champion-featured-image img {
  max-height: 700px;
  object-fit: cover;
}
.champion-single-content-section {
  padding-top: 75px;
}
.champion-article {
  max-width: 100%;
}
.champion-article-content {
  color: #3f3f44;
  font-size: 1.11rem;
  line-height: 1.9;
}
.champion-article-content > p:first-child {
  font-size: 1.24rem;
  color: #29292d;
}
.champion-article-content h2, .champion-article-content h3, .champion-article-content h4 {
  margin-top: 2.1em;
  margin-bottom: 0.7em;
  color: #17171a;
  font-weight: 900;
  letter-spacing: -0.035em;
}
.champion-article-content h2 {
  font-size: 2.1rem;
}
.champion-article-content h3 {
  font-size: 1.65rem;
}
.champion-article-content blockquote {
  margin: 38px 0;
  padding: 28px 32px;
  border-left: 4px solid var(--champion-coral);
  background: var(--champion-cream);
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.55;
}
.champion-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.champion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee9e3;
}
.champion-tags > span {
  margin-right: 4px;
  font-weight: 900;
}
.champion-tags a {
  padding: 7px 11px;
  color: #454549;
  text-decoration: none;
  border-radius: 999px;
  background: #f5f0e8;
  font-size: 0.8rem;
  font-weight: 800;
}
.champion-post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 42px;
}
.champion-post-navigation > div:last-child {
  text-align: right;
}
.champion-post-navigation a {
  color: #252529;
  text-decoration: none;
  font-weight: 900;
}
/* REGULAR PAGE */
.champion-page-featured {
  overflow: hidden;
  margin-bottom: 38px;
  border-radius: 20px;
  box-shadow: 0 24px 65px rgba(31, 25, 20, 0.1);
}
/* EMPTY */
.champion-empty-state {
  padding: 70px 35px;
  text-align: center;
  border-radius: 18px;
  background: var(--champion-cream);
}
.champion-empty-state i {
  color: var(--champion-coral);
  font-size: 3rem;
}
.champion-empty-state h2 {
  margin-top: 15px;
  font-weight: 900;
}
/* FOOTER WIDGETS */
.champion-footer-cta {
  padding: 54px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(243, 77, 97, 0.16), transparent 30%), #111112;
  border-bottom: 1px solid #242426;
}
.champion-footer-kicker {
  display: block;
  margin-bottom: 9px;
  color: #ff9d2e;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.champion-footer-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 900;
}
.champion-footer-widgets {
  min-height: 300px;
}
.champion-footer-widget {
  color: #aaa;
}
.champion-footer-widget-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
}
.champion-footer-widget p {
  line-height: 1.7;
}
.champion-footer-widget li {
  margin-bottom: 9px;
}
.champion-footer-widget a {
  display: inline-block;
  color: #aaa;
  text-decoration: none;
  margin: 0;
}
.champion-footer-widget a:hover {
  color: #fff;
}
.champion-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.champion-footer-socials a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #303034;
  border-radius: 50%;
}
/* Responsive */
@media (max-width: 1199.98px) {
  .champion-sidebar {
    top: 100px;
  }
}
@media (max-width: 991.98px) {
  .champion-page-hero, .champion-single-hero {
    padding: 150px 0 70px;
  }
  .champion-content-section {
    padding: 70px 0 90px;
  }
  .champion-sidebar {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .champion-page-hero h1, .champion-single-hero h1 {
    font-size: 3.25rem;
  }
  .champion-post-image img {
    height: 260px;
  }
  .champion-post-card-body {
    padding: 26px 24px 30px;
  }
  .champion-post-navigation {
    grid-template-columns: 1fr;
  }
  .champion-post-navigation > div:last-child {
    text-align: left;
  }
  .champion-featured-wrap {
    margin-top: -30px;
  }
  .champion-footer-cta {
    padding: 42px 0;
  }
}
/* =========================================================
   CHAMPION DESKTOP DROPDOWN STABILITY FIX
   Keeps dropdown open while cursor moves from parent to menu.
   ========================================================= */
@media (min-width: 1200px) {
  .champion-nav .navbar-nav > .dropdown {
    position: relative;
  }
  /*
   * Invisible hover bridge between the parent nav item and dropdown.
   * This fixes the menu closing while moving the mouse downward.
   */
  .champion-nav .navbar-nav > .dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 18px;
    background: transparent;
    pointer-events: auto;
  }
  .champion-nav .navbar-nav > .dropdown > .dropdown-menu {
    top: 100%;
    margin-top: 8px !important;
  }
  /*
   * Keep menu open while hovering either the parent OR the dropdown itself.
   */
  .champion-nav .navbar-nav > .dropdown:hover > .dropdown-menu, .champion-nav .navbar-nav > .dropdown:focus-within > .dropdown-menu, .champion-nav .navbar-nav > .dropdown > .dropdown-menu:hover {
    display: block;
  }
  /*
   * Same protection for nested dropdowns.
   */
  .champion-nav .dropdown-submenu {
    position: relative;
  }
  .champion-nav .dropdown-submenu::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 14px;
    background: transparent;
    pointer-events: auto;
  }
  .champion-nav .dropdown-submenu > .dropdown-menu {
    margin-left: 6px !important;
  }
  .champion-nav .dropdown-submenu:hover > .dropdown-menu, .champion-nav .dropdown-submenu:focus-within > .dropdown-menu, .champion-nav .dropdown-submenu > .dropdown-menu:hover {
    display: block;
  }
  /*
   * Prevent Bootstrap's dropdown from visually disappearing during
   * the tiny mouse transition between trigger and menu.
   */
  .champion-nav .dropdown-menu.show {
    display: block !important;
  }
}
/* =========================================================
   CHAMPION TEMPLATE PAGES
   Contact • Pastors • Leaders • Errors
   ========================================================= */
.champion-template-page {
  background: #fff;
}
.champion-template-hero {
  position: relative;
  overflow: hidden;
  padding: 220px 0 105px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 18%, rgba(243, 77, 97, 0.16), transparent 29%), radial-gradient(circle at 16% 70%, rgba(255, 157, 46, 0.13), transparent 24%), linear-gradient(135deg, #09090a, #181216 52%, #0c0c0d);
}
.champion-template-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.24), transparent 60%);
}
.champion-template-hero .container {
  z-index: 2;
}
.champion-template-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4rem, 8vw, 7.4rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
  font-weight: 900;
}
.champion-template-hero h1 em, .champion-template-title em, .champion-error-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--champion-orange), var(--champion-coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.champion-template-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 1.12rem;
  line-height: 1.8;
}
.champion-template-section {
  padding: 100px 0 120px;
}
.champion-section-kicker {
  margin-bottom: 9px;
  color: var(--champion-coral);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.champion-contact-card {
  padding: 42px;
  border: 1px solid #ebe7e1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(30, 24, 20, 0.08);
}
.champion-contact-card h2 {
  margin: 0 0 30px;
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 900;
}
.champion-contact-form label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.82rem;
  font-weight: 800;
}
.champion-contact-form .form-control, .champion-contact-form .form-select {
  border-radius: 10px;
  border-color: #dfdcd7;
}
.champion-contact-form textarea.form-control {
  min-height: 150px;
}
.champion-form-note {
  margin: 18px 0 0;
  color: #969196;
  font-size: 0.77rem;
}
.champion-contact-info-panel {
  display: grid;
  gap: 18px;
}
.champion-contact-info-card {
  padding: 30px;
  border-radius: 18px;
  background: var(--champion-cream);
}
.champion-contact-info-card:nth-child(2) {
  color: #fff;
  background: #111112;
}
.champion-contact-info-card:nth-child(2) p {
  color: rgba(255, 255, 255, 0.57);
}
.champion-contact-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(100deg, var(--champion-orange), var(--champion-coral));
}
.champion-contact-info-card > span {
  display: block;
  color: #8a8580;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.champion-contact-info-card h3 {
  margin: 8px 0 12px;
  font-size: 1.3rem;
  line-height: 1.35;
  font-weight: 900;
}
.champion-contact-info-card a {
  color: inherit;
  text-decoration: none;
  font-weight: 800;
}
.champion-map-section {
  padding: 0 0 110px;
}
.champion-map-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 48px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffcf59, #ff974e 56%, #f34d61);
}
.champion-map-card h2 {
  margin: 5px 0 8px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}
/* PASTORS */
.champion-pastor-feature {
  padding: 100px 0;
  background: var(--champion-cream);
}
.champion-pastor-feature-card {
  overflow: hidden;
  border-radius: 22px;
  background: #111112;
  box-shadow: 0 28px 80px rgba(25, 20, 18, 0.16);
}
.champion-pastor-feature-image {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  object-position: center top;
}
.champion-pastor-feature-copy {
  padding: 65px;
  color: #fff;
}
.champion-pastor-feature-copy h2 {
  margin: 8px 0 22px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 900;
}
.champion-pastor-feature-copy p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.8;
  font-size: 1.05rem;
}
.champion-leaders-section {
  padding: 110px 0;
}
.champion-template-title {
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 900;
}
.champion-template-copy {
  color: #747278;
  line-height: 1.8;
}
.champion-leader-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e9e6e1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(30, 25, 20, 0.06);
}
.champion-leader-photo {
  height: 390px;
  overflow: hidden;
  background: #18181a;
}
.champion-leader-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.champion-leader-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.18);
  font-size: 5rem;
}
.champion-leader-body {
  padding: 28px;
}
.champion-leader-body > span {
  display: block;
  margin-bottom: 7px;
  color: var(--champion-coral);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.champion-leader-body h3 {
  margin: 0 0 10px;
  font-size: 1.55rem;
  font-weight: 900;
}
.champion-leader-bio {
  color: #727078;
  line-height: 1.65;
}
.champion-leader-socials {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.champion-leader-socials a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #202024;
  text-decoration: none;
  background: #f4f0eb;
}
.champion-leader-socials a:hover {
  color: #fff;
  background: var(--champion-coral);
}
.champion-leader-empty {
  padding: 70px 30px;
  text-align: center;
  border-radius: 20px;
  background: var(--champion-cream);
}
.champion-leader-empty i {
  color: var(--champion-coral);
  font-size: 3.2rem;
}
.champion-leadership-cta {
  padding: 100px 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0, rgba(243, 77, 97, 0.21), transparent 35%), #111112;
}
.champion-leadership-cta h2 {
  margin: 8px auto 28px;
  max-width: 900px;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 900;
}
/* ERROR PAGES */
.champion-error-page {
  min-height: 75vh;
  background: #0b0b0c;
}
.champion-error-hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 210px 0 100px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 15%, rgba(243, 77, 97, 0.16), transparent 32%), linear-gradient(135deg, #0a0a0b, #181216 54%, #0a0a0b);
}
.champion-error-code {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  z-index: 0;
  color: rgba(255, 255, 255, 0.028);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12rem, 30vw, 28rem);
  line-height: 1;
  font-weight: 900;
}
.champion-error-hero .container {
  z-index: 2;
}
.champion-error-hero h1 {
  margin: 8px 0 20px;
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
  font-weight: 900;
}
.champion-error-hero p {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1.08rem;
  line-height: 1.75;
}
.champion-error-links {
  padding: 55px 0 90px;
  background: #0b0b0c;
}
.champion-error-links a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px;
  border: 1px solid #252529;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  background: #151517;
}
.champion-error-links a:hover {
  transform: translateY(-2px);
  border-color: #4a2c31;
}
.champion-error-links i {
  color: var(--champion-orange);
  font-size: 1.4rem;
}
.champion-error-links span {
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .champion-template-hero {
    padding: 160px 0 75px;
  }
  .champion-pastor-feature-image {
    min-height: auto;
    height: auto;
  }
  .champion-pastor-feature-copy {
    padding: 45px;
  }
}
@media (max-width: 767.98px) {
  .champion-template-hero {
    padding: 135px 0 65px;
  }
  .champion-template-hero h1 {
    font-size: 3.7rem;
  }
  .champion-template-section, .champion-leaders-section {
    padding: 75px 0;
  }
  .champion-contact-card {
    padding: 28px 22px;
  }
  .champion-map-card {
    display: block;
    padding: 32px 24px;
  }
  .champion-map-card .btn {
    margin-top: 18px;
  }
  .champion-pastor-feature {
    padding: 70px 0;
  }
  .champion-pastor-feature-copy {
    padding: 34px 25px;
  }
  .champion-leader-photo {
    height: 340px;
  }
  .champion-error-hero {
    min-height: 620px;
    padding: 150px 0 75px;
  }
  .champion-error-hero h1 {
    font-size: 3.7rem;
  }
}
/* =========================================================
   CHAMPION — WHAT WE BELIEVE TEMPLATE
   ========================================================= */
.champion-beliefs-page {
  background: #fff;
}
.champion-beliefs-hero {
  position: relative;
  overflow: hidden;
  padding: 220px 0 110px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(243, 77, 97, 0.17), transparent 29%), radial-gradient(circle at 16% 70%, rgba(255, 157, 46, 0.12), transparent 24%), linear-gradient(135deg, #09090a, #1b1217 55%, #0b0b0c);
}
.champion-beliefs-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.24), transparent 60%);
}
.champion-beliefs-hero .container {
  z-index: 2;
}
.champion-beliefs-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
  font-weight: 900;
}
.champion-beliefs-hero h1 em, .champion-beliefs-title em, .champion-beliefs-spirit h2 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--champion-orange), var(--champion-coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.champion-beliefs-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.12rem;
  line-height: 1.8;
}
.champion-beliefs-intro {
  padding: 100px 0;
  background: var(--champion-cream);
}
.champion-beliefs-intro-card {
  position: relative;
  padding: 45px;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(30, 24, 20, 0.07);
}
.champion-beliefs-number {
  position: absolute;
  right: 24px;
  top: 8px;
  color: #f3eee7;
  font-family: "Montserrat";
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
}
.champion-beliefs-intro-card h2 {
  position: relative;
  margin: 8px 0 18px;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 900;
}
.champion-beliefs-intro-card p {
  position: relative;
  margin: 0;
  color: #6f6b70;
  font-size: 1.05rem;
  line-height: 1.8;
}
.champion-beliefs-verse {
  padding: 38px;
  color: #fff;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(243, 77, 97, 0.18), transparent 36%), #111112;
}
.champion-beliefs-verse i {
  color: var(--champion-orange);
  font-size: 2rem;
}
.champion-beliefs-verse p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Montserrat";
  font-size: 1.5rem;
  line-height: 1.55;
  font-weight: 700;
}
.champion-beliefs-list {
  padding: 110px 0 120px;
}
.champion-beliefs-title {
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 900;
}
.champion-beliefs-copy {
  color: #747278;
  line-height: 1.8;
}
.champion-belief-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.champion-belief-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 38px;
  overflow: hidden;
  border: 1px solid #e9e5df;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(30, 25, 20, 0.05);
}
.champion-belief-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 65px rgba(30, 25, 20, 0.08);
}
.champion-belief-index {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #f4eee8;
  font-family: "Montserrat";
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
}
.champion-belief-icon {
  position: relative;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.3rem;
  background: linear-gradient(100deg, var(--champion-orange), var(--champion-coral));
}
.champion-belief-card h3 {
  position: relative;
  margin: 8px 0 14px;
  font-size: 2rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.champion-belief-card p {
  position: relative;
  color: #6f6d73;
  line-height: 1.8;
  font-size: 1rem;
}
.champion-scriptures {
  position: relative;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #eee9e3;
  color: #938d87;
  font-size: 0.82rem;
  line-height: 1.6;
  font-weight: 700;
}
.champion-belief-featured {
  grid-column: 1/-1;
  min-height: auto;
  color: #fff;
  border-color: #19191b;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 157, 46, 0.2), transparent 27%), radial-gradient(circle at 20% 70%, rgba(243, 77, 97, 0.18), transparent 25%), #111112;
}
.champion-belief-featured .champion-belief-index {
  color: rgba(255, 255, 255, 0.05);
}
.champion-belief-featured h3 {
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
}
.champion-belief-featured p {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.68);
}
.champion-belief-featured .champion-scriptures {
  color: rgba(255, 255, 255, 0.48);
  border-top-color: rgba(255, 255, 255, 0.09);
}
.champion-beliefs-spirit {
  padding: 110px 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 30%, rgba(243, 77, 97, 0.17), transparent 30%), #111112;
}
.champion-beliefs-spirit h2 {
  margin: 8px 0 20px;
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-weight: 900;
}
.champion-beliefs-spirit p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.06rem;
  line-height: 1.8;
}
.champion-beliefs-spirit-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.champion-beliefs-spirit-card div {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: #18181a;
}
.champion-beliefs-spirit-card i {
  color: var(--champion-orange);
  font-size: 1.7rem;
}
.champion-beliefs-spirit-card span {
  font-family: "Montserrat";
  font-weight: 800;
}
.champion-beliefs-visit {
  padding: 100px 0;
}
.champion-beliefs-visit-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 55px;
  border-radius: 22px;
  background: var(--champion-cream);
}
.champion-beliefs-visit-card h2 {
  margin: 8px 0 18px;
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 900;
}
.champion-beliefs-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: #6f6d73;
  font-weight: 700;
}
.champion-beliefs-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.champion-beliefs-meta i {
  color: var(--champion-coral);
}
@media (max-width: 991.98px) {
  .champion-beliefs-hero {
    padding: 160px 0 75px;
  }
  .champion-belief-grid {
    grid-template-columns: 1fr;
  }
  .champion-belief-featured {
    grid-column: auto;
  }
  .champion-beliefs-visit-card {
    display: block;
  }
  .champion-beliefs-visit-card .btn {
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .champion-beliefs-hero {
    padding: 135px 0 65px;
  }
  .champion-beliefs-hero h1 {
    font-size: 3.65rem;
  }
  .champion-beliefs-intro, .champion-beliefs-list, .champion-beliefs-spirit, .champion-beliefs-visit {
    padding: 75px 0;
  }
  .champion-beliefs-intro-card, .champion-belief-card, .champion-beliefs-visit-card {
    padding: 28px 24px;
  }
  .champion-belief-card {
    min-height: auto;
  }
  .champion-beliefs-spirit-card {
    grid-template-columns: 1fr 1fr;
  }
  .champion-beliefs-meta {
    display: grid;
    gap: 10px;
  }
}
/* =========================================================
   CHAMPION EVENTS
   Theme-native MyChurch Cloud calendar + event sections
   ========================================================= */
.ce-events-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  color: var(--champion-ink, #18181b);
}
.ce-calendar-shell {
  overflow: hidden;
  border: 1px solid #e7e2dc;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(32, 26, 20, 0.08);
}
.ce-calendar-top {
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  align-items: center;
  gap: 18px;
  padding: 30px 32px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 0, rgba(255, 255, 255, 0.12), transparent 30%), linear-gradient(120deg, var(--ce-secondary), var(--ce-primary));
}
.ce-calendar-heading {
  text-align: center;
}
.ce-calendar-heading > span, .ce-kicker {
  display: block;
  color: var(--ce-primary);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.ce-calendar-heading > span {
  color: rgba(255, 255, 255, 0.78);
}
.ce-calendar-heading h2 {
  margin: 4px 0 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.ce-month-nav {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}
.ce-month-nav:hover {
  color: var(--ce-dark);
  background: #fff;
}
.ce-weekdays, .ce-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.ce-weekdays {
  border-bottom: 1px solid #e7e2dc;
  background: #faf8f5;
}
.ce-weekdays > div {
  padding: 14px 5px;
  text-align: center;
  color: #817c78;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ce-weekday-short {
  display: none;
}
.ce-day {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  min-width: 0;
  min-height: 132px;
  padding: 12px;
  border: 0;
  border-right: 1px solid #e9e5df;
  border-bottom: 1px solid #e9e5df;
  border-radius: 0;
  background: #fff;
  text-align: left;
  color: #252529;
  cursor: pointer;
  transition: background 0.18s ease;
}
.ce-day:nth-child(7n) {
  border-right: 0;
}
.ce-day:hover {
  background: #fff8f4;
}
.ce-day.is-empty {
  background: #fbfaf8;
  cursor: default;
}
.ce-day.is-selected {
  z-index: 2;
  background: #fff5f1;
  box-shadow: inset 0 0 0 2px var(--ce-primary);
}
.ce-day-number {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.93rem;
  font-weight: 900;
}
.ce-day.is-today .ce-day-number {
  color: #fff;
  background: linear-gradient(100deg, var(--ce-secondary), var(--ce-primary));
}
.ce-day.is-selected:not(.is-today) .ce-day-number {
  color: #fff;
  background: var(--ce-dark);
}
.ce-event-count {
  position: absolute;
  top: 15px;
  right: 12px;
  min-width: 27px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--ce-primary);
  font-size: 0.69rem;
  font-weight: 900;
}
.ce-event-titles {
  display: block;
}
.ce-event-titles span {
  display: block;
  margin-top: 8px;
  padding: 6px 8px;
  overflow: hidden;
  border-left: 3px solid var(--ce-primary);
  border-radius: 0 7px 7px 0;
  color: #63333a;
  background: #fff1ee;
  font-size: 0.73rem;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ce-event-dots {
  display: none;
}
.ce-calendar-list-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 48px 0 20px;
}
.ce-calendar-list-heading h3 {
  margin: 5px 0 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 900;
}
/* List intro */
.ce-list-intro {
  margin-bottom: 50px;
}
.ce-list-intro h2 {
  margin: 7px 0 14px;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 900;
}
.ce-list-intro p {
  max-width: 720px;
  margin: 0;
  color: #77737a;
  font-size: 1.08rem;
  line-height: 1.75;
}
/* Large next-section event rows */
.ce-event-sections {
  display: grid;
  gap: 28px;
}
.ce-event-section {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  min-height: 480px;
  overflow: hidden;
  border: 1px solid #e9e5df;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(32, 26, 20, 0.07);
}
.ce-event-section.is-hidden, .ce-event-section[hidden] {
  display: none !important;
}
.ce-event-section.is-reversed .ce-event-media {
  order: 2;
}
.ce-event-section.is-reversed .ce-event-content {
  order: 1;
}
.ce-event-media {
  position: relative;
  min-height: 420px;
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 157, 46, 0.38), transparent 20%), linear-gradient(135deg, #25181a, #5a2934);
}
.ce-event-media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.ce-event-section:hover .ce-event-media img {
  transform: scale(1.025);
}
.ce-event-media-fallback {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.25);
  font-size: 5rem;
}
.ce-date-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 82px;
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--ce-secondary), var(--ce-primary));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}
.ce-date-badge span {
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.ce-date-badge strong {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.ce-event-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}
.ce-event-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}
.ce-event-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 5px 11px;
  border-radius: 999px;
  color: var(--ce-primary);
  background: #fff0ed;
  font-size: 0.69rem;
  font-weight: 900;
}
.ce-event-badges span.is-gold {
  color: #8f5610;
  background: #fff4d8;
}
.ce-event-content h3 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 900;
}
.ce-event-content h3 a {
  color: #18181b;
  text-decoration: none;
}
.ce-event-content h3 a:hover {
  color: var(--ce-primary);
}
.ce-event-meta {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: #77737a;
  font-size: 0.88rem;
  font-weight: 700;
}
.ce-event-meta span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.ce-event-meta i {
  margin-top: 1px;
  color: var(--ce-primary);
}
.ce-event-content p {
  margin: 0 0 24px;
  color: #6c696f;
  font-size: 1rem;
  line-height: 1.78;
}
.ce-event-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: #18181b;
  text-decoration: none;
  font-weight: 900;
  border-bottom: 2px solid var(--ce-primary);
  padding-bottom: 4px;
}
.ce-event-link:hover {
  gap: 15px;
  color: var(--ce-primary);
}
/* Buttons */
.ce-primary-button, .ce-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
}
.ce-primary-button {
  border: 0;
  color: #fff;
  background: linear-gradient(100deg, var(--ce-secondary), var(--ce-primary));
  box-shadow: 0 10px 28px color-mix(in srgb, var(--ce-primary) 26%, transparent);
}
.ce-primary-button:hover {
  color: #fff;
  transform: translateY(-1px);
}
.ce-outline-button {
  border: 1px solid #ddd7d0;
  color: #2d2d31;
  background: #fff;
}
button.ce-outline-button {
  cursor: pointer;
}
.ce-outline-button:hover {
  color: #fff;
  border-color: var(--ce-dark);
  background: var(--ce-dark);
}
/* Event detail */
.ce-event-detail {
  overflow: hidden;
  border: 1px solid #e9e5df;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 25px 80px rgba(32, 26, 20, 0.09);
}
.ce-detail-image {
  height: 560px;
  overflow: hidden;
}
.ce-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce-detail-content {
  padding: 55px;
}
.ce-detail-content h1 {
  max-width: 1000px;
  margin: 12px 0 30px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 900;
}
.ce-detail-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 38px;
}
.ce-detail-info > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 14px;
  background: var(--ce-soft);
}
.ce-detail-info i {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(100deg, var(--ce-secondary), var(--ce-primary));
}
.ce-detail-info small, .ce-detail-info strong {
  display: block;
}
.ce-detail-info small {
  margin-bottom: 3px;
  color: #8a8178;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.ce-detail-info strong {
  color: #27272b;
}
.ce-event-description {
  max-width: 900px;
  color: #55545a;
  font-size: 1.08rem;
  line-height: 1.9;
}
.ce-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.ce-empty {
  padding: 38px;
  text-align: center;
  border: 1px dashed #ddd7d0;
  border-radius: 18px;
  color: #747178;
  background: #faf8f5;
}
.ce-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.ce-error i {
  color: var(--ce-primary);
  font-size: 2rem;
}
.ce-error strong {
  color: #27272b;
  font-size: 1.2rem;
}
/* Dedicated Events page template */
.champion-events-page {
  background: #fff;
}
.champion-events-page-hero {
  position: relative;
  overflow: hidden;
  padding: 220px 0 105px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--ce-primary) 20%, transparent), transparent 30%), radial-gradient(circle at 18% 70%, color-mix(in srgb, var(--ce-secondary) 14%, transparent), transparent 25%), linear-gradient(135deg, #09090a, #1a1216 55%, #0b0b0c);
}
.champion-events-page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4rem, 8vw, 7.4rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
  font-weight: 900;
}
.champion-events-page-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--ce-secondary), var(--ce-primary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.champion-events-page-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 1.1rem;
  line-height: 1.8;
}
.champion-events-page-content {
  padding: 95px 0 120px;
}
@media (max-width: 991.98px) {
  .ce-event-section, .ce-event-section.is-reversed {
    grid-template-columns: 1fr;
  }
  .ce-event-section.is-reversed .ce-event-media, .ce-event-section.is-reversed .ce-event-content {
    order: initial;
  }
  .ce-event-media, .ce-event-media img, .ce-event-media-fallback {
    min-height: 400px;
  }
  .champion-events-page-hero {
    padding: 160px 0 75px;
  }
}
@media (max-width: 767.98px) {
  .ce-calendar-top {
    grid-template-columns: 42px 1fr 42px;
    gap: 8px;
    padding: 18px 12px;
  }
  .ce-month-nav {
    width: 40px;
    height: 40px;
  }
  .ce-calendar-heading h2 {
    font-size: 1.45rem;
  }
  .ce-weekday-full {
    display: none;
  }
  .ce-weekday-short {
    display: inline;
  }
  .ce-weekdays > div {
    padding: 10px 0;
    font-size: 0.66rem;
  }
  .ce-day {
    min-height: 59px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 2px 4px;
    text-align: center;
  }
  .ce-day.is-empty {
    min-height: 59px;
  }
  .ce-day-number {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }
  .ce-event-count, .ce-event-titles {
    display: none;
  }
  .ce-event-dots {
    height: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-top: 2px;
  }
  .ce-event-dots i {
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: var(--ce-primary);
  }
  .ce-calendar-list-heading {
    margin-top: 30px;
    align-items: center;
  }
  .ce-calendar-list-heading h3 {
    font-size: 1.55rem;
  }
  .ce-event-section {
    min-height: auto;
    border-radius: 18px;
  }
  .ce-event-media, .ce-event-media img, .ce-event-media-fallback {
    min-height: 280px;
    height: 280px;
  }
  .ce-date-badge {
    top: 16px;
    left: 16px;
    width: 70px;
    height: 80px;
    border-radius: 15px;
  }
  .ce-date-badge strong {
    font-size: 1.85rem;
  }
  .ce-event-content {
    padding: 30px 24px 34px;
  }
  .ce-event-content h3 {
    font-size: 2.25rem;
  }
  .ce-list-intro h2 {
    font-size: 3.25rem;
  }
  .ce-detail-image {
    height: 300px;
  }
  .ce-detail-content {
    padding: 30px 24px;
  }
  .ce-detail-content h1 {
    font-size: 3.2rem;
  }
  .ce-detail-info {
    grid-template-columns: 1fr;
  }
  .champion-events-page-hero {
    padding: 135px 0 65px;
  }
  .champion-events-page-hero h1 {
    font-size: 3.7rem;
  }
  .champion-events-page-content {
    padding: 70px 0 90px;
  }
}
/* =========================================================
   CHAMPION LIVESTREAM
   ========================================================= */
.champion-live-page {
  background: #fff;
}
.champion-live-hero {
  position: relative;
  overflow: hidden;
  padding: 220px 0 105px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(243, 77, 97, 0.18), transparent 30%), radial-gradient(circle at 18% 68%, rgba(255, 157, 46, 0.13), transparent 25%), linear-gradient(135deg, #09090a, #1a1116 55%, #0a0a0b);
}
.champion-live-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
  font-weight: 900;
}
.champion-live-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--champion-orange), var(--champion-coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.champion-live-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.1rem;
  line-height: 1.8;
}
.champion-live-main {
  padding: 90px 0 110px;
}
.champion-live-status {
  width: max-content;
  margin-bottom: 18px;
  color: #6e6b70;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.champion-live-status.is-live {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d32f3f;
}
.champion-live-dot {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #e51f35;
  box-shadow: 0 0 0 6px rgba(229, 31, 53, 0.12);
  animation: championLivePulse 1.6s infinite;
}
@keyframes championLivePulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(229, 31, 53, 0.1);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(229, 31, 53, 0.02);
  }
}
.champion-live-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.64fr);
  gap: 28px;
  align-items: start;
}
.champion-live-player-wrap {
  min-width: 0;
}
.champion-live-player {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: #09090a;
  box-shadow: 0 28px 80px rgba(20, 18, 18, 0.18);
  aspect-ratio: 16/9;
}
.champion-live-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.champion-live-empty-player {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 20%, rgba(243, 77, 97, 0.18), transparent 30%), #111112;
}
.champion-live-empty-player i {
  color: #ff2738;
  font-size: 4rem;
}
.champion-live-empty-player h2 {
  margin: 16px 0 8px;
  font-size: 2.2rem;
  font-weight: 900;
}
.champion-live-empty-player p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.6);
}
.champion-live-sidebar {
  display: grid;
  gap: 20px;
}
.champion-live-card {
  padding: 30px;
  border: 1px solid #ebe7e1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(30, 25, 20, 0.055);
}
.champion-live-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--champion-coral);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.champion-live-card h2 {
  margin: 0 0 12px;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.champion-live-card p, .champion-live-copy {
  color: #706d74;
  line-height: 1.7;
}
.champion-live-now-card {
  color: #fff;
  border-color: #1b1b1d;
  background:
    radial-gradient(circle at 95% 0, rgba(243, 77, 97, 0.19), transparent 35%), #111112;
}
.champion-live-now-card h2 {
  color: #fff;
}
.champion-live-now-card .champion-live-copy {
  color: rgba(255, 255, 255, 0.62);
}
.champion-countdown-card {
  background: var(--champion-cream);
}
.champion-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin: 22px 0;
}
.champion-countdown > div {
  padding: 14px 5px;
  text-align: center;
  border-radius: 12px;
  background: #fff;
}
.champion-countdown strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 900;
}
.champion-countdown span {
  display: block;
  margin-top: 5px;
  color: #8c888d;
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
}
.champion-next-time {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0 !important;
  font-size: 0.86rem;
}
.champion-next-time i {
  color: var(--champion-coral);
}
.champion-give-card {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #ffbb42, #ff8a4c 54%, #f34d61);
}
.champion-give-card .champion-live-kicker {
  color: rgba(0, 0, 0, 0.62);
}
.champion-give-card h2 {
  color: #111;
}
.champion-give-card p {
  color: rgba(0, 0, 0, 0.62);
}
.champion-give-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #fff;
  background: #111112;
}
.champion-live-next-steps {
  padding: 0 0 110px;
}
.champion-live-step {
  height: 100%;
  display: block;
  padding: 30px;
  border: 1px solid #e9e5df;
  border-radius: 18px;
  color: #18181b;
  text-decoration: none;
  background: #fff;
  transition: 0.2s ease;
}
.champion-live-step:hover {
  color: #18181b;
  transform: translateY(-3px);
  box-shadow: 0 20px 55px rgba(30, 25, 20, 0.08);
}
.champion-live-step > i {
  color: var(--champion-coral);
  font-size: 1.7rem;
}
.champion-live-step > span {
  display: block;
  margin: 24px 0 6px;
  color: #979198;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.champion-live-step h3 {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 900;
}
.champion-live-step p {
  margin: 0;
  color: #747178;
  line-height: 1.65;
}
@media (max-width: 991.98px) {
  .champion-live-hero {
    padding: 160px 0 75px;
  }
  .champion-live-grid {
    grid-template-columns: 1fr;
  }
  .champion-live-sidebar {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .champion-live-hero {
    padding: 135px 0 65px;
  }
  .champion-live-hero h1 {
    font-size: 3.65rem;
  }
  .champion-live-main {
    padding: 70px 0 80px;
  }
  .champion-live-sidebar {
    grid-template-columns: 1fr;
  }
  .champion-live-card {
    padding: 25px 22px;
  }
  .champion-countdown strong {
    font-size: 1.28rem;
  }
  .champion-countdown span {
    font-size: 0.52rem;
  }
  .champion-live-next-steps {
    padding-bottom: 85px;
  }
}
.champion-plan-page {
  background: #fff;
}
.champion-plan-hero {
  padding: 220px 0 110px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 18%, rgba(243, 77, 97, 0.18), transparent 29%), radial-gradient(circle at 16% 70%, rgba(255, 157, 46, 0.13), transparent 24%), linear-gradient(135deg, #09090a, #1b1217 55%, #0b0b0c);
}
.champion-plan-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
  font-weight: 900;
}
.champion-plan-hero h1 em, .champion-plan-expect h2 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--champion-orange), var(--champion-coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.champion-plan-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.12rem;
  line-height: 1.8;
}
.champion-plan-main {
  padding: 100px 0 115px;
}
.champion-plan-form-card {
  padding: 42px;
  border: 1px solid #eae5df;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 25px 75px rgba(32, 26, 20, 0.08);
}
.champion-plan-form-card h2 {
  margin: 6px 0 10px;
  font-size: clamp(2.6rem, 4.5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 900;
}
.champion-plan-form-intro {
  margin-bottom: 30px;
  color: #747178;
  line-height: 1.75;
}
.champion-plan-form label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.82rem;
  font-weight: 800;
}
.champion-plan-form .form-control, .champion-plan-form .form-select {
  min-height: 52px;
  border: 1px solid #dfdbd5;
  border-radius: 10px;
  padding: 0.8rem 0.95rem;
}
.champion-plan-form textarea.form-control {
  min-height: 125px;
}
.champion-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.champion-choice {
  margin: 0 !important;
  cursor: pointer;
}
.champion-choice input {
  position: absolute;
  opacity: 0;
}
.champion-choice span {
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border: 1px solid #e1ddd7;
  border-radius: 14px;
  background: #fff;
}
.champion-choice i {
  margin-bottom: 8px;
  color: var(--champion-coral);
  font-size: 1.4rem;
}
.champion-choice small {
  margin-top: 4px;
  color: #858188;
}
.champion-choice input:checked + span {
  border-color: var(--champion-coral);
  background: #fff3f0;
  box-shadow: 0 0 0 3px rgba(243, 77, 97, 0.07);
}
.champion-plan-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 160px;
}
.champion-plan-info-card {
  padding: 30px;
  border-radius: 18px;
  background: var(--champion-cream);
}
.champion-plan-info-card.is-dark {
  color: #fff;
  background: #111112;
}
.champion-plan-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(100deg, var(--champion-orange), var(--champion-coral));
}
.champion-plan-info-card > span {
  display: block;
  margin-bottom: 7px;
  color: #918b86;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.champion-plan-info-card h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  font-weight: 900;
}
.champion-plan-info-card p {
  margin: 0;
  color: #716e74;
  line-height: 1.7;
}
.champion-plan-info-card.is-dark p {
  color: rgba(255, 255, 255, 0.6);
}
.champion-plan-info-card a {
  color: inherit;
  text-decoration: none;
  font-weight: 900;
}
.champion-plan-prophetic-card {
  border: 1px solid rgba(243, 77, 97, 0.16);
  background: #fff7f4;
}
.champion-plan-expect {
  padding: 105px 0;
  background: var(--champion-cream);
}
.champion-plan-expect h2 {
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 900;
}
.champion-expect-card {
  position: relative;
  height: 100%;
  min-height: 280px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #e5dfd7;
  border-radius: 18px;
  background: #fff;
}
.champion-expect-card > span {
  position: absolute;
  top: 14px;
  right: 18px;
  color: #f1ebe4;
  font-family: Montserrat;
  font-size: 3.8rem;
  font-weight: 900;
}
.champion-expect-card i {
  position: relative;
  display: block;
  margin-bottom: 34px;
  color: var(--champion-coral);
  font-size: 1.8rem;
}
.champion-expect-card h3 {
  position: relative;
  margin: 0 0 9px;
  font-size: 1.45rem;
  font-weight: 900;
}
.champion-expect-card p {
  position: relative;
  margin: 0;
  color: #747178;
  line-height: 1.7;
}
.champion-plan-final {
  padding: 100px 0;
  color: #fff;
  background: #111112;
}
.champion-plan-final h2 {
  margin: 8px 0 12px;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .champion-plan-hero {
    padding: 160px 0 75px;
  }
  .champion-plan-sidebar {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .champion-plan-hero {
    padding: 135px 0 65px;
  }
  .champion-plan-hero h1 {
    font-size: 3.65rem;
  }
  .champion-plan-main, .champion-plan-expect, .champion-plan-final {
    padding: 75px 0;
  }
  .champion-plan-form-card {
    padding: 28px 22px;
  }
  .champion-choice-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   CHAMPION HOMEPAGE HERO MOBILE FIX ONLY
   Scope intentionally limited to .hero and mobile overflow.
   ========================================================= */
/* Prevent horizontal page drift without changing other section layouts. */
@media (max-width:1199.98px) {
  html, body {
    max-width: 100%;
    overflow-x: hidden !important;
  }
}
/* Keep main homepage hero title centered on all sizes. */
.hero h1 {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding-left: 0 !important;
  padding-right: .08em !important;
  overflow: visible !important;
}
.hero h1 em {
  display: inline-block;
  padding-right: .06em;
  overflow: visible !important;
}
/* Portrait phones */
@media (max-width:767.98px) and (orientation:portrait) {
  .hero {
    height: auto !important;
    min-height: 100svh !important;
    max-height: none !important;
    display: block !important;
    padding:
      calc(104px + env(safe-area-inset-top)) 0 calc(50px + env(safe-area-inset-bottom)) !important;
  }
  .hero-content {
    width: 100%;
    max-width: 100%;
    transform: none !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.8rem) !important;
    line-height: .84 !important;
    letter-spacing: -.065em !important;
  }
  .hero-subline {
    max-width: 94%;
    margin: 22px auto 0 !important;
  }
  .hero .lead {
    max-width: 94%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hero-info {
    max-width: 100%;
  }
  .scroll-cue {
    display: none !important;
  }
}
/* Landscape phones/tablets */
@media (max-width:1199.98px) and (orientation:landscape) {
  .hero {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    min-height: 100dvh !important;
    max-height: none !important;
    display: flex !important;
    align-items: center !important;
    padding:
      calc(80px + env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) calc(26px + env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left)) !important;
  }
  .hero-content {
    width: 100%;
    max-width: 100%;
    transform: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hero h1 {
    font-size: clamp(2.75rem, 8.6vw, 5rem) !important;
    line-height: .82 !important;
    letter-spacing: -.062em !important;
  }
  .hero-subline {
    max-width: 760px;
    margin: 12px auto 0 !important;
  }
  .hero .lead {
    max-width: 720px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .scroll-cue {
    display: none !important;
  }
}
/* Extra-short landscape phones */
@media (orientation:landscape) and (max-height:500px) {
  .hero {
    align-items: flex-start !important;
    padding-top: 68px !important;
    padding-bottom: 20px !important;
  }
  .hero .eyebrow {
    display: none !important;
  }
  .hero h1 {
    font-size: clamp(2.45rem, 7.7vw, 4.1rem) !important;
  }
  .hero-subline {
    margin-top: 8px !important;
  }
  .hero .lead {
    margin-top: 7px !important;
    margin-bottom: 8px !important;
    font-size: .76rem !important;
    line-height: 1.35 !important;
  }
  .hero-info {
    margin-top: 10px !important;
  }
}
/* =========================================================
   CHAMPION FULL WIDTH + VIDEO MESSAGES
   Loaded only on these templates/content types.
   ========================================================= */
.champion-full-width-page, .champion-video-archive, .champion-video-single {
  background: #fff;
}
.champion-full-width-hero, .champion-video-archive-hero, .champion-video-single-hero {
  position: relative;
  overflow: hidden;
  padding: 210px 0 95px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(243, 77, 97, .17), transparent 29%), radial-gradient(circle at 17% 68%, rgba(255, 157, 46, .12), transparent 25%), linear-gradient(135deg, #09090a, #1a1216 55%, #0a0a0b);
}
.champion-full-width-hero h1, .champion-video-archive-hero h1, .champion-video-single-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.8rem, 7.6vw, 7.2rem);
  line-height: .9;
  letter-spacing: -.06em;
  font-weight: 900;
}
.champion-video-archive-hero h1 em, .champion-video-grid-heading h2 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--champion-orange), var(--champion-coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.champion-video-archive-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 1.08rem;
  line-height: 1.8;
}
.champion-full-width-content {
  padding: 85px 0 115px;
}
.champion-full-width-article {
  width: 100%;
  max-width: 100%;
  color: #3f3f44;
  font-size: 1.08rem;
  line-height: 1.85;
}
.champion-video-grid-section {
  padding: 100px 0 120px;
}
.champion-video-grid-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 52px;
}
.champion-video-grid-heading h2 {
  margin: 6px 0 0;
  font-size: clamp(3rem, 5.5vw, 5.3rem);
  line-height: .92;
  letter-spacing: -.055em;
  font-weight: 900;
}
.champion-video-grid-heading > p {
  margin: 0;
  color: #737178;
  line-height: 1.8;
}
.champion-video-kicker {
  display: block;
  color: var(--champion-coral);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .15em;
}
.champion-video-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e9e5df;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(30, 25, 20, .06);
  transition: .25s ease;
}
.champion-video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 70px rgba(30, 25, 20, .10);
}
.champion-video-card-media {
  position: relative;
  height: 245px;
  display: block;
  overflow: hidden;
  background: #111112;
}
.champion-video-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.champion-video-card:hover .champion-video-card-media img {
  transform: scale(1.03);
}
.champion-video-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .2);
  font-size: 4rem;
  background: linear-gradient(135deg, #201317, #582433);
}
.champion-video-play {
  position: absolute;
  left: 22px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #111;
  background: #fff;
  font-size: 1.55rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}
.champion-video-play i {
  margin-left: 3px;
}
.champion-video-card-body {
  padding: 28px;
}
.champion-video-card-body h2 {
  margin: 8px 0 12px;
  font-size: 1.65rem;
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 900;
}
.champion-video-card-body h2 a {
  color: #18181b;
  text-decoration: none;
}
.champion-video-excerpt {
  min-height: 72px;
  color: #706d74;
  line-height: 1.65;
}
.champion-video-excerpt p {
  margin-bottom: 0;
}
.champion-video-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding-bottom: 4px;
  color: #18181b;
  text-decoration: none;
  font-weight: 900;
  border-bottom: 2px solid var(--champion-coral);
}
.champion-video-button:hover {
  gap: 14px;
  color: var(--champion-coral);
}
.champion-video-pagination {
  margin-top: 50px;
}
.champion-video-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.champion-video-pagination .page-numbers {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #e8e3dc;
  border-radius: 999px;
  color: #252529;
  text-decoration: none;
  font-weight: 800;
}
.champion-video-pagination .current, .champion-video-pagination .page-numbers:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(100deg, var(--champion-orange), var(--champion-coral));
}
.champion-video-empty {
  padding: 70px 25px;
  text-align: center;
  border-radius: 20px;
  background: var(--champion-cream);
}
.champion-video-empty i {
  color: var(--champion-coral);
  font-size: 3.2rem;
}
.champion-video-single-heading {
  max-width: 1050px;
}
.champion-video-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .62);
  font-size: .85rem;
  font-weight: 700;
}
.champion-video-single-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.champion-video-single-meta i {
  color: var(--champion-orange);
}
.champion-video-single-content {
  padding: 85px 0 120px;
}
.champion-video-player {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 70px;
  overflow: hidden;
  border-radius: 22px;
  background: #080809;
  box-shadow: 0 28px 80px rgba(20, 18, 18, .18);
  aspect-ratio: 16/9;
}
.champion-video-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.champion-video-article {
  color: #414146;
  font-size: 1.11rem;
  line-height: 1.9;
}
.champion-video-article h2, .champion-video-article h3, .champion-video-article h4 {
  margin-top: 1.8em;
  margin-bottom: .65em;
  color: #18181b;
  font-weight: 900;
  letter-spacing: -.035em;
}
.champion-video-single-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #ece7e1;
}
@media(max-width:991.98px) {
  .champion-full-width-hero, .champion-video-archive-hero, .champion-video-single-hero {
    padding: 155px 0 72px;
  }
  .champion-video-grid-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media(max-width:767.98px) {
  .champion-full-width-hero, .champion-video-archive-hero, .champion-video-single-hero {
    padding: 132px 0 62px;
  }
  .champion-full-width-hero h1, .champion-video-archive-hero h1, .champion-video-single-hero h1 {
    font-size: 3.45rem;
  }
  .champion-full-width-content, .champion-video-grid-section, .champion-video-single-content {
    padding: 70px 0 85px;
  }
  .champion-video-card-media {
    height: 220px;
  }
  .champion-video-player {
    margin-bottom: 45px;
    border-radius: 14px;
  }
}
/* =========================================================
   CHAMPION SEO UI
   Interior hero breadcrumbs + cookie consent
   Kept separate so the main theme CSS is not disturbed.
   ========================================================= */
/* HERO BREADCRUMBS */
.champion-breadcrumbs {
  margin: 14px 0 20px;
  max-width: 100%;
}
.champion-breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.champion-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 7px;
  color: rgba(255, 255, 255, .58);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .035em;
}
.champion-breadcrumbs a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, .66);
  text-decoration: none;
}
.champion-breadcrumbs a:hover {
  color: #fff;
}
.champion-breadcrumbs [aria-current="page"] {
  max-width: min(55vw, 520px);
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.champion-breadcrumb-separator {
  color: var(--champion-orange, #ff9d2e);
  font-size: .65rem;
}
.champion-single-hero .champion-breadcrumbs ol {
  justify-content: center;
}
/* COOKIE CONSENT */
.champion-cookie-banner {
  position: fixed;
  z-index: 99999;
  left: 22px;
  right: 22px;
  bottom: 22px;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(243, 77, 97, .16), transparent 30%), #111112;
  box-shadow: 0 25px 80px rgba(0, 0, 0, .34);
}
.champion-cookie-banner[hidden] {
  display: none !important;
}
.champion-cookie-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(100deg, var(--champion-orange, #ff9d2e), var(--champion-coral, #f34d61));
  font-size: 1.25rem;
}
.champion-cookie-copy {
  min-width: 0;
}
.champion-cookie-copy strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 900;
}
.champion-cookie-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: .85rem;
  line-height: 1.55;
}
.champion-cookie-copy a {
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid var(--champion-coral, #f34d61);
}
.champion-cookie-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.champion-cookie-actions button {
  min-height: 43px;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 900;
  cursor: pointer;
}
.champion-cookie-accept {
  border: 0;
  color: #fff;
  background: linear-gradient(100deg, var(--champion-orange, #ff9d2e), var(--champion-coral, #f34d61));
}
.champion-cookie-decline {
  border: 1px solid rgba(255, 255, 255, .20);
  color: #fff;
  background: transparent;
}
.champion-cookie-close {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, .58);
  background: transparent;
  cursor: pointer;
}
.champion-cookie-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, .07);
}
@media(max-width:767.98px) {
  .champion-breadcrumbs {
    margin: 10px 0 16px;
  }
  .champion-breadcrumbs li {
    font-size: .66rem;
  }
  .champion-breadcrumbs [aria-current="page"] {
    max-width: 58vw;
  }
  .champion-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 82px;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 17px 16px;
    border-radius: 16px;
  }
  .champion-cookie-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .champion-cookie-copy {
    padding-right: 22px;
  }
  .champion-cookie-actions {
    grid-column: 1/-1;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .champion-cookie-actions button {
    width: 100%;
  }
}
@media(max-width:420px) {
  .champion-cookie-actions {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   CHAMPION GROUPS
   Public MyChurch Cloud groups integration
   ========================================================= */
.champion-groups-public {
  width: 100%;
  padding: 20px 0;
}
.champion-groups-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 45px;
  align-items: end;
  margin-bottom: 48px;
}
.champion-groups-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--champion-coral, #f34d61);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .15em;
}
.champion-groups-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 5.6vw, 5.5rem);
  line-height: .92;
  letter-spacing: -.055em;
  font-weight: 900;
}
.champion-groups-heading p {
  margin: 0;
  color: #727078;
  font-size: 1.04rem;
  line-height: 1.8;
}
.champion-group-card {
  overflow: hidden;
  border: 1px solid #e9e5df;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(30, 25, 20, .06);
  transition: transform .22s ease, box-shadow .22s ease;
}
.champion-group-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 75px rgba(30, 25, 20, .1);
}
.champion-group-image {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #171719;
}
.champion-group-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease;
}
.champion-group-card:hover .champion-group-image img {
  transform: scale(1.025);
}
.champion-group-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .25);
  font-size: 4rem;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 157, 46, .28), transparent 25%), linear-gradient(135deg, #151516, #49212d);
}
.champion-group-status {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 17, 18, .82);
  backdrop-filter: blur(8px);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}
.champion-group-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c4c4c6;
}
.champion-group-status.is-active i {
  background: #45d483;
  box-shadow: 0 0 0 4px rgba(69, 212, 131, .12);
}
.champion-group-card-body {
  padding: 28px;
}
.champion-group-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}
.champion-group-tags span {
  padding: 5px 9px;
  border-radius: 999px;
  color: #a43c4c;
  background: #fff0ed;
  font-size: .65rem;
  font-weight: 900;
}
.champion-group-tags span.is-warm {
  color: #8d570e;
  background: #fff4d9;
}
.champion-group-card h3 {
  margin: 0 0 12px;
  font-size: 1.8rem;
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 900;
}
.champion-group-card-body > p {
  min-height: 75px;
  color: #706d74;
  line-height: 1.7;
}
.champion-group-next {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0;
  padding: 15px;
  border-radius: 12px;
  background: var(--champion-cream, #f5f0e8);
}
.champion-group-next > i {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(100deg, var(--champion-orange, #ff9d2e), var(--champion-coral, #f34d61));
}
.champion-group-next small, .champion-group-next strong {
  display: block;
}
.champion-group-next small {
  margin-bottom: 3px;
  color: #938b84;
  font-size: .59rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.champion-group-next strong {
  color: #29292d;
  font-size: .84rem;
  line-height: 1.35;
}
.champion-group-view {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 2px solid var(--champion-coral, #f34d61);
  color: #18181b;
  background: transparent;
  font-weight: 900;
}
.champion-group-view:hover {
  gap: 14px;
  color: var(--champion-coral, #f34d61);
}
.champion-group-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .25);
}
.champion-group-modal-close {
  position: absolute;
  z-index: 10;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .92);
}
.champion-group-modal-media {
  min-height: 690px;
  background: #111112;
}
.champion-group-modal-media > img {
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
}
.champion-group-modal-copy {
  padding: 52px;
}
.champion-group-modal-copy h2 {
  margin: 6px 0 18px;
  font-size: clamp(2.8rem, 4.8vw, 4.8rem);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 900;
}
.champion-group-modal-description {
  color: #66646b;
  font-size: 1.02rem;
  line-height: 1.78;
}
.champion-group-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0;
}
.champion-group-detail-grid > div {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 15px;
  border-radius: 12px;
  background: var(--champion-cream, #f5f0e8);
}
.champion-group-detail-grid > div > i {
  color: var(--champion-coral, #f34d61);
  font-size: 1.2rem;
}
.champion-group-detail-grid small, .champion-group-detail-grid strong {
  display: block;
}
.champion-group-detail-grid small {
  margin-bottom: 3px;
  color: #928b84;
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.champion-group-detail-grid strong {
  color: #28282c;
  font-size: .84rem;
  line-height: 1.35;
}
.champion-group-notes {
  margin: 0 0 28px;
  padding: 18px;
  border-left: 4px solid var(--champion-orange, #ff9d2e);
  border-radius: 10px;
  background: #fff9ef;
}
.champion-group-notes p {
  margin: 5px 0 0;
  color: #6d6964;
  line-height: 1.6;
}
.champion-group-leaders {
  padding-top: 25px;
  border-top: 1px solid #ece8e2;
}
.champion-group-leader-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 13px;
}
.champion-group-leader {
  display: flex;
  align-items: center;
  gap: 10px;
}
.champion-group-leader img, .champion-group-leader > span {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
}
.champion-group-leader img {
  object-fit: cover;
}
.champion-group-leader > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(100deg, var(--champion-orange, #ff9d2e), var(--champion-coral, #f34d61));
  font-weight: 900;
}
.champion-group-join {
  margin-top: 32px;
  padding: 28px;
  border-radius: 17px;
  background: #111112;
  color: #fff;
}
.champion-group-join h3 {
  margin: 4px 0 7px;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}
.champion-group-join > p {
  color: rgba(255, 255, 255, .58);
}
.champion-group-join label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .76);
  font-size: .76rem;
  font-weight: 800;
}
.champion-group-join .form-control {
  border-color: #37373b;
  color: #fff;
  background: #1b1b1e;
}
.champion-group-join .form-control::placeholder {
  color: #77777c;
}
.champion-group-honeypot {
  position: absolute !important;
  left: -9999px !important;
}
.champion-groups-empty {
  padding: 70px 30px;
  text-align: center;
  border-radius: 18px;
  background: var(--champion-cream, #f5f0e8);
}
.champion-groups-empty > i {
  color: var(--champion-coral, #f34d61);
  font-size: 3rem;
}
.champion-groups-empty h3 {
  margin: 12px 0 6px;
  font-weight: 900;
}
.champion-group-alert {
  margin-bottom: 28px;
}
@media(max-width:991.98px) {
  .champion-groups-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .champion-group-modal-media {
    min-height: 340px;
    max-height: 420px;
  }
  .champion-group-modal-media > img {
    min-height: 340px;
    height: 420px;
  }
}
@media(max-width:767.98px) {
  .champion-group-image {
    height: 235px;
  }
  .champion-group-card-body {
    padding: 24px;
  }
  .champion-group-modal .modal-dialog {
    margin: 10px;
  }
  .champion-group-modal-copy {
    padding: 32px 22px;
  }
  .champion-group-modal-copy h2 {
    font-size: 2.8rem;
  }
  .champion-group-detail-grid {
    grid-template-columns: 1fr;
  }
  .champion-group-join {
    padding: 23px 18px;
  }
}
/* CHAMPION HOMEPAGE HERO — VISIBLE CINEMATIC ATMOSPHERE */
.hero {
  isolation: isolate
}
.hero > .hero-bg {
  z-index: 0;
  animation: championBgPush 24s ease-in-out infinite alternate;
  will-change: transform
}
.hero > .champion-hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none
}
.hero > .hero-overlay {
  z-index: 3
}
.hero > .hero-content, .hero > .scroll-cue {
  z-index: 5
}
/* No background wordmark is created here. */
.hero .champion-hero-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 20% 70%, rgba(255, 157, 46, .18), transparent 28%), radial-gradient(circle at 82% 24%, rgba(243, 77, 97, .22), transparent 31%), radial-gradient(circle at 55% 48%, rgba(117, 28, 47, .13), transparent 36%);
  filter: blur(30px);
  animation: championGlowMove 15s ease-in-out infinite alternate
}
/* Soft cinematic light shafts — broad, hazy, natural, never triangular. */
.hero .champion-hero-rays {
  position: absolute;
  inset: -20% -12% -12% 34%;
  overflow: hidden;
  mix-blend-mode: screen;
  opacity: .86;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .86) 55%, rgba(0, 0, 0, .28) 84%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .86) 55%, rgba(0, 0, 0, .28) 84%, transparent 100%);
}
.hero .champion-hero-ray {
  position: absolute;
  top: -28%;
  height: 165%;
  transform-origin: top center;
  border-radius: 48% 48% 58% 58% / 8% 8% 92% 92%;
  mix-blend-mode: screen;
  will-change: transform, opacity, filter;
}
/* Warm white/orange main shaft from upper right. */
.hero .champion-hero-ray.ray-one {
  right: -5%;
  width: 340px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .38) 0%, rgba(255, 248, 226, .31) 13%, rgba(255, 226, 178, .19) 39%, rgba(255, 157, 46, .075) 70%, rgba(255, 157, 46, 0) 100%);
  filter: blur(34px);
  opacity: .38;
  transform: rotate(14deg) translate3d(0, 0, 0) scaleX(.9);
  animation: championSoftRayOne 22s ease-in-out -4s infinite alternate;
}
/* Broader center-right haze shaft. */
.hero .champion-hero-ray.ray-two {
  right: 22%;
  width: 410px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .27) 0%, rgba(255, 241, 221, .22) 16%, rgba(255, 194, 162, .12) 44%, rgba(243, 77, 97, .055) 72%, rgba(243, 77, 97, 0) 100%);
  filter: blur(48px);
  opacity: .25;
  transform: rotate(9deg) translate3d(0, 0, 0) scaleX(1.02);
  animation: championSoftRayTwo 29s ease-in-out -13s infinite alternate;
}
/* Narrow distant shaft for depth. */
.hero .champion-hero-ray.ray-three {
  right: 51%;
  width: 190px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .25) 0%, rgba(255, 246, 220, .16) 22%, rgba(255, 197, 128, .07) 55%, rgba(255, 157, 46, 0) 100%);
  filter: blur(28px);
  opacity: .18;
  transform: rotate(18deg) translate3d(0, 0, 0) scaleX(.88);
  animation: championSoftRayThree 25s ease-in-out -9s infinite alternate;
}
/* A faint bloom at the source makes the rays feel like stage lighting through haze. */
.hero .champion-hero-rays::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 280px;
  top: 1%;
  right: -7%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 247, 222, .18) 0%, rgba(255, 183, 118, .08) 38%, transparent 72%);
  filter: blur(42px);
  animation: championRaySourceGlow 12s ease-in-out infinite alternate;
}
/* Individual particles are much more visible than the previous repeating background texture. */
.hero .champion-hero-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none
}
.hero .champion-hero-particles span {
  position: absolute;
  left: var(--dust-left);
  top: var(--dust-top);
  width: var(--dust-size);
  height: var(--dust-size);
  border-radius: 50%;
  background: rgba(255, 248, 225, .92);
  box-shadow: 0 0 7px rgba(255, 255, 255, .72), 0 0 16px rgba(255, 157, 46, .38);
  opacity: .48;
  animation: championDustFloat var(--dust-duration) ease-in-out var(--dust-delay) infinite;
  will-change: transform, opacity
}
.hero .champion-hero-particles span:nth-child(3n) {
  background: rgba(255, 191, 150, .88);
  box-shadow: 0 0 8px rgba(243, 77, 97, .48);
  opacity: .40
}
.hero .champion-hero-particles span:nth-child(5n) {
  filter: blur(.7px);
  opacity: .30
}
@keyframes championBgPush {
  0% {
    transform: scale(1.01) translate3d(0, 0, 0)
  }
  100% {
    transform: scale(1.065) translate3d(-.7%, .5%, 0)
  }
}
@keyframes championGlowMove {
  0% {
    transform: translate3d(-3%, -1%, 0) scale(1);
    opacity: .62
  }
  100% {
    transform: translate3d(4%, 3%, 0) scale(1.12);
    opacity: .92
  }
}
@keyframes championSoftRayOne {
  0% {
    transform: rotate(12.5deg) translate3d(-24px, -14px, 0) scaleX(.86);
    opacity: .25;
    filter: blur(38px)
  }
  46% {
    opacity: .42;
    filter: blur(31px)
  }
  100% {
    transform: rotate(16deg) translate3d(34px, 24px, 0) scaleX(1.04);
    opacity: .31;
    filter: blur(36px)
  }
}
@keyframes championSoftRayTwo {
  0% {
    transform: rotate(7.5deg) translate3d(-28px, -18px, 0) scaleX(.94);
    opacity: .15;
    filter: blur(52px)
  }
  52% {
    opacity: .29;
    filter: blur(44px)
  }
  100% {
    transform: rotate(11.5deg) translate3d(38px, 30px, 0) scaleX(1.09);
    opacity: .20;
    filter: blur(50px)
  }
}
@keyframes championSoftRayThree {
  0% {
    transform: rotate(16deg) translate3d(-16px, -12px, 0) scaleX(.82);
    opacity: .10
  }
  48% {
    opacity: .22
  }
  100% {
    transform: rotate(20deg) translate3d(26px, 20px, 0) scaleX(1.02);
    opacity: .14
  }
}
@keyframes championRaySourceGlow {
  from {
    transform: translate3d(-16px, -6px, 0) scale(.94);
    opacity: .55
  }
  to {
    transform: translate3d(24px, 10px, 0) scale(1.08);
    opacity: .88
  }
}
@keyframes championDustFloat {
  0% {
    transform: translate3d(0, 30px, 0) scale(.72);
    opacity: .08
  }
  22% {
    opacity: .48
  }
  55% {
    transform: translate3d(var(--dust-drift), -42px, 0) scale(1.15);
    opacity: .66
  }
  82% {
    opacity: .38
  }
  100% {
    transform: translate3d(calc(var(--dust-drift) * -.55), -115px, 0) scale(.82);
    opacity: .04
  }
}
@media(max-width:767.98px) {
  .hero .champion-hero-rays {
    inset: -10% -46% 0 44%;
    opacity: .62
  }
  .hero .champion-hero-ray.ray-one {
    width: 270px;
    filter: blur(38px)
  }
  .hero .champion-hero-ray.ray-two {
    right: 32%;
    width: 290px;
    filter: blur(48px);
    opacity: .18
  }
  .hero .champion-hero-ray.ray-three {
    display: none
  }
  .hero .champion-hero-particles span:nth-child(even) {
    display: none
  }
  .hero .champion-hero-particles span {
    opacity: .34
  }
  .hero > .hero-bg {
    animation-duration: 32s
  }
}
@media(prefers-reduced-motion:reduce) {
  .hero > .hero-bg, .hero .champion-hero-glow, .hero .champion-hero-ray, .hero .champion-hero-particles span {
    animation: none !important
  }
  .hero .champion-hero-ray.ray-one {
    transform: rotate(14deg);
    opacity: .28
  }
  .hero .champion-hero-ray.ray-two {
    transform: rotate(9deg);
    opacity: .18
  }
  .hero .champion-hero-ray.ray-three {
    transform: rotate(18deg);
    opacity: .12
  }
}
/* =========================================================
   CHAMPION FINAL HERO / FOOTER POLISH
   ========================================================= */
/* Light rays removed. Particles remain active. */
.hero .champion-hero-rays {
  display: none !important;
}
/* Mobile hero buttons: same width and clean stacked layout. */
@media (max-width:767.98px) {
  .hero .d-flex.flex-wrap.justify-content-center.gap-3 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 360px);
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 10px !important;
  }
  .hero .d-flex.flex-wrap.justify-content-center.gap-3 > .btn {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    justify-content: center;
    text-align: center;
  }
}
/* Footer widget navigation styling. */
.site-footer .widget ul, .site-footer .footer-widget ul, .site-footer .widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .widget ul li, .site-footer .footer-widget ul li, .site-footer .widget_nav_menu ul li {
  margin: 0 0 9px;
  padding: 0;
}
.site-footer .widget ul li a, .site-footer .footer-widget ul li a, .site-footer .widget_nav_menu ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 14px;
  color: rgba(255, 255, 255, .68);
  text-decoration: none;
  font-weight: 600;
  transition: color .2s ease, transform .2s ease;
}
.site-footer .widget ul li a::before, .site-footer .footer-widget ul li a::before, .site-footer .widget_nav_menu ul li a::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-52%);
  color: var(--champion-coral, #f34d61);
  font-weight: 900;
  line-height: 1;
}
.site-footer .widget ul li a:hover, .site-footer .footer-widget ul li a:hover, .site-footer .widget_nav_menu ul li a:hover {
  color: #fff;
  transform: translateX(4px);
}
.site-footer .widget ul li a:hover::before, .site-footer .footer-widget ul li a:hover::before, .site-footer .widget_nav_menu ul li a:hover::before {
  color: var(--champion-orange, #ff9d2e);
}
/* =========================================================
   CHAMPION ABOUT US TEMPLATE
   Add this to the main Champion stylesheet.
   ========================================================= */
.champion-about-page {
  background: #fff
}
.champion-about-hero {
  position: relative;
  overflow: hidden;
  padding: 210px 0 105px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 77, 97, .18), transparent 29%), radial-gradient(circle at 16% 74%, rgba(255, 157, 46, .12), transparent 25%), linear-gradient(135deg, #09090a, #1b1217 55%, #0a0a0b);
}
.champion-about-hero h1 {
  margin: 0;
  max-width: 1120px;
  color: #fff;
  font-size: clamp(3.8rem, 7.1vw, 7rem);
  line-height: .9;
  letter-spacing: -.062em;
  font-weight: 900;
}
.champion-about-hero h1 em, .champion-about-intro h2 em, .champion-about-vision h2 em, .champion-about-jesus h2 em, .champion-about-final h2 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--champion-orange, #ff9d2e), var(--champion-coral, #f34d61));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.champion-about-hero p {
  max-width: 800px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 1.1rem;
  line-height: 1.8;
}
.champion-about-intro, .champion-about-heart, .champion-about-jesus {
  padding: 105px 0;
}
.champion-about-intro h2, .champion-about-heart h2, .champion-about-vision h2, .champion-about-jesus h2, .champion-about-final h2 {
  margin: 7px 0 20px;
  font-size: clamp(3rem, 5.3vw, 5.3rem);
  line-height: .93;
  letter-spacing: -.055em;
  font-weight: 900;
}
.champion-about-intro p, .champion-about-heart p, .champion-about-vision p, .champion-about-jesus p {
  color: #706d74;
  font-size: 1.03rem;
  line-height: 1.82;
}
.champion-about-service-card {
  padding: 34px;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(243, 77, 97, .19), transparent 32%), #111112;
  box-shadow: 0 24px 70px rgba(25, 20, 18, .14);
}
.champion-about-service-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: linear-gradient(100deg, var(--champion-orange, #ff9d2e), var(--champion-coral, #f34d61));
  font-size: 1.35rem;
}
.champion-about-service-card > span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .48);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
}
.champion-about-service-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}
.champion-about-service-card p {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .58);
}
.champion-about-service-meta {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .10);
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}
.champion-about-service-meta div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, .75);
  font-size: .9rem;
}
.champion-about-service-meta i {
  color: var(--champion-orange, #ff9d2e);
}
.champion-about-heart {
  background: var(--champion-cream, #f5f0e8);
}
.champion-about-heart-mark {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  border-radius: 22px;
  color: #fff;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .55)), radial-gradient(circle at 72% 20%, rgba(243, 77, 97, .28), transparent 30%), linear-gradient(135deg, #191316, #111112);
}
.champion-about-heart-mark span {
  margin-bottom: 10px;
  color: var(--champion-orange, #ff9d2e);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .15em;
}
.champion-about-heart-mark strong {
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: .87;
  letter-spacing: -.055em;
}
.champion-about-vision {
  padding: 110px 0;
}
.champion-about-vision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.champion-about-vision-grid article {
  position: relative;
  min-height: 330px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #e7e2dc;
  border-radius: 18px;
  background: #fff;
}
.champion-about-vision-grid article > span {
  position: absolute;
  top: 12px;
  right: 17px;
  color: #f1ebe4;
  font-size: 4.4rem;
  font-weight: 900;
}
.champion-about-vision-grid i {
  position: relative;
  display: block;
  margin-bottom: 54px;
  color: var(--champion-coral, #f34d61);
  font-size: 2rem;
}
.champion-about-vision-grid h3 {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 900;
}
.champion-about-vision-grid p {
  position: relative;
  margin: 0;
  font-size: .96rem;
}
.champion-about-isaiah {
  padding: 30px 0 110px;
}
.champion-about-isaiah-card {
  position: relative;
  overflow: hidden;
  padding: 68px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 157, 46, .17), transparent 30%), radial-gradient(circle at 20% 80%, rgba(243, 77, 97, .18), transparent 29%), #111112;
}
.champion-about-isaiah-number {
  position: absolute;
  right: -20px;
  bottom: -36px;
  color: rgba(255, 255, 255, .035);
  font-size: clamp(9rem, 21vw, 20rem);
  line-height: .8;
  font-weight: 900;
  letter-spacing: -.08em;
  pointer-events: none;
}
.champion-about-scripture-label {
  display: block;
  margin-bottom: 12px;
  color: var(--champion-orange, #ff9d2e);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .15em;
}
.champion-about-isaiah-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: .96;
  letter-spacing: -.05em;
  font-weight: 900;
}
.champion-about-isaiah-card p {
  color: rgba(255, 255, 255, .66);
  line-height: 1.82;
}
.champion-about-isaiah-lead {
  color: #fff !important;
  font-size: 1.23rem;
  font-weight: 700;
}
.champion-about-belief-stack {
  display: grid;
  gap: 12px;
}
.champion-about-belief-stack > div {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  border: 1px solid #e8e3dd;
  border-radius: 14px;
  background: var(--champion-cream, #f5f0e8);
}
.champion-about-belief-stack i {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(100deg, var(--champion-orange, #ff9d2e), var(--champion-coral, #f34d61));
  font-size: 1.15rem;
}
.champion-about-belief-stack small, .champion-about-belief-stack strong {
  display: block;
}
.champion-about-belief-stack small {
  margin-bottom: 4px;
  color: #9a8f86;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .13em;
}
.champion-about-belief-stack strong {
  color: #29292d;
  line-height: 1.35;
}
.champion-about-final {
  padding: 105px 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0, rgba(243, 77, 97, .17), transparent 33%), #111112;
}
.champion-about-final h2 {
  color: #fff;
}
.champion-about-final p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
}
@media(max-width:991.98px) {
  .champion-about-hero {
    padding: 160px 0 78px;
  }
  .champion-about-vision-grid {
    grid-template-columns: 1fr;
  }
  .champion-about-heart-mark {
    min-height: 330px;
  }
  .champion-about-isaiah-card {
    padding: 48px 36px;
  }
}
@media(max-width:767.98px) {
  .champion-about-hero {
    padding: 138px 0 64px;
  }
  .champion-about-hero h1 {
    font-size: 3.45rem;
  }
  .champion-about-intro, .champion-about-heart, .champion-about-vision, .champion-about-jesus, .champion-about-final {
    padding: 76px 0;
  }
  .champion-about-isaiah {
    padding: 10px 0 78px;
  }
  .champion-about-isaiah-card {
    padding: 34px 24px;
  }
  .champion-about-isaiah-number {
    right: -8px;
    bottom: -15px;
    font-size: 9rem;
  }
  .champion-about-service-card {
    padding: 28px 22px;
  }
}
/* =========================================================
   CHAMPION TYPOGRAPHY CLIPPING FIX
   Prevents final letters / punctuation from being visually
   cropped on large headings and gradient-emphasis text.
   ========================================================= */
/*
 * Several Champion headings use very tight negative tracking and very large
 * Montserrat weights. The painted glyph can extend a few pixels past its CSS
 * text box, especially on periods, italic/emphasized text, and rounded letters.
 *
 * Give display headings a tiny paint-safe area without changing their visible
 * alignment or layout.
 */
.hero h1, .display-title, .final-cta h2, .champion-page-hero h1, .champion-single-hero h1, .champion-full-width-hero h1, .champion-video-archive-hero h1, .champion-video-single-hero h1, .champion-video-grid-heading h2, .champion-live-hero h1, .champion-events-page-hero h1, .ce-list-intro h2, .ce-calendar-list-heading h3, .ce-detail-content h1, .champion-about-hero h1, .champion-about-intro h2, .champion-about-heart h2, .champion-about-vision h2, .champion-about-isaiah-card h2, .champion-about-jesus h2, .champion-about-final h2, .champion-article-content h2, .champion-article-content h3, .champion-article-content h4, .champion-video-article h2, .champion-video-article h3, .champion-video-article h4, .champion-post-card h2, .message-copy h3, .value-card h3 {
  overflow: visible !important;
  text-overflow: clip !important;
  padding-right: .10em;
  padding-bottom: .04em;
  max-width: calc(100% - .02px);
}
/*
 * Gradient-highlighted <em> text is especially prone to losing the last pixel
 * of punctuation in WebKit/Blink when background-clip:text is used.
 */
.hero h1 em, .display-title em, .final-cta h2 em, .champion-page-hero h1 em, .champion-full-width-hero h1 em, .champion-video-archive-hero h1 em, .champion-video-grid-heading h2 em, .champion-live-hero h1 em, .champion-about-hero h1 em, .champion-about-intro h2 em, .champion-about-vision h2 em, .champion-about-jesus h2 em, .champion-about-final h2 em {
  display: inline-block;
  overflow: visible !important;
  padding-right: .12em;
  margin-right: -.02em;
  padding-bottom: .035em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
/*
 * Keep text wrappers from clipping their own headings. We do NOT remove
 * overflow:hidden from the hero/section shells because those contain visual
 * backgrounds and decorative effects that legitimately need clipping.
 */
.hero-content, .hero-inner, .champion-page-hero .container, .champion-single-hero .container, .champion-full-width-hero .container, .champion-video-archive-hero .container, .champion-video-single-hero .container, .champion-live-hero .container, .champion-events-page-hero .container, .champion-about-hero .container, .champion-about-intro .container, .champion-about-heart .container, .champion-about-vision .container, .champion-about-isaiah .container, .champion-about-jesus .container, .champion-about-final .container, .champion-content-section .container, .champion-single-content-section .container {
  overflow: visible !important;
}
/*
 * Normal WordPress content headings can also sit close to a column edge.
 * Keep a tiny amount of paint room there too.
 */
.champion-article-content h1, .champion-article-content h2, .champion-article-content h3, .champion-article-content h4, .champion-full-width-article h1, .champion-full-width-article h2, .champion-full-width-article h3, .champion-full-width-article h4, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  overflow: visible !important;
  padding-right: .08em;
  padding-bottom: .025em;
}
/* Preserve the homepage hero's existing centering after adding paint room. */
.hero h1 {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Phones need less extra room, but still enough for punctuation. */
@media (max-width: 767.98px) {
  .hero h1, .display-title, .champion-page-hero h1, .champion-single-hero h1, .champion-full-width-hero h1, .champion-video-archive-hero h1, .champion-video-single-hero h1, .champion-live-hero h1, .champion-events-page-hero h1, .champion-about-hero h1, .champion-about-intro h2, .champion-about-heart h2, .champion-about-vision h2, .champion-about-jesus h2, .champion-about-final h2 {
    padding-right: .08em;
  }
  .hero h1 em, .display-title em, .champion-page-hero h1 em, .champion-full-width-hero h1 em, .champion-video-archive-hero h1 em, .champion-live-hero h1 em, .champion-about-hero h1 em, .champion-about-intro h2 em, .champion-about-vision h2 em, .champion-about-jesus h2 em, .champion-about-final h2 em {
    padding-right: .10em;
  }
}
/* =========================================================
   CHAMPION GRADIENT <em> VERTICAL CLIPPING FIX
   Gives emphasized gradient text enough paint room for
   ascenders, descenders, rounded letters, and punctuation.
   ========================================================= */
.hero h1 em, .display-title em, .final-cta h2 em, .champion-page-hero h1 em, .champion-single-hero h1 em, .champion-full-width-hero h1 em, .champion-video-archive-hero h1 em, .champion-video-single-hero h1 em, .champion-video-grid-heading h2 em, .champion-live-hero h1 em, .champion-events-page-hero h1 em, .champion-about-hero h1 em, .champion-about-intro h2 em, .champion-about-heart h2 em, .champion-about-vision h2 em, .champion-about-jesus h2 em, .champion-about-final h2 em {
  display: inline-block !important;
  /* Critical: do not let the very tight parent heading line-height
     crop the painted top/bottom of gradient glyphs. */
  line-height: 1.08 !important;
  overflow: visible !important;
  /* Real paint room on every side. */
  padding-top: .10em !important;
  padding-right: .14em !important;
  padding-bottom: .12em !important;
  padding-left: .025em !important;
  /* Let the inline box expand naturally instead of pulling it back
     into the clipping area with negative margins. */
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: -.015em !important;
  vertical-align: baseline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  /* More reliable WebKit/Blink gradient text rendering. */
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}
/* The outer headings also need enough line box height when an emphasized
   line contains letters with tall ascenders / low descenders. */
.champion-page-hero h1, .champion-single-hero h1, .champion-full-width-hero h1, .champion-video-archive-hero h1, .champion-video-single-hero h1, .champion-live-hero h1, .champion-events-page-hero h1, .champion-about-hero h1 {
  padding-top: .035em;
  padding-bottom: .075em;
}
/* Content-section display headings use the same gradient treatment. */
.display-title, .final-cta h2, .champion-video-grid-heading h2, .champion-about-intro h2, .champion-about-heart h2, .champion-about-vision h2, .champion-about-jesus h2, .champion-about-final h2 {
  padding-top: .035em;
  padding-bottom: .08em;
}
/* Keep it clean on phones while preserving enough glyph room. */
@media (max-width: 767.98px) {
  .hero h1 em, .display-title em, .final-cta h2 em, .champion-page-hero h1 em, .champion-single-hero h1 em, .champion-full-width-hero h1 em, .champion-video-archive-hero h1 em, .champion-video-single-hero h1 em, .champion-video-grid-heading h2 em, .champion-live-hero h1 em, .champion-events-page-hero h1 em, .champion-about-hero h1 em, .champion-about-intro h2 em, .champion-about-heart h2 em, .champion-about-vision h2 em, .champion-about-jesus h2 em, .champion-about-final h2 em {
    line-height: 1.09 !important;
    padding-top: .09em !important;
    padding-bottom: .11em !important;
  }
}
/* =========================================================
   CHAMPION HOMEPAGE TESTIMONIAL VIDEOS + MESSAGE MOBILE IMAGE
   Add to the end of the main Champion stylesheet.
   ========================================================= */
/* Latest Message desktop/mobile artwork */
.message-photo {
  background-image: var(--champion-message-desktop);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media(max-width:767.98px) {
  .message-feature {
    height: auto;
    min-height: 520px;
    aspect-ratio: 4/5;
  }
  .message-photo {
    background-image: var(--champion-message-mobile, var(--champion-message-desktop));
    background-position: center center;
  }
  .message-copy {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }
}
/* Testimonial cards */
.champion-story-card {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 22px;
  color: #fff;
  background: #141416;
  text-align: left;
  box-shadow: 0 24px 65px rgba(25, 20, 18, .12);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}
.champion-story-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 80px rgba(25, 20, 18, .18);
}
.champion-story-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}
.champion-story-card:hover > img {
  transform: scale(1.035);
}
.champion-story-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08) 28%, rgba(0, 0, 0, .18) 48%, rgba(0, 0, 0, .88) 100%), linear-gradient(90deg, rgba(0, 0, 0, .14), transparent 50%);
}
.champion-story-play {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: #111;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 16px 45px rgba(0, 0, 0, .22);
  font-size: 1.85rem;
  transition: transform .25s ease, background .25s ease;
}
.champion-story-play i {
  margin-left: 4px;
}
.champion-story-card:hover .champion-story-play {
  transform: translate(-50%, -50%) scale(1.07);
  background: #fff;
}
.champion-story-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 25px;
  display: block;
}
.champion-story-copy small {
  display: block;
  margin-bottom: 7px;
  color: var(--champion-orange, #ff9d2e);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .15em;
}
.champion-story-copy strong {
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 900;
}
.champion-story-copy > span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .7);
  font-size: .88rem;
  line-height: 1.45;
}
/* Vertical YouTube modal */
.champion-story-modal {
  --bs-modal-bg: transparent;
}
.champion-story-modal-dialog {
  width: min(94vw, 520px);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.champion-story-modal .modal-content {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 22px;
  background: #080809;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .55);
}
.champion-story-player {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 22px;
  background: #000;
}
.champion-story-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.champion-story-modal-close {
  position: absolute;
  z-index: 5;
  top: -42px;
  right: 0;
  opacity: 1;
}
@media(max-width:767.98px) {
  .stories-section .row.g-4 {
    row-gap: 18px !important;
  }
  .champion-story-card {
    max-width: 390px;
    margin: 0 auto;
    border-radius: 18px;
  }
  .champion-story-play {
    width: 64px;
    height: 64px;
    font-size: 1.65rem;
  }
  .champion-story-modal-dialog {
    width: min(92vw, 430px);
    margin: auto;
  }
}
/* =========================================================
   TESTIMONIAL GRID STRUCTURE FIX
   ========================================================= */
.stories-section .champion-story-card {
  width: 100% !important;
  max-width: 100%;
}
.stories-section .row > [class*="col-"] {
  min-width: 0;
}
@media (min-width:992px) {
  .stories-section .champion-story-card {
    height: auto;
    aspect-ratio: 9/16;
  }
}
/* =========================================================
   TESTIMONIAL VIDEO MODAL — HEADER / Z-INDEX FIX
   Bootstrap modal must sit above Champion's fixed header.
   ========================================================= */
.champion-story-modal.modal {
  z-index: 20000 !important;
}
.modal-backdrop {
  z-index: 19990 !important;
}
.champion-story-modal .modal-dialog {
  z-index: 20001;
}
/* Keep the close control inside the visible modal instead of above it,
   so fixed headers and mobile safe areas can never cover it. */
.champion-story-modal-close {
  position: absolute !important;
  z-index: 20005 !important;
  top: 14px !important;
  right: 14px !important;
  width: 38px;
  height: 38px;
  padding: 10px !important;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .72) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .30);
  opacity: 1 !important;
}
/* Champion header stays high during normal browsing, but always below
   an active Bootstrap modal. */
body.modal-open .champion-topbar, body.modal-open .champion-nav {
  z-index: 1000 !important;
}
@media (max-width: 767.98px) {
  .champion-story-modal .modal-dialog {
    margin-top: max(18px, env(safe-area-inset-top));
    margin-bottom: max(18px, env(safe-area-inset-bottom));
  }
  .champion-story-modal-close {
    top: 12px !important;
    right: 12px !important;
  }
}
/* =========================================================
   CHAMPION CITY CHURCH LANDING PAGE
   Reusable local SEO landing template.
   ========================================================= */
.champion-city-page {
  background: #fff
}
.champion-city-hero {
  position: relative;
  overflow: hidden;
  padding: 205px 0 110px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 77, 97, .20), transparent 30%), radial-gradient(circle at 18% 78%, rgba(255, 157, 46, .12), transparent 26%), linear-gradient(135deg, #080809 0%, #191116 54%, #09090a 100%);
}
.champion-city-hero.has-image {
  background-image:
    linear-gradient(90deg, rgba(7, 7, 8, .88) 0%, rgba(7, 7, 8, .66) 58%, rgba(7, 7, 8, .42) 100%), var(--champion-city-hero-image);
  background-size: cover;
  background-position: center;
}
.champion-city-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 48%, transparent, rgba(0, 0, 0, .34) 78%)
}
.champion-city-hero h1 {
  max-width: 1080px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.6rem, 7vw, 7rem);
  line-height: .92;
  letter-spacing: -.06em;
  font-weight: 900;
  overflow: visible;
  padding: .035em .08em .06em 0
}
.champion-city-hero p {
  max-width: 830px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 1.1rem;
  line-height: 1.8
}
.champion-city-intro, .champion-city-expect, .champion-city-spirit, .champion-city-local, .champion-city-editor-content {
  padding: 105px 0
}
.champion-city-intro h2, .champion-city-expect h2, .champion-city-spirit h2, .champion-city-local h2, .champion-city-final h2 {
  margin: 7px 0 22px;
  font-size: clamp(3rem, 5.2vw, 5.2rem);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 900;
  overflow: visible;
  padding: .03em .08em .06em 0
}
.champion-city-intro h2 em, .champion-city-expect h2 em, .champion-city-spirit h2 em, .champion-city-final h2 em {
  display: inline-block;
  font-style: normal;
  line-height: 1.08;
  padding: .08em .12em .10em .02em;
  background: linear-gradient(90deg, var(--champion-orange, #ff9d2e), var(--champion-coral, #f34d61));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}
.champion-city-intro p, .champion-city-expect p, .champion-city-spirit p, .champion-city-local p {
  color: #706d74;
  font-size: 1.03rem;
  line-height: 1.82
}
.champion-city-service-card {
  padding: 34px;
  border-radius: 20px;
  color: #fff;
  background: radial-gradient(circle at 100% 0, rgba(243, 77, 97, .20), transparent 32%), #111112;
  box-shadow: 0 24px 70px rgba(25, 20, 18, .14)
}
.champion-city-service-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: linear-gradient(100deg, var(--champion-orange, #ff9d2e), var(--champion-coral, #f34d61));
  font-size: 1.35rem
}
.champion-city-service-card > span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .5);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em
}
.champion-city-service-card h3 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 900
}
.champion-city-service-meta {
  display: grid;
  gap: 13px;
  margin: 24px 0;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .10);
  border-bottom: 1px solid rgba(255, 255, 255, .10)
}
.champion-city-service-meta div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, .74);
  font-size: .91rem;
  line-height: 1.45
}
.champion-city-service-meta i {
  color: var(--champion-orange, #ff9d2e)
}
.champion-city-expect {
  background: var(--champion-cream, #f5f0e8)
}
.champion-city-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px
}
.champion-city-feature-grid article {
  position: relative;
  min-height: 310px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(25, 25, 28, .07);
  border-radius: 18px;
  background: #fff
}
.champion-city-feature-grid article > span {
  position: absolute;
  right: 17px;
  top: 11px;
  color: #f0ebe5;
  font-size: 4rem;
  line-height: 1;
  font-weight: 900
}
.champion-city-feature-grid article > i {
  position: relative;
  display: block;
  margin-bottom: 55px;
  color: var(--champion-coral, #f34d61);
  font-size: 2rem
}
.champion-city-feature-grid h3 {
  position: relative;
  margin: 0 0 10px;
  font-size: 1.55rem;
  font-weight: 900
}
.champion-city-feature-grid p {
  position: relative;
  margin: 0;
  font-size: .94rem;
  line-height: 1.68
}
.champion-city-spirit {
  color: #fff;
  background: radial-gradient(circle at 10% 75%, rgba(255, 157, 46, .10), transparent 27%), radial-gradient(circle at 86% 20%, rgba(243, 77, 97, .15), transparent 30%), #111112
}
.champion-city-spirit h2 {
  color: #fff
}
.champion-city-spirit p {
  color: rgba(255, 255, 255, .62)
}
.champion-city-spirit-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px
}
.champion-city-spirit-stack > div {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 15px;
  background: rgba(255, 255, 255, .035)
}
.champion-city-spirit-stack i {
  display: block;
  margin-bottom: 30px;
  color: var(--champion-orange, #ff9d2e);
  font-size: 1.55rem
}
.champion-city-spirit-stack strong, .champion-city-spirit-stack span {
  display: block
}
.champion-city-spirit-stack strong {
  color: #fff;
  font-size: 1.1rem
}
.champion-city-spirit-stack span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .48);
  font-size: .82rem;
  line-height: 1.5
}
.champion-city-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 900
}
.champion-city-text-link:hover {
  color: var(--champion-orange, #ff9d2e)
}
.champion-city-text-link.dark {
  color: #26262a
}
.champion-city-text-link.dark:hover {
  color: var(--champion-coral, #f34d61)
}
.champion-city-vision {
  padding: 100px 0;
  background: #fff
}
.champion-city-vision-card {
  position: relative;
  overflow: hidden;
  padding: 68px;
  border-radius: 24px;
  color: #fff;
  background: radial-gradient(circle at 85% 18%, rgba(255, 157, 46, .17), transparent 30%), radial-gradient(circle at 18% 82%, rgba(243, 77, 97, .17), transparent 29%), #111112
}
.champion-city-vision-number {
  position: absolute;
  right: -18px;
  bottom: -42px;
  color: rgba(255, 255, 255, .035);
  font-size: clamp(9rem, 20vw, 19rem);
  line-height: .8;
  font-weight: 900;
  letter-spacing: -.08em
}
.champion-city-vision-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--champion-orange, #ff9d2e);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .15em
}
.champion-city-vision-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: .97;
  letter-spacing: -.052em;
  font-weight: 900;
  overflow: visible;
  padding: .04em .08em .06em 0
}
.champion-city-vision-card p {
  color: rgba(255, 255, 255, .64);
  line-height: 1.8
}
.champion-city-vision-card .lead {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700
}
.champion-city-local {
  background: linear-gradient(180deg, #fff, #faf7f3)
}
.champion-city-local-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 28px
}
.champion-city-distance-card {
  padding: 34px;
  border: 1px solid #e9e3dc;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(30, 25, 20, .07)
}
.champion-city-distance-card > i {
  display: block;
  margin-bottom: 34px;
  color: var(--champion-coral, #f34d61);
  font-size: 2.3rem
}
.champion-city-distance-card small, .champion-city-distance-card strong {
  display: block
}
.champion-city-distance-card small {
  margin-bottom: 5px;
  color: #999189;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .14em
}
.champion-city-distance-card strong {
  font-size: 2.1rem;
  line-height: 1.05;
  font-weight: 900
}
.champion-city-distance-card p {
  margin: 16px 0 0
}
.champion-city-editor-content {
  border-top: 1px solid #eee8e2
}
.champion-city-editor-content .champion-article-content {
  font-size: 1.08rem;
  line-height: 1.88
}
.champion-city-final {
  padding: 110px 0;
  color: #fff;
  background: radial-gradient(circle at 50% 0, rgba(243, 77, 97, .18), transparent 34%), #111112
}
.champion-city-final h2 {
  color: #fff
}
.champion-city-final p {
  margin: 0;
  color: rgba(255, 255, 255, .58)
}
@media(max-width:991.98px) {
  .champion-city-hero {
    padding: 165px 0 82px
  }
  .champion-city-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .champion-city-vision-card {
    padding: 48px 36px
  }
}
@media(max-width:767.98px) {
  .champion-city-hero {
    padding: 138px 0 68px
  }
  .champion-city-hero h1 {
    font-size: clamp(3rem, 13vw, 4.7rem);
    line-height: .96
  }
  .champion-city-intro, .champion-city-expect, .champion-city-spirit, .champion-city-local, .champion-city-editor-content, .champion-city-final {
    padding: 76px 0
  }
  .champion-city-feature-grid {
    grid-template-columns: 1fr
  }
  .champion-city-feature-grid article {
    min-height: 0
  }
  .champion-city-spirit-stack {
    grid-template-columns: 1fr
  }
  .champion-city-vision {
    padding: 72px 0
  }
  .champion-city-vision-card {
    padding: 35px 24px
  }
  .champion-city-vision-number {
    font-size: 9rem;
    right: -7px;
    bottom: -14px
  }
  .champion-city-service-card {
    padding: 28px 22px
  }
  .champion-city-hero-actions, .champion-city-final-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 360px);
    margin-left: auto !important;
    margin-right: auto !important
  }
  .champion-city-hero-actions .btn, .champion-city-final-actions .btn {
    width: 100%
  }
}
/* =========================================================
   CHAMPION GROUP — DEDICATED SINGLE PAGE
   ========================================================= */
.champion-group-single-page {
  background: #fff
}
.champion-group-single-hero {
  position: relative;
  overflow: hidden;
  padding: 175px 0 90px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 77, 97, .18), transparent 30%), radial-gradient(circle at 15% 80%, rgba(255, 157, 46, .10), transparent 27%), #101011;
}
.champion-group-single-back {
  margin-bottom: 24px;
}
.champion-group-single-back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .62);
  text-decoration: none;
  font-weight: 700;
}
.champion-group-single-back a:hover {
  color: #fff
}
.champion-group-single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.champion-group-single-tags span {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: rgba(255, 255, 255, .70);
  background: rgba(255, 255, 255, .05);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .06em;
}
.champion-group-single-tags .is-warm {
  color: #19191c;
  border-color: transparent;
  background: var(--champion-orange, #ff9d2e);
}
.champion-group-single-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.7rem, 7vw, 7rem);
  line-height: .92;
  letter-spacing: -.06em;
  font-weight: 900;
  overflow: visible;
  padding: .03em .09em .06em 0;
}
.champion-group-single-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 1.08rem;
  line-height: 1.75;
}
.champion-group-single-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .68);
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.champion-group-single-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
}
.champion-group-single-status.is-active i {
  background: #5bd77a;
  box-shadow: 0 0 0 5px rgba(91, 215, 122, .10);
}
.champion-group-single-quick {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(10px);
}
.champion-group-single-quick > div {
  display: flex;
  gap: 14px;
  padding: 20px;
  background: rgba(10, 10, 11, .48);
}
.champion-group-single-quick i {
  color: var(--champion-orange, #ff9d2e);
  font-size: 1.15rem;
}
.champion-group-single-quick small, .champion-group-single-quick strong {
  display: block;
}
.champion-group-single-quick small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .42);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.champion-group-single-quick strong {
  color: #fff;
  line-height: 1.35;
}
.champion-group-single-content {
  padding: 90px 0 110px;
}
.champion-group-single-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  overflow: hidden;
  border-radius: 22px;
  background: #f1ede7;
  box-shadow: 0 25px 70px rgba(25, 20, 18, .09);
}
.champion-group-single-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: contain;
  object-position: center;
}
.champion-group-single-image-placeholder {
  min-height: 420px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8d0c7;
  font-size: 6rem;
}
.champion-group-single-about, .champion-group-single-leaders {
  padding-top: 55px;
}
.champion-group-single-about h2, .champion-group-single-leaders h2, .champion-group-single-final h2 {
  margin: 7px 0 20px;
  font-size: clamp(2.7rem, 4.7vw, 4.7rem);
  line-height: .96;
  letter-spacing: -.052em;
  font-weight: 900;
}
.champion-group-single-about h2 em, .champion-group-single-final h2 em {
  display: inline-block;
  font-style: normal;
  line-height: 1.08;
  padding: .08em .12em .10em .02em;
  background: linear-gradient(90deg, var(--champion-orange, #ff9d2e), var(--champion-coral, #f34d61));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.champion-group-single-description {
  color: #69676d;
  font-size: 1.05rem;
  line-height: 1.85;
}
.champion-group-single-notes {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  padding: 20px;
  border-radius: 14px;
  background: var(--champion-cream, #f5f0e8);
}
.champion-group-single-notes i {
  color: var(--champion-coral, #f34d61);
  font-size: 1.2rem;
}
.champion-group-single-notes strong {
  display: block;
  margin-bottom: 4px
}
.champion-group-single-notes p {
  margin: 0;
  color: #777178;
  line-height: 1.6
}
.champion-group-single-leader-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.champion-group-single-leader {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid #ebe6e0;
  border-radius: 15px;
  background: #fff;
}
.champion-group-single-leader > img, .champion-group-single-leader > span {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 50%;
}
.champion-group-single-leader > img {
  object-fit: cover
}
.champion-group-single-leader > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(100deg, var(--champion-orange, #ff9d2e), var(--champion-coral, #f34d61));
  font-weight: 900;
}
.champion-group-single-leader small, .champion-group-single-leader strong {
  display: block
}
.champion-group-single-leader small {
  margin-bottom: 3px;
  color: #aaa29b;
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .11em;
}
.champion-group-single-sidebar {
  position: sticky;
  top: 145px;
  display: grid;
  gap: 18px;
}
.champion-group-single-details-card, .champion-group-single-join {
  padding: 28px;
  border: 1px solid #e9e4de;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(30, 25, 20, .06);
}
.champion-group-single-details-card h3, .champion-group-single-join h3 {
  margin: 7px 0 18px;
  font-size: 1.8rem;
  font-weight: 900;
}
.champion-group-single-detail-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid #eee9e3;
  border-radius: 14px;
}
.champion-group-single-detail-list > div {
  display: flex;
  gap: 12px;
  padding: 16px;
  background: #faf8f5;
}
.champion-group-single-detail-list i {
  color: var(--champion-coral, #f34d61);
}
.champion-group-single-detail-list small, .champion-group-single-detail-list strong {
  display: block
}
.champion-group-single-detail-list small {
  margin-bottom: 4px;
  color: #a59d96;
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.champion-group-single-detail-list strong {
  color: #29292d;
  line-height: 1.35;
  font-size: .9rem;
}
.champion-group-single-join {
  color: #fff;
  border-color: #242426;
  background:
    radial-gradient(circle at 100% 0, rgba(243, 77, 97, .16), transparent 35%), #111112;
}
.champion-group-single-join h3 {
  color: #fff
}
.champion-group-single-join > p {
  color: rgba(255, 255, 255, .58)
}
.champion-group-single-join label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .70);
  font-size: .78rem;
  font-weight: 700;
}
.champion-group-single-join .form-control {
  border-color: rgba(255, 255, 255, .12);
  color: #fff;
  background: rgba(255, 255, 255, .07);
}
.champion-group-single-join .form-control:focus {
  border-color: var(--champion-coral, #f34d61);
  box-shadow: 0 0 0 .2rem rgba(243, 77, 97, .12);
}
.champion-group-single-join .form-control::placeholder {
  color: rgba(255, 255, 255, .34);
}
.champion-group-single-final {
  padding: 105px 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0, rgba(243, 77, 97, .17), transparent 34%), #111112;
}
.champion-group-single-final h2 {
  color: #fff
}
.champion-group-single-final p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .58);
  line-height: 1.7;
}
@media(max-width:991.98px) {
  .champion-group-single-hero {
    padding: 145px 0 75px
  }
  .champion-group-single-sidebar {
    position: static
  }
}
@media(max-width:767.98px) {
  .champion-group-single-hero {
    padding: 125px 0 62px
  }
  .champion-group-single-hero h1 {
    font-size: clamp(3rem, 14vw, 4.8rem)
  }
  .champion-group-single-content {
    padding: 65px 0 80px
  }
  .champion-group-single-leader-grid {
    grid-template-columns: 1fr
  }
  .champion-group-single-image {
    min-height: 220px;
    border-radius: 17px
  }
  .champion-group-single-image img {
    max-height: none
  }
  .champion-group-single-final {
    padding: 80px 0
  }
}

/* =========================================================
   LATEST MESSAGE RESPONSIVE PICTURE FIX
   Uses the Theme Options mobile image through <picture>.
   ========================================================= */
.message-feature{
  position:relative;
}

.message-picture{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
}

.message-feature .message-picture .message-photo{
  position:absolute !important;
  inset:0 !important;
  display:block;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover;
  object-position:center center;
  background:none !important;
}

.message-photo-fallback{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 30% 40%,rgba(255,160,55,.55),transparent 12%),
    radial-gradient(circle at 55% 48%,rgba(230,55,85,.35),transparent 16%),
    linear-gradient(120deg,#111,#4c1c29 55%,#0a0a0c);
}

.message-overlay,.message-feature .play-btn,.message-copy{
  z-index:2;
}

@media(max-width:767.98px){
  .message-feature{
    height:auto !important;
    min-height:0;
    aspect-ratio:4/5;
  }

  .message-feature .message-picture .message-photo{
    object-position:center center;
  }
}


/* =========================================================
   GLOBAL <em> HEADING SPACING TIGHTENING
   Reduces extra vertical gap around gradient-emphasis words
   while preserving enough paint room to avoid clipping.
   ========================================================= */

.hero h1 em,
.display-title em,
.final-cta h2 em,
.champion-page-hero h1 em,
.champion-single-hero h1 em,
.champion-full-width-hero h1 em,
.champion-video-archive-hero h1 em,
.champion-video-single-hero h1 em,
.champion-video-grid-heading h2 em,
.champion-live-hero h1 em,
.champion-events-page-hero h1 em,
.champion-about-hero h1 em,
.champion-about-intro h2 em,
.champion-about-heart h2 em,
.champion-about-vision h2 em,
.champion-about-jesus h2 em,
.champion-about-final h2 em,
.champion-city-hero h1 em,
.champion-city-intro h2 em,
.champion-city-expect h2 em,
.champion-city-spirit h2 em,
.champion-city-final h2 em,
.champion-group-single-hero h1 em,
.champion-group-single-about h2 em,
.champion-group-single-final h2 em {
  display: inline-block !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;

  padding-top: .025em !important;
  padding-bottom: .035em !important;
  padding-left: .01em !important;
  padding-right: .10em !important;

  line-height: .98 !important;
  vertical-align: baseline;
  overflow: visible !important;
}

/* Homepage V2 had an explicit margin-top that made the gap look larger. */
.hero h1 em {
  margin-top: 0 !important;
}

/* Keep hero heading boxes tight while still allowing punctuation/glyph paint room. */
.hero h1,
.champion-page-hero h1,
.champion-single-hero h1,
.champion-full-width-hero h1,
.champion-video-archive-hero h1,
.champion-video-single-hero h1,
.champion-live-hero h1,
.champion-events-page-hero h1,
.champion-about-hero h1,
.champion-city-hero h1,
.champion-group-single-hero h1 {
  padding-top: 0 !important;
  padding-bottom: .035em !important;
}

@media (max-width: 767.98px) {
  .hero h1 em,
  .display-title em,
  .final-cta h2 em,
  .champion-page-hero h1 em,
  .champion-single-hero h1 em,
  .champion-full-width-hero h1 em,
  .champion-video-archive-hero h1 em,
  .champion-video-single-hero h1 em,
  .champion-video-grid-heading h2 em,
  .champion-live-hero h1 em,
  .champion-events-page-hero h1 em,
  .champion-about-hero h1 em,
  .champion-about-intro h2 em,
  .champion-about-heart h2 em,
  .champion-about-vision h2 em,
  .champion-about-jesus h2 em,
  .champion-about-final h2 em,
  .champion-city-hero h1 em,
  .champion-city-intro h2 em,
  .champion-city-expect h2 em,
  .champion-city-spirit h2 em,
  .champion-city-final h2 em,
  .champion-group-single-hero h1 em,
  .champion-group-single-about h2 em,
  .champion-group-single-final h2 em {
    padding-top: .02em !important;
    padding-bottom: .03em !important;
    line-height: .99 !important;
  }
}

