@media (max-width: 1180px) {
  .hc-header__navwrap { gap: 18px; }
  .hc-menu { gap: 17px; }
  .hc-header-actions { gap: 9px; }
  .hc-header-join { padding-inline: .85rem; }
}

@media (max-width: 1024px) {
  .hc-container { width: min(calc(100% - (var(--hc-gutter-tablet) * 2)), var(--hc-container)); }
  .hc-grid--4, .hc-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-header__inner { min-height: 68px; }
  .hc-menu-toggle { display: block; margin-inline-start: auto; }
  .hc-header__navwrap {
    position: absolute; inset-inline: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: 14px var(--hc-gutter-tablet) 22px; background: #fff; border-top: 1px solid #eef2f0; box-shadow: 0 18px 30px rgba(17,32,29,.09);
  }
  .hc-header__navwrap.is-open { display: flex; }
  .hc-primary-nav { margin: 0; }
  .hc-menu { flex-direction: column; align-items: stretch; gap: 0; }
  .hc-menu li { border-bottom: 1px solid #eef2f0; }
  .hc-menu a { display: block; padding: 13px 2px; font-size: .9rem; }
  .hc-header-actions { padding-top: 15px; justify-content: space-between; flex-wrap: wrap; }
  .hc-header-join { min-height: 42px; }

  .hc-hero { min-height: 560px; background-position: 58% center; }
  .hc-hero__overlay { background: linear-gradient(90deg, rgba(11,61,54,.9) 0%, rgba(16,71,63,.73) 52%, rgba(15,48,44,.25) 100%); }
  .hc-hero__content { width: min(610px, 72%); }
  .hc-hero__inner { padding-block: 70px 118px; }
  .hc-hero-stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hc-stat:nth-child(2)::after { display: none; }
  .hc-stat:nth-child(-n+2) { border-bottom: 1px solid #e7ecea; }
}

@media (max-width: 640px) {
  .hc-container { width: min(calc(100% - (var(--hc-gutter-mobile) * 2)), var(--hc-container)); }
  .hc-grid--4, .hc-grid--3, .hc-grid--2 { grid-template-columns: 1fr; }
  .hc-button { min-height: 46px; }
  .hc-site-branding .custom-logo { max-width: 112px; max-height: 40px; }
  .hc-header__navwrap { padding-inline: var(--hc-gutter-mobile); }
  .hc-icon-button { display: none; }
  .hc-header-actions { gap: 12px; }
  .hc-header-login { order: 1; }
  .hc-language-switcher { order: 2; margin-inline-start: auto; }
  .hc-header-join { order: 3; width: 100%; }

  .hc-hero { min-height: 630px; align-items: flex-end; background-position: 63% center; }
  .hc-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(10,45,40,.98) 0%, rgba(13,59,52,.77) 52%, rgba(13,54,48,.38) 100%); }
  .hc-hero__overlay { background: linear-gradient(90deg, rgba(11,61,54,.45), rgba(11,61,54,.1)); }
  .hc-hero__inner { padding-block: 80px 110px; }
  .hc-hero__content { width: 100%; }
  .hc-hero__eyebrow { margin-bottom: 14px; }
  .hc-hero__title { font-size: clamp(2.55rem,12vw,3.55rem); }
  .hc-hero__description { font-size: .92rem; line-height: 1.65; margin-top: 18px; }
  .hc-hero__actions { margin-top: 22px; }
  .hc-hero__actions .hc-button { flex: 1 1 auto; }
  .hc-hero-stats-wrap { margin-top: -52px; }
  .hc-hero-stats { grid-template-columns: repeat(2, minmax(0,1fr)); border-radius: 12px; }
  .hc-stat { min-height: 88px; padding: 16px 18px; }
  .hc-stat strong { font-size: 1.35rem; }
  .hc-stat span { font-size: .69rem; line-height: 1.35; }
  .hc-phase-placeholder { padding-top: 48px; }
}


@media (max-width: 1024px) {
  .hc-campaigns { padding-block: 52px 64px; }
  .hc-campaigns__track { grid-auto-columns: minmax(300px, 47%); }
}
@media (max-width: 640px) {
  .hc-section-heading { align-items: center; }
  .hc-carousel-controls { display: none; }
  .hc-campaigns { padding-block: 44px 54px; }
  .hc-campaigns__heading { margin-bottom: 18px; }
  .hc-campaigns__track { margin-inline-end: calc(var(--hc-gutter-mobile) * -1); padding-inline-end: var(--hc-gutter-mobile); grid-auto-columns: minmax(270px, 86%); gap: 11px; }
  .hc-campaign-card { min-height: 122px; }
}

