:root {
  --ink: #070b0c;
  --charcoal: #293437;
  --muted: #687579;
  --paper: #ffffff;
  --soft: #f6faf9;
  --mist: #eaf7f5;
  --blue: #2daab8;
  --blue-ink: #0d6370;
  --green: #59b762;
  --green-ink: #2f8f4d;
  --forest: #0f332f;
  --line: rgba(7, 11, 12, 0.12);
  --line-blue: rgba(45, 170, 184, 0.2);
  --gradient: linear-gradient(135deg, #0d6370 0%, #198486 48%, #2f8f4d 100%);
  --soft-gradient: linear-gradient(135deg, rgba(45, 170, 184, 0.14), rgba(89, 183, 98, 0.13));
  --shadow: 0 26px 80px rgba(7, 11, 12, 0.12);
  --shadow-small: 0 16px 42px rgba(7, 11, 12, 0.08);
  --max: 1200px;
  --gutter: 28px;
  color-scheme: light;
}

.ooi-church-experiences-shortcode {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-weight: 760;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.ce-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 12px 0;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, padding 220ms ease;
}

.ce-header.is-scrolled,
.ce-header.is-open {
  border-bottom-color: rgba(7, 11, 12, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(45, 170, 184, 0.08);
  padding: 7px 0;
  backdrop-filter: blur(18px);
}

.ce-header-inner {
  width: min(100%, calc(var(--max) + (var(--gutter) * 2)));
  min-height: 82px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ce-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.ce-brand img {
  width: 108px;
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.ce-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(7, 11, 12, 0.72);
  font-size: 1rem;
  font-weight: 660;
  line-height: 1.15;
}

.ce-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
}

.ce-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.ce-nav a:hover::after,
.ce-nav a:focus-visible::after {
  transform: scaleX(1);
}

.ce-nav .ce-nav-cta {
  border-radius: 999px;
  background: var(--gradient);
  color: #ffffff !important;
  padding: 12px 20px;
  font-weight: 780;
  box-shadow: 0 12px 24px rgba(45, 170, 184, 0.22);
  -webkit-text-fill-color: #ffffff;
}

.ce-nav .ce-nav-cta::after {
  display: none;
}

.ce-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.ce-nav-toggle span {
  width: 16px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform 180ms ease;
}

.ce-nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.ce-nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

[id] {
  scroll-margin-top: 110px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--charcoal);
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 880px;
  margin-bottom: 26px;
  font-size: clamp(2.9rem, 5.35vw, 5.65rem);
  font-weight: 835;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.25rem, 4.7vw, 4.9rem);
  font-weight: 810;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.42rem;
  font-weight: 780;
}

p {
  color: var(--muted);
  font-size: 1.06rem;
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 20px;
  align-items: center;
  gap: 10px;
  color: var(--blue-ink);
  font-size: 0.76rem;
  font-weight: 835;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 8px;
  border-radius: 999px;
  background: var(--gradient);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--gradient);
  color: #ffffff !important;
  padding: 14px 24px;
  font-size: 0.96rem;
  font-weight: 795;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 15px 35px rgba(45, 170, 184, 0.23);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  -webkit-text-fill-color: #ffffff;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(45, 170, 184, 0.28);
}

.button-light {
  background: #ffffff;
  color: var(--blue-ink) !important;
  -webkit-text-fill-color: var(--blue-ink);
}

.button:focus-visible,
.text-link:focus-visible,
.experience-tab:focus-visible,
.ce-nav-toggle:focus-visible {
  outline: 3px solid rgba(45, 170, 184, 0.35);
  outline-offset: 4px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(45, 170, 184, 0.55);
  padding-bottom: 4px;
  color: var(--blue-ink);
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.2;
}

.arrow-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 12px;
  flex: 0 0 auto;
}

.arrow-icon::before,
.arrow-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

.arrow-icon::before {
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translateY(-50%);
}

.arrow-icon::after {
  right: 1px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.ce-hero,
.ce-belief,
.pathways-section,
.whole-church-section,
.resources-section,
.disciples-section,
.launch-section,
.pastor-section,
.final-section {
  position: relative;
  overflow: hidden;
  padding: 112px max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter)));
}

