/* ========================================
HOME PAGE
FULL CLEAN REWRITE
======================================== */

/* -----------------------------
BASE PAGE
----------------------------- */
.home .page-system {
  background: #eef1f4;
}

.home .section-shell,
.home .section-cards,
.home .section-feature,
.home .section-home-leadership,
.home .section-home-footer-cta,
.home .bottom-cta-band {
  width: 100%;
  box-sizing: border-box;
}

.home .section-shell > .wp-block-group,
.home .section-cards > .wp-block-group,
.home .section-feature > .wp-block-group,
.home .section-home-leadership > .wp-block-group {
  box-sizing: border-box;
}

.home .section-title {
  margin: 0 0 12px 0;
  line-height: 1.15;
}

.home .section-copy,
.home .section-copy-dark,
.home .section-copy-light,
.home .section-copy-narrow {
  margin: 0 0 18px 0;
  line-height: 1.7;
}

.home .eyebrow {
  margin: 0 0 10px 0 !important;
  color: #e0b24a !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

.home .button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home .button-row .wp-block-button {
  margin: 0 !important;
}

.home .btn-primary .wp-block-button__link,
.home .btn-outline-dark .wp-block-button__link,
.home .btn-outline-light .wp-block-button__link {
  min-height: 44px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* -----------------------------
HEADER OVER HERO
----------------------------- */
.home .site-header-row-container,
.home .site-main-header-wrap,
.home .site-header {
  position: relative;
  z-index: 50;
}

.home .site-header-row-container-inner,
.home .site-header-section-right,
.home .site-header-item {
  box-sizing: border-box;
}

/* -----------------------------
REMOVE EXTRA TOP SPACE
----------------------------- */
.home .site-content,
.home .content-area,
.home .site-main,
.home .entry-content,
.home .entry-content-wrap,
.home .page-system {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.home .entry-hero,
.home .entry-header,
.home .page-header,
.home .title-section,
.home .page-title {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

/* -----------------------------
HOME HERO
----------------------------- */
.home .hero-home-main {
  min-height: 760px !important;
  margin-top: 0 !important;
  background-color: #0f141c !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.home .hero-home-main .kt-row-layout-inner,
.home .hero-home-main .kt-row-column-wrap {
  min-height: 760px !important;
}

.home .hero-home-main .kt-row-column-wrap {
  display: flex !important;
  align-items: flex-start !important;
  gap: 28px !important;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  box-sizing: border-box !important;
}

.home .section-hero-content,
.home .section-hero-panel {
  display: flex;
  align-items: center;
}

.home .section-hero-content {
  padding-top: 28px;
  position: relative;
  z-index: 2;
}

.home .section-hero-panel {
  padding-top: 8px;
  justify-content: flex-end;
}

.home .section-hero-content .kt-inside-inner-col,
.home .section-hero-panel .kt-inside-inner-col {
  width: 100%;
}

.home .hero-content-wrap {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.home .section-hero-content::before {
  content: "";
  position: absolute;
  inset: -32px -18px -32px -18px;
  background: linear-gradient(
    to right,
    rgba(10, 15, 25, 0.78) 0%,
    rgba(10, 15, 25, 0.60) 44%,
    rgba(10, 15, 25, 0.24) 74%,
    rgba(10, 15, 25, 0) 100%
  );
  border-radius: 12px;
  z-index: 1;
  pointer-events: none;
}

.home .hero-content-wrap > * {
  position: relative;
  z-index: 2;
}

.home .hero-title {
  margin: 0 0 14px 0 !important;
  max-width: 620px;
  font-size: clamp(46px, 4.8vw, 58px) !important;
  line-height: 1.04 !important;
  color: #ffffff !important;
}

.home .hero-copy {
  max-width: 560px;
  margin: 0 0 18px 0 !important;
  font-size: clamp(18px, 1.2vw, 20px) !important;
  line-height: 1.65 !important;
  color: #f3f3f3 !important;
}

.home .hero-subcopy {
  max-width: 560px;
  margin: 14px 0 0 0 !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
  color: #d7d7d7 !important;
}

.home .hero-home-main .button-row {
  margin-top: 8px !important;
}

.home .hero-home-main .button-row .wp-block-button {
  width: auto !important;
  max-width: none !important;
}

.home .hero-home-main .btn-primary .wp-block-button__link,
.home .hero-home-main .btn-outline-light .wp-block-button__link {
  min-width: 170px !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.home .hero-glance-panel {
  max-width: 320px !important;
  margin-left: auto !important;
  padding: 22px !important;
  background: rgba(6, 10, 19, 0.84) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24) !important;
  color: #f3f3f3 !important;
}

.home .hero-glance-title {
  margin: 0 0 12px 0 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
}

.home .hero-glance-list {
  margin: 0 0 16px 18px !important;
  padding: 0 !important;
  color: #f3f3f3 !important;
}

.home .hero-glance-list li {
  margin-bottom: 8px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.home .hero-logo-image,
.home .hero-logo-image figure,
.home .hero-logo-image .wp-block-image {
  margin: 0 !important;
}

.home .hero-logo-image img {
  display: block !important;
  width: 100% !important;
  max-width: 320px !important;
  height: auto !important;
  margin: 0 auto !important;
}

/* -----------------------------
HERO STATS STRIP
----------------------------- */
.home .hero-stats-strip {
  position: relative !important;
  z-index: 3 !important;
  margin-top: -28px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
}

.home .hero-stats-strip .kt-row-column-wrap {
  gap: 16px !important;
}

.home .panel-stats-dark {
  height: 100% !important;
  padding: 20px 18px !important;
  background: #111111 !important;
  color: #f3f3f3 !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22) !important;
  text-align: center !important;
}

.home .stat-value {
  margin: 0 0 6px 0 !important;
  color: #e0b24a !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
}

.home .stat-label {
  margin: 0 !important;
  color: #f3f3f3 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* -----------------------------
WHITE FEATURE SECTIONS
----------------------------- */
.home .section-light.section-feature {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  background: #ffffff !important;
}

.home .section-light.section-feature .kt-row-column-wrap {
  align-items: center !important;
  gap: 24px !important;
}

.home .section-light.section-feature .section-title {
  max-width: 560px;
  margin-bottom: 14px !important;
  color: #162033 !important;
}

.home .section-light.section-feature .section-copy,
.home .section-light.section-feature .section-copy-dark {
  max-width: 520px;
  color: #333333 !important;
}

.home .section-light.section-feature .button-row {
  margin-top: 12px !important;
}

.home .feature-image,
.home .feature-image figure,
.home .feature-image .wp-block-image {
  margin: 0 !important;
}

.home .feature-image img {
  display: block !important;
  width: 100% !important;
  object-fit: cover !important;
}

.home .ratio-16-9 img {
  aspect-ratio: 16 / 9 !important;
  border-radius: 8px !important;
}

/* -----------------------------
DARK SERVICE SECTION
----------------------------- */
.home .section-dark-solid {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
  background: #0b1220 !important;
}

.home .section-dark-solid .section-title,
.home .section-dark-solid .section-title-light {
  color: #ffffff !important;
}

.home .section-dark-solid .section-copy,
.home .section-dark-solid .section-copy-light,
.home .section-dark-solid .section-copy-narrow {
  color: #d7d7d7 !important;
}

.home .section-cards .card-grid,
.home .card-grid,
.home .grid-3,
.home .grid-4 {
  gap: 10px !important;
}

.home .card-standard,
.home .card-dark {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.home .card-standard {
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 30px rgba(15, 20, 28, 0.06) !important;
}

.home .card-standard:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 36px rgba(15, 20, 28, 0.10) !important;
}

.home .card-dark {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.home .card-image,
.home .card-image figure,
.home .card-image .wp-block-image {
  margin: 0 !important;
}

.home .card-image img {
  display: block !important;
  width: 100% !important;
  object-fit: cover !important;
}

.home .ratio-4-3 img {
  aspect-ratio: 4 / 3 !important;
  border-radius: 8px 8px 0 0 !important;
}

.home .card-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding: 18px !important;
}

.home .card-title {
  margin: 0 0 10px 0 !important;
  line-height: 1.28 !important;
}

.home .card-standard .card-body p {
  margin: 0 0 14px 0 !important;
  color: #333333 !important;
  font-size: 14px !important;
  line-height: 1.52 !important;
}

.home .card-copy-light {
  margin: 0 0 18px 0 !important;
  color: #d7d7d7 !important;
}

.home .card-actions {
  margin-top: auto !important;
}

.home .section-dark-solid .card-dark .card-title {
  color: #ffffff !important;
}

.home .section-dark-solid .card-dark p {
  color: #d7d7d7 !important;
}

.home .section-dark-solid .card-body {
  padding-top: 16px !important;
  padding-bottom: 10px !important;
}

/* -----------------------------
UPCOMING EVENTS
----------------------------- */
.home .section-light.section-cards {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
  background: #ffffff !important;
}

.home .section-light .section-title {
  margin-bottom: 12px !important;
}

.home .section-light .section-copy,
.home .section-light .section-copy-narrow {
  margin-bottom: 18px !important;
  color: #333333 !important;
}

/* -----------------------------
WHY JOIN
----------------------------- */
.home .why-join-row-shell,
.home .why-join-row-shell > .kt-row-layout-inner,
.home .why-join-row-shell > .kt-row-layout-inner > .kt-row-column-wrap {
  background: #0f141c !important;
}

.home .why-join-row-shell {
  margin: 0 !important;
  padding: 56px 0 !important;
}

.home .why-join-row-shell > .kt-row-layout-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home .why-join-row-shell > .kt-row-layout-inner > .kt-row-column-wrap {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 56px !important;
  padding-right: 56px !important;
  box-sizing: border-box !important;
  align-items: center !important;
  gap: 24px !important;
}

.home .why-join-copy-wrap,
.home .why-join-media-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.home .kadence-column68_08de1f-52,
.home .kadence-column68_5e1740-44 {
  display: flex !important;
  align-items: center !important;
}

.home .kadence-column68_08de1f-52 .kt-inside-inner-col,
.home .kadence-column68_5e1740-44 .kt-inside-inner-col {
  width: 100% !important;
  max-width: 100% !important;
}

.home .why-join-title {
  max-width: 640px !important;
  margin: 0 0 16px 0 !important;
  color: #ffffff !important;
  font-size: clamp(30px, 2.2vw, 38px) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
}

.home .why-join-list {
  max-width: 620px !important;
  margin: 0 0 24px 22px !important;
  padding: 0 !important;
  color: #ffffff !important;
}

.home .why-join-list li {
  margin-bottom: 10px !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: #ffffff !important;
}

.home .why-join-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 20px !important;
}

.home .why-join-buttons .wp-block-button {
  margin: 0 !important;
}

.home .why-join-image,
.home .why-join-image figure,
.home .why-join-image .wp-block-image,
.home .why-join-media-wrap .wp-block-image,
.home .why-join-media-wrap figure {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.home .why-join-image img,
.home .why-join-media-wrap img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 8px !important;
}

/* -----------------------------
LEADERSHIP
----------------------------- */
.home .section-home-leadership {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  background-color: #f5f5f5 !important;
}

.home .section-home-leadership > .wp-block-group {
  width: 100% !important;
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

.home .section-home-leadership > .wp-block-group > .section-title {
  margin: 0 0 12px 0 !important;
  color: #111111 !important;
  text-align: left !important;
  max-width: none !important;
}

.home .section-home-leadership > .wp-block-group > .leadership-intro {
  max-width: 760px !important;
  margin: 0 0 24px 0 !important;
  color: #444444 !important;
  text-align: left !important;
}

.home .section-home-leadership > .wp-block-group > .leadership-grid.wp-block-columns {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 22px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home .section-home-leadership > .wp-block-group > .leadership-grid.wp-block-columns > .wp-block-column {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home .section-home-leadership .leadership-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  background: #1a1a1a !important;
  text-align: center !important;
}

.home .section-home-leadership .leadership-image,
.home .section-home-leadership .leadership-image figure,
.home .section-home-leadership .leadership-image .wp-block-image {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.home .section-home-leadership .leadership-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #d9d9d9 !important;
}

.home .section-home-leadership .leadership-card-body {
  margin: 0 !important;
  padding: 14px 12px 18px !important;
  background: transparent !important;
}

.home .section-home-leadership .leadership-title,
.home .section-home-leadership .card-title {
  margin: 0 0 4px 0 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.home .section-home-leadership .leadership-name {
  margin: 0 !important;
  color: #cccccc !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

.home .section-home-leadership > .wp-block-group > .leadership-button-row {
  display: flex !important;
  justify-content: flex-start !important;
  margin-top: 28px !important;
  padding: 0 !important;
}

.home .section-home-leadership > .wp-block-group > .leadership-button-row .wp-block-button {
  margin: 0 !important;
}

/* -----------------------------
FOOTER CTA BAND
----------------------------- */
.home .section-home-footer-cta,
.home .bottom-cta-band {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.home .section-home-footer-cta .kt-row-column-wrap,
.home .bottom-cta-band .kt-row-column-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 112px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.home .section-home-footer-cta .section-actions-center,
.home .bottom-cta-band .section-actions-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

.home .section-home-footer-cta .cta-center-row,
.home .bottom-cta-band .cta-center-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  width: auto !important;
}

.home .section-home-footer-cta .cta-center-row .wp-block-button,
.home .bottom-cta-band .cta-center-row .wp-block-button {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

.home .section-home-footer-cta .btn-primary,
.home .bottom-cta-band .btn-primary {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home .section-home-footer-cta .btn-primary .wp-block-button__link,
.home .bottom-cta-band .btn-primary .wp-block-button__link,
.home .section-home-footer-cta .wp-block-button.btn-primary .wp-block-button__link.has-white-background-color,
.home .bottom-cta-band .wp-block-button.btn-primary .wp-block-button__link.has-white-background-color {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 190px !important;
  min-height: 50px !important;
  padding: 12px 28px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 4px !important;
  color: #6b0d0d !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.home .section-home-footer-cta .btn-outline-light .wp-block-button__link,
.home .bottom-cta-band .btn-outline-light .wp-block-button__link,
.home .section-home-footer-cta .wp-block-button.btn-outline-light .wp-block-button__link,
.home .bottom-cta-band .wp-block-button.btn-outline-light .wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 150px !important;
  min-height: 50px !important;
  padding: 12px 28px !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.home .section-home-footer-cta .btn-primary .wp-block-button__link:hover,
.home .bottom-cta-band .btn-primary .wp-block-button__link:hover,
.home .section-home-footer-cta .wp-block-button.btn-primary .wp-block-button__link:hover,
.home .bottom-cta-band .wp-block-button.btn-primary .wp-block-button__link:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  color: #6b0d0d !important;
}

.home .section-home-footer-cta .btn-outline-light .wp-block-button__link:hover,
.home .bottom-cta-band .btn-outline-light .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.10) !important;
  background-color: rgba(255, 255, 255, 0.10) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

/* -----------------------------
DESKTOP WHY JOIN WIDTHS
----------------------------- */
@media (min-width: 1025px) {
  .home .kadence-column68_08de1f-52,
  .home .kadence-column68_5e1740-44 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .home .kadence-column68_5e1740-44 .kt-inside-inner-col {
    display: flex !important;
    justify-content: flex-start !important;
  }
}

/* -----------------------------
TABLET
----------------------------- */
@media (max-width: 1024px) {
  .home .hero-home-main {
    min-height: 680px !important;
  }

  .home .hero-home-main .kt-row-layout-inner,
  .home .hero-home-main .kt-row-column-wrap {
    min-height: 680px !important;
  }

  .home .hero-home-main .kt-row-column-wrap {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .home .hero-title {
    font-size: clamp(40px, 5vw, 48px) !important;
  }

  .home .section-light.section-feature,
  .home .section-light.section-cards,
  .home .section-dark-solid,
  .home .section-home-leadership {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .home .section-feature .kt-row-column-wrap,
  .home .section-home-impact .kt-row-column-wrap,
  .home .why-join-row-shell > .kt-row-layout-inner > .kt-row-column-wrap {
    gap: 20px !important;
  }

  .home .why-join-row-shell {
    padding: 44px 0 !important;
  }

  .home .why-join-row-shell > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .home .kadence-column68_08de1f-52,
  .home .kadence-column68_5e1740-44 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .home .why-join-title {
    font-size: 30px !important;
  }

  .home .why-join-list li {
    font-size: 15px !important;
  }

  .home .section-home-leadership .leadership-grid.wp-block-columns {
    flex-wrap: wrap !important;
  }

  .home .section-home-leadership .leadership-grid .wp-block-column {
    flex: 1 1 calc(50% - 11px) !important;
    max-width: calc(50% - 11px) !important;
  }

  .home .section-home-footer-cta,
  .home .bottom-cta-band {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
}

/* -----------------------------
MOBILE
----------------------------- */
@media (max-width: 767px) {
  .home .site-container,
  .home .content-area,
  .home .entry-content-wrap,
  .home .wp-site-blocks,
  .home .site-main,
  .home .page-system {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home .wp-block-kadence-rowlayout,
  .home .wp-block-kadence-rowlayout .kt-row-layout-inner,
  .home .wp-block-kadence-rowlayout .kt-row-column-wrap {
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }

  .home .section-cards,
  .home .section-feature,
  .home .section-home-leadership,
  .home .section-home-footer-cta,
  .home .section-shell {
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }

  .home .section-cards > .wp-block-group,
  .home .section-feature > .wp-block-group,
  .home .section-home-leadership > .wp-block-group,
  .home .section-shell > .wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .home .hero-home-main {
    min-height: auto !important;
    margin-top: 0 !important;
  }

  .home .hero-home-main .kt-row-layout-inner,
  .home .hero-home-main .kt-row-column-wrap {
    min-height: auto !important;
  }

  .home .hero-home-main .kt-row-column-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    padding-top: 22px !important;
    padding-bottom: 28px !important;
  }

  .home.admin-bar .hero-home-main .kt-row-column-wrap {
    padding-top: 22px !important;
  }

  .home .hero-home-main .section-hero-content,
  .home .hero-home-main .section-hero-panel,
  .home .hero-home-main .wp-block-kadence-column,
  .home .hero-home-main .kt-inside-inner-col {
    width: 100% !important;
    max-width: 100% !important;
  }

  .home .hero-home-main .section-hero-content {
    order: 1 !important;
    padding-top: 0 !important;
  }

  .home .hero-home-main .section-hero-content::before {
    inset: -18px -12px -18px -12px !important;
  }

  .home .hero-home-main .section-hero-panel {
    order: 2 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    justify-content: flex-start !important;
  }

  .home .hero-home-main .section-hero-panel .kt-inside-inner-col {
    display: block !important;
  }

  .home .hero-title {
    max-width: 100% !important;
    margin-bottom: 10px !important;
    font-size: 34px !important;
    line-height: 1.02 !important;
  }

  .home .hero-copy {
    max-width: 100% !important;
    margin-bottom: 14px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .home .hero-subcopy {
    max-width: 100% !important;
    margin-top: 10px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .home .hero-home-main .button-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .home .hero-home-main .button-row .wp-block-button {
    width: 100% !important;
  }

  .home .hero-home-main .btn-primary .wp-block-button__link,
  .home .hero-home-main .btn-outline-light .wp-block-button__link {
    width: 100% !important;
    min-width: 0 !important;
  }

  .home .hero-glance-panel {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 16px !important;
    border-radius: 10px !important;
  }

  .home .hero-glance-title {
    margin-bottom: 10px !important;
    font-size: 18px !important;
  }

  .home .hero-glance-list {
    margin: 0 0 12px 16px !important;
  }

  .home .hero-glance-list li {
    margin-bottom: 6px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .home .hero-logo-image img {
    max-width: 180px !important;
  }

  .home .hero-stats-strip {
    margin-top: 0 !important;
  }

  .home .hero-stats-strip .kt-row-column-wrap {
    gap: 8px !important;
  }

  .home .panel-stats-dark {
    padding: 14px 10px !important;
  }

  .home .stat-value {
    margin-bottom: 4px !important;
    font-size: 18px !important;
  }

  .home .stat-label {
    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.4px !important;
  }

  .home .section-light.section-feature,
  .home .section-light.section-cards,
  .home .section-dark-solid,
  .home .section-home-leadership {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .home .section-title {
    margin-bottom: 10px !important;
    font-size: 28px !important;
    line-height: 1.12 !important;
  }

  .home .section-copy,
  .home .section-copy-dark,
  .home .section-copy-light,
  .home .section-copy-narrow {
    margin-bottom: 14px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .home .grid-3,
  .home .grid-4,
  .home .card-grid {
    gap: 14px !important;
  }

  .home .card-standard,
  .home .card-dark {
    border-radius: 8px !important;
  }

  .home .card-body {
    padding: 14px !important;
  }

  .home .card-title {
    margin-bottom: 8px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .home .card-standard .card-body p,
  .home .card-copy-light {
    margin-bottom: 12px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .home .why-join-row-shell {
    padding: 34px 0 !important;
  }

  .home .why-join-row-shell > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-left: 18px !important;
    padding-right: 18px !important;
    gap: 18px !important;
  }

  .home .why-join-title {
    margin-bottom: 10px !important;
    font-size: 26px !important;
  }

  .home .why-join-list {
    margin: 0 0 16px 18px !important;
  }

  .home .why-join-list li {
    margin-bottom: 6px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .home .why-join-buttons {
    flex-direction: column !important;
    align-items: stretch !important;
    margin-top: 16px !important;
  }

  .home .why-join-buttons .wp-block-button,
  .home .why-join-buttons .wp-block-button__link {
    width: 100% !important;
  }

  .home .section-home-leadership {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .home .section-home-leadership > .wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home .section-home-leadership > .wp-block-group > .leadership-grid.wp-block-columns {
    gap: 12px !important;
  }

  .home .section-home-leadership > .wp-block-group > .leadership-grid.wp-block-columns > .wp-block-column {
    flex: 1 1 calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
  }

  .home .section-home-leadership .leadership-card-body {
    padding: 10px 8px 12px !important;
  }

  .home .section-home-leadership .leadership-title,
  .home .section-home-leadership .card-title {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .home .section-home-leadership .leadership-name {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .home .section-home-leadership > .wp-block-group > .leadership-button-row {
    margin-top: 18px !important;
  }

  .home .section-home-footer-cta .kt-row-column-wrap,
  .home .bottom-cta-band .kt-row-column-wrap {
    min-height: auto !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .home .section-home-footer-cta .cta-center-row,
  .home .bottom-cta-band .cta-center-row {
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .home .section-home-footer-cta .cta-center-row .wp-block-button,
  .home .bottom-cta-band .cta-center-row .wp-block-button {
    width: 100% !important;
  }

  .home .section-home-footer-cta .btn-primary .wp-block-button__link,
  .home .bottom-cta-band .btn-primary .wp-block-button__link,
  .home .section-home-footer-cta .btn-outline-light .wp-block-button__link,
  .home .bottom-cta-band .btn-outline-light .wp-block-button__link {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 10px 18px !important;
    font-size: 13px !important;
  }
}

/* ========================================
GLOBAL MOBILE HEADER
FIXED, NOT STICKY
======================================== */
@media (max-width: 767px) {
  .site-header,
  .site-main-header-wrap,
  .site-header-row-container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: transparent !important;
  }

  body.admin-bar .site-header,
  body.admin-bar .site-main-header-wrap,
  body.admin-bar .site-header-row-container {
    top: 46px !important;
  }

  .site-main-header-inner-wrap,
  .site-header-row-container-inner {
    min-height: 56px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
  }

  .site-header-section-left,
  .site-header-section-center,
  .site-header-section-right,
  .site-header-item,
  .mobile-toggle-open-container,
  .mobile-toggle-container,
  .menu-toggle-open,
  .site-branding {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
  }
}

.hero-home-main {
  background-image: url('/wp-content/uploads/2026/05/MCL1490_hero-image-1.webp');
  background-size: cover;
  background-position: center;
}

/* Homepage Community Impact heading clipping fix */
.home .section-feature h2,
.home .section-feature h2.wp-block-heading,
.home .section-feature .kt-inside-inner-col h2 {
  display: block !important;
  line-height: 1.28 !important;
  padding-top: 12px !important;
  padding-bottom: 4px !important;
  margin-top: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

.home .section-feature,
.home .section-feature .kt-row-layout-inner,
.home .section-feature .kt-row-column-wrap,
.home .section-feature .wp-block-kadence-column,
.home .section-feature .kt-inside-inner-col {
  overflow: visible !important;
}

/* ========================================
HOME NEWS + VIDEO SECTION, CLEAN FINAL
======================================== */

.home .section-home-news {
  background: #ffffff !important;
  width: 100% !important;
  padding: 64px 20px !important;
}

.home .section-home-news,
.home .section-home-news * {
  box-sizing: border-box !important;
}

.home .section-home-news .home-news-inner {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.home .section-home-news .home-news-inner.is-layout-constrained > * {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Header */
.home .section-home-news .home-news-label,
.home .section-home-news .home-video-label {
  color: #e0b24a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  text-align: left !important;
  margin: 0 0 10px 0 !important;
}

.home .section-home-news .section-title {
  color: #111111 !important;
  text-align: left !important;
  margin: 0 0 10px 0 !important;
}

.home .section-home-news .home-news-intro {
  color: #333333 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  text-align: left !important;
  margin: 0 0 32px 0 !important;
}

/* Article grid */
.home .section-home-news .home-latest-articles.wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home .section-home-news .home-latest-articles > .wp-block-column {
  display: flex !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Article cards */
.home .section-home-news .home-news-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-height: 420px !important;
  background: #ffffff !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(15, 20, 28, 0.12) !important;
}

.home .section-home-news .home-news-card-image,
.home .section-home-news .home-news-card-image a {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.home .section-home-news .home-news-card-image img {
  display: block !important;
  width: 100% !important;
  height: 190px !important;
  object-fit: cover !important;
}

.home .section-home-news .home-news-card-title {
  margin: 0 !important;
  padding: 18px 18px 8px !important;
}

.home .section-home-news .home-news-card-title a {
  color: #111111 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.home .section-home-news .home-news-card-excerpt {
  flex: 1 !important;
  margin: 0 !important;
  padding: 0 18px 18px !important;
  color: #333333 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.home .section-home-news .home-news-card-excerpt p {
  margin: 0 !important;
}

.home .section-home-news .home-news-card-excerpt .wp-block-post-excerpt__more-link {
  display: inline-block !important;
  margin-top: 12px !important;
  color: #6b0d0d !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Video */
.home .section-home-news .home-video-feature {
  width: 100% !important;
  margin: 38px 0 0 0 !important;
  padding: 0 !important;
}

.home .section-home-news .home-latest-video-query,
.home .section-home-news .home-latest-video-query .wp-block-post-template,
.home .section-home-news .home-latest-video-query .wp-block-post-template > li {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.home .section-home-news .home-video-card {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 28px !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 26px !important;
  background: #0f141c !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 34px rgba(15, 20, 28, 0.25) !important;
}

.home .section-home-news .home-video-card > * {
  max-width: none !important;
  margin: 0 !important;
}

.home .section-home-news .home-video-media {
  flex: 0 0 420px !important;
  width: 420px !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 8px !important;
}

.home .section-home-news .home-video-image,
.home .section-home-news .home-video-image a,
.home .section-home-news .home-video-image img {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.home .section-home-news .home-video-image img {
  height: 220px !important;
  object-fit: cover !important;
}

.home .section-home-news .home-video-media::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 64px !important;
  height: 64px !important;
  transform: translate(-50%, -50%) !important;
  background: rgba(107, 13, 13, 0.9) !important;
  border: 2px solid rgba(255,255,255,0.85) !important;
  border-radius: 50% !important;
  pointer-events: none !important;
}

.home .section-home-news .home-video-media::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-35%, -50%) !important;
  border-left: 18px solid #ffffff !important;
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

.home .section-home-news .home-video-content {
  flex: 1 1 auto !important;
  max-width: 420px !important;
  min-width: 0 !important;
  color: #ffffff !important;
}

.home .section-home-news .home-video-title {
  margin: 0 0 10px 0 !important;
}

.home .section-home-news .home-video-title a {
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.home .section-home-news .home-video-excerpt,
.home .section-home-news .home-video-excerpt p {
  color: #d1d5db !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.home .section-home-news .home-video-excerpt .wp-block-post-excerpt__more-link {
  display: inline-block !important;
  margin-top: 14px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

.home .section-home-news .home-video-actions {
  flex: 0 0 220px !important;
  width: 220px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  margin-left: auto !important;
  align-self: center !important;
}

.home .section-home-news .home-video-actions .wp-block-button {
  width: 100% !important;
  margin: 0 !important;
}

.home .section-home-news .home-video-actions .wp-block-button__link {
  width: 100% !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* Mobile */
@media (max-width: 900px) {
  .home .section-home-news {
    padding: 44px 16px !important;
  }

  .home .section-home-news .home-latest-articles.wp-block-columns {
    grid-template-columns: 1fr !important;
  }

  .home .section-home-news .home-video-card {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .home .section-home-news .home-video-media,
  .home .section-home-news .home-video-content,
  .home .section-home-news .home-video-actions {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  .home .section-home-news .home-video-image img {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }
}

/* FIX ARTICLE CARD HEIGHT + HOVER */

.home .section-home-news .home-latest-articles.wp-block-columns {
  align-items: stretch !important;
}

.home .section-home-news .home-latest-articles > .wp-block-column,
.home .section-home-news .home-latest-articles-query,
.home .section-home-news .home-latest-articles-query .wp-block-post-template,
.home .section-home-news .home-latest-articles-query .wp-block-post-template > li {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.home .section-home-news .home-news-card {
  height: 100% !important;
  min-height: 465px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.home .section-home-news .home-news-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 18px 38px rgba(15, 20, 28, 0.18) !important;
}

.home .section-home-news .home-news-card-image img {
  height: 190px !important;
}

.home .section-home-news .home-news-card-excerpt {
  display: flex !important;
  flex-direction: column !important;
}

.home .section-home-news .home-news-card-excerpt .wp-block-post-excerpt__more-link {
  margin-top: auto !important;
  padding-top: 14px !important;
}

/* FINAL ARTICLE CARD EQUAL HEIGHT FIX */

.home .section-home-news .home-news-card {
  min-height: 470px !important;
}

.home .section-home-news .home-news-card-excerpt {
  min-height: 180px !important;
  display: flex !important;
  flex-direction: column !important;
}

.home .section-home-news .home-news-card-excerpt p {
  flex: 1 !important;
  margin: 0 !important;
}

.home .section-home-news .home-news-card-excerpt .wp-block-post-excerpt__more-link {
  margin-top: auto !important;
}

/* ========================================
VIDEO HIGHLIGHT, OPTION A HARD RESET
======================================== */

body.home .section-home-news .home-video-card.wp-block-group {
  display: grid !important;
  grid-template-columns: 390px minmax(0, 1fr) 230px !important;
  align-items: center !important;
  column-gap: 28px !important;
  width: 100% !important;
  max-width: 1180px !important;
  min-height: 230px !important;
  margin: 0 auto !important;
  padding: 28px !important;
  background: #0f141c !important;
  border-radius: 12px !important;
}

body.home .section-home-news .home-video-card > .home-video-media {
  grid-column: 1 !important;
  width: 390px !important;
  max-width: 390px !important;
  margin: 0 !important;
}

body.home .section-home-news .home-video-card > .home-video-content {
  grid-column: 2 !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

body.home .section-home-news .home-video-card > .home-video-actions {
  grid-column: 3 !important;
  width: 230px !important;
  max-width: 230px !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  justify-content: center !important;
}

body.home .section-home-news .home-video-image img {
  width: 390px !important;
  height: 175px !important;
  object-fit: cover !important;
}

body.home .section-home-news .home-video-title a {
  color: #ffffff !important;
}

body.home .section-home-news .home-video-excerpt,
body.home .section-home-news .home-video-excerpt p {
  color: #d7d7d7 !important;
}

@media (max-width: 700px) {
  body.home .section-home-news .home-video-card.wp-block-group {
    grid-template-columns: 1fr !important;
  }

  body.home .section-home-news .home-video-card > .home-video-media,
  body.home .section-home-news .home-video-card > .home-video-content,
  body.home .section-home-news .home-video-card > .home-video-actions {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.home .section-home-news .home-video-image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }
}

/* VIDEO CARD HEIGHT EMERGENCY RESET */

body.home .section-home-news .home-video-card,
body.home .section-home-news .home-video-card.wp-block-group,
body.home .section-home-news .home-video-card > .wp-block-group__inner-container {
  height: auto !important;
  min-height: 230px !important;
  max-height: 280px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 28px !important;
  padding: 28px !important;
  overflow: hidden !important;
}

body.home .section-home-news .home-video-media {
  flex: 0 0 390px !important;
  width: 390px !important;
  max-width: 390px !important;
  height: 175px !important;
}

body.home .section-home-news .home-video-image img {
  width: 390px !important;
  height: 175px !important;
  object-fit: cover !important;
}

body.home .section-home-news .home-video-content {
  flex: 1 1 auto !important;
  max-width: 460px !important;
  min-width: 0 !important;
}

body.home .section-home-news .home-video-actions {
  flex: 0 0 230px !important;
  width: 230px !important;
  max-width: 230px !important;
  margin-left: auto !important;
}

/* FINAL VIDEO OPTION A POLISH */

body.home .section-home-news .home-video-card {
  min-height: 260px !important;
  padding: 30px 34px !important;
  align-items: center !important;
  overflow: visible !important;
}

body.home .section-home-news .home-video-media {
  align-self: center !important;
}

body.home .section-home-news .home-video-content {
  align-self: center !important;
  padding-top: 0 !important;
}

body.home .section-home-news .home-video-title {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

body.home .section-home-news .home-video-title a {
  display: block !important;
  font-size: 24px !important;
  line-height: 1.22 !important;
}

body.home .section-home-news .home-video-actions {
  align-self: center !important;
  justify-content: center !important;
}

body.home .section-home-news .home-video-excerpt .wp-block-post-excerpt__more-link {
  margin-top: 12px !important;
}
/* FINAL VIDEO TITLE VISIBILITY FIX */

body.home .section-home-news .home-video-title {
  display: block !important;
  position: relative !important;
  top: 0 !important;
  margin: 0 0 12px 0 !important;
  padding-top: 22px !important;
  overflow: visible !important;
  line-height: 1.25 !important;
}

body.home .section-home-news .home-video-title a {
  display: block !important;
  position: relative !important;
  top: 0 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  overflow: visible !important;
}

body.home .section-home-news .home-video-content {
  overflow: visible !important;
}

body.home .section-home-news .home-video-card {
  overflow: visible !important;
}
/* LIMIT VIDEO EXCERPT TO 5 LINES */

body.home .section-home-news .home-video-excerpt p {
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
/* PLAY ICON HOVER FIX */

body.home .section-home-news .home-video-media {
  cursor: pointer !important;
}

/* smooth animation base */
body.home .section-home-news .home-video-media::after,
body.home .section-home-news .home-video-media::before {
  transition: all 0.25s ease !important;
}

/* circle background */
body.home .section-home-news .home-video-media::after {
  background: rgba(107, 13, 13, 0.9) !important;
}

/* hover state */
body.home .section-home-news .home-video-media:hover::after {
  transform: translate(-50%, -50%) scale(1.12) !important;
  background: rgba(140, 20, 20, 1) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35) !important;
}

/* play triangle grow */
body.home .section-home-news .home-video-media:hover::before {
  transform: translate(-35%, -50%) scale(1.12) !important;
}

/* optional: subtle image zoom on hover */
body.home .section-home-news .home-video-media:hover img {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}