/* Phase 4 — About responsive */
@media (max-width: 1024px) {
  .hc-about { padding-block: 72px 82px; }
  .hc-about__grid { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 44px; }
  .hc-about__visual { min-height: 300px; }
  .hc-about__image--primary { height: 270px; }
  .hc-about__image--secondary { height: 238px; }
  .hc-about__stats { inset-inline-start: 18%; min-width: 218px; }
}
@media (max-width: 760px) {
  .hc-about__grid { grid-template-columns: 1fr; gap: 58px; }
  .hc-about__visual { width: min(100%, 560px); margin-inline: auto; }
  .hc-about__content { width: min(100%, 620px); margin-inline: auto; }
}
@media (max-width: 640px) {
  /* About only — Figma mobile composition. Keep every other approved section untouched. */
  .hc-about { padding-block: 86px 72px; overflow: hidden; }
  .hc-about__grid { display: grid; grid-template-columns: 1fr; gap: 0; }
  .hc-about__visual {
    display: grid;
    width: 100%;
    min-height: 430px;
    margin: 0 0 94px;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: end;
    position: relative;
    padding-inline: 0;
  }
  .hc-about__image { border-radius: 22px; }
  .hc-about__image--primary { height: 354px; transform: translateY(-22px); }
  .hc-about__image--secondary { height: 354px; transform: translateY(36px); }
  .hc-about__image--primary img { object-position: center center; }
  .hc-about__image--secondary img { object-position: center center; }
  .hc-about__stats {
    inset-inline-start: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: min(82%, 468px);
    min-width: 0;
    grid-template-columns: 1fr 1fr;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 38px rgba(17,32,29,.16);
  }
  [dir="rtl"] .hc-about__stats { transform: translateX(50%); }
  .hc-about-stat { min-height: 150px; padding: 24px 28px; }
  .hc-about-stat strong { font-size: clamp(2.6rem, 11vw, 3.2rem); line-height: .95; font-weight: 500; }
  .hc-about-stat span { margin-top: 12px; font-size: .83rem; line-height: 1.35; letter-spacing: .06em; }
  .hc-about__content { width: 100%; margin: 0; }
  .hc-about__content .hc-eyebrow { margin-bottom: 25px; font-size: .76rem; line-height: 1.2; letter-spacing: .13em; }
  .hc-about__title { max-width: 100%; font-size: clamp(2.6rem, 11.6vw, 3.15rem); line-height: 1.14; }
  .hc-about__copy { margin-top: 38px; max-width: none; }
  .hc-about__copy p { font-size: 1rem; line-height: 1.86; }
  .hc-about__copy p + p { margin-top: 31px; }
  .hc-about__actions { margin-top: 36px; gap: 14px; flex-wrap: nowrap; }
  .hc-about__actions .hc-button { min-height: 54px; padding-inline: 24px; font-size: .88rem; white-space: nowrap; }
  .hc-about__actions .hc-button:first-child { flex: 0 0 auto; min-width: 126px; }
  .hc-about__actions .hc-button:last-child { flex: 1 1 auto; }
}

@media (max-width: 390px) {
  .hc-about { padding-block: 72px 66px; }
  .hc-about__visual { min-height: 386px; margin-bottom: 78px; gap: 18px; }
  .hc-about__image--primary { height: 312px; transform: translateY(-18px); }
  .hc-about__image--secondary { height: 312px; transform: translateY(30px); }
  .hc-about__stats { width: 84%; border-radius: 20px; }
  .hc-about-stat { min-height: 132px; padding: 21px 22px; }
  .hc-about-stat strong { font-size: clamp(2.3rem, 11vw, 2.75rem); }
  .hc-about-stat span { margin-top: 9px; font-size: .72rem; }
  .hc-about__content .hc-eyebrow { margin-bottom: 20px; }
  .hc-about__title { font-size: clamp(2.3rem, 11.4vw, 2.75rem); }
  .hc-about__copy { margin-top: 29px; }
  .hc-about__copy p { font-size: .95rem; line-height: 1.82; }
  .hc-about__copy p + p { margin-top: 24px; }
  .hc-about__actions { margin-top: 31px; gap: 10px; }
  .hc-about__actions .hc-button { min-height: 50px; padding-inline: 17px; font-size: .8rem; }
}

/* Phase 5 only — do not alter approved Phase 4 header/hero/campaign/about measurements. */
@media (max-width: 1024px) {
  .hc-services { padding-block: 72px 78px; }
  .hc-services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-service-card { min-height: 162px; }
}
@media (max-width: 640px) {
  .hc-services { padding-block: 58px 62px; }
  .hc-services__intro { margin-bottom: 27px; text-align: center; }
  .hc-services__intro .hc-heading--section { font-size: 1.9rem; }
  .hc-services__description { margin-top: 11px; font-size: .78rem; }
  .hc-services__grid { grid-template-columns: 1fr; gap: 10px; }
  .hc-service-card { min-height: 0; padding: 18px 17px 17px; }
  .hc-service-card__icon { width: 28px; height: 28px; margin-bottom: 14px; }
  .hc-service-card__title { font-size: .92rem; }
  .hc-service-card__description { font-size: .68rem; }
}

