@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Space+Mono:wght@400;700&display=swap');

:root {
  --burgundy: #36101be0;
  --purple: #13081f;
  --gold: #d9a441;
  --ivory: #fff9f1;
  --white: #ffffff;
  --charcoal: #252525;
  --lavender: #f3eef7;
  --rose: #e8b8c4;
  --muted: #6f6870;
  --border: #e9ded8;
  --shadow: 0 18px 50px rgba(37, 37, 37, .10);
  --display: "Fraunces", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
  --mono: "Space Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: var(--body);
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }

.intro-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 226, 165, 0.34), transparent 24%),
    radial-gradient(circle at 80% 10%, rgba(217, 164, 65, 0.18), transparent 26%),
    linear-gradient(135deg, #1d0d10 0%, #3b1422 20%, #5e1c2c 42%, #2a1219 100%);
  box-shadow: inset 0 0 120px rgba(217, 164, 65, 0.08);
  transition: opacity .9s ease, visibility .9s ease;
}
.intro-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.intro-slide {
  display: none;
  width: min(820px, 100%);
  text-align: center;
  color: var(--white);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .8s ease, transform .8s ease;
}
.intro-slide.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.intro-logo img {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(217, 164, 65, .95);
  background: rgba(255,255,255,.08);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}
.intro-brand,
.intro-label {
  display: block;
  font-family: var(--mono);
  letter-spacing: .18em;
  text-transform: uppercase;
}
.intro-brand {
  font-size: clamp(1rem, 2.2vw, 1.7rem);
  line-height: 1.5;
  color: #f5d383;
  text-shadow: 0 8px 26px rgba(0,0,0,.22);
}
.intro-verse-panel {
  display: grid;
  gap: 18px;
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 28px 30px;
  border: 1px solid rgba(245, 211, 131, .28);
  border-radius: 22px;
  background: rgba(24, 13, 17, 0.32);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 50px rgba(0,0,0,.16);
}
.intro-verse-item {
  text-align: left;
}
.intro-label {
  margin-bottom: 10px;
  color: #f5d383;
  font-size: 12px;
  font-weight: 700;
}
.intro-slide p {
  margin: 0;
  max-width: 100%;
  font-family: var(--display);
  font-size: clamp(0.92rem, 1.4vw, 1.3rem);
  line-height: 1.5;
  color: rgba(255,255,255,.94);
  text-shadow: 0 8px 26px rgba(0,0,0,.18);
}
@keyframes introFade {
  from { opacity: 0; transform: translateY(10px); filter: blur(4px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
body.intro-active .site-header,
body.intro-active main,
body.intro-active .site-footer {
  visibility: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header {
  position: sticky; top: 0; z-index: 30;
  border-bottom: 1px solid rgba(233, 222, 216, .8);
  background: rgba(255, 249, 241, .94);
  backdrop-filter: blur(16px);
}
.header-inner, .container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.header-inner {
  min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img {
  width: 48px; height: 48px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--gold); background: var(--charcoal);
}
.brand-copy { line-height: 1.05; }
.brand-copy small, .eyebrow, .section-label, .meta-label {
  color: var(--burgundy); font-family: var(--mono); font-size: 10px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
}
.brand-copy small { display: block; font-size: 9px; margin-bottom: 4px; }
.brand-copy strong { display: block; max-width: 175px; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 18px; }
.main-nav a, .mobile-nav a {
  color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.main-nav a:hover, .main-nav a.active, .mobile-nav a:hover, .mobile-nav a.active { color: var(--burgundy); }
.button, .button-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 0; border-radius: 999px; padding: 13px 20px;
  font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button { color: var(--white); background: var(--burgundy); box-shadow: 0 10px 22px rgba(142, 24, 56, .2); }
.button-outline { color: var(--burgundy); border: 1px solid rgba(142, 24, 56, .35); background: transparent; }
.button:hover, .button-outline:hover { transform: translateY(-2px); }
.button-outline:hover { background: var(--lavender); }
.mobile-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 50%; background: var(--white); color: var(--charcoal); }
.mobile-nav { display: none; border-top: 1px solid var(--border); padding: 18px 20px 22px; background: var(--white); }
.mobile-nav.open { display: block; }
.mobile-nav-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
.mobile-nav a { display: block; padding: 12px; border-radius: 10px; }
.mobile-nav .button { margin-top: 12px; width: 100%; }

.hero { position: relative; overflow: hidden; background: var(--burgundy); color: var(--white); }
.hero::after {
  content: ""; position: absolute; width: 360px; height: 360px; right: -130px; top: -150px;
  border: 34px solid rgba(217, 164, 65, .17); border-radius: 50%;
}
.hero-inner { position: relative; z-index: 1; padding: 94px 0 100px; }
.hero .eyebrow { color: var(--gold); }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 600; line-height: 1.04; }
h1 { max-width: 900px; margin-top: 18px; font-size: clamp(3rem, 7vw, 6.4rem); letter-spacing: -.05em; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); color: var(--burgundy); letter-spacing: -.04em; }
h3 { font-size: 1.75rem; color: var(--burgundy); }
.hero p { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.76); font-size: 18px; }
.home-hero {
  min-height: 755px;
  background:
    linear-gradient(90deg, #3b071b 0%, rgba(59, 7, 27, .98) 31%, rgba(59, 7, 27, .72) 46%, rgba(59, 7, 27, .06) 71%),
    url("../assets/back.png") center right / cover no-repeat;
}
.home-hero::after { display: none; }
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 2, 8, .18), transparent 44%, rgba(53, 5, 21, .18));
  pointer-events: none;
}
.home-hero .hero-inner { position: relative; z-index: 2; display: block; padding: 76px 0 250px; }
.hero-copy { max-width: 620px; }
.home-hero h1 { margin-top: 22px; font-size: clamp(4rem, 6.8vw, 6.9rem); line-height: .94; }
.home-hero h1 em { color: var(--gold); font-weight: 500; }
.home-hero .hero-copy p { max-width: 600px; color: rgba(255,255,255,.84); font-size: 20px; line-height: 1.55; }
.home-hero .button { color: #2b0a17; background: #ffc94f; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.home-hero .button-outline { color: var(--white); border-color: rgba(255,255,255,.9); }
.hero-signature {
  position: absolute; z-index: 2; top: 46px; right: max(6%, calc((100% - 1180px) / 2));
  color: rgba(255,255,255,.92); font-family: "Segoe Print", "Comic Sans MS", cursive; font-size: 26px; line-height: 1.07;
  transform: rotate(-7deg); text-align: center;
}
.hero-signature span { font-size: 32px; }
.hero-brush {
  position: absolute; z-index: 1; right: -90px; bottom: 120px; width: 430px; height: 120px;
  background: #ffc94f; clip-path: polygon(0 70%, 100% 0, 100% 48%, 14% 100%);
  transform: rotate(-9deg); opacity: .94;
}
.hero-values {
  position: absolute; z-index: 3; right: 0; bottom: -1px; left: 0; display: grid; grid-template-columns: repeat(4, 1fr);
  width: min(1180px, calc(100% - 80px)); min-height: 195px; padding: 28px 42px;
  border-radius: 66px 66px 0 0; color: var(--charcoal); background: rgba(255, 251, 246, .98);
  box-shadow: 0 -10px 40px rgba(37, 4, 18, .12);
}
.hero-values article { display: flex; align-items: flex-start; gap: 16px; padding: 8px 30px; border-right: 1px solid rgba(238, 191, 77, .72); }
.hero-values article:last-child { border-right: 0; }
.value-icon {
  flex: 0 0 58px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%;
  color: var(--burgundy); background: #f8eee7; font-size: 28px; line-height: 1;
}
.hero-values h3 { margin-top: 8px; color: #3b1422; font-size: 18px; white-space: nowrap; }
.hero-values p { margin: 8px 0 0; color: #666267; font-size: 15px; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home-slider-wrap { width: min(100%, 540px); margin-left: auto; }
.home-card { transform: rotate(2deg); padding: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; background: rgba(255,255,255,.1); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.home-card-inner { min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; border-radius: 22px; background: linear-gradient(145deg, var(--purple), var(--burgundy)); }
.home-card-inner .meta-label { align-self: flex-end; color: var(--gold); border: 1px solid rgba(217,164,65,.7); border-radius: 999px; padding: 8px 12px; }
.home-card-inner .card-copy { margin-top: auto; }
.home-card-inner h2 { color: var(--white); font-size: clamp(2.1rem, 4vw, 3rem); }
.home-card-inner h2 span { color: var(--gold); }
.home-slider { position: relative; overflow: hidden; margin-top: 18px; border-radius: 18px; border: 1px solid rgba(255,255,255,.18); background: rgba(0,0,0,.12); }
.home-slider .slide { display: none; width: 100%; height: 230px; object-fit: cover; }
.home-slider .slide.active { display: block; animation: fadeSlide .8s ease; }
@keyframes fadeSlide { from { opacity: 0; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }
.placeholder-note { margin: 20px 0 0; color: rgba(255,255,255,.5); font-family: var(--mono); font-size: 9px; letter-spacing: .13em; text-align: center; text-transform: uppercase; }

.section { padding: 90px 0; }
.about-intro {
  padding-top: 64px;
  padding-bottom: 26px;
}
.about-leadership {
  padding-top: 26px;
  padding-bottom: 64px;
}
.about-leadership .lead {
  margin-top: 14px;
}
.section-white { background: var(--white); }
.section-lavender { background: var(--lavender); }
.section-gold { background: var(--gold); }
.section-purple { background: var(--purple); color: var(--white); }
.section-purple h2, .section-purple h3 { color: var(--white); }
.section-purple.gold-border-cta {
  background: #b77d16;
  border: 1px solid rgba(217, 164, 65, 0.9);
  box-shadow: inset 0 0 0 1px rgba(217, 164, 65, 0.18);
  color: var(--white);
}
.section-grid { display: grid; gap: 42px; }
.two-col { grid-template-columns: .8fr 1.2fr; align-items: center; }
.two-col-even { grid-template-columns: 1fr 1fr; align-items: center; }
.section-label { display: block; }
.who-we-are {
  background: #f5f0e8;
  padding: 88px 0 52px;
}
.who-we-are-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 44px;
  align-items: center;
}
.who-we-are-copy {
  padding-right: 10px;
}
.with-line {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.with-line::before {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background: var(--gold);
  border-radius: 999px;
}
.who-we-are-copy h2 {
  margin-top: 20px;
  color: var(--burgundy);
  font-size: clamp(4rem, 6vw, 8rem);
  line-height: .88;
  letter-spacing: -.07em;
}
.who-we-are-copy h2 span { color: var(--gold); }
.who-we-are-copy .lead {
  margin-top: 28px;
  max-width: 740px;
  color: #2b4550;
  font-size: clamp(1.1rem, 1.5vw, 1.65rem);
  line-height: 1.55;
}
.dark-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(12, 93, 79, .18);
}
.dark-button span {
  margin-left: 10px;
  font-size: 18px;
  letter-spacing: 0;
}
.who-we-are-image-wrap {
  display: flex;
  justify-content: center;
}
.who-we-are .image-placeholder { 
  width: min(100%, 630px); 
  max-width: 630px;
  aspect-ratio: 1.25; 
  min-height: unset; 
  padding: 0;
  border: 4px solid rgba(217, 164, 65, 0.95);
  border-radius: 34px 34px 34px 34px;
  overflow: hidden;
  background: #d9d3c7;
  box-shadow: 0 18px 40px rgba(90, 63, 16, 0.18);
}
.who-we-are .image-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.who-we-are-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(19, 92, 71, .12);
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 90px;
  padding: 10px 0;
  color: var(--burgundy);
}
.feature-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--gold);
  background: rgba(15, 111, 94, .08);
}
.feature-icon svg {
  width: 28px;
  height: 28px;
}
.feature-copy h3 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  line-height: 1.15;
}
.feature-copy p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .who-we-are-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
  }
  .who-we-are-copy {
    padding-right: 0;
  }
  .who-we-are-copy h2 {
    font-size: clamp(2.7rem, 10vw, 4.2rem);
    line-height: .96;
  }
  .who-we-are-copy .lead {
    font-size: 1.02rem;
  }
  .who-we-are-features {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
    padding-top: 16px;
  }
  .feature-item {
    gap: 12px;
    min-height: 0;
    padding: 0;
  }
  .feature-icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }
  .feature-icon svg {
    width: 22px;
    height: 22px;
  }
  .feature-copy h3 {
    font-size: 1.08rem;
  }
  .feature-copy p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.45;
  }
  .who-we-are .image-placeholder {
    width: min(100%, 440px);
    max-width: 440px;
    aspect-ratio: 1.05;
    border-radius: 22px;
  }
}
.lead { max-width: 680px; margin-top: 22px; color: var(--muted); font-size: 18px; }
.body-copy { color: var(--muted); }
.body-copy p { margin: 0 0 18px; }
.history-article {
  margin-top: 30px;
  padding: 32px clamp(18px, 3vw, 36px);
  border: 1px solid rgba(217, 164, 65, 0.5);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.98), rgba(244, 234, 213, 0.9));
  box-shadow: 0 16px 40px rgba(61, 42, 16, 0.08);
}
.history-article .section-label {
  margin-bottom: 14px;
}
.history-article h2 {
  margin: 0 0 18px;
  color: var(--burgundy);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.08;
}
.history-article h3 {
  margin: 26px 0 12px;
  color: var(--burgundy);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.2;
}
.history-article h4 {
  margin: 22px 0 10px;
  color: var(--burgundy);
  font-size: 1.1rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.history-article p,
.history-article li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}
.history-article p { margin: 0 0 16px; }
.history-article ul {
  margin: 0 0 18px 20px;
  padding: 0;
}
.history-article li + li { margin-top: 4px; }
.history-article blockquote {
  margin: 18px 0 26px;
  padding: 18px 20px 18px 22px;
  border-left: 3px solid var(--gold);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.38);
  color: var(--burgundy);
  font-family: var(--display);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.4;
}
.history-article hr {
  margin: 28px 0;
  border: 0;
  border-top: 1px solid rgba(142, 24, 56, 0.15);
}
.support-box {
  margin: 24px 0 10px;
  padding: 22px 20px;
  border: 1px solid rgba(217, 164, 65, 0.55);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.38);
}
.support-box h4 {
  margin: 0 0 10px;
  color: var(--burgundy);
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.bank-card {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(217, 164, 65, 0.45);
  background: rgba(217, 164, 65, 0.08);
}
.bank-card p {
  margin: 0 0 8px;
}
.bank-card p:first-child {
  margin-bottom: 14px;
  color: var(--burgundy);
  font-size: 1.02rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.smile-tagline {
  font-weight: 700;
  color: var(--burgundy);
}
.smile-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 18px;
}
.smile-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--gold);
  border: 1px solid rgba(217, 164, 65, 0.35);
  color: var(--burgundy);
  font-family: var(--header);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.signature {
  margin-top: 18px;
  color: var(--burgundy);
  font-weight: 700;
  letter-spacing: .04em;
}
.tagline {
  font-style: italic;
  color: var(--muted);
}
.quote { margin: 0; padding-left: 20px; border-left: 2px solid var(--burgundy); color: var(--charcoal); font-family: var(--display); font-size: 1.65rem; line-height: 1.25; }
.quote cite { display: block; margin-top: 15px; color: var(--burgundy); font-family: var(--mono); font-size: 10px; font-style: normal; letter-spacing: .15em; text-transform: uppercase; }
.scripture-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 36px; }
.scripture-grid .section-label, .scripture-grid h2 { color: var(--burgundy); }
.scripture-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.program-grid, .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.activity-layout {
  display: grid; grid-template-columns: 1.02fr 1.48fr; gap: 28px; align-items: center;
}
.activity-intro { padding-right: 8px; }
.eyebrow-soft {
  display: inline-block; margin-bottom: 16px; color: var(--burgundy); font-family: var(--mono);
  font-size: 11px; letter-spacing: .28em; text-transform: uppercase;
}
.activity-intro h2 {
  font-size: clamp(4rem, 5.6vw, 7rem); line-height: .9; letter-spacing: -.07em; color: var(--burgundy);
}
.activity-intro .lead {
  margin-top: 30px; font-size: clamp(1.05rem, 1.6vw, 1.55rem); line-height: 1.6; color: var(--burgundy);
}
.burgundy-button {
  margin-top: 28px; border-radius: 999px; background: var(--burgundy); color: var(--white); box-shadow: 0 10px 26px rgba(142,24,56,.18);
}
.activity-showcase {
  display: grid; grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: 18px;
}
.activity-card {
  display: flex; height: 190px; min-height: 190px; overflow: hidden; border-radius: 22px; box-shadow: 0 16px 34px rgba(37, 37, 37, .08);
}
.activity-visual {
  flex: 0 0 42%; min-width: 0; background: #d7d7d7;
}
.activity-visual img {
  width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; background: #f3efe7;
}
.activity-content {
  flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 16px 18px 14px;
  min-height: 160px;
}
.activity-icon {
  width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; margin: 0 auto 8px;
  border: 2px solid currentColor; border-radius: 50%; font-size: 1.40rem; line-height: 1; font-weight: 700;
}
.activity-content h3 {
  margin: 0; color: inherit; font-size: clamp(10px, 13px, 10px); line-height: 1.09; text-align: center;
}
.activity-content p {
  margin: 10px 0 0; color: inherit; font-size: .75rem; line-height: 1.45; text-align: center; opacity: .92;
}
.activity-line {
  width: 48px; height: 2px; margin: 12px auto 0; background: currentColor; opacity: .8;
}
.card-school {
  background: var(--burgundy); color: var(--white);
}
.card-school .activity-icon { color: var(--gold); }
.card-school h3 { color: var(--white); }
.card-skill {
  background: #f4ecdf; color: var(--burgundy);
}
.card-skill .activity-icon { color: var(--burgundy); }
.card-health {
  background: var(--burgundy); color: var(--white);
}
.card-health .activity-icon { color: var(--gold); }
.card-community {
  background: #f0e4d0; color: var(--burgundy);
}
.card-community .activity-icon { color: var(--burgundy); }
.card { padding: 28px; border: 1px solid var(--border); border-radius: 24px; background: var(--white); }
.card h3 { margin-top: 46px; }
.card p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.card.featured { color: var(--white); background: var(--burgundy); }
.card.featured h3 { color: var(--white); }
.card.featured p { color: rgba(255,255,255,.72); }
.card.accent { background: var(--gold); }

