﻿:root {
  --ink: #ffffff;
  --muted: #b9c4d7;
  --navy: #06152d;
  --navy-2: #0c2448;
  --navy-3: #102f5c;
  --gold: #d9aa3b;
  --gold-2: #ffe6a6;
  --line: rgba(255, 255, 255, 0.16);
  --panel: rgba(255, 255, 255, 0.075);
  --shadow: rgba(0, 0, 0, 0.36);
  --radius: 18px;
  color-scheme: dark;
  font-family: "Segoe UI", "Aptos", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 6%, rgba(217, 170, 59, 0.16), transparent 28rem),
    radial-gradient(circle at 82% 22%, rgba(44, 103, 184, 0.2), transparent 34rem),
    linear-gradient(145deg, #030914 0%, var(--navy) 42%, #071021 100%);
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 10px;
  left: 50%;
  width: min(860px, calc(100% - 20px));
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 8px 16px 6px;
  overflow: visible;
  isolation: isolate;
  border: 1px solid rgba(255, 230, 166, 0.28);
  border-radius: 18px;
  background: rgba(4, 13, 29, 0.72);
  box-shadow: 0 20px 70px var(--shadow);
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    115deg,
    rgba(217, 170, 59, 0.18),
    rgba(255, 230, 166, 0.95),
    rgba(217, 170, 59, 0.34),
    rgba(255, 255, 255, 0.08),
    rgba(217, 170, 59, 0.68)
  );
  background-size: 260% 260%;
  pointer-events: none;
  animation: menu-border-shimmer 5.5s linear infinite;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-size: 0.98rem;
  letter-spacing: 0.01em;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.76rem;
}

.translate-control {
  position: absolute;
  right: 16px;
  top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(255, 230, 166, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.translate-control label {
  color: var(--gold-2);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.translate-control select {
  min-height: 28px;
  max-width: 88px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px 0 10px;
  color: #071225;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
}

#google_translate_element,
.goog-te-banner-frame,
.goog-te-gadget,
.skiptranslate,
iframe.skiptranslate,
iframe[id*="container"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
}

html,
body {
  top: 0 !important;
  margin-top: 0 !important;
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-wrap: wrap;
  color: #d9e3f4;
  font-size: 0.9rem;
  font-weight: 800;
}

.site-header nav > a,
.nav-dropdown > summary {
  padding: 10px 14px;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 160ms ease;
}

.site-header nav > a:hover,
.site-header nav > a:focus-visible,
.nav-dropdown > summary:hover,
.nav-dropdown > summary:focus-visible,
.nav-dropdown[open] > summary {
  color: var(--gold-2);
  background: rgba(217, 170, 59, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 230, 166, 0.28);
  outline: none;
}

.site-header nav > a:active,
.nav-dropdown > summary:active,
.button:active {
  transform: translateY(1px);
}

.nav-dropdown,
.mobile-site-menu {
  position: relative;
}

.nav-dropdown > summary,
.mobile-site-menu > summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.nav-dropdown > summary::-webkit-details-marker,
.mobile-site-menu > summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown > summary::after,
.mobile-site-menu > summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--gold-2);
  border-bottom: 2px solid var(--gold-2);
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.nav-dropdown[open] > summary::after,
.mobile-site-menu[open] > summary::after {
  transform: translateY(1px) rotate(225deg);
}

.nav-dropdown-menu,
.mobile-menu-panel {
  position: absolute;
  z-index: 60;
  display: grid;
  gap: 4px;
  min-width: 180px;
  padding: 8px;
  border: 1px solid rgba(255, 230, 166, 0.28);
  border-radius: 16px;
  background: rgba(4, 13, 29, 0.94);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.nav-dropdown-menu {
  top: calc(100% + 12px);
  right: 0;
}

.nav-dropdown-menu a,
.mobile-menu-panel a,
.mobile-menu-panel span {
  padding: 10px 12px;
  border-radius: 12px;
  color: #d9e3f4;
  line-height: 1.15;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible,
.mobile-menu-panel a:hover,
.mobile-menu-panel a:focus-visible {
  color: #071225;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  outline: none;
}

.mobile-menu-panel span {
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-site-menu {
  display: none;
}

@keyframes menu-border-shimmer {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 260% 50%;
  }
}

@keyframes button-sheen {
  0% {
    left: -60%;
  }

  100% {
    left: 125%;
  }
}

.nav-cta {
  color: #09111f;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 160px max(24px, calc((100vw - 1180px) / 2)) 70px;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 10, 23, 0.88) 0%, rgba(5, 15, 34, 0.72) 34%, rgba(5, 15, 34, 0.08) 72%),
    linear-gradient(180deg, rgba(3, 8, 18, 0.2) 0%, rgba(3, 8, 18, 0.66) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(640px, 100%);
  padding-top: 24px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 13.5ch;
  margin-bottom: 20px;
  font-size: clamp(2.45rem, 4.9vw, 4.95rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 550px;
  margin-bottom: 30px;
  color: #dae5f7;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.55;
}

.hero-actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 850;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button::after,
.blog-card a::after,
.step-list a::after,
.social-links a::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -60%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  opacity: 0;
  pointer-events: none;
}

.button:hover,
.button:focus-visible,
.blog-card a:hover,
.blog-card a:focus-visible,
.step-list a:hover,
.step-list a:focus-visible,
.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(217, 170, 59, 0.18);
  outline: none;
}

.button:hover::after,
.button:focus-visible::after,
.blog-card a:hover::after,
.blog-card a:focus-visible::after,
.step-list a:hover::after,
.step-list a:focus-visible::after,
.social-links a:hover::after,
.social-links a:focus-visible::after {
  animation: button-sheen 760ms ease;
  opacity: 1;
}

.button.primary {
  color: #061225;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 16px 40px rgba(217, 170, 59, 0.25);
}

.button.secondary,
.button.ghost {
  color: #f7fbff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.quick-info {
  width: min(1180px, calc(100% - 32px));
  margin: -54px auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 70px var(--shadow);
}

.quick-info div {
  padding: 24px;
  background: rgba(6, 21, 45, 0.9);
}

.quick-info span,
.pastor-details span,
dt {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-2);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-info strong {
  font-size: 1.02rem;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 110px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
}

#mission > .section-kicker {
  display: inline-flex;
  width: fit-content;
  color: var(--gold);
  font-size: 1.08rem;
  line-height: 1.75;
  text-shadow: 0 0 18px rgba(255, 230, 166, 0.28);
}

.statement {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(217,170,59,0.25);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
  box-shadow: 0 0 30px rgba(217,170,59,0.1), 0 0 60px rgba(217,170,59,0.05), 0 24px 80px rgba(0, 0, 0, 0.22);
}

.statement::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -76px;
  bottom: -88px;
  border-radius: 999px;
  border: 1px solid rgba(217, 170, 59, 0.38);
  background: rgba(217, 170, 59, 0.08);
}

.statement-label {
  color: var(--gold-2);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.statement h2,
.section-heading h2,
.pastor-copy h2,
.visit-card h2 {
  margin-bottom: 18px;
  font-size: clamp(1.85rem, 2.9vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.statement p:not(.statement-label),
.section-heading p,
.pastor-copy p,
.visit-card p {
  color: #d3deef;
  font-size: 1.08rem;
  line-height: 1.75;
}

.vision-card {
  background:
    linear-gradient(145deg, rgba(16, 47, 92, 0.74), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at 90% 10%, rgba(217, 170, 59, 0.22), transparent 22rem);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.values .section-heading .section-kicker {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(255, 230, 166, 0.28);
}

#ministries .section-heading .section-kicker {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(255, 230, 166, 0.28);
}

#blog .section-heading .section-kicker {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(255, 230, 166, 0.28);
}

#live .section-kicker {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(255, 230, 166, 0.28);
}

.social-feed-section .section-kicker {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(255, 230, 166, 0.28);
}

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

.value-grid article,
.welcome-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.065);
}

.value-grid span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
  border: 1px solid rgba(217, 170, 59, 0.55);
  border-radius: 999px;
  color: var(--gold-2);
  font-weight: 900;
}

.value-grid h3,
.welcome-grid h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.value-grid p,
.welcome-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.welcome-section {
  padding-bottom: 60px;
}

.welcome-lead {
  max-width: 780px;
  margin-bottom: 34px;
}

.welcome-lead h2 {
  margin-bottom: 18px;
  font-size: clamp(1.85rem, 3vw, 3.25rem);
  line-height: 1.08;
}

.welcome-lead p {
  color: #d3deef;
  font-size: 1.08rem;
  line-height: 1.75;
}

.welcome-lead .section-kicker {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(255, 230, 166, 0.28);
}

.welcome-grid article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.welcome-grid span,
.ministry-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(217, 170, 59, 0.38);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ministries-section {
  padding-top: 30px;
}

.ministry-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr 0.82fr;
  grid-auto-rows: minmax(250px, auto);
  gap: 18px;
}

.ministry-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.065);
}

.ministry-grid h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

.ministry-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.ministry-feature {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 22% 18%, rgba(217, 170, 59, 0.22), transparent 24rem),
    linear-gradient(145deg, rgba(16, 47, 92, 0.9), rgba(255, 255, 255, 0.07)) !important;
}

.ministry-feature h3 {
  max-width: 10ch;
  font-size: clamp(1.85rem, 2.9vw, 3.15rem);
  line-height: 1.08;
}

.pastor-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 110px;
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) 1.14fr;
  align-items: end;
  gap: clamp(26px, 5vw, 70px);
  padding: 34px 34px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 20%, rgba(217, 170, 59, 0.22), transparent 24rem),
    linear-gradient(135deg, rgba(16, 47, 92, 0.7), rgba(5, 15, 34, 0.94));
}

.pastor-image {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pastor-image img {
  max-height: 680px;
  width: min(480px, 100%);
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.32));
}

.pastor-copy {
  padding: clamp(26px, 5vw, 70px) 0 clamp(38px, 6vw, 88px);
}

.pastor-copy .section-kicker {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(255, 230, 166, 0.28);
}

.pastor-copy p {
  max-width: 620px;
}

.pastor-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.pastor-details div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.blog-section {
  padding-top: 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.95fr;
  gap: 18px;
}

.blog-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.065);
}

.blog-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(217, 170, 59, 0.38);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.12;
}

.blog-card p {
  color: var(--muted);
  line-height: 1.65;
}

.blog-card a {
  position: relative;
  overflow: hidden;
  margin-top: auto;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #071225;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 850;
}