.ce-hero {
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
  gap: 44px;
  align-items: center;
  padding-top: 156px;
  background:
    radial-gradient(circle at 82% 22%, rgba(89, 183, 98, 0.16), transparent 31%),
    radial-gradient(circle at 12% 83%, rgba(45, 170, 184, 0.13), transparent 30%),
    linear-gradient(120deg, #ffffff 0%, #ffffff 58%, #eef9f7 58%, #fbfdfd 100%);
}

.ce-hero::before {
  content: "";
  position: absolute;
  inset: 104px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(45, 170, 184, 0.24), transparent);
}

.ce-hero-copy,
.ce-hero-visual,
.hero-proof {
  position: relative;
  z-index: 1;
}

.hero-lede {
  max-width: 760px;
  color: var(--charcoal);
  font-size: 1.28rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.ce-hero-visual {
  min-height: 660px;
}

.experience-mark {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(72vw, 440px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.36) 70%),
    var(--soft-gradient);
  box-shadow: inset 0 0 0 1px rgba(45, 170, 184, 0.12), 0 30px 90px rgba(45, 170, 184, 0.14);
  transform: translate(-50%, -50%);
}

.experience-mark::before,
.experience-mark::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.experience-mark::before {
  inset: -18%;
  border: 1px solid rgba(45, 170, 184, 0.16);
}

.experience-mark::after {
  inset: 17%;
  border: 1px solid rgba(89, 183, 98, 0.2);
}

.experience-mark img {
  position: relative;
  z-index: 1;
  width: 84%;
  filter: drop-shadow(0 24px 48px rgba(45, 170, 184, 0.2));
}

.floating-card {
  position: absolute;
  z-index: 2;
  width: min(48%, 250px);
  border: 1px solid rgba(45, 170, 184, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  padding: 18px;
  box-shadow: var(--shadow-small);
  backdrop-filter: blur(16px);
  animation: floatSoft 7s ease-in-out infinite;
}

.floating-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-ink);
  font-size: 0.74rem;
  font-weight: 830;
  text-transform: uppercase;
}

.floating-card strong {
  display: block;
  color: var(--charcoal);
  font-size: 1.34rem;
  line-height: 1.08;
}

.floating-card p {
  margin: 8px 0 0;
  font-size: 0.94rem;
}

.card-outreach {
  top: 42px;
  left: 0;
}

.card-prayer {
  top: 118px;
  right: 0;
  animation-delay: -1.8s;
}

.card-discipleship {
  right: 24px;
  bottom: 116px;
  animation-delay: -3.2s;
}

.system-strip {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 8px;
  border: 1px solid rgba(45, 170, 184, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 8px;
  box-shadow: var(--shadow-small);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.system-strip span {
  border-radius: 999px;
  background: rgba(45, 170, 184, 0.08);
  color: var(--blue-ink);
  padding: 8px 12px;
  font-size: 0.78rem;
  font-weight: 760;
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.hero-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  border-top: 1px solid rgba(45, 170, 184, 0.22);
  margin-top: 8px;
  padding-top: 36px;
}

.hero-proof div {
  display: grid;
  gap: 4px;
}

.hero-proof dt {
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 805;
}

.hero-proof dd {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.ce-belief {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
  background: var(--ink);
}

.ce-belief::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 20%, rgba(45, 170, 184, 0.2), transparent 30%),
    radial-gradient(circle at 88% 76%, rgba(89, 183, 98, 0.16), transparent 28%);
  opacity: 0.9;
}

.belief-path,
.belief-copy {
  position: relative;
  z-index: 1;
}

.belief-path {
  display: grid;
  gap: 14px;
}

.belief-path article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  padding: 22px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(14px);
}

.belief-path article + article {
  margin-left: 32px;
}

.belief-path article:nth-child(3) {
  margin-left: 64px;
}

.belief-path span {
  display: block;
  margin-bottom: 34px;
  color: rgba(129, 220, 226, 0.86);
  font-size: 0.84rem;
  font-weight: 830;
}

.belief-path strong {
  display: block;
  color: #ffffff;
  font-size: 1.26rem;
  font-weight: 800;
  line-height: 1.1;
}

.belief-path p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.96rem;
  line-height: 1.42;
}

.belief-copy h2,
.belief-copy p {
  color: #ffffff;
}

.belief-copy p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.22rem;
}

.belief-copy .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.pathways-section {
  background: var(--soft);
}

.section-heading,
.resource-heading,
.launch-heading {
  max-width: 820px;
  margin-bottom: 52px;
}

.section-heading p:not(.eyebrow),
.resource-heading p:not(.eyebrow) {
  max-width: 690px;
  font-size: 1.16rem;
}

