body.church-page {
  background:
    radial-gradient(circle at 82% 8%, rgba(242, 184, 75, 0.16), transparent 29rem),
    radial-gradient(circle at 7% 38%, rgba(22, 131, 255, 0.18), transparent 26rem),
    radial-gradient(circle at 54% 80%, rgba(0, 240, 96, 0.08), transparent 30rem),
    linear-gradient(180deg, #030507 0%, #05080b 48%, #020304 100%);
}

.church-page .nav-cta,
.church-page .button-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #071019;
}

.church-page .button-secondary:hover,
.church-page .nav-links a:hover {
  color: var(--gold-2);
}

.church-page .eyebrow,
.church-page .card-index {
  color: var(--gold);
}

.church-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: center;
  margin: clamp(18px, 3vw, 34px) clamp(18px, 4vw, 54px) 0;
  padding: clamp(34px, 6vw, 74px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 85% 14%, rgba(242, 184, 75, 0.17), transparent 22rem),
    radial-gradient(circle at 18% 78%, rgba(0, 194, 255, 0.12), transparent 24rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.church-hero::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.055);
  pointer-events: none;
}

.church-hero-copy,
.church-pack-preview {
  position: relative;
  z-index: 1;
}

.church-hero h1 {
  max-width: 900px;
}

.church-trust-note,
.church-note,
.church-card p,
.church-package-card p,
.church-package-card li,
.church-style-card p,
.church-process-list p,
.church-flow li,
.church-ai-panel p,
.church-compare-grid li,
.church-demo-card p,
.church-faq-list p {
  color: rgba(216, 226, 232, 0.76);
  line-height: 1.55;
}

.church-trust-note {
  max-width: 680px;
  margin: 18px 0 0;
  font-weight: 800;
}

.church-pack-preview {
  display: grid;
  gap: 14px;
}

.church-input-card,
.church-output-stack article,
.church-card,
.church-package-card,
.church-style-card,
.church-process-list article,
.church-flow-input,
.church-flow-output,
.church-ai-panel,
.church-compare-grid article,
.church-demo-card,
.church-faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 95% 0%, rgba(242, 184, 75, 0.1), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.church-input-card {
  min-height: 280px;
  padding: clamp(28px, 5vw, 46px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.church-hero-video-card {
  display: grid;
  min-height: 0;
  padding: clamp(14px, 2vw, 18px);
  place-items: center;
}

.church-input-card span,
.church-output-stack span,
.church-flow span,
.church-recommended,
.church-demo-thumb span {
  color: var(--gold);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.church-input-card strong {
  display: block;
  max-width: 360px;
  margin: 14px 0;
  font-size: clamp(2.4rem, 4.5vw, 4.5rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.church-output-stack {
  display: grid;
  gap: 14px;
}

.church-output-stack article {
  padding: 22px;
}

.church-output-stack strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
}

.church-card-grid,
.church-package-grid,
.church-style-grid,
.church-process-list,
.church-flow,
.church-mini-grid,
.church-compare-grid,
.church-demo-grid,
.church-example-grid {
  display: grid;
  gap: 14px;
}

.church-examples-section {
  padding-top: clamp(34px, 5vw, 74px);
}

.church-storyboard-section {
  padding-top: clamp(22px, 4vw, 52px);
}

.church-storyboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 18px;
  margin-top: 24px;
}

.church-storyboard-card {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.storyboard-visual {
  position: relative;
  display: grid;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #070b10;
  background-size: 72px 72px;
}

.storyboard-number {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #070b10;
  font-weight: 900;
}

.storyboard-visual img,
.storyboard-visual video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storyboard-cover,
.storyboard-result {
  align-content: center;
  padding: 44px 34px 34px;
}

.storyboard-cover small,
.storyboard-result small {
  color: var(--gold);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.storyboard-cover strong,
.storyboard-result strong {
  display: block;
  margin-top: 16px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.02;
}

.storyboard-cover p,
.storyboard-result p {
  margin: 12px 0 0;
  color: var(--muted);
}

.storyboard-doc,
.caption-card {
  align-self: center;
  width: min(72%, 280px);
  margin: 42px auto 28px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 15, 21, 0.9);
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.storyboard-doc b,
.caption-card b {
  display: block;
  color: var(--white);
}

.storyboard-doc .highlight {
  color: var(--gold);
}

.storyboard-beats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 36px 24px 24px;
}

.storyboard-beats img {
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(242, 184, 75, 0.6);
}

.storyboard-phone,
.storyboard-quote {
  place-items: center;
  padding: 18px;
}

.storyboard-phone video,
.storyboard-quote img {
  width: min(48%, 150px);
  aspect-ratio: 9 / 16;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.caption-card small,
.caption-card span {
  display: block;
  color: var(--gold);
  font-family: "Courier New", ui-monospace, monospace;
  font-weight: 900;
  text-transform: uppercase;
}

.caption-card em {
  display: block;
  margin-top: 14px;
  padding: 8px;
  border: 1px solid var(--gold);
  color: var(--white);
  font-style: normal;
}

.storyboard-copy h3 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  text-transform: uppercase;
}

.storyboard-copy p {
  margin: 8px 0 0;
  color: var(--muted);
}

.church-explainer-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding-top: clamp(34px, 5vw, 74px);
}

.church-explainer-copy {
  max-width: 680px;
}

.church-explainer-copy p:not(.eyebrow) {
  color: rgba(216, 226, 232, 0.76);
  line-height: 1.55;
}

.church-explainer-video {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #020304;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  aspect-ratio: 16 / 9;
}

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

.church-example-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.58fr) minmax(280px, 0.75fr);
  align-items: stretch;
}

.church-example-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 95% 0%, rgba(242, 184, 75, 0.12), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
}