.events-card {
  background:
    radial-gradient(circle at 18% 18%, rgba(217, 170, 59, 0.18), transparent 20rem),
    rgba(255, 255, 255, 0.065);
}

.prayer-card {
  background:
    radial-gradient(circle at 84% 8%, rgba(44, 103, 184, 0.2), transparent 20rem),
    rgba(255, 255, 255, 0.065);
}

.gallery-card {
  background:
    linear-gradient(145deg, rgba(16, 47, 92, 0.62), rgba(255, 255, 255, 0.065)),
    rgba(255, 255, 255, 0.065);
}

.social-live-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 16% 16%, rgba(217, 170, 59, 0.2), transparent 26rem),
    linear-gradient(135deg, rgba(16, 47, 92, 0.72), rgba(5, 15, 34, 0.92));
}

.live-copy h2 {
  max-width: 12ch;
  margin-bottom: 18px;
  font-size: clamp(1.85rem, 2.9vw, 3.15rem);
  line-height: 1.08;
}

.live-copy p {
  max-width: 580px;
  color: #d3deef;
  font-size: 1.08rem;
  line-height: 1.75;
}

.live-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.youtube-player {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 360px;
  align-content: space-between;
  padding: 20px;
  border: 1px solid rgba(255, 230, 166, 0.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 24% 14%, rgba(255, 230, 166, 0.22), transparent 18rem),
    linear-gradient(145deg, rgba(6, 21, 45, 0.92), rgba(14, 45, 88, 0.78));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 28px 70px rgba(0, 0, 0, 0.26);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.youtube-player:hover,
.youtube-player:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 230, 166, 0.48);
  box-shadow: inset 0 0 0 1px rgba(255, 230, 166, 0.12), 0 34px 80px rgba(0, 0, 0, 0.34);
  outline: none;
}

.player-top,
.player-meta {
  position: relative;
  z-index: 2;
}

.player-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 12px;
  border: 1px solid rgba(255, 230, 166, 0.2);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.player-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ff4545;
  box-shadow: 0 0 18px rgba(255, 69, 69, 0.58);
}

.player-screen {
  position: absolute;
  inset: 70px 20px 106px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: calc(var(--radius) - 8px);
  background:
    linear-gradient(135deg, rgba(4, 13, 29, 0.48), rgba(4, 13, 29, 0.1)),
    radial-gradient(circle at 50% 42%, rgba(217, 170, 59, 0.2), transparent 15rem);
}

.player-screen img {
  width: min(170px, 38%);
  opacity: 0.88;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.34));
}

.play-button {
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 18px 42px rgba(217, 170, 59, 0.3);
}

.play-button::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 24px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 21px solid #071225;
}

.player-meta {
  align-self: end;
  padding-top: 220px;
}

.player-meta strong,
.player-meta span {
  display: block;
}

.player-meta strong {
  max-width: 420px;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.5;
}

.player-meta span {
  margin-top: 6px;
  color: var(--gold-2);
  font-weight: 900;
}

.social-feed-section {
  width: min(1180px, calc(100% - 32px));
  margin: -64px auto 110px;
}

.social-feed-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.social-feed-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 14% 0%, rgba(217, 170, 59, 0.16), transparent 16rem),
    rgba(255, 255, 255, 0.06);
}

.social-feed-grid h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.social-feed-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.social-feed-grid a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--gold-2);
  font-weight: 900;
}

.category-hero {
  position: relative;
  min-height: 78dvh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 120px max(24px, calc((100vw - 1180px) / 2)) 80px;
  background-image: var(--category-image);
  background-size: cover;
  background-position: center;
}

.category-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 10, 23, 0.9) 0%, rgba(5, 15, 34, 0.68) 42%, rgba(5, 15, 34, 0.1) 82%),
    linear-gradient(180deg, rgba(3, 8, 18, 0.12) 0%, rgba(3, 8, 18, 0.64) 100%);
}

.category-hero-content {
  position: relative;
  z-index: 2;
  width: min(660px, 100%);
}

.category-hero h1 {
  max-width: 16ch;
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1.08;
}

.category-content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 100px 0 110px;
}

.category-lead {
  max-width: 820px;
  margin-bottom: 34px;
}

.category-lead h2 {
  margin-bottom: 18px;
  font-size: clamp(1.85rem, 2.9vw, 3.15rem);
  line-height: 1.08;
}

.category-lead p {
  color: #d3deef;
  font-size: 1.08rem;
  line-height: 1.75;
}

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

.category-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.065);
}

.category-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(217, 170, 59, 0.38);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-grid h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.category-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.explore-section {
  padding-top: 0;
}
.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
}
.explore-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 28px 20px;
  border: 1px solid rgba(255, 230, 166, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  transition: all 200ms ease;
}
.explore-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 230, 166, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.explore-icon {
  font-size: 1.8rem;
  color: var(--gold);
  line-height: 1;
}
.explore-card strong {
  color: var(--gold-2);
  font-size: 1rem;
  font-weight: 800;
}
.explore-card small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.next-steps {
  padding-top: 0;
}

.step-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
}

.step-list article {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  background: rgba(6, 21, 45, 0.88);
}

.step-list span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(217, 170, 59, 0.5);
  border-radius: 999px;
  color: var(--gold-2);
  font-weight: 900;
}

.step-list h3 {
  margin-bottom: 6px;
  font-size: 1.25rem;
}

.step-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.step-list a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  min-width: 128px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #071225;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 850;
  white-space: nowrap;
}

.faq-section {
  padding-top: 0;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.065);
}

.faq-list summary {
  cursor: pointer;
  padding: 24px;
  color: #f7fbff;
  font-size: 1.1rem;
  font-weight: 850;
}

.faq-list p {
  margin: -8px 24px 24px;
  color: var(--muted);
  line-height: 1.65;
}

.visit-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 110px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}

.visit-card,
.location-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.065);
}

.visit-card {
  min-height: 430px;
  padding: clamp(30px, 5vw, 58px);
}

.location-panel {
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(217, 170, 59, 0.18), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.065);
}

.location-panel img {
  width: 118px;
  height: 118px;
  margin-bottom: 28px;
  border-radius: 999px;
  object-fit: cover;
}

dl,
dd {
  margin: 0;
}

.location-panel dl {
  display: grid;
  gap: 22px;
}

dd {
  color: #e8effb;
  line-height: 1.55;
}

.location-panel a {
  overflow-wrap: anywhere;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 50px 0 42px;
  border-top: 1px solid var(--line);
  color: #eef4ff;
}

.footer-main {
  display: grid;
  grid-template-columns: 0.85fr 1.45fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.footer-brand p,
.footer-bottom p {
  margin-bottom: 6px;
  color: #ffffff;
}
.footer-bottom p:last-child {
  margin-bottom: 0;
}
.footer-501c3 {
  color: var(--gold-2) !important;
  font-size: 0.75rem !important;
  margin-bottom: 10px !important;
  opacity: 0.85;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  object-fit: cover;
}

.footer-logo strong,
.footer-logo small {
  display: block;
}

.footer-logo strong {
  color: var(--ink);
  font-weight: 900;
}

.footer-logo small {
  margin-top: 3px;
  color: #dce7f7;
  font-size: 0.78rem;
}

.footer-brand p {
  max-width: 320px;
  line-height: 1.65;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.social-links a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #edf4ff;
  font-weight: 800;
}

.social-icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #071225;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 1.1rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.social-icon-ig {
  font-size: 0.74rem;
  letter-spacing: 0;
}

.social-icon-yt {
  font-size: 0.72rem;
  letter-spacing: 0;
}

.location-social-links {
  margin-top: 4px;
}

.location-social-links a {
  padding-right: 12px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  font-size: 0.95rem;
}

.footer-nav div {
  display: grid;
  gap: 10px;
}

.footer-nav h2 {
  margin: 0 0 4px;
  color: var(--gold-2);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-nav a,
.footer-bottom a {
  color: #edf4ff;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.footer-nav a {
  padding: 0;
  border-radius: 0;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--gold-2);
  outline: none;
}

.footer-bottom {
  display: block;
  text-align: center;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  color: var(--gold-2);
  font-weight: 900;
}

.policy-page {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 150px 0 110px;
}

.policy-hero {
  margin-bottom: 34px;
}

.policy-hero h1 {
  max-width: 14ch;
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1.08;
}

.policy-hero p {
  max-width: 760px;
  color: #d3deef;
  font-size: 1.08rem;
  line-height: 1.75;
}

.not-found-page .section-kicker {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(255, 230, 166, 0.28);
}

.not-found-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.not-found-links a {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 16% 0%, rgba(217, 170, 59, 0.16), transparent 16rem),
    rgba(255, 255, 255, 0.065);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.not-found-links a:hover,
.not-found-links a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 230, 166, 0.44);
  background:
    radial-gradient(circle at 16% 0%, rgba(217, 170, 59, 0.22), transparent 16rem),
    rgba(255, 255, 255, 0.09);
  outline: none;
}

.not-found-links span {
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid rgba(217, 170, 59, 0.38);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.not-found-links strong {
  color: #f7f9ff;
  font-size: 1.08rem;
  line-height: 1.45;
}

.policy-content {
  display: grid;
  gap: 18px;
}

.policy-block {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.065);
}

.policy-block h2 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.15;
}

.policy-block p,
.policy-block li {
  color: var(--muted);
  line-height: 1.7;
}

.policy-block p:last-child,
.policy-block ul:last-child {
  margin-bottom: 0;
}

.policy-block ul {
  display: grid;
  gap: 8px;
  padding-left: 1.2rem;
}

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

