/* ===========================================================
   HIF Elementor Widgets — styles (uses tokens from child theme)
   Fallback values included so widgets render even without the
   child theme active.
   =========================================================== */
.hif-container { max-width: var(--hif-container, 1280px); margin-inline: auto; width: 100%; padding-inline: 24px; box-sizing: border-box; }

/* Make full-bleed HIF section widgets flush: remove Elementor's default
   widget spacing/margins so colored bands stack edge-to-edge with no gaps. */
.elementor-widget-hif_stats,
.elementor-widget-hif_mission,
.elementor-widget-hif_campaign_grid,
.elementor-widget-hif_cta,
.elementor-widget-hif_coming_soon,
.elementor-widget-hif_footer {
  margin: 0 !important;
  width: 100%;
}
.elementor-widget-hif_stats > .elementor-widget-container,
.elementor-widget-hif_mission > .elementor-widget-container,
.elementor-widget-hif_campaign_grid > .elementor-widget-container,
.elementor-widget-hif_cta > .elementor-widget-container,
.elementor-widget-hif_coming_soon > .elementor-widget-container,
.elementor-widget-hif_footer > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}
.hif-mission, .hif-stats, .hif-campaigns, .hif-cta, .hif-coming-soon, .hif-footer { margin: 0; width: 100%; }

