@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --lh-teal: #239e94;
  --lh-teal-dark: #005461;
  --lh-teal-deep: #073f43;
  --lh-lime: #a5d601;
  --lh-black: #060807;
  --lh-cream: #f4f8ee;
  --lh-white: #ffffff;
  --lh-muted: #64716f;
  --lh-shadow: 0 22px 60px rgba(0, 84, 97, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--lh-black);
  background: var(--lh-cream);
  line-height: 1.7;
}

a { color: inherit; }
img, video { max-width: 100%; display: block; }
.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--lh-black); color: var(--lh-white); padding: 10px 14px; z-index: 100; }
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 248, 238, 0.92);
  border-bottom: 1px solid rgba(0, 84, 97, 0.12);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 170px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 22px; font-weight: 700; font-size: 0.92rem; }
.primary-nav a { text-decoration: none; color: var(--lh-teal-deep); }
.primary-nav a:hover { color: var(--lh-teal); }
.nav-toggle { display: none; border: 0; background: var(--lh-teal); color: var(--lh-white); border-radius: 999px; padding: 10px 16px; font-weight: 800; }

.hero { min-height: 760px; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--lh-black); color: var(--lh-white); }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.48; transform: scale(1.03); }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,84,97,.45), rgba(0,0,0,.1)); }
.hero-content { position: relative; z-index: 2; padding: 120px 0; }
.eyebrow { margin: 0 0 14px; color: var(--lh-lime); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(3.1rem, 9vw, 7.5rem); line-height: .92; letter-spacing: -.07em; max-width: 820px; }
.hero-copy { max-width: 720px; font-size: clamp(1.05rem, 2vw, 1.35rem); margin: 26px 0 34px; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border-radius: 999px; font-weight: 900; text-decoration: none; }
.button-primary { background: var(--lh-lime); color: var(--lh-black); }
.button-ghost { border: 1px solid rgba(255,255,255,.65); color: var(--lh-white); }
.button-dark { background: var(--lh-teal-deep); color: var(--lh-white); }
.button-outline { border: 1px solid rgba(0,84,97,.2); background: var(--lh-white); color: var(--lh-teal-deep); }
.text-link { display: inline-flex; margin-top: 18px; color: var(--lh-teal); font-weight: 900; text-decoration: none; }
.text-link:hover { color: var(--lh-teal-dark); }

.page-hero { padding: 108px 0 76px; background: radial-gradient(circle at top right, rgba(165,214,1,.32), transparent 35%), linear-gradient(135deg, var(--lh-teal-deep), var(--lh-teal-dark)); color: var(--lh-white); }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.8rem, 7vw, 6.2rem); color: var(--lh-white); }
.page-hero p:not(.eyebrow) { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.88); font-size: 1.1rem; }

.section { padding: 96px 0; }
.two-col { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 42px; }
.align-center { align-items: center; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 5vw, 4rem); margin: 0; color: var(--lh-teal-deep); }
h3 { font-size: 1.2rem; margin: 0 0 12px; color: var(--lh-teal-deep); }
.card, .program-card, .leader-card, .mission-item { background: var(--lh-white); border: 1px solid rgba(0,84,97,.1); border-radius: 28px; box-shadow: var(--lh-shadow); }
.soft-card { padding: 34px; }
.soft-card p { margin-bottom: 0; color: var(--lh-muted); }

.mission-section { background: var(--lh-teal-deep); color: var(--lh-white); }
.mission-section h2, .mission-section h3 { color: var(--lh-white); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.compact { display: flex; align-items: end; justify-content: space-between; gap: 24px; max-width: none; }
.mission-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mission-item { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); box-shadow: none; padding: 28px; }
.mission-item span { display: inline-flex; margin-bottom: 42px; color: var(--lh-lime); font-weight: 900; }

.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.program-grid-wide { grid-template-columns: repeat(2, 1fr); }
.program-card { padding: 30px; min-height: 320px; position: relative; overflow: hidden; }
.program-grid-wide .program-card { min-height: 280px; }
.program-card h2 { font-size: clamp(1.7rem, 3vw, 2.7rem); margin: 0 0 16px; }
.program-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 7px; background: linear-gradient(90deg, var(--lh-teal), var(--lh-lime)); }
.program-card p, .leader-card p, .contact-list p { color: var(--lh-muted); }