@media (max-width: 860px) {
  .site-header {
    position: absolute;
    top: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: min(1180px, calc(100% - 24px));
    padding: 8px 12px;
    border-radius: 999px;
  }

  .site-header nav {
    display: none;
  }

  .brand {
    margin-bottom: 0;
    justify-content: flex-start;
  }

  .mobile-site-menu {
    display: block;
    color: #d9e3f4;
    font-size: 0.88rem;
    font-weight: 900;
  }

  .translate-control {
    position: static;
    margin-left: auto;
    gap: 0;
    padding: 4px;
  }

  .translate-control label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .translate-control select {
    min-height: 42px;
    max-width: 118px;
    padding: 0 24px 0 12px;
    font-size: 0.84rem;
  }

  .mobile-site-menu > summary {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border: 1px solid rgba(255, 230, 166, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
  }

  .mobile-site-menu > summary:hover,
  .mobile-site-menu > summary:focus-visible,
  .mobile-site-menu[open] > summary {
    color: var(--gold-2);
    background: rgba(217, 170, 59, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 230, 166, 0.28);
    outline: none;
  }

  .mobile-menu-panel {
    top: calc(100% + 12px);
    right: 0;
    width: min(270px, calc(100vw - 40px));
  }

  .hero {
    min-height: 100svh;
    align-items: end;
    padding: 116px 18px 64px;
  }

  .category-hero {
    min-height: 72dvh;
    padding: 112px 18px 72px;
    background-position: 64% center;
  }

  .hero-bg {
    object-position: 82% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(3, 10, 23, 0.96) 0%, rgba(5, 15, 34, 0.72) 52%, rgba(5, 15, 34, 0.2) 100%),
      linear-gradient(180deg, rgba(3, 8, 18, 0.04) 0%, rgba(3, 8, 18, 0.48) 42%, rgba(3, 8, 18, 0.88) 100%);
  }

  .hero-content {
    width: min(100%, 520px);
    padding-top: 0;
  }

  h1 {
    max-width: 13ch;
    font-size: clamp(2.1rem, 9.6vw, 3.25rem);
    line-height: 1.08;
  }

  .category-hero h1 {
    max-width: 15ch;
    font-size: clamp(1.85rem, 8vw, 2.85rem);
    line-height: 1.12;
  }

  .statement h2,
  .section-heading h2,
  .pastor-copy h2,
  .visit-card h2,
  .welcome-lead h2,
  .live-copy h2,
  .category-lead h2 {
    font-size: clamp(1.65rem, 7vw, 2.45rem);
    line-height: 1.12;
  }

  .ministry-feature h3 {
    max-width: 12ch;
    font-size: clamp(1.65rem, 7vw, 2.45rem);
    line-height: 1.12;
  }

  .quick-info,
  .intro-grid,
  .value-grid,
  .welcome-grid,
  .ministry-grid,
  .blog-grid,
  .social-live-section,
  .social-feed-grid,
  .category-grid,
  .pastor-section,
  .visit-section,
  .pastor-details,
  .not-found-links,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .quick-info {
    margin-top: -38px;
  }

  .quick-info div {
    padding: 20px;
  }

  .section {
    padding: 82px 0;
  }

  .category-content {
    padding: 82px 0;
  }

  .statement {
    min-height: auto;
  }

  .ministry-feature {
    grid-row: auto;
  }

  .step-list article {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .step-list a {
    width: 100%;
  }

  .pastor-section {
    padding: 26px 22px 0;
    margin-bottom: 82px;
  }

  .social-live-section {
    margin-bottom: 82px;
    padding: 26px 22px;
  }

  .youtube-player {
    min-height: 340px;
  }

  .player-screen {
    inset: 66px 18px 108px;
  }

  .social-feed-section {
    margin: -46px auto 82px;
  }

  .pastor-copy {
    order: -1;
    padding-bottom: 22px;
  }

  .pastor-image img {
    max-height: 560px;
  }

  .visit-section {
    margin-bottom: 82px;
  }

  .location-panel {
    text-align: center;
  }

  .location-panel img {
    margin-right: auto;
    margin-left: auto;
  }

  .location-panel .location-social-links {
    justify-content: center;
  }

  .site-footer {
    padding-top: 42px;
  }

  .footer-main,
  .footer-nav {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-nav div,
  .footer-bottom {
    text-align: center;
  }

  .footer-logo,
  .social-links {
    justify-content: center;
  }

  .footer-brand p {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-nav {
    gap: 24px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .policy-page {
    padding: 126px 0 82px;
  }

  .policy-hero h1 {
    max-width: 15ch;
    font-size: clamp(1.85rem, 8vw, 2.85rem);
    line-height: 1.12;
  }
}

@media (max-width: 520px) {
  .brand span {
    display: none;
  }

  .site-header {
    width: calc(100% - 24px);
    min-height: 66px;
    justify-content: space-between;
  }

  .brand img {
    width: 54px;
    height: 54px;
  }

  .hero {
    padding: 112px 16px 56px;
  }

  .hero-bg {
    object-position: 86% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(3, 10, 23, 0.97) 0%, rgba(5, 15, 34, 0.76) 56%, rgba(5, 15, 34, 0.28) 100%),
      linear-gradient(180deg, rgba(3, 8, 18, 0.08) 0%, rgba(3, 8, 18, 0.52) 40%, rgba(3, 8, 18, 0.9) 100%);
  }

  .button {
    width: 100%;
  }

  .hero-actions,
  .visit-actions,
  .live-actions {
    width: 100%;
  }

  .youtube-player {
    min-height: 315px;
    padding: 16px;
  }

  .player-screen {
    inset: 62px 16px 104px;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .play-button::after {
    left: 27px;
    top: 20px;
  }

  .social-feed-grid article {
    grid-template-columns: 1fr;
  }
}

/* Church form suite */
.forms-page {
  color-scheme: light;
  color: #06152d;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 230, 166, 0.78), transparent 23rem),
    linear-gradient(180deg, #06152d 0 135px, #fbf8f0 135px 100%);
}

.forms-page .site-header {
  color: #fff;
}

.forms-hub-hero,
.form-page-hero {
  position: relative;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 150px 24px 36px;
  text-align: center;
  overflow: hidden;
}

.forms-hub-hero::before,
.form-page-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold), #fff0b8);
  box-shadow: 0 0 18px rgba(217, 170, 59, 0.4);
  z-index: 0;
}

.forms-hub-hero > *,
.form-page-hero > * {
  position: relative;
  z-index: 1;
}

.forms-hub-logo,
.form-page-hero > img {
  width: 180px;
  height: 180px;
  margin: 0 auto 18px;
  border-radius: 999px;
  filter: drop-shadow(0 18px 32px rgba(6, 21, 45, 0.26));
}

.forms-hub-logo img,
.form-page-hero > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.forms-hub-hero h1,
.form-page-hero h1 {
  max-width: 860px;
  margin: 0 auto 14px;
  color: #06152d;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.04;
}

.forms-hub-hero p:not(.section-kicker),
.form-page-hero p:not(.section-kicker):not(.script-title) {
  max-width: 720px;
  margin: 0 auto;
  color: #102348;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.55;
}

.form-intro-section {
  width: min(720px, calc(100% - 32px));
  margin: 24px auto 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.form-intro-content {
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(217, 170, 59, 0.12);
  border-radius: 16px;
}
.form-intro-content p {
  color: #b9c4d7;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 12px;
}
.form-intro-content .scripture {
  color: #ffe6a6;
  font-style: italic;
  font-size: 0.92rem;
  margin: 0;
}
.form-intro-content .scripture strong {
  color: #d9aa3b;
}

.script-title {
  margin: 0 auto 4px;
  color: #b98319;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(3.1rem, 8vw, 6.4rem);
  line-height: 1.05;
}

.form-choice-grid {
  width: min(900px, calc(100% - 32px));
  margin: 10px auto 90px;
  display: grid;
  gap: 18px;
}

.form-choice {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 112px;
  padding: 18px 28px;
  border-radius: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 18px 38px rgba(6, 21, 45, 0.2), inset 0 1px 0 rgba(255,255,255,0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.form-choice:hover,
.form-choice:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(6, 21, 45, 0.28), 0 0 0 3px rgba(217, 170, 59, 0.26);
  outline: none;
}

.form-choice-blue { background: linear-gradient(135deg, #0c5e94, #062a5b); }
.form-choice-green { background: linear-gradient(135deg, #2c8c2d, #0b4d1c); }
.form-choice-gold { background: linear-gradient(135deg, #f0bf2f, #9a6c05); }
.form-choice-purple { background: linear-gradient(135deg, #8144b7, #3b176f); }
.form-choice-red { background: linear-gradient(135deg, #c4363b, #741119); }

.form-choice-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  color: #06152d;
  background: #fff;
  font-size: 1.05rem;
  font-weight: 950;
  text-transform: uppercase;
}

.form-choice strong,
.form-choice small {
  display: block;
}

.form-choice strong {
  font-size: clamp(1.55rem, 3.7vw, 2.35rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.form-choice small {
  margin-top: 7px;
  font-size: clamp(1rem, 2vw, 1.28rem);
  color: rgba(255, 255, 255, 0.92);
}

.form-choice b {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 500;
}

.church-form-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 90px;
  padding: 36px;
  border: 1px solid rgba(6, 21, 45, 0.12);
  border-radius: 18px;
  color: #06152d;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,255,255,0.9)),
    radial-gradient(circle at 0% 0%, rgba(217, 170, 59, 0.16), transparent 22rem);
  box-shadow: 0 28px 80px rgba(6, 21, 45, 0.12);
}

.church-form {
  display: grid;
  gap: 26px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
}

.form-section-heading,
.church-form legend {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  color: #06152d;
  font-size: 1.15rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.form-section-heading span,
.church-form legend span {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  border-radius: 999px;
  color: #fff;
  background: #06152d;
  box-shadow: inset 0 0 0 2px rgba(255, 230, 166, 0.12);
}

.form-section-heading h2,
.church-form legend {
  padding-bottom: 0;
}

.form-section-heading h2,
.form-section-heading small,
.church-form legend small {
  margin: 0;
}

.form-section-heading small,
.church-form legend small {
  font-size: 0.72em;
  font-weight: 850;
}

.church-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-grid,
.form-split,
.check-grid {
  display: grid;
  gap: 22px 34px;
}

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

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

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

.church-form label {
  display: grid;
  gap: 9px;
  color: #06152d;
  font-size: 1rem;
  font-weight: 750;
}

.church-form label b {
  color: #b51f2a;
}

.church-form input,
.church-form select,
.church-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(6, 21, 45, 0.22);
  border-radius: 8px;
  padding: 0 16px;
  color: #06152d;
  background: rgba(255, 255, 255, 0.84);
  font: inherit;
  font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(6, 21, 45, 0.04);
}

.church-form textarea {
  min-height: 132px;
  padding: 16px;
  resize: vertical;
}

.church-form input:focus,
.church-form select:focus,
.church-form textarea:focus {
  border-color: #d9aa3b;
  outline: 3px solid rgba(217, 170, 59, 0.22);
}

.check-row,
.inline-options label {
  display: flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: 12px !important;
  font-weight: 700 !important;
}

.check-row input,
.inline-options input,
.pill-options input,
.gift-grid input,
.amount-grid input {
  width: 22px;
  min-height: 22px;
  accent-color: #d9aa3b;
}

.inline-options,
.pill-options,
.gift-grid,
.amount-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pill-options label,
.gift-grid label,
.amount-grid label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid rgba(6, 21, 45, 0.18);
  border-radius: 10px;
  background: rgba(255,255,255,0.86);
  cursor: pointer;
}

.gift-grid label,
.amount-grid label {
  min-width: 138px;
}

.pill-options input,
.gift-grid input,
.amount-grid input {
  position: absolute;
  opacity: 0;
}

.pill-options label:has(input:checked),
.gift-grid label:has(input:checked),
.amount-grid label:has(input:checked) {
  border-color: #d9aa3b;
  color: #06152d;
  background: linear-gradient(135deg, #ffe6a6, #d9aa3b);
  box-shadow: 0 12px 26px rgba(217, 170, 59, 0.28);
}

.stay-connected,
.form-note {
  padding: 18px 22px;
  border: 1px solid rgba(217, 170, 59, 0.34);
  border-radius: 12px;
  background: rgba(255, 230, 166, 0.18);
}

.stay-connected {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.stay-connected span,
.stay-connected small {
  display: block;
}

.stay-connected span {
  color: #06152d;
  font-size: 1.15rem;
  font-weight: 950;
  text-transform: uppercase;
}

.stay-connected small {
  font-size: 0.98rem;
  font-weight: 600;
}

.stay-connected input {
  grid-row: 1 / span 2;
  grid-column: 2;
  width: 58px;
  min-height: 34px;
}

.form-note {
  color: #45300a;
  font-weight: 800;
  line-height: 1.5;
}

.form-submit {
  min-height: 66px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #06152d, #082a60);
  box-shadow: 0 18px 38px rgba(6, 21, 45, 0.24), inset 0 1px 0 rgba(255,255,255,0.14);
  font: inherit;
  font-size: clamp(1.15rem, 2.7vw, 1.65rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.form-submit:hover,
.form-submit:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
  outline: 3px solid rgba(217, 170, 59, 0.28);
}

.form-submit:active {
  transform: translateY(1px);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #0f5a2d;
  font-weight: 850;
  text-align: center;
}

.form-status.is-error {
  color: #9b1722;
}

@media (max-width: 820px) {
  .forms-hub-hero,
  .form-page-hero {
    width: min(100%, calc(100% - 24px));
    padding: 132px 16px 28px;
  }

  .forms-hub-hero::before,
  .form-page-hero::before {
    top: 88px;
    height: 210px;
  }

  .forms-hub-logo,
  .form-page-hero > img {
    width: 132px;
    height: 132px;
  }

  .form-choice-grid,
  .church-form-shell {
    width: min(100%, calc(100% - 24px));
  }

  .church-form-shell {
    padding: 22px;
    margin-bottom: 58px;
  }

  .form-grid.two,
  .form-grid.three,
  .form-split,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .form-choice {
    min-height: 96px;
    gap: 14px;
    padding: 15px 18px;
  }

  .form-choice-icon {
    width: 58px;
    height: 58px;
  }

  .form-choice b {
    font-size: 2.5rem;
  }

  .gift-grid label,
  .amount-grid label,
  .pill-options label {
    flex: 1 1 130px;
  }
}

@media (max-width: 520px) {
  .forms-page {
    background: linear-gradient(180deg, #06152d 0 110px, #fbf8f0 110px 100%);
  }

  .forms-hub-hero,
  .form-page-hero {
    padding-top: 118px;
  }

  .forms-hub-hero h1,
  .form-page-hero h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .script-title {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .form-choice {
    grid-template-columns: auto 1fr;
  }

  .form-choice b {
    display: none;
  }

  .church-form input,
  .church-form select,
  .church-form textarea,
  .form-submit {
    min-height: 56px;
  }
}

/* Keep form hero logos compact and intentional */
.form-page-hero > img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

@media (max-width: 820px) {
  .form-page-hero > img {
    width: 118px;
    height: 118px;
  }
}

@media (max-width: 520px) {
  .form-page-hero > img {
    width: 96px;
    height: 96px;
  }
}

/* Forms hub background and global footer correction */
.forms-page {
  background:
    linear-gradient(180deg, #06152d 0 112px, transparent 112px),
    radial-gradient(circle at 50% 4%, rgba(255, 230, 166, 0.52), transparent 24rem),
    linear-gradient(180deg, #fbf8f0 0%, #f7f1e6 72%, #06152d 72%, #06152d 100%);
}

.forms-page .site-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 80px 0 0;
  padding: 56px max(24px, calc((100vw - 1180px) / 2)) 28px;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 170, 59, 0.22), transparent 26rem),
    linear-gradient(180deg, #06152d 0%, #030914 100%);
  border-top: 1px solid rgba(255, 230, 166, 0.2);
}

.forms-page .footer-main,
.forms-page .footer-bottom {
  max-width: 1180px;
  margin-inline: auto;
}

.forms-page .footer-brand p,
.forms-page .footer-logo small,
.forms-page .footer-nav a,
.forms-page .footer-bottom p {
  color: #edf4ff;
}

.forms-page .footer-nav h2,
.forms-page .footer-bottom p {
  color: var(--gold-2);
}

.forms-page .forms-hub-hero {
  padding-bottom: 22px;
}

.forms-page .forms-hub-hero h1 {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .forms-page .site-footer {
    margin-top: 56px;
    padding-inline: 22px;
  }
}

/* Quick form registration cards inside New Here */
.quick-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 22px;
}

.quick-form-card {
  display: grid;
  gap: 8px;
  min-height: 156px;
  padding: 22px;
  border: 1px solid rgba(255, 230, 166, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.045)),
    rgba(6, 21, 45, 0.7);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.quick-form-card:hover,
.quick-form-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 230, 166, 0.65);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28), 0 0 0 3px rgba(217, 170, 59, 0.14);
  outline: none;
}

.quick-form-card span {
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid rgba(255, 230, 166, 0.28);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-form-card strong {
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.08;
}

.quick-form-card small {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .quick-form-grid {
    grid-template-columns: 1fr;
  }

  .quick-form-card {
    min-height: auto;
  }
}

/* Stronger footer link hover for form-era navigation */
.footer-nav a {
  position: relative;
  transition: color 180ms ease, transform 180ms ease, text-shadow 180ms ease;
}

.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold));
  transition: width 180ms ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--gold-2);
  transform: translateX(3px);
  text-shadow: 0 0 18px rgba(217, 170, 59, 0.38);
}

.footer-nav a:hover::after,
.footer-nav a:focus-visible::after {
  width: 34px;
}

@media (max-width: 820px) {
  .footer-nav a:hover,
  .footer-nav a:focus-visible {
    transform: translateY(-1px);
  }

  .footer-nav a::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Elevated quick form action cards */
.quick-form-grid {
  align-items: stretch;
}

.quick-form-card {
  position: relative;
  isolation: isolate;
  min-height: 190px;
  padding: 24px 24px 22px 96px;
  overflow: hidden;
  border-color: rgba(255, 230, 166, 0.34);
}

.quick-form-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.98;
  transition: opacity 180ms ease, transform 180ms ease;
}

.quick-form-card::after {
  content: "\203A";
  position: absolute;
  right: 22px;
  top: 22px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #06152d;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 1.75rem;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease;
}

.quick-form-new::before {
  background: linear-gradient(135deg, rgba(5, 89, 142, 0.96), rgba(6, 21, 45, 0.92));
}

.quick-form-prayer::before {
  background: linear-gradient(135deg, rgba(27, 125, 57, 0.96), rgba(6, 21, 45, 0.92));
}

.quick-form-giving::before {
  background: linear-gradient(135deg, rgba(217, 170, 59, 0.98), rgba(111, 73, 4, 0.94));
}

.quick-form-card:hover::before,
.quick-form-card:focus-visible::before {
  transform: scale(1.03);
}

.quick-form-card:hover::after,
.quick-form-card:focus-visible::after {
  transform: translateX(4px);
}

.quick-form-icon {
  position: absolute;
  left: 22px;
  top: 24px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  color: #06152d;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: inset 0 0 0 2px rgba(255, 230, 166, 0.55), 0 16px 32px rgba(0,0,0,0.2);
  font-size: 0.9rem;
  font-weight: 950;
  text-transform: uppercase;
}

.quick-form-label {
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid rgba(255, 230, 166, 0.34);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(6, 21, 45, 0.28);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-form-card strong {
  max-width: 12ch;
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
}

.quick-form-card small {
  max-width: 27ch;
  color: rgba(255, 255, 255, 0.9);
}

.quick-form-card em {
  align-self: end;
  color: #fff;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.88;
}

@media (max-width: 820px) {
  .quick-form-card {
    min-height: 168px;
  }
}

@media (max-width: 520px) {
  .quick-form-card {
    padding: 22px 20px 20px 88px;
  }

  .quick-form-icon {
    left: 20px;
    width: 48px;
    height: 48px;
  }
}

/* Polished gold icon marks for quick form badges */
.quick-form-icon {
  position: absolute;
  left: 22px;
  top: 24px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  color: var(--gold-2);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 230, 166, 0.2), transparent 44%),
    linear-gradient(145deg, #07152c 0%, #020813 100%);
  border: 2px solid rgba(255, 230, 166, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -10px 18px rgba(0, 0, 0, 0.28),
    0 14px 28px rgba(0, 0, 0, 0.34),
    0 0 0 5px rgba(6, 21, 45, 0.34);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.quick-form-icon::before,
.quick-form-icon::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
}

.quick-form-icon::before {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #fff1b8 0%, var(--gold-2) 42%, var(--gold) 100%);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  filter: drop-shadow(0 0 8px rgba(217, 170, 59, 0.55));
}

.quick-form-icon::after {
  inset: 7px;
  border-radius: inherit;
  border: 1px solid rgba(255, 230, 166, 0.18);
}

.quick-form-card:hover .quick-form-icon,
.quick-form-card:focus-visible .quick-form-icon {
  transform: translateY(-2px) scale(1.04);
  border-color: rgba(255, 241, 184, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -10px 18px rgba(0, 0, 0, 0.28),
    0 18px 34px rgba(0, 0, 0, 0.38),
    0 0 0 5px rgba(217, 170, 59, 0.14),
    0 0 24px rgba(217, 170, 59, 0.32);
}

.quick-form-icon-person::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 32c8.3 0 15-6.7 15-15S40.3 2 32 2 17 8.7 17 17s6.7 15 15 15Zm0 6c-13.8 0-25 8.5-25 19 0 2.8 2.2 5 5 5h40c2.8 0 5-2.2 5-5 0-10.5-11.2-19-25-19Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 32c8.3 0 15-6.7 15-15S40.3 2 32 2 17 8.7 17 17s6.7 15 15 15Zm0 6c-13.8 0-25 8.5-25 19 0 2.8 2.2 5 5 5h40c2.8 0 5-2.2 5-5 0-10.5-11.2-19-25-19Z'/%3E%3C/svg%3E");
}

.quick-form-icon-prayer::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M25.8 4c3 0 5.4 2.4 5.4 5.4v20.3l-8.6-8.6a5.4 5.4 0 0 0-7.7 7.7l12.5 12.5c1.1 1.1 1.7 2.5 1.7 4.1V61H17.7v-8.8L6.6 36.4A19 19 0 0 1 3 25.3V14.2a5.2 5.2 0 1 1 10.4 0v9.9l7.1 7.1V9.4C20.5 6.4 22.9 4 25.8 4Zm12.4 0c2.9 0 5.3 2.4 5.3 5.4v21.8l7.1-7.1v-9.9a5.2 5.2 0 1 1 10.4 0v11.1c0 4-1.2 7.8-3.6 11.1L46.3 52.2V61H34.9V45.4c0-1.6.6-3 1.7-4.1l12.5-12.5a5.4 5.4 0 0 0-7.7-7.7l-8.6 8.6V9.4c0-3 2.4-5.4 5.4-5.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M25.8 4c3 0 5.4 2.4 5.4 5.4v20.3l-8.6-8.6a5.4 5.4 0 0 0-7.7 7.7l12.5 12.5c1.1 1.1 1.7 2.5 1.7 4.1V61H17.7v-8.8L6.6 36.4A19 19 0 0 1 3 25.3V14.2a5.2 5.2 0 1 1 10.4 0v9.9l7.1 7.1V9.4C20.5 6.4 22.9 4 25.8 4Zm12.4 0c2.9 0 5.3 2.4 5.3 5.4v21.8l7.1-7.1v-9.9a5.2 5.2 0 1 1 10.4 0v11.1c0 4-1.2 7.8-3.6 11.1L46.3 52.2V61H34.9V45.4c0-1.6.6-3 1.7-4.1l12.5-12.5a5.4 5.4 0 0 0-7.7-7.7l-8.6 8.6V9.4c0-3 2.4-5.4 5.4-5.4Z'/%3E%3C/svg%3E");
}

.quick-form-icon-heart::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 58S6 42.2 6 22.4C6 12.8 13.1 6 21.6 6c4.9 0 8.8 2.3 10.4 5.2C33.6 8.3 37.5 6 42.4 6 50.9 6 58 12.8 58 22.4 58 42.2 32 58 32 58Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 58S6 42.2 6 22.4C6 12.8 13.1 6 21.6 6c4.9 0 8.8 2.3 10.4 5.2C33.6 8.3 37.5 6 42.4 6 50.9 6 58 12.8 58 22.4 58 42.2 32 58 32 58Z'/%3E%3C/svg%3E");
}

@media (max-width: 520px) {
  .quick-form-icon {
    left: 20px;
    width: 50px;
    height: 50px;
  }

  .quick-form-icon::before {
    width: 26px;
    height: 26px;
  }
}
/* Conversational quick forms */
.conversation-shell {
  width: min(780px, calc(100% - 32px));
  margin: 0 auto 90px;
  padding: 0;
  border: none;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 4px 40px rgba(6, 21, 45, 0.08), 0 1px 3px rgba(6, 21, 45, 0.06);
  overflow: hidden;
}

.conversation-form {
  display: block;
  padding: 0;
}

.conversation-progress {
  height: 6px;
  overflow: hidden;
  background: #eef0f4;
  margin: 0;
}

.conversation-progress span {
  display: block;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-2), var(--gold));
  box-shadow: 0 0 16px rgba(217, 170, 59, 0.3);
  transition: width 300ms ease;
}

.conversation-step {
  border: 0;
  padding: 48px 44px;
  margin: 0;
  animation: conversationFade 280ms ease both;
}

.conversation-step[hidden] {
  display: none !important;
}

.conversation-step legend {
  display: block;
  max-width: 100%;
  margin: 0 0 28px;
  padding: 0;
  color: #06152d;
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-transform: none;
}

.conversation-kicker {
  margin: 0 0 8px;
  color: #b88418;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.conversation-options {
  margin-top: 6px;
}

.conversation-form .pill-options,
.conversation-form .amount-grid {
  gap: 10px;
}

.conversation-form .pill-options label,
.conversation-form .amount-grid label,
.stacked-options .check-row {
  min-height: 56px;
  padding: 0 22px;
  border: 2px solid #e2e5ec;
  border-radius: 14px;
  background: #fafbfc;
  color: #3a4560;
  font-weight: 650;
  font-size: 0.95rem;
  box-shadow: none;
  transition: all 180ms ease;
  cursor: pointer;
}

.conversation-form .pill-options label:hover,
.conversation-form .amount-grid label:hover,
.stacked-options .check-row:hover {
  border-color: #c5cad6;
  background: #f4f5f8;
}

.conversation-form .pill-options label:has(input:checked),
.conversation-form .amount-grid label:has(input:checked),
.stacked-options .check-row:has(input:checked) {
  color: #06152d;
  font-weight: 750;
  border-color: #d9aa3b;
  background: linear-gradient(135deg, #fff8e1, #ffe6a6);
  box-shadow: 0 0 0 3px rgba(217, 170, 59, 0.12);
}

.stacked-options {
  display: grid;
  gap: 10px;
}

.conversation-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 36px;
}

.conversation-actions .button,
.conversation-actions .form-submit {
  width: auto;
  min-width: 140px;
  min-height: 52px;
  padding-inline: 28px;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  transition: all 180ms ease;
}

.conversation-actions .button.secondary {
  background: #f0f2f5;
  color: #3a4560;
  border: 2px solid #e2e5ec;
  box-shadow: none;
}

.conversation-actions .button.secondary:hover {
  background: #e4e7ed;
  border-color: #c5cad6;
}

.conversation-actions .form-submit {
  background: linear-gradient(135deg, #06152d, #0d2a5c);
  color: #fff;
  border: none;
  box-shadow: 0 4px 16px rgba(6, 21, 45, 0.2);
}

.conversation-actions .form-submit:hover {
  background: linear-gradient(135deg, #0d2a5c, #143a78);
  box-shadow: 0 6px 24px rgba(6, 21, 45, 0.28);
  transform: translateY(-1px);
}

.conversation-form .form-status {
  padding: 16px 44px;
  margin: 0;
  font-weight: 650;
}

@keyframes conversationFade {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  .conversation-shell {
    width: min(100%, calc(100% - 20px));
  }

  .conversation-form {
    padding: 22px;
  }

  .conversation-step legend {
    font-size: clamp(1.8rem, 10vw, 2.65rem);
  }

  .conversation-actions {
    flex-direction: column-reverse;
  }

  .conversation-actions .button,
  .conversation-actions .form-submit {
    width: 100%;
  }
}
/* Modern quick-info cards below the hero */
.quick-info {
  gap: 14px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.quick-info-card {
  position: relative;
  isolation: isolate;
  min-height: 128px;
  padding: 24px 24px 22px 98px;
  overflow: hidden;
  border: 1px solid rgba(255, 230, 166, 0.24);
  border-radius: var(--radius);
  color: #fff;
  text-decoration: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 230, 166, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(10, 36, 73, 0.96), rgba(4, 14, 30, 0.94));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.quick-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.85;
  transition: opacity 180ms ease, transform 180ms ease;
}

.quick-info-worship::before {
  background: linear-gradient(135deg, rgba(217, 170, 59, 0.2), transparent 58%);
}

.quick-info-location::before {
  background: linear-gradient(135deg, rgba(24, 132, 196, 0.2), transparent 58%);
}

.quick-info-phone::before {
  background: linear-gradient(135deg, rgba(47, 161, 93, 0.18), transparent 58%);
}

.quick-info-card:hover,
.quick-info-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 230, 166, 0.62);
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.34), 0 0 28px rgba(217, 170, 59, 0.13);
  outline: none;
}

.quick-info-card:hover::before,
.quick-info-card:focus-visible::before {
  opacity: 1;
  transform: scale(1.04);
}

.quick-info-icon {
  position: absolute;
  left: 24px;
  top: 26px;
  display: grid !important;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 !important;
  border-radius: 18px;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 241, 184, 0.24), transparent 44%),
    linear-gradient(145deg, #081833, #020813);
  border: 1px solid rgba(255, 230, 166, 0.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 14px 28px rgba(0,0,0,0.24);
}

.quick-info-icon::before {
  content: "";
  width: 27px;
  height: 27px;
  background: linear-gradient(135deg, #fff1b8, var(--gold-2) 42%, var(--gold));
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  filter: drop-shadow(0 0 7px rgba(217, 170, 59, 0.48));
}

.quick-info-icon-worship::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M28 3h8v18h17v8H36v32h-8V29H11v-8h17V3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M28 3h8v18h17v8H36v32h-8V29H11v-8h17V3Z'/%3E%3C/svg%3E");
}

.quick-info-icon-location::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 3C20.4 3 11 12.4 11 24c0 15.7 21 37 21 37s21-21.3 21-37C53 12.4 43.6 3 32 3Zm0 29.5A8.5 8.5 0 1 1 32 15a8.5 8.5 0 0 1 0 17.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 3C20.4 3 11 12.4 11 24c0 15.7 21 37 21 37s21-21.3 21-37C53 12.4 43.6 3 32 3Zm0 29.5A8.5 8.5 0 1 1 32 15a8.5 8.5 0 0 1 0 17.5Z'/%3E%3C/svg%3E");
}

.quick-info-icon-phone::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M18.3 6.3 27 15c1.9 1.9 2.1 4.9.5 7l-3.4 4.4c3.4 6.7 6.8 10.1 13.5 13.5l4.4-3.4c2.1-1.6 5.1-1.4 7 .5l8.7 8.7c2.1 2.1 2.3 5.4.4 7.7-3.3 4-8.2 6.6-13.4 5.2C24.6 53.3 10.7 39.4 5.4 19.7 4 14.5 6.6 9.6 10.6 6.3c2.3-1.9 5.6-1.7 7.7 0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M18.3 6.3 27 15c1.9 1.9 2.1 4.9.5 7l-3.4 4.4c3.4 6.7 6.8 10.1 13.5 13.5l4.4-3.4c2.1-1.6 5.1-1.4 7 .5l8.7 8.7c2.1 2.1 2.3 5.4.4 7.7-3.3 4-8.2 6.6-13.4 5.2C24.6 53.3 10.7 39.4 5.4 19.7 4 14.5 6.6 9.6 10.6 6.3c2.3-1.9 5.6-1.7 7.7 0Z'/%3E%3C/svg%3E");
}

.quick-info-label {
  display: block;
  margin: 0 0 7px !important;
  color: var(--gold-2);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.quick-info-card strong {
  display: block;
  color: #fff;
  font-size: clamp(1.04rem, 1.4vw, 1.22rem);
  line-height: 1.22;
}

.quick-info-card small {
  display: block;
  max-width: 26ch;
  margin-top: 9px;
  color: rgba(226, 238, 255, 0.78);
  line-height: 1.45;
}

@media (max-width: 960px) {
  .quick-info-card {
    min-height: 118px;
    padding: 22px 20px 20px 88px;
  }

  .quick-info-icon {
    left: 20px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
}

@media (max-width: 520px) {
  .quick-info {
    gap: 10px;
  }

  .quick-info-card {
    padding: 20px 18px 20px 82px;
  }

  .quick-info-card small {
    max-width: none;
  }
}
/* Distinct visitor pathway row */
.welcome-grid {
  position: relative;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 42px;
  padding: 10px 0 10px 42px;
}

.welcome-grid::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-2), rgba(217, 170, 59, 0.18));
  box-shadow: 0 0 24px rgba(217, 170, 59, 0.22);
}

.welcome-grid article {
  position: relative;
  min-height: auto;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px 28px;
  align-items: start;
  padding: 28px 0 28px 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.welcome-grid article + article {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.welcome-grid article::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 30px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #06152d 0 34%, transparent 36%),
    linear-gradient(135deg, var(--gold-2), var(--gold));
  border: 4px solid #071832;
  box-shadow: 0 0 0 1px rgba(255, 230, 166, 0.42), 0 0 24px rgba(217, 170, 59, 0.28);
}

.welcome-grid article:nth-child(1)::after,
.welcome-grid article:nth-child(2)::after,
.welcome-grid article:nth-child(3)::after {
  position: absolute;
  left: -28px;
  top: 37px;
  color: var(--gold-2);
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1;
}

.welcome-grid article:nth-child(1)::after { content: "1"; }
.welcome-grid article:nth-child(2)::after { content: "2"; }
.welcome-grid article:nth-child(3)::after { content: "3"; }

.welcome-grid span {
  grid-row: span 2;
  justify-self: start;
  min-width: 96px;
  margin: 0;
  padding: 9px 13px;
  border-color: rgba(255, 230, 166, 0.5);
  background: rgba(217, 170, 59, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.welcome-grid h3 {
  margin: 0;
  font-size: clamp(1.32rem, 2vw, 1.8rem);
  line-height: 1.1;
}

.welcome-grid p {
  max-width: 62ch;
  margin: 0;
  color: #d3deef;
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 720px) {
  .welcome-grid {
    padding-left: 34px;
  }

  .welcome-grid article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0 24px 22px;
  }

  .welcome-grid span {
    grid-row: auto;
  }

  .welcome-grid article::before {
    left: -32px;
  }

  .welcome-grid article:nth-child(1)::after,
  .welcome-grid article:nth-child(2)::after,
  .welcome-grid article:nth-child(3)::after {
    left: -23px;
  }
}
/* Image-rich expectation cards */
.value-grid {
  align-items: stretch;
}

.value-card {
  position: relative;
  overflow: hidden;
  padding: 0 0 28px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(6, 21, 45, 0.58) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.value-photo {
  position: relative;
  height: 178px;
  margin-bottom: 28px;
  overflow: hidden;
  background: rgba(6, 21, 45, 0.82);
}

.value-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(6, 21, 45, 0.78)),
    radial-gradient(circle at 20% 20%, rgba(217, 170, 59, 0.2), transparent 34%);
}

.value-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05) brightness(0.78);
  transform: scale(1.02);
}

.value-card > span,
.value-card > h3,
.value-card > p {
  margin-right: 28px;
  margin-left: 28px;
}

.value-card > span {
  margin-bottom: 22px;
  background: rgba(6, 21, 45, 0.74);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.value-card h3 {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.value-card p {
  color: #dbe6f7;
}

/* Featured pastor spotlight */
.pastor-section {
  position: relative;
  isolation: isolate;
  border-color: rgba(255, 230, 166, 0.36);
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 230, 166, 0.16), transparent 18rem),
    radial-gradient(circle at 82% 12%, rgba(44, 103, 184, 0.22), transparent 24rem),
    linear-gradient(135deg, rgba(4, 14, 30, 0.98), rgba(13, 48, 88, 0.96)) !important;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 230, 166, 0.14);
}

.pastor-section::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(255, 230, 166, 0.18);
  border-radius: calc(var(--radius) - 8px);
  pointer-events: none;
}

.pastor-section::after {
  content: "Prayer. Healing. Deliverance.";
  position: absolute;
  right: clamp(20px, 4vw, 56px);
  top: clamp(22px, 4vw, 48px);
  color: rgba(255, 230, 166, 0.18);
  font-size: clamp(1.4rem, 4vw, 4rem);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0;
  max-width: 8ch;
  text-align: right;
  pointer-events: none;
}

.pastor-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.pastor-badge > span {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 24%, rgba(255, 241, 184, 0.28), transparent 45%),
    linear-gradient(145deg, #06152d, #020813);
  border: 1px solid rgba(255, 230, 166, 0.7);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26), 0 0 22px rgba(217, 170, 59, 0.18);
}

.pastor-badge > span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 9px auto;
  background: linear-gradient(135deg, #fff1b8, var(--gold-2), var(--gold));
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M31 5h6v23l9-9a5 5 0 0 1 7 7L34 45a5 5 0 0 1-7 0L11 29a5 5 0 0 1 7-7l13 13V5Zm-12 43h26v7H19v-7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M31 5h6v23l9-9a5 5 0 0 1 7 7L34 45a5 5 0 0 1-7 0L11 29a5 5 0 0 1 7-7l13 13V5Zm-12 43h26v7H19v-7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pastor-badge .section-kicker {
  margin: 0;
}

.pastor-callout {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid var(--gold-2);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 230, 166, 0.08);
  color: #fff4cb !important;
  font-weight: 800;
}

.pastor-details div {
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Blog category icons */
.blog-card {
  position: relative;
  overflow: hidden;
}

.blog-card::before {
  content: "";
  position: absolute;
  right: -36px;
  top: -42px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(217, 170, 59, 0.12);
  pointer-events: none;
}

.blog-icon {
  display: grid !important;
  place-items: center;
  width: 58px !important;
  height: 58px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 230, 166, 0.64) !important;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 241, 184, 0.28), transparent 45%),
    linear-gradient(145deg, #06152d, #020813) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.blog-icon::before {
  content: "";
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #fff1b8, var(--gold-2), var(--gold));
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.blog-icon-events::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M12 7h40a6 6 0 0 1 6 6v39a6 6 0 0 1-6 6H12a6 6 0 0 1-6-6V13a6 6 0 0 1 6-6Zm0 16v29h40V23H12Zm8-12v8h7v-8h-7Zm17 0v8h7v-8h-7ZM18 31h9v8h-9v-8Zm14 0h9v8h-9v-8Zm-14 13h9v6h-9v-6Zm14 0h14v6H32v-6Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M12 7h40a6 6 0 0 1 6 6v39a6 6 0 0 1-6 6H12a6 6 0 0 1-6-6V13a6 6 0 0 1 6-6Zm0 16v29h40V23H12Zm8-12v8h7v-8h-7Zm17 0v8h7v-8h-7ZM18 31h9v8h-9v-8Zm14 0h9v8h-9v-8Zm-14 13h9v6h-9v-6Zm14 0h14v6H32v-6Z'/%3E%3C/svg%3E");
}