/* Phase 6 only — Upcoming Events responsive rules. No previous section selectors here. */
@media (max-width: 1024px) {
  .hc-events { padding-block: 70px 76px; }
  .hc-events__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-event-card:last-child { display: none; }
}
@media (max-width: 640px) {
  .hc-events { padding-block: 58px 62px; overflow: hidden; }
  .hc-events__heading { align-items: flex-end; margin-bottom: 22px; }
  .hc-events__heading .hc-heading--section { font-size: 1.95rem; }
  .hc-events__view-all { font-size: .66rem; }
  .hc-events__grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(268px, 86%);
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    margin-inline-end: calc(var(--hc-gutter-mobile) * -1);
    padding-inline-end: var(--hc-gutter-mobile);
  }
  .hc-events__grid::-webkit-scrollbar { display: none; }
  .hc-event-card,
  .hc-event-card:last-child { display: flex; scroll-snap-align: start; }
  .hc-event-card__body { padding: 14px 14px 13px; }
  .hc-event-card__title { font-size: .98rem; }
  .hc-event-card__excerpt { font-size: .66rem; }
}

/* Phase 7 only — Support Our Community responsive rules. */
@media (max-width: 1024px) {
  .hc-support { padding-block: 68px 72px; }
  .hc-support__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hc-support-card:last-child { grid-column: 1 / -1; width: calc(50% - 7px); justify-self: center; }
}
@media (max-width: 640px) {
  .hc-support { padding-block: 56px 60px; }
  .hc-support__intro { margin-bottom: 25px; }
  .hc-support__eyebrow { font-size: .62rem; }
  .hc-support__title { font-size: 1.95rem; }
  .hc-support__description { margin-top: 10px; font-size: .72rem; line-height: 1.58; }
  .hc-support__grid { grid-template-columns: 1fr; gap: 10px; }
  .hc-support-card,
  .hc-support-card:last-child { width: 100%; min-height: 0; grid-column: auto; justify-self: stretch; padding: 18px 17px 16px; }
  .hc-support-card__icon { width: 29px; height: 29px; margin-bottom: 14px; }
  .hc-support-card__title { font-size: .95rem; }
  .hc-support-card__description { margin-bottom: 16px; font-size: .66rem; }
}

/* Phase 8 only — Stay Connected + Footer responsive rules. */
@media (max-width: 1024px) {
  .hc-newsletter__inner { grid-template-columns: 1fr minmax(300px, 390px); gap: 30px; }
  .hc-footer-grid { grid-template-columns: 1.2fr .8fr .9fr; gap: 42px 34px; }
  .hc-footer-contact { grid-column: 2 / 4; display: grid; grid-template-columns: auto 1fr; gap: 0 28px; }
  .hc-footer-contact h3 { grid-column: 1 / -1; }
  .hc-footer-contact dl { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 24px; }
  .hc-footer-contact dl > div + div { margin-top: 0; }
}
@media (max-width: 640px) {
  .hc-newsletter__inner { min-height: 0; grid-template-columns: 1fr; gap: 18px; padding-block: 28px; }
  .hc-newsletter__copy h2 { font-size: 1.14rem; }
  .hc-newsletter__copy p { font-size: .64rem; }
  .hc-newsletter__form { justify-self: stretch; width: 100%; grid-template-columns: 1fr auto; }
  .hc-newsletter__form input, .hc-newsletter__form button { min-height: 36px; }
  .hc-footer-main { padding-block: 36px 34px; }
  .hc-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 24px; }
  .hc-footer-brand { grid-column: 1 / -1; }
  .hc-footer-brand > p { width: min(100%, 320px); }
  .hc-footer-contact { grid-column: 1 / -1; display: block; }
  .hc-footer-contact dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px 22px; }
  .hc-footer-bottom__inner { min-height: 0; padding-block: 18px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .hc-footer-legal { gap: 13px; flex-wrap: wrap; }
}
@media (max-width: 390px) {
  .hc-newsletter__form { grid-template-columns: 1fr; }
  .hc-newsletter__form button { width: 100%; }
  .hc-footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .hc-footer-brand, .hc-footer-contact { grid-column: auto; }
  .hc-footer-contact dl { grid-template-columns: 1fr; }
}

/* v5.9 — Mobile Figma fidelity pass: Support + Footer ONLY.
   IMPORTANT: intentionally scoped to .hc-support / .hc-site-footer descendants.
   No previously approved section selectors are modified here. */