/* ---------------- Navigation ---------------- */
.hif-nav { background: rgba(255,255,255,0.95); backdrop-filter: blur(6px); border-bottom: 1px solid var(--hif-border-light, #f3f4f6); }
.hif-nav.is-sticky { position: sticky; top: 0; z-index: 999; }
.hif-nav__inner { display: flex; align-items: center; gap: 32px; min-height: 72px; padding-top: 10px; padding-bottom: 10px; box-sizing: border-box; }
.hif-nav__logo { flex-shrink: 0; display: inline-flex; align-items: center; line-height: 0; }
/* High specificity + !important so theme/Elementor img rules can't inflate the logo */
.hif-nav .hif-nav__logo img,
.hif-nav__logo img { height: 48px !important; width: auto !important; max-height: 48px !important; max-width: 180px; object-fit: contain; display: block; }
.hif-nav__menu { flex: 1; }
.hif-nav__menu ul { list-style: none; display: flex; gap: 32px; margin: 0; padding: 0; }
.hif-nav__menu a { font-family: var(--hif-font-sans, Inter, sans-serif); font-weight: 500; font-size: 14px; color: var(--hif-gray-600, #4b5563); text-decoration: none; letter-spacing: 0.3px; }
.hif-nav__menu a:hover { color: var(--hif-primary, #3e66a7); }
.hif-nav__menu li { position: relative; }
/* WordPress menu dropdowns */
.hif-nav__menu .sub-menu { list-style: none; margin: 0; padding: 8px 0; position: absolute; top: 100%; left: 0; min-width: 200px; background: #fff; border: 1px solid var(--hif-border-light, #f3f4f6); border-radius: var(--hif-radius, 8px); box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.08)); flex-direction: column; gap: 0; display: none; z-index: 1000; }
.hif-nav__menu li:hover > .sub-menu { display: flex; }
.hif-nav__menu .sub-menu li a { display: block; padding: 8px 20px; white-space: nowrap; }
.hif-nav__menu .menu-item-has-children > a::after { content: "▾"; margin-left: 6px; font-size: 10px; opacity: 0.7; }
/* Never let the dropdown get clipped by the header/Elementor wrappers */
.elementor-widget-hif_nav,
.elementor-widget-hif_nav .elementor-widget-container,
.hif-nav, .hif-nav__inner, .hif-nav__menu, .hif-nav__menu > ul, .hif-nav__menu li { overflow: visible; }

/* The header must ALWAYS outrank page content, not just when sticky.
 * .hif-nav uses backdrop-filter, which creates a stacking context — without an
 * explicit z-index it paints in DOM order and page sections cover the dropdown. */
.hif-nav { position: relative; z-index: 9990; }
.hif-nav.is-sticky { position: sticky; top: 0; z-index: 9990; }

/* Lift every Elementor wrapper around the header, and stop them clipping it. */
.elementor-widget-hif_nav,
.elementor-widget-hif_nav > .elementor-widget-container { position: relative; z-index: 9990; overflow: visible !important; }
.elementor-section:has(.hif-nav),
.elementor-container:has(.hif-nav),
.elementor-column:has(.hif-nav),
.elementor-widget-wrap:has(.hif-nav),
.e-con:has(.hif-nav),
.e-con-inner:has(.hif-nav) { position: relative; z-index: 9990; overflow: visible !important; }

.hif-nav__menu .sub-menu { z-index: 10000; }
/* Toggled by the widget's "Hide Dropdown Arrows" switch */
.hif-arrows-hidden .hif-nav__menu .menu-item-has-children > a::after { content: none !important; }
.hif-nav__actions { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.hif-nav__search { width: 40px; height: 40px; border: 0; border-radius: 9999px; background: var(--hif-border-light, #f3f4f6); color: var(--hif-gray-600, #4b5563); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.hif-nav__cta { background: var(--hif-primary, #3e66a7); color: #fff; font-family: var(--hif-font-sans, Inter, sans-serif); font-weight: 500; font-size: 14px; text-decoration: none; padding: 10px 24px; border-radius: 9999px; box-shadow: var(--hif-shadow-btn, 0 4px 20px -2px rgba(0,0,0,0.05)); }
.hif-nav__toggle { display: none; flex-direction: column; gap: 5px; width: 40px; height: 40px; border: 0; background: transparent; cursor: pointer; padding: 8px; }
.hif-nav__toggle span { display: block; height: 2px; background: var(--hif-gray-700, #374151); border-radius: 2px; }

@media (max-width: 900px) {
  .hif-nav__toggle { display: flex; order: 3; }
  .hif-nav__actions { order: 2; }
  .hif-nav__menu { order: 4; flex-basis: 100%; display: none; }
  .hif-nav.is-open .hif-nav__menu { display: block; }
  .hif-nav__menu ul { flex-direction: column; gap: 16px; padding: 16px 0; }
  .hif-nav__inner { flex-wrap: wrap; gap: 16px; }
  .hif-nav__menu .sub-menu { position: static; display: flex; box-shadow: none; border: 0; padding: 4px 0 4px 16px; min-width: 0; }
}

/* ---------------- Hero + Donation ---------------- */
.hif-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 620px;
  display: flex;
  align-items: center;
  color: #fff;
}
.hif-hero__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.35); }
.hif-hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  max-width: 472px;
  margin-right: auto;
  padding-block: 96px;
}
.hif-hero__title {
  font-family: var(--hif-font-sans, "Inter", sans-serif);
  font-weight: 800;
  font-size: 40px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 4px;
  max-width: 448px;
  text-shadow: 0 4px 12px rgba(0,0,0,0.35);
}

.hif-donate-wrap { display: flex; width: 100%; }
.hif-donate {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border-radius: var(--hif-radius-lg, 16px);
  padding: 28px 32px 32px;
  /* translucent outer frame (ring) + drop shadow — frame color/width are editable controls */
  box-shadow: 0 0 0 var(--hif-frame-width, 12px) var(--hif-frame-color, rgba(33,48,77,0.30)), 0 20px 50px -10px rgba(0,0,0,0.35);
  color: var(--hif-ink, #111827);
  overflow: hidden;
}
.hif-donate__bar { position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--hif-primary, #3e66a7); }
.hif-donate__tabs { display: flex; background: var(--hif-border-light, #f3f4f6); border-radius: var(--hif-radius, 8px); padding: 4px; margin-bottom: 16px; }
.hif-donate__tab {
  flex: 1; border: 0; background: transparent; cursor: pointer;
  font-family: var(--hif-font-sans, Inter, sans-serif); font-weight: 500; font-size: 14px;
  color: var(--hif-gray-500, #6b7280); padding: 8px; border-radius: var(--hif-radius-sm, 6px);
}
.hif-donate__tab.is-active { background: #fff; color: var(--hif-primary, #3e66a7); box-shadow: var(--hif-shadow-sm, 0 1px 1px rgba(0,0,0,0.05)); }

.hif-donate__amounts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.hif-donate__amount {
  background: var(--hif-green-tint, #f2f8f4);
  border: 1px solid var(--hif-border, #e5e7eb);
  border-radius: var(--hif-radius, 8px);
  padding: 14px 0; font-size: 18px; font-weight: 500; cursor: pointer;
  font-family: var(--hif-font-sans, Inter, sans-serif); color: var(--hif-ink, #111827);
}
.hif-donate__amount.is-featured { border: 2px solid var(--hif-primary, #3e66a7); color: var(--hif-primary, #3e66a7); }
.hif-donate__amount.is-wide { grid-column: span 2; }
.hif-donate__cta {
  display: block; text-align: center; text-decoration: none;
  background: var(--hif-primary, #3e66a7); color: #fff;
  font-weight: 600; font-size: 18px; padding: 16px; border-radius: 12px;
  box-shadow: var(--hif-shadow-btn, 0 4px 20px -2px rgba(0,0,0,0.05));
}

/* ---------------- Mission / Intro ---------------- */
.hif-mission { background: #f9fafb; padding-block: 72px; }
.hif-mission__inner { text-align: center; max-width: 760px; margin-inline: auto; }
.hif-mission__eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--hif-primary, #3e66a7); margin-bottom: 16px; }
.hif-mission__heading { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 34px; line-height: 1.2; color: var(--hif-ink, #111827); margin: 0 0 20px; }
.hif-mission__text { color: var(--hif-gray-600, #4b5563); font-size: 17px; line-height: 1.6; margin: 0 0 24px; }
.hif-mission__link { display: inline-block; color: var(--hif-primary, #3e66a7); font-weight: 600; font-size: 15px; text-decoration: none; }
.hif-mission__link:hover { text-decoration: underline; }
@media (max-width: 768px) { .hif-mission { padding-block: 48px; } .hif-mission__heading { font-size: 26px; } }

/* ---------------- Impact Stats ---------------- */
.hif-stats { background: transparent; position: relative; padding: 56px 24px; }
.hif-stats__card { position: relative; max-width: 1200px; margin-inline: auto; background: var(--hif-primary, #3e66a7); border-radius: 24px; padding: 20px 24px; overflow: hidden; box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.08)); }
/* Full-width / full-bleed stats bar */
.hif-stats--full { padding-left: 0; padding-right: 0; }
.hif-stats--full .hif-stats__card { max-width: none; width: 100%; margin-inline: 0; border-radius: 0; }
.hif-stats--bleed { position: relative; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
/* let the bleed escape boxed/clipping ancestors */
.elementor-widget-hif_stats:has(.hif-stats--bleed),
.elementor-widget-hif_stats:has(.hif-stats--bleed) > .elementor-widget-container { max-width: none; width: 100%; overflow: visible; }
.hif-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hif-stats__item { text-align: center; padding: 24px; }
.hif-stats__value { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 48px; line-height: 1; color: #fff; }
.hif-stats__label { margin-top: 8px; font-size: 14px; font-weight: 600; letter-spacing: 0.7px; text-transform: uppercase; color: rgba(255,255,255,0.8); }

/* ---------------- Campaign Grid ---------------- */
.hif-campaigns { padding-block: 72px; background: #fff; }
.hif-campaigns__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.hif-campaigns__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 30px; color: var(--hif-ink, #111827); margin: 0 0 8px; }
.hif-campaigns__subtitle { color: var(--hif-gray-600, #4b5563); font-size: 16px; margin: 0; }
.hif-campaigns__viewall { flex-shrink: 0; color: var(--hif-primary, #3e66a7); font-weight: 600; font-size: 14px; text-decoration: none; white-space: nowrap; }
.hif-campaigns__viewall:hover { text-decoration: underline; }
.hif-campaigns__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.hif-card { background: #fff; border: 1px solid var(--hif-border-light, #f3f4f6); border-radius: var(--hif-radius-lg, 16px); overflow: hidden; box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.08)); display: flex; flex-direction: column; }
.hif-card__media { position: relative; aspect-ratio: 16/10; background: var(--hif-border, #e5e7eb); overflow: hidden; }
/* Image carousel */
.hif-carousel__track { display: flex; height: 100%; width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.hif-carousel__track::-webkit-scrollbar { display: none; }
.hif-carousel__slide { flex: 0 0 100%; width: 100%; height: 100%; display: block; background-size: cover; background-position: center; scroll-snap-align: start; }
.hif-carousel__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border: 0; border-radius: 9999px; background: rgba(255,255,255,0.9); color: var(--hif-ink, #111827); font-size: 20px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 2; opacity: 0; transition: opacity 0.2s; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.hif-card__media:hover .hif-carousel__nav { opacity: 1; }
.hif-carousel__prev { left: 8px; } .hif-carousel__next { right: 8px; }
.hif-carousel__dots { position: absolute; bottom: 10px; left: 0; right: 0; display: flex; gap: 6px; justify-content: center; z-index: 2; }
.hif-carousel__dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 9999px; background: rgba(255,255,255,0.6); cursor: pointer; }
.hif-carousel__dot.is-active { background: #fff; }
@media (max-width: 768px) { .hif-carousel__nav { opacity: 1; } }

/* ---- Hover-reveal card (charity:water style) ---- */
.hif-card--hover { position: relative; display: block; aspect-ratio: 3/4; border-radius: var(--hif-radius-lg, 16px); overflow: hidden; box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.08)); border: 0; }
.hif-card--hover .hif-card__media { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s ease; }
.hif-card--hover:hover .hif-card__media { transform: scale(1.06); }
.hif-card--hover .hif-card__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; color: #fff; z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0) 75%); }
.hif-card--hover .hif-card__title { color: #fff; font-size: 22px; margin: 0; }
.hif-card--hover .hif-card__reveal { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.45s ease, opacity 0.35s ease, margin-top 0.45s ease; }
.hif-card--hover:hover .hif-card__reveal,
.hif-card--hover:focus-within .hif-card__reveal { max-height: 320px; opacity: 1; margin-top: 12px; }
.hif-card--hover .hif-card__desc { color: rgba(255,255,255,0.92); font-size: 14px; margin: 0 0 16px; }
.hif-card--hover .hif-card__progress { background: rgba(255,255,255,0.25); }
.hif-card--hover .hif-card__bar { background: #fff; }
.hif-card--hover .hif-card__meta { color: rgba(255,255,255,0.9); }
.hif-card--hover .hif-card__raised { color: #fff; }
.hif-card--hover .hif-card__cta { background: #fff; color: var(--hif-primary, #3e66a7); margin-top: 4px; }
.hif-card--hover .hif-card__tag { z-index: 2; }

/* ---- Take Action Grid: carousel + hover reveal combined ---- */
.hif-actions { background: #fff; padding-block: 72px; }
.hif-actions__head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.hif-actions__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 36px; color: var(--hif-ink, #111827); margin: 0 0 12px; }
.hif-actions__subtitle { color: var(--hif-gray-600, #4b5563); font-size: 16px; margin: 0; }
.hif-actions__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.hif-action { position: relative; aspect-ratio: 0.78; border-radius: var(--hif-radius-lg, 16px); overflow: hidden; box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.08)); }
.hif-action__media { position: absolute; inset: 0; }
.hif-action__media .hif-carousel__slide { transition: transform 0.6s ease; }
.hif-action:hover .hif-action__media .hif-carousel__slide { transform: scale(1.05); }
/* dots at the top so the hover text has room at the bottom */
.hif-carousel__dots--top { top: 12px; bottom: auto; }
.hif-action__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; color: #fff; z-index: 2; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0) 75%); }
.hif-action__title { color: #fff; font-size: 20px; font-weight: 700; margin: 0; font-family: var(--hif-font-display, "Playfair Display", serif); }
.hif-action__reveal { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.45s ease, opacity 0.35s ease, margin-top 0.45s ease; }
.hif-action:hover .hif-action__reveal, .hif-action:focus-within .hif-action__reveal { max-height: 260px; opacity: 1; margin-top: 12px; }
.hif-action__desc { color: rgba(255,255,255,0.92); font-size: 14px; line-height: 1.5; margin: 0 0 16px; }
.hif-action__cta { display: inline-block; background: var(--hif-primary, #3e66a7); color: #fff; font-weight: 600; font-size: 14px; padding: 10px 20px; border-radius: var(--hif-radius, 8px); text-decoration: none; pointer-events: auto; }
/* carousel arrows must stay clickable above the overlay */
.hif-action .hif-carousel__nav { z-index: 3; }

@media (max-width: 1024px) { .hif-actions__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .hif-actions__grid { grid-template-columns: 1fr; } .hif-action__reveal { max-height: 260px; opacity: 1; margin-top: 12px; } }
.hif-card__tag { position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,0.95); color: var(--hif-ink, #111827); font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 9999px; box-shadow: var(--hif-shadow-sm, 0 1px 1px rgba(0,0,0,0.05)); }
.hif-card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.hif-card__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-size: 20px; font-weight: 700; color: var(--hif-ink, #111827); margin: 0 0 8px; }
.hif-card__desc { color: var(--hif-gray-600, #4b5563); font-size: 14px; margin: 0 0 20px; }
.hif-card__progress { height: 8px; background: var(--hif-border-light, #f3f4f6); border-radius: 9999px; overflow: hidden; margin-bottom: 8px; }
.hif-card__bar { display: block; height: 100%; background: var(--hif-primary, #3e66a7); border-radius: 9999px; }
.hif-card__meta { display: flex; justify-content: space-between; font-size: 13px; color: var(--hif-gray-600, #4b5563); margin-bottom: 20px; }
.hif-card__raised { font-weight: 600; color: var(--hif-primary, #3e66a7); }
.hif-card__cta { margin-top: auto; text-align: center; text-decoration: none; background: var(--hif-primary, #3e66a7); color: #fff; font-weight: 600; font-size: 14px; padding: 12px; border-radius: var(--hif-radius, 8px); }

/* ---------------- Rich Text Section ---------------- */
.hif-prose-section { background: #fff; padding-block: 96px; }
.hif-prose { max-width: 832px; margin-inline: auto; padding-inline: 24px; }
.hif-prose__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 56px; line-height: 1.05; color: var(--hif-primary, #3e66a7); margin: 0 0 48px; }
.hif-prose__body p { color: var(--hif-gray-700, #374151); font-size: 18px; line-height: 1.625; margin: 0 0 28px; }
.hif-prose__body p:last-child { margin-bottom: 0; }
.hif-prose__body a { color: var(--hif-primary, #3e66a7); }
/* Lists inherit nothing by default, so they render smaller than the paragraphs.
 * Match the paragraph type exactly and give the bullets breathing room. */
.hif-prose__body ul,
.hif-prose__body ol { color: var(--hif-gray-700, #374151); font-size: 18px; line-height: 1.625; margin: 0 0 28px; padding-left: 1.4em; }
.hif-prose__body li { font-size: inherit; line-height: inherit; margin-bottom: 12px; }
.hif-prose__body li:last-child { margin-bottom: 0; }
.hif-prose__body li > p { font-size: inherit; line-height: inherit; margin: 0; }
.hif-prose__body ul ul,
.hif-prose__body ol ol,
.hif-prose__body ul ol,
.hif-prose__body ol ul { margin: 12px 0 0; }
.hif-prose__body ul:last-child,
.hif-prose__body ol:last-child { margin-bottom: 0; }

/* ---------------- Image Gallery ---------------- */
.hif-gallery { background: #fff; padding-block: 64px; }
.hif-gallery__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.hif-gallery__item { margin: 0; border-radius: var(--hif-radius, 8px); overflow: hidden; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); aspect-ratio: var(--gal-ar, 3/2); height: var(--gal-h, auto); background: var(--gal-bg, transparent); }
.hif-gallery__item img { width: 100%; height: var(--gal-imgh, 100%); object-fit: var(--gal-fit, cover); object-position: center; display: block; }

@media (max-width: 768px) {
  .hif-prose-section { padding-block: 56px; }
  .hif-prose__title { font-size: 38px; margin-bottom: 32px; }
  .hif-prose__body p,
  .hif-prose__body ul,
  .hif-prose__body ol { font-size: 16px; }
  .hif-gallery__grid { grid-template-columns: 1fr; }
}

/* ---------------- CTA Banner ---------------- */
.hif-cta { background: var(--hif-primary, #3e66a7); color: #fff; padding-block: 72px; }
.hif-cta__inner { text-align: center; max-width: 720px; margin-inline: auto; }
.hif-cta__heading { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 36px; color: #fff; margin: 0 0 16px; }
.hif-cta__subtext { color: rgba(255,255,255,0.85); font-size: 18px; line-height: 1.6; margin: 0 0 32px; }
.hif-cta__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hif-cta__btn { text-decoration: none; font-weight: 600; font-size: 16px; padding: 14px 32px; border-radius: var(--hif-radius, 8px); display: inline-block; }
.hif-cta__btn--primary { background: #fff; color: var(--hif-primary, #3e66a7); }
.hif-cta__btn--ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6); padding: 12px 30px; }
.hif-cta__btn--ghost:hover { border-color: #fff; }

/* ---------------- Team Grid (card style) ---------------- */
.hif-team { background: #fff; padding-block: 80px; }
.hif-team__head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.hif-team__eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--hif-primary, #3e66a7); margin-bottom: 12px; }
.hif-team__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 800; font-size: 42px; line-height: 1.1; color: var(--hif-ink, #111827); margin: 0 0 16px; }
.hif-team__title .accent { color: var(--hif-primary, #3e66a7); }
.hif-team__subtitle { color: var(--hif-gray-600, #4b5563); font-size: 17px; margin: 0; }
.hif-team__role { text-align: center; font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 26px; color: var(--hif-ink, #111827); margin: 0 0 10px; }
.hif-team__role::after { content: ""; display: block; width: 48px; height: 3px; background: var(--hif-primary, #3e66a7); margin: 10px auto 0; border-radius: 2px; }
.hif-team__role-desc { text-align: center; color: var(--hif-gray-600, #4b5563); font-size: 15px; max-width: 640px; margin: 0 auto 24px; }
.hif-team__leader-block { margin-bottom: 56px; }
.hif-team__leader { max-width: 360px; margin-inline: auto; text-align: center; background: #fff; border: 1px solid var(--hif-border-light, #f3f4f6); border-radius: var(--hif-radius-lg, 16px); overflow: hidden; box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.08)); }
.hif-team__leader-info { padding: 20px 24px 28px; }
.hif-team__leader-name { font-weight: 700; font-size: 18px; letter-spacing: 0.5px; text-transform: uppercase; color: var(--hif-ink, #111827); }
.hif-team__leader-title { color: var(--hif-primary, #3e66a7); font-weight: 600; font-size: 13px; margin-top: 4px; }
.hif-team__leader-bio { color: var(--hif-gray-600, #4b5563); font-size: 14px; line-height: 1.6; margin-top: 14px; }
.hif-team__group-title { text-align: center; font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 30px; color: var(--hif-ink, #111827); margin: 56px 0 32px; }
.hif-team__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.hif-team__card { background: #fff; border: 1px solid var(--hif-border-light, #f3f4f6); border-radius: var(--hif-radius, 8px); overflow: hidden; box-shadow: var(--hif-shadow-sm, 0 1px 1px rgba(0,0,0,0.05)); display: flex; flex-direction: column; }
.hif-team__card-body { padding: 16px 18px 20px; }
.hif-team__card-name { font-weight: 700; font-size: 15px; color: var(--hif-ink, #111827); }
.hif-team__card-title { color: var(--hif-primary, #3e66a7); font-size: 13px; font-weight: 600; margin-top: 2px; }
.hif-team__card-bio { color: var(--hif-gray-600, #4b5563); font-size: 13px; line-height: 1.5; margin-top: 10px; }
/* rectangular card photos */
.hif-team__photo { display: block; width: 100%; aspect-ratio: 1; overflow: hidden; background: var(--hif-blue-50, #eff6ff); }
.hif-team__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hif-team__leader .hif-team__photo { aspect-ratio: 1.2; }

/* Design B: minimal / centered member cards (no card, rounded photo, centered text) */
.hif-team--minimal .hif-team__card { background: transparent !important; border: 0; box-shadow: none; overflow: visible; text-align: center; }
.hif-team--minimal .hif-team__photo { border-radius: 14px; }
.hif-team--minimal .hif-team__card-body { padding: 16px 8px 0; }
.hif-team--minimal .hif-team__card-name { text-transform: uppercase; letter-spacing: 0.4px; font-size: 14px; }
.hif-team--minimal .hif-team__card-title { text-transform: lowercase; }
.hif-team--minimal .hif-team__card-bio { max-width: 92%; margin-inline: auto; }

@media (max-width: 1024px) { .hif-team__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) {
  .hif-cta__heading { font-size: 28px; }
  .hif-team__title { font-size: 30px; }
  .hif-team__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) { .hif-team__grid { grid-template-columns: 1fr; } }

/* ---------------- Coming Soon ---------------- */
.hif-coming-soon { background: var(--hif-blue-50, #eff6ff); padding-block: 120px; }
.hif-coming-soon__inner { text-align: center; max-width: 640px; margin-inline: auto; }
.hif-coming-soon__eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--hif-primary, #3e66a7); margin-bottom: 16px; }
.hif-coming-soon__heading { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 42px; color: var(--hif-ink, #111827); margin: 0 0 16px; }
.hif-coming-soon__text { color: var(--hif-gray-600, #4b5563); font-size: 18px; line-height: 1.6; margin: 0 0 32px; }
.hif-coming-soon__btn { display: inline-block; background: var(--hif-primary, #3e66a7); color: #fff; text-decoration: none; font-weight: 600; font-size: 16px; padding: 14px 32px; border-radius: var(--hif-radius, 8px); }
@media (max-width: 768px) { .hif-coming-soon { padding-block: 72px; } .hif-coming-soon__heading { font-size: 30px; } }

/* ---------------- Sponsorship Box ---------------- */
.hif-spons { background: rgba(255,255,255,0.95); border-radius: 16px; padding: 24px; box-shadow: 0 20px 50px -10px rgba(0,0,0,0.3); box-sizing: border-box; }
.hif-spons__heading { font-family: var(--hif-font-display, "Playfair Display", serif); font-size: 22px; margin: 0 0 8px; color: var(--hif-ink, #111827); }
.hif-spons__subtext { font-size: 13px; line-height: 1.5; color: var(--hif-gray-600, #4b5563); margin: 0 0 16px; }
.hif-spons__amount-label { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--hif-gray-500, #6b7280); margin-bottom: 6px; }
.hif-spons__amount { display: flex; align-items: center; border: 1px solid var(--hif-border, #e5e7eb); border-radius: 8px; padding: 10px 12px; gap: 6px; }
.hif-spons__currency-sym { color: var(--hif-gray-500, #6b7280); }
.hif-spons__input { border: 0; outline: 0; flex: 1; font-size: 18px; font-weight: 600; color: var(--hif-ink, #111827); background: transparent; min-width: 0; }
.hif-spons__currency { color: var(--hif-gray-500, #6b7280); font-size: 13px; }
.hif-spons__note { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--hif-gray-600, #4b5563); margin: 8px 0 16px; }
.hif-spons__btn { display: block; text-align: center; background: var(--hif-primary, #3e66a7); color: #fff; font-weight: 600; letter-spacing: 0.5px; padding: 13px; border-radius: 8px; text-decoration: none; }
.hif-spons__giveby-label { text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--hif-gray-500, #6b7280); margin: 20px 0 12px; }
.hif-spons__methods { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.hif-spons__method { display: flex; flex-direction: column; align-items: center; gap: 4px; width: 64px; }
.hif-spons__method-ic { width: 40px; height: 40px; border-radius: 9999px; background: var(--hif-border-light, #f3f4f6); display: flex; align-items: center; justify-content: center; color: var(--hif-primary, #3e66a7); }
.hif-spons__method-lbl { font-size: 10px; color: var(--hif-gray-600, #4b5563); text-align: center; }

/* ---------------- Campaign Intro ---------------- */
.hif-cintro { background: #fff; padding-block: 64px; }
.hif-cintro__inner { max-width: 1100px; margin-inline: auto; padding-inline: 24px; }
.hif-cintro__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 40px; color: var(--hif-primary, #3e66a7); margin: 0 0 16px; }
.hif-cintro__meta { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 24px; }
.hif-cintro__meta-item { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: var(--hif-gray-500, #6b7280); }
.hif-cintro__body p { color: var(--hif-gray-700, #374151); font-size: 16px; line-height: 1.7; margin: 0 0 16px; }

/* ---------------- Locations Carousel ---------------- */
.hif-locs { background: #f9fafb; padding-block: 64px; }
.hif-locs__head { text-align: center; max-width: 720px; margin: 0 auto 36px; }
.hif-locs__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 34px; color: var(--hif-ink, #111827); margin: 0 0 12px; }
.hif-locs__subtitle { color: var(--hif-gray-600, #4b5563); font-size: 16px; margin: 0; }
.hif-locs__viewport { position: relative; }
.hif-locs__track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 8px 4px; }
.hif-locs__track::-webkit-scrollbar { display: none; }
.hif-loc-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.08)); display: flex; flex-direction: column; }
/* fixed width only inside the horizontal carousel, not the full grid */
.hif-locs__track .hif-loc-card { flex: 0 0 320px; width: 320px; scroll-snap-align: start; }
.hif-loc-card__media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--hif-border, #e5e7eb); }
.hif-loc-card__body { padding: 20px; }
.hif-loc-card__titlerow { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.hif-loc-card__name { font-family: var(--hif-font-display, "Playfair Display", serif); font-size: 18px; font-weight: 700; color: var(--hif-ink, #111827); margin: 0; }
.hif-loc-card__tag { font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 9999px; background: #dcfce7; color: #166534; white-space: nowrap; }
.hif-loc-card__addr { font-size: 13px; color: var(--hif-gray-500, #6b7280); margin-bottom: 10px; }
.hif-loc-card__desc { font-size: 13px; line-height: 1.5; color: var(--hif-gray-600, #4b5563); margin: 0 0 16px; }
.hif-loc-card__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; border-top: 1px solid var(--hif-border-light, #f3f4f6); padding-top: 14px; }
.hif-loc-stat { display: flex; flex-direction: column; }
.hif-loc-stat__v { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 18px; color: var(--hif-primary, #3e66a7); }
.hif-loc-stat__l { font-size: 11px; color: var(--hif-gray-500, #6b7280); }
.hif-locs__nav { position: absolute; top: 40%; transform: translateY(-50%); width: 40px; height: 40px; border: 0; border-radius: 9999px; background: #fff; color: var(--hif-primary, #3e66a7); font-size: 22px; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,0.15); z-index: 3; display: flex; align-items: center; justify-content: center; }
.hif-locs__prev { left: -12px; } .hif-locs__next { right: -12px; }
.hif-locs__footer { text-align: center; margin-top: 28px; }
.hif-locs__note { color: var(--hif-gray-600, #4b5563); font-size: 14px; margin: 0 0 14px; }
.hif-locs__viewall { display: inline-block; background: var(--hif-primary, #3e66a7); color: #fff; font-weight: 600; font-size: 14px; padding: 12px 28px; border-radius: 9999px; text-decoration: none; }
@media (max-width: 600px) { .hif-cintro__title, .hif-locs__title { font-size: 28px; } }

/* ---------------- Locations Grid (full gallery) ---------------- */
.hif-locgrid { background: #f9fafb; padding-block: 64px; }
.hif-locgrid__head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.hif-locgrid__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 34px; color: var(--hif-ink, #111827); margin: 0 0 12px; }
.hif-locgrid__subtitle { color: var(--hif-gray-600, #4b5563); font-size: 16px; margin: 0; }
.hif-locgrid__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.hif-locgrid-card { border-radius: 16px; overflow: hidden; background: #fff; box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.08)); display: flex; flex-direction: column; transition: transform 0.35s ease, box-shadow 0.35s ease; }
.hif-locgrid-card .hif-loc-card__media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--hif-border, #e5e7eb); }
.hif-locgrid-card .hif-loc-card__body { padding: 20px; }
/* Zoom / lift hover effect */
.hif-locgrid--zoom .hif-locgrid-card:hover { transform: translateY(-6px) scale(1.02); box-shadow: 0 18px 40px -12px rgba(0,0,0,0.25); z-index: 1; }

/* Overlay layout: the image IS the card, text sits over a gradient */
.hif-locgrid-card--overlay { position: relative; aspect-ratio: 0.8; }
.hif-locgrid-card--overlay .hif-loc-card__media { position: absolute; inset: 0; aspect-ratio: auto; }
.hif-locgrid-card--overlay .hif-carousel__slide { transition: transform 0.6s ease; }
.hif-locgrid--zoom .hif-locgrid-card--overlay:hover .hif-carousel__slide { transform: scale(1.05); }
.hif-locgrid-card__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; color: #fff; z-index: 2; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.30) 45%, rgba(0,0,0,0) 75%); }
.hif-locgrid-card--overlay .hif-loc-card__name { color: #fff; font-size: 20px; }
.hif-locgrid-card__titlerow { display: flex; align-items: center; gap: 8px; }
.hif-locgrid-card--overlay .hif-loc-card__tag { background: var(--hif-primary, #3e66a7); color: #fff; }
.hif-locgrid-card__addr { font-size: 13px; color: rgba(255,255,255,0.85); margin-top: 4px; }
.hif-locgrid-card__reveal { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.45s ease, opacity 0.35s ease, margin-top 0.45s ease; }
.hif-locgrid-card--overlay:hover .hif-locgrid-card__reveal,
.hif-locgrid-card--overlay:focus-within .hif-locgrid-card__reveal { max-height: 260px; opacity: 1; margin-top: 12px; }
.hif-locgrid-card__desc { color: rgba(255,255,255,0.92); font-size: 13px; line-height: 1.5; margin: 0 0 12px; }
.hif-locgrid-card--overlay .hif-loc-card__stats { border-top: 1px solid rgba(255,255,255,0.25); padding-top: 12px; }
.hif-locgrid-card--overlay .hif-loc-stat__v { color: #fff; }
.hif-locgrid-card--overlay .hif-loc-stat__l { color: rgba(255,255,255,0.8); }
.hif-locgrid-card--overlay .hif-carousel__nav { z-index: 3; }

@media (max-width: 1024px) { .hif-locgrid__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .hif-locgrid__grid { grid-template-columns: 1fr; } }

/* ---------------- Contact Info ---------------- */
.hif-contact { max-width: 460px; }
.hif-contact__eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--hif-primary, #3e66a7); margin-bottom: 10px; }
.hif-contact__heading { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 32px; color: var(--hif-ink, #111827); margin: 0 0 12px; }
.hif-contact__intro { color: var(--hif-gray-600, #4b5563); font-size: 16px; line-height: 1.6; margin: 0 0 28px; }
.hif-contact__methods { display: flex; flex-direction: column; gap: 18px; margin-bottom: 24px; }
.hif-contact__method { display: flex; gap: 14px; align-items: flex-start; }
.hif-contact__ic { flex-shrink: 0; width: 44px; height: 44px; border-radius: 9999px; background: var(--hif-blue-50, #eff6ff); color: var(--hif-primary, #3e66a7); display: flex; align-items: center; justify-content: center; font-size: 17px; overflow: hidden; }
.hif-contact__ic i { font-size: 17px; line-height: 1; }
.hif-contact__ic svg { width: 18px; height: 18px; fill: currentColor; }
.hif-contact__label { font-weight: 700; font-size: 14px; color: var(--hif-ink, #111827); }
.hif-contact__value { color: var(--hif-gray-600, #4b5563); font-size: 15px; line-height: 1.5; text-decoration: none; }
a.hif-contact__value:hover { color: var(--hif-primary, #3e66a7); }
.hif-contact__hours { color: var(--hif-gray-600, #4b5563); font-size: 14px; margin-bottom: 20px; }
.hif-contact__social { display: flex; gap: 10px; margin-bottom: 24px; }
.hif-contact__soc { width: 40px; height: 40px; border-radius: 9999px; background: var(--hif-blue-50, #eff6ff); color: var(--hif-primary, #3e66a7); display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 16px; overflow: hidden; }
.hif-contact__soc i { font-size: 16px; line-height: 1; }
.hif-contact__soc svg { width: 16px; height: 16px; fill: currentColor; }
.hif-contact__soc:hover { background: var(--hif-primary, #3e66a7); color: #fff; }
.hif-contact__soc:hover svg { fill: #fff; }
.hif-contact__map { border-radius: 12px; overflow: hidden; aspect-ratio: 16/10; box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.08)); }
.hif-contact__map iframe { width: 100%; height: 100%; border: 0; display: block; }
/* Blue panel style (modern split-card) */
.hif-contact--panel { max-width: none; width: 100%; box-sizing: border-box; position: relative; overflow: hidden; background: var(--hif-primary, #3e66a7); border-radius: 18px; padding: 32px; }
.hif-contact--panel::before { content: ""; position: absolute; width: 190px; height: 190px; border-radius: 50%; background: rgba(255,255,255,0.08); top: -70px; right: -60px; }
.hif-contact--panel::after { content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%; background: rgba(255,255,255,0.06); bottom: -50px; left: -40px; }
.hif-contact--panel > * { position: relative; z-index: 1; }
.hif-contact--panel .hif-contact__eyebrow { color: rgba(255,255,255,0.78) !important; }
.hif-contact--panel .hif-contact__heading { color: #fff !important; }
.hif-contact--panel .hif-contact__intro,
.hif-contact--panel .hif-contact__value,
.hif-contact--panel .hif-contact__hours { color: rgba(255,255,255,0.9) !important; }
.hif-contact--panel a.hif-contact__value:hover { color: #fff !important; }
.hif-contact--panel .hif-contact__label { color: #fff !important; }
.hif-contact--panel .hif-contact__ic,
.hif-contact--panel .hif-contact__soc { background: rgba(255,255,255,0.16) !important; color: #fff !important; }
.hif-contact--panel .hif-contact__soc:hover { background: rgba(255,255,255,0.3) !important; }

/* ---------------- Contact Section (4 layouts) ---------------- */
.hif-cs { --cs: var(--hif-primary, #3e66a7); padding-block: 56px; }
.hif-cs--photo_blue, .hif-cs--photo_testimonial { background: #eaf1fb; }
.hif-cs__eyebrow { display:inline-block; font-size:12px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:var(--cs); margin-bottom:8px; }
.hif-cs__heading { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight:700; font-size:30px; color: var(--hif-ink,#111827); margin:0 0 14px; line-height:1.12; }
.hif-cs__intro { color: var(--hif-gray-600,#4b5563); font-size:15px; line-height:1.6; margin:0 0 20px; }
.hif-cs__grid { display:grid; grid-template-columns: 1.1fr 0.95fr; gap:20px; align-items:start; }
.hif-cs__formcard { background:#fff; border:1px solid var(--hif-border-light,#f3f4f6); border-radius:18px; padding:26px 28px; box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.08)); }
/* form */
.hif-cs__row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.hif-cs__field { margin-bottom:12px; display:flex; flex-direction:column; }
.hif-cs__field label { font-size:12px; color:var(--hif-gray-600,#4b5563); margin-bottom:5px; }
.hif-cs__form input, .hif-cs__form textarea { width:100%; border:1px solid var(--hif-border,#e5e7eb); border-radius:10px; padding:11px 13px; font-size:14px; font-family:inherit; box-sizing:border-box; background:#fff; color:var(--hif-ink,#111827); }
.hif-cs__form textarea { resize:vertical; }
.hif-cs__form input:focus, .hif-cs__form textarea:focus { outline:0; border-color:var(--cs); box-shadow:0 0 0 3px rgba(62,102,167,0.15); }
.hif-cs__topics-label { font-size:12px; color:var(--hif-gray-600,#4b5563); margin:4px 0 8px; }
.hif-cs__topics { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:14px; }
.hif-cs__pill { cursor:pointer; }
.hif-cs__pill input { position:absolute; opacity:0; pointer-events:none; }
.hif-cs__pill span { display:inline-block; font-size:12px; padding:6px 13px; border-radius:999px; border:1px solid var(--hif-border,#e5e7eb); color:var(--hif-gray-600,#4b5563); }
.hif-cs__pill input:checked + span { background:var(--cs); color:#fff; border-color:var(--cs); }
.hif-cs__btn { display:block; width:100%; border:0; background:var(--cs); color:#fff; font-weight:600; font-size:15px; padding:13px; border-radius:10px; cursor:pointer; margin-top:4px; }
.hif-cs__success { background:#ecfdf5; color:#065f46; border:1px solid #a7f3d0; border-radius:12px; padding:18px 20px; font-size:15px; }
.hif-cs__error { background:#fef2f2; color:#991b1b; border:1px solid #fecaca; border-radius:8px; padding:10px 12px; font-size:13px; margin-bottom:12px; }
/* side */
.hif-cs__side { display:flex; flex-direction:column; gap:12px; }
.hif-cs__photo { position:relative; min-height:200px; border-radius:18px; overflow:hidden; background:var(--cs); display:flex; align-items:flex-end; justify-content:center; background-size:cover; background-position:center; }
.hif-cs__rings { position:absolute; width:280px; height:280px; border-radius:50%; border:30px solid rgba(255,255,255,0.10); top:24px; left:50%; transform:translateX(-50%); }
.hif-cs__photo-ph { font-size:80px; color:rgba(255,255,255,0.9); position:relative; margin-bottom:-4px; }
.hif-cs__card { display:flex; gap:11px; align-items:center; background:#fff; border:1px solid var(--hif-border-light,#f3f4f6); border-radius:12px; padding:12px; }
.hif-cs__ic { flex-shrink:0; width:40px; height:40px; border-radius:50%; background:#eaf1fb; color:var(--cs); display:flex; align-items:center; justify-content:center; overflow:hidden; }
.hif-cs__ic i { font-size:16px; } .hif-cs__ic svg { width:17px; height:17px; fill:currentColor; }
.hif-cs__mlabel { font-size:13px; font-weight:700; color:var(--hif-ink,#111827); }
.hif-cs__mval { font-size:13px; color:var(--hif-gray-600,#4b5563); text-decoration:none; }
a.hif-cs__mval:hover { color:var(--cs); }
/* bold block */
.hif-cs--bold_block .hif-cs__grid { background:var(--cs); border-radius:18px; padding:30px; align-items:stretch; }
.hif-cs--bold_block .hif-cs__panel { color:#fff; display:flex; flex-direction:column; justify-content:var(--pjc,flex-start); height:100%; }
.hif-cs--bold_block .hif-cs__eyebrow { color:rgba(255,255,255,0.72); }
.hif-cs--bold_block .hif-cs__heading { color:#fff; }
.hif-cs--bold_block .hif-cs__intro { color:rgba(255,255,255,0.85); }
.hif-cs--bold_block .hif-cs__panel-methods { display:flex; flex-direction:column; gap:12px; margin-top:var(--pmt,auto); }
.hif-cs--bold_block .hif-cs__card { background:transparent; border:0; padding:0; }
.hif-cs--bold_block .hif-cs__ic { background:rgba(255,255,255,0.16); color:#fff; }
.hif-cs--bold_block .hif-cs__mlabel { color:#fff; }
.hif-cs--bold_block .hif-cs__mval { color:#fff; }
/* minimal */
.hif-cs__minimal { max-width:680px; }
.hif-cs--minimal .hif-cs__heading { font-size:38px; }
.hif-cs--minimal .hif-cs__row { gap:12px 24px; }
/* testimonial */
.hif-cs__quote { position:absolute; left:14px; right:14px; bottom:14px; background:rgba(255,255,255,0.94); border-radius:12px; padding:14px 16px; }
.hif-cs__quote i { color:var(--cs); }
.hif-cs__quote p { font-size:14px; line-height:1.5; margin:6px 0 8px; color:var(--hif-ink,#111827); }
.hif-cs__quote-author { font-size:12px; color:var(--hif-gray-600,#4b5563); }
.hif-cs--photo_testimonial .hif-cs__photo { min-height:340px; align-items:stretch; }

@media (max-width: 880px) {
  .hif-cs__grid, .hif-cs--bold_block .hif-cs__grid { grid-template-columns: 1fr; }
  .hif-cs__row, .hif-cs--minimal .hif-cs__row { grid-template-columns: 1fr; }
}

/* ---------------- Impact Tiers (donate) ---------------- */
.hif-tiers { --t: var(--hif-primary, #3e66a7); padding-block: 64px; }
.hif-tiers__head { text-align: center; max-width: 640px; margin: 0 auto 28px; }
.hif-tiers__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 32px; color: var(--hif-ink, #111827); margin: 0 0 10px; }
.hif-tiers__subtitle { color: var(--hif-gray-600, #4b5563); font-size: 16px; margin: 0 0 18px; }
.hif-tiers__toggle { display: inline-flex; background: var(--hif-border-light, #f3f4f6); border-radius: 999px; padding: 4px; }
.hif-tiers__tg { border: 0; background: transparent; cursor: pointer; font-size: 14px; font-weight: 500; color: var(--hif-gray-600, #4b5563); padding: 8px 22px; border-radius: 999px; font-family: inherit; }
.hif-tiers__tg.is-active { background: var(--t); color: #fff; }
.hif-tiers__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hif-tier { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; background: #fff; border: 1px solid var(--hif-border-light, #f3f4f6); border-radius: 16px; padding: 24px 16px; text-decoration: none; box-shadow: var(--hif-shadow-sm, 0 1px 1px rgba(0,0,0,0.05)); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.hif-tier:hover { transform: translateY(-4px); box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.12)); border-color: var(--t); }
.hif-tier--featured { border: 2px solid var(--t); }
.hif-tier__badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--t); color: #fff; font-size: 11px; font-weight: 600; padding: 3px 12px; border-radius: 999px; white-space: nowrap; }
.hif-tier__ic { color: var(--t); font-size: 26px; line-height: 1; }
.hif-tier__ic svg { width: 26px; height: 26px; fill: currentColor; }
.hif-tier__amount { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 26px; color: var(--hif-ink, #111827); }
.hif-tier__desc { font-size: 13px; line-height: 1.45; color: var(--hif-gray-600, #4b5563); }
.hif-tiers__custom { display: flex; align-items: center; gap: 8px; max-width: 480px; margin: 18px auto 0; position: relative; }
.hif-tiers__cur { position: absolute; left: 14px; color: var(--hif-gray-500, #6b7280); font-size: 16px; }
.hif-tiers__cinput { flex: 1; border: 1px solid var(--hif-border, #e5e7eb); border-radius: 10px; padding: 12px 14px 12px 28px; font-size: 15px; font-family: inherit; box-sizing: border-box; min-width: 0; }
.hif-tiers__cinput:focus { outline: 0; border-color: var(--t); box-shadow: 0 0 0 3px rgba(62,102,167,0.15); }
.hif-tiers__cbtn { flex-shrink: 0; border: 0; background: var(--t); color: #fff; font-weight: 600; font-size: 14px; padding: 12px 24px; border-radius: 10px; cursor: pointer; }
@media (max-width: 900px) { .hif-tiers__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .hif-tiers__grid { grid-template-columns: 1fr; } .hif-tiers__custom { flex-wrap: wrap; } }

/* ---------------- Past Events Gallery ---------------- */
.hif-pgal { --pg: var(--hif-primary, #3e66a7); padding-block: 56px; }
.hif-pgal__head { margin-bottom: 28px; }
.hif-pgal__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 30px; color: var(--hif-ink, #111827); margin: 0 0 6px; }
.hif-pgal__subtitle { color: var(--hif-gray-600, #4b5563); font-size: 15px; margin: 0; }
.hif-pgal__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hif-pgal-card { background: #fff; border: 1px solid var(--hif-border-light, #f3f4f6); border-radius: 16px; overflow: hidden; box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.08)); display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.hif-pgal--zoom .hif-pgal-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px -12px rgba(0,0,0,0.22); z-index: 1; }
.hif-pgal-card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--hif-border, #e5e7eb); }
.hif-pgal-card__body { padding: 16px 18px; }
.hif-pgal-card__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-size: 18px; font-weight: 700; color: var(--hif-ink, #111827); margin: 0 0 4px; }
.hif-pgal-card__caption { font-size: 13px; color: var(--hif-gray-500, #6b7280); }
@media (max-width: 1024px) { .hif-pgal__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .hif-pgal__grid { grid-template-columns: 1fr; } }

/* ---------------- Event Categories ---------------- */
.hif-ecat { --ec: var(--hif-primary, #3e66a7); padding-block: 56px; }
.hif-ecat__head { text-align: center; max-width: 600px; margin: 0 auto 32px; }
.hif-ecat__eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--ec); margin-bottom: 8px; }
.hif-ecat__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 34px; color: var(--hif-ink, #111827); margin: 0 0 8px; }
.hif-ecat__subtitle { color: var(--hif-gray-600, #4b5563); font-size: 16px; margin: 0; }
.hif-ecat__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hif-ecat-tile { text-decoration: none; display: flex; flex-direction: column; }
.hif-ecat-tile--icon { align-items: center; text-align: center; gap: 6px; background: #fff; border: 1px solid var(--hif-border-light, #f3f4f6); border-radius: 16px; padding: 28px 18px; box-shadow: var(--hif-shadow-sm, 0 1px 1px rgba(0,0,0,0.05)); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.hif-ecat-tile--icon:hover { transform: translateY(-4px); box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.12)); border-color: var(--ec); }
.hif-ecat-tile__ic { color: var(--ec); font-size: 28px; }
.hif-ecat-tile__ic svg { width: 28px; height: 28px; fill: currentColor; }
.hif-ecat-tile--icon .hif-ecat-tile__title { font-weight: 700; font-size: 17px; color: var(--hif-ink, #111827); }
.hif-ecat-tile--icon .hif-ecat-tile__sub { font-size: 13px; color: var(--hif-gray-600, #4b5563); }
/* color block tile */
.hif-ecat-tile--color { background: var(--ec); color: #fff; border-radius: 16px; padding: 22px 20px; min-height: 120px; justify-content: flex-end; gap: 3px; transition: transform 0.2s, box-shadow 0.2s; }
.hif-ecat-tile--color:hover { transform: translateY(-4px); box-shadow: 0 14px 30px -10px rgba(0,0,0,0.3); }
.hif-ecat-tile--color .hif-ecat-tile__ic { color: #fff; font-size: 24px; margin-bottom: 6px; }
.hif-ecat-tile--color .hif-ecat-tile__ic svg { width: 24px; height: 24px; fill: #fff; }
.hif-ecat-tile--color .hif-ecat-tile__title { color: #fff; font-weight: 700; font-size: 18px; }
.hif-ecat-tile--color .hif-ecat-tile__title i { font-size: 14px; transition: transform 0.2s; }
.hif-ecat-tile--color:hover .hif-ecat-tile__title i { transform: translateX(4px); }
.hif-ecat-tile--color .hif-ecat-tile__sub { color: rgba(255,255,255,0.82); font-size: 13px; }
/* image tile */
.hif-ecat-tile--image { position: relative; aspect-ratio: 16/10; border-radius: 16px; overflow: hidden; background-size: cover; background-position: center; justify-content: flex-end; }
.hif-ecat-tile--image .hif-ecat-tile__overlay { position: relative; z-index: 1; padding: 18px; color: #fff; display: flex; flex-direction: column; gap: 2px; background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0) 80%); }
.hif-ecat-tile--image .hif-ecat-tile__title { color: #fff; font-weight: 700; font-size: 18px; }
.hif-ecat-tile--image .hif-ecat-tile__sub { color: rgba(255,255,255,0.85); font-size: 13px; }
.hif-ecat-tile--image .hif-ecat-tile__title i { font-size: 13px; transition: transform 0.2s; }
.hif-ecat-tile--image:hover .hif-ecat-tile__title i { transform: translateX(4px); }
@media (max-width: 768px) { .hif-ecat__grid { grid-template-columns: 1fr; } }

/* ---------------- Events ---------------- */
.hif-events { --ev: var(--hif-primary, #3e66a7); padding-block: 56px; }
.hif-events__head { margin-bottom: 24px; }
.hif-events__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 28px; color: var(--hif-ink, #111827); margin: 0 0 6px; }
.hif-events__subtitle { color: var(--hif-gray-600, #4b5563); font-size: 15px; margin: 0; }
.hif-events__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.hif-event { background: #fff; border: 1px solid var(--hif-border-light, #f3f4f6); border-radius: 16px; overflow: hidden; box-shadow: var(--hif-shadow-card, 0 4px 20px -2px rgba(0,0,0,0.08)); display: flex; flex-direction: column; }
.hif-event__media { position: relative; aspect-ratio: 16/9; background: var(--hif-border, #e5e7eb) center/cover no-repeat; }
.hif-event__date { position: absolute; top: 12px; left: 12px; background: #fff; border-radius: 12px; padding: 6px 12px; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.15); line-height: 1; }
.hif-event__d { display: block; font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 20px; color: var(--ev); }
.hif-event__m { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--hif-gray-500, #6b7280); margin-top: 2px; }
.hif-event__status { position: absolute; top: 14px; right: 12px; background: var(--ev); color: #fff; font-size: 11px; font-weight: 600; padding: 4px 11px; border-radius: 999px; }
.hif-event__body { padding: 18px 20px; display: flex; flex-direction: column; flex: 1; }
.hif-event__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-size: 19px; font-weight: 700; color: var(--hif-ink, #111827); margin: 0 0 8px; }
.hif-event__meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: 13px; color: var(--hif-gray-600, #4b5563); margin-bottom: 10px; }
.hif-event__meta i { color: var(--ev); margin-right: 3px; }
.hif-event__desc { font-size: 14px; line-height: 1.55; color: var(--hif-gray-600, #4b5563); margin: 0 0 16px; }
.hif-event__btn { margin-top: auto; align-self: flex-start; background: var(--ev); color: #fff; font-weight: 600; font-size: 14px; padding: 10px 22px; border-radius: 8px; text-decoration: none; }
/* featured banner */
.hif-event--banner { display: grid; grid-template-columns: 1.1fr 1fr; margin-bottom: 24px; }
.hif-event--banner .hif-event__media { aspect-ratio: auto; min-height: 240px; }
.hif-event--banner .hif-event__body { justify-content: center; padding: 28px 32px; }
.hif-event__fulldate { display: inline-flex; align-items: center; gap: 6px; color: var(--ev); font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.hif-event--banner .hif-event__title { font-size: 24px; }
.hif-event__btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.hif-event__btn2 { background: transparent; border: 1px solid var(--hif-border-secondary, #d1d5db); color: var(--hif-gray-700, #374151); font-weight: 600; font-size: 14px; padding: 9px 20px; border-radius: 8px; text-decoration: none; }
.hif-event__btn2:hover { border-color: var(--ev); color: var(--ev); }
.hif-event--banner .hif-event__btn { margin-top: 0; }
@media (max-width: 768px) { .hif-event--banner { grid-template-columns: 1fr; } .hif-event--banner .hif-event__media { min-height: 180px; } }
/* list layout */
.hif-events--list .hif-events__grid { grid-template-columns: 1fr; gap: 16px; }
.hif-events--list .hif-event { flex-direction: row; }
.hif-events--list .hif-event__media { flex: 0 0 240px; aspect-ratio: auto; }
@media (max-width: 768px) {
  .hif-events__grid, .hif-events--list .hif-events__grid { grid-template-columns: 1fr; }
  .hif-events--list .hif-event { flex-direction: column; }
  .hif-events--list .hif-event__media { flex: none; aspect-ratio: 16/9; }
}

/* ---------------- Footer / Newsletter ---------------- */
.hif-footer { background: var(--hif-primary, #3e66a7); color: #fff; padding-block: 40px; }
.hif-footer__grid { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; }
.hif-footer__title { font-family: var(--hif-font-brand, Montserrat, sans-serif); font-weight: 600; font-size: 24px; color: #fff; margin: 0 0 16px; }
.hif-footer__text { color: var(--hif-blue-100, #dbeafe); font-size: 14px; max-width: 448px; margin: 0 0 16px; }
.hif-footer__form { display: flex; gap: 8px; max-width: 448px; }
.hif-footer__input { flex: 1; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: var(--hif-radius, 8px); padding: 14px 17px; color: #fff; font-size: 14px; }
.hif-footer__input::placeholder { color: var(--hif-blue-200, #bfdbfe); }
.hif-footer__subscribe { background: #fff; color: var(--hif-primary-dark, #0055a5); border: 0; border-radius: var(--hif-radius, 8px); padding: 12px 24px; font-weight: 500; font-size: 14px; cursor: pointer; }
.hif-footer__col-title { color: var(--hif-blue-100, #dbeafe); font-size: 14px; font-weight: 700; letter-spacing: 0.7px; text-transform: uppercase; margin: 0 0 16px; }
.hif-footer__links ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.hif-footer__links a { color: var(--hif-blue-50, #eff6ff); font-size: 14px; text-decoration: none; }
.hif-footer__links a:hover { text-decoration: underline; }
.hif-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 33px; padding-top: 33px; border-top: 1px solid rgba(255,255,255,0.1); flex-wrap: wrap; }
.hif-footer__brand { display: flex; align-items: center; gap: 8px; }
.hif-footer__logo { width: 32px; height: 32px; background: #fff; border-radius: 9999px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hif-footer__logo img { width: 30px; height: 30px; object-fit: contain; }
.hif-footer__brand-name { font-family: var(--hif-font-brand, Montserrat, sans-serif); font-weight: 700; font-size: 14px; color: #fff; letter-spacing: -0.35px; }
.hif-footer__copy { color: var(--hif-blue-100, #dbeafe); font-size: 12px; }

/* ---------------- Responsive ---------------- */
@media (max-width: 1024px) {
  .hif-hero__title { font-size: 48px; }
  .hif-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .hif-campaigns__grid { grid-template-columns: repeat(2, 1fr); }
  .hif-footer__grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hif-hero__title { font-size: 36px; }
  .hif-stats__grid { grid-template-columns: 1fr 1fr; }
  .hif-campaigns__grid { grid-template-columns: 1fr; }
  .hif-campaigns__head { flex-direction: column; align-items: flex-start; gap: 8px; }
  .hif-footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* ==================== Golf Tournaments ==================== */
.hif-golf { --g: #3e66a7; --g2: #3f5e2a; background: #f7f9fc; padding-block: 64px; }
.hif-golf .hif-container { max-width: 1120px; }

/* Upcoming banner */
.hif-golf-banner { position: relative; border-radius: 22px; overflow: hidden; background: radial-gradient(125% 150% at 18% 0%, var(--g-bg-a, #6f97d8) 0%, var(--g-bg-b, #4f79bd) 52%, var(--g-bg-c, #3e66a7) 100%); color: #fff; padding: 52px; background-size: cover; background-position: center; margin-bottom: 56px; box-shadow: 0 22px 48px -22px rgba(62,102,167,0.55); }
.hif-golf-banner__body { max-width: none; }
.hif-golf-banner__eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 700; color: var(--g-eyebrow-tx, #fff); background: var(--g-eyebrow-bg, var(--g2)); border: 1px solid rgba(255,255,255,0.2); padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.hif-golf-banner__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: var(--gt-size, 46px); line-height: 1.05; margin: 0 0 18px; color: var(--g-title, #fff); white-space: nowrap; }
.hif-golf-banner__facts { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-bottom: 18px; }
.hif-golf-banner__facts span { font-size: 15px; font-weight: 600; color: var(--g-facts, rgba(255,255,255,0.92)); display: inline-flex; align-items: center; gap: 8px; }
.hif-golf-banner__facts i { color: var(--g-icon, var(--g2)); }
.hif-golf-banner__desc { max-width: 640px; font-size: 17px; line-height: 1.6; color: var(--g-desc, rgba(255,255,255,0.9)); margin: 0 0 26px; }

/* Countdown */
.hif-golf-countdown { display: flex; gap: 12px; margin: 0 0 30px; }
.hif-golf-cd { position: relative; background: var(--g-cd-bg, rgba(255,255,255,0.10)); border: 1px solid rgba(255,255,255,0.16); border-radius: 14px; padding: 14px 10px 12px; min-width: 70px; text-align: center; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.hif-golf-cd::before { content: ""; position: absolute; left: 14px; right: 14px; top: 0; height: 3px; border-radius: 0 0 3px 3px; background: var(--g-cd-cap, var(--g2)); }
.hif-golf-cd__n { display: block; font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 32px; line-height: 1; color: var(--g-cd-n, #fff); }
.hif-golf-cd__l { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: var(--g-cd-l, rgba(255,255,255,0.78)); margin-top: 7px; }

/* Buttons */
.hif-golf-banner__btns { display: flex; flex-wrap: wrap; gap: 12px; }
.hif-golf-btn { text-decoration: none; font-weight: 700; font-size: 15px; padding: 14px 28px; border-radius: 999px; display: inline-block; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; }
.hif-golf-btn--primary { background: var(--g-btn-bg, var(--g2)); color: var(--g-btn-tx, #fff); border: 1px solid rgba(255,255,255,0.18); box-shadow: 0 12px 26px -10px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.15); }
.hif-golf-btn--primary:hover { box-shadow: 0 16px 30px -10px rgba(0,0,0,0.65), inset 0 1px 0 rgba(255,255,255,0.2); }
.hif-golf-btn--ghost { background: rgba(255,255,255,0.06); color: var(--g-btn2-tx, #fff); border: 1px solid var(--g-btn2-bd, rgba(255,255,255,0.45)); }
.hif-golf-btn--ghost:hover { background: rgba(255,255,255,0.16); }
.hif-golf-btn:hover { transform: translateY(-2px); }

/* Intro */
.hif-golf-intro { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.hif-golf-intro__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 34px; color: var(--g); margin: 0 0 16px; }
.hif-golf-intro__text { font-size: 17px; line-height: 1.7; color: #374151; margin: 0; }

/* Archive header */
.hif-golf-archhead { text-align: center; margin-bottom: 40px; }
.hif-golf-archhead__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 30px; color: var(--g); margin: 0 0 8px; }
.hif-golf-archhead__sub { font-size: 16px; color: #6b7280; margin: 0; }

/* Shared card */
.hif-golf-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px -16px rgba(0,0,0,0.28); border: 1px solid #eef1f6; display: flex; flex-direction: column; }
.hif-golf-card__media { position: relative; }
.hif-golf-card__inner { position: relative; width: 100%; aspect-ratio: 3/2; overflow: hidden; }
.hif-golf-card__inner .hif-carousel__track { display: flex; width: 100%; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.hif-golf-card__inner .hif-carousel__track::-webkit-scrollbar { display: none; }
.hif-golf-card__inner .hif-carousel__slide { flex: 0 0 100%; width: 100%; height: 100%; scroll-snap-align: start; background-size: cover; background-position: center; display: block; }
.hif-golf-card__body { padding: 20px 22px 24px; }
.hif-golf-card__meta { display: flex; align-items: baseline; gap: 12px; margin-bottom: 4px; }
.hif-golf-card__year { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 22px; color: var(--g); }
.hif-golf-card__date { font-size: 13px; color: #6b7280; font-weight: 600; }
.hif-golf-card__title { font-size: 18px; font-weight: 700; color: #111827; margin: 0 0 6px; }
.hif-golf-card__chair { font-size: 14px; line-height: 1.5; color: #4b5563; margin: 0; }

/* Grid layout */
.hif-golf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

/* Featured layout */
.hif-golf-card--feature { flex-direction: row; align-items: stretch; margin-bottom: 32px; }
.hif-golf-card--feature .hif-golf-card__media { flex: 1 1 58%; }
.hif-golf-card--feature .hif-golf-card__inner { height: 100%; aspect-ratio: auto; min-height: 360px; }
.hif-golf-card--feature .hif-golf-card__body { flex: 1 1 42%; display: flex; flex-direction: column; justify-content: center; padding: 40px; }
.hif-golf-card--feature-below { margin-bottom: 0; margin-top: 32px; }
.hif-golf-card--feature .hif-golf-card__year { font-size: 30px; }
.hif-golf-card--feature .hif-golf-card__title { font-size: 24px; }

/* Timeline layout */
.hif-golf-timeline { position: relative; max-width: 840px; margin: 0 auto; padding-left: 30px; }
.hif-golf-timeline::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(to bottom, var(--g), #d5deec); }
.hif-golf-tl-item { position: relative; padding-left: 42px; margin-bottom: 40px; }
.hif-golf-tl-item:last-child { margin-bottom: 0; }
.hif-golf-tl-marker { position: absolute; left: -30px; top: 4px; width: 74px; height: 30px; display: flex; align-items: center; justify-content: center; }
.hif-golf-tl-marker::before { content: ""; position: absolute; left: 0; top: 8px; width: 16px; height: 16px; border-radius: 50%; background: var(--g); box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(62,102,167,0.25); }
.hif-golf-tl-marker span { position: absolute; left: 26px; font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 20px; color: var(--g); }
.hif-golf-card--tl .hif-golf-card__inner { aspect-ratio: 16/9; }

/* Horizontal timeline layout */
.hif-golf-htl-wrap { position: relative; }
.hif-golf-htl { display: flex; gap: 24px; overflow-x: auto; padding: 6px 4px 26px; scroll-snap-type: x proximity; scrollbar-width: thin; }
.hif-golf-htl::-webkit-scrollbar { height: 8px; }
.hif-golf-htl::-webkit-scrollbar-thumb { background: #c7d2e4; border-radius: 8px; }
.hif-golf-htl-item { flex: 0 0 300px; scroll-snap-align: start; position: relative; display: flex; flex-direction: column; }
.hif-golf-card--htl { flex: 1 1 auto; }
.hif-golf-htl-node { position: relative; height: 58px; }
.hif-golf-htl-node::before { content: ""; position: absolute; left: -12px; right: -12px; top: 38px; height: 2px; background: #d5deec; }
.hif-golf-htl-item:first-child .hif-golf-htl-node::before { left: 50%; }
.hif-golf-htl-item:last-child .hif-golf-htl-node::before { right: 50%; }
.hif-golf-htl-node::after { content: ""; position: absolute; top: 38px; left: 50%; transform: translate(-50%, -50%); width: 16px; height: 16px; border-radius: 50%; background: var(--g); box-shadow: 0 0 0 4px var(--gcard-bg, #f7f9fc), 0 0 0 6px rgba(62,102,167,0.25); z-index: 2; }
.hif-golf-htl-year { position: absolute; top: 2px; left: 50%; transform: translateX(-50%); font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 20px; color: var(--g); }
.hif-golf-card--htl .hif-golf-card__inner { aspect-ratio: 4/3; }
.hif-golf-card--htl .hif-golf-card__body { padding: 14px 18px 16px; }
.hif-golf-htl-hint { text-align: center; font-size: 13px; color: #6b7280; margin-top: 6px; }
.hif-golf-htl-hint i { color: var(--g); margin-right: 4px; }

/* Hover zoom — cards enlarge to reveal photos */
.hif-golf--zoom .hif-golf-card { transition: transform 0.22s ease, box-shadow 0.22s ease; will-change: transform; }
.hif-golf--zoom .hif-golf-grid .hif-golf-card:hover,
.hif-golf--zoom .hif-golf-timeline .hif-golf-card:hover { transform: translateY(-6px) scale(1.03); box-shadow: 0 26px 50px -18px rgba(0,0,0,0.35); z-index: 5; position: relative; }
/* In the horizontal scroller, scale from the top so the enlarged card isn't clipped */
.hif-golf--zoom .hif-golf-htl { padding-top: 6px; padding-bottom: 40px; }
.hif-golf--zoom .hif-golf-htl .hif-golf-card { transform-origin: center top; }
.hif-golf--zoom .hif-golf-htl-item:hover { z-index: 6; }
.hif-golf--zoom .hif-golf-htl-item:hover .hif-golf-card { transform: scale(1.08); box-shadow: 0 26px 50px -16px rgba(0,0,0,0.4); }

@media (max-width: 900px) {
  .hif-golf-grid { grid-template-columns: 1fr 1fr; }
  .hif-golf-banner__title { white-space: normal; }
}
@media (max-width: 640px) {
  .hif-golf-banner { padding: 30px; }
  .hif-golf-banner__title { font-size: 30px; white-space: normal; }
  .hif-golf-grid { grid-template-columns: 1fr; }
  .hif-golf-card--feature { flex-direction: column; }
  .hif-golf-card--feature .hif-golf-card__inner { min-height: 220px; aspect-ratio: 3/2; }
  .hif-golf-card--feature .hif-golf-card__body { padding: 24px; }
  .hif-golf-cd { min-width: 58px; }
}

/* ==================== Donate Page ==================== */
.hif-dn { --d: #3e66a7; --d2: #f4b740; background: #f7f9fc; padding-block: 56px; }
.hif-dn .hif-container { max-width: 1120px; }

/* Hero */
.hif-dn-hero { position: relative; border-radius: 22px; overflow: hidden; background: radial-gradient(125% 150% at 18% 0%, #6f97d8 0%, #4f79bd 52%, var(--d) 100%); color: #fff; padding: 56px; background-size: cover; background-position: center; box-shadow: 0 22px 48px -22px rgba(62,102,167,0.5); margin-bottom: 20px; }
.hif-dn-hero__body { max-width: 720px; }
.hif-dn-hero__eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 700; color: #fff; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.28); padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.hif-dn-hero__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 50px; line-height: 1.04; margin: 0 0 16px; color: #fff; }
.hif-dn-hero__text { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.92); margin: 0 0 28px; }
.hif-dn-hero__btns { display: flex; flex-wrap: wrap; gap: 12px; }
.hif-dn-btn { text-decoration: none; font-weight: 700; font-size: 16px; padding: 15px 32px; border-radius: 999px; display: inline-block; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.hif-dn-btn--primary { background: var(--d2); color: #14294d; box-shadow: 0 12px 26px -10px rgba(244,183,64,0.7); }
.hif-dn-btn--ghost { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.5); }
.hif-dn-btn:hover { transform: translateY(-2px); }

/* Trust band */
.hif-dn-trust { background: #fff; border: 1px solid #eef1f6; border-radius: 16px; padding: 18px 24px; margin-bottom: 40px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 28px; box-shadow: 0 8px 24px -18px rgba(0,0,0,0.25); }
.hif-dn-trust__items { display: flex; flex-wrap: wrap; gap: 14px 28px; }
.hif-dn-trust__item { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: #374151; }
.hif-dn-trust__ic { color: var(--d); display: inline-flex; }
.hif-dn-trust__ic svg { width: 18px; height: 18px; fill: currentColor; }
.hif-dn-trust__ein { font-size: 13px; color: #6b7280; }

/* Donation form slot */
.hif-dn-form { background: #fff; border: 1px solid #eef1f6; border-radius: 20px; padding: 36px; margin-bottom: 48px; box-shadow: 0 16px 40px -22px rgba(0,0,0,0.28); scroll-margin-top: 90px; }
.hif-dn-form__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 30px; color: #111827; margin: 0 0 8px; text-align: center; }
.hif-dn-form__note { text-align: center; font-size: 14px; color: #4b5563; margin-bottom: 24px; }
.hif-dn-form__note i { color: #2e7d4f; margin-right: 4px; }
.hif-dn-form__slot { min-height: 60px; }
.hif-dn-form__placeholder { border: 2px dashed #cdd7e6; border-radius: 14px; padding: 48px 24px; text-align: center; color: #6b7280; background: #f7f9fc; }
.hif-dn-form__placeholder i { font-size: 34px; color: var(--d); display: block; margin-bottom: 12px; }
.hif-dn-form__placeholder p { margin: 0; font-size: 15px; max-width: 460px; margin-inline: auto; }

/* Section head */
.hif-dn-sec-head { text-align: center; margin-bottom: 32px; }
.hif-dn-sec-head__title { font-family: var(--hif-font-display, "Playfair Display", serif); font-weight: 700; font-size: 32px; color: var(--d); margin: 0 0 8px; }
.hif-dn-sec-head__sub { font-size: 16px; color: #6b7280; margin: 0; }

/* Where your gift goes */
.hif-dn-funds { margin-bottom: 56px; }
.hif-dn-funds__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.hif-dn-fund { background: #fff; border: 1px solid #eef1f6; border-radius: 16px; padding: 26px 22px; text-align: center; text-decoration: none; display: block; transition: transform 0.18s ease, box-shadow 0.18s ease; }
a.hif-dn-fund:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -18px rgba(0,0,0,0.22); }
.hif-dn-fund__ic { width: 56px; height: 56px; border-radius: 50%; background: rgba(62,102,167,0.10); color: var(--d); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.hif-dn-fund__ic svg { width: 24px; height: 24px; fill: currentColor; }
.hif-dn-fund__title { font-size: 17px; font-weight: 700; color: #111827; margin: 0 0 6px; }
.hif-dn-fund__desc { font-size: 14px; line-height: 1.5; color: #4b5563; margin: 0; }

/* Other ways to give */
.hif-dn-other { scroll-margin-top: 90px; }
.hif-dn-other__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hif-dn-owc { background: #fff; border: 1px solid #eef1f6; border-radius: 16px; padding: 28px 26px; box-shadow: 0 8px 24px -20px rgba(0,0,0,0.22); }
.hif-dn-owc__ic { width: 48px; height: 48px; border-radius: 12px; background: rgba(62,102,167,0.10); color: var(--d); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.hif-dn-owc__ic svg { width: 22px; height: 22px; fill: currentColor; }
.hif-dn-owc__title { font-size: 18px; font-weight: 700; color: #111827; margin: 0 0 8px; }
.hif-dn-owc__desc { font-size: 14px; line-height: 1.6; color: #4b5563; margin: 0 0 12px; }
.hif-dn-owc__link { font-size: 14px; font-weight: 700; color: var(--d); text-decoration: none; }
.hif-dn-owc__link i { font-size: 12px; margin-left: 3px; }

@media (max-width: 900px) {
  .hif-dn-funds__grid { grid-template-columns: 1fr 1fr; }
  .hif-dn-other__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hif-dn-hero { padding: 32px; }
  .hif-dn-hero__title { font-size: 34px; }
  .hif-dn-funds__grid { grid-template-columns: 1fr; }
  .hif-dn-form { padding: 24px; }
}