.blog-icon-prayer::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M25.8 4c3 0 5.4 2.4 5.4 5.4v20.3l-8.6-8.6a5.4 5.4 0 0 0-7.7 7.7l12.5 12.5c1.1 1.1 1.7 2.5 1.7 4.1V61H17.7v-8.8L6.6 36.4A19 19 0 0 1 3 25.3V14.2a5.2 5.2 0 1 1 10.4 0v9.9l7.1 7.1V9.4C20.5 6.4 22.9 4 25.8 4Zm12.4 0c2.9 0 5.3 2.4 5.3 5.4v21.8l7.1-7.1v-9.9a5.2 5.2 0 1 1 10.4 0v11.1c0 4-1.2 7.8-3.6 11.1L46.3 52.2V61H34.9V45.4c0-1.6.6-3 1.7-4.1l12.5-12.5a5.4 5.4 0 0 0-7.7-7.7l-8.6 8.6V9.4c0-3 2.4-5.4 5.4-5.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M25.8 4c3 0 5.4 2.4 5.4 5.4v20.3l-8.6-8.6a5.4 5.4 0 0 0-7.7 7.7l12.5 12.5c1.1 1.1 1.7 2.5 1.7 4.1V61H17.7v-8.8L6.6 36.4A19 19 0 0 1 3 25.3V14.2a5.2 5.2 0 1 1 10.4 0v9.9l7.1 7.1V9.4C20.5 6.4 22.9 4 25.8 4Zm12.4 0c2.9 0 5.3 2.4 5.3 5.4v21.8l7.1-7.1v-9.9a5.2 5.2 0 1 1 10.4 0v11.1c0 4-1.2 7.8-3.6 11.1L46.3 52.2V61H34.9V45.4c0-1.6.6-3 1.7-4.1l12.5-12.5a5.4 5.4 0 0 0-7.7-7.7l-8.6 8.6V9.4c0-3 2.4-5.4 5.4-5.4Z'/%3E%3C/svg%3E");
}