.church-video-frame,
.church-graphic-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #020304;
}

.church-video-frame {
  aspect-ratio: 16 / 9;
}

.church-short-frame {
  aspect-ratio: 9 / 16;
  max-height: 560px;
}

.church-hero-video-frame {
  width: min(100%, 340px);
  aspect-ratio: 9 / 16;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.church-video-example-card .church-short-frame {
  width: min(100%, 315px);
  max-height: none;
  margin: 0 auto;
}

.church-video-example-card .church-short-playback-frame {
  width: min(100%, 315px);
  max-height: none;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
}

.church-video-frame iframe,
.church-video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

.church-video-frame video {
  background: #020304;
}

.church-graphic-frame {
  aspect-ratio: 1 / 1;
}

.church-vertical-graphic-frame {
  aspect-ratio: 9 / 16;
}

.church-graphic-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.church-example-copy {
  padding: 22px;
}

.church-example-copy span {
  color: var(--gold);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.church-example-copy h3 {
  margin-top: 10px;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.church-example-copy p {
  margin-bottom: 0;
  color: rgba(216, 226, 232, 0.76);
  line-height: 1.5;
}

.church-caption-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.church-caption-card {
  min-height: 300px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 184, 75, 0.12), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.church-caption-card span,
.church-caption-card small {
  color: var(--gold);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.church-caption-card h3 {
  margin-top: 14px;
  font-size: clamp(1.25rem, 1.55vw, 1.65rem);
}

.church-caption-card p {
  color: rgba(216, 226, 232, 0.76);
  line-height: 1.5;
}

.church-caption-card small {
  display: block;
  margin-top: 18px;
}

.church-posting-tips {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 22px;
  border: 1px solid rgba(242, 184, 75, 0.2);
  background: rgba(242, 184, 75, 0.08);
  color: rgba(216, 226, 232, 0.78);
}

.church-posting-tips strong {
  color: var(--cream);
}

.church-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.church-card-grid:not(.three) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.church-card-grid:not(.three) .church-card {
  grid-column: span 2;
}

.church-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  padding: 26px;
}

.church-card h3,
.church-package-card h3,
.church-style-card h3,
.church-process-list h3,
.church-flow h3,
.church-compare-grid h3,
.church-demo-card h3 {
  font-size: clamp(1.45rem, 2vw, 2.2rem);
}

.church-process-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.church-process-list article {
  min-height: 300px;
  padding: 26px;
}

.church-process-list span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(242, 184, 75, 0.5);
  border-radius: 50%;
  color: var(--gold-2);
  font-weight: 950;
}

.church-flow {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
}

.church-flow-input,
.church-flow-output {
  padding: clamp(26px, 4vw, 42px);
}

.church-flow-output ul,
.church-package-card ul,
.church-compare-grid ul {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.church-flow-output li::before,
.church-package-card li::before,
.church-compare-grid li::before {
  content: "+ ";
  color: var(--gold);
  font-weight: 900;
}

.church-note {
  max-width: 850px;
  margin: 24px 0 0;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 850;
}

.church-package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.church-package-card {
  position: relative;
  display: flex;
  min-height: 620px;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 28px;
}

.church-package-card .button {
  margin-top: auto;
}

.church-price {
  display: block;
  margin: 20px 0 4px;
  color: var(--gold-2);
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  line-height: 1.08;
}

.church-package-featured {
  border-color: rgba(242, 184, 75, 0.52);
  background:
    radial-gradient(circle at 85% 8%, rgba(242, 184, 75, 0.2), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: 0 0 70px rgba(242, 184, 75, 0.12);
}

.church-recommended {
  align-self: flex-start;
  margin-bottom: 18px;
  border: 1px solid rgba(242, 184, 75, 0.44);
  padding: 8px 10px;
  background: rgba(242, 184, 75, 0.08);
}

.church-style-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.church-style-card,
.church-demo-card {
  min-height: 360px;
  padding: 24px;
}

.church-style-card strong {
  color: rgba(244, 247, 251, 0.92);
}

.church-ai-panel {
  padding: clamp(28px, 5vw, 58px);
}

.church-ai-panel p {
  max-width: 880px;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
}

.church-mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.church-mini-grid span {
  border: 1px solid rgba(242, 184, 75, 0.24);
  background: rgba(242, 184, 75, 0.07);
  padding: 16px;
  color: rgba(244, 247, 251, 0.9);
  font-weight: 900;
}

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

.church-compare-grid article {
  padding: clamp(24px, 4vw, 38px);
}

.church-demo-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.church-demo-thumb {
  position: relative;
  display: grid;
  min-height: 160px;
  place-items: center;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(242, 184, 75, 0.17), transparent 45%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
}

.church-demo-thumb::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.22);
}

.church-demo-thumb span {
  position: relative;
  z-index: 1;
  color: rgba(244, 247, 251, 0.78);
}

.church-faq-list {
  display: grid;
  gap: 12px;
}

.church-faq-list details {
  padding: 22px 24px;
}

.church-faq-list summary {
  cursor: pointer;
  color: rgba(244, 247, 251, 0.94);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 900;
}

.church-faq-list p {
  max-width: 860px;
  margin: 16px 0 0;
}

.church-final-cta .button-primary {
  border-color: rgba(242, 184, 75, 0.7);
}

.church-final-cta .final-cta-portrait {
  width: min(100%, 360px);
  min-height: 0;
  aspect-ratio: 9 / 16;
  justify-self: center;
}

.church-final-cta .final-cta-portrait img,
.church-final-cta .final-cta-portrait svg {
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.church-final-cta .sermon-quote-art {
  display: block;
  width: 100%;
}

.church-home-card {
  border-color: rgba(242, 184, 75, 0.2);
}

@media (max-width: 1180px) {
  .church-card-grid,
  .church-card-grid:not(.three),
  .church-package-grid,
  .church-style-grid,
  .church-process-list,
  .church-demo-grid,
  .church-caption-grid,
  .church-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .church-card-grid:not(.three) .church-card {
    grid-column: auto;
  }

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

  .church-example-wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .church-hero,
  .church-flow,
  .church-explainer-section,
  .church-compare-grid {
    grid-template-columns: 1fr;
  }

  .church-hero {
    margin-inline: 18px;
  }

  .church-pack-preview {
    max-width: 420px;
    margin-inline: auto;
  }

  .church-package-card {
    min-height: auto;
  }
}

@media (max-width: 700px) {
  .church-card-grid,
  .church-card-grid:not(.three),
  .church-package-grid,
  .church-style-grid,
  .church-process-list,
  .church-demo-grid,
  .church-storyboard-grid,
  .church-example-grid,
  .church-caption-grid,
  .church-mini-grid {
    grid-template-columns: 1fr;
  }

  .storyboard-visual {
    min-height: 230px;
  }

  .storyboard-phone video,
  .storyboard-quote img {
    width: min(52%, 170px);
  }

  .church-hero {
    padding: 26px;
  }

  .church-hero-video-card {
    padding: 10px;
  }

  .church-hero-video-frame {
    width: min(100%, 300px);
  }

  .church-input-card strong {
    font-size: 2.3rem;
  }
}
