:root {
  --navy: #092846;
  --navy-deep: #041b31;
  --gold: #d8a72f;
  --gold-soft: #f3dfaa;
  --red: #d52b35;
  --teal: #14a6a1;
  --blue: #1d62a8;
  --ink: #13263b;
  --muted: #66717d;
  --cream: #fbf8f3;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(14, 35, 58, .10);
}

html { scroll-behavior: smooth; }
body { font-family: "DM Sans", sans-serif; color: var(--ink); background: #fff; overflow-x: hidden; }
h1,h2,h3,.display-title { font-family: "Libre Baskerville", serif; }
a { text-decoration: none; }
img { max-width: 100%; }

.site-header { background: rgba(255,255,255,.95); backdrop-filter: blur(14px); transition: box-shadow .3s ease, background .3s ease; z-index: 1035; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(5,28,50,.10); background: rgba(255,255,255,.98); }
.navbar { min-height: 78px; }
.navbar-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); }
.brand-cross { font-family: Georgia, serif; font-size: 44px; line-height: .8; color: var(--gold); font-weight: 400; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .06em; }
.brand-copy strong { font-family: "Libre Baskerville", serif; font-size: 19px; }
.brand-copy small { font-size: 9px; letter-spacing: .18em; margin-top: 5px; }
.desktop-nav { gap: 7px; padding-bottom: 3px; }
.desktop-nav .nav-link { color: #263849; font-size: 14px; font-weight: 600; padding: 27px 11px 23px !important; }
.desktop-nav .nav-link:hover,.desktop-nav .nav-link:focus,.desktop-nav .nav-link.active { color: var(--gold); }
.nav-hover-line { position: absolute; left: 0; bottom: 5px; height: 2px; background: var(--gold); border-radius: 99px; opacity: 0; transition: transform .32s cubic-bezier(.22,1,.36,1), width .32s cubic-bezier(.22,1,.36,1), opacity .2s ease; pointer-events: none; }
.dropdown-menu { border: 0; box-shadow: var(--shadow); border-radius: 14px; padding: 10px; margin-top: -6px; }
.dropdown-item { border-radius: 9px; padding: 10px 13px; font-size: 14px; }
.dropdown-item:hover { background: var(--cream); color: var(--gold); transform: translateX(3px); }
.btn-donate,.btn-primary-brand { background: var(--navy); color: #fff; border: 1px solid var(--navy); border-radius: 8px; font-weight: 700; padding: 12px 18px; transition: .3s ease; }
.btn-donate:hover,.btn-primary-brand:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); transform: translateY(-2px); box-shadow: 0 12px 25px rgba(216,167,47,.24); }
.btn-outline-brand { border: 1px solid rgba(9,40,70,.45); color: var(--navy); border-radius: 8px; font-weight: 700; padding: 12px 18px; background: rgba(255,255,255,.72); }
.btn-outline-brand:hover { border-color: var(--navy); background: var(--navy); color: #fff; transform: translateY(-2px); }
.btn i { margin-left: 8px; }

.hero-section { position: relative; min-height: 680px; margin-top: 78px; background: url('../assets/hero-fallback.jpg') center/cover no-repeat; overflow: hidden; }
.hero-media,.hero-video,.hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; opacity: 0; transition: opacity 1s ease; }
.hero-video.is-ready { opacity: 1; }
.hero-shade{
    display: none;
}
.min-vh-hero { min-height: 680px; }
.hero-content { z-index: 2; }
.eyebrow,.section-kicker { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; color: var(--gold); }
.eyebrow::after { content:""; display:inline-block; width:52px; height:1px; background: var(--gold); margin-left:12px; vertical-align:middle; }
.display-title { font-size: clamp(44px, 5vw, 72px); line-height: 1.14; color: var(--navy-deep); margin: 24px 0 20px; }
.text-love { color: var(--red)!important; }.text-life { color: var(--teal)!important; }.text-hope { color: var(--gold)!important; }.text-care { color: var(--blue)!important; }
.hero-copy { max-width: 610px; font-size: 17px; line-height: 1.75; color: #42515f; margin-bottom: 30px; }
.reveal { animation: riseIn .75s both; }.reveal-delay-1 { animation-delay: .12s; }.reveal-delay-2 { animation-delay: .24s; }.reveal-delay-3 { animation-delay: .36s; }
@keyframes riseIn { from { opacity:0; transform: translateY(22px);} to {opacity:1; transform:none;} }

.section-overlap { margin-top: -42px; position: relative; z-index: 3; }
.values-card { background: #fff; border-radius: 28px; box-shadow: var(--shadow); padding: 16px 20px; }
.value-item { display:flex; align-items:center; justify-content:center; gap:14px; padding: 14px 20px; border-right:1px solid #e5e8eb; }
.value-icon { font-size: 33px; }
.value-item strong,.value-item span { display:block; }.value-item strong { font-family:"Libre Baskerville",serif; font-size:18px; }.value-item span { font-size:12px; color:var(--muted); }

.section-space { padding: 92px 0; }
.section-heading { max-width: 670px; }
.section-heading h2,.hope-card h2,.news-card h2 { font-size: clamp(30px,3vw,42px); margin: 9px 0 12px; color: var(--navy-deep); }
.section-heading p { color: var(--muted); }
.section-heading h2::after,.hope-card h2::after,.news-card h2::after { content:""; width:42px; height:3px; display:block; background:var(--gold); margin:15px auto 0; border-radius:99px; }
.hope-card h2::after,.news-card h2::after { margin-left:0; }

.service-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 32px rgba(7,31,54,.09);
  border: 1px solid #edf0f2;
  transition: transform .35s ease, box-shadow .35s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 50px rgba(7,31,54,.16);
}

.service-image-wrap {
  position: relative;
  width: calc(100% + 2px);
  height: 220px;
  margin: -1px -1px 0;
  padding: 0;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background: transparent;
}

.service-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform .55s ease;
}

.service-card:hover .service-image {
  transform: scale(1.08);
}

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 23px;
  border: 4px solid #fff;
  position: absolute;
  top: 192px;
  left: 28px;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  transition: transform .35s ease;
}
.service-card:hover .service-icon { transform: rotate(-7deg) scale(1.08); }
.bg-love { background:var(--red); }.bg-life { background:var(--teal); }.bg-hope { background:var(--gold); }.bg-care { background:var(--blue); }
.service-body { padding:42px 28px 30px; }
.service-body h3 { font-size:21px; line-height:1.35; min-height:58px; }
.service-body p { color:var(--muted); line-height:1.65; min-height:86px; font-size:19px; }
.card-link { font-weight:800; font-size:14px; display:inline-flex; align-items:center; gap:7px; }
.card-link i { transition:transform .25s ease; }.card-link:hover i { transform:translateX(5px); }