.blog-icon-gallery::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M8 12h34a6 6 0 0 1 6 6v4h8v30H16v-4H8a6 6 0 0 1-6-6V18a6 6 0 0 1 6-6Zm8 16v18h30V28H16Zm5 14 7-8 5 5 4-4 6 7H21Zm-8-24a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M8 12h34a6 6 0 0 1 6 6v4h8v30H16v-4H8a6 6 0 0 1-6-6V18a6 6 0 0 1 6-6Zm8 16v18h30V28H16Zm5 14 7-8 5 5 4-4 6 7H21Zm-8-24a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z'/%3E%3C/svg%3E");
}

.blog-label {
  margin-bottom: 28px !important;
}

@media (max-width: 760px) {
  .value-photo {
    height: 160px;
  }

  .pastor-section::after {
    display: none;
  }
}
/* Subtle golden pathway animation */
.welcome-grid::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 18px;
  width: 10px;
  height: 72px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(255, 241, 184, 0.95), rgba(217, 170, 59, 0.32), transparent);
  filter: blur(1px);
  opacity: 0.72;
  animation: pathway-shine 5.8s ease-in-out infinite;
  pointer-events: none;
}

.welcome-grid article {
  transition: transform 220ms ease, background 220ms ease;
}

.welcome-grid article span,
.welcome-grid article::before {
  animation: pathway-step-glow 5.8s ease-in-out infinite;
}