@media (max-width: 640px) {
  .hc-support {
    padding-block: 82px 38px;
  }
  .hc-support__intro {
    width: min(100%, 330px);
    margin-bottom: 48px;
  }
  .hc-support__eyebrow {
    margin-bottom: 18px;
    font-size: .72rem;
    letter-spacing: .14em;
  }
  .hc-support__title {
    font-size: 2.25rem;
    line-height: 1.14;
  }
  .hc-support__description {
    width: min(100%, 315px);
    margin-top: 20px;
    font-size: .84rem;
    line-height: 1.75;
  }
  .hc-support__grid {
    gap: 22px;
  }
  .hc-support-card,
  .hc-support-card:last-child {
    min-height: 238px;
    padding: 25px 25px 24px;
    border-radius: 22px;
    border-color: rgba(255,255,255,.22);
    background: rgba(255,255,255,.105);
  }
  .hc-support-card__icon {
    width: 45px;
    height: 45px;
    margin-bottom: 24px;
    border-radius: 16px;
    border-color: rgba(255,255,255,.13);
    background: rgba(255,255,255,.14);
  }
  .hc-support-card__icon svg {
    width: 23px;
    height: 23px;
  }
  .hc-support-card__title {
    font-size: 1.12rem;
    line-height: 1.28;
  }
  .hc-support-card__description {
    margin: 12px 0 22px;
    font-size: .80rem;
    line-height: 1.72;
  }
  .hc-support-card__cta {
    min-height: 42px;
    padding: 10px 19px;
    gap: 12px;
    font-size: .76rem;
  }

  .hc-newsletter__inner {
    gap: 22px;
    padding-block: 50px 44px;
  }
  .hc-newsletter__copy h2 {
    font-size: 1.43rem;
    line-height: 1.18;
  }
  .hc-newsletter__copy p {
    margin-top: 9px;
    max-width: 315px;
    font-size: .78rem;
    line-height: 1.62;
  }
  .hc-newsletter__form {
    grid-template-columns: minmax(0,1fr) auto;
    gap: 10px;
  }
  .hc-newsletter__form input,
  .hc-newsletter__form button {
    min-height: 44px;
  }
  .hc-newsletter__form input {
    padding-inline: 16px;
    font-size: .75rem;
  }
  .hc-newsletter__form button {
    padding-inline: 20px;
    font-size: .75rem;
  }

  .hc-footer-main {
    padding-block: 50px 54px;
  }
  .hc-footer-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hc-footer-brand,
  .hc-footer-contact {
    grid-column: auto;
  }
  .hc-footer-brand__identity {
    min-height: 46px;
  }
  .hc-footer-brand__mark {
    width: 42px;
    height: 42px;
    font-size: .9rem;
  }
  .hc-footer-brand__identity strong {
    font-size: 1rem;
  }
  .hc-footer-brand__identity small {
    font-size: .55rem;
  }
  .hc-footer-brand > p {
    width: min(100%, 315px);
    margin: 20px 0 21px;
    font-size: .78rem;
    line-height: 1.72;
  }
  .hc-footer-socials {
    gap: 10px;
  }
  .hc-footer-socials a {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    font-size: .7rem;
    background: rgba(255,255,255,.06);
  }
  .hc-footer-column h3 {
    margin-bottom: 25px;
    font-size: .76rem;
    letter-spacing: .08em;
  }
  .hc-footer-column li + li {
    margin-top: 18px;
  }
  .hc-footer-column li a {
    font-size: .78rem;
    line-height: 1.45;
  }
  .hc-footer-prayer__table {
    border-radius: 18px;
    padding: 6px 14px;
  }
  .hc-footer-prayer__table > div {
    min-height: 48px;
    padding: 10px 0;
    font-size: .75rem;
  }
  .hc-footer-prayer__table strong {
    font-size: .75rem;
  }
  .hc-footer-contact dl {
    grid-template-columns: 1fr;
    gap: 21px;
  }
  .hc-footer-contact dl > div + div {
    margin-top: 0;
  }
  .hc-footer-contact dt {
    margin-bottom: 6px;
    font-size: .64rem;
    letter-spacing: .07em;
  }
  .hc-footer-contact dd {
    font-size: .79rem;
    line-height: 1.52;
  }
  .hc-footer-bottom__inner {
    align-items: center;
    padding-block: 25px 26px;
    gap: 18px;
    text-align: center;
  }
  .hc-footer-bottom p {
    width: 100%;
    font-size: .67rem;
  }
  .hc-footer-legal {
    width: 100%;
    justify-content: center;
    gap: 22px;
  }
  .hc-footer-legal a {
    font-size: .66rem;
  }
}

@media (max-width: 390px) {
  .hc-newsletter__form {
    grid-template-columns: minmax(0,1fr) auto;
  }
  .hc-newsletter__form button {
    width: auto;
  }
}


/* v5.10 — Upcoming Events mobile Figma fidelity ONLY.
   Locked rule: no selectors outside .hc-events / .hc-event-card are modified here. */
@media (max-width: 640px) {
  .hc-events {
    padding-block: 64px 68px;
    overflow: visible;
  }
  .hc-events__heading {
    display: block;
    margin-bottom: 54px;
  }
  .hc-events__heading .hc-eyebrow {
    margin-bottom: 10px;
    font-size: .72rem;
    letter-spacing: .12em;
  }
  .hc-events__heading .hc-heading--section {
    max-width: 330px;
    font-size: 2.65rem;
    line-height: 1.08;
  }
  .hc-events__view-all {
    min-height: 52px;
    margin-top: 27px;
    margin-bottom: 0;
    padding: 0 26px;
    gap: 18px;
    border: 1px solid rgba(17,32,29,.12);
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 700;
  }
  .hc-events__view-all span {
    font-size: 1.35rem;
    line-height: 1;
  }
  .hc-events__grid {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    overflow: visible;
    margin-inline-end: 0;
    padding-inline-end: 0;
    scroll-snap-type: none;
  }
  .hc-event-card,
  .hc-event-card:last-child {
    width: 100%;
    display: flex;
    scroll-snap-align: none;
    border-radius: 20px;
    border-color: rgba(17,32,29,.12);
    box-shadow: none;
  }
  .hc-event-card__media {
    aspect-ratio: 1.72 / 1;
  }
  .hc-event-card__badge {
    top: 16px;
    inset-inline-start: 16px;
    min-height: 36px;
    padding: 7px 18px;
    font-size: .76rem;
    letter-spacing: .04em;
  }
  .hc-event-card__body {
    padding: 28px 24px 26px;
  }
  .hc-event-card__meta {
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    margin: 0 0 23px;
    font-size: .8rem;
    line-height: 1.45;
  }
  .hc-event-card__meta > span:first-child {
    margin-inline-end: 0;
  }
  .hc-event-card__title {
    font-size: 1.55rem;
    line-height: 1.3;
  }
  .hc-event-card__excerpt {
    margin: 18px 0 24px;
    font-size: 1rem;
    line-height: 1.65;
  }
  .hc-event-card__actions {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }
  .hc-event-card__register,
  .hc-event-card__details {
    min-height: 52px;
    font-size: .9rem;
    font-weight: 700;
  }
  .hc-event-card__register {
    padding-inline: 24px;
  }
  .hc-event-card__details {
    min-width: 104px;
    padding-inline: 18px;
    border: 1px solid rgba(17,32,29,.12);
  }
}