.impact-section { padding: 0 0 45px; }
.impact-panel { background: radial-gradient(circle at 20% 20%, #123b64 0, var(--navy) 38%, var(--navy-deep) 100%); border-radius:20px; padding:42px; color:#fff; box-shadow:var(--shadow); position:relative; overflow:hidden; }
.impact-panel::after { content:"✝"; position:absolute; right:-5px; bottom:-70px; font-size:220px; color:rgba(255,255,255,.035); }
.impact-intro { display:flex; gap:24px; align-items:center; }
.cross-heart-mark { width:72px; flex:0 0 72px; position:relative; text-align:center; color:var(--gold); }
.cross-heart-mark span { font-size:90px; line-height:.6; }.cross-heart-mark i { position:absolute; bottom:-8px; left:27px; font-size:25px; }
.impact-intro h2 { font-size:30px; }.impact-intro p { color:#d5dfeb; font-size:14px; }
.btn-gold { background:var(--gold); color:#fff; border-radius:8px; font-weight:700; padding:11px 16px; }
.btn-gold:hover { background:#edbd49; color:var(--navy); }
.impact-stat { padding:16px; border-left:1px solid rgba(255,255,255,.15); }
.impact-stat i { display:block; font-size:30px; margin-bottom:8px; }.impact-stat strong { display:block; font-family:"Libre Baskerville",serif; font-size:39px; line-height:1; }.impact-stat span { display:block; font-size:13px; margin-top:8px; color:#dce5ef; }

.soft-bg { background:#faf9f7; }
.hope-card,.news-card { background:#fff; border-radius:20px; box-shadow:0 12px 35px rgba(9,40,70,.07); padding:42px; position:relative; overflow:hidden; }
.hope-content { position:relative; z-index:2; max-width:78%; }
.hope-card p { color:var(--muted); line-height:1.7; }
.hope-card blockquote { font-family:"Libre Baskerville",serif; font-style:italic; color:var(--gold); line-height:1.8; margin:22px 0 10px; }
.church-watermark { position:absolute; right:40px; bottom:20px; font-size:180px; color:rgba(9,40,70,.06); }
.news-list { display:grid; gap:14px; }
.news-item { display:grid; grid-template-columns:112px 1fr; gap:16px; color:inherit; padding:8px; border-radius:14px; transition:.25s ease; }
.news-item:hover { background:var(--cream); transform:translateX(5px); }
.news-item img { width:112px; height:78px; object-fit:cover; border-radius:10px; }
.news-item h3 { font-family:"DM Sans",sans-serif; font-size:15px; font-weight:800; margin:0 0 4px; }
.news-item p { font-size:13px; color:var(--muted); margin:0; line-height:1.4; }.news-item span { font-size:11px; color:#9a7040; }

.mission-wrap { padding: 35px 0; }
.mission-card { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:28px; padding:26px 40px; border-radius:18px; background:linear-gradient(90deg,#fbf5ee,#fff); box-shadow:0 12px 35px rgba(9,40,70,.08); }
.mission-heart { width:86px; height:86px; border-radius:50%; background:#f1e0cf; display:grid; place-items:center; color:var(--red); font-size:31px; box-shadow:inset 0 0 0 10px rgba(255,255,255,.45); }
.mission-heart i { animation:heartbeat 1.25s infinite; }
@keyframes heartbeat { 0%,35%,100%{transform:scale(1)} 15%{transform:scale(1.28)} 24%{transform:scale(1.08)} }
.mission-copy h2 { font-size:25px; margin:0 0 7px; }.mission-copy p { margin:0; color:var(--muted); }
.mission-actions { display:flex; gap:14px; }

.site-footer { background:linear-gradient(145deg,var(--navy),var(--navy-deep)); color:#d9e4ee; position:relative; overflow:hidden; }
.site-footer::after { content:"✝"; position:absolute; right:25px; bottom:-60px; font-size:190px; color:rgba(255,255,255,.035); }
.footer-brand { display:flex; align-items:center; gap:10px; color:#fff; margin-bottom:20px; }.footer-brand strong,.footer-brand small { display:block; }.footer-brand strong { font-family:"Libre Baskerville",serif; font-size:20px; }.footer-brand small { font-size:9px; letter-spacing:.18em; }
.site-footer p { font-size:13px; line-height:1.7; color:#afbfce; }
.site-footer h3 { font-family:"DM Sans",sans-serif; font-size:15px; color:#fff; font-weight:800; margin-bottom:18px; }
.site-footer ul { list-style:none; margin:0; padding:0; }.site-footer li { margin-bottom:9px; font-size:13px; }.site-footer a { color:#c3d0dc; transition:.2s; }.site-footer a:hover { color:var(--gold); padding-left:3px; }
.socials { display:flex; gap:10px; }.socials a { width:33px; height:33px; border:1px solid rgba(255,255,255,.35); border-radius:50%; display:grid; place-items:center; }.socials a:hover { background:var(--gold); color:var(--navy); padding-left:0; }
.contact-list li { display:flex; gap:10px; }.contact-list i { color:var(--gold); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); padding:18px 0 26px; display:flex; justify-content:space-between; gap:20px; font-size:12px; position:relative; z-index:2; }.footer-bottom div { display:flex; gap:24px; }
.back-to-top { position:fixed; right:22px; bottom:22px; width:46px; height:46px; border-radius:50%; border:0; background:var(--gold); color:var(--navy); box-shadow:0 12px 25px rgba(0,0,0,.18); opacity:0; visibility:hidden; transform:translateY(10px); transition:.3s; z-index:1020; }.back-to-top.show { opacity:1; visibility:visible; transform:none; }

.offcanvas { max-width:330px; }.offcanvas-header { border-bottom:1px solid #edf0f2; }.mobile-nav { list-style:none; padding:0; margin:0; }.mobile-nav>li { border-bottom:1px solid #edf0f2; }.mobile-nav a,.mobile-submenu-toggle { width:100%; display:flex; justify-content:space-between; align-items:center; padding:15px 2px; color:var(--ink); font-weight:700; background:none; border:0; text-align:left; }.mobile-nav .collapse a { padding:10px 18px; color:var(--muted); font-weight:500; }

@media (max-width: 1199.98px) {
  .desktop-nav { gap:0; }.desktop-nav .nav-link { padding-left:8px!important; padding-right:8px!important; font-size:13px; }
  .hero-shade { background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.80) 48%,rgba(255,255,255,.14)); }
}
@media (max-width: 991.98px) {
  .hero-section,.min-vh-hero { min-height:620px; }.hero-shade { background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.77)); }
  .value-item:nth-child(2) { border-right:0; }.value-item:nth-child(-n+2) { border-bottom:1px solid #e5e8eb; }
  .impact-stat:nth-child(odd) { border-left:0; }.impact-intro { margin-bottom:18px; }
  .mission-card { grid-template-columns:auto 1fr; }.mission-actions { grid-column:1/-1; }
}
@media (max-width: 767.98px) {
  .navbar { min-height:70px; }.hero-section { margin-top:70px; min-height:590px; background-position:68% center; }.min-vh-hero { min-height:590px; }
  .hero-shade { background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.86) 76%,rgba(255,255,255,.58)); }
  .display-title { font-size:43px; }.hero-copy { font-size:15px; }.section-overlap { margin-top:-25px; }.values-card { padding:8px; border-radius:20px; }.value-item { justify-content:flex-start; padding:13px 10px; gap:9px; }.value-icon { font-size:26px; }.value-item strong { font-size:15px; }.value-item span { font-size:10px; }
  .section-space { padding:68px 0; }.service-body h3,.service-body p { min-height:0; }
  .impact-panel { padding:30px 22px; }.impact-intro { align-items:flex-start; }.cross-heart-mark { display:none; }.impact-stat { border-left:0; border-top:1px solid rgba(255,255,255,.12); }
  .hope-card,.news-card { padding:28px 22px; }.hope-content { max-width:100%; }.church-watermark { opacity:.65; }
  .mission-card { grid-template-columns:1fr; text-align:center; padding:28px 22px; }.mission-heart { margin:auto; }.mission-actions { flex-direction:column; width:100%; }.mission-actions .btn { width:100%; }
  .footer-bottom { flex-direction:column; text-align:center; }.footer-bottom div { justify-content:center; }
}
@media (max-width: 479.98px) {
  .brand-cross { font-size:38px; }.brand-copy strong { font-size:16px; }.brand-copy small { font-size:8px; }
  .display-title { font-size:36px; }.hero-content .btn { width:100%; }.service-image-wrap { height:190px; }.service-icon { top:162px; }
  .news-item { grid-template-columns:88px 1fr; gap:12px; }.news-item img { width:88px; height:72px; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; scroll-behavior:auto!important; }
}

/* Full-width header/hero refinements */
.site-header .container-fluid,
.hero-content,
.values-strip .container-fluid { width: 100%; }

.hero-section {
  min-height: calc(100svh - 78px);
  height: auto;
  display: flex;
  align-items: stretch;
}
.min-vh-hero {
  min-height: calc(100svh - 78px);
  padding-top: 48px;
  padding-bottom: 170px;
}
.hero-content { max-width: 100%; }
.hero-content > .row { width: 100%; margin: 0; }
.display-title {
  font-size: clamp(38px, 4.25vw, 66px);
  max-width: none;
  white-space: nowrap;
  letter-spacing: -.025em;
}
.hero-title-line { display: inline-block; }
.hero-copy { max-width: 690px; }

.values-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  z-index: 4;
}
.values-card { width: 100%; }
.section-overlap { margin-top: 0; }

/* Service images touch every card edge cleanly */
.service-image-wrap {
  width: 100%;
  margin: 0;
  border-radius: 18px 18px 0 0;
}
.service-image {
  display: block;
  width: 100%;
  height: 100%;
}

/* Subtle cross treatment for the letter t/T */
.cross-letter {
  display: inline-block;
  position: relative;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: inherit;
  transform: scaleY(1.05);
  text-shadow: 0 0 7px rgba(216, 167, 47, .20);
}
.cross-letter::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30%;
  width: 74%;
  height: 1px;
  background: currentColor;
  opacity: .24;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  .display-title { font-size: clamp(34px, 4.1vw, 50px); }
}
@media (max-width: 991.98px) {
  .hero-section { min-height: 760px; }
  .min-vh-hero { min-height: 760px; padding-bottom: 205px; }
  .display-title { white-space: normal; max-width: 760px; }
  .values-strip { bottom: 20px; }
}
@media (max-width: 767.98px) {
  .hero-section { min-height: 790px; }
  .min-vh-hero { min-height: 790px; padding-top: 35px; padding-bottom: 290px; }
  .display-title { font-size: 38px; line-height: 1.2; }
  .hero-title-line { display: block; }
  .values-strip { bottom: 16px; }
  .values-card { border-radius: 20px; }
}
@media (max-width: 479.98px) {
  .hero-section { min-height: 830px; }
  .min-vh-hero { min-height: 830px; padding-bottom: 310px; }
  .display-title { font-size: 32px; }
}

/* Refined hero typography and premium value pillars */
.display-title {
  white-space: normal;
  max-width: 860px;
  line-height: 1.04;
}
.hero-title-line {
  display: block;
  width: fit-content;
  margin-bottom: .12em;
}
.hero-title-line:last-child { margin-bottom: 0; }

.values-orbit {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 28px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(20px) saturate(125%);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
  box-shadow: 0 24px 70px rgba(7,31,55,.20);
}
.value-pillar {
  --accent: var(--gold);
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 22px 20px;
  color: var(--ink);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,255,255,.68));
  border: 1px solid rgba(9,40,70,.08);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.value-pillar::before {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--accent);
  transform: scaleX(.24);
  transform-origin: left;
  transition: transform .35s ease;
}
.value-pillar::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -55px;
  top: -65px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  transition: transform .4s ease;
}
.value-pillar:hover {
  color: var(--ink);
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--accent) 36%, transparent);
  box-shadow: 0 18px 40px rgba(8,37,65,.15);
}
.value-pillar:hover::before { transform: scaleX(1); }
.value-pillar:hover::after { transform: scale(1.35); }
.value-symbol {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 17px;
  color: var(--accent);
  font-size: 26px;
  background: color-mix(in srgb, var(--accent) 11%, white);
  border: 1px solid color-mix(in srgb, var(--accent) 24%, white);
  transition: transform .35s ease, background .35s ease, color .35s ease;
}
.value-pillar:hover .value-symbol {
  transform: rotate(-6deg) scale(1.08);
  color: #fff;
  background: var(--accent);
}
.value-copy { display: flex; flex-direction: column; min-width: 0; }
.value-copy strong {
  font-family: "Libre Baskerville",serif;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 7px;
}
.value-copy small {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .02em;
}
.value-arrow {
  position: relative;
  z-index: 1;
  color: var(--accent);
  opacity: .55;
  transition: transform .3s ease, opacity .3s ease;
}
.value-pillar:hover .value-arrow { transform: translate(3px,-3px); opacity: 1; }
.value-love { --accent: var(--red); }
.value-hope { --accent: var(--life); }
.value-joy { --accent: var(--gold); }
.value-care { --accent: var(--care); }

/* Remove the earlier experimental t/T cross effect completely */
.cross-letter { all: unset; }
.cross-letter::after { content: none; }

@media (max-width: 991.98px) {
  .values-orbit { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .value-pillar { min-height: 100px; }
}
@media (max-width: 767.98px) {
  .hero-title-line { width: auto; }
  .values-orbit { gap: 10px; padding: 10px; border-radius: 22px; }
  .value-pillar { grid-template-columns: 46px 1fr; min-height: 86px; padding: 16px 14px; gap: 12px; }
  .value-symbol { width: 46px; height: 46px; border-radius: 14px; font-size: 22px; }
  .value-copy strong { font-size: 17px; }
  .value-copy small { font-size: 10px; }
  .value-arrow { display: none; }
}
@media (max-width: 479.98px) {
  .values-orbit { grid-template-columns: 1fr 1fr; }
  .value-pillar { grid-template-columns: 40px 1fr; padding: 13px 11px; }
  .value-symbol { width: 40px; height: 40px; border-radius: 12px; font-size: 19px; }
  .value-copy strong { font-size: 15px; }
  .value-copy small { font-size: 9px; }
}

/* Colourful mission value cards */
.values-orbit {
  gap: 16px;
  padding: 16px;
  background: rgba(255,255,255,.80);
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: 0 26px 75px rgba(7,31,55,.24);
}

.value-pillar {
  --tone-1: #d92f49;
  --tone-2: #ff6b75;
  min-height: 122px;
  color: #fff;
  border: 0;
  isolation: isolate;
  background:
    radial-gradient(circle at 88% 15%, rgba(255,255,255,.28) 0 8%, transparent 9%),
    linear-gradient(135deg, var(--tone-1), var(--tone-2));
  box-shadow: 0 13px 30px color-mix(in srgb, var(--tone-1) 25%, transparent);
}

.value-pillar::before {
  inset: auto 20px 13px;
  height: 2px;
  background: rgba(255,255,255,.72);
  transform: scaleX(.32);
}

.value-pillar::after {
  width: 150px;
  height: 150px;
  right: -68px;
  top: -72px;
  background: rgba(255,255,255,.14);
  box-shadow: -55px 90px 0 rgba(255,255,255,.07);
  z-index: -1;
}

.value-pillar:hover {
  color: #fff;
  transform: translateY(-9px) scale(1.015);
  border-color: transparent;
  box-shadow: 0 22px 46px color-mix(in srgb, var(--tone-1) 34%, transparent);
}

.value-symbol {
  color: #fff;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.38);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 8px 18px rgba(0,0,0,.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.value-pillar:hover .value-symbol {
  color: var(--tone-1);
  background: #fff;
  border-color: #fff;
  transform: rotate(-7deg) scale(1.12);
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}

.value-copy strong {
  color: #fff;
  font-size: 21px;
  text-shadow: 0 2px 8px rgba(0,0,0,.14);
}

.value-copy small {
  color: rgba(255,255,255,.86);
  font-size: 12px;
}

.value-arrow {
  color: #fff;
  opacity: .70;
}

.value-love { --tone-1:#c72543; --tone-2:#f55f6f; }
.value-hope { --tone-1:#039a96; --tone-2:#20c9bd; }
.value-joy  { --tone-1:#d48b00; --tone-2:#f6bd2f; }
.value-care { --tone-1:#0757a4; --tone-2:#3188dc; }

@media (max-width: 991.98px) {
  .value-pillar { min-height: 108px; }
}

@media (max-width: 575.98px) {
  .values-orbit { gap: 10px; padding: 10px; }
  .value-pillar { min-height: 92px; }
  .value-copy strong { font-size: 16px; }
  .value-copy small { font-size: 9px; }
}

.hero-content-box{
    display:inline-block;
    max-width:760px;

    padding:40px 45px;

    background:rgba(255,255,255,.62);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.35);

    border-radius:28px;

    box-shadow:
        0 20px 60px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.35);

    position:relative;
    overflow:hidden;
}
@media (max-width:768px){

.hero-content-box{

    padding:28px 22px;

    border-radius:20px;

    margin:20px;

    max-width:100%;
}

}

.eyebrow-dark{
    color: var(--navy-deep) !important;   /* or #092846 */
}

.eyebrow-dark::after{
    background: var(--navy-deep);
}

/* =========================================================
   UPDATED VALUE IMAGE CARDS
   Each Love, Hope, Joy and Care card now includes an image.
   Expected files:
   assets/value-love.jpg
   assets/value-hope.jpg
   assets/value-joy.jpg
   assets/value-care.jpg
   ========================================================= */

.values-orbit {
  gap: 16px;
  padding: 16px;
}

.value-pillar {
  grid-template-columns: 50px minmax(0, 1fr) 92px;
  gap: 12px;
  min-height: 132px;
  padding: 14px 12px 14px 16px;
}

.value-symbol {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  font-size: 23px;
}

.value-copy {
  position: relative;
  z-index: 3;
}

.value-copy strong {
  font-size: 19px;
  margin-bottom: 6px;
}

.value-copy small {
  font-size: 11px;
  line-height: 1.35;
}

.value-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 92px;
  height: 102px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.55);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.value-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 45%, rgba(255,255,255,.18));
  pointer-events: none;
}

.value-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}

.value-pillar:hover .value-image img {
  transform: scale(1.1);
}

.value-pillar .value-arrow {
  position: absolute;
  right: 116px;
  top: 17px;
  z-index: 4;
}

.value-pillar::before {
  right: 122px;
}

@media (max-width: 1399.98px) {
  .value-pillar {
    grid-template-columns: 46px minmax(0, 1fr) 78px;
    gap: 10px;
    padding-left: 13px;
  }

  .value-symbol {
    width: 46px;
    height: 46px;
    font-size: 21px;
  }

  .value-copy strong {
    font-size: 17px;
  }

  .value-copy small {
    font-size: 10px;
  }

  .value-image {
    width: 78px;
    height: 98px;
    border-radius: 14px;
  }

  .value-pillar .value-arrow {
    right: 99px;
  }

  .value-pillar::before {
    right: 104px;
  }
}

@media (max-width: 991.98px) {
  .values-orbit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-pillar {
    grid-template-columns: 52px minmax(0, 1fr) 100px;
    min-height: 136px;
    padding: 16px;
  }

  .value-symbol {
    width: 52px;
    height: 52px;
  }

  .value-copy strong {
    font-size: 19px;
  }

  .value-copy small {
    font-size: 11px;
  }

  .value-image {
    width: 100px;
    height: 104px;
  }

  .value-pillar .value-arrow {
    right: 124px;
  }

  .value-pillar::before {
    right: 128px;
  }
}

@media (max-width: 575.98px) {
  .values-orbit {
    grid-template-columns: 1fr;
  }

  .value-pillar {
    grid-template-columns: 48px minmax(0, 1fr) 88px;
    min-height: 116px;
    padding: 12px 12px 12px 14px;
  }

  .value-symbol {
    width: 48px;
    height: 48px;
  }

  .value-copy strong {
    font-size: 18px;
  }

  .value-copy small {
    font-size: 10px;
  }

  .value-image {
    width: 88px;
    height: 90px;
    border-radius: 13px;
  }

  .value-pillar .value-arrow {
    display: block;
    right: 109px;
    top: 15px;
  }

  .value-pillar::before {
    right: 112px;
  }
}


/* =========================================================
   FEATURED CHRISTIAN MESSAGE OF HOPE
   Latest News section removed and this section spans full width.
   Expected image: assets/message-of-hope.jpg
   ========================================================= */

.hope-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(216,167,47,.14), transparent 24%),
    radial-gradient(circle at 92% 80%, rgba(20,166,161,.10), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #f8f2e8 100%);
}

.hope-card-featured {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: stretch;
  padding: 0;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.10), transparent 25%),
    linear-gradient(135deg, #052845 0%, #08416a 48%, #126a78 100%);
  border: 1px solid rgba(216,167,47,.38);
  box-shadow: 0 28px 75px rgba(4,27,49,.23);
  isolation: isolate;
}

.hope-card-featured::before {
  content: "†";
  position: absolute;
  left: -24px;
  bottom: -130px;
  z-index: 0;
  font-family: Georgia, serif;
  font-size: 330px;
  line-height: 1;
  color: rgba(255,255,255,.035);
  pointer-events: none;
}

.hope-card-featured .hope-content {
  position: relative;
  z-index: 3;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 60px;
}

.hope-faith-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  margin-bottom: 20px;
  border-radius: 999px;
  color: #fff5cf;
  background: rgba(216,167,47,.16);
  border: 1px solid rgba(243,223,170,.38);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hope-faith-badge i {
  font-size: 17px;
  color: #f0c754;
}

.hope-card-featured h2 {
  max-width: 660px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.1;
}

.hope-card-featured h2::after {
  width: 72px;
  height: 4px;
  margin: 18px 0 0;
  background: linear-gradient(90deg, #f4c94d, #fff1b9);
}

.hope-card-featured p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.83);
  font-size: 17px;
  line-height: 1.8;
}

.hope-card-featured blockquote {
  position: relative;
  max-width: 700px;
  margin: 28px 0 8px;
  padding: 22px 24px 22px 58px;
  border-left: 4px solid #efbf3d;
  border-radius: 0 16px 16px 0;
  color: #fff5d3;
  background: rgba(255,255,255,.08);
  font-size: 17px;
  line-height: 1.75;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.hope-card-featured blockquote .bi-quote {
  position: absolute;
  left: 20px;
  top: 18px;
  color: #efbf3d;
  font-size: 27px;
}

.hope-reference {
  color: #f5d878;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}

.hope-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.hope-btn {
  padding: 13px 20px;
  border: 0;
  color: var(--navy);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}

.hope-btn:hover {
  color: var(--navy);
  background: #f4c94d;
  transform: translateY(-2px);
}

.hope-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 800;
}

.hope-text-link:hover {
  color: #f4cf65;
}

.hope-text-link i {
  color: #f05d68;
  animation: heartbeat 1.25s infinite;
}

.hope-image-wrap {
  position: relative;
  z-index: 2;
  min-height: 520px;
  overflow: hidden;
  border-radius: 0 30px 30px 38% / 0 30px 30px 18%;
}

.hope-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 1s cubic-bezier(.22,1,.36,1);
}

.hope-card-featured:hover .hope-image {
  transform: scale(1.045);
}

.hope-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,40,69,.72) 0%, rgba(5,40,69,.12) 42%, transparent 72%),
    linear-gradient(0deg, rgba(4,27,49,.28), transparent 55%);
}