.welcome-grid article:nth-child(2) span,
.welcome-grid article:nth-child(2)::before {
  animation-delay: 1.85s;
}

.welcome-grid article:nth-child(3) span,
.welcome-grid article:nth-child(3)::before {
  animation-delay: 3.7s;
}

.welcome-grid article:hover {
  transform: translateX(4px);
  background: linear-gradient(90deg, rgba(217, 170, 59, 0.08), transparent 58%);
}

@keyframes pathway-shine {
  0%, 12% {
    transform: translateY(0);
    opacity: 0;
  }
  18%, 28% {
    opacity: 0.8;
  }
  50% {
    transform: translateY(calc(50% + 58px));
    opacity: 0.72;
  }
  84% {
    transform: translateY(calc(100% + 112px));
    opacity: 0.74;
  }
  100% {
    transform: translateY(calc(100% + 142px));
    opacity: 0;
  }
}

@keyframes pathway-step-glow {
  0%, 22%, 100% {
    filter: none;
    box-shadow: none;
  }
  8%, 14% {
    filter: drop-shadow(0 0 10px rgba(255, 230, 166, 0.42));
    box-shadow: 0 0 0 1px rgba(255, 230, 166, 0.48), 0 0 26px rgba(217, 170, 59, 0.34);
  }
}