@media (max-width: 380px) {
  .hc-events__heading .hc-heading--section { font-size: 2.35rem; }
  .hc-event-card__body { padding-inline: 20px; }
  .hc-event-card__title { font-size: 1.38rem; }
  .hc-event-card__excerpt { font-size: .92rem; }
  .hc-event-card__actions { grid-template-columns: 1fr auto; }
  .hc-event-card__details { min-width: 92px; }
}


/* v5.11 — Programmes & Services mobile Figma fidelity pass ONLY.
   Intentionally scoped to .hc-services; no approved section outside Services is modified. */
@media (max-width: 640px) {
  .hc-services {
    padding-block: 76px 82px;
  }
  .hc-services .hc-container {
    padding-inline: 24px;
  }
  .hc-services__intro {
    width: 100%;
    margin-bottom: 58px;
    text-align: center;
  }
  .hc-services__intro .hc-eyebrow {
    margin-bottom: 20px;
    font-size: .72rem;
    letter-spacing: .12em;
  }
  .hc-services__intro .hc-heading--section {
    max-width: 330px;
    margin-inline: auto;
    font-size: clamp(2.35rem, 10vw, 2.72rem);
    line-height: 1.08;
  }
  .hc-services__description {
    width: 100%;
    max-width: 350px;
    margin-top: 24px;
    font-size: .96rem;
    line-height: 1.72;
  }
  .hc-services__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .hc-service-card {
    min-height: 198px;
    padding: 24px 24px 25px;
    border: 1px solid rgba(17, 32, 29, .09);
    border-radius: 18px;
    box-shadow: none;
  }
  .hc-service-card__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 27px;
    border-radius: 16px;
    background: #f2f7f5;
  }
  .hc-service-card__icon svg {
    width: 27px;
    height: 27px;
  }
  .hc-service-card__title {
    font-size: 1.14rem;
    line-height: 1.28;
  }
  .hc-service-card__description {
    margin-top: 14px;
    font-size: .94rem;
    line-height: 1.68;
  }
}

@media (max-width: 390px) {
  .hc-services .hc-container { padding-inline: 22px; }
  .hc-services__intro .hc-heading--section { font-size: 2.32rem; }
  .hc-service-card { min-height: 190px; padding: 23px 22px 24px; }
}

/* v5.13 — About mobile Figma visual lock ONLY.
   Scope is intentionally limited to the image composition/stat box in .hc-about.
   No other section is modified. */
@media (max-width: 640px) {
  .hc-about__visual {
    min-height: 255px;
    margin-bottom: 78px;
    gap: 16px;
    align-items: end;
  }
  .hc-about__image {
    border-radius: 16px;
  }
  .hc-about__image--primary {
    height: 202px;
    transform: translateY(-13px);
  }
  .hc-about__image--secondary {
    height: 202px;
    transform: translateY(20px);
  }
  .hc-about__stats {
    width: 80%;
    max-width: 270px;
    bottom: -24px;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(17,32,29,.15);
  }
  .hc-about-stat {
    min-height: 104px;
    padding: 16px 18px;
  }
  .hc-about-stat strong {
    font-size: 2rem;
    line-height: .95;
  }
  .hc-about-stat span {
    margin-top: 8px;
    font-size: .65rem;
    line-height: 1.35;
  }
}

@media (max-width: 390px) {
  .hc-about__visual {
    min-height: 246px;
    margin-bottom: 74px;
    gap: 15px;
  }
  .hc-about__image--primary {
    height: 195px;
    transform: translateY(-12px);
  }
  .hc-about__image--secondary {
    height: 195px;
    transform: translateY(19px);
  }
  .hc-about__stats {
    width: 80%;
    max-width: 266px;
    bottom: -23px;
    border-radius: 18px;
  }
  .hc-about-stat {
    min-height: 101px;
    padding: 15px 17px;
  }
  .hc-about-stat strong { font-size: 1.95rem; }
  .hc-about-stat span { font-size: .63rem; }
}