.experience-builder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

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

.experience-tab {
  width: 100%;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border: 1px solid rgba(45, 170, 184, 0.15);
  border-radius: 18px;
  background: #ffffff;
  color: var(--charcoal);
  min-height: 144px;
  padding: 22px;
  text-align: left;
  box-shadow: 0 12px 30px rgba(7, 11, 12, 0.04);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.experience-tab:hover,
.experience-tab.is-active {
  border-color: rgba(45, 170, 184, 0.34);
  background: linear-gradient(135deg, #ffffff, #f4fbfa);
  box-shadow: var(--shadow-small);
  transform: translateY(-2px);
}

.experience-tab span {
  color: var(--blue-ink);
  font-size: 0.92rem;
  font-weight: 780;
}

.experience-tab strong {
  display: block;
  color: var(--charcoal);
  font-size: 1.18rem;
  font-weight: 790;
  line-height: 1.08;
}

.experience-tab em {
  grid-column: 2;
  justify-self: start;
  border-radius: 999px;
  background: rgba(89, 183, 98, 0.12);
  color: var(--green-ink);
  padding: 8px 12px;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 820;
  white-space: nowrap;
}

.experience-panel {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.15fr);
  gap: clamp(28px, 4vw, 46px);
  align-items: stretch;
  border: 1px solid rgba(45, 170, 184, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 14%, rgba(89, 183, 98, 0.2), transparent 32%),
    linear-gradient(135deg, #ffffff, #f8fcfb);
  padding: clamp(28px, 4.4vw, 48px);
  box-shadow: var(--shadow);
}

.panel-content {
  min-width: 0;
  align-self: center;
}

.panel-label {
  display: inline-flex;
  margin-bottom: 30px;
  border: 1px solid rgba(45, 170, 184, 0.2);
  border-radius: 999px;
  color: var(--blue-ink);
  padding: 8px 12px;
  font-size: 0.76rem;
  font-weight: 830;
  text-transform: uppercase;
}

.experience-panel h3 {
  max-width: 660px;
  margin-bottom: 22px;
  font-size: clamp(1.95rem, 3vw, 3.05rem);
}

.experience-panel p:not(.panel-label) {
  max-width: 680px;
  color: var(--charcoal);
  font-size: 1.08rem;
  line-height: 1.62;
}

.panel-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.panel-list span {
  border: 1px solid rgba(45, 170, 184, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--blue-ink);
  padding: 10px 14px;
  font-size: 0.9rem;
  font-weight: 740;
}

.panel-video {
  position: relative;
  min-width: 0;
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(45, 170, 184, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(13, 99, 112, 0.92), rgba(47, 143, 77, 0.88)),
    var(--forest);
  box-shadow: 0 22px 58px rgba(7, 11, 12, 0.16);
}

.panel-video::before {
  content: "";
  display: block;
  aspect-ratio: 16 / 9;
}

.panel-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.whole-church-section {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(520px, 1fr);
  gap: 64px;
  align-items: center;
}

.whole-copy p:not(.eyebrow) {
  max-width: 610px;
  font-size: 1.18rem;
}

.alignment-map {
  min-height: 650px;
  position: relative;
}

.alignment-map::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 420px;
  aspect-ratio: 1;
  border: 1px solid rgba(45, 170, 184, 0.18);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.alignment-center {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 230px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--gradient);
  color: #ffffff;
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow);
  transform: translate(-50%, -50%);
}

.alignment-center span {
  font-size: 1.32rem;
  font-weight: 820;
  line-height: 1.08;
}

.alignment-map article {
  position: absolute;
  width: 210px;
  border: 1px solid rgba(45, 170, 184, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  padding: 18px;
  box-shadow: var(--shadow-small);
}

.alignment-map article span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-ink);
  font-size: 0.72rem;
  font-weight: 830;
  text-transform: uppercase;
}

.alignment-map article strong {
  display: block;
  color: var(--charcoal);
  font-size: 1.08rem;
  line-height: 1.12;
}

.alignment-map article:nth-of-type(1) {
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}

.alignment-map article:nth-of-type(2) {
  top: 138px;
  right: 0;
}

.alignment-map article:nth-of-type(3) {
  right: 16px;
  bottom: 110px;
}