@media (prefers-reduced-motion: reduce) {
  .welcome-grid::after,
  .welcome-grid article span,
  .welcome-grid article::before {
    animation: none;
  }

  .welcome-grid article:hover {
    transform: none;
  }
}
/* Mission and Vision split-story redesign */
.intro {
  position: relative;
  width: min(1180px, calc(100% - 32px));
}

.intro > .section-kicker {
  margin-bottom: 24px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
}

.statement {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  grid-template-rows: auto;
  min-height: 370px;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(255, 230, 166, 0.3);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 230, 166, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(5, 18, 39, 0.98), rgba(14, 52, 95, 0.84)) !important;
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.28);
}

.vision-card {
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
}

.vision-card .statement-media {
  order: 2;
}

.vision-card .statement-copy {
  order: 1;
}

.statement::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 25px;
  background:
    linear-gradient(90deg, rgba(217, 170, 59, 0.18), transparent 42%, rgba(255, 230, 166, 0.12)),
    radial-gradient(circle at 12% 16%, rgba(17, 143, 255, 0.24), transparent 32%);
  pointer-events: none;
}

.statement::after {
  content: "";
  position: absolute;
  inset: auto -12% -55% 54%;
  height: 82%;
  z-index: -1;
  border: 1px solid rgba(255, 230, 166, 0.18);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 230, 166, 0.1), transparent 58%);
  display: block;
  pointer-events: none;
}

.statement-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #06152d;
}

.statement-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 12, 27, 0.05), rgba(3, 12, 27, 0.82)),
    radial-gradient(circle at 24% 16%, rgba(255, 230, 166, 0.24), transparent 36%);
}

.vision-card .statement-media::after {
  background:
    linear-gradient(270deg, rgba(3, 12, 27, 0.05), rgba(3, 12, 27, 0.82)),
    radial-gradient(circle at 76% 16%, rgba(255, 230, 166, 0.24), transparent 36%);
}

.statement-media img {
  width: 100%;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08) brightness(0.78);
  transform: scale(1.04);
}

.mission-card .statement-media img {
  object-position: center;
}

.vision-card .statement-media img {
  object-position: center;
}

.statement-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(34px, 5vw, 66px);
}

.statement-copy::before {
  content: "";
  width: 72px;
  height: 4px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold), #fff0b8);
  box-shadow: 0 0 26px rgba(217, 170, 59, 0.32);
}

.statement-copy::after {
  content: "MISSION";
  position: absolute;
  right: clamp(22px, 4vw, 54px);
  bottom: clamp(16px, 3vw, 32px);
  z-index: -1;
  color: rgba(255, 255, 255, 0.04);
  font-size: clamp(4rem, 10vw, 8.5rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vision-card .statement-copy::after {
  content: "VISION";
}

.statement-label {
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 230, 166, 0.28);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 230, 166, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.statement-copy h2 {
  max-width: 16ch;
  margin-bottom: 18px;
}

.vision-card .statement-copy h2 {
  max-width: 17ch;
}

.statement-copy p:not(.statement-label) {
  max-width: 60ch;
  color: rgba(234, 242, 255, 0.82);
  font-size: 1.02rem;
  line-height: 1.75;
}

@media (max-width: 820px) {
  .statement,
  .vision-card {
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 22px;
  }

  .vision-card .statement-media,
  .vision-card .statement-copy {
    order: initial;
  }

  .statement-media {
    min-height: 210px;
  }

  .statement-media img {
    min-height: 210px;
  }

  .statement-media::after,
  .vision-card .statement-media::after {
    background:
      linear-gradient(180deg, rgba(3, 12, 27, 0.04), rgba(3, 12, 27, 0.84)),
      radial-gradient(circle at 18% 16%, rgba(255, 230, 166, 0.22), transparent 38%);
  }

  .statement-copy {
    padding: 28px;
  }

  .statement-copy::after {
    font-size: 3.4rem;
  }
}
/* Visitor answers feature panel */
.faq-section {
  position: relative;
  isolation: isolate;
  width: min(1180px, calc(100% - 32px));
  margin-top: clamp(40px, 6vw, 86px);
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(255, 230, 166, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 230, 166, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(6, 21, 45, 0.96), rgba(14, 58, 106, 0.82));
  box-shadow: 0 34px 105px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 230, 166, 0.16);
}

.faq-section::before {
  content: "?";
  position: absolute;
  right: clamp(22px, 5vw, 72px);
  top: clamp(18px, 4vw, 44px);
  z-index: -1;
  width: clamp(120px, 16vw, 210px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 230, 166, 0.14);
  border-radius: 50%;
  color: rgba(255, 230, 166, 0.08);
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 900;
  line-height: 1;
  background: radial-gradient(circle, rgba(255, 230, 166, 0.1), transparent 65%);
}

.faq-section .section-heading {
  position: relative;
  max-width: 720px;
  margin-bottom: 28px;
}

.faq-section .section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: -22px;
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold), #fff0b8);
  box-shadow: 0 0 28px rgba(217, 170, 59, 0.32);
}

.faq-section .section-kicker {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(255, 230, 166, 0.28);
}

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

.faq-list details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    rgba(4, 14, 30, 0.62);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.faq-list details::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  opacity: 0;
  transition: opacity 180ms ease;
}

.faq-list details:hover,
.faq-list details:focus-within,
.faq-list details[open] {
  transform: translateY(-2px);
  border-color: rgba(255, 230, 166, 0.36);
  background:
    linear-gradient(135deg, rgba(255, 230, 166, 0.12), rgba(255, 255, 255, 0.055)),
    rgba(4, 14, 30, 0.72);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
}

.faq-list details:hover::before,
.faq-list details:focus-within::before,
.faq-list details[open]::before {
  opacity: 1;
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  padding: 24px 58px 24px 28px;
  color: #f7fbff;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #06152d;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-list p {
  margin: -6px 28px 26px;
  color: rgba(234, 242, 255, 0.78);
  line-height: 1.7;
}

/* Stronger restoration cards */
.value-card {
  min-height: 430px;
  border-color: rgba(255, 230, 166, 0.22);
}

.value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 46%, rgba(6, 21, 45, 0.2));
}

.value-healing {
  border-color: rgba(61, 157, 255, 0.48) !important;
  background: linear-gradient(145deg, rgba(13, 77, 133, 0.82), rgba(5, 18, 39, 0.92)) !important;
}

.value-deliverance {
  border-color: rgba(255, 230, 166, 0.34) !important;
  background: linear-gradient(145deg, rgba(64, 48, 17, 0.88), rgba(5, 18, 39, 0.92)) !important;
}

.value-empowerment {
  border-color: rgba(58, 195, 128, 0.34) !important;
  background: linear-gradient(145deg, rgba(14, 83, 58, 0.78), rgba(5, 18, 39, 0.92)) !important;
}

.value-card > .value-number {
  position: relative;
  z-index: 1;
  margin: 0 28px 18px;
}

.value-card > .value-icon {
  position: absolute;
  top: 148px;
  right: 28px;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(255, 230, 166, 0.42);
  border-radius: 18px;
  color: var(--gold);
  background: radial-gradient(circle at 35% 25%, rgba(255, 230, 166, 0.22), transparent 38%), rgba(3, 12, 27, 0.86);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.value-icon::before {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.value-icon-healing::before { content: "+"; }
.value-icon-deliverance::before { content: "✦"; }
.value-icon-empowerment::before { content: "↑"; }

.value-card h3 {
  position: relative;
  z-index: 1;
  max-width: 11ch;
}

.value-card p {
  position: relative;
  z-index: 1;
  max-width: 28ch;
}

/* Image-backed ministry pathways */
.ministry-grid {
  grid-auto-rows: minmax(270px, auto);
}

.ministry-card {
  --ministry-image: url("assets/prayer-hero.webp");
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 28px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-color: rgba(255, 230, 166, 0.22) !important;
  background:
    linear-gradient(180deg, rgba(5, 18, 39, 0.22), rgba(5, 18, 39, 0.88)),
    var(--ministry-image) center / cover no-repeat !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.ministry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 230, 166, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(12, 50, 94, 0.72), rgba(5, 18, 39, 0.3));
}

.ministry-prayer { --ministry-image: url("assets/prayer-hero.webp"); }
.ministry-worship { --ministry-image: url("assets/events-hero.webp"); }
.ministry-discipleship { --ministry-image: url("assets/gallery-hero.webp"); }
.ministry-care { --ministry-image: url("assets/pastor-karen-hero-mockup.webp"); }
.ministry-community { --ministry-image: url("assets/gallery-hero.webp"); }

.ministry-grid .ministry-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  padding: 0;
  border: 1px solid rgba(255, 230, 166, 0.42);
  border-radius: 17px;
  color: var(--gold);
  background: rgba(3, 12, 27, 0.82);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  font-size: 1.45rem;
  letter-spacing: 0;
}