.video-section { background: linear-gradient(135deg, rgba(35,158,148,.13), rgba(165,214,1,.14)); }
.profile-video { width: 100%; border-radius: 30px; box-shadow: var(--lh-shadow); background: var(--lh-black); }

.leader-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.leader-card { padding: 24px; }
.leader-card h2 { font-size: 1.15rem; margin: 0 0 10px; letter-spacing: -.02em; }
.avatar { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; background: linear-gradient(135deg, var(--lh-teal), var(--lh-lime)); color: var(--lh-white); font-weight: 900; font-size: 1.35rem; }

.split-links { background: var(--lh-cream); }
.feature-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-link { padding: 30px; border-radius: 28px; background: var(--lh-white); box-shadow: var(--lh-shadow); text-decoration: none; border: 1px solid rgba(0,84,97,.1); }
.feature-link span { display: block; margin-bottom: 20px; color: var(--lh-teal); font-weight: 900; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
.feature-link strong { display: block; color: var(--lh-teal-deep); font-size: clamp(1.3rem, 3vw, 2rem); line-height: 1.1; letter-spacing: -.04em; }

.gallery { background: var(--lh-white); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-grid figure { margin: 0; border-radius: 24px; overflow: hidden; background: var(--lh-cream); aspect-ratio: 4 / 3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-grid figure:hover img { transform: scale(1.05); }
.gallery-lightbox-trigger { width: 100%; height: 100%; display: block; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.gallery-lightbox-trigger:focus-visible { outline: 4px solid var(--lh-lime); outline-offset: -4px; }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox { position: fixed; inset: 0; z-index: 999; display: grid; place-items: center; padding: 72px 24px 32px; background: rgba(0, 0, 0, .86); backdrop-filter: blur(10px); }
.gallery-lightbox-frame { width: min(1120px, 100%); max-height: calc(100vh - 112px); border-radius: 28px; overflow: hidden; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.gallery-lightbox-frame img { width: 100%; max-height: calc(100vh - 112px); object-fit: contain; background: var(--lh-black); }
.gallery-lightbox-close { position: fixed; top: 20px; right: 24px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.12); color: var(--lh-white); cursor: pointer; font-size: 2rem; line-height: 1; }
.gallery-lightbox-close:hover, .gallery-lightbox-close:focus-visible { background: var(--lh-lime); color: var(--lh-black); }
.has-lightbox-open { overflow: hidden; }

.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; padding: 44px; border-radius: 36px; background: var(--lh-teal-deep); color: var(--lh-white); box-shadow: var(--lh-shadow); }
.contact-card h2 { color: var(--lh-white); }
.contact-list { display: grid; gap: 14px; }
.contact-list p { margin: 0; padding: 18px; border-radius: 20px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.88); }
.contact-list a, .site-footer a { color: var(--lh-lime); }

.prayer-list { display: grid; gap: 22px; }
.prayer-card, .impact-card, .empty-state { background: var(--lh-white); border: 1px solid rgba(0,84,97,.1); border-radius: 28px; box-shadow: var(--lh-shadow); padding: 30px; }
.prayer-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; color: var(--lh-muted); font-size: .92rem; }
.prayer-meta span, .pdf-badge { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 12px; border-radius: 999px; background: rgba(165,214,1,.24); color: var(--lh-teal-deep); font-weight: 900; }
.prayer-card h2, .impact-card h2, .empty-state h2 { margin: 0 0 16px; font-size: clamp(1.5rem, 3vw, 2.45rem); }
.prayer-card h2 a { color: inherit; text-decoration: none; }
.prayer-card h2 a:hover { color: var(--lh-teal); }
.prayer-card ul { margin: 0; padding-left: 22px; color: var(--lh-muted); }
.prayer-card li + li { margin-top: 9px; }
.prayer-single-card { background: var(--lh-white); border: 1px solid rgba(0,84,97,.1); border-radius: 32px; box-shadow: var(--lh-shadow); padding: clamp(26px, 5vw, 46px); }
.prayer-single-card ul { margin: 0; padding-left: 24px; color: var(--lh-muted); font-size: clamp(1.05rem, 2vw, 1.22rem); }
.prayer-single-card li + li { margin-top: 16px; }
.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.impact-card { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; }
.impact-card time { margin-top: 22px; color: var(--lh-muted); font-weight: 700; }
.impact-card h2 a { color: inherit; text-decoration: none; }
.impact-card h2 a:hover { color: var(--lh-teal); }
.impact-card p { color: var(--lh-muted); }
.impact-card .button { margin-top: auto; }
.missing-file { margin-top: auto; color: var(--lh-muted); font-weight: 800; }
.empty-state { text-align: center; max-width: 760px; margin: 0 auto; }
.impact-single-hero h1 { max-width: 1040px; }
.impact-single-date { font-weight: 800; }
.impact-single-card { background: var(--lh-white); border: 1px solid rgba(0,84,97,.1); border-radius: 32px; box-shadow: var(--lh-shadow); padding: clamp(22px, 4vw, 38px); }
.impact-single-summary { max-width: 860px; margin-bottom: 24px; color: var(--lh-muted); font-size: 1.05rem; }
.impact-pdf-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.impact-pdf-viewer { overflow: hidden; border: 1px solid rgba(0,84,97,.14); border-radius: 24px; background: var(--lh-cream); min-height: 76vh; }
.impact-pdf-viewer iframe { width: 100%; height: 76vh; display: block; border: 0; }
.pagination-nav { margin-top: 42px; display: flex; justify-content: center; }
.pagination-nav ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0; padding: 0; list-style: none; }
.pagination-nav a, .pagination-nav span { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border-radius: 999px; background: var(--lh-white); border: 1px solid rgba(0,84,97,.14); color: var(--lh-teal-deep); font-weight: 900; text-decoration: none; box-shadow: 0 12px 30px rgba(0,84,97,.08); }
.pagination-nav .current, .pagination-nav a:hover { background: var(--lh-teal); color: var(--lh-white); }
.upload-card { max-width: 860px; }
.frontend-upload-form { display: grid; gap: 14px; padding: 34px; border-radius: 28px; background: var(--lh-white); border: 1px solid rgba(0,84,97,.1); box-shadow: var(--lh-shadow); }
.frontend-upload-form label { color: var(--lh-teal-deep); font-weight: 900; }
.frontend-upload-form input, .frontend-upload-form textarea { width: 100%; border: 1px solid rgba(0,84,97,.18); border-radius: 16px; padding: 14px 16px; font: inherit; background: var(--lh-cream); color: var(--lh-black); }
.frontend-upload-form input[type="file"] { background: var(--lh-white); }
.frontend-upload-form button { justify-self: start; margin-top: 8px; border: 0; cursor: pointer; }
.form-message { margin-bottom: 20px; padding: 16px 18px; border-radius: 18px; font-weight: 800; }
.form-message-success { background: rgba(165,214,1,.24); color: var(--lh-teal-deep); }
.form-message-error { background: #ffe2df; color: #8a1f13; }

.site-footer { background: var(--lh-black); color: rgba(255,255,255,.78); padding-top: 58px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 34px; }
.footer-logo { width: 180px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.site-footer h2 { color: var(--lh-white); font-size: 1.1rem; letter-spacing: 0; }
.footer-bottom { margin-top: 44px; padding: 18px; text-align: center; border-top: 1px solid rgba(255,255,255,.1); font-size: .88rem; }
.page-content { min-height: 52vh; }

@media (max-width: 980px) {
  .mission-grid, .program-grid, .program-grid-wide, .feature-links, .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .leader-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col, .contact-card, .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1140px); }
  .section { padding: 68px 0; }
  .hero { min-height: 660px; }
  .nav-toggle { display: inline-flex; }
  .primary-nav { position: absolute; top: 82px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; padding: 20px; border-radius: 24px; background: var(--lh-white); box-shadow: var(--lh-shadow); }
  .primary-nav.is-open { display: flex; }
  .section-heading.compact { display: block; }
  .mission-grid, .program-grid, .program-grid-wide, .leader-grid, .gallery-grid, .feature-links, .impact-grid { grid-template-columns: 1fr; }
  .program-card { min-height: auto; }
  .contact-card { padding: 28px; }
  .impact-pdf-viewer, .impact-pdf-viewer iframe { min-height: 68vh; height: 68vh; }
}