/* v5.14 — Desktop Figma fidelity: Header + Hero ONLY.
 * Scope lock: desktop >=1025px and only header/hero/stat selectors.
 * Mobile/tablet and all later homepage sections remain untouched.
 */
@media (min-width: 1025px) {
  /* Figma uses a wider visual rail than the content sections below. */
  .hc-site-header > .hc-container,
  .hc-hero .hc-container,
  .hc-hero-stats-wrap .hc-container {
    width: min(calc(100% - 96px), 1320px);
  }

  /* Desktop header proportions from the Figma reference. */
  .hc-header__inner {
    min-height: 68px;
    gap: 24px;
  }
  .hc-site-branding .custom-logo {
    max-width: 116px;
    max-height: 42px;
  }
  .hc-header__navwrap {
    gap: 26px;
  }
  .hc-menu {
    gap: clamp(20px, 1.85vw, 34px);
  }
  .hc-menu a {
    font-size: .82rem;
    line-height: 1;
  }
  .hc-header-actions {
    gap: 15px;
  }
  .hc-language-switcher {
    font-size: .76rem;
  }
  .hc-header-login {
    font-size: .81rem;
  }
  .hc-header-join {
    min-height: 44px;
    padding-inline: 1.45rem;
    font-size: .8rem;
  }

  /* Hero: wider left rail, taller cinematic image and Figma text rhythm. */
  .hc-hero {
    min-height: clamp(620px, 46.8vw, 720px);
    align-items: center;
    background-position: center 44%;
  }
  .hc-hero__overlay {
    background:
      linear-gradient(90deg, rgba(8,74,65,.91) 0%, rgba(12,84,74,.72) 34%, rgba(17,71,64,.34) 62%, rgba(10,39,35,.13) 100%),
      linear-gradient(0deg, rgba(7,41,36,.18), rgba(7,41,36,.03));
  }
  .hc-hero__inner {
    padding-block: 88px 154px;
  }
  .hc-hero__content {
    width: min(650px, 52%);
    margin-inline: 0;
  }
  .hc-hero__eyebrow {
    margin-bottom: 34px;
  }
  .hc-hero__eyebrow span {
    padding: 7px 15px;
    font-size: .78rem;
    letter-spacing: .055em;
  }
  .hc-hero__title {
    max-width: 650px;
    font-size: clamp(3.65rem, 4.85vw, 4.75rem);
    line-height: 1.08;
    letter-spacing: -.018em;
  }
  .hc-hero__description {
    max-width: 590px;
    margin-top: 38px;
    font-size: 1rem;
    line-height: 1.65;
  }
  .hc-hero__actions {
    gap: 16px;
    margin-top: 42px;
  }
  .hc-hero__actions .hc-button {
    min-height: 50px;
    padding-inline: 1.8rem;
    font-size: .86rem;
  }
  .hc-hero__actions .hc-button--accent {
    min-width: 220px;
  }
  .hc-hero__actions .hc-button--hero-secondary {
    min-width: 142px;
  }

  /* Statistics sit inside the final part of the hero, as in Figma. */
  .hc-hero-stats-wrap {
    margin-top: -120px;
  }
  .hc-hero-stats {
    min-height: 120px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 12px 30px rgba(17,32,29,.06);
  }
  .hc-stat {
    min-height: 120px;
    padding: 24px 34px;
  }
  .hc-stat:not(:last-child)::after {
    inset-block: 0;
    background: #e2e8e5;
  }
  .hc-stat strong {
    font-size: clamp(1.8rem, 2.2vw, 2.15rem);
  }
  .hc-stat span {
    margin-top: 8px;
    font-size: .76rem;
  }
}

/* v5.15 — Programmes & Services desktop Figma fidelity pass ONLY.
   Desktop-only and strictly scoped to .hc-services. Mobile/tablet and all other sections remain untouched. */
@media (min-width: 1025px) {
  .hc-services {
    padding-block: 96px 104px;
  }
  .hc-services__intro {
    width: min(760px, 100%);
    margin-bottom: 62px;
  }
  .hc-services__intro .hc-eyebrow {
    margin-bottom: 18px;
    font-size: .72rem;
    letter-spacing: .12em;
  }
  .hc-services__intro .hc-heading--section {
    font-size: clamp(2.65rem, 3.15vw, 3.35rem);
    line-height: 1.08;
  }
  .hc-services__description {
    width: min(690px, 100%);
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.58;
  }
  .hc-services__grid {
    gap: 20px;
  }
  .hc-service-card {
    min-height: 232px;
    padding: 28px 26px 27px;
    border-color: rgba(17, 32, 29, .08);
    border-radius: 15px;
  }
  .hc-service-card__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
    border-radius: 15px;
    background: #f2f7f5;
  }
  .hc-service-card__icon svg {
    width: 27px;
    height: 27px;
  }
  .hc-service-card__title {
    font-size: 1.12rem;
    line-height: 1.28;
  }
  .hc-service-card__description {
    margin-top: 13px;
    font-size: .94rem;
    line-height: 1.62;
  }
}