.ministry-icon::before {
  font-weight: 900;
  line-height: 1;
}

.ministry-icon-prayer::before { content: "+"; }
.ministry-icon-worship::before { content: "✦"; }
.ministry-icon-discipleship::before { content: "↑"; }
.ministry-icon-care::before { content: "♥"; }
.ministry-icon-community::before { content: "●"; }

.ministry-grid .ministry-label {
  margin: 22px 0 22px;
  background: rgba(3, 12, 27, 0.62);
  backdrop-filter: blur(10px);
}

.ministry-card h3,
.ministry-card p {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.ministry-card p {
  color: rgba(234, 242, 255, 0.84);
}

.ministry-feature h3 {
  max-width: 11ch;
}

@media (max-width: 820px) {
  .faq-section {
    padding: 30px 18px;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .value-card > .value-icon {
    top: 138px;
    right: 22px;
  }

  .ministry-card {
    min-height: 260px;
  }
}
/* Streamlined giving workflow */
.giving-shell {
  width: min(980px, calc(100% - 32px));
}

.giving-conversation .conversation-helper {
  max-width: 58ch;
  margin: -6px 0 24px;
  color: rgba(6, 21, 45, 0.68);
  line-height: 1.6;
}

.giving-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.giving-summary div {
  min-height: 86px;
  padding: 18px;
  border: 1px solid rgba(6, 21, 45, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(6, 21, 45, 0.06);
}

.giving-summary span,
.manual-payment-panel dt {
  display: block;
  margin-bottom: 6px;
  color: #b88418;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.giving-summary strong,
.manual-payment-panel dd {
  color: #06152d;
  font-size: 1.05rem;
  font-weight: 900;
}

.payment-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.payment-choice-grid button {
  min-height: 128px;
  padding: 18px;
  border: 1px solid rgba(6, 21, 45, 0.14);
  border-radius: 20px;
  color: #06152d;
  background: linear-gradient(145deg, #fff, rgba(255, 249, 233, 0.92));
  box-shadow: 0 12px 32px rgba(6, 21, 45, 0.07);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.payment-choice-grid button:hover,
.payment-choice-grid button:focus-visible,
.payment-choice-grid button.is-selected {
  transform: translateY(-3px);
  border-color: rgba(184, 132, 24, 0.78);
  box-shadow: 0 18px 44px rgba(184, 132, 24, 0.18);
}

.payment-choice-grid button span {
  display: block;
  margin-bottom: 12px;
  font-size: 1.65rem;
}

.payment-choice-grid button strong,
.payment-choice-grid button small {
  display: block;
}

.payment-choice-grid button strong {
  margin-bottom: 4px;
  font-size: 1rem;
}

.payment-choice-grid button small {
  color: rgba(6, 21, 45, 0.58);
  font-weight: 800;
}

.payment-panels {
  display: grid;
  gap: 16px;
}

.payment-panel {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(184, 132, 24, 0.32);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 230, 166, 0.18), transparent 35%),
    #fff;
  box-shadow: 0 20px 54px rgba(6, 21, 45, 0.1);
}

.payment-panel h2,
.giving-thank-you h2 {
  margin-bottom: 12px;
  color: #06152d;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.05;
}

.payment-panel p,
.giving-thank-you p {
  color: rgba(6, 21, 45, 0.68);
  line-height: 1.65;
}

.payment-link {
  display: inline-flex;
  width: auto;
  margin-top: 18px;
  text-decoration: none;
}

.checkout-note {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(184, 132, 24, 0.26);
  border-radius: 14px;
  background: rgba(255, 230, 166, 0.18);
  color: #4b3510 !important;
  font-weight: 800;
}

.manual-payment-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 24px;
  align-items: center;
}

.manual-payment-panel[hidden] {
  display: none !important;
}

.manual-payment-panel dl {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.manual-payment-panel dl div {
  padding: 14px 16px;
  border: 1px solid rgba(6, 21, 45, 0.1);
  border-radius: 14px;
  background: rgba(6, 21, 45, 0.04);
}

.payment-qr {
  width: 100%;
  max-width: 300px;
  justify-self: center;
  border: 10px solid #fff;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(6, 21, 45, 0.16);
}

.manual-payment-panel .form-submit {
  grid-column: 1 / -1;
  justify-self: end;
  width: auto;
  min-width: 180px;
}

.giving-thank-you {
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(184, 132, 24, 0.32);
  border-radius: 26px;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 230, 166, 0.2), transparent 34%),
    #fff;
  text-align: center;
}

.giving-thank-you[hidden] {
  display: none !important;
}

.giving-thank-you .button {
  margin-top: 18px;
}

@media (max-width: 780px) {
  .giving-summary,
  .payment-choice-grid,
  .manual-payment-panel {
    grid-template-columns: 1fr;
  }

  .payment-choice-grid button {
    min-height: 92px;
    text-align: left;
  }

  .manual-payment-panel .form-submit {
    justify-self: stretch;
    width: 100%;
  }
}
/* Category image crops */
.value-deliverance .value-photo img {
  object-position: center 42%;
  filter: saturate(0.98) contrast(1.1) brightness(0.72);
}

.value-empowerment .value-photo img {
  object-position: 62% 22%;
  filter: saturate(0.96) contrast(1.07) brightness(0.76);
}

.value-empowerment .value-photo::after {
  background:
    linear-gradient(180deg, transparent 28%, rgba(6, 21, 45, 0.82)),
    radial-gradient(circle at 68% 16%, rgba(217, 170, 59, 0.24), transparent 34%);
}
/* Unified location card */
.visit-section-unified {
  grid-template-columns: 1fr;
}

.visit-unified-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(24px, 5vw, 56px);
  min-height: auto;
  padding: clamp(30px, 5vw, 58px);
  overflow: hidden;
  border-color: rgba(255, 230, 166, 0.3);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 230, 166, 0.16), transparent 22rem),
    radial-gradient(circle at 88% 16%, rgba(44, 103, 184, 0.22), transparent 24rem),
    linear-gradient(135deg, rgba(5, 18, 39, 0.98), rgba(16, 52, 88, 0.86));
  box-shadow: 0 34px 105px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 230, 166, 0.13);
}

.visit-unified-card::after {
  content: "";
  position: absolute;
  inset: auto -8% -50% 42%;
  z-index: -1;
  height: 86%;
  border: 1px solid rgba(255, 230, 166, 0.16);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 230, 166, 0.1), transparent 62%);
}

.visit-copy {
  align-self: center;
}

.visit-copy .section-kicker {
  color: var(--gold);
  text-shadow: 0 0 20px rgba(255, 230, 166, 0.28);
}

.visit-contact-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: clamp(22px, 4vw, 34px);
  border-color: rgba(255, 230, 166, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    rgba(3, 12, 27, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.visit-contact-panel img {
  width: 104px;
  height: 104px;
  margin: 0;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.visit-contact-panel dl {
  align-self: center;
}

.visit-contact-panel dt {
  color: var(--gold);
}

.visit-contact-panel .location-social-links {
  margin-top: 2px;
}

@media (max-width: 900px) {
  .visit-unified-card,
  .visit-contact-panel {
    grid-template-columns: 1fr;
  }

  .visit-contact-panel {
    text-align: center;
  }

  .visit-contact-panel img {
    justify-self: center;
  }

  .visit-contact-panel .location-social-links {
    justify-content: center;
  }
}
/* Social media embedded feeds */
.social-embed-stack {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 20px;
  margin-top: 22px;
}

.social-embed-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 230, 166, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 230, 166, 0.16), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.embed-intro {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: clamp(22px, 3vw, 30px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.embed-intro .section-kicker {
  margin-bottom: 8px;
  color: var(--gold);
}

.embed-intro h3 {
  margin-bottom: 8px;
  color: #f7fbff;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.embed-intro p:not(.section-kicker) {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.embed-frame {
  padding: clamp(18px, 3vw, 28px);
}

.instagram-frame {
  display: grid;
  justify-items: center;
}

.instagram-frame .instagram-media {
  max-width: 540px !important;
  min-width: min(326px, 100%) !important;
  width: 100% !important;
  margin: 0 auto !important;
  border-radius: 18px !important;
  overflow: hidden;
}

.youtube-frame {
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(3, 12, 27, 0.32);
}

.youtube-frame > div {
  min-height: 360px;
}

@media (max-width: 900px) {
  .social-embed-stack {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .embed-intro {
    grid-template-columns: 1fr;
  }

  .embed-frame {
    padding: 14px;
  }

  .youtube-frame {
    min-height: 320px;
  }
}
/* Stack social embeds as separate sections */
.social-embed-stack {
  grid-template-columns: 1fr !important;
  gap: 28px;
}

.social-embed-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  min-height: 520px;
}

.social-embed-card + .social-embed-card {
  margin-top: 10px;
}

.social-embed-card .embed-intro {
  align-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
}

.social-embed-card .embed-frame {
  align-self: stretch;
}

.instagram-embed-card {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 230, 166, 0.16), transparent 18rem),
    linear-gradient(145deg, rgba(14, 52, 95, 0.76), rgba(5, 18, 39, 0.94));
}

.youtube-embed-card {
  background:
    radial-gradient(circle at 12% 10%, rgba(217, 170, 59, 0.18), transparent 18rem),
    linear-gradient(145deg, rgba(5, 18, 39, 0.94), rgba(65, 32, 32, 0.46));
}

@media (max-width: 960px) {
  .social-embed-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .social-embed-card .embed-intro {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
/* Compact social icon row */
.social-icon-row {
  display: flex;
  justify-content: center;
  margin-top: -4px;
}

.social-icon-row a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 8px 22px 8px 10px;
  border: 1px solid rgba(255, 230, 166, 0.26);
  border-radius: 999px;
  color: #f7fbff;
  background: rgba(255, 255, 255, 0.07);
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.social-icon-row a:hover,
.social-icon-row a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 230, 166, 0.52);
  color: var(--gold);
}