.hope-cross-glow {
  position: absolute;
  right: 8%;
  top: 7%;
  color: rgba(255,236,173,.74);
  font-family: Georgia, serif;
  font-size: 96px;
  line-height: 1;
  text-shadow:
    0 0 20px rgba(255,220,117,.55),
    0 0 55px rgba(255,205,72,.42);
}

.hope-decoration {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.hope-decoration-one {
  width: 180px;
  height: 180px;
  left: 41%;
  top: -115px;
  background: rgba(216,167,47,.16);
}

.hope-decoration-two {
  width: 120px;
  height: 120px;
  left: 47%;
  bottom: -70px;
  background: rgba(255,255,255,.06);
}

@media (max-width: 991.98px) {
  .hope-card-featured {
    grid-template-columns: 1fr;
  }

  .hope-card-featured .hope-content {
    padding: 52px 42px;
  }

  .hope-image-wrap {
    min-height: 360px;
    border-radius: 0 0 30px 30px;
  }

  .hope-image {
    min-height: 360px;
  }

  .hope-image-overlay {
    background: linear-gradient(180deg, rgba(5,40,69,.48), transparent 48%);
  }
}

@media (max-width: 575.98px) {
  .hope-card-featured {
    border-radius: 22px;
  }

  .hope-card-featured .hope-content {
    padding: 38px 24px;
  }

  .hope-card-featured h2 {
    font-size: 34px;
  }

  .hope-card-featured p,
  .hope-card-featured blockquote {
    font-size: 15px;
  }

  .hope-card-featured blockquote {
    padding: 18px 18px 18px 46px;
  }

  .hope-card-featured blockquote .bi-quote {
    left: 14px;
  }

  .hope-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hope-image-wrap,
  .hope-image {
    min-height: 280px;
  }

  .hope-image-wrap {
    border-radius: 0 0 22px 22px;
  }
}

.hope-banner{
    position:relative;
    padding:140px 0;
    background:
        linear-gradient(
            rgba(5,25,45,.70),
            rgba(5,25,45,.70)
        ),
        url("../assets/message-of-hope.jpg") center center/cover no-repeat;

    background-attachment:fixed;
    overflow:hidden;
}

.hope-overlay{
    position:relative;
    z-index:2;
}

.hope-banner h2{
    color:#fff;
    font-size:clamp(42px,5vw,72px);
}

.hope-banner p{
    color:rgba(255,255,255,.92);
    max-width:720px;
    font-size:20px;
    line-height:1.8;
}

.hope-banner .section-kicker{
    color:#f2d36b;
}

.hope-banner blockquote{
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
    border-left:5px solid #f2d36b;
    color:#fff;
    padding:28px 32px;
    border-radius:16px;
    margin:35px 0;
    font-size:24px;
    font-style:italic;
}

.hope-banner strong{
    color:#f2d36b;
}

.hope-banner .btn-primary-brand{
    background:#fff;
    color:#092846;
}

.hope-banner .btn-outline-brand{
    background:transparent;
    color:#fff;
    border:2px solid rgba(255,255,255,.6);
}

/* =========================================================
   FINAL MOBILE HERO + SINGLE-CARD VALUES SLIDER
   ========================================================= */

/* Desktop/tablet: preserve the original values-orbit grid exactly.
   The extra wrapper behaves as though it does not exist. */
.values-slider-track {
  display: contents;
}

@media (max-width: 575.98px) {
  /* Keep more of the background video visible */
  .hero-section {
    min-height: 700px;
    background-position: 64% center;
  }

  .min-vh-hero {
    min-height: 700px;
    padding: 22px 0 155px;
    align-items: flex-start !important;
  }

  .hero-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hero-content-box {
    width: min(92vw, 355px);
    max-width: 355px;
    margin: 8px 0 0;
    padding: 20px 18px 19px;
    border-radius: 20px;
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 14px 36px rgba(0,0,0,.16);
  }

  .eyebrow {
    font-size: 8.5px;
    line-height: 1.55;
    letter-spacing: .11em;
  }

  .eyebrow::after {
    width: 34px;
    margin-left: 7px;
  }

  .display-title {
    margin: 14px 0 13px;
    font-size: clamp(25px, 7.6vw, 31px);
    line-height: 1.12;
    letter-spacing: -.035em;
  }

  .hero-title-line {
    display: block;
    width: 100%;
    margin-bottom: 4px;
    white-space: nowrap;
  }

  .hero-title-line:last-child {
    margin-bottom: 0;
  }

  .hero-copy {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.55;
  }

  .hero-content-box .d-flex {
    gap: 8px !important;
  }

  .hero-content-box .btn {
    width: auto;
    padding: 9px 11px;
    font-size: 11px;
  }

  /* One value card at a time, sliding automatically */
  .values-strip {
    bottom: 12px;
  }

  .values-strip .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .values-orbit {
    position: relative;
    display: block;
    height: 126px;
    padding: 8px;
    overflow: hidden;
    border-radius: 24px;
  }

  .values-slider-track {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .values-slider-track .value-pillar {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 110px;
    grid-template-columns: 48px minmax(0, 1fr) 82px;
    gap: 10px;
    padding: 10px 11px 10px 13px;
    opacity: 0;
    transform: translateX(110%);
    pointer-events: none;
    animation: mobileValueSlide 16s infinite;
  }

  .values-slider-track .value-pillar:nth-child(1) { animation-delay: 0s; }
  .values-slider-track .value-pillar:nth-child(2) { animation-delay: 4s; }
  .values-slider-track .value-pillar:nth-child(3) { animation-delay: 8s; }
  .values-slider-track .value-pillar:nth-child(4) { animation-delay: 12s; }

  .values-slider-track .value-symbol {
    width: 46px;
    height: 46px;
    font-size: 21px;
  }

  .values-slider-track .value-copy strong {
    font-size: 18px;
  }

  .values-slider-track .value-copy small {
    font-size: 10px;
  }

  .values-slider-track .value-image {
    width: 82px;
    height: 90px;
    border-radius: 13px;
  }

  .values-slider-track .value-arrow {
    display: block;
    right: 101px;
    top: 12px;
  }

  .values-slider-track .value-pillar::before {
    right: 104px;
  }
}

@keyframes mobileValueSlide {
  0% {
    opacity: 0;
    transform: translateX(110%);
    pointer-events: none;
  }
  5%, 22% {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
  25%, 100% {
    opacity: 0;
    transform: translateX(-110%);
    pointer-events: none;
  }
}

@media (max-width: 380px) {
  .hero-content-box {
    width: min(94vw, 330px);
    padding: 17px 15px;
  }

  .display-title {
    font-size: 24px;
  }

  .values-slider-track .value-pillar {
    grid-template-columns: 43px minmax(0, 1fr) 74px;
  }

  .values-slider-track .value-image {
    width: 74px;
    height: 84px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .values-slider-track .value-pillar {
    animation: none !important;
  }

  .values-slider-track .value-pillar:first-child {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

/* =========================================================
   MOBILE COMPACT HERO MESSAGE
   Only the three mission taglines are shown, one at a time.
   Desktop and tablet remain unchanged.
   ========================================================= */
@media (max-width: 575.98px) {
  .hero-section {
    min-height: 700px;
    background-position: center center;
  }

  .min-vh-hero {
    min-height: 700px;
    padding: 18px 0 150px;
    align-items: flex-start !important;
  }

  .hero-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .hero-content-box {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 82px;
    margin: 8px 0 0;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,.68);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: 0 12px 30px rgba(0,0,0,.14);
    overflow: hidden;
  }

  /* Hide everything except the three taglines on mobile */
  .hero-content-box .eyebrow,
  .hero-content-box .hero-copy,
  .hero-content-box > .d-flex {
    display: none !important;
  }

  .hero-content-box .display-title {
    position: relative;
    width: 100%;
    height: 48px;
    margin: 0;
    font-size: clamp(24px, 7.2vw, 31px);
    line-height: 48px;
    letter-spacing: -.035em;
    overflow: hidden;
  }

  .hero-content-box .hero-title-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    margin: 0;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(24px);
    animation: mobileHeroTagline 9s infinite;
  }

  .hero-content-box .hero-title-line:nth-child(1) { animation-delay: 0s; }
  .hero-content-box .hero-title-line:nth-child(2) { animation-delay: 3s; }
  .hero-content-box .hero-title-line:nth-child(3) { animation-delay: 6s; }
}

@keyframes mobileHeroTagline {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }
  8%, 27% {
    opacity: 1;
    transform: translateY(0);
  }
  33%, 100% {
    opacity: 0;
    transform: translateY(-22px);
  }
}

@media (max-width: 380px) {
  .hero-content-box {
    min-height: 76px;
    padding: 14px 13px;
  }

  .hero-content-box .display-title {
    height: 44px;
    font-size: clamp(21px, 6.8vw, 26px);
    line-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content-box .hero-title-line {
    animation: none !important;
  }

  .hero-content-box .hero-title-line:first-child {
    opacity: 1;
    transform: none;
  }
}

/* =========================================================
   MOBILE HERO WITHOUT GLASS BOX
   Keeps desktop/tablet unchanged. On phones, only one tagline
   appears at a time directly over the hero video.
   ========================================================= */
@media (max-width: 575.98px) {
  .hero-section {
    min-height: 700px;
    background-position: center center;
  }

  .min-vh-hero {
    min-height: 700px;
    padding: 26px 0 150px;
    align-items: flex-start !important;
  }

  .hero-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hero-content-box {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 54px;
    margin: 10px 0 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    overflow: visible;
  }

  .hero-content-box .eyebrow,
  .hero-content-box .hero-copy,
  .hero-content-box > .d-flex {
    display: none !important;
  }

  .hero-content-box .display-title {
    position: relative;
    width: 100%;
    height: 54px;
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 7vw, 31px);
    line-height: 54px;
    letter-spacing: -.035em;
    text-align: center;
    overflow: hidden;
    filter: drop-shadow(0 3px 8px rgba(0,0,0,.55));
  }

  .hero-content-box .hero-title-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    margin: 0;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(24px);
    animation: mobileHeroTagline 9s infinite;
  }

  .hero-content-box .text-love,
  .hero-content-box .text-life,
  .hero-content-box .text-hope {
    color: #fff !important;
  }
}

@media (max-width: 380px) {
  .hero-content-box {
    min-height: 48px;
  }

  .hero-content-box .display-title {
    height: 48px;
    font-size: clamp(21px, 6.7vw, 26px);
    line-height: 48px;
  }
}

/* =========================================================
   FINAL MOBILE OVERRIDE
   Removes all hero text/content and keeps the single-card
   values slider fully visible at the bottom of every phone.
   Desktop and tablet remain unchanged.
   ========================================================= */
@media (max-width: 575.98px) {
  :root {
    --mobile-header-height: 70px;
    --mobile-safe-bottom: max(12px, env(safe-area-inset-bottom));
  }

  /* Hide the complete hero message area on phones */
  .hero-content,
  .hero-content-box {
    display: none !important;
  }

  /* Use only the visible viewport below the fixed mobile header */
  .hero-section {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: calc(100dvh - var(--mobile-header-height)) !important;
    min-height: calc(100dvh - var(--mobile-header-height)) !important;
    max-height: calc(100dvh - var(--mobile-header-height)) !important;
    margin-top: var(--mobile-header-height) !important;
    padding: 0 !important;
    overflow: hidden !important;
    background-position: center center !important;
  }

  /* Fallback for older mobile browsers */
  @supports not (height: 100dvh) {
    .hero-section {
      height: calc(100vh - var(--mobile-header-height)) !important;
      min-height: calc(100vh - var(--mobile-header-height)) !important;
      max-height: calc(100vh - var(--mobile-header-height)) !important;
    }
  }

  .min-vh-hero {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .hero-media,
  .hero-video,
  .hero-section video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* Pin the value slider safely inside the visible hero */
  .values-strip {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: var(--mobile-safe-bottom) !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 30 !important;
    transform: none !important;
  }

  .values-strip .container-fluid {
    width: 100% !important;
    max-width: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 !important;
  }

  .values-orbit {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 112px !important;
    min-height: 112px !important;
    margin: 0 !important;
    padding: 7px !important;
    overflow: hidden !important;
    border-radius: 20px !important;
  }

  .values-slider-track {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  .values-slider-track .value-pillar {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 98px !important;
    min-height: 98px !important;
    grid-template-columns: 42px minmax(0, 1fr) 70px !important;
    gap: 9px !important;
    padding: 8px 9px 8px 11px !important;
    margin: 0 !important;
  }

  .values-slider-track .value-symbol {
    width: 40px !important;
    height: 40px !important;
    font-size: 19px !important;
  }

  .values-slider-track .value-copy {
    min-width: 0 !important;
  }

  .values-slider-track .value-copy strong {
    font-size: 16px !important;
    line-height: 1.1 !important;
  }

  .values-slider-track .value-copy small {
    font-size: 9px !important;
    line-height: 1.3 !important;
  }

  .values-slider-track .value-image {
    width: 70px !important;
    height: 80px !important;
    border-radius: 11px !important;
  }

  .values-slider-track .value-arrow {
    display: none !important;
  }

  .values-slider-track .value-pillar::before {
    right: 88px !important;
  }
}

/* Extra protection for very short phones and landscape mode */
@media (max-width: 575.98px) and (max-height: 620px) {
  .values-orbit {
    height: 98px !important;
    min-height: 98px !important;
  }

  .values-slider-track .value-pillar {
    height: 84px !important;
    min-height: 84px !important;
    grid-template-columns: 36px minmax(0, 1fr) 58px !important;
    padding: 6px 8px !important;
  }

  .values-slider-track .value-symbol {
    width: 34px !important;
    height: 34px !important;
    font-size: 16px !important;
  }

  .values-slider-track .value-copy strong {
    font-size: 14px !important;
  }

  .values-slider-track .value-copy small {
    font-size: 8px !important;
  }

  .values-slider-track .value-image {
    width: 58px !important;
    height: 68px !important;
  }
}





/* HERO IMAGE — NATURAL HEIGHT */

.hero-section{
    position: relative;
    margin-top: 78px;
    background: none !important;
    min-height: auto !important;
    height: auto !important;
    overflow: hidden;
}

.hero-image-wrap{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.hero-main-image{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

/* Mobile header spacing */
@media (max-width: 767.98px){
    .hero-section{
        margin-top: 70px;
    }
}

.site-footer::before,
.site-footer::after{
    display:none !important;
    content:none !important;
    background:none !important;
}

/* =========================================================
   SHARED FOOTER
========================================================= */

.site-footer{
    position:relative;
    overflow:hidden;
    color:rgba(255,255,255,.78);
    background:
        linear-gradient(
            135deg,
            #031a31 0%,
            #082a4d 55%,
            #0a395e 100%
        );
}

/* Remove any old religious decoration */
.site-footer::before,
.site-footer::after{
    display:none !important;
    content:none !important;
    background:none !important;
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
}

.footer-brand-icon{
    width:46px;
    height:46px;
    flex:0 0 46px;

    display:grid;
    place-items:center;

    border-radius:15px;

    color:#fff;
    background:
        linear-gradient(
            135deg,
            #d93a52,
            #ed7180
        );

    box-shadow:
        0 12px 28px rgba(217,58,82,.25);

    font-size:20px;
}

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

.footer-brand strong{
    color:#fff;
    font-family:"Libre Baskerville",serif;
    font-size:20px;
    letter-spacing:.04em;
}

.footer-brand small{
    margin-top:3px;

    color:rgba(255,255,255,.58);

    font-size:9px;
    font-weight:700;
    letter-spacing:.18em;
}

.footer-description{
    max-width:310px;
    margin:0 0 22px;

    color:rgba(255,255,255,.65);

    font-size:13px;
    line-height:1.75;
}

.site-footer h3{
    margin:0 0 18px;

    color:#fff;

    font-size:14px;
    font-weight:800;
}

.site-footer ul{
    margin:0;
    padding:0;

    list-style:none;
}

.site-footer ul li{
    margin-bottom:10px;
}

.site-footer a{
    color:rgba(255,255,255,.65);

    font-size:12px;
    text-decoration:none;

    transition:
        color .25s ease,
        transform .25s ease;
}

.site-footer a:hover,
.site-footer a.active{
    color:#f2cc62;
}

.site-footer ul:not(.contact-list) a{
    display:inline-block;
}

.site-footer ul:not(.contact-list) a:hover{
    transform:translateX(5px);
}

.socials{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
}

.socials a{
    width:37px;
    height:37px;

    display:grid;
    place-items:center;

    border-radius:50%;

    color:#fff;

    border:
        1px solid rgba(255,255,255,.18);

    background:
        rgba(255,255,255,.05);

    font-size:14px;
}

.socials a:hover{
    color:#082a4d;

    background:#f2cc62;
    border-color:#f2cc62;

    transform:translateY(-4px);
}

.contact-list li{
    display:flex;
    align-items:flex-start;
    gap:11px;

    color:rgba(255,255,255,.65);

    font-size:12px;
    line-height:1.55;
}

.contact-list i{
    margin-top:2px;

    color:#f2cc62;

    font-size:14px;
}

.contact-list a{
    line-height:1.55;
}

/* GET INVOLVED STRIP */

.footer-involved-strip{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;

    margin-bottom:28px;
    padding:24px 26px;

    border-radius:20px;

    background:
        rgba(255,255,255,.06);

    border:
        1px solid rgba(255,255,255,.1);

    backdrop-filter:blur(12px);
}

.footer-involved-strip span,
.footer-involved-strip strong{
    display:block;
}

.footer-involved-strip span{
    margin-bottom:4px;

    color:#f2cc62;

    font-size:10px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.footer-involved-strip strong{
    color:#fff;

    font-family:"Libre Baskerville",serif;
    font-size:21px;
}

.footer-involved-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.footer-action-primary,
.footer-action-outline{
    min-height:43px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    padding:10px 15px;

    border-radius:10px;

    font-size:11px !important;
    font-weight:800;

    transition:.3s ease;
}

.footer-action-primary{
    color:#fff !important;

    background:#d8a62f;

    border:1px solid #d8a62f;
}

.footer-action-primary:hover{
    background:#c59122;

    transform:translateY(-3px);
}

.footer-action-outline{
    color:#fff !important;

    background:transparent;

    border:
        1px solid rgba(255,255,255,.3);
}

.footer-action-outline:hover{
    color:#082a4d !important;

    background:#fff;

    border-color:#fff;

    transform:translateY(-3px);
}

/* FOOTER BOTTOM */

.footer-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;

    padding:20px 0 24px;

    border-top:
        1px solid rgba(255,255,255,.1);

    color:rgba(255,255,255,.45);

    font-size:10px;
}

.footer-bottom div{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.footer-bottom a{
    font-size:10px;
}

/* TABLET */

@media (max-width:991.98px){

    .footer-involved-strip{
        align-items:flex-start;
        flex-direction:column;
    }

    .footer-involved-actions{
        width:100%;
    }
}

/* MOBILE */

@media (max-width:767.98px){

    .site-footer .py-5{
        padding-top:3rem !important;
        padding-bottom:2rem !important;
    }

    .footer-involved-actions{
        display:grid;
        grid-template-columns:1fr;
    }

    .footer-action-primary,
    .footer-action-outline{
        width:100%;
    }

    .footer-bottom{
        align-items:flex-start;
        flex-direction:column;
    }
}