/* v5.16 — Services desktop hover fidelity pass ONLY.
   Strictly scoped to desktop service cards; no mobile/tablet or other sections are modified. */
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .hc-services .hc-service-card {
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  }
  .hc-services .hc-service-card:hover,
  .hc-services .hc-service-card:focus-visible {
    transform: none;
    background: #fff;
    border-color: rgba(42, 78, 72, .52);
    box-shadow: 0 5px 15px rgba(17, 32, 29, .025);
    outline: none;
  }
}

/* v5.17 — Upcoming Events desktop Figma fidelity pass ONLY.
   Desktop-only and strictly scoped to .hc-events / .hc-event-card.
   No approved Header, Hero, Campaigns, About, Services, Support, Footer, tablet or mobile rules are changed. */
@media (min-width: 1025px) {
  .hc-events {
    padding-block: 98px 106px;
  }
  .hc-events .hc-container {
    width: min(1320px, calc(100% - 64px));
    max-width: 1320px;
  }
  .hc-events__heading {
    align-items: flex-end;
    margin-bottom: 48px;
  }
  .hc-events__heading .hc-eyebrow {
    margin-bottom: 14px;
    font-size: .72rem;
    letter-spacing: .12em;
  }
  .hc-events__heading .hc-heading--section {
    font-size: clamp(3rem, 3.65vw, 3.85rem);
    line-height: 1.04;
  }
  .hc-events__view-all {
    margin-bottom: 12px;
    gap: 10px;
    font-size: .82rem;
    font-weight: 600;
  }
  .hc-events__grid {
    gap: 22px;
  }
  .hc-event-card {
    border-radius: 13px;
    border-color: rgba(17, 32, 29, .10);
    box-shadow: 0 3px 12px rgba(17, 32, 29, .018);
  }
  .hc-event-card__media {
    aspect-ratio: 1.55 / 1;
  }
  .hc-event-card__badge {
    top: 14px;
    inset-inline-start: 14px;
    min-height: 30px;
    padding: 6px 15px;
    font-size: .66rem;
  }
  .hc-event-card__body {
    padding: 20px 21px 20px;
  }
  .hc-event-card__meta {
    min-height: 34px;
    margin-bottom: 13px;
    font-size: .72rem;
    line-height: 1.55;
  }
  .hc-event-card__meta > span:first-child {
    margin-inline-end: 7px;
  }
  .hc-event-card__title {
    font-size: 1.24rem;
    line-height: 1.28;
  }
  .hc-event-card__excerpt {
    margin: 13px 0 21px;
    font-size: .86rem;
    line-height: 1.65;
  }
  .hc-event-card__actions {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding-top: 2px;
  }
  .hc-event-card__register,
  .hc-event-card__details {
    min-height: 44px;
    font-size: .78rem;
    font-weight: 700;
  }
  .hc-event-card__register {
    padding: 10px 24px;
  }
  .hc-event-card__details {
    min-width: 82px;
    padding: 10px 13px;
  }
}

/* v5.18 — Upcoming Events desktop hover interactions ONLY.
   Strictly scoped to desktop .hc-events cards; mobile/tablet and all other sections remain untouched. */
@media (min-width: 1025px) {
  .hc-event-card {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
  }
  .hc-event-card:hover {
    transform: translateY(-5px);
    border-color: rgba(17, 32, 29, .16);
    box-shadow: 0 12px 28px rgba(17, 32, 29, .08);
  }
  .hc-event-card__media img {
    transition: transform .38s ease;
  }
  .hc-event-card:hover .hc-event-card__media img {
    transform: scale(1.055);
  }
  .hc-event-card__register,
  .hc-event-card__details {
    transition: background-color .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
  }
  .hc-event-card__register {
    border: 1px solid transparent;
  }
  a.hc-event-card__register:hover {
    background: #2d8175;
    color: #fff;
  }
  .hc-event-card__details {
    border: 1px solid transparent;
  }
  a.hc-event-card__details:hover {
    color: var(--hc-color-text);
    border-color: rgba(17, 32, 29, .28);
    background: #fff;
  }
}

/* v5.19 — Programmes & Services mobile side-gutter balance ONLY.
   Strictly scoped to the Services section on mobile; no other section or breakpoint is modified. */
@media (max-width: 640px) {
  .hc-services .hc-container {
    width: calc(100% - 28px);
    padding-inline: 0;
  }
}

@media (max-width: 390px) {
  .hc-services .hc-container {
    width: calc(100% - 24px);
    padding-inline: 0;
  }
}

/* v5.20 — Optional mobile-specific hero image. Layout remains unchanged. */
@media (max-width: 767px) {
  .hc-hero { background-image: var(--hc-hero-image-mobile, var(--hc-hero-image)); }
}

/* v5.21 — Upcoming Events desktop density/typography fidelity pass ONLY.
   Strictly scoped to desktop Events cards. All other approved sections and mobile/tablet layouts remain untouched. */