.alignment-map article:nth-of-type(4) {
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.alignment-map article:nth-of-type(5) {
  bottom: 110px;
  left: 16px;
}

.alignment-map article:nth-of-type(6) {
  top: 138px;
  left: 0;
}

.resources-section {
  background:
    linear-gradient(180deg, #f7fbfa 0%, #ffffff 100%);
}

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

.resource-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(45, 170, 184, 0.16);
  border-radius: 20px;
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 12px 32px rgba(7, 11, 12, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.resource-card:hover {
  border-color: rgba(45, 170, 184, 0.28);
  box-shadow: var(--shadow-small);
  transform: translateY(-4px);
}

.resource-card span {
  color: var(--blue-ink);
  font-size: 0.76rem;
  font-weight: 830;
  text-transform: uppercase;
}

.resource-card p {
  margin-bottom: 0;
}

.disciples-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  background: var(--soft);
}

.disciples-copy p:not(.eyebrow) {
  max-width: 620px;
  font-size: 1.16rem;
}

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

.markers-grid span {
  min-height: 92px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(45, 170, 184, 0.16);
  border-radius: 18px;
  background: #ffffff;
  color: var(--charcoal);
  padding: 18px;
  font-size: 1.04rem;
  font-weight: 780;
  box-shadow: 0 10px 26px rgba(7, 11, 12, 0.04);
}

.markers-grid span:nth-child(7) {
  grid-column: 1 / -1;
  background: var(--gradient);
  color: #ffffff;
}

.launch-section {
  background: #ffffff;
}

.launch-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-blue);
  border-bottom: 1px solid var(--line-blue);
}

.launch-step {
  min-height: 360px;
  border-right: 1px solid var(--line-blue);
  padding: 34px 26px;
}

.launch-step:last-child {
  border-right: 0;
}

.launch-step span {
  display: inline-flex;
  margin-bottom: 72px;
  color: var(--blue-ink);
  font-size: 0.88rem;
  font-weight: 820;
}

.launch-step h3 {
  font-size: 1.5rem;
}

.pastor-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
  background: var(--ink);
}

.pastor-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 86% 20%, rgba(89, 183, 98, 0.14), transparent 32%),
    radial-gradient(circle at 20% 70%, rgba(45, 170, 184, 0.16), transparent 30%);
}

.pastor-quote,
.pastor-copy {
  position: relative;
  z-index: 1;
}

.pastor-quote {
  border-left: 4px solid var(--green);
  padding-left: 28px;
}

.pastor-quote p {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4.1rem);
  font-weight: 805;
  line-height: 1.02;
}

.pastor-quote span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  font-weight: 760;
}

.pastor-copy h2,
.pastor-copy p {
  color: #ffffff;
}

.pastor-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.16rem;
}

.pastor-copy .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.final-section {
  min-height: 680px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.22), transparent 26%),
    var(--gradient);
  text-align: center;
}

.final-panel {
  width: min(100%, 850px);
}

.final-panel img {
  width: 132px;
  margin: 0 auto 22px;
  opacity: 0.74;
  filter: invert(1);
}

.final-panel h2,
.final-panel p,
.final-panel .eyebrow {
  color: #ffffff;
}

.final-panel .eyebrow::before {
  background: rgba(255, 255, 255, 0.82);
}

.final-panel p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.18rem;
}

.mobile-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 70;
  display: none;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--gradient);
  color: #ffffff !important;
  font-size: 0.96rem;
  font-weight: 800;
  box-shadow: 0 20px 45px rgba(7, 11, 12, 0.18);
  transform: translateY(92px);
  transition: transform 220ms ease;
  -webkit-text-fill-color: #ffffff;
}

.mobile-cta.is-visible {
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .ce-hero,
  .whole-church-section,
  .disciples-section,
  .pastor-section {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 780px;
    font-size: clamp(2.75rem, 5.2vw, 4.15rem);
  }

  .ce-hero {
    min-height: auto;
    gap: 30px;
    padding-top: 138px;
  }

  .ce-hero-visual {
    min-height: 560px;
  }

  .whole-church-section {
    gap: 36px;
  }

  .alignment-map {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }

  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experience-panel {
    grid-template-columns: 1fr;
  }

  .panel-video {
    order: -1;
  }

  .launch-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-step:nth-child(2) {
    border-right: 0;
  }

  .launch-step:nth-child(1),
  .launch-step:nth-child(2) {
    border-bottom: 1px solid var(--line-blue);
  }
}