.vision-section {
  padding-top: 70px;
  padding-bottom: 28px;
}
.vision-wrap {
  display: grid;
  gap: 34px;
}
.vision-quote-card {
  padding: 28px 30px 24px;
  border: 1px solid rgba(217, 164, 65, 0.55);
  border-left: 4px solid var(--gold);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 248, 240, 0.96), rgba(242, 230, 208, 0.9));
  box-shadow: 0 18px 35px rgba(74, 51, 20, 0.08);
}
.vision-quote {
  margin: 18px 0 18px;
  color: var(--burgundy);
  font-family: var(--display);
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.35;
}
.vision-quote-card .lead {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
}
.service-block {
  margin-top: 8px;
}
.service-grid {
  margin-top: 18px;
}
.service-card {
  background: rgba(255,255,255,.8);
}
.aims-section {
  padding-top: 34px;
}
.aims-header {
  margin-bottom: 24px;
}
.aims-header h2 {
  margin-top: 10px;
  color: var(--burgundy);
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height: 1.1;
}
.aims-grid {
  margin-top: 26px;
}
.gold{
  position: relative;
  padding: 26px 22px 24px;
  border: 1px solid rgba(217, 164, 65, 0.42);
  background: var(--gold);
  box-shadow: 0 12px 28px rgba(70, 48, 11, 0.04);
}
.gold .meta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #36101bc9;;
  color: var(--gold);
  font-weight: 700;
}
.gold h3 {
  margin-top: 18px;
  color: var(--burgundy);
}
.gold p {
  margin-top: 12px;
}
.aim-card {
  position: relative;
  padding: 26px 22px 24px;
  border: 1px solid rgba(217, 164, 65, 0.42);
  background:#36101be0;;
  
}