@media (min-width: 1025px) {
  .hc-events__grid {
    gap: 26px;
  }
  .hc-event-card {
    border-radius: 14px;
  }
  .hc-event-card__media {
    aspect-ratio: 1.48 / 1;
  }
  .hc-event-card__body {
    padding: 24px 24px 23px;
  }
  .hc-event-card__meta {
    min-height: 38px;
    margin-bottom: 15px;
    font-size: .80rem;
    line-height: 1.55;
  }
  .hc-event-card__title {
    font-size: 1.42rem;
    line-height: 1.28;
  }
  .hc-event-card__excerpt {
    margin: 15px 0 24px;
    font-size: .97rem;
    line-height: 1.68;
  }
  .hc-event-card__actions {
    gap: 16px;
    padding-top: 4px;
  }
  .hc-event-card__register,
  .hc-event-card__details {
    min-height: 48px;
    font-size: .86rem;
  }
  .hc-event-card__register {
    padding: 12px 28px;
  }
  .hc-event-card__details {
    min-width: 96px;
    padding: 12px 18px;
  }
}

/* v5.22 — Support + Footer desktop density/typography pass ONLY.
   Locked scope: desktop .hc-support and .hc-site-footer descendants only.
   No mobile/tablet or previously approved sections are modified. */
@media (min-width: 1025px) {
  .hc-support {
    padding-block: 88px 94px;
  }
  .hc-support__intro {
    width: min(760px, 100%);
    margin-bottom: 42px;
  }
  .hc-support__eyebrow {
    margin-bottom: 11px;
    font-size: .72rem;
    letter-spacing: .13em;
  }
  .hc-support__title {
    font-size: clamp(2.55rem, 3vw, 3.15rem);
  }
  .hc-support__description {
    width: min(690px, 100%);
    margin-top: 15px;
    font-size: .88rem;
    line-height: 1.68;
  }
  .hc-support__grid {
    gap: 20px;
  }
  .hc-support-card {
    min-height: 238px;
    padding: 28px 28px 26px;
    border-radius: 14px;
  }
  .hc-support-card__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 21px;
  }
  .hc-support-card__icon svg {
    width: 21px;
    height: 21px;
  }
  .hc-support-card__title {
    font-size: 1.22rem;
    line-height: 1.28;
  }
  .hc-support-card__description {
    margin: 11px 0 23px;
    font-size: .80rem;
    line-height: 1.62;
  }
  .hc-support-card__cta {
    min-height: 40px;
    padding: 10px 17px;
    gap: 10px;
    font-size: .74rem;
  }

  .hc-newsletter__inner {
    min-height: 132px;
    grid-template-columns: minmax(0,1fr) minmax(390px, 500px);
    gap: 58px;
    padding-block: 32px;
  }
  .hc-newsletter__copy h2 {
    font-size: 1.55rem;
  }
  .hc-newsletter__copy p {
    margin-top: 9px;
    font-size: .78rem;
    line-height: 1.6;
  }
  .hc-newsletter__form {
    width: min(100%, 500px);
    gap: 10px;
  }
  .hc-newsletter__form input,
  .hc-newsletter__form button {
    min-height: 44px;
  }
  .hc-newsletter__form input {
    padding-inline: 18px;
    font-size: .76rem;
  }
  .hc-newsletter__form button {
    padding-inline: 21px;
    font-size: .74rem;
  }

  .hc-footer-main {
    padding: 62px 0 56px;
  }
  .hc-footer-grid {
    grid-template-columns: 1.35fr .72fr .88fr 1fr;
    gap: 62px;
  }
  .hc-footer-brand__identity {
    min-height: 50px;
    gap: 13px;
  }
  .hc-footer-brand__identity .custom-logo {
    max-width: 132px;
    max-height: 50px;
  }
  .hc-footer-brand__mark {
    width: 38px;
    height: 38px;
    font-size: .9rem;
  }
  .hc-footer-brand__identity strong {
    font-size: 1.02rem;
  }
  .hc-footer-brand__identity small {
    font-size: .52rem;
  }
  .hc-footer-brand > p {
    width: min(100%, 290px);
    margin: 18px 0 20px;
    font-size: .72rem;
    line-height: 1.68;
  }
  .hc-footer-socials {
    gap: 9px;
  }
  .hc-footer-socials a {
    width: 32px;
    height: 32px;
    font-size: .62rem;
  }
  .hc-footer-column h3 {
    margin-bottom: 21px;
    font-size: .66rem;
  }
  .hc-footer-column li + li {
    margin-top: 13px;
  }
  .hc-footer-column li a {
    font-size: .70rem;
    line-height: 1.5;
  }
  .hc-footer-prayer__table {
    border-radius: 10px;
  }
  .hc-footer-prayer__table > div {
    min-height: 38px;
    padding: 8px 12px;
    font-size: .67rem;
  }
  .hc-footer-prayer__table strong {
    font-size: .67rem;
  }
  .hc-footer-contact dl > div + div {
    margin-top: 13px;
  }
  .hc-footer-contact dt {
    margin-bottom: 4px;
    font-size: .56rem;
  }
  .hc-footer-contact dd {
    font-size: .68rem;
    line-height: 1.55;
  }
  .hc-footer-bottom__inner {
    min-height: 64px;
  }
  .hc-footer-bottom p,
  .hc-footer-legal a {
    font-size: .58rem;
  }
  .hc-footer-legal {
    gap: 24px;
  }
}