@media (max-width: 860px) {
  :root {
    --gutter: 20px;
  }

  .ce-header {
    padding: 8px 0;
  }

  .ce-header-inner {
    min-height: 70px;
  }

  .ce-brand img {
    width: 88px;
    height: 56px;
  }

  .ce-nav-toggle {
    display: inline-flex;
  }

  .ce-nav {
    position: fixed;
    inset: 86px 16px auto;
    display: grid;
    gap: 0;
    border: 1px solid rgba(45, 170, 184, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    padding: 10px;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(18px);
  }

  .ce-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .ce-nav a {
    border-radius: 14px;
    padding: 14px;
  }

  .ce-nav a::after {
    display: none;
  }

  .ce-nav .ce-nav-cta {
    justify-content: center;
    margin-top: 6px;
  }

  .ce-hero,
  .ce-belief,
  .pathways-section,
  .whole-church-section,
  .resources-section,
  .disciples-section,
  .launch-section,
  .pastor-section,
  .final-section {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .ce-hero {
    min-height: auto;
    padding-top: 126px;
    background:
      radial-gradient(circle at 76% 14%, rgba(89, 183, 98, 0.16), transparent 30%),
      linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #eef9f7 50%, #fbfdfd 100%);
  }

  h1 {
    font-size: clamp(2.6rem, 9.5vw, 3.55rem);
  }

  h2 {
    font-size: clamp(2.15rem, 10vw, 3.8rem);
  }

  .hero-lede,
  .section-heading p:not(.eyebrow),
  .resource-heading p:not(.eyebrow),
  .whole-copy p:not(.eyebrow),
  .disciples-copy p:not(.eyebrow),
  .pastor-copy p:not(.eyebrow) {
    font-size: 1.05rem;
  }

  .hero-proof,
  .ce-belief {
    grid-template-columns: 1fr;
  }

  .belief-path {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .belief-path article,
  .belief-path article + article,
  .belief-path article:nth-child(3) {
    margin-left: 0;
  }

  .belief-path span {
    margin-bottom: 26px;
  }

  .experience-tab {
    grid-template-columns: 34px 1fr;
    min-height: auto;
  }

  .experience-tab em {
    grid-column: 2;
    justify-self: start;
  }

  .alignment-map {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .alignment-map::before,
  .alignment-center {
    display: none;
  }

  .alignment-map article,
  .alignment-map article:nth-of-type(n) {
    position: static;
    width: auto;
    transform: none;
  }

  .markers-grid,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .launch-steps {
    grid-template-columns: 1fr;
  }

  .launch-step,
  .launch-step:nth-child(n) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-blue);
  }

  .launch-step:last-child {
    border-bottom: 0;
  }

  .launch-step span {
    margin-bottom: 44px;
  }

  .mobile-cta {
    display: flex;
  }
}

@media (max-width: 620px) {
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    justify-content: center;
  }

  .ce-hero-visual {
    min-height: 520px;
  }

  .experience-mark {
    width: min(78vw, 320px);
  }

  .floating-card {
    width: 46%;
    border-radius: 16px;
    padding: 14px;
  }

  .floating-card strong {
    font-size: 1.05rem;
  }

  .floating-card p {
    font-size: 0.82rem;
  }

  .card-outreach {
    top: 22px;
  }

  .card-prayer {
    top: 92px;
  }

  .card-discipleship {
    right: 0;
    bottom: 104px;
  }

  .system-strip {
    left: 50%;
    bottom: 0;
    grid-template-columns: repeat(2, auto);
    transform: translateX(-50%);
  }

  .hero-proof {
    gap: 18px;
  }

  .experience-panel {
    border-radius: 22px;
  }

  .experience-tabs {
    grid-template-columns: 1fr;
  }

  .alignment-map {
    grid-template-columns: 1fr;
  }

  .final-panel img {
    width: 112px;
  }
}

@media (max-width: 430px) {
  .ce-hero,
  .ce-belief,
  .pathways-section,
  .whole-church-section,
  .resources-section,
  .disciples-section,
  .launch-section,
  .pastor-section,
  .final-section {
    padding-inline: 18px;
  }

  .ce-hero-visual {
    min-height: 500px;
  }

  .experience-mark {
    width: 280px;
  }

  .floating-card {
    width: 160px;
  }

  .system-strip {
    bottom: 0;
  }

  .belief-path {
    grid-template-columns: 1fr;
  }
}