.aim-card .meta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(217, 164, 65, 0.699);
  color: var(--burgundy);
  font-weight: 700;
}
.aim-card h3 {
  margin-top: 18px;
  color: var(--gold);
}
.aim-card p {
  margin-top: 12px;
}



.card-icon { color: var(--burgundy); font-size: 24px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.tag { padding: 10px 15px; border-radius: 999px; color: var(--burgundy); background: rgba(217,164,65,.28); font-size: 14px; }
.image-placeholder {
  min-height: 200px; display: flex; align-items: flex-end; padding: 24px; overflow: hidden;
  border-radius: 24px; color: var(--white); background: linear-gradient(145deg, var(--purple), var(--burgundy)); box-shadow: var(--shadow);
}
.section-grid .image-placeholder {
  min-height: 260px;
  padding: 0;
  border: 3px solid var(--gold);
  border-radius: 28px;
  background: #eaf3e0;
  box-shadow: 0 18px 40px rgba(90, 63, 16, 0.18);
}
.section-grid .image-placeholder > div,
.section-grid .image-placeholder span,
.section-grid .image-placeholder img {
  width: 100%; height: 100%;
}
.section-grid .image-placeholder img {
  display: block;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.08);
}
.about-leadership .image-placeholder img {
  object-position: center top;
}
.image-placeholder.gold-frame {
  border: 1px solid rgba(217, 164, 65, 0.9);
  background: linear-gradient(145deg, #2a1b0b, #8b6519 55%, #d4a84a);
  box-shadow: 0 18px 40px rgba(90, 63, 16, 0.18);
}
.image-placeholder strong { display: block; color: var(--gold); font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.image-placeholder span { display: block; max-height: 400px; color: rgba(255,255,255,.75); }
.timeline { position: relative; max-width: 930px; margin: 0 auto; padding-left: 38px; border-left: 1px solid var(--gold); }
.timeline::before { content: ""; position: absolute; left: -8px; top: 0; width: 15px; height: 15px; border-radius: 50%; background: var(--gold); }
.timeline + .card-grid { margin-top: 70px; }
.status-pill { display: inline-flex; padding: 8px 12px; border-radius: 999px; color: var(--burgundy); background: var(--gold); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 34px; }
.stat { padding: 24px; border-radius: 18px; background: var(--white); }
.stat strong { display: block; color: var(--burgundy); font-family: var(--display); font-size: 2.8rem; }
.stat span { display: block; margin-top: 18px; font-size: 13px; font-weight: 600; }
.stat small { display: block; margin-top: 8px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.gallery-controls { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { padding: 10px 15px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); background: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.filter-button.active, .filter-button:hover { color: var(--white); border-color: var(--burgundy); background: var(--burgundy); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.gallery-tile { min-height: 260px; display: flex; align-items: flex-end; padding: 22px; border: 0; border-radius: 22px; color: var(--white); text-align: left; background: linear-gradient(145deg, var(--purple), var(--burgundy)); transition: transform .2s ease; }
.gallery-tile:hover { transform: translateY(-4px); }
.gallery-tile strong { display: block; color: var(--gold); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.gallery-tile span { display: block; margin-top: 8px; font-family: var(--display); font-size: 1.5rem; }
.lightbox { position: fixed; inset: 0; z-index: 50; display: none; place-items: center; padding: 20px; background: rgba(37,37,37,.82); }
.lightbox.open { display: grid; }
.lightbox-panel { position: relative; width: min(680px, 100%); min-height: 360px; display: flex; align-items: flex-end; padding: 30px; border-radius: 26px; background: linear-gradient(145deg, var(--purple), var(--burgundy)); color: var(--white); }
.close-lightbox { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--white); background: var(--burgundy); font-size: 24px; }
.contact-panel {
  display: grid;
  gap: 18px;
}
.contact-info-card {
  padding: 28px 24px;
  border: 1px solid rgba(217, 164, 65, 0.5);
  border-left: 4px solid var(--gold);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 249, 241, 0.96), rgba(246, 235, 216, 0.9));
  box-shadow: 0 16px 34px rgba(55, 38, 8, 0.06);
}
.contact-intro {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.7;
}
.info-list {
  display: grid;
  gap: 16px;
}
.info-item {
  padding: 16px 18px;
  border: 1px solid rgba(217, 164, 65, 0.26);
  border-radius: 16px;
  background: rgba(255,255,255,0.32);
}
.info-value {
  margin: 10px 0 0;
  color: var(--burgundy);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.info-value.email {
  color: var(--burgundy);
}
.info-value.muted {
  color: var(--muted);
  font-weight: 600;
}
.social-links {
  display: grid;
  gap: 12px;
}
.form-card { padding: 32px; border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
label { display: block; font-size: 13px; font-weight: 700; }
input, textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid var(--border); border-radius: 12px; color: var(--charcoal); background: var(--ivory); }
textarea { min-height: 140px; resize: vertical; }
.full { grid-column: 1 / -1; }
.form-status { margin-top: 18px; color: var(--burgundy); font-weight: 600; }
.social-link { display: flex; align-items: center; justify-content: space-between; margin-top: 0; padding: 16px 18px; border-radius: 16px; color: var(--white); background: var(--burgundy); }
.social-link.gold { color: var(--burgundy); background: var(--gold); }
.site-footer { padding-top: 68px; color: var(--white); background: var(--burgundy); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; }
.site-footer .brand-copy strong { color: var(--white); }
.site-footer .brand-copy small { color: var(--gold); }
.footer-copy, .footer-links a, .footer-contact { color: rgba(255,255,255,.72); font-size: 14px; }
.footer-copy { max-width: 360px; margin-top: 22px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 18px; }
.footer-links a:hover { color: var(--white); }
.site-footer .footer-socials { display: flex; align-items: center; gap: 10px; margin: 14px 0 0; font-size: 0; }
.footer-socials a { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(217,164,65,.55); border-radius: 50%; background: rgba(255,255,255,.08); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.footer-socials a:hover { transform: translateY(-2px); border-color: var(--gold); background: rgba(217,164,65,.18); }
.footer-socials img { width: 14px; height: 14px; filter: brightness(0) saturate(100%) invert(76%) sepia(40%) saturate(660%) hue-rotate(359deg) brightness(91%) contrast(88%); }
.footer-bottom { margin-top: 50px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.5); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 15px; }
[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .main-nav { display: none; }
  .mobile-toggle { display: block; }
  .header-inner > .button { display: none; }
}
@media (max-width: 760px) {
  .header-inner, .container { width: min(100% - 32px, 1180px); }
  .brand img { width: 44px; height: 44px; }
  .hero-inner, .home-hero .hero-inner { display: block; padding: 70px 0 76px; }
  .home-card { margin-top: 46px; }
  .section { padding: 68px 0; }
  .activity-layout, .two-col, .two-col-even, .scripture-grid { grid-template-columns: 1fr; }
  .scripture-list, .program-grid, .card-grid, .gallery-grid, .activity-showcase { grid-template-columns: 1fr; }
  .activity-card { height: 200px; min-height: 200px; }
  .activity-visual { flex-basis: 45%; }
  .activity-content { min-height: 200px; padding: 14px 16px 12px; }
  .activity-visual img { object-fit: cover; object-position: center; }
  .section-grid {
    gap: 18px;
  }
  .contact-section .container,
  .contact-section .section-grid {
    width: 100%;
  }
  .section-grid .image-placeholder {
    display: block;
    min-height: 240px;
    height: 240px;
    margin-top: 0;
    padding: 0;
  }
  .section-grid .image-placeholder > div,
  .section-grid .image-placeholder span,
  .section-grid .image-placeholder img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .section-grid .image-placeholder img {
    transform: scale(1.04);
    object-position: center top;
  }
  .about-leadership .image-placeholder img {
    object-position: center top;
    transform: scale(1.12);
  }
  .contact-panel {
    gap: 12px;
  }
  .contact-info-card,
  .form-card {
    padding: 20px 18px;
  }
  .social-links {
    gap: 10px;
  }
  .social-link {
    padding: 14px 16px;
  }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom-inner { display: block; }
  .footer-bottom-inner span + span { display: block; margin-top: 10px; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .home-hero h1 { font-size: clamp(3.4rem, 16vw, 5.6rem); }
}@media (max-width: 900px) {
  .home-hero { min-height: 850px; background-position: 62% center; }
  .hero-values { width: calc(100% - 32px); grid-template-columns: repeat(2, 1fr); padding: 22px 18px; border-radius: 42px 42px 0 0; }
  .hero-values article { padding: 10px 14px; }
  .hero-values article:nth-child(2) { border-right: 0; }
  .hero-values article:nth-child(-n+2) { border-bottom: 1px solid rgba(238, 191, 77, .72); }
}
@media (max-width: 760px) {
  .home-hero { min-height: 940px; background-position: 62% top; }
  .home-hero .hero-inner { padding: 62px 0 430px; }
  .home-hero h1 { font-size: clamp(3.6rem, 16vw, 5.5rem); }
  .home-hero .hero-copy p { font-size: 17px; }
  .hero-signature { top: 32px; right: 24px; font-size: 18px; }
  .hero-brush { bottom: 300px; width: 300px; height: 90px; }
  .hero-values { grid-template-columns: 1fr; gap: 0; min-height: 360px; padding: 18px 20px; border-radius: 34px 34px 0 0; }
  .hero-values article { min-height: 82px; padding: 12px 4px; border-right: 0; border-bottom: 1px solid rgba(238, 191, 77, .72); }
  .hero-values article:last-child { border-bottom: 0; }
  .hero-values h3 { margin-top: 4px; font-size: 16px; }
  .hero-values p { margin-top: 4px; font-size: 13px; }
  .value-icon { flex-basis: 48px; width: 48px; height: 48px; font-size: 22px; }
}
