/* Loving Hands Ministries — Avada-facing component and utility layer.

   Use these class names in Avada Builder's "CSS Class" fields or in markup
   emitted by the Loving Hands Site Core plugin shortcodes. Keep business logic,
   analytics, schema, and integrations outside this child theme. */

/* -------------------------------------------------------------------------
   Client feedback R1: color-block section system

   Red remains an action color. Full-width atmosphere comes from warm stone,
   crimson, blue tints, and deep navy so pages feel brighter without turning
   urgent. These classes are the only approved page-band primitives; page
   composition chooses from them in the importer manifest.
   ------------------------------------------------------------------------- */
:root {
  --lh-warm-white: #fffdf8;
  --lh-crimson-700: #a80303;
  --lh-crimson-900: #8b0000;
  --lh-stone-50: #fffdf8;
  --lh-stone-100: #faf8f4;
  --lh-stone-200: #f3f2ef;
  --lh-band-paper: var(--lh-white);
  --lh-band-cream: var(--lh-stone-100);
  --lh-band-crimson: var(--lh-crimson-700);
  --lh-band-stone-soft: var(--lh-stone-200);
}

.lh-section-paper,
.fusion-fullwidth.lh-section-paper.lh-section-paper {
  background: var(--lh-band-paper) !important;
}

.lh-section-cream,
.lh-section-stone,
.fusion-fullwidth.lh-section-cream.lh-section-cream,
.fusion-fullwidth.lh-section-stone.lh-section-stone {
  background: var(--lh-band-cream) !important;
}

.lh-section-crimson,
.fusion-fullwidth.lh-section-crimson.lh-section-crimson {
  background-color: var(--lh-band-crimson) !important;
}

.lh-section-crimson-soft,
.fusion-fullwidth.lh-section-crimson-soft.lh-section-crimson-soft {
  background: var(--lh-band-stone-soft) !important;
}

.lh-section-blue,
.fusion-fullwidth.lh-section-blue.lh-section-blue {
  background: var(--lh-gray-300) !important;
}

.lh-section-blue-soft,
.fusion-fullwidth.lh-section-blue-soft.lh-section-blue-soft {
  background: var(--lh-gray-100) !important;
}

.lh-section-navy,
.fusion-fullwidth.lh-section-navy.lh-section-navy {
  background: var(--lh-charcoal-900) !important;
  color: var(--lh-fg-inverse);
}

.lh-section-navy h1,
.lh-section-navy h2,
.lh-section-navy h3,
.lh-section-navy h4,
.lh-section-navy h5,
.lh-section-navy h6,
.lh-section-navy .fusion-title-heading {
  color: var(--lh-fg-inverse) !important;
}

.lh-section-navy p,
.lh-section-navy li,
.lh-section-navy .lh-body,
.lh-section-navy .lh-meta {
  color: var(--lh-fg-inverse-muted) !important;
}

.lh-section-navy .lh-eyebrow {
  color: var(--lh-warm-white) !important;
}

.lh-section-navy a:not(.fusion-button):not(.lh-button) {
  color: var(--lh-white);
}

.lh-section-crimson-soft .lh-eyebrow,
.lh-section-blue .lh-eyebrow,
.lh-section-blue-soft .lh-eyebrow,
.lh-section-cream .lh-eyebrow,
.lh-section-stone .lh-eyebrow {
  color: var(--lh-red-700);
}

.lh-section-crimson .lh-eyebrow {
  color: var(--lh-warm-white) !important;
}

/* A small top-edge cue makes the block sequence legible even where adjacent
   hues are deliberately subtle. It is decorative and never uses CTA red. */
.fusion-fullwidth.lh-section-crimson.lh-section-crimson,
.fusion-fullwidth.lh-section-blue.lh-section-blue,
.fusion-fullwidth.lh-section-navy.lh-section-navy {
  border-top: 1px solid rgba(30, 30, 31, 0.12) !important;
}

/* -------------------------------------------------------------------------
   Feedback R1: structural page compositions
   ------------------------------------------------------------------------- */
.fusion-fullwidth.lh-home-hero.lh-home-hero {
  background: var(--lh-charcoal-900) !important;
  color: var(--lh-white);
  min-height: 650px;
  overflow: hidden;
  padding: 0 !important;
}

.lh-home-hero > .fusion-builder-row,
.lh-home-hero > .fusion-builder-row > .fusion-layout-column,
.lh-home-hero .fusion-column-wrapper {
  min-height: inherit;
}

.lh-home-hero__copy .fusion-column-wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  padding: clamp(56px, 7vw, 104px) clamp(30px, 5vw, 76px) !important;
}

.lh-home-hero__copy h1,
.lh-home-hero__copy .fusion-title-heading {
  color: var(--lh-white) !important;
  font-size: clamp(3rem, 5.3vw, 5.8rem) !important;
  letter-spacing: -0.055em;
  line-height: 0.96 !important;
  max-width: 10ch;
}

.lh-home-hero__copy .lh-body-lg {
  color: rgba(255, 255, 255, 0.75);
  max-width: 37ch;
}

.lh-home-hero__proof {
  align-items: center;
  color: rgba(255, 253, 248, 0.78);
  display: flex;
  font-size: clamp(0.875rem, 1.2vw, 0.9375rem);
  gap: 10px;
  letter-spacing: 0.01em;
  margin-top: 0;
}

.lh-home-hero__copy .fusion-text:has(> .lh-home-hero__proof) {
  padding-top: var(--lh-space-5);
}

.lh-home-hero__media,
.lh-home-hero__media .fusion-column-wrapper,
.lh-home-hero__media .fusion-text {
  height: 100%;
}

.lh-home-hero__figure {
  height: 100%;
  margin: 0;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.lh-home-hero__figure::after {
  background:
    radial-gradient(circle at 60% 62%, rgba(168, 3, 3, 0.3), transparent 32%),
    linear-gradient(90deg, var(--lh-charcoal-900) 0%, rgba(30, 30, 31, 0.92) 22%, rgba(30, 30, 31, 0.2) 58%, rgba(30, 30, 31, 0.08) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.lh-home-hero__figure img {
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  width: 100%;
}

.lh-national-stats__intro {
  max-width: 780px;
}

.lh-national-stats__grid.lh-impact-grid {
  display: grid;
  gap: var(--lh-space-4);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: var(--lh-space-7);
}

.lh-national-stat {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(30, 30, 31, 0.12);
  border-radius: var(--lh-radius-lg);
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: clamp(24px, 3vw, 40px);
}

.lh-national-stat .lh-stat__value {
  color: var(--lh-charcoal-900);
  font-size: clamp(3rem, 5vw, 5.2rem);
  letter-spacing: -0.055em;
}

.lh-national-stat .lh-stat__label {
  color: var(--lh-charcoal-900);
}

/* D2: these notes live on a white card, so never inherit the inverse stat
   token used by dark impact bands. */
.lh-national-stat .lh-stat__sub {
  color: var(--lh-charcoal-700);
}

.lh-national-stat__source {
  color: var(--lh-charcoal-700);
  font-size: var(--lh-text-meta);
  font-weight: 800;
  margin-top: auto;
  padding-top: var(--lh-space-4);
}

.lh-national-stats__sources {
  border-top: 1px solid rgba(30, 30, 31, 0.14);
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: var(--lh-space-5);
  padding-top: var(--lh-space-4);
}

.lh-national-stats__sources a {
  color: var(--lh-charcoal-900);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lh-campus-map-hero .lh-h1 {
  text-align: center;
}

.lh-campus-map-hero > .fusion-builder-row > .fusion-layout-column > .fusion-column-wrapper > .fusion-text:not(:last-child),
.lh-campus-map-hero > .fusion-builder-row > .fusion-layout-column > .fusion-column-wrapper > .fusion-title {
  margin-inline: auto;
  max-width: 820px;
  text-align: center;
}

.lh-campus-map-hero .lh-button-row {
  justify-content: center;
}

.lh-campus-map-hero .lh-brand-graphic--campus-map {
  margin-top: var(--lh-space-7);
}

.lh-founders-photo {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(216, 213, 209, 0.28)),
    var(--lh-stone-200);
  border-radius: var(--lh-radius-lg);
  box-shadow: inset 0 0 0 1px rgba(30, 30, 31, 0.12);
  margin: 0;
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px);
  text-align: center;
}

.lh-founders-photo img {
  display: block;
  filter: grayscale(1) contrast(1.08);
  height: auto;
  margin-inline: auto;
  max-height: 390px;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.96;
  width: auto;
}

.lh-founders-photo figcaption {
  color: var(--lh-charcoal-700);
  font-family: var(--lh-font-serif);
  font-size: 0.9375rem;
  font-style: italic;
  margin-top: var(--lh-space-3);
}

.lh-decade-section > .fusion-builder-row {
  align-items: stretch;
}

.lh-decade-column {
  border-left: 1px solid rgba(30, 30, 31, 0.2);
}

.lh-decade-column .fusion-column-wrapper {
  height: 100%;
  padding: 0 clamp(18px, 2.2vw, 34px) !important;
}

.lh-decade {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lh-decade__year {
  color: var(--lh-red-700);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lh-decade h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.lh-decade p:last-child {
  color: var(--lh-charcoal-700);
  line-height: 1.7;
}

.lh-love-in-action {
  text-align: center;
}

.lh-love-in-action__script,
.lh-scripture-feature__script {
  font-family: var(--lh-font-script);
  font-size: clamp(4rem, 7vw, 6.75rem);
  line-height: 0.88;
  margin: 18px 0 24px;
}

.lh-love-in-action__script {
  color: var(--lh-crimson-700) !important;
}

.lh-love-in-action p.lh-love-in-action__body {
  font-family: var(--lh-font-serif);
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.42;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 38ch;
  width: min(38ch, 100%);
}

.lh-love-in-action__closing {
  color: var(--lh-gray-300) !important;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 24px;
  text-transform: uppercase;
}

.lh-board-roster {
  border-top: 1px solid rgba(30, 30, 31, 0.25);
  margin-top: var(--lh-space-6);
}

.lh-board-roster p {
  align-items: baseline;
  border-bottom: 1px solid rgba(30, 30, 31, 0.2);
  display: flex;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  justify-content: space-between;
  margin: 0;
  padding: var(--lh-space-4) 0;
}

.lh-board-roster p:nth-child(even) {
  background: rgba(255, 253, 248, 0.34);
  margin-inline: calc(var(--lh-space-4) * -1);
  padding-inline: var(--lh-space-4);
}

.lh-board-roster span {
  color: var(--lh-charcoal-700);
  font-size: var(--lh-text-meta);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lh-faith-reading .lh-reading-wide {
  margin-inline: auto;
  max-width: 1000px;
}

.lh-faith-chapters {
  counter-reset: none;
  list-style: none;
  margin: var(--lh-space-7) 0 0;
  padding: 0;
}

.lh-faith-chapters li {
  align-items: start;
  border-top: 1px solid rgba(30, 30, 31, 0.16);
  display: grid;
  gap: clamp(18px, 4vw, 62px);
  grid-template-columns: 62px minmax(0, 1fr);
  padding: var(--lh-space-6) 0;
}

.lh-faith-chapters li > span {
  color: var(--lh-red-500);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.lh-faith-chapters h3 {
  font-size: clamp(1.45rem, 2.5vw, 2.4rem);
  margin: 0 0 0.4em;
}

.lh-faith-chapters p {
  color: var(--lh-charcoal-700);
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 0;
}

.lh-scripture-feature {
  text-align: center;
}

.lh-scripture-feature__script {
  color: var(--lh-charcoal-900);
}

.lh-scripture-feature blockquote {
  border: 0;
  margin: 0 auto;
  max-width: 950px;
  padding: 0;
}

.lh-scripture-feature blockquote p {
  color: var(--lh-charcoal-900);
  font-family: var(--lh-font-serif);
  font-size: clamp(1.8rem, 4vw, 4rem);
  line-height: 1.2;
}

.lh-scripture-feature cite {
  color: var(--lh-charcoal-900);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lh-thrift-hero > .fusion-builder-row {
  align-items: center;
}

.lh-thrift-lockup {
  background: var(--lh-charcoal-900);
  border-radius: var(--lh-radius-lg);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.lh-thrift-lockup img {
  display: block;
  height: 470px;
  object-fit: cover;
  opacity: 0.72;
  width: 100%;
}

.lh-thrift-lockup figcaption {
  bottom: 28px;
  color: var(--lh-white);
  font-family: var(--lh-font-serif);
  font-size: clamp(1.75rem, 3.5vw, 3.6rem);
  left: 28px;
  line-height: 0.95;
  position: absolute;
}

.lh-thrift-lockup figcaption span {
  display: block;
  font-family: var(--lh-font-script);
  font-size: 1.4em;
}

.lh-thrift-lockup--logo {
  align-items: center;
  background: linear-gradient(145deg, var(--lh-white), var(--lh-stone-200));
  display: flex;
  min-height: 390px;
  padding: clamp(24px, 5vw, 52px);
}

.lh-thrift-lockup--logo img {
  filter: drop-shadow(0 18px 28px rgba(30, 30, 31, 0.14));
  height: auto;
  max-height: 310px;
  object-fit: contain;
  opacity: 1;
}

.lh-supporter-quote blockquote {
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-left: 5px solid var(--lh-crimson-700) !important;
  border-radius: var(--lh-radius-lg);
  margin: 0 auto;
  max-width: 1000px;
  padding: clamp(30px, 5vw, 64px);
  text-align: center;
}

.lh-supporter-quote blockquote p {
  color: var(--lh-white) !important;
  font-family: var(--lh-font-serif);
  font-size: clamp(1.85rem, 3.8vw, 4rem);
  line-height: 1.25;
}

.lh-supporter-quote cite {
  color: var(--lh-warm-white) !important;
  display: block;
  font-size: var(--lh-text-meta);
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: var(--lh-space-5);
  text-transform: uppercase;
}

.lh-give-impact {
  background: var(--lh-charcoal-900);
  border-radius: var(--lh-radius-lg);
  color: var(--lh-white);
  overflow: hidden;
  padding: clamp(28px, 4vw, 52px);
  position: relative;
}

.lh-give-impact::before {
  background: var(--lh-crimson-700);
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}

.lh-give-impact .lh-eyebrow {
  color: var(--lh-warm-white) !important;
}

.lh-give-impact__grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: var(--lh-space-6);
}

.lh-give-impact__item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 clamp(14px, 2vw, 26px);
}

.lh-give-impact__item:first-child {
  border-left: 0;
  padding-left: 0;
}

.lh-give-impact__item strong {
  color: var(--lh-white);
  display: block;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.lh-give-impact__item span {
  color: var(--lh-gray-300);
  display: block;
  font-size: var(--lh-text-meta);
  font-weight: 700;
  line-height: 1.35;
  margin-top: 8px;
}

.lh-give-impact__care {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: var(--lh-font-serif);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5;
  margin: var(--lh-space-6) 0 0;
  padding-top: var(--lh-space-5);
}

@media (max-width: 520px) {
  .lh-give-impact__grid {
    gap: var(--lh-space-4);
    grid-template-columns: 1fr;
  }

  .lh-give-impact__item,
  .lh-give-impact__item:first-child {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: var(--lh-space-4) 0 0;
  }

  .lh-give-impact__item:first-child {
    border-top: 0;
    padding-top: 0;
  }
}

.lh-serve-tiles > .fusion-builder-row,
.lh-giving-pathways > .fusion-builder-row,
.lh-event-dates > .fusion-builder-row {
  align-items: stretch;
}

@media (min-width: 641px) {
  .lh-event-dates .lh-card {
    height: 100%;
  }

  /* D1: applying height:100% to the four cards made each one as tall as the
     entire wrapping row (including the section heading), so their painted
     boxes escaped into the following form. Stretch the inner wrapper only. */
  .lh-serve-tiles .lh-card {
    align-self: stretch !important;
    height: auto;
  }

  .lh-serve-tiles .lh-card > .fusion-column-wrapper {
    height: 100%;
  }

  .lh-giving-pathways .lh-card {
    align-self: stretch !important;
    height: auto;
  }

  .lh-giving-pathways .lh-card > .fusion-column-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .lh-giving-pathways .lh-card > .fusion-column-wrapper > .fusion-text:last-child {
    margin-top: auto;
  }
}

.lh-event-campus-schedule {
  display: grid;
  gap: clamp(32px, 5vw, 64px);
}

.lh-event-poster {
  background: var(--lh-stone-50);
  border: 1px solid rgba(30, 30, 31, 0.14);
  border-radius: clamp(var(--lh-radius-lg), 3vw, var(--lh-radius-xl));
  box-shadow: var(--lh-shadow-md);
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  min-height: 550px;
  overflow: hidden;
}

.lh-event-poster__art {
  background: var(--lh-charcoal-900);
  min-height: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.lh-event-poster__art > figure,
.lh-event-poster__art > figure > img,
.lh-event-poster__graphic {
  height: 100% !important;
  margin: 0;
  width: 100%;
}

.lh-event-poster__art > figure > img {
  object-fit: cover;
  object-position: center;
}

.lh-event-poster__graphic {
  aspect-ratio: auto;
  border-radius: 0;
}

.lh-event-poster__art-status {
  background: var(--lh-crimson-700);
  border-radius: var(--lh-radius-pill);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: var(--lh-stone-50) !important;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin: 0;
  max-width: 26ch;
  padding: 10px 14px;
  position: absolute;
  right: var(--lh-space-5);
  text-align: center;
  top: var(--lh-space-5);
}

.lh-event-poster__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(var(--lh-space-6), 5vw, var(--lh-space-8));
}

.lh-event-poster__body h2 {
  color: var(--lh-charcoal-900) !important;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.98;
  margin: var(--lh-space-3) 0 0;
  max-width: 13ch;
}

.lh-event-poster__date {
  color: var(--lh-red-700) !important;
  font-family: var(--lh-font-serif);
  font-size: clamp(2.25rem, 4.8vw, 4.5rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: var(--lh-space-4) 0 var(--lh-space-5);
}

.lh-event-poster__date.is-preparing {
  font-size: clamp(1.8rem, 3.25vw, 3rem);
  letter-spacing: -0.025em;
  max-width: 17ch;
}

.lh-event-poster__intro {
  color: var(--lh-charcoal-700) !important;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  max-width: 58ch;
}

.lh-event-poster__campuses {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: var(--lh-space-5) 0;
  padding: 0;
  width: 100%;
}

.lh-event-poster__campuses li {
  background: var(--lh-white);
  border: 1px solid rgba(30, 30, 31, 0.14);
  border-top: 4px solid var(--lh-campus-accent);
  border-radius: var(--lh-radius-sm);
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 14px;
}

.lh-event-poster__campuses strong {
  color: var(--lh-charcoal-900);
  font-size: 0.86rem;
  line-height: 1.25;
}

.lh-event-poster__campuses span {
  color: var(--lh-charcoal-500);
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1.35;
}

.lh-event-poster__cta {
  margin: auto 0 0;
}

.lh-event-poster__cta .lh-button {
  margin-top: var(--lh-space-3);
}

.lh-event-dates article {
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.lh-event-dates article .fusion-button {
  margin-top: auto;
}

.lh-event-dates article .lh-campus-card__actions {
  margin-top: auto;
}

.lh-event-campus-card__status {
  background: var(--lh-stone-200);
  border-left: 3px solid var(--lh-crimson-700);
  border-radius: var(--lh-radius-xs);
  color: var(--lh-charcoal-900) !important;
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
  padding: 12px 14px;
}

.lh-event-campus-card [data-state="preparing"] {
  color: var(--lh-charcoal-500);
  font-style: italic;
}

.lh-event-dates__footer {
  align-items: baseline;
  background: var(--lh-stone-50);
  border: 1px solid rgba(30, 30, 31, 0.12);
  border-left: 5px solid var(--lh-red-700);
  border-radius: var(--lh-radius-sm);
  color: var(--lh-charcoal-900) !important;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.96rem;
  gap: 3px;
  margin: calc(var(--lh-space-5) * -1) 0 0;
  padding: 16px 20px;
}

.lh-event-dates__footer .lh-link {
  color: var(--lh-red-700);
  font-weight: 850;
}

@media (max-width: 900px) {
  .lh-event-poster {
    grid-template-columns: 1fr;
  }

  .lh-event-poster__art {
    min-height: 320px;
  }

  .lh-event-poster__body {
    padding: clamp(var(--lh-space-6), 7vw, var(--lh-space-8));
  }
}

@media (max-width: 560px) {
  .lh-event-poster {
    border-radius: var(--lh-radius-lg);
  }

  .lh-event-poster__art {
    min-height: 265px;
  }

  .lh-event-poster__art-status {
    font-size: 0.68rem;
    max-width: 22ch;
    right: var(--lh-space-4);
    top: var(--lh-space-4);
  }

  .lh-event-poster__body {
    padding: var(--lh-space-6) var(--lh-space-5);
  }

  .lh-event-poster__body h2 {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .lh-event-poster__campuses {
    grid-template-columns: 1fr;
  }

  .lh-event-poster__campuses li {
    padding: 12px 14px;
  }

  .lh-event-poster__cta,
  .lh-event-poster__cta .lh-button {
    width: 100%;
  }

  .lh-event-poster__cta .lh-button {
    justify-content: center;
  }
}

/* -------------------------------------------------------------------------
   Client feedback R3: Crimson & Charcoal design lock
   ------------------------------------------------------------------------- */

.lh-section-charcoal,
.fusion-fullwidth.lh-section-charcoal.lh-section-charcoal {
  background: var(--lh-charcoal-900) !important;
  color: var(--lh-fg-inverse);
}

.lh-section-charcoal h1,
.lh-section-charcoal h2,
.lh-section-charcoal h3,
.lh-section-charcoal h4,
.lh-section-charcoal p,
.lh-section-charcoal li,
.lh-section-charcoal .fusion-title-heading {
  color: var(--lh-fg-inverse) !important;
}

.lh-section-charcoal .lh-eyebrow { color: rgba(255,255,255,.85) !important; }

.lh-hero::before,
.lh-hero::after,
.lh-hero__accent {
  content: none !important;
  display: none !important;
  background-image: none !important;
}

.fusion-fullwidth.lh-hero[class*="lh-r3-hero--"] {
  min-height: clamp(32rem, 56vw, 45rem);
  background-color: var(--lh-charcoal-900) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: var(--lh-warm-white) !important;
}

.fusion-fullwidth.lh-hero[class*="lh-r3-hero--"] .fusion-builder-row {
  min-height: inherit;
  align-items: center;
}

.fusion-fullwidth.lh-hero[class*="lh-r3-hero--"] h1,
.fusion-fullwidth.lh-hero[class*="lh-r3-hero--"] p,
.fusion-fullwidth.lh-hero[class*="lh-r3-hero--"] .fusion-title-heading {
  color: var(--lh-warm-white) !important;
}

.fusion-fullwidth.lh-r3-hero--get-help { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../images/heroes/get-help.webp") !important; }
.fusion-fullwidth.lh-r3-hero--campuses { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../images/campuses/palmetto-staff-residents.webp") !important; }
.fusion-fullwidth.lh-r3-hero--about { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../images/heroes/about.webp") !important; }
.fusion-fullwidth.lh-r3-hero--mission-history { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../images/founders-pastor-wendell-miss-nancy.webp") !important; }
.fusion-fullwidth.lh-r3-hero--leadership-board { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../images/heroes/leadership.jpg") !important; }
.fusion-fullwidth.lh-r3-hero--statement-of-faith { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../images/heroes/faith.webp") !important; }
.fusion-fullwidth.lh-r3-hero--stories { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../images/heroes/stories.webp") !important; }
.fusion-fullwidth.lh-r3-hero--testimonies { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../images/heroes/testimonies.webp") !important; }
.fusion-fullwidth.lh-r3-hero--give { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../images/heroes/give.webp") !important; }
.fusion-fullwidth.lh-r3-hero--volunteer { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../images/heroes/volunteer.webp") !important; }
.fusion-fullwidth.lh-r3-hero--newsletter { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../newsletters/q1-2026/page-01.webp") !important; }
.fusion-fullwidth.lh-r3-hero--prayer { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../images/prayer-hands-candle.webp") !important; }
.fusion-fullwidth.lh-r3-hero--events { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../images/heroes/events.webp") !important; }
.fusion-fullwidth.lh-r3-hero--thrift-store { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("../images/heroes/thrift.jpg") !important; }
.fusion-fullwidth.lh-r3-hero--contact { background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), url("/wp-content/uploads/2026/06/full-team.jpg") !important; }

.lh-r3-hero--campuses .lh-brand-graphic--campus-map,
.lh-r3-hero--thrift-store .lh-thrift-hero__media {
  display: none !important;
}

.lh-home-hero__figure::after {
  background: linear-gradient(90deg, rgba(30,30,31,.88), rgba(30,30,31,.08) 54%, rgba(168,3,3,.18)) !important;
}

.lh-quickpaths .fusion-button,
.lh-quickpaths .lh-button {
  background: var(--lh-red-500) !important;
  border-color: var(--lh-red-500) !important;
  color: var(--lh-white) !important;
}

.lh-home-stats-moment .lh-national-stats__grid {
  align-items: stretch;
}

.lh-home-stats-moment .lh-national-stat,
.lh-home-stats-moment .lh-national-stat:nth-child(2) {
  height: 100%;
  min-height: 17rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  transform: none !important;
}

.lh-home-stats-closing {
  max-width: 58rem;
  margin: 2rem auto 0;
  text-align: center;
}

.lh-home-stats-closing p {
  color: var(--lh-warm-white) !important;
  font: 600 clamp(1.25rem, 2.2vw, 1.75rem)/1.35 var(--lh-font-serif);
}

.lh-campus-card__media,
.lh-campus-card__media img,
.lh-campus-card .lh-media,
.lh-campus-card .lh-media img {
  aspect-ratio: 3 / 2 !important;
  object-fit: cover !important;
}

.lh-home-stories-r3 h2,
.lh-home-stories-r3 p {
  color: var(--lh-warm-white) !important;
}

.lh-testimony-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  max-width: 72rem;
  margin-inline: auto;
}

.lh-testimony-video-card {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--lh-radius-card);
}

.lh-testimony-video-card .lh-youtube-embed {
  margin: 0;
}

.lh-testimony-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.06);
}

.lh-testimony-video-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 3.75rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--lh-red-500);
  color: var(--lh-white);
  transform: translate(-50%, -50%);
}

.lh-home-stories-r3__actions {
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.lh-program-rhythm-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.lh-program-rhythm-grid article {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-width: 0;
  background: var(--lh-warm-white);
  color: var(--lh-charcoal-900);
  border-radius: var(--lh-radius-card);
}

.lh-program-rhythm-card__media {
  display: grid;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  place-items: center;
  background: var(--lh-gray-100);
}

.lh-program-rhythm-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lh-program-rhythm-card__media--icon .lh-line-icon {
  width: 3.5rem;
  height: 3.5rem;
  stroke: var(--lh-red-700);
}

.lh-program-rhythm-card__body {
  display: grid;
  align-content: start;
  gap: .25rem;
  min-height: 6.5rem;
  padding: 1rem;
}

.lh-program-rhythm-grid small {
  color: var(--lh-red-700);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.lh-program-rhythm-grid strong {
  line-height: 1.25;
}

.fusion-fullwidth.lh-page-closer.lh-page-closer {
  padding-block: clamp(2rem, 5vw, 4rem) !important;
  background: var(--lh-stone-100) !important;
}

.lh-page-closer__inner {
  max-width: 76rem;
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--lh-charcoal-900);
  border-radius: var(--lh-radius-card);
  box-shadow: 0 24px 54px rgba(30,30,31,.16);
}

.lh-page-closer__copy h2,
.lh-page-closer__copy p { color: var(--lh-warm-white) !important; }
.lh-page-closer__copy .lh-eyebrow { color: rgba(255,255,255,.85) !important; }

.fusion-fullwidth.lh-footer-menu {
  padding-block: clamp(2.5rem, 6vw, 4.5rem) !important;
  background: var(--lh-gray-100) !important;
}

.lh-footer-menu__brand { margin-bottom: 2rem; }
.lh-footer-menu ul { margin: 0; padding: 0; list-style: none; }
.lh-footer-menu li + li { margin-top: .5rem; }
.lh-footer-menu a { color: var(--lh-charcoal-700); }

.fusion-fullwidth.lh-footer-bottom-bar {
  padding-block: clamp(2.25rem, 5vw, 4rem) !important;
  background: var(--lh-charcoal-900) !important;
  color: var(--lh-warm-white);
}

.lh-footer-bottom-bar a,
.lh-footer-bottom-bar strong,
.lh-footer-bottom-bar span { color: var(--lh-warm-white); }
.lh-footer-bottom-bar .lh-footer__garr { margin: 0; }
.lh-footer__socials { margin-top: 1.25rem; }

.lh-footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.lh-footer-contact-grid address {
  display: grid;
  gap: .3rem;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-style: normal;
}

.lh-footer-bottom-bar__legal {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.16);
}

.lh-footer-seal img { width: min(11rem, 36vw); }

@media (max-width: 900px) {
  .lh-testimony-video-grid { grid-template-columns: minmax(0, 1fr); }
  .lh-program-rhythm-grid,
  .lh-footer-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .lh-program-rhythm-card__body {
    min-height: 0;
  }

  .lh-testimony-video-grid,
  .lh-program-rhythm-grid,
  .lh-footer-contact-grid { grid-template-columns: minmax(0, 1fr); }
  .lh-footer-bottom-bar__legal { align-items: start; flex-direction: column; }
}

.lh-newsletter-viewer__header {
  align-items: end;
  display: flex;
  gap: var(--lh-space-6);
  justify-content: space-between;
  margin-bottom: var(--lh-space-6);
}

.lh-newsletter-viewer__header > div:first-child {
  max-width: 760px;
}

.lh-newsletter-viewer__guidance[hidden] {
  display: none !important;
}

.lh-newsletter-viewer__controls {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.lh-newsletter-viewer__controls[hidden] {
  display: none !important;
}

.lh-newsletter-viewer__button {
  background: var(--lh-white);
  border: 1px solid var(--lh-charcoal-900);
  border-radius: 999px;
  color: var(--lh-charcoal-900);
  cursor: pointer;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 800;
  min-height: 44px;
  padding: 8px 16px;
}

.lh-newsletter-viewer__button:disabled {
  cursor: default;
  opacity: 0.4;
}

.lh-newsletter-viewer__button:focus-visible {
  outline: 3px solid var(--lh-red-500);
  outline-offset: 3px;
}

.lh-newsletter-viewer__counter {
  font-size: var(--lh-text-meta);
  font-weight: 900;
  margin: 0;
  min-width: 54px;
  text-align: center;
}

.lh-newsletter-viewer__pages {
  display: grid;
  gap: var(--lh-space-5);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lh-newsletter-viewer--enhanced .lh-newsletter-viewer__pages {
  display: block;
  margin-inline: auto;
  max-width: 960px;
  perspective: 1400px;
}

.lh-newsletter-viewer--enhanced .lh-newsletter-page[hidden] {
  display: none !important;
}

.lh-newsletter-page {
  background: var(--lh-white);
  border: 1px solid rgba(30, 30, 31, 0.14);
  border-radius: 4px 22px 22px 4px;
  box-shadow: 0 26px 60px rgba(30, 30, 31, 0.12);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 610px;
  overflow: hidden;
  padding: clamp(30px, 5vw, 70px);
  position: relative;
}

.lh-newsletter-page::after {
  background: linear-gradient(90deg, rgba(30, 30, 31, 0.1), transparent 20px);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 24px;
}

.lh-newsletter-page__number {
  color: var(--lh-red-500);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.lh-newsletter-page h3 {
  font-family: var(--lh-font-serif);
  font-size: clamp(2.3rem, 5vw, 5.2rem);
  letter-spacing: -0.045em;
  line-height: 1;
  max-width: 12ch;
}

.lh-newsletter-page > div > p:last-child {
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 44ch;
}

.lh-newsletter-page--cover {
  background:
    radial-gradient(circle at 85% 14%, rgba(168, 3, 3, 0.3), transparent 25%),
    linear-gradient(145deg, var(--lh-charcoal-900), #2a2a2b);
  color: var(--lh-white);
}

.lh-newsletter-page--cover h3,
.lh-newsletter-page--navy h3,
.lh-newsletter-page--cover p,
.lh-newsletter-page--navy p {
  color: var(--lh-white) !important;
}

.lh-newsletter-page--crimson {
  background: var(--lh-crimson-700);
}

.lh-newsletter-page--navy {
  background: var(--lh-charcoal-900);
  color: var(--lh-white);
}

.lh-newsletter-page--image {
  aspect-ratio: 8 / 10.35;
  background: var(--lh-white);
  justify-content: center;
  min-height: 0;
  padding: 0;
}

.lh-newsletter-page--image::after {
  pointer-events: none;
}

.lh-newsletter-page__image {
  display: block;
  height: auto;
  width: 100%;
}

.lh-newsletter-page--image .lh-newsletter-page__number {
  background: rgba(30, 30, 31, 0.78);
  border-radius: 999px;
  color: var(--lh-white);
  left: 18px;
  padding: 6px 10px;
  position: absolute;
  top: 18px;
  z-index: 2;
}

.lh-newsletter-viewer__download {
  margin: var(--lh-space-5) 0 0;
  text-align: center;
}

.lh-newsletter-viewer__download-link {
  color: var(--lh-stone-50) !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.lh-newsletter-viewer__download-link:hover,
.lh-newsletter-viewer__download-link:focus {
  color: var(--lh-gray-100) !important;
}

@media (max-width: 800px) {
  .lh-newsletter-viewer__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .lh-newsletter-viewer__pages {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-newsletter-page {
    min-height: 480px;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  /* D6: Avada keeps 1/4 columns at 25% on its medium breakpoint. These
     editorial four-up rows need a readable 2x2 tablet composition. */
  .lh-serve-tiles > .fusion-builder-row > .fusion_builder_column_1_4,
  .lh-giving-pathways > .fusion-builder-row > .fusion_builder_column_1_4,
  .lh-decade-section > .fusion-builder-row > .fusion_builder_column_1_4,
  .lh-footer-shell > .fusion-builder-row > .fusion_builder_column_1_4 {
    --awb-spacing-left-medium: 3.84% !important;
    --awb-spacing-right-medium: 3.84% !important;
    --awb-width-medium: 50% !important;
  }

  .lh-decade-column:nth-of-type(2n) {
    border-left: 0;
  }
}

@media (max-width: 800px) {
  .lh-national-stats__grid.lh-impact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-national-stat {
    min-height: 0;
  }

  .lh-decade-column {
    border-left: 0;
    border-top: 1px solid rgba(30, 30, 31, 0.2);
  }

  .lh-decade-column .fusion-column-wrapper {
    padding: var(--lh-space-5) 0 !important;
  }
}

@media (max-width: 700px) {
  .fusion-fullwidth.lh-home-hero.lh-home-hero {
    min-height: 0;
  }

  .lh-home-hero__copy .fusion-column-wrapper {
    min-height: 0;
    padding: 48px 30px 56px !important;
  }

  .lh-home-hero__media,
  .lh-home-hero__media .fusion-column-wrapper,
  .lh-home-hero__media .fusion-text {
    height: auto;
  }

  .lh-home-hero__figure {
    aspect-ratio: 4 / 5;
    height: auto;
    min-height: 0;
  }

  .lh-home-hero__figure::after {
    background: linear-gradient(180deg, var(--lh-charcoal-900) 0%, transparent 25%);
  }

  .lh-home-hero__figure img {
    object-position: 58% center;
  }

  .lh-board-roster p {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .lh-faith-chapters li {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
  }
}

/* -------------------------------------------------------------------------
   Buttons and links
   ------------------------------------------------------------------------- */
.lh-button,
.fusion-button.lh-button,
.lh-button--primary,
.fusion-button.lh-button--primary,
.lh-cta-primary,
.fusion-button.lh-cta-primary,
.lh-cta-secondary,
.fusion-button.lh-cta-secondary,
.lh-cta-inverse,
.fusion-button.lh-cta-inverse,
.lh-cta-ghost,
.fusion-button.lh-cta-ghost {
  align-items: center;
  border-radius: var(--lh-radius-sm);
  display: inline-flex;
  font-family: var(--lh-font-sans);
  font-size: var(--lh-text-button);
  font-weight: 800;
  gap: var(--lh-space-2);
  justify-content: center;
  letter-spacing: -0.005em;
  line-height: 1.15;
  min-height: 44px;
  padding: 0 var(--lh-space-5);
  text-decoration: none;
  transition: background-color var(--lh-dur-base) var(--lh-ease-out), border-color var(--lh-dur-base) var(--lh-ease-out), color var(--lh-dur-base) var(--lh-ease-out), box-shadow var(--lh-dur-base) var(--lh-ease-out);
}

.lh-cta-primary,
.lh-button--primary,
.fusion-button.lh-cta-primary,
.fusion-button.lh-button--primary {
  background: var(--lh-red-700);
  border: 1.5px solid var(--lh-red-700);
  color: var(--lh-white);
}

.lh-cta-primary:hover,
.lh-cta-primary:focus,
.lh-button--primary:hover,
.lh-button--primary:focus,
.fusion-button.lh-cta-primary:hover,
.fusion-button.lh-cta-primary:focus,
.fusion-button.lh-button--primary:hover,
.fusion-button.lh-button--primary:focus {
  background: var(--lh-red-900);
  border-color: var(--lh-red-900);
  color: var(--lh-white);
}

.lh-cta-primary:active,
.lh-button--primary:active,
.fusion-button.lh-cta-primary:active,
.fusion-button.lh-button--primary:active {
  background: var(--lh-red-900);
  border-color: var(--lh-red-900);
}

.lh-cta-secondary,
.fusion-button.lh-cta-secondary {
  background: transparent;
  border: 1.5px solid var(--lh-charcoal-700);
  color: var(--lh-charcoal-900);
}

.lh-cta-secondary:hover,
.lh-cta-secondary:focus,
.fusion-button.lh-cta-secondary:hover,
.fusion-button.lh-cta-secondary:focus {
  background: var(--lh-gray-100);
  border-color: var(--lh-charcoal-900);
  color: var(--lh-charcoal-900);
}

.lh-cta-inverse,
.fusion-button.lh-cta-inverse {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.48);
  color: var(--lh-white);
}

.lh-cta-inverse:hover,
.lh-cta-inverse:focus,
.fusion-button.lh-cta-inverse:hover,
.fusion-button.lh-cta-inverse:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.78);
  color: var(--lh-white);
}

.lh-cta-ghost,
.fusion-button.lh-cta-ghost,
.lh-link-arrow {
  background: transparent;
  border-color: transparent;
  color: var(--lh-red-700);
  min-height: 36px;
  padding-inline: var(--lh-space-1);
}

.lh-cta-ghost:hover,
.lh-cta-ghost:focus,
.fusion-button.lh-cta-ghost:hover,
.fusion-button.lh-cta-ghost:focus,
.lh-link-arrow:hover,
.lh-link-arrow:focus {
  color: var(--lh-red-900);
}

.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-primary,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-primary,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-primary,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-primary {
  background: var(--lh-stone-50) !important;
  border-color: var(--lh-stone-50) !important;
  color: var(--lh-crimson-900) !important;
}

.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-primary:hover,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-primary:focus,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-primary:hover,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-primary:focus,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-primary:hover,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-primary:focus,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-primary:hover,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-primary:focus {
  background: var(--lh-gray-100) !important;
  border-color: var(--lh-gray-100) !important;
  color: var(--lh-crimson-900) !important;
}

.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-secondary,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-secondary,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-inverse,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-inverse,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-secondary,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-secondary,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-inverse,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-inverse {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.62) !important;
  color: var(--lh-white) !important;
}

.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-secondary:hover,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-secondary:focus,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-secondary:hover,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-secondary:focus,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-inverse:hover,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-inverse:focus,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-inverse:hover,
.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-inverse:focus,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-secondary:hover,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-secondary:focus,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-secondary:hover,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-secondary:focus,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-inverse:hover,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .lh-cta-inverse:focus,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-inverse:hover,
.fusion-fullwidth.lh-section-crimson > .fusion-builder-row > .fusion-layout-column:not(.lh-card) .fusion-button.lh-cta-inverse:focus {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: var(--lh-white) !important;
  color: var(--lh-white) !important;
}

.lh-section-crimson .fusion-button .fusion-button-text,
.lh-section-crimson .fusion-button .fusion-button-icon-divider {
  color: currentColor !important;
}

.lh-button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--lh-space-3);
}

.lh-button-row > p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--lh-space-3);
  margin: 0;
}

.lh-button-row .fusion-button.fusion-button,
.lh-button-row .lh-button {
  display: inline-flex !important;
  margin: 0 !important;
  width: auto !important;
}

.fusion-builder-live-preview .lh-button-row,
.fusion-builder-live-preview .lh-button-row > p {
  align-items: center !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: var(--lh-space-3) !important;
}

.fusion-builder-live-preview .lh-button-row > *,
.fusion-builder-live-preview .lh-button-row > p > *,
.fusion-builder-live-preview .lh-button-row .fusion-builder-live-element,
.fusion-builder-live-preview .lh-button-row .fusion-builder-live-element > *,
.fusion-builder-live-preview .lh-button-row .fusion-button-wrapper {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  max-width: max-content !important;
  width: auto !important;
}

.lh-outbound::after,
a[target="_blank"].lh-outbound::after {
  content: " ↗";
  font-size: 0.9em;
  text-decoration: none;
}

/* -------------------------------------------------------------------------
   Cards, chips, media
   ------------------------------------------------------------------------- */
.lh-card,
a.lh-card {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-lg);
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: var(--lh-space-3);
  padding: clamp(var(--lh-space-5), 3vw, var(--lh-space-7));
  text-decoration: none;
  transition: transform var(--lh-dur-base) var(--lh-ease-out), box-shadow var(--lh-dur-base) var(--lh-ease-out), border-color var(--lh-dur-base) var(--lh-ease-out);
}

.lh-card:hover,
a.lh-card:hover,
.lh-card:focus-within {
  border-color: rgba(168, 3, 3, 0.20);
  box-shadow: var(--lh-shadow-md);
  transform: translateY(-2px);
}

.lh-card-flat {
  box-shadow: none;
}

.lh-card-feature {
  box-shadow: var(--lh-shadow-sm);
  overflow: hidden;
  padding: 0;
}

.lh-card-feature__body {
  display: flex;
  flex-direction: column;
  gap: var(--lh-space-3);
  padding: clamp(var(--lh-space-5), 3vw, var(--lh-space-6));
}

.lh-card__icon,
.lh-icon-tile {
  align-items: center;
  background: var(--lh-bg-attention);
  border-radius: var(--lh-radius-sm);
  color: var(--lh-red-700);
  display: inline-flex;
  flex: none;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.lh-icon,
.lh-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.lh-chip {
  align-items: center;
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-pill);
  color: var(--lh-charcoal-700);
  display: inline-flex;
  font-size: 0.8125rem;
  font-weight: 700;
  gap: var(--lh-space-2);
  line-height: 1.1;
  min-height: 32px;
  padding: var(--lh-space-1) var(--lh-space-3);
  width: fit-content;
}

.lh-chip-strong {
  background: var(--lh-red-700);
  border-color: var(--lh-red-700);
  color: var(--lh-white);
}

.lh-chip-info {
  background: var(--lh-bg-info);
  border-color: rgba(168, 3, 3, 0.35);
  color: var(--lh-charcoal-900);
}

.lh-chip__dot {
  background: var(--lh-campus-accent, var(--lh-red-700));
  border-radius: 50%;
  flex: none;
  height: 7px;
  width: 7px;
}

.lh-media,
.lh-photo {
  background: var(--lh-stone-300);
  border-radius: var(--lh-radius-lg);
  display: block;
  overflow: hidden;
  position: relative;
}

.lh-media img,
.lh-photo img,
.lh-media iframe,
.lh-media video {
  border: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lh-media-16x9 { aspect-ratio: 16 / 9; }
.lh-media-21x9 { aspect-ratio: 21 / 9; }
.lh-media-4x3 { aspect-ratio: 4 / 3; }
.lh-media-4x5 { aspect-ratio: 4 / 5; }

.lh-team-grid {
  display: grid;
  gap: clamp(20px, 2.5vw, 32px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lh-team-card {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-lg);
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.03), 0 14px 36px rgba(20, 20, 20, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: border-color var(--lh-dur-base) var(--lh-ease-out), box-shadow var(--lh-dur-base) var(--lh-ease-out), transform var(--lh-dur-base) var(--lh-ease-out);
}

.lh-team-card:hover,
.lh-team-card:focus-within {
  border-color: rgba(168, 3, 3, 0.22);
  box-shadow: var(--lh-shadow-md);
  transform: translateY(-2px);
}

.lh-team-card__image {
  aspect-ratio: 4 / 5;
  background: var(--lh-bg-stone);
  overflow: hidden;
  position: relative;
}

.lh-team-card__image::after {
  background: linear-gradient(180deg, transparent 68%, rgba(30, 30, 31, 0.16));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.lh-team-card__image img {
  display: block;
  filter: saturate(0.82) sepia(0.06) contrast(1.02);
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.lh-team-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: clamp(20px, 2.5vw, 28px);
}

.lh-team-card__eyebrow {
  color: var(--lh-red-700);
  font-size: 0.765rem;
  font-weight: 800;
  letter-spacing: var(--lh-tracking-eyebrow);
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.lh-team-card__name {
  color: var(--lh-fg-strong);
  font-family: var(--lh-font-sans);
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.lh-team-card__role {
  color: var(--lh-fg);
  font-size: 0.965rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.lh-team-card__bio {
  color: var(--lh-fg-muted);
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;
}

.lh-leadership-feature {
  align-items: stretch;
  background: var(--lh-bg-stone);
  border-radius: var(--lh-radius-lg);
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
}

.lh-leadership-feature__media {
  min-height: 360px;
}

.lh-leadership-feature__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lh-leadership-feature__body {
  align-self: center;
  padding: clamp(28px, 5vw, 56px);
}

.lh-leadership-feature__body p:last-child {
  margin-bottom: 0;
}

.lh-photo-placeholder {
  align-items: center;
  background: linear-gradient(135deg, var(--lh-charcoal-500), var(--lh-charcoal-900));
  color: rgba(255, 255, 255, 0.52);
  display: flex;
  font-size: 0.75rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.06em;
  min-height: 220px;
  text-align: center;
  text-transform: uppercase;
}

.lh-photo-placeholder[data-photo]::after {
  content: attr(data-photo);
  padding: var(--lh-space-5);
}

/* -------------------------------------------------------------------------
   Gravity Forms
   ------------------------------------------------------------------------- */
.lh-form-section .lh-form-panel {
  margin-inline: auto;
  max-width: var(--lh-width-reading);
}

.lh-form-section .gform_wrapper {
  --gf-ctrl-border-color-focus: var(--lh-red-700);
  --gf-ctrl-outline-color-focus: rgba(168, 3, 3, 0.34);
  --gf-ctrl-outline-offset: 3px;
  --gf-ctrl-outline-width-focus: 2px;
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-top: 4px solid var(--lh-red-700);
  box-shadow: var(--lh-shadow-sm);
  color: var(--lh-fg);
  margin-top: var(--lh-space-6);
  padding: clamp(var(--lh-space-5), 4vw, var(--lh-space-7));
}

.lh-form-section .gform_heading,
.lh-form-section .gform_required_legend {
  display: none;
}

.lh-form-section .gform_fields {
  gap: var(--lh-space-5) !important;
}

.lh-form-section .gfield {
  margin: 0 !important;
}

.lh-form-section .gfield_label,
.lh-form-section .gform-field-label {
  color: var(--lh-charcoal-900);
  font-family: var(--lh-font-sans);
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
}

.lh-form-section .gfield_required,
.lh-form-section .gfield_required_text {
  color: var(--lh-red-700) !important;
  font-weight: 800;
}

.lh-form-section input[type="text"],
.lh-form-section input[type="email"],
.lh-form-section input[type="tel"],
.lh-form-section input[type="url"],
.lh-form-section input[type="number"],
.lh-form-section select,
.lh-form-section textarea {
  background: var(--lh-white) !important;
  border: 1px solid var(--lh-border-stone) !important;
  border-radius: var(--lh-radius-sm) !important;
  box-shadow: none !important;
  color: var(--lh-charcoal-900) !important;
  font-family: var(--lh-font-sans) !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
  min-height: 48px;
  padding: 12px 14px !important;
  transition: border-color var(--lh-dur-base) var(--lh-ease-out), box-shadow var(--lh-dur-base) var(--lh-ease-out);
}

.lh-form-section select {
  appearance: none;
  padding-right: 48px !important;
  -webkit-appearance: none;
}

.lh-form-section textarea {
  min-height: 144px;
  resize: vertical;
}

.lh-form-section .ginput_container_select,
.lh-form-section .gravity-select-parent {
  min-height: 48px;
  position: relative;
}

.lh-form-section .gravity-select-parent .select-arrow {
  align-items: center;
  color: var(--lh-charcoal-700);
  display: flex;
  font-size: 0 !important;
  height: 48px !important;
  justify-content: center;
  left: auto !important;
  line-height: 1 !important;
  pointer-events: none;
  position: absolute !important;
  right: 0;
  top: 0;
  width: 48px !important;
  z-index: 2;
}

.lh-form-section .gravity-select-parent .select-arrow::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  display: block;
  height: 8px;
  transform: translateY(-2px) rotate(45deg);
  width: 8px;
}

.lh-form-section input:focus,
.lh-form-section select:focus,
.lh-form-section textarea:focus {
  border-color: var(--lh-red-700) !important;
  box-shadow: var(--lh-focus-ring-soft) !important;
  outline: 2px solid var(--lh-red-700) !important;
  outline-offset: 3px;
}

.lh-form-section .gfield_checkbox,
.lh-form-section .gchoice {
  display: grid;
  gap: var(--lh-space-2);
}

.lh-form-section .gchoice {
  align-items: start;
  grid-template-columns: 22px minmax(0, 1fr);
}

.lh-form-section .gchoice input {
  margin-top: 2px;
}

.lh-form-section .gfield_description,
.lh-form-section .gfield_validation_message,
.lh-form-section .validation_message {
  color: var(--lh-fg-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.lh-form-section .gform_footer {
  margin-top: var(--lh-space-6) !important;
  padding: 0 !important;
}

.lh-form-section .gform_button,
.lh-form-section input[type="submit"] {
  align-items: center;
  background: var(--lh-red-700) !important;
  border: 1px solid var(--lh-red-700) !important;
  border-radius: var(--lh-radius-sm) !important;
  color: var(--lh-white) !important;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--lh-font-sans) !important;
  font-size: var(--lh-text-button) !important;
  font-weight: 800 !important;
  height: 48px !important;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1 !important;
  min-height: 48px !important;
  min-width: 160px;
  padding: 0 var(--lh-space-5) !important;
  text-decoration: none;
  transition: background-color var(--lh-dur-base) var(--lh-ease-out), border-color var(--lh-dur-base) var(--lh-ease-out), box-shadow var(--lh-dur-base) var(--lh-ease-out);
}

.lh-form-section .gform_button:hover,
.lh-form-section .gform_button:focus,
.lh-form-section input[type="submit"]:hover,
.lh-form-section input[type="submit"]:focus {
  background: var(--lh-red-900) !important;
  border-color: var(--lh-red-900) !important;
  box-shadow: var(--lh-focus-ring-soft);
}

.lh-form-section .gform_validation_errors {
  background: var(--lh-bg-attention);
  border: 1px solid rgba(168, 3, 3, 0.28);
  border-radius: var(--lh-radius-sm);
  color: var(--lh-red-900);
  margin-bottom: var(--lh-space-5);
  padding: var(--lh-space-4);
}

.lh-form-section .gform_validation_errors h2,
.lh-form-section .gform_validation_errors .gform_submission_error {
  color: var(--lh-red-900) !important;
  font-family: var(--lh-font-sans);
  font-size: 1rem !important;
  line-height: 1.4;
  margin: 0 0 var(--lh-space-2);
  text-align: left;
}

/* R3 shared form experience: one warm shell, not four plugin-default panels. */
.lh-form-section .lh-form-panel {
  max-width: var(--lh-width-page);
}

.lh-form-shell__intro {
  margin-bottom: clamp(var(--lh-space-6), 4vw, var(--lh-space-8));
  max-width: 760px;
}

.lh-form-shell__intro h2 {
  margin-bottom: var(--lh-space-3);
}

.lh-form-shell__grid {
  align-items: start;
  display: grid;
  gap: clamp(24px, 4vw, 52px);
}

.lh-form-shell--with-rail .lh-form-shell__grid {
  grid-template-columns: minmax(0, 7fr) minmax(260px, 5fr);
}

.lh-form-shell__main,
.lh-gf-form-wrapper {
  min-width: 0;
}

.lh-form-shell__main .gform_wrapper {
  margin-top: 0;
  max-width: none;
}

.lh-form-shell__rail {
  background:
    radial-gradient(circle at 92% 8%, rgba(168, 3, 3, 0.16), transparent 28%),
    var(--lh-charcoal-900);
  border-radius: var(--lh-radius-lg);
  box-shadow: var(--lh-shadow-sm);
  color: var(--lh-white);
  display: grid;
  gap: var(--lh-space-6);
  padding: clamp(26px, 4vw, 42px);
}

.lh-form-shell__rail .lh-eyebrow {
  color: var(--lh-warm-white) !important;
  margin: 0;
}

.lh-form-steps {
  display: grid;
  gap: var(--lh-space-4);
  list-style: none;
  margin: 0;
  padding: 0;
}

.lh-form-steps li {
  align-items: center;
  display: grid;
  gap: var(--lh-space-3);
  grid-template-columns: 36px minmax(0, 1fr);
}

.lh-form-steps span {
  align-items: center;
  background: var(--lh-crimson-700);
  border-radius: 50%;
  color: var(--lh-stone-50);
  display: flex;
  font-size: 0.75rem;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.lh-form-steps strong {
  color: var(--lh-white);
  font-size: 0.9375rem;
  line-height: 1.4;
}

.lh-form-fallback {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 8px;
  padding-top: var(--lh-space-5);
}

.lh-form-fallback a {
  color: var(--lh-white);
  display: block;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-underline-offset: 3px;
}

.lh-form-fallback small,
.lh-form-privacy {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 0.8125rem;
  line-height: 1.55;
  margin: 0;
}

.lh-form-privacy {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: var(--lh-space-5);
}

.lh-field-optional {
  color: var(--lh-fg-muted);
  font-size: 0.75rem;
  font-weight: 600;
  margin-left: 6px;
}

.lh-form-section .gfield_required,
.lh-form-section .gfield_required_text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.lh-form-section textarea {
  min-height: 160px;
}

.lh-form-section .ginput_counter {
  color: var(--lh-fg-muted);
  font-size: 0.75rem;
  text-align: right;
}

.lh-form-section .lh-gf-choice-field .gfield_checkbox,
.lh-form-section .lh-gf-choice-field .gfield_radio {
  display: grid;
  gap: 10px;
}

.lh-form-section .lh-gf-choice-field .gchoice {
  align-items: start;
  background: var(--lh-stone-50);
  border: 1px solid var(--lh-border-stone);
  border-radius: var(--lh-radius-sm);
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr);
  min-height: 48px;
  padding: 12px 14px;
  position: relative;
  transition: background-color var(--lh-dur-base) var(--lh-ease-out), border-color var(--lh-dur-base) var(--lh-ease-out);
}

.lh-form-section .lh-gf-choice-field .gchoice:hover,
.lh-form-section .lh-gf-choice-field .gchoice:focus-within {
  background: var(--lh-stone-200);
  border-color: var(--lh-red-700);
}

.lh-form-section .lh-gf-choice-field .gchoice label {
  cursor: pointer;
  line-height: 1.45;
  padding-left: 0;
}

.lh-form-section .lh-gf-choice-field .gchoice label::after {
  content: "";
  inset: 0;
  position: absolute;
}

.lh-form-section .lh-gf-choice-field .gchoice input {
  position: relative;
  z-index: 1;
}

.lh-form-section .lh-gf-consent-field {
  background: rgba(168, 3, 3, 0.05);
  border: 1px solid rgba(30, 30, 31, 0.2);
  border-radius: var(--lh-radius-md);
  padding: var(--lh-space-4);
}

.lh-form-shell--newsletter {
  margin-inline: auto;
  max-width: 940px;
}

.lh-form-shell--newsletter .gform_fields {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.lh-form-shell--newsletter .gfield.gfield--type-checkbox,
.lh-form-shell--newsletter .gfield.gfield--type-hidden,
.lh-form-shell--newsletter .gfield.gform_validation_container {
  grid-column: 1 / -1;
}

.lh-form-shell--newsletter .gfield.gfield--type-text:not(.gform_validation_container),
.lh-form-shell--newsletter .gfield.gfield--type-email {
  grid-column: span 1 !important;
}

.lh-form-shell--newsletter .lh-gf-chip-field .gfield_checkbox {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
}

.lh-form-shell--newsletter .lh-gf-chip-field .gchoice {
  border-radius: 999px;
  flex: 0 0 auto !important;
  inline-size: fit-content !important;
  max-width: 100%;
  min-height: 44px;
  width: fit-content !important;
}

.lh-form-section .gfield_error input:not([type="checkbox"]):not([type="radio"]),
.lh-form-section .gfield_error select,
.lh-form-section .gfield_error textarea {
  border-color: var(--lh-red-700) !important;
}

.lh-form-section .gfield_error .gfield_validation_message,
.lh-form-section .gfield_error .validation_message {
  color: var(--lh-red-900) !important;
  font-weight: 700;
}

.lh-form-section .gfield_error .gfield_label,
.lh-form-section .gfield_error .gform-field-label,
.lh-form-section .gfield_error .gfield_required,
.lh-form-section .gfield_error .gfield_required_text {
  color: var(--lh-red-900) !important;
}

.lh-form-section .gfield_error .gfield_validation_message::before,
.lh-form-section .gfield_error .validation_message::before {
  content: "!";
  align-items: center;
  background: var(--lh-red-700);
  border-radius: 50%;
  color: var(--lh-white);
  display: inline-flex;
  font-size: 0.7rem;
  height: 18px;
  justify-content: center;
  margin-right: 7px;
  width: 18px;
}

.lh-form-section .gform_confirmation_wrapper {
  margin-top: 0;
}

.lh-form-success {
  align-items: start;
  background:
    radial-gradient(circle at 95% 4%, rgba(168, 3, 3, 0.28), transparent 30%),
    var(--lh-stone-50);
  border: 1px solid rgba(30, 30, 31, 0.14);
  border-top: 5px solid var(--lh-crimson-700);
  border-radius: var(--lh-radius-lg);
  box-shadow: var(--lh-shadow-sm);
  display: grid;
  gap: var(--lh-space-5);
  grid-template-columns: 58px minmax(0, 1fr);
  padding: clamp(26px, 5vw, 52px);
}

.lh-form-success__icon {
  align-items: center;
  background: var(--lh-crimson-700);
  border-radius: 50%;
  color: var(--lh-stone-50);
  display: flex;
  font-size: 1.6rem;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.lh-form-success__eyebrow {
  color: var(--lh-red-700) !important;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.lh-form-success h2 {
  color: var(--lh-charcoal-900) !important;
  margin: 0 0 var(--lh-space-3);
}

.lh-form-success__copy > p:not(.lh-form-success__eyebrow) {
  color: var(--lh-charcoal-700) !important;
  max-width: 52ch;
}

.lh-form-success__note {
  border-left: 3px solid var(--lh-red-700);
  font-size: 0.875rem;
  padding-left: 12px;
}

.lh-form-success__link {
  color: var(--lh-charcoal-900);
  display: inline-block;
  font-weight: 800;
  margin-top: var(--lh-space-3);
  text-decoration: underline;
  text-decoration-color: var(--lh-red-700);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

@media (min-width: 901px) {
  .lh-form-shell__rail {
    position: sticky;
    top: 136px;
  }
}

@media (max-width: 900px) {
  .lh-form-shell--with-rail .lh-form-shell__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .lh-form-shell--newsletter .gform_fields {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .lh-form-shell--newsletter .gfield {
    grid-column: 1 !important;
  }

  .lh-form-success {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* -------------------------------------------------------------------------
   Campus accents
   ------------------------------------------------------------------------- */
.lh-campus-accent-palmetto { --lh-campus-accent: var(--lh-red-700); }
.lh-campus-accent-dade,
.lh-campus-accent-dade-city { --lh-campus-accent: var(--lh-red-700); }
.lh-campus-accent-georgia { --lh-campus-accent: var(--lh-red-700); }

.lh-campus-border,
.lh-campus-rule-top {
  border-top: 4px solid var(--lh-campus-accent, var(--lh-red-700));
}

.lh-campus-rule {
  background: var(--lh-campus-accent, var(--lh-red-700));
  display: block;
  height: 4px;
  width: 100%;
}

.lh-campus-pin {
  color: var(--lh-campus-accent, var(--lh-red-700));
}

/* -------------------------------------------------------------------------
   Reusable Avada section classes L01–L12
   ------------------------------------------------------------------------- */
.lh-hero {
  background: var(--lh-bg-inverse);
  color: var(--lh-fg-inverse);
  min-height: clamp(520px, 72vh, 760px);
  overflow: hidden;
  padding-block: clamp(var(--lh-space-10), 12vw, var(--lh-space-12));
  position: relative;
}

.lh-hero-light {
  background: var(--lh-bg-stone);
  color: var(--lh-fg);
  min-height: auto;
}

.lh-hero__media,
.lh-hero__overlay {
  inset: 0;
  position: absolute;
}

.lh-hero__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lh-hero__media {
  opacity: 0.44;
}

.lh-hero__overlay {
  background: linear-gradient(180deg, rgba(30, 30, 31, 0.20) 0%, rgba(30, 30, 31, 0.42) 50%, rgba(30, 30, 31, 0.86) 100%);
  pointer-events: none;
}

.lh-hero__inner {
  margin-inline: auto;
  max-width: 920px;
  position: relative;
  width: min(100% - (var(--lh-gutter) * 2), var(--lh-width-page));
  z-index: 1;
}

.lh-hero h1,
.lh-hero .lh-h1 {
  color: var(--lh-white);
  max-width: 14ch;
}

.lh-hero p,
.lh-hero .lh-body-lg {
  color: var(--lh-fg-inverse-muted);
  max-width: 42rem;
}

.lh-hero-light h1,
.lh-hero-light .lh-h1 { color: var(--lh-fg-strong); }
.lh-hero-light p,
.lh-hero-light .lh-body-lg { color: var(--lh-fg); }

.lh-hero__proof {
  align-items: center;
  color: var(--lh-fg-inverse-subtle);
  display: flex;
  flex-wrap: wrap;
  font-size: var(--lh-text-meta);
  gap: var(--lh-space-4);
  margin-top: var(--lh-space-6);
}

.lh-status-dot {
  background: var(--lh-crimson-700);
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  margin-right: var(--lh-space-2);
  width: 7px;
}

.lh-quickpaths .lh-card {
  align-self: stretch;
  height: auto;
}

.lh-textmedia {
  align-items: center;
  display: grid;
  gap: clamp(var(--lh-space-6), 5vw, var(--lh-space-9));
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.lh-textmedia-reverse .lh-textmedia__media {
  order: -1;
}

.lh-campus-grid,
.lh-campus-cards {
  display: grid;
  gap: var(--lh-space-5);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lh-campus-card {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-lg);
  box-shadow: var(--lh-shadow-sm);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.lh-campus-card__image {
  aspect-ratio: 16 / 10;
  background: var(--lh-stone-300);
}

.lh-campus-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: var(--lh-space-3);
  padding: var(--lh-space-5);
}

.lh-campus-card__title {
  font-size: var(--lh-text-h4, 1.375rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0;
}

.lh-campus-card__title a {
  color: var(--lh-fg-strong);
  text-decoration: none;
}

.lh-campus-card__title a:hover,
.lh-campus-card__title a:focus {
  color: var(--lh-red-700);
}

.lh-campus-card__phone {
  color: var(--lh-fg-muted);
  font-size: var(--lh-text-meta);
  font-weight: 700;
  margin: 0;
}

.lh-campus-card__phone a {
  color: inherit;
  text-decoration: none;
}

.lh-campus-card__phone a:hover,
.lh-campus-card__phone a:focus {
  color: var(--lh-red-700);
}

.lh-campus-card__actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--lh-space-3);
  margin-top: auto;
  padding-top: var(--lh-space-3);
}

.lh-campus-card__cta {
  align-self: flex-start;
}

.lh-campus-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lh-space-2) var(--lh-space-4);
}

/* v2 CT3: keep "what to include" / check-list bullets at body size, not the
   small meta size inherited from the surrounding Avada text element. */
.lh-check-list,
.lh-check-list li {
  font-size: var(--lh-text-body);
  line-height: 1.55;
}

/* v2 C4: balance the section-level "Need help choosing a campus?" CTA band —
   vertically centre the actions column with the text instead of letting the
   buttons float at the top with a large gap beneath. Scoped to the section
   container variant so the finalCta banner (a div, not a section) is untouched. */
.fusion-fullwidth.lh-section.lh-cta-banner > .fusion-builder-row,
.fusion-fullwidth.lh-section.lh-cta-banner .fusion-row {
  align-items: center !important;
}

.lh-cta-banner__actions .lh-button-row {
  justify-content: flex-end;
}

.lh-campus-card dl,
.lh-fact-list {
  display: grid;
  gap: var(--lh-space-3);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: var(--lh-space-2) 0 0;
}

.lh-campus-card dt,
.lh-fact-list dt {
  color: var(--lh-fg-muted);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lh-campus-card dd,
.lh-fact-list dd {
  color: var(--lh-fg-strong);
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
}

.lh-testimony {
  align-items: center;
  display: grid;
  gap: clamp(var(--lh-space-6), 5vw, var(--lh-space-9));
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.lh-testimony__meta {
  align-items: center;
  color: var(--lh-fg-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: var(--lh-text-meta);
  gap: var(--lh-space-3);
}

.lh-testimony-grid {
  display: grid;
  gap: var(--lh-space-5);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lh-testimony-grid--spotlight {
  grid-template-columns: minmax(0, 1fr);
}

.lh-testimony-card {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-lg);
  box-shadow: var(--lh-shadow-sm);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform var(--lh-dur-base) var(--lh-ease-out), box-shadow var(--lh-dur-base) var(--lh-ease-out), border-color var(--lh-dur-base) var(--lh-ease-out);
}

.lh-testimony-grid--spotlight .lh-testimony-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
}

.lh-testimony-card:hover,
.lh-testimony-card:focus-within {
  border-color: rgba(168, 3, 3, 0.20);
  box-shadow: var(--lh-shadow-md);
  transform: translateY(-2px);
}

.lh-testimony-card__image {
  aspect-ratio: 4 / 5;
  background: var(--lh-stone-300);
  display: block;
  overflow: hidden;
}

.lh-testimony-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lh-testimony-grid--spotlight .lh-testimony-card__image {
  aspect-ratio: 16 / 10;
  height: 100%;
}

.lh-testimony-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: var(--lh-space-3);
  padding: var(--lh-space-5);
}

.lh-testimony-card__body h3 {
  font-size: var(--lh-text-h4, 1.375rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.lh-testimony-card__body h3 a {
  color: var(--lh-fg-strong);
  text-decoration: none;
}

.lh-testimony-card__body h3 a:hover,
.lh-testimony-card__body h3 a:focus {
  color: var(--lh-red-700);
}

.lh-testimony-card__meta {
  color: var(--lh-fg-muted);
  font-size: var(--lh-text-meta);
  font-weight: 700;
  margin: 0;
}

.lh-testimony-card__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--lh-space-3);
  margin-top: auto;
  padding-top: var(--lh-space-2);
}

.lh-link {
  color: var(--lh-red-700);
  font-weight: 700;
  text-decoration: none;
}

.lh-link:hover,
.lh-link:focus {
  color: var(--lh-red-900);
  text-decoration: underline;
}

.lh-play-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 50%;
  box-shadow: var(--lh-shadow-md);
  color: var(--lh-red-700);
  display: inline-flex;
  height: 72px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
}

.lh-impact-band {
  background: var(--lh-bg-inverse);
  color: var(--lh-fg-inverse);
}

.lh-impact-grid {
  border-top: 1px solid var(--lh-border-inverse);
  display: grid;
  gap: var(--lh-space-6);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: var(--lh-space-6);
}

.lh-stat__value {
  color: var(--lh-white);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.lh-stat__label {
  color: var(--lh-white);
  font-weight: 800;
  margin-top: var(--lh-space-3);
}

.lh-stat__sub {
  color: var(--lh-fg-inverse-subtle);
  font-size: var(--lh-text-meta);
  margin-top: var(--lh-space-1);
}

.lh-cta-banner {
  background: var(--lh-bg-stone);
  border-radius: var(--lh-radius-lg);
  overflow: hidden;
  padding: clamp(var(--lh-space-7), 6vw, var(--lh-space-10));
  position: relative;
}

.lh-cta-banner-dark {
  background: var(--lh-bg-inverse);
  color: var(--lh-fg-inverse);
}

.lh-cta-banner-dark h2,
.lh-cta-banner-dark p { color: inherit; }
.lh-cta-banner-dark p { color: var(--lh-fg-inverse-muted); }

.lh-faq-list,
.lh-accordion-reset {
  max-width: var(--lh-width-reading);
}

.lh-faq-list .fusion-panel,
.lh-faq-list details,
.lh-faq-item {
  border-bottom: var(--lh-border-hair);
}

.lh-faq-list .panel-title a,
.lh-faq-list summary,
.lh-faq-question {
  align-items: center;
  color: var(--lh-fg-strong);
  cursor: pointer;
  display: flex;
  font-weight: 800;
  gap: var(--lh-space-3);
  justify-content: flex-start;
  min-height: 44px;
  padding-block: var(--lh-space-4);
  text-align: left;
}

.lh-faq-list .fusion-toggle-icon-wrapper,
.lh-faq-list summary::marker {
  flex: 0 0 auto;
}

.lh-faq-list .fusion-toggle-heading {
  flex: 0 1 auto;
  text-align: left;
}

.lh-mapcontact {
  align-items: stretch;
  display: grid;
  gap: var(--lh-space-6);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.lh-mapcontact__details {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-lg);
  padding: var(--lh-space-6);
}

.lh-mapcontact__map {
  background: var(--lh-bg-stone);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-lg);
  min-height: 320px;
  overflow: hidden;
}

.lh-campus-director {
  display: flow-root;
  margin-block: var(--lh-space-4) var(--lh-space-5);
}

.lh-mapcontact__details .lh-campus-director__image {
  border-radius: var(--lh-radius-md);
  box-shadow: var(--lh-shadow-sm);
  display: block;
  float: left;
  margin: 2px var(--lh-space-5) var(--lh-space-4) 0;
  max-width: 156px;
  overflow: hidden;
  width: clamp(112px, 36%, 156px);
}

.lh-mapcontact__details .lh-campus-director__image img {
  aspect-ratio: 4 / 5;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.lh-campus-director__name,
.lh-campus-director__name p {
  color: var(--lh-fg-strong);
  font-weight: 900;
  margin-bottom: 2px;
}

.lh-campus-director__role,
.lh-campus-director__role p {
  color: var(--lh-red-700);
  font-size: var(--lh-text-meta);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: var(--lh-space-3);
  text-transform: uppercase;
}

.lh-campus-director__bio,
.lh-campus-director__bio p {
  color: var(--lh-fg-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.lh-campus-contact,
.lh-campus-contact p {
  color: var(--lh-fg-strong);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.lh-campus-contact--address {
  border-top: var(--lh-border-hair);
  clear: both;
  margin-top: var(--lh-space-5);
  padding-top: var(--lh-space-5);
}

.lh-eventpromo,
.lh-handoff-panel {
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-lg);
  overflow: hidden;
}

.lh-eventpromo {
  background: var(--lh-bg-muted);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
}

.lh-eventpromo__body {
  padding: clamp(var(--lh-space-6), 5vw, var(--lh-space-8));
}

.lh-events-archive .tribe-common {
  color: var(--lh-fg);
  font-family: var(--lh-font-sans);
}

.lh-events-archive .tribe-events,
.lh-events-archive .tribe-events-widget {
  max-width: none;
  width: 100%;
}

.lh-events-archive .tribe-events-widget-events-list {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-lg);
  box-shadow: var(--lh-shadow-sm);
  margin-top: var(--lh-space-4);
  overflow: hidden;
}

.lh-events-archive .tribe-events-widget-events-list__event-row {
  border-bottom: var(--lh-border-hair);
  display: grid;
  gap: var(--lh-space-4);
  grid-template-columns: minmax(64px, 0.12fr) minmax(0, 1fr);
  margin: 0 !important;
  padding: var(--lh-space-5) !important;
}

.lh-events-archive .tribe-events-widget-events-list__event-row:last-child {
  border-bottom: 0;
}

.lh-events-archive .tribe-events-widget-events-list__event-date-tag {
  background: var(--lh-bg-attention);
  border: 1px solid rgba(184, 28, 35, 0.18);
  border-radius: var(--lh-radius-sm);
  min-width: 64px;
  padding: var(--lh-space-2);
  text-align: center;
}

.lh-events-archive .tribe-events-widget-events-list__event-date-tag-month,
.lh-events-archive .tribe-events-widget-events-list__event-date-tag-daynum {
  color: var(--lh-red-700);
  display: block;
  font-family: var(--lh-font-sans);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.lh-events-archive .tribe-events-widget-events-list__event-date-tag-month {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.lh-events-archive .tribe-events-widget-events-list__event-date-tag-daynum {
  font-size: 1.75rem;
  margin-top: 4px;
}

.lh-events-archive .tribe-events-widget-events-list__event-title,
.lh-events-archive .tribe-events-widget-events-list__event-title-link {
  color: var(--lh-charcoal-900) !important;
  font-family: var(--lh-font-serif);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  letter-spacing: 0;
  line-height: 1.12;
  text-decoration: none;
}

.lh-events-archive .tribe-events-widget-events-list__event-title-link:hover,
.lh-events-archive .tribe-events-widget-events-list__event-title-link:focus {
  color: var(--lh-red-700) !important;
}

.lh-events-archive .tribe-events-widget-events-list__event-datetime,
.lh-events-archive .tribe-events-widget-events-list__event-venue,
.lh-events-archive .tribe-events-widget-events-list__event-organizer,
.lh-events-archive .tribe-events-widget-events-list__event-cost {
  color: var(--lh-fg-muted);
  font-family: var(--lh-font-sans);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.lh-events-archive .tribe-events-widget-events-list__view-more {
  border-top: var(--lh-border-hair);
  margin: 0 !important;
  padding: var(--lh-space-4) var(--lh-space-5) !important;
}

.lh-events-archive .tribe-events-widget-events-list__view-more-link {
  color: var(--lh-red-700) !important;
  font-weight: 800;
  text-decoration: none;
}

.lh-events-archive .tribe-events-c-messages__message {
  align-items: flex-start;
  background: var(--lh-bg-stone) !important;
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-sm);
  color: var(--lh-fg-muted);
  display: flex;
  gap: var(--lh-space-3);
  margin: var(--lh-space-4) !important;
  padding: var(--lh-space-4) !important;
}

.lh-progress {
  background: var(--lh-gray-200);
  border-radius: var(--lh-radius-pill);
  height: 8px;
  overflow: hidden;
}

.lh-progress__bar {
  background: var(--lh-red-700);
  border-radius: inherit;
  height: 100%;
  width: var(--lh-progress-value, 0%);
}

.lh-handoff-panel {
  background: var(--lh-bg-info);
  border-color: rgba(168, 3, 3, 0.35);
  padding: clamp(var(--lh-space-5), 4vw, var(--lh-space-7));
}

.lh-handoff-panel .lh-eyebrow {
  color: var(--lh-charcoal-700);
}

.lh-step-list {
  counter-reset: lh-step;
  display: grid;
  gap: var(--lh-space-4);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.lh-step-list > li {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-md);
  counter-increment: lh-step;
  padding: var(--lh-space-5);
  position: relative;
}

.lh-step-list > li::before {
  color: var(--lh-red-700);
  content: counter(lh-step, decimal-leading-zero);
  display: block;
  font-size: var(--lh-text-meta);
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: var(--lh-space-2);
}

.lh-anchor-chips {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--lh-space-2);
}

.lh-anchor-chips a {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-pill);
  color: var(--lh-fg-strong);
  font-size: var(--lh-text-meta);
  font-weight: 800;
  min-height: 36px;
  padding: var(--lh-space-2) var(--lh-space-4);
  text-decoration: none;
}

.lh-anchor-chips a:hover,
.lh-anchor-chips a:focus {
  border-color: var(--lh-red-700);
  color: var(--lh-red-700);
}

.lh-video-block .lh-media {
  box-shadow: var(--lh-shadow-sm);
}

.lh-testimony-media {
  align-items: center;
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-lg);
  box-shadow: var(--lh-shadow-sm);
  display: grid;
  gap: clamp(var(--lh-space-5), 4vw, var(--lh-space-8));
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  padding: clamp(var(--lh-space-5), 4vw, var(--lh-space-7));
}

.lh-testimony-media__video,
.lh-testimony-media__body {
  min-width: 0;
}

.lh-testimony-media__body {
  color: var(--lh-fg);
  display: flex;
  flex-direction: column;
  gap: var(--lh-space-4);
}

.lh-testimony-media__body h2,
.lh-testimony-media__body h3,
.lh-testimony-media__body p {
  margin: 0;
}

.lh-testimony-media__body h2 {
  color: var(--lh-fg-strong);
  font-family: var(--lh-font-heading);
  font-size: clamp(1.75rem, 2vw, 2.5rem);
  line-height: 1.08;
}

.lh-testimony-media__body > p:not(.lh-eyebrow) {
  color: var(--lh-fg-muted);
  font-size: var(--lh-text-body-lg);
  line-height: 1.6;
}

.lh-testimony-media__eyebrow {
  color: var(--lh-red-700) !important;
}

.lh-testimony-media__pull-quote {
  border: 0;
  color: var(--lh-charcoal-900);
  font-family: var(--lh-font-serif);
  font-size: clamp(1.55rem, 2.8vw, 2.65rem);
  font-style: italic;
  line-height: 1.18;
  margin: 0;
  padding: 0;
  position: relative;
}

.lh-testimony-media__pull-quote::before {
  color: var(--lh-crimson-700);
  content: "\201C";
  font-family: var(--lh-font-serif);
  font-size: 4.8rem;
  font-style: normal;
  left: -0.08em;
  line-height: 0.7;
  opacity: 0.9;
  position: absolute;
  top: -0.34em;
}

.lh-testimony-media__pull-quote p {
  color: inherit !important;
  display: -webkit-box;
  font: inherit;
  overflow: hidden;
  padding-top: 0.65em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lh-testimony-media__fallback {
  background:
    linear-gradient(135deg, rgba(168, 3, 3, 0.16), transparent 54%),
    var(--lh-stone-100);
  border-left: 4px solid var(--lh-crimson-700);
  border-radius: 0 var(--lh-radius-md) var(--lh-radius-md) 0;
  padding: clamp(20px, 3vw, 30px);
}

.lh-testimony-media__fallback .lh-testimony-media__fallback-kicker {
  color: var(--lh-red-700);
  font-family: var(--lh-font-sans);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: var(--lh-space-2);
  text-transform: uppercase;
}

.lh-testimony-media__fallback p {
  color: var(--lh-charcoal-900) !important;
  font-family: var(--lh-font-serif);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-style: italic;
  line-height: 1.35;
}

.lh-testimony-media__identity {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.lh-testimony-media__person {
  color: var(--lh-charcoal-900) !important;
  font-size: 0.94rem !important;
  font-weight: 850;
}

.lh-testimony-media__campus-tag {
  background: var(--lh-gray-100);
  border-radius: 999px;
  color: var(--lh-charcoal-900);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  padding: 7px 11px;
  text-decoration: none;
}

.lh-testimony-media__campus-tag:hover,
.lh-testimony-media__campus-tag:focus-visible {
  background: var(--lh-crimson-700);
  color: var(--lh-charcoal-900);
}

.lh-testimony-media__actions {
  margin-top: var(--lh-space-2) !important;
}

.lh-testimony-media__transcript {
  margin-top: var(--lh-space-2);
}

.lh-testimony-media__transcript-content {
  padding-top: var(--lh-space-3);
}

.lh-video-transcript {
  background: var(--lh-bg-muted);
  border-radius: var(--lh-radius-md);
  margin-top: var(--lh-space-4);
  padding: var(--lh-space-5);
}

/* Header/footer polish hooks for Avada Layout classes. */
.lh-header-shell {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: var(--lh-border-hair);
}

.lh-js .lh-header-shell.lh-is-scrolled {
  box-shadow: 0 4px 18px rgba(20, 20, 20, 0.08);
}

.lh-mobile-utility {
  background: var(--lh-white);
  border-top: 2px solid var(--lh-red-700);
  bottom: 0;
  box-shadow: 0 -8px 24px rgba(20, 20, 20, 0.10);
  display: none;
  left: 0;
  padding: var(--lh-space-2) max(var(--lh-space-2), env(safe-area-inset-right)) max(var(--lh-space-2), env(safe-area-inset-bottom)) max(var(--lh-space-2), env(safe-area-inset-left));
  position: fixed;
  right: 0;
  z-index: 999;
}

.lh-mobile-utility a,
.lh-mobile-utility .fusion-button {
  align-items: center;
  flex: 1;
  justify-content: center;
  line-height: 1.1;
  min-height: 48px;
  text-align: center;
  white-space: normal !important;
}

.lh-mobile-utility .fusion-button-text {
  line-height: 1.1;
  white-space: normal;
}

.lh-footer-shell {
  background: var(--lh-bg-inverse);
  color: var(--lh-fg-inverse-muted);
}

.lh-footer-shell p,
.lh-footer-shell li,
.lh-footer-shell .lh-body,
.lh-footer-shell .lh-meta {
  color: var(--lh-fg-inverse-muted);
}

.lh-footer-shell a {
  color: var(--lh-fg-inverse-muted);
  text-decoration: none;
}

.lh-footer-shell a:hover,
.lh-footer-shell a:focus {
  color: var(--lh-white);
}

.lh-footer-shell h2,
.lh-footer-shell h3,
.lh-footer-shell h4,
.lh-footer-shell .fusion-title-heading {
  color: var(--lh-white) !important;
}

.lh-footer__legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--lh-space-3) var(--lh-space-5);
  margin-top: var(--lh-space-6);
}

.lh-footer__legal a,
.lh-footer__copy {
  line-height: 1.4;
}

.lh-section-inverse h1,
.lh-section-inverse h2,
.lh-section-inverse h3,
.lh-section-inverse h4,
.lh-section-inverse h5,
.lh-section-inverse h6,
.lh-section-inverse .fusion-title-heading {
  color: var(--lh-white) !important;
}

.lh-section-inverse a:not(.fusion-button):not(.lh-button):not(.lh-button--primary):not(.lh-cta-primary):not(.lh-cta-secondary):not(.lh-cta-inverse):not(.lh-cta-ghost) {
  color: var(--lh-white);
}

.lh-section-inverse a:not(.fusion-button):not(.lh-button):not(.lh-button--primary):not(.lh-cta-primary):not(.lh-cta-secondary):not(.lh-cta-inverse):not(.lh-cta-ghost):hover,
.lh-section-inverse a:not(.fusion-button):not(.lh-button):not(.lh-button--primary):not(.lh-cta-primary):not(.lh-cta-secondary):not(.lh-cta-inverse):not(.lh-cta-ghost):focus {
  color: #f7f7f7;
}

@media (max-width: 1024px) {
  .lh-textmedia,
  .lh-testimony,
  .lh-testimony-media,
  .lh-mapcontact,
  .lh-eventpromo {
    grid-template-columns: 1fr;
  }

  .lh-textmedia-reverse .lh-textmedia__media {
    order: 0;
  }

  .lh-campus-grid,
  .lh-campus-cards,
  .lh-testimony-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lh-impact-grid,
  .lh-step-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  html.lh-js {
    scroll-padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .lh-mobile-utility {
    display: flex;
    gap: var(--lh-space-2);
  }

  .fusion-fullwidth.lh-mobile-utility.lh-mobile-utility .lh-button-row > .fusion-button-wrapper {
    display: flex;
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }

  .fusion-fullwidth.lh-mobile-utility.lh-mobile-utility .lh-button-row > a,
  .fusion-fullwidth.lh-mobile-utility.lh-mobile-utility .lh-button-row > .fusion-button-wrapper > a {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.lh-has-mobile-utility {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 700px) {
  body.home #main {
    padding-top: 0 !important;
  }
}

@media (max-width: 640px) {
  .lh-button-row,
  .lh-hero__proof,
  .lh-testimony__meta {
    align-items: stretch;
    flex-direction: column;
  }

  .lh-testimony-grid--spotlight .lh-testimony-card {
    display: flex;
  }

  .lh-testimony-grid--spotlight .lh-testimony-card__image {
    height: auto;
  }

  .lh-button,
  .fusion-button.lh-button,
  .lh-button--primary,
  .fusion-button.lh-button--primary,
  .lh-cta-primary,
  .fusion-button.lh-cta-primary,
  .lh-cta-secondary,
  .fusion-button.lh-cta-secondary,
  .lh-cta-inverse,
  .fusion-button.lh-cta-inverse {
    width: 100%;
  }

  .lh-hero {
    min-height: auto;
  }

  .lh-hero__inner {
    width: min(100% - (var(--lh-gutter-mobile) * 2), var(--lh-width-page));
  }

  .lh-campus-grid,
  .lh-campus-cards,
  .lh-testimony-grid,
  .lh-impact-grid,
  .lh-step-list,
  .lh-campus-card dl,
  .lh-fact-list {
    grid-template-columns: 1fr;
  }

  .lh-eventpromo__media {
    min-height: 260px;
    order: -1;
  }

  .lh-anchor-chips {
    flex-wrap: nowrap;
    margin-inline: calc(var(--lh-gutter-mobile) * -1);
    overflow-x: auto;
    padding-inline: var(--lh-gutter-mobile);
    scroll-snap-type: x mandatory;
  }

  .lh-anchor-chips a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}

/* -------------------------------------------------------------------------
   Client MVP Avada specificity layer.
   These selectors intentionally outrank Fusion's generated CSS in public and
   Live Builder surfaces while keeping the markup editable in Avada.
   ------------------------------------------------------------------------- */
.fusion-fullwidth.lh-header-shell.lh-header-shell {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: var(--lh-border-hair) !important;
  color: var(--lh-fg-strong);
  position: sticky;
  top: 0;
  z-index: 50;
}

.fusion-fullwidth.lh-header-shell.lh-header-shell > .fusion-builder-row,
.fusion-fullwidth.lh-header-shell.lh-header-shell .fusion-row {
  align-items: stretch;
  box-sizing: border-box;
  column-gap: 40px;
  display: grid !important;
  grid-template-areas:
    "brand utility"
    "brand nav";
  grid-template-columns: minmax(236px, 280px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--lh-width-page) !important;
  min-height: 112px;
  padding-block: 0;
  width: min(calc(100% - 48px), var(--lh-width-page)) !important;
}

.lh-header-shell .fusion-layout-column,
.lh-header-shell .fusion_builder_column,
.lh-header-shell .fusion-builder-column {
  margin-bottom: 0 !important;
}

.lh-header-shell .fusion-column-wrapper {
  min-height: 0 !important;
}

.lh-header-shell .fusion-text,
.lh-header-shell .fusion-text p {
  margin: 0 !important;
}

.lh-header-shell .lh-header__brand {
  align-items: center;
  align-self: stretch;
  border-right: var(--lh-border-hair);
  display: flex !important;
  grid-area: brand;
  max-width: none;
  padding: 18px 28px 18px 0;
  width: auto !important;
}

.lh-header-shell .lh-header__nav {
  align-items: center;
  display: flex !important;
  grid-area: nav;
  justify-content: flex-end;
  min-width: 0;
  padding: 12px 0 14px;
  width: auto !important;
}

.lh-header-shell .lh-header__utility {
  align-items: center;
  border-bottom: var(--lh-border-hair);
  display: flex !important;
  grid-area: utility;
  justify-content: flex-end;
  min-width: 0;
  padding: 14px 0 12px;
  width: auto !important;
}

.lh-header-shell .lh-header__mobile-menu {
  display: none !important;
  flex: 0 0 auto;
  margin-left: auto;
  position: relative;
  width: auto !important;
}

.lh-brand {
  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.lh-brand:hover,
.lh-brand:focus {
  color: var(--lh-fg-strong);
  text-decoration: none;
}

.lh-brand__mark {
  display: block;
  flex: none;
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.lh-header-shell .lh-brand--header .lh-brand__mark {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  height: 48px;
  object-fit: contain;
  padding: 0;
  width: auto;
}

.lh-brand__copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.lh-brand__name {
  color: var(--lh-charcoal-900);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  white-space: nowrap;
}

.lh-header-shell .lh-brand--header .lh-brand__name {
  font-size: 1.3125rem;
  letter-spacing: 0;
}

.lh-brand__sub {
  color: var(--lh-charcoal-500);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.lh-header-shell .lh-brand--header .lh-brand__sub {
  font-size: 0.75rem;
}

.lh-primary-menu,
.lh-primary-menu .fusion-menu-element-wrapper,
.lh-primary-menu .fusion-menu,
.lh-primary-menu .awb-menu__main-ul {
  --awb-active-bg: transparent !important;
  --awb-active-border-color: var(--lh-red-700) !important;
  --awb-active-color: var(--lh-red-700) !important;
  --awb-color: var(--lh-charcoal-900) !important;
  min-width: 0;
  width: 100%;
}

.lh-primary-menu .fusion-menu,
.lh-primary-menu .awb-menu__main-ul {
  align-items: center;
  display: flex !important;
  direction: ltr;
  flex-direction: row !important;
  flex-wrap: nowrap;
  gap: 0 24px;
  justify-content: flex-end;
  list-style: none;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.lh-primary-menu .awb-menu__m-toggle {
  display: none !important;
}

.lh-primary-menu .fusion-menu > li,
.lh-primary-menu .awb-menu__main-li {
  margin: 0 !important;
  padding: 0 !important;
}

.lh-primary-menu .menu-item-has-children {
  position: relative;
}

.lh-primary-menu a {
  align-items: center;
  border-bottom: 2px solid transparent;
  color: var(--lh-charcoal-900) !important;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  min-height: 44px;
  padding: 8px 0 !important;
  text-decoration: none;
  white-space: nowrap;
}

.lh-primary-menu a:hover,
.lh-primary-menu a:focus {
  border-bottom-color: var(--lh-red-700);
  color: var(--lh-red-700) !important;
}

.lh-primary-menu .current-menu-item > .awb-menu__main-a,
.lh-primary-menu .current_page_item > .awb-menu__main-a,
.lh-primary-menu .current-menu-ancestor > .awb-menu__main-a,
.lh-primary-menu .current_page_ancestor > .awb-menu__main-a,
.lh-primary-menu .current-page-ancestor > .awb-menu__main-a,
.lh-primary-menu .current-menu-parent > .awb-menu__main-a,
.lh-primary-menu .current_page_parent > .awb-menu__main-a,
.lh-primary-menu .current-menu-item > a,
.lh-primary-menu .current_page_item > a,
.lh-primary-menu .current-menu-ancestor > a,
.lh-primary-menu .current_page_ancestor > a,
.lh-primary-menu .current-page-ancestor > a,
.lh-primary-menu .current-menu-parent > a,
.lh-primary-menu .current_page_parent > a {
  border-bottom-color: var(--lh-red-700) !important;
  color: var(--lh-red-700) !important;
}

.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-menu-item > .awb-menu__main-a.awb-menu__main-a,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current_page_item > .awb-menu__main-a.awb-menu__main-a,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-menu-ancestor > .awb-menu__main-a.awb-menu__main-a,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current_page_ancestor > .awb-menu__main-a.awb-menu__main-a,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-page-ancestor > .awb-menu__main-a.awb-menu__main-a,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-menu-parent > .awb-menu__main-a.awb-menu__main-a,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current_page_parent > .awb-menu__main-a.awb-menu__main-a {
  border-bottom-color: var(--lh-red-700) !important;
  color: var(--lh-red-700) !important;
}

.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-menu-item > .awb-menu__main-a.awb-menu__main-a .menu-text,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current_page_item > .awb-menu__main-a.awb-menu__main-a .menu-text,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-menu-ancestor > .awb-menu__main-a.awb-menu__main-a .menu-text,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current_page_ancestor > .awb-menu__main-a.awb-menu__main-a .menu-text,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-page-ancestor > .awb-menu__main-a.awb-menu__main-a .menu-text,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-menu-parent > .awb-menu__main-a.awb-menu__main-a .menu-text,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current_page_parent > .awb-menu__main-a.awb-menu__main-a .menu-text,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-menu-item > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current_page_item > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-menu-ancestor > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current_page_ancestor > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-page-ancestor > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-menu-parent > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current_page_parent > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-menu-item > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover::before,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current_page_item > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover::before,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-menu-ancestor > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover::before,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current_page_ancestor > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover::before,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-page-ancestor > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover::before,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current-menu-parent > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover::before,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu .current_page_parent > .awb-menu__main-a.awb-menu__main-a .awb-menu__open-nav-submenu-hover::before {
  color: var(--lh-red-700) !important;
}

.lh-primary-menu .awb-menu__sub-ul,
.lh-primary-menu .sub-menu {
  background: var(--lh-white) !important;
  border: var(--lh-border-hair) !important;
  border-top: 3px solid var(--lh-red-700) !important;
  border-radius: 0 0 var(--lh-radius-md) var(--lh-radius-md) !important;
  box-shadow: var(--lh-shadow-md) !important;
  display: block !important;
  flex-direction: column !important;
  gap: 0 !important;
  list-style: none;
  margin: 0 !important;
  max-width: calc(100vw - 48px);
  min-width: 280px !important;
  overflow: hidden;
  padding: 10px 0 !important;
  transition: none !important;
  width: min(320px, calc(100vw - 48px)) !important;
}

.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu.awb-menu_desktop .awb-menu__sub-ul.awb-menu__sub-ul_main,
.fusion-fullwidth.lh-header-shell .lh-primary-menu.lh-primary-menu.awb-menu_desktop .sub-menu {
  inline-size: min(320px, calc(100vw - 48px)) !important;
  left: 0 !important;
  max-inline-size: calc(100vw - 48px) !important;
  max-width: calc(100vw - 48px) !important;
  min-inline-size: 280px !important;
  min-width: 280px !important;
  right: auto !important;
  width: min(320px, calc(100vw - 48px)) !important;
}

.lh-primary-menu .menu-item:hover > .awb-menu__sub-ul,
.lh-primary-menu .menu-item:focus-within > .awb-menu__sub-ul,
.lh-primary-menu .awb-menu__main-li:hover > .awb-menu__sub-ul,
.lh-primary-menu .awb-menu__main-li:focus-within > .awb-menu__sub-ul,
.lh-primary-menu .menu-item:hover > .sub-menu,
.lh-primary-menu .menu-item:focus-within > .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1000 !important;
}

.lh-primary-menu .awb-menu__sub-li,
.lh-primary-menu .sub-menu li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.lh-primary-menu .awb-menu__sub-a,
.lh-primary-menu .sub-menu a {
  align-items: center;
  border-bottom: 0 !important;
  color: var(--lh-charcoal-900) !important;
  display: flex !important;
  font-size: 0.90625rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  min-height: 46px;
  padding: 12px 18px !important;
  white-space: normal;
  width: 100%;
}

.lh-primary-menu .awb-menu__sub-a:hover,
.lh-primary-menu .awb-menu__sub-a:focus,
.lh-primary-menu .sub-menu a:hover,
.lh-primary-menu .sub-menu a:focus,
.lh-primary-menu .awb-menu__sub-ul .current-menu-item > a,
.lh-primary-menu .awb-menu__sub-ul .current_page_item > a,
.lh-primary-menu .current-menu-item > .awb-menu__sub-a,
.lh-primary-menu .current_page_item > .awb-menu__sub-a,
.lh-primary-menu .sub-menu .current-menu-item > a,
.lh-primary-menu .sub-menu .current_page_item > a {
  background: var(--lh-bg-attention) !important;
  color: var(--lh-red-700) !important;
}

.lh-header__utility .lh-button-row {
  align-items: center;
  display: flex;
  flex-wrap: nowrap !important;
  gap: 8px;
  justify-content: flex-end;
}

.lh-header__utility-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  min-width: 0;
  width: 100%;
}

.lh-header__utility-actions {
  flex: 0 1 auto;
  min-width: 0;
}

.lh-header__utility .fusion-text,
.lh-header__utility .lh-button-row > p {
  align-items: center;
  display: flex;
  flex-wrap: nowrap !important;
  gap: 8px;
  justify-content: flex-end;
  margin: 0;
}

.lh-header__utility .fusion-button,
.lh-header__utility .lh-button {
  font-size: 0.875rem;
  min-height: 38px;
  padding-inline: 14px !important;
  white-space: nowrap;
}

.lh-header__utility .fusion-button.lh-cta-ghost,
.lh-header__utility .lh-button.lh-cta-ghost {
  background: var(--lh-bg-attention);
  border: 1.5px solid rgba(168, 3, 3, 0.24);
  color: var(--lh-red-700);
  padding-inline: 14px !important;
}

.lh-header__utility .fusion-button.lh-cta-ghost:hover,
.lh-header__utility .fusion-button.lh-cta-ghost:focus,
.lh-header__utility .lh-button.lh-cta-ghost:hover,
.lh-header__utility .lh-button.lh-cta-ghost:focus {
  background: var(--lh-white);
  border-color: var(--lh-red-700);
  color: var(--lh-red-900);
}

.lh-header__social {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  min-width: 0;
}

.lh-social-links {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  justify-content: flex-end;
}

.lh-social-link {
  --lh-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8h3V4h-3c-3.1 0-5 2-5 5v3H6v4h3v6h4v-6h3.1l.9-4h-4V9.3c0-.8.4-1.3 1-1.3Z'/%3E%3C/svg%3E");
  align-items: center;
  border-radius: var(--lh-radius-sm);
  color: var(--lh-charcoal-700) !important;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  text-decoration: none;
  transition: background-color var(--lh-dur-base) var(--lh-ease-out), color var(--lh-dur-base) var(--lh-ease-out);
  width: 36px;
}

.lh-social-link::before {
  background: currentColor;
  content: "";
  display: block;
  height: 20px;
  mask: var(--lh-social-icon) center / contain no-repeat;
  width: 20px;
  -webkit-mask: var(--lh-social-icon) center / contain no-repeat;
}

.lh-social-link--instagram {
  --lh-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.5 2h9A5.5 5.5 0 0 1 22 7.5v9a5.5 5.5 0 0 1-5.5 5.5h-9A5.5 5.5 0 0 1 2 16.5v-9A5.5 5.5 0 0 1 7.5 2Zm0 3A2.5 2.5 0 0 0 5 7.5v9A2.5 2.5 0 0 0 7.5 19h9a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 16.5 5h-9ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm4.9-3.1a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4Z'/%3E%3C/svg%3E");
}

.lh-social-link--youtube {
  --lh-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 12s0-3.4-.4-5a3 3 0 0 0-2.1-2.1C17.8 4.5 12 4.5 12 4.5s-5.8 0-7.5.4A3 3 0 0 0 2.4 7C2 8.6 2 12 2 12s0 3.4.4 5a3 3 0 0 0 2.1 2.1c1.7.4 7.5.4 7.5.4s5.8 0 7.5-.4a3 3 0 0 0 2.1-2.1c.4-1.6.4-5 .4-5ZM10 15.5v-7l6 3.5-6 3.5Z'/%3E%3C/svg%3E");
}

.lh-social-link:hover,
.lh-social-link:focus {
  background: var(--lh-bg-attention);
  color: var(--lh-red-700) !important;
}

.lh-header__social .fusion-social-networks,
.lh-header__social .fusion-social-networks-wrapper,
.lh-header__social .fusion-social-networks.boxed-icons {
  align-items: center;
  display: flex !important;
  gap: 10px;
  justify-content: flex-end;
  margin: 0 !important;
}

.lh-header__social .fusion-social-network-icon,
.lh-header-social .fusion-social-network-icon {
  align-items: center;
  border-radius: var(--lh-radius-sm);
  color: var(--lh-charcoal-700) !important;
  display: inline-flex !important;
  height: 36px;
  justify-content: center;
  margin: 0 !important;
  text-decoration: none;
  transition: background-color var(--lh-dur-base) var(--lh-ease-out), color var(--lh-dur-base) var(--lh-ease-out);
  width: 36px;
}

.lh-header__social .fusion-social-network-icon:hover,
.lh-header__social .fusion-social-network-icon:focus,
.lh-header-social .fusion-social-network-icon:hover,
.lh-header-social .fusion-social-network-icon:focus {
  background: var(--lh-bg-attention);
  color: var(--lh-red-700) !important;
}

.lh-menu-panel {
  position: relative;
}

.lh-menu-panel:not([open]) .lh-menu-panel__dropdown {
  display: none !important;
}

.lh-menu-panel > summary {
  list-style: none;
}

.lh-menu-panel > summary::-webkit-details-marker {
  display: none;
}

.lh-menu-trigger {
  align-items: center;
  background: var(--lh-white);
  border: 1.5px solid var(--lh-charcoal-700);
  border-radius: var(--lh-radius-sm);
  color: var(--lh-charcoal-900);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--lh-font-sans);
  font-size: 0.9375rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0;
  line-height: 1;
  min-height: 44px;
  padding: 0 14px;
  transition: background-color var(--lh-dur-base) var(--lh-ease-out), border-color var(--lh-dur-base) var(--lh-ease-out), color var(--lh-dur-base) var(--lh-ease-out);
}

.lh-menu-trigger:hover,
.lh-menu-trigger:focus {
  background: var(--lh-bg-attention);
  border-color: var(--lh-red-700);
  color: var(--lh-red-700);
}

.lh-menu-trigger__icon {
  display: inline-grid;
  gap: 4px;
  width: 18px;
}

.lh-menu-trigger__icon span {
  background: currentColor;
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: transform var(--lh-dur-base) var(--lh-ease-out), opacity var(--lh-dur-base) var(--lh-ease-out);
  width: 18px;
}

.lh-menu-panel[open] .lh-menu-trigger {
  background: var(--lh-bg-attention);
  border-color: var(--lh-red-700);
  color: var(--lh-red-700);
}

.lh-menu-panel[open] .lh-menu-trigger__icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.lh-menu-panel[open] .lh-menu-trigger__icon span:nth-child(2) {
  opacity: 0;
}

.lh-menu-panel[open] .lh-menu-trigger__icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.lh-menu-panel__dropdown {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-top: 3px solid var(--lh-red-700);
  box-shadow: var(--lh-shadow-md);
  max-height: calc(100vh - 128px);
  overflow: auto;
  padding: 18px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: min(360px, calc(100vw - 32px));
  z-index: 1000;
}

.lh-menu-panel[open] .lh-menu-panel__dropdown {
  display: block !important;
}

.lh-menu-panel__head {
  border-bottom: var(--lh-border-hair);
  display: grid;
  gap: 3px;
  margin-bottom: 10px;
  padding-bottom: 12px;
}

.lh-menu-panel__head strong {
  color: var(--lh-charcoal-900);
  font-size: 1rem;
  line-height: 1.2;
}

.lh-mobile-menu,
.lh-mobile-menu .fusion-menu-element-wrapper,
.lh-mobile-menu .fusion-menu,
.lh-mobile-menu .awb-menu__main-ul {
  --awb-active-bg: var(--lh-bg-attention) !important;
  --awb-active-border-color: var(--lh-red-700) !important;
  --awb-active-color: var(--lh-red-700) !important;
  --awb-color: var(--lh-charcoal-900) !important;
  width: 100%;
}

.lh-menu-panel__dropdown > .lh-mobile-menu,
.lh-mobile-menu .fusion-menu,
.lh-mobile-menu .awb-menu__main-ul {
  display: grid !important;
  gap: 4px;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-content: stretch !important;
  justify-items: stretch !important;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.lh-menu-panel__dropdown > .lh-mobile-menu > li,
.lh-mobile-menu .fusion-menu > li,
.lh-mobile-menu .awb-menu__main-li {
  box-sizing: border-box;
  display: block !important;
  justify-self: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.lh-mobile-menu a {
  align-items: center;
  border-radius: var(--lh-radius-sm);
  color: var(--lh-charcoal-900) !important;
  display: flex !important;
  font-size: 1.0625rem;
  font-weight: 800;
  gap: 12px;
  letter-spacing: 0;
  line-height: 1.25;
  min-height: 50px;
  padding: 13px 14px !important;
  text-decoration: none;
  white-space: normal;
  width: 100%;
}

.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .awb-menu__main-a.awb-menu__main-a,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu a {
  align-items: center !important;
  box-sizing: border-box;
  display: flex !important;
  justify-content: flex-start !important;
  position: relative !important;
  width: 100% !important;
  z-index: 2 !important;
}

.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .awb-menu__main-background-default,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .awb-menu__main-background-active {
  pointer-events: none !important;
  z-index: 0 !important;
}

.lh-mobile-menu a::before {
  --lh-mobile-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E");
  background: currentColor;
  border-radius: 0;
  content: "";
  flex: 0 0 auto;
  height: 20px;
  mask: var(--lh-mobile-menu-icon) center / contain no-repeat;
  opacity: 0.72;
  width: 20px;
  -webkit-mask: var(--lh-mobile-menu-icon) center / contain no-repeat;
}

.lh-mobile-menu a[href*="/get-help/"]::before {
  --lh-mobile-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-7-4.35-9.2-9.1C1.1 8.2 3.2 5 6.7 5c2 0 3.4 1.1 4.3 2.3C11.9 6.1 13.3 5 15.3 5c3.5 0 5.6 3.2 3.9 6.9C17 16.65 12 21 12 21Z'/%3E%3Cpath d='M9 12h6'/%3E%3Cpath d='M12 9v6'/%3E%3C/svg%3E");
}

.lh-mobile-menu a[href*="/admissions/"]::before {
  --lh-mobile-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4h8'/%3E%3Cpath d='M9 2h6v4H9z'/%3E%3Cpath d='M6 5H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1'/%3E%3Cpath d='M8 12h8'/%3E%3Cpath d='M8 16h5'/%3E%3C/svg%3E");
}

.lh-mobile-menu a[href*="/campuses/"]::before {
  --lh-mobile-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.2 6-11a6 6 0 1 0-12 0c0 5.8 6 11 6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.4'/%3E%3C/svg%3E");
}

.lh-mobile-menu a[href*="/stories/"]::before {
  --lh-mobile-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5V5a2 2 0 0 1 2-2h12v16H6a2 2 0 0 0-2 2Z'/%3E%3Cpath d='M8 7h6'/%3E%3Cpath d='M8 11h7'/%3E%3C/svg%3E");
}

.lh-mobile-menu a[href*="/get-involved/"]::before {
  --lh-mobile-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 11v8'/%3E%3Cpath d='M17 11v8'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M12 20V9'/%3E%3Cpath d='M12 9c-1.5 0-4-1-4-3a2 2 0 0 1 4 0c0-2 4-2 4 0 0 2-2.5 3-4 3Z'/%3E%3C/svg%3E");
}

.lh-mobile-menu a[href*="/about/"]::before {
  --lh-mobile-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 11v5'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E");
}

.lh-mobile-menu a[href*="/contact/"]::before {
  --lh-mobile-menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E");
}

.lh-mobile-menu a:hover,
.lh-mobile-menu a:focus,
.lh-mobile-menu .current-menu-item > a,
.lh-mobile-menu .current_page_item > a,
.lh-mobile-menu .current-menu-ancestor > a,
.lh-mobile-menu .current_page_ancestor > a {
  background: var(--lh-bg-attention);
  border-color: var(--lh-red-700) !important;
  color: var(--lh-red-700) !important;
}

.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current-menu-item > .awb-menu__main-a.awb-menu__main-a,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current_page_item > .awb-menu__main-a.awb-menu__main-a,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current-menu-ancestor > .awb-menu__main-a.awb-menu__main-a,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current_page_ancestor > .awb-menu__main-a.awb-menu__main-a,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current-menu-item > a,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current_page_item > a,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current-menu-ancestor > a,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current_page_ancestor > a {
  background: var(--lh-bg-attention) !important;
  border-color: var(--lh-red-700) !important;
  color: var(--lh-red-700) !important;
}

.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current-menu-item > .awb-menu__main-a.awb-menu__main-a::before,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current_page_item > .awb-menu__main-a.awb-menu__main-a::before,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current-menu-ancestor > .awb-menu__main-a.awb-menu__main-a::before,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current_page_ancestor > .awb-menu__main-a.awb-menu__main-a::before,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current-menu-item > a::before,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current_page_item > a::before,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current-menu-ancestor > a::before,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current_page_ancestor > a::before {
  background: var(--lh-red-700) !important;
  color: var(--lh-red-700) !important;
}

.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current-menu-item > .awb-menu__main-a.awb-menu__main-a .menu-text,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current_page_item > .awb-menu__main-a.awb-menu__main-a .menu-text,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current-menu-ancestor > .awb-menu__main-a.awb-menu__main-a .menu-text,
.fusion-fullwidth.lh-header-shell .lh-mobile-menu.lh-mobile-menu .current_page_ancestor > .awb-menu__main-a.awb-menu__main-a .menu-text {
  color: var(--lh-red-700) !important;
}

.lh-mobile-menu a:hover::before,
.lh-mobile-menu a:focus::before,
.lh-mobile-menu .current-menu-item > a::before,
.lh-mobile-menu .current_page_item > a::before,
.lh-mobile-menu .current-menu-ancestor > a::before,
.lh-mobile-menu .current_page_ancestor > a::before {
  opacity: 1;
}

.lh-menu-panel__actions {
  border-top: var(--lh-border-hair);
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding-top: 14px;
}

.lh-menu-panel__actions .lh-menu-action {
  justify-content: flex-start;
  min-height: 44px;
  padding-inline: 12px !important;
  width: 100%;
}

.lh-menu-panel__actions .lh-menu-action::before {
  align-items: center;
  background: currentColor;
  content: "";
  display: inline-flex;
  flex: 0 0 auto;
  height: 20px;
  justify-content: center;
  margin-right: 2px;
  mask: var(--lh-menu-action-icon) center / contain no-repeat;
  opacity: 0.72;
  width: 20px;
  -webkit-mask: var(--lh-menu-action-icon) center / contain no-repeat;
}

.lh-menu-panel__actions .lh-menu-action--call::before {
  --lh-menu-action-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.2a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2Z'/%3E%3C/svg%3E");
}

.lh-menu-panel__actions .lh-menu-action--apply::before {
  --lh-menu-action-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8Z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h5'/%3E%3C/svg%3E");
}

.lh-menu-panel__actions .lh-menu-action--give::before {
  --lh-menu-action-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-7-4.35-9.2-9.1C1.1 8.2 3.2 5 6.7 5c2 0 3.4 1.1 4.3 2.3C11.9 6.1 13.3 5 15.3 5c3.5 0 5.6 3.2 3.9 6.9C17 16.65 12 21 12 21Z'/%3E%3C/svg%3E");
}

.lh-menu-panel__social {
  align-items: center;
  border-top: var(--lh-border-hair);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
}

.lh-menu-panel__social-label {
  color: var(--lh-charcoal-500);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.lh-menu-panel__social .lh-social-links {
  gap: 8px;
}

.lh-menu-panel__social .lh-social-link {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  height: 38px;
  width: 38px;
}

.lh-menu-panel__social .lh-social-link:hover,
.lh-menu-panel__social .lh-social-link:focus {
  border-color: rgba(168, 3, 3, 0.24);
}

.fusion-fullwidth.lh-mobile-utility.lh-mobile-utility {
  background: var(--lh-white) !important;
  border-top: 2px solid var(--lh-red-700) !important;
  bottom: 0;
  box-shadow: 0 -8px 24px rgba(20, 20, 20, 0.10);
  display: none !important;
  left: 0;
  padding: var(--lh-space-2) max(var(--lh-space-2), env(safe-area-inset-right)) max(var(--lh-space-2), env(safe-area-inset-bottom)) max(var(--lh-space-2), env(safe-area-inset-left)) !important;
  position: fixed;
  right: 0;
  z-index: 999;
}

.lh-admin-notice.lh-admin-notice {
  box-sizing: border-box;
  max-width: 100% !important;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
  width: auto !important;
}

.fusion-fullwidth.lh-hero.lh-hero {
  background: var(--lh-charcoal-900) !important;
  color: var(--lh-fg-inverse) !important;
  min-height: 620px;
  overflow: hidden;
  padding-block: var(--lh-space-11) var(--lh-space-10) !important;
  position: relative;
}

.fusion-fullwidth.lh-hero.lh-hero::after {
  background-image: url("../images/logo-white.avif");
  background-position: right max(32px, calc((100vw - var(--lh-width-page)) / 2)) center;
  background-repeat: no-repeat;
  background-size: min(34vw, 360px) auto;
  content: "";
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
  position: absolute;
}

.fusion-fullwidth.lh-hero.lh-hero > .fusion-builder-row,
.fusion-fullwidth.lh-hero.lh-hero .fusion-row,
.fusion-fullwidth.lh-section.lh-section > .fusion-builder-row,
.fusion-fullwidth.lh-section.lh-section .fusion-row {
  margin-inline: auto;
  max-width: var(--lh-width-page);
  position: relative;
  width: min(100% - (var(--lh-gutter) * 2), var(--lh-width-page));
  z-index: 1;
}

.fusion-fullwidth.lh-hero.lh-hero .lh-hero__inner {
  max-width: 920px;
  width: 100% !important;
}

.fusion-fullwidth.lh-hero.lh-hero .fusion-title-heading,
.fusion-fullwidth.lh-hero.lh-hero h1,
.fusion-fullwidth.lh-hero.lh-hero .lh-h1 {
  color: var(--lh-white) !important;
  letter-spacing: 0;
  max-width: 16ch;
}

.fusion-fullwidth.lh-hero.lh-hero .fusion-text p,
.fusion-fullwidth.lh-hero.lh-hero p,
.fusion-fullwidth.lh-hero.lh-hero .lh-body-lg {
  color: var(--lh-fg-inverse-muted) !important;
}

.fusion-fullwidth.lh-hero.lh-hero .lh-eyebrow {
  color: #f7f7f7 !important;
}

.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light {
  background: var(--lh-band-cream) !important;
  color: var(--lh-fg) !important;
  min-height: auto;
  padding-block: var(--lh-space-9) !important;
}

.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light::after {
  background-image: url("../images/logo-black.avif");
  opacity: 0.035;
}

.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light .fusion-title-heading,
.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light h1,
.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light .lh-h1 {
  color: var(--lh-fg-strong) !important;
}

.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light .fusion-text p,
.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light p,
.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light .lh-body-lg {
  color: var(--lh-fg) !important;
}

.fusion-fullwidth.lh-section.lh-section {
  padding-block: var(--lh-space-9) !important;
}

.fusion-fullwidth.lh-section-muted.lh-section-muted {
  background: var(--lh-gray-100) !important;
}

.fusion-fullwidth.lh-section-stone.lh-section-stone {
  background: var(--lh-band-stone-soft) !important;
}

.fusion-fullwidth.lh-section-inverse.lh-section-inverse,
.fusion-fullwidth.lh-impact-band.lh-impact-band {
  background: var(--lh-charcoal-900) !important;
  color: var(--lh-fg-inverse) !important;
}

.fusion-button.lh-cta-primary.lh-cta-primary,
.fusion-button.lh-button--primary.lh-button--primary {
  background: var(--lh-red-700) !important;
  border-color: var(--lh-red-700) !important;
  color: var(--lh-white) !important;
}

.fusion-button.lh-cta-secondary.lh-cta-secondary {
  background: transparent !important;
  border-color: var(--lh-charcoal-700) !important;
  color: var(--lh-charcoal-900) !important;
}

.fusion-button.lh-cta-inverse.lh-cta-inverse {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.48) !important;
  color: var(--lh-white) !important;
}

.fusion-button.lh-cta-ghost.lh-cta-ghost {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--lh-red-700) !important;
}

.fusion-button.lh-cta-primary .fusion-button-text,
.fusion-button.lh-button--primary .fusion-button-text,
.fusion-button.lh-cta-secondary .fusion-button-text,
.fusion-button.lh-cta-inverse .fusion-button-text,
.fusion-button.lh-cta-ghost .fusion-button-text {
  color: currentColor !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lh-footer-shell.lh-footer-shell::selection,
.lh-footer-shell.lh-footer-shell ::selection,
.lh-footer-shell.lh-footer-shell *::selection {
  background: rgba(237, 28, 36, 0.88);
  color: var(--lh-white);
}

.lh-footer-shell.lh-footer-shell .fusion-button.lh-cta-secondary.lh-cta-secondary,
.lh-footer-shell.lh-footer-shell .lh-button.lh-cta-secondary.lh-cta-secondary {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  color: var(--lh-white) !important;
}

.lh-footer-shell.lh-footer-shell .fusion-button.lh-cta-secondary.lh-cta-secondary:hover,
.lh-footer-shell.lh-footer-shell .fusion-button.lh-cta-secondary.lh-cta-secondary:focus,
.lh-footer-shell.lh-footer-shell .lh-button.lh-cta-secondary.lh-cta-secondary:hover,
.lh-footer-shell.lh-footer-shell .lh-button.lh-cta-secondary.lh-cta-secondary:focus {
  background: var(--lh-white) !important;
  border-color: var(--lh-white) !important;
  color: var(--lh-charcoal-900) !important;
}

.lh-cta-banner {
  background: var(--lh-bg-stone);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-lg);
  display: grid;
  overflow: hidden;
  padding: var(--lh-space-9) var(--lh-space-8);
  position: relative;
}

.lh-cta-banner-dark {
  background: var(--lh-bg-inverse) !important;
  border-color: transparent;
  color: var(--lh-fg-inverse);
}

.lh-cta-banner__mark {
  display: block;
  height: auto;
  opacity: 0.08;
  position: absolute;
  right: var(--lh-space-7);
  top: 50%;
  transform: translateY(-50%);
  width: min(30vw, 280px);
}

.lh-cta-banner__content {
  display: grid;
  gap: var(--lh-space-4);
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.lh-cta-banner h2 {
  color: var(--lh-fg-strong);
  letter-spacing: 0;
  margin: 0;
  max-width: 22ch;
}

.lh-cta-banner p {
  margin: 0;
  max-width: 56ch;
}

.lh-cta-banner .lh-button-row {
  margin-top: var(--lh-space-3);
}

.lh-cta-banner-dark h2 {
  color: var(--lh-white) !important;
}

.lh-cta-banner-dark p {
  color: var(--lh-fg-inverse-muted) !important;
}

.lh-brand-panel {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-lg);
  color: var(--lh-fg);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-height: 100%;
  overflow: hidden;
  padding: var(--lh-space-6);
  position: relative;
}

.lh-brand-panel::before {
  background: var(--lh-red-700);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.lh-brand-panel__mark {
  align-self: flex-end;
  display: block;
  height: 76px;
  object-fit: contain;
  opacity: 0.18;
  width: 76px;
}

.lh-brand-panel__content {
  display: grid;
  gap: var(--lh-space-3);
  position: relative;
  z-index: 1;
}

.lh-brand-panel h3 {
  color: inherit;
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.lh-brand-panel p {
  color: inherit;
  margin: 0;
  max-width: 34ch;
}

.lh-brand-panel--paper {
  background: var(--lh-white);
}

.lh-brand-panel--stone {
  background: var(--lh-bg-stone);
}

.lh-brand-panel--dark,
.lh-brand-panel--palm,
.lh-brand-panel--pine {
  border-color: transparent;
  color: var(--lh-white);
}

.lh-brand-panel--dark {
  background: var(--lh-charcoal-900);
}

.lh-brand-panel--palm {
  background: var(--lh-red-900);
}

.lh-brand-panel--pine {
  background: var(--lh-charcoal-900);
}

.lh-brand-panel--dark p,
.lh-brand-panel--palm p,
.lh-brand-panel--pine p {
  color: rgba(255, 255, 255, 0.78);
}

.lh-brand-panel--dark h3,
.lh-brand-panel--palm h3,
.lh-brand-panel--pine h3 {
  color: var(--lh-white) !important;
}

.lh-brand-panel--dark .lh-eyebrow,
.lh-brand-panel--palm .lh-eyebrow,
.lh-brand-panel--pine .lh-eyebrow {
  color: #f7f7f7;
}

.lh-media.lh-media-fill {
  aspect-ratio: auto;
  height: 100%;
  min-height: 320px;
}

.lh-media .lh-brand-panel {
  border-radius: inherit;
}

.lh-photo-panel {
  background: var(--lh-charcoal-900);
  border: var(--lh-border-hair);
  box-shadow: var(--lh-shadow-sm);
}

.lh-photo-panel img {
  filter: saturate(0.96) contrast(1.02);
  transform: scale(1.001);
}

.lh-photo-panel::after {
  display: none;
}

.lh-photo-panel__caption {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.lh-photo-panel__caption .lh-eyebrow {
  color: #f7f7f7 !important;
  margin: 0;
}

.lh-photo-panel__caption strong {
  color: var(--lh-white);
  font-family: var(--lh-font-sans);
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.lh-photo-panel__caption span:last-child {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9375rem;
  line-height: 1.45;
  max-width: 36ch;
}

.lh-campus-photo.lh-photo-panel {
  background: var(--lh-white);
  display: flex;
  flex-direction: column;
}

.lh-campus-photo.lh-photo-panel::after {
  display: none;
}

.lh-campus-photo .lh-campus-photo__image {
  aspect-ratio: 16 / 9;
  flex: 1 1 auto;
  height: auto;
  min-height: 220px;
  object-fit: cover;
}

.lh-campus-photo .lh-photo-panel__caption {
  background: var(--lh-white);
  border-top: var(--lh-border-hair);
  bottom: auto;
  clip: auto;
  clip-path: none;
  color: var(--lh-fg);
  display: grid;
  gap: 6px;
  height: auto;
  overflow: visible;
  padding: clamp(18px, 2.5vw, 24px);
  position: static;
  white-space: normal;
  width: auto;
}

.lh-campus-photo .lh-photo-panel__caption .lh-eyebrow {
  color: var(--lh-red-700) !important;
}

.lh-campus-photo .lh-photo-panel__caption strong {
  color: var(--lh-fg-strong);
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
}

.lh-campus-photo .lh-photo-panel__caption span:last-child {
  color: var(--lh-fg-muted);
}

.lh-footer-shell .lh-brand--footer {
  color: var(--lh-white);
  margin-bottom: var(--lh-space-4);
}

.lh-footer-shell .lh-brand--footer .lh-brand__mark {
  height: 56px;
  width: 49px;
}

.lh-footer-shell .lh-brand--footer .lh-brand__name {
  color: var(--lh-white);
}

.lh-footer-shell .lh-brand--footer .lh-brand__sub {
  color: rgba(255, 255, 255, 0.62);
}

.lh-footer__trust {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: var(--lh-space-6);
  padding-top: var(--lh-space-6);
}

.lh-footer__garr {
  align-items: center;
  display: grid;
  gap: var(--lh-space-4);
  grid-template-columns: 72px minmax(0, 1fr);
  max-width: 560px;
}

.lh-footer__garr img {
  background: var(--lh-white);
  border-radius: var(--lh-radius-sm);
  box-sizing: border-box;
  display: block;
  grid-column: 1;
  grid-row: 1;
  height: 72px;
  object-fit: contain;
  padding: 8px;
  width: 72px;
}

.lh-footer__garr > p:empty {
  display: none;
}

.lh-footer__garr-copy {
  display: grid;
  gap: 4px;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  min-width: 0;
}

.lh-footer__garr-copy strong {
  color: var(--lh-white);
  display: block;
  font-size: 0.9375rem;
  line-height: 1.25;
}

.lh-footer__garr-copy span {
  color: var(--lh-fg-inverse-muted);
  display: block;
  font-size: var(--lh-text-meta);
  line-height: 1.45;
}

@media (max-width: 480px) {
  .lh-footer__garr {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .lh-footer__garr img {
    height: 58px;
    padding: 6px;
    width: 58px;
  }
}

@media (max-width: 1180px) {
  .fusion-fullwidth.lh-header-shell.lh-header-shell > .fusion-builder-row,
  .fusion-fullwidth.lh-header-shell.lh-header-shell .fusion-row {
    align-items: center;
    display: flex !important;
    flex-wrap: nowrap;
    gap: 28px;
    justify-content: space-between;
    min-height: 0;
    padding-block: 14px;
  }

  .fusion-fullwidth.lh-header-shell.lh-header-shell .lh-header__nav,
  .fusion-fullwidth.lh-header-shell.lh-header-shell .lh-header__utility,
  .lh-header-shell .lh-header__nav,
  .lh-header-shell .lh-header__utility {
    display: none !important;
    flex: 0 0 0;
    max-width: 0;
    overflow: hidden;
    width: 0 !important;
  }

  .fusion-fullwidth.lh-header-shell.lh-header-shell .lh-header__mobile-menu,
  .lh-header-shell .lh-header__mobile-menu {
    align-items: center;
    display: flex !important;
    justify-content: flex-end;
    max-width: none;
    visibility: visible !important;
  }

  .lh-header-shell .lh-header__brand {
    border-right: 0;
    padding: 0;
  }

  .lh-header-shell .lh-brand--header .lh-brand__mark {
    height: 44px;
    padding: 0;
    width: auto;
  }

  .lh-header-shell .lh-brand--header .lh-brand__name {
    font-size: 1rem;
  }

  .lh-header-shell .lh-brand--header .lh-brand__sub {
    font-size: 0.6875rem;
  }

  .lh-leadership-feature {
    grid-template-columns: 1fr;
  }

  .lh-leadership-feature__media {
    min-height: 300px;
  }
}

@media (max-width: 1180px) {
  .lh-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1181px) and (max-width: 1320px) {
  .fusion-fullwidth.lh-header-shell.lh-header-shell > .fusion-builder-row,
  .fusion-fullwidth.lh-header-shell.lh-header-shell .fusion-row {
    column-gap: 28px;
    grid-template-columns: minmax(214px, 244px) minmax(0, 1fr);
  }

  .lh-primary-menu .fusion-menu,
  .lh-primary-menu .awb-menu__main-ul {
    gap: 0 18px;
  }

  .lh-primary-menu a {
    font-size: 0.875rem;
  }

  .lh-header__utility-inner {
    gap: 12px;
  }

  .lh-header__utility .fusion-button,
  .lh-header__utility .lh-button {
    font-size: 0.8125rem;
    padding-inline: 12px !important;
  }

  .lh-header-shell .lh-brand--header .lh-brand__mark {
    height: 46px;
    width: auto;
  }

  .lh-header-shell .lh-brand--header .lh-brand__name {
    font-size: 1.125rem;
  }
}

@media (max-width: 900px) {
  .fusion-fullwidth.lh-mobile-utility.lh-mobile-utility {
    display: flex !important;
    gap: var(--lh-space-2);
  }

  .fusion-fullwidth.lh-mobile-utility.lh-mobile-utility .lh-button-row {
    align-items: stretch;
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: var(--lh-space-2);
    width: 100%;
  }

  .fusion-fullwidth.lh-mobile-utility.lh-mobile-utility .lh-button-row > p {
    align-items: stretch;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--lh-space-2);
    margin: 0;
    width: 100%;
  }

  .fusion-fullwidth.lh-mobile-utility.lh-mobile-utility .fusion-button,
  .fusion-fullwidth.lh-mobile-utility.lh-mobile-utility .lh-button {
    flex: 1 1 0 !important;
    max-width: none !important;
    font-size: 0.8125rem;
    line-height: 1.1;
    min-width: 0;
    padding-inline: 8px !important;
    white-space: normal !important;
    width: auto !important;
  }

  .fusion-fullwidth.lh-mobile-utility.lh-mobile-utility .lh-button-row > .fusion-button,
  .fusion-fullwidth.lh-mobile-utility.lh-mobile-utility .lh-button-row > .lh-button,
  .fusion-fullwidth.lh-mobile-utility.lh-mobile-utility .lh-button-row > p > .fusion-button,
  .fusion-fullwidth.lh-mobile-utility.lh-mobile-utility .lh-button-row > p > .lh-button {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    max-width: none !important;
    min-width: 0 !important;
  }
}

@media (max-width: 640px) {
  .fusion-fullwidth.lh-section.lh-section {
    padding-inline: 0 !important;
  }

  .fusion-fullwidth.lh-header-shell.lh-header-shell > .fusion-builder-row,
  .fusion-fullwidth.lh-header-shell.lh-header-shell .fusion-row {
    width: min(calc(100% - 32px), var(--lh-width-page)) !important;
  }

  .lh-mapcontact__details .lh-campus-director__image {
    float: none;
    margin: 0 0 var(--lh-space-4);
    max-width: 180px;
    width: min(62vw, 180px);
  }

  .lh-brand__name {
    font-size: 0.9375rem;
  }

  .lh-brand__mark {
    height: 38px;
    width: 38px;
  }

  .lh-menu-panel__dropdown {
    max-height: calc(100vh - 116px);
    padding: 16px;
    right: 0;
  }

  .lh-events-archive .tribe-events-widget-events-list__event-row {
    grid-template-columns: 1fr;
  }

  .lh-events-archive .tribe-events-widget-events-list__event-date-tag {
    justify-self: start;
  }

  .fusion-fullwidth.lh-hero.lh-hero {
    min-height: auto;
    padding-block: var(--lh-space-9) var(--lh-space-8) !important;
  }

  .fusion-fullwidth.lh-hero.lh-hero .fusion-title-heading,
  .fusion-fullwidth.lh-hero.lh-hero h1,
  .fusion-fullwidth.lh-hero.lh-hero .lh-h1 {
    font-size: 3rem !important;
    line-height: 1.08 !important;
    max-width: 100% !important;
    overflow-wrap: break-word;
    width: 100% !important;
  }

  .fusion-fullwidth.lh-hero.lh-hero .fusion-text p,
  .fusion-fullwidth.lh-hero.lh-hero p,
  .fusion-fullwidth.lh-hero.lh-hero .lh-body-lg {
    font-size: 1.0625rem !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
  }

  .fusion-fullwidth.lh-hero.lh-hero .lh-button-row,
  .fusion-fullwidth.lh-hero.lh-hero .lh-button-row > p {
    align-items: stretch;
    width: 100%;
  }

  .fusion-fullwidth.lh-hero.lh-hero .lh-hero__proof {
    display: none !important;
  }

  .fusion-fullwidth.lh-hero.lh-hero::after {
    background-position: right -72px center;
    background-size: 240px auto;
  }

  .fusion-fullwidth.lh-hero.lh-hero > .fusion-builder-row,
  .fusion-fullwidth.lh-hero.lh-hero .fusion-row,
  .fusion-fullwidth.lh-section.lh-section > .fusion-builder-row,
  .fusion-fullwidth.lh-section.lh-section .fusion-row {
    width: min(100% - (var(--lh-gutter-mobile) * 2), var(--lh-width-page));
  }

  .lh-cta-banner {
    padding: var(--lh-space-7) var(--lh-space-5);
  }

  .lh-cta-banner__mark {
    right: -40px;
    width: 180px;
  }

  .lh-brand-panel {
    min-height: 260px;
    padding: var(--lh-space-5);
  }

  .lh-team-grid {
    gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .lh-team-card {
    border-radius: var(--lh-radius-md);
  }

  .lh-team-card__image {
    aspect-ratio: 16 / 10;
    max-height: 220px;
  }

  .lh-team-card__body {
    gap: 8px;
    padding: 18px;
  }

  .lh-team-card__eyebrow {
    font-size: 0.7rem;
  }

  .lh-team-card__name {
    font-size: clamp(1.35rem, 7.2vw, 1.75rem);
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .lh-team-card__role {
    font-size: 0.925rem;
  }

  .lh-team-card__bio {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .lh-leadership-feature__media {
    min-height: 240px;
  }
}

@media (max-width: 420px) {
  .lh-menu-trigger {
    gap: 0;
    min-width: 46px;
    padding-inline: 13px;
  }

  .lh-menu-trigger__text {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

@media (max-width: 400px) {
  .fusion-fullwidth.lh-hero.lh-hero .fusion-title-heading,
  .fusion-fullwidth.lh-hero.lh-hero h1,
  .fusion-fullwidth.lh-hero.lh-hero .lh-h1 {
    font-size: 2.625rem !important;
    line-height: 1.08 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.lh-reduced-motion,
  html.lh-reduced-motion *,
  html.lh-reduced-motion *::before,
  html.lh-reduced-motion *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* ---------- v2 M1 / MO1 / MO2: mobile section stacking ----------
   At Avada's small breakpoint the content/hero flex rows were leaving stacked
   columns overlapping their neighbours (headings, paragraphs, and buttons
   printing over the next section) and the equal-height quick-path cards left
   large empty voids. Force these rows into a single clean vertical column so
   every section is a normal block that pushes the next one down. Scoped to
   lh-section / lh-hero only — header, mobile utility bar, and footer keep their
   own (already-correct) responsive rules. */
@media (max-width: 640px) {
  /* Avada restores a 50px mobile margin on the outer content region after
     every full-width layout. Keep repo-owned runtime pages flush with the
     footer; their final band already provides the intended breathing room. */
  #main #content:has(.lh-main-content),
  #main #content:has(.lh-page-closer) {
    margin-bottom: 0 !important;
  }

  .fusion-fullwidth.lh-section.lh-section > .fusion-builder-row,
  .fusion-fullwidth.lh-section.lh-section .fusion-row,
  .fusion-fullwidth.lh-hero.lh-hero > .fusion-builder-row,
  .fusion-fullwidth.lh-hero.lh-hero .fusion-row {
    align-items: stretch !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    margin-inline: auto !important;
    max-width: var(--lh-width-page) !important;
    width: min(100% - (var(--lh-gutter-mobile) * 2), var(--lh-width-page)) !important;
  }

  .fusion-fullwidth.lh-section.lh-section > .fusion-builder-row > .fusion-layout-column,
  .fusion-fullwidth.lh-section.lh-section .fusion-row > .fusion-layout-column,
  .fusion-fullwidth.lh-hero.lh-hero > .fusion-builder-row > .fusion-layout-column,
  .fusion-fullwidth.lh-hero.lh-hero .fusion-row > .fusion-layout-column {
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .lh-quickpaths .lh-card {
    height: auto !important;
  }
}

/* ============================================================
   Brand graphics — [lh_brand_graphic] / BrandGraphicLibrary.
   Eight branded vector/CSS panels that replace the reused stock
   photos across the site. Ported from the design system
   "Loving Hands Brand Graphics" file; every selector is scoped
   under .lh-brand-graphic so the generic inner class names
   (.bar, .venn, .cal, .timeline, .pins, .legend, …) can't leak.
   No animation — safe for print/PDF/reduced-motion by design.
   ============================================================ */
.lh-brand-graphic,
.lh-brand-graphic *,
.lh-brand-graphic *::before,
.lh-brand-graphic *::after { box-sizing: border-box; }

/* The graphic frame — 4:3 by default, fills its column, scales down. */
.lh-brand-graphic {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--lh-radius-sm);
  overflow: hidden;
  font-family: var(--lh-font-sans);
  color: var(--lh-charcoal-900);
}
.lh-brand-graphic--r16x9 { aspect-ratio: 16 / 9; }
.lh-brand-graphic--r1x1  { aspect-ratio: 1 / 1; }
.lh-brand-graphic--rfill { aspect-ratio: auto; height: 100%; }

.lh-brand-graphic h4 { margin: 0; }
.lh-brand-graphic .eyebrow {
  font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.lh-brand-graphic .wm { position: absolute; opacity: .06; pointer-events: none; }
.lh-brand-graphic img { max-width: none; } /* marks use explicit % widths */

/* 1 — Mission / Community */
.lh-brand-graphic--mission { background: var(--lh-stone-100); color: var(--lh-charcoal-900); }
.lh-brand-graphic--mission .rings { position: absolute; inset: 0; display: grid; place-items: center; }
.lh-brand-graphic--mission .ring { position: absolute; border-radius: 50%; border: 1.5px solid var(--lh-red-700); opacity: .16; }
.lh-brand-graphic--mission .r1 { width: 30%; aspect-ratio: 1; }
.lh-brand-graphic--mission .r2 { width: 52%; aspect-ratio: 1; opacity: .11; }
.lh-brand-graphic--mission .r3 { width: 76%; aspect-ratio: 1; opacity: .07; }
.lh-brand-graphic--mission .mark { position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%); width: 26%; }
.lh-brand-graphic--mission .eyebrow { position: absolute; top: 8%; left: 9%; color: var(--lh-red-700); }
.lh-brand-graphic--mission .scripture {
  position: absolute; bottom: 8%; left: 9%; right: 9%; font-family: var(--lh-font-serif);
  font-style: italic; font-size: 1.15rem; color: var(--lh-charcoal-700); line-height: 1.35;
}

/* 2 — Giving / Stewardship */
.lh-brand-graphic--gift { background: #fff; color: var(--lh-charcoal-900); padding: 9% 9% 8%; display: flex; flex-direction: column; }
.lh-brand-graphic--gift .eyebrow { color: var(--lh-red-700); }
.lh-brand-graphic--gift h4 { font-family: var(--lh-font-sans); font-weight: 800; font-size: 1.7rem; line-height: 1.1; margin: 10px 0 auto; max-width: 14ch; letter-spacing: -.01em; }
.lh-brand-graphic .bar { display: flex; height: 13%; min-height: 38px; border-radius: 8px; overflow: hidden; margin-bottom: 14px; }
.lh-brand-graphic .bar span { display: block; flex: 1 1 20%; }
.lh-brand-graphic .seg-h { background: var(--lh-charcoal-900); }
.lh-brand-graphic .seg-f { background: var(--lh-charcoal-700); }
.lh-brand-graphic .seg-t { background: var(--lh-charcoal-500); }
.lh-brand-graphic .seg-s { background: var(--lh-red-700); }
.lh-brand-graphic .seg-c { background: var(--lh-red-500); }
.lh-brand-graphic .legend { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 11.5px; color: var(--lh-charcoal-700); }
.lh-brand-graphic .legend i { display: inline-block; width: 9px; height: 9px; border-radius: 2px; margin-right: 5px; vertical-align: baseline; }
.lh-brand-graphic--gift .mark { position: absolute; right: 7%; top: 8%; width: 12%; opacity: .9; }

/* 3 — Events / Campaigns */
.lh-brand-graphic--events { background: var(--lh-charcoal-900); color: #fff; padding: 9%; display: flex; flex-direction: column; }
.lh-brand-graphic--events .eyebrow { color: var(--lh-warm-white); }
.lh-brand-graphic--events h4 { color: var(--lh-white) !important; font-family: var(--lh-font-serif); font-style: italic; font-weight: 500; font-size: 2rem; line-height: 1.15; margin: 12px 0 auto; max-width: 13ch; }
.lh-brand-graphic .cal { position: absolute; right: 8%; top: 30%; width: 30%; aspect-ratio: 1 / 1.06; }
.lh-brand-graphic .cal .frame { position: absolute; inset: 0; border: 2px solid rgba(255, 255, 255, .55); border-radius: 10px; }
.lh-brand-graphic .cal .top { position: absolute; left: 0; right: 0; top: 0; height: 26%; background: var(--lh-crimson-700); border-radius: 8px 8px 0 0; }
.lh-brand-graphic .cal .peg { position: absolute; top: -10%; width: 8%; aspect-ratio: 1 / 2; background: #fff; border-radius: 3px; }
.lh-brand-graphic .cal .p1 { left: 24%; }
.lh-brand-graphic .cal .p2 { right: 24%; }
.lh-brand-graphic .cal .dots { position: absolute; left: 12%; right: 12%; bottom: 12%; top: 38%; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; gap: 11%; }
.lh-brand-graphic .cal .dots b { background: rgba(255, 255, 255, .4); border-radius: 50%; }
.lh-brand-graphic .cal .dots b.on { background: var(--lh-crimson-700); }
.lh-brand-graphic--events .mark { position: absolute; left: 9%; bottom: 8%; width: 11%; filter: brightness(0) invert(1); }

/* 4 — Serve / Partner */
.lh-brand-graphic--serve { background: var(--lh-charcoal-900); color: #fff; padding: 9%; }
.lh-brand-graphic--serve .eyebrow { color: var(--lh-warm-white); }
.lh-brand-graphic--serve h4 { color: var(--lh-stone-50) !important; font-family: var(--lh-font-sans); font-weight: 800; font-size: 1.6rem; line-height: 1.12; margin: 12px 0 0; max-width: 13ch; letter-spacing: -.01em; }
.lh-brand-graphic .venn { position: absolute; right: 7%; bottom: 9%; width: 46%; aspect-ratio: 1.5 / 1; }
.lh-brand-graphic .venn span { position: absolute; width: 52%; aspect-ratio: 1; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .75); background: rgba(255, 255, 255, .09); }
.lh-brand-graphic .venn .c1 { left: 0; top: 0; }
.lh-brand-graphic .venn .c2 { right: 0; top: 0; }
.lh-brand-graphic .venn .c3 { left: 24%; bottom: 0; }
.lh-brand-graphic--serve .labels { position: absolute; left: 9%; bottom: 9%; font-size: 12px; color: var(--lh-stone-50); line-height: 1.7; }

/* 5 — A Day in the Program (timeline) */
.lh-brand-graphic--day { background: #fff; color: var(--lh-charcoal-900); padding: 9% 7%; display: flex; flex-direction: column; }
.lh-brand-graphic--day .eyebrow { color: var(--lh-red-700); padding-left: 2%; }
.lh-brand-graphic--day .timeline { margin-top: auto; margin-bottom: auto; position: relative; padding: 0 4%; }
.lh-brand-graphic--day .track { position: absolute; left: 8%; right: 8%; top: 11px; height: 2px; background: var(--lh-gray-300); }
.lh-brand-graphic--day .stops { display: flex; justify-content: space-between; position: relative; }
.lh-brand-graphic--day .stop { text-align: center; width: 18%; }
.lh-brand-graphic--day .stop .dot { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--lh-charcoal-300); background: #fff; margin: 0 auto 12px; }
.lh-brand-graphic--day .stop.on .dot { border-color: var(--lh-red-500); background: var(--lh-red-500); box-shadow: 0 0 0 5px rgba(168, 3, 3, .14); }
.lh-brand-graphic--day .stop .lab { font-size: 12.5px; font-weight: 700; color: var(--lh-charcoal-900); }
.lh-brand-graphic--day .stop .t { display: block; font-size: 10.5px; font-weight: 600; color: var(--lh-charcoal-300); margin-top: 3px; }
.lh-brand-graphic--day .mark { position: absolute; right: 7%; top: 8%; width: 11%; opacity: .85; }

@media (max-width: 480px) {
  .lh-brand-graphic--day,
  .lh-brand-graphic--day.lh-brand-graphic--r16x9,
  .lh-brand-graphic--day.lh-brand-graphic--r1x1,
  .lh-brand-graphic--day.lh-brand-graphic--rfill {
    aspect-ratio: auto;
    min-height: 430px;
    padding: 38px 24px 26px;
  }

  .lh-brand-graphic--day .timeline {
    margin: 42px 0 0;
    padding: 0;
  }

  .lh-brand-graphic--day .track {
    display: none;
  }

  .lh-brand-graphic--day .stops {
    display: grid;
    gap: 22px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lh-brand-graphic--day .stop {
    align-items: center;
    background: var(--lh-stone-200);
    border-radius: var(--lh-radius-sm);
    display: grid;
    gap: 2px 10px;
    grid-template-columns: 22px minmax(0, 1fr);
    padding: 14px;
    text-align: left;
    width: auto;
  }

  .lh-brand-graphic--day .stop:last-child {
    grid-column: 1 / -1;
  }

  .lh-brand-graphic--day .stop .dot {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .lh-brand-graphic--day .stop .lab,
  .lh-brand-graphic--day .stop .t {
    overflow-wrap: anywhere;
  }
}

/* 6 — Three Campuses (pins) */
.lh-brand-graphic--campuses { background: var(--lh-stone-100); color: var(--lh-charcoal-900); padding: 9%; }
.lh-brand-graphic--campuses .eyebrow { color: var(--lh-red-700); }
.lh-brand-graphic--campuses .pins { position: absolute; left: 0; right: 0; bottom: 20%; display: flex; justify-content: center; gap: 11%; }
.lh-brand-graphic--campuses .baseline { position: absolute; left: 12%; right: 12%; bottom: calc(20% + 4px); height: 1px; background: var(--lh-border-stone); }
.lh-brand-graphic--campuses .pin { text-align: center; position: relative; }
.lh-brand-graphic--campuses .pin .tear {
  width: 40px; height: 40px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg);
  margin: 0 auto 16px; position: relative; box-shadow: var(--lh-shadow-sm);
}
.lh-brand-graphic--campuses .pin .tear::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 13px; height: 13px; border-radius: 50%; background: #fff; }
.lh-brand-graphic--campuses .pin .lab { font-size: 13px; font-weight: 800; letter-spacing: -.01em; }
.lh-brand-graphic--campuses .pin .st { display: block; font-size: 11px; color: var(--lh-fg-muted); font-weight: 600; }
.lh-brand-graphic--campuses .pin-palm .tear,
.lh-brand-graphic--campuses .pin-dade .tear,
.lh-brand-graphic--campuses .pin-geo .tear { background: var(--lh-red-500); }

/* 7 — Stories / Testimony (charcoal poster) */
.lh-brand-graphic--stories { background: var(--lh-charcoal-900); color: #fff; padding: 9%; }
.lh-brand-graphic--stories .eyebrow { color: #ff8d8d; }
.lh-brand-graphic--stories .play {
  position: absolute; left: 9%; top: 50%; transform: translateY(-50%);
  width: 84px; height: 84px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .6);
  display: grid; place-items: center;
}
.lh-brand-graphic--stories .play::after {
  content: ""; border-style: solid; border-width: 13px 0 13px 22px;
  border-color: transparent transparent transparent #fff; margin-left: 6px;
}
.lh-brand-graphic--stories .quote {
  position: absolute; left: 9%; right: 9%; bottom: 9%; font-family: var(--lh-font-serif);
  font-style: italic; font-size: 1.3rem; line-height: 1.35; color: #f1efee;
  border-left: 3px solid var(--lh-red-500); padding-left: 18px; max-width: 26ch;
}
.lh-brand-graphic--stories .quote .by { display: block; font-family: var(--lh-font-sans); font-style: normal; font-size: 12px; font-weight: 700; letter-spacing: .04em; color: #b9b6b4; margin-top: 8px; }
.lh-brand-graphic--stories .wm { right: -6%; top: -8%; width: 46%; filter: brightness(0) invert(1); opacity: .05; }

/* ------------------------------------------------------------------
   8 — Florida + Georgia campus map (client feedback R1)

   Editorial split with an inset cartographic plate. State silhouettes
   carry crimson/blue; action red is intentionally limited to location pins.
   All map labels are live SVG text, with no motion or dependencies.
   ------------------------------------------------------------------ */
.lh-brand-graphic--campus-map {
  align-items: stretch;
  background:
    radial-gradient(circle at 7% 8%, rgba(168, 3, 3, 0.17), transparent 31%),
    linear-gradient(137deg, var(--lh-charcoal-900, #1e1e1f) 0%, var(--lh-charcoal-900) 72%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  color: var(--lh-white);
  display: grid;
  gap: clamp(24px, 3.8vw, 64px);
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  isolation: isolate;
  min-height: 500px;
  padding: clamp(28px, 4.6vw, 64px);
}

.lh-brand-graphic--campus-map::before {
  background: var(--lh-red-700);
  content: "";
  height: 4px;
  left: clamp(28px, 4.6vw, 64px);
  position: absolute;
  top: 0;
  width: clamp(68px, 9vw, 128px);
}

.lh-campus-map__copy {
  align-self: center;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.lh-brand-graphic--campus-map .eyebrow {
  color: var(--lh-crimson-300, #f7f7f7);
  margin-bottom: clamp(16px, 2vw, 28px);
}

.lh-brand-graphic--campus-map h4 {
  color: var(--lh-white) !important;
  font-family: var(--lh-font-sans);
  font-size: clamp(2.2rem, 4.25vw, 4.75rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
  max-width: 8.5ch;
}

.lh-brand-graphic--campus-map h4 span {
  color: var(--lh-gray-300, #d8d5d1) !important;
  display: block;
  font-family: var(--lh-font-serif);
  font-size: 0.72em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-top: 0.22em;
}

.lh-brand-graphic--campus-map p {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.9rem, 1.25vw, 1.0625rem);
  line-height: 1.65;
  margin: clamp(20px, 2.4vw, 34px) 0 0;
  max-width: 31ch;
}

.lh-campus-map__state-key {
  align-items: center;
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  font-size: 0.6875rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.14em;
  margin-top: clamp(22px, 3vw, 42px);
  text-transform: uppercase;
}

.lh-campus-map__state-key i {
  background: rgba(255, 255, 255, 0.32);
  height: 1px;
  width: 28px;
}

.lh-campus-map__stage {
  align-items: center;
  align-self: stretch;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    var(--lh-charcoal-900, #1e1e1f);
  border-radius: clamp(18px, 2vw, 28px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 24px 54px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  min-height: 360px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(12px, 2vw, 28px);
  position: relative;
}

.lh-campus-map__stage::after {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(clamp(18px, 2vw, 28px) - 7px);
  content: "";
  inset: 7px;
  pointer-events: none;
  position: absolute;
}

.lh-campus-map__svg {
  display: block;
  height: 100%;
  max-height: 520px;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 1;
}

.lh-campus-map__field circle,
.lh-campus-map__field path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.07);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.lh-campus-map__field circle:nth-child(2) {
  stroke: rgba(168, 3, 3, 0.09);
}

.lh-campus-map__state {
  stroke: rgba(255, 255, 255, 0.55);
  stroke-linejoin: round;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.lh-campus-map__state--georgia {
  fill: var(--lh-charcoal-900);
}

.lh-campus-map__state--florida {
  fill: var(--lh-crimson-200, #f7f7f7);
}

.lh-campus-map__coastline {
  fill: none;
  stroke: rgba(255, 255, 255, 0.82);
  stroke-linecap: round;
  stroke-width: 2.5;
  vector-effect: non-scaling-stroke;
}

.lh-campus-map__state-name {
  fill: var(--lh-stone-50);
  font-family: var(--lh-font-sans);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.lh-campus-map__state-name--florida {
  fill: var(--lh-charcoal-900);
}

.lh-campus-map__route {
  fill: none;
  stroke: var(--lh-red-700);
  stroke-dasharray: 4 8;
  stroke-linecap: round;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.lh-campus-map__leader {
  fill: none;
  stroke: rgba(255, 255, 255, 0.72);
  stroke-linecap: round;
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.lh-campus-map__label {
  fill: rgba(30, 30, 31, 0.95);
  stroke: rgba(255, 255, 255, 0.25);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.lh-campus-map__city,
.lh-campus-map__state-label {
  font-family: var(--lh-font-sans);
  pointer-events: none;
}

.lh-campus-map__city {
  fill: var(--lh-white);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lh-campus-map__state-label {
  fill: var(--lh-gray-300, #d8d5d1);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lh-campus-map__pin {
  filter: drop-shadow(0 5px 7px rgba(30, 30, 31, 0.26));
}

.lh-campus-map__pin path {
  fill: var(--lh-red-500);
  stroke: var(--lh-charcoal-900, #1e1e1f);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.lh-campus-map__pin circle {
  fill: var(--lh-charcoal-900, #1e1e1f);
}

.lh-campus-map__mobile-key {
  display: none;
}

@media (max-width: 900px) {
  .lh-brand-graphic--campus-map {
    gap: 22px;
    grid-template-columns: minmax(180px, 0.64fr) minmax(0, 1.36fr);
    padding: 32px;
  }

  .lh-brand-graphic--campus-map h4 {
    font-size: clamp(2rem, 4.6vw, 3.25rem);
  }
}

@media (max-width: 700px) {
  .lh-brand-graphic--campus-map,
  .lh-brand-graphic--campus-map.lh-brand-graphic--r16x9,
  .lh-brand-graphic--campus-map.lh-brand-graphic--r1x1,
  .lh-brand-graphic--campus-map.lh-brand-graphic--rfill {
    aspect-ratio: auto;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    min-height: 0;
    padding: 34px 20px 20px;
  }

  .lh-brand-graphic--campus-map::before {
    left: 20px;
  }

  .lh-brand-graphic--campus-map h4 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
    max-width: 9.5ch;
  }

  .lh-brand-graphic--campus-map p {
    max-width: 38ch;
  }

  .lh-campus-map__state-key {
    margin-top: 22px;
  }

  .lh-campus-map__stage {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    min-height: clamp(330px, 96vw, 430px);
    padding: 8px;
  }

  .lh-campus-map__svg {
    height: auto;
    min-height: 0;
  }

  .lh-campus-map__city {
    font-size: 20px;
  }

  .lh-campus-map__state-label {
    font-size: 15px;
  }

  .lh-campus-map__mobile-key {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
  }

  .lh-campus-map__mobile-key li {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--lh-radius-sm);
    display: grid;
    gap: 2px;
    padding: 10px 8px;
    text-align: center;
  }

  .lh-campus-map__mobile-key strong {
    color: var(--lh-white);
    font-size: 0.75rem;
    line-height: 1.2;
  }

  .lh-campus-map__mobile-key span {
    color: var(--lh-gray-300, #d8d5d1);
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}

/* ------------------------------------------------------------------
   Campus regional straps + directions (regional SEO pass)
   Emitted by [lh_campus_region], [lh_campus_directions], and the
   campus-cards template's region line.
   ------------------------------------------------------------------ */

.lh-campus-region {
  color: var(--lh-fg-accent);
  font-size: var(--lh-text-eyebrow);
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
}

.lh-hero .lh-campus-region,
.fusion-fullwidth.lh-hero .lh-campus-region {
  margin-top: calc(-1 * var(--lh-space-2));
}

.lh-campus-card__region {
  color: var(--lh-fg-accent);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.lh-campus-directions {
  display: grid;
  gap: var(--lh-space-2);
  justify-items: start;
}

.lh-campus-directions__link {
  margin: 0;
}

.lh-campus-directions__map {
  margin-top: var(--lh-space-3);
  width: 100%;
}

.lh-campus-directions__map iframe {
  border: 0;
}

/* ------------------------------------------------------------------
   Campaign components: status chips, cards, meta strip, countdown,
   CTA rows, and sponsorship tiers. Classes come from the
   lh_campaign_* shortcodes and the "LH Section - Campaign *" library
   sections; selectors are paired with .fusion-* variants where editors
   may apply the class to Avada elements directly.
   ------------------------------------------------------------------ */

.lh-campaign-chip {
  align-items: center;
  align-self: flex-start;
  background: var(--lh-bg-muted);
  border-radius: var(--lh-radius-pill);
  color: var(--lh-fg-strong);
  display: inline-flex;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0.35em 1.1em;
  text-transform: uppercase;
}

.lh-campaign-chip--live {
  background: var(--lh-red-700);
  color: var(--lh-fg-inverse);
}

.lh-campaign-chip--upcoming {
  background: var(--lh-bg-attention);
  color: var(--lh-red-700);
}

.lh-campaign-chip--archived,
.lh-campaign-chip--unset {
  background: var(--lh-bg-stone);
  color: var(--lh-fg-muted);
}

.lh-campaign-cards {
  display: grid;
  gap: var(--lh-space-5);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.lh-campaign-cards--empty {
  grid-template-columns: minmax(0, 1fr);
}

.lh-campaign-cards__heading {
  margin: 0 0 var(--lh-space-4);
}

.lh-campaign-cards__empty {
  display: grid;
  gap: var(--lh-space-3);
  justify-items: start;
  padding: var(--lh-space-6);
}

.lh-campaign-cards__empty-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--lh-space-3) var(--lh-space-5);
}

.lh-campaign-card {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-lg);
  box-shadow: var(--lh-shadow-sm);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.lh-campaign-card__image {
  aspect-ratio: 16 / 10;
  background: var(--lh-stone-300);
  display: block;
}

.lh-campaign-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lh-campaign-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: var(--lh-space-3);
  padding: var(--lh-space-5);
}

.lh-campaign-card__title {
  font-size: var(--lh-text-h4, 1.375rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0;
}

.lh-campaign-card__title a {
  color: var(--lh-fg-strong);
  text-decoration: none;
}

.lh-campaign-card__title a:hover,
.lh-campaign-card__title a:focus {
  color: var(--lh-red-700);
}

.lh-campaign-card__dates {
  color: var(--lh-fg-muted);
  font-size: var(--lh-text-meta);
  font-weight: 700;
  margin: 0;
}

.lh-campaign-card__goal {
  margin: 0;
}

.lh-campaign-card__actions {
  display: flex;
  margin-top: auto;
  padding-top: var(--lh-space-3);
}

.lh-campaign-card--archived .lh-campaign-card__image {
  filter: grayscale(0.6);
  opacity: 0.85;
}

.lh-campaign-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--lh-space-2) var(--lh-space-5);
}

.lh-campaign-meta p {
  margin: 0;
}

.lh-campaign-meta__dates,
.lh-campaign-meta__campus,
.lh-campaign-meta__share {
  color: var(--lh-fg-muted);
  font-size: var(--lh-text-meta);
  font-weight: 700;
}

.lh-campaign-meta__matching {
  background: var(--lh-bg-attention);
  border-radius: var(--lh-radius-xs);
  color: var(--lh-red-700);
  flex-basis: 100%;
  font-size: var(--lh-text-meta);
  font-weight: 700;
  padding: var(--lh-space-2) var(--lh-space-4);
}

.lh-countdown {
  color: var(--lh-fg-strong);
  font-size: var(--lh-text-meta);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.lh-countdown__days {
  color: var(--lh-red-700);
}

.lh-campaign-ctas__row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--lh-space-3) var(--lh-space-4);
}

.lh-campaign-ctas__note {
  color: var(--lh-fg-muted);
  margin: 0 0 var(--lh-space-3);
  max-width: 60ch;
}

.lh-tier-card,
.fusion-layout-column.lh-tier-card,
.fusion-text.lh-tier-card {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-md);
  border-top: 3px solid var(--lh-red-700);
  box-shadow: var(--lh-shadow-sm);
  padding: var(--lh-space-5);
}

.lh-tier-card__amount {
  color: var(--lh-red-700);
  font-size: var(--lh-text-h3, 2rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 var(--lh-space-2);
}

@media (max-width: 767px) {
  .lh-campaign-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-campaign-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--lh-space-2);
  }
}

/* ========================================================================
   R2 delight pass — stone ground, crimson voice, navy anchor

   The manifest assigns exactly one saturated crimson moment and one navy close
   to each launch page. All remaining top-level bands alternate stone and pale
   blue by DOM position, which makes the no-same-adjacency rule deterministic
   even when an importer-owned section is reordered later.
   ======================================================================== */

body,
#main,
#wrapper,
.post-content {
  background: var(--lh-stone-100) !important;
}

#main {
  overflow: clip;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.post-content > .fusion-fullwidth {
  border-radius: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
}

.post-content > .fusion-fullwidth:not(.lh-hero):not(.lh-home-hero):not(.lh-section-crimson):not(.lh-section-crimson-soft):not(.lh-section-navy):not(.lh-section-charcoal):not(.lh-section-inverse):not(.lh-section-blue):not(.lh-section-blue-soft):not(.lh-section-paper):not(.lh-section-cream):not(.lh-section-stone):not(.lh-section-muted):not(.lh-mobile-utility):not(.lh-get-help-faq) {
  background-color: var(--lh-stone-100) !important;
}

.post-content > .fusion-fullwidth:nth-child(even):not(.lh-hero):not(.lh-home-hero):not(.lh-section-crimson):not(.lh-section-crimson-soft):not(.lh-section-navy):not(.lh-section-charcoal):not(.lh-section-inverse):not(.lh-section-blue):not(.lh-section-blue-soft):not(.lh-section-paper):not(.lh-section-cream):not(.lh-section-stone):not(.lh-section-muted):not(.lh-mobile-utility):not(.lh-get-help-faq):not(.lh-campuses-story) {
  background-color: var(--lh-gray-100) !important;
}

.post-content > .fusion-fullwidth.lh-section-crimson {
  background-color: var(--lh-crimson-700) !important;
  color: var(--lh-stone-50) !important;
}

.post-content > .fusion-fullwidth.lh-section-crimson h1,
.post-content > .fusion-fullwidth.lh-section-crimson h2,
.post-content > .fusion-fullwidth.lh-section-crimson h3,
.post-content > .fusion-fullwidth.lh-section-crimson h4,
.post-content > .fusion-fullwidth.lh-section-crimson p,
.post-content > .fusion-fullwidth.lh-section-crimson li,
.post-content > .fusion-fullwidth.lh-section-crimson .fusion-title-heading {
  color: var(--lh-stone-50) !important;
}

.post-content > .fusion-fullwidth.lh-section-crimson .lh-eyebrow {
  color: var(--lh-warm-white) !important;
}

.post-content > .fusion-fullwidth.lh-section-crimson a:not(.fusion-button):not(.lh-button) {
  color: var(--lh-white) !important;
  text-decoration-color: rgba(255, 255, 255, 0.52);
}

/* Type hierarchy: Manrope stays structural; Spectral carries reflection. */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content .fusion-title-heading {
  line-height: 1.08 !important;
}

.post-content blockquote,
.post-content blockquote p,
.lh-quote,
.lh-scripture-feature blockquote p,
.lh-love-in-action__body,
.lh-page-closer--stories .lh-page-closer__copy > p:not(.lh-eyebrow) {
  font-family: var(--lh-font-serif) !important;
}

.lh-decade > p:last-child::first-line {
  font-family: var(--lh-font-serif);
  font-size: 1.08em;
  font-weight: 600;
}

.post-content small,
.post-content figcaption,
.post-content .lh-meta,
.post-content [class*="__meta"],
.post-content [class*="__source"] {
  font-size: max(0.8125rem, 13px);
  letter-spacing: 0.02em;
}

/* Shared 16-piece line-icon family. */
.lh-line-icon {
  color: currentColor;
  display: block;
  height: 100%;
  overflow: visible;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  width: 100%;
}

.lh-icon-tile {
  background: var(--lh-stone-200);
  border: 1px solid rgba(30, 30, 31, 0.14);
  border-radius: 16px;
  color: var(--lh-red-700);
  height: 58px;
  padding: 12px;
  width: 58px;
}

.lh-card:nth-of-type(3n + 1) .lh-icon-tile,
.lh-card:nth-of-type(3n + 2) .lh-icon-tile,
.lh-card:nth-of-type(3n + 3) .lh-icon-tile { color: var(--lh-red-700); }

/* Editorial heroes: real photography where available, duotone treatment
   elsewhere, a crimson rule, and a page-relevant icon rather than the seal. */
.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light {
  background-color: var(--lh-crimson-900) !important;
  background-image:
    linear-gradient(90deg, rgba(30, 30, 31, 0.98) 0%, rgba(30, 30, 31, 0.91) 52%, rgba(139, 0, 0, 0.68) 100%),
    url("/wp-content/uploads/2026/06/full-team2.jpg") !important;
  background-position: center 42% !important;
  background-size: cover !important;
  color: var(--lh-white) !important;
  min-height: 440px;
  padding-block: clamp(68px, 8vw, 112px) !important;
}

.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light::before {
  background: var(--lh-crimson-700);
  content: "";
  height: 6px;
  inset: 0 0 auto;
  position: absolute;
  z-index: 3;
}

.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light::after {
  background: radial-gradient(circle, rgba(168, 3, 3, 0.18), transparent 68%);
  background-image: none !important;
  border: 1px solid rgba(168, 3, 3, 0.2);
  border-radius: 50%;
  height: min(42vw, 520px);
  inset: 50% max(28px, calc((100vw - var(--lh-width-page)) / 2)) auto auto;
  opacity: 1;
  transform: translateY(-50%);
  width: min(42vw, 520px);
}

.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light .fusion-title-heading,
.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light h1,
.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light .lh-h1 {
  color: var(--lh-stone-50) !important;
  font-size: clamp(2.75rem, 5vw, 4rem) !important;
  line-height: 1.08 !important;
  max-width: 14ch;
}

.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light .fusion-text p,
.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light p,
.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light .lh-body-lg {
  color: var(--lh-stone-50) !important;
  max-width: 48ch;
}

.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light .lh-eyebrow {
  color: rgba(255, 253, 248, 0.85) !important;
}

.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light .lh-cta-secondary,
.fusion-fullwidth.lh-hero.lh-hero.lh-hero-light .fusion-button.lh-cta-secondary {
  border-color: rgba(255, 255, 255, 0.65) !important;
  color: var(--lh-white) !important;
}

.lh-hero__accent {
  color: var(--lh-stone-50);
  height: clamp(150px, 18vw, 260px);
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(150px, 18vw, 260px);
  z-index: -1;
}

.lh-hero--mission-history {
  background-image:
    linear-gradient(90deg, rgba(30, 30, 31, 0.98) 0%, rgba(30, 30, 31, 0.9) 55%, rgba(139, 0, 0, 0.62) 100%),
    url("/wp-content/uploads/2026/06/founders.avif") !important;
}

.lh-hero--leadership-board,
.lh-hero--about-loving-hands,
.lh-hero--stories {
  background-image:
    linear-gradient(90deg, rgba(30, 30, 31, 0.98) 0%, rgba(30, 30, 31, 0.87) 54%, rgba(139, 0, 0, 0.57) 100%),
    url("/wp-content/uploads/2026/06/full-team.jpg") !important;
}

.lh-hero--volunteer {
  background-image:
    linear-gradient(90deg, rgba(30, 30, 31, 0.98), rgba(30, 30, 31, 0.82) 60%, rgba(139, 0, 0, 0.48)),
    url("/wp-content/uploads/2026/06/dadecitystaff.avif") !important;
}

/* Home uses the approved concept as a navy/crimson duotone, with a crop
   that remains portrait-safe at 390px. It is intentionally not the navy band;
   the page-specific closer is the single navy anchor. */
.fusion-fullwidth.lh-home-hero.lh-home-hero {
  background: linear-gradient(135deg, var(--lh-charcoal-900) 0%, var(--lh-crimson-900) 100%) !important;
  min-height: 640px;
}

.fusion-fullwidth.lh-home-hero.lh-home-hero .lh-eyebrow {
  color: rgba(255, 253, 248, 0.85) !important;
}

.lh-home-hero__figure img {
  filter: grayscale(1) contrast(1.08) brightness(0.82);
}

.lh-home-hero__figure::after {
  background: linear-gradient(90deg, var(--lh-charcoal-900) 0%, rgba(30, 30, 31, 0.78) 16%, rgba(168, 3, 3, 0.2) 62%, rgba(139, 0, 0, 0.34) 100%);
}

.fusion-fullwidth.lh-home-stats-moment .lh-national-stats__sources,
.fusion-fullwidth.lh-home-stats-moment .lh-national-stats__sources a {
  color: rgba(255, 253, 248, 0.85) !important;
}

.fusion-fullwidth.lh-home-stats-moment .lh-national-stats__sources a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lh-home-hero__copy h1,
.lh-home-hero__copy .fusion-title-heading {
  font-size: clamp(3rem, 5vw, 4rem) !important;
  letter-spacing: -0.045em;
  line-height: 1.06 !important;
}

/* Thrift's custom split hero gets the same crimson language without hiding the
   requested logo lockup. */
.post-content > .fusion-fullwidth.lh-thrift-hero {
  background: linear-gradient(125deg, var(--lh-charcoal-900), var(--lh-crimson-900)) !important;
  color: var(--lh-stone-50);
}

.lh-thrift-hero h1,
.lh-thrift-hero p,
.lh-thrift-hero .fusion-title-heading {
  color: var(--lh-stone-50) !important;
}

.lh-thrift-hero .lh-eyebrow { color: rgba(255, 253, 248, 0.85) !important; }
.lh-thrift-hero .lh-cta-secondary { border-color: rgba(255,255,255,.65); color: var(--lh-white); }

/* Saturated moments. */
.lh-home-stats-moment .lh-national-stat {
  background: var(--lh-stone-50);
  border-color: rgba(30, 30, 31, 0.18);
  box-shadow: 0 18px 42px rgba(30, 30, 31, 0.12);
}

.lh-home-stats-moment .lh-national-stat:nth-child(2) { transform: translateY(18px); }

.lh-prayer-moment {
  /* Generated art direction proof; the intro uses the approved crimson duotone treatment. */
  background-image:
    linear-gradient(90deg, rgba(168, 3, 3, 0.92) 0%, rgba(168, 3, 3, 0.72) 42%, rgba(30, 30, 31, 0.16) 100%),
    url("../images/prayer-hands-candle.webp") !important;
  background-position: 70% center !important;
  background-size: cover !important;
}

.lh-prayer-moment__intro {
  max-width: 540px;
  padding: 16px 0 clamp(70px, 12vw, 160px);
}

.lh-prayer-moment__intro h2 {
  font-size: clamp(2.8rem, 6vw, 5.4rem) !important;
  max-width: 11ch;
}

.lh-prayer-moment__intro > p:last-child {
  color: rgba(255, 253, 248, 0.92) !important;
  font-family: var(--lh-font-serif);
  font-size: 1.25rem;
  max-width: 46ch;
}

.lh-prayer-moment .lh-card {
  backdrop-filter: blur(5px);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 24px 54px rgba(30, 30, 31, 0.16);
}

.lh-contact-photo-moment .lh-media img,
.lh-thrift-hero__media img,
.lh-team-card__image img {
  filter: sepia(0.22) saturate(1.22) contrast(1.03);
}

/* Local visual fallback prevents lazy third-party video frames from becoming
   an empty gray panel while the privacy-enhanced player is still loading. */
.lh-youtube-embed {
  background:
    linear-gradient(145deg, rgba(30, 30, 31,.08), rgba(168,3,3,.12)),
    url("/wp-content/uploads/2026/06/full-team.jpg") center 42% / cover no-repeat;
}

/* Preserve contrast inside the dark map plate even though it lives within
   the page's crimson band, whose default text color is navy. */
.fusion-content-tb > .fusion-fullwidth.lh-campus-map-hero .lh-brand-graphic--campus-map h4 {
  color: var(--lh-white) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-campus-map-hero .lh-brand-graphic--campus-map h4 span {
  color: var(--lh-gray-300) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-campus-map-hero .lh-brand-graphic--campus-map p {
  color: rgba(255, 255, 255, 0.82) !important;
}

.fusion-fullwidth.lh-section-crimson .lh-brand-graphic--events h4,
.fusion-fullwidth.lh-section-crimson .lh-brand-graphic--events p {
  color: var(--lh-stone-50) !important;
}

.fusion-fullwidth.lh-section-crimson .lh-give-impact .lh-eyebrow {
  color: var(--lh-warm-white) !important;
}

.fusion-fullwidth.lh-section-crimson .lh-give-impact .lh-give-impact__care {
  color: rgba(255, 253, 248, 0.82) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-thrift-hero .fusion-button.lh-cta-secondary {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.68) !important;
  color: var(--lh-stone-50) !important;
}

.lh-team-card__image {
  background: var(--lh-gray-100);
  position: relative;
}

.lh-team-card__image::after {
  background: linear-gradient(155deg, rgba(168, 3, 3, 0.12), rgba(30, 30, 31, 0.2));
  content: "";
  inset: 0;
  mix-blend-mode: color;
  pointer-events: none;
  position: absolute;
}

/* Page closers replace the repeated inset black card. */
.fusion-fullwidth.lh-page-closer.lh-page-closer {
  background:
    radial-gradient(circle at 86% 18%, rgba(168, 3, 3, 0.14), transparent 28%),
    var(--lh-charcoal-900) !important;
  border: 0 !important;
  color: var(--lh-white);
  margin-bottom: 0 !important;
  min-height: 420px;
  padding-block: clamp(56px, 6vw, 80px) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson {
  border-bottom: 12px solid var(--lh-stone-100) !important;
  border-top: 12px solid var(--lh-stone-100) !important;
}

.fusion-fullwidth.lh-page-closer.lh-page-closer {
  border-top: 12px solid var(--lh-stone-100) !important;
}

.lh-page-closer__inner {
  align-items: center;
  display: grid;
  gap: clamp(40px, 8vw, 120px);
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.32fr);
}

.lh-page-closer__copy h2 {
  color: var(--lh-stone-50) !important;
  font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
  max-width: 15ch;
}

.lh-page-closer__copy > p:not(.lh-eyebrow) {
  color: rgba(255, 253, 248, 0.76) !important;
  font-size: 1.125rem;
  line-height: 1.65;
  margin: var(--lh-space-4) 0 0;
  max-width: 58ch;
}

.lh-page-closer__actions .lh-button-row {
  justify-content: flex-start;
  margin-top: var(--lh-space-6);
}

.lh-page-closer__mark {
  color: var(--lh-warm-white);
  justify-self: end;
  opacity: 0.22;
  width: min(22vw, 240px);
}

.lh-page-closer__mark .lh-line-icon {
  height: auto;
  width: 100%;
}

.lh-page-closer--stories .lh-page-closer__copy > p:not(.lh-eyebrow) {
  color: var(--lh-gray-100) !important;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.4;
}

/* Brand graphics now use the icon family; the seal stays only in the footer,
   Mission & History, and Statement of Faith. */
.lh-brand-icon {
  color: var(--lh-red-700);
  height: clamp(64px, 18%, 110px);
  position: absolute;
  width: clamp(64px, 18%, 110px);
}

.lh-brand-graphic--mission .lh-brand-icon { left: 41%; top: 33%; }
.lh-brand-graphic--gift .lh-brand-icon { right: 7%; top: 8%; }
.lh-brand-graphic--stories .lh-brand-icon { opacity: .12; right: 7%; top: 7%; }

.lh-gift-icon-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.lh-gift-icon-grid > span {
  align-items: center;
  background: var(--lh-stone-100);
  border: 1px solid rgba(30, 30, 31,.12);
  border-radius: 12px;
  color: var(--lh-charcoal-900);
  display: flex;
  font-size: 12px;
  gap: 8px;
  padding: 10px;
}

.lh-gift-icon-grid .lh-line-icon { color: var(--lh-red-700); height: 28px; width: 28px; }

.lh-brand-panel__icon,
.lh-cta-banner__icon {
  color: currentColor;
  filter: none !important;
  height: 120px;
  opacity: .12;
  padding: 10px;
  width: 120px;
}

.lh-serve-icon-row {
  display: flex;
  gap: 12px;
  margin-top: clamp(26px, 8%, 54px);
}

.lh-serve-icon-row > span {
  align-items: center;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  display: flex;
  height: clamp(48px, 9vw, 72px);
  justify-content: center;
  padding: 13px;
  width: clamp(48px, 9vw, 72px);
}

.lh-event-poster-mark {
  align-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  color: var(--lh-warm-white);
  display: flex;
  gap: 16px;
  margin-top: auto;
  padding: 18px;
}

.lh-event-poster-mark .lh-line-icon { height: 48px; width: 48px; }
.lh-event-poster-mark span { color: var(--lh-white); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* Sunrise-to-evening illustrated day strip. */
.lh-brand-graphic--day {
  background: linear-gradient(110deg, var(--lh-stone-100) 0%, var(--lh-gray-100) 46%, #d8d5d1 100%);
  min-height: 330px;
}

.lh-brand-graphic--day .track {
  background: linear-gradient(90deg, var(--lh-crimson-900), var(--lh-crimson-700) 50%, var(--lh-charcoal-700));
  height: 3px;
  top: 25px;
}

.lh-brand-graphic--day .stop .dot,
.lh-brand-graphic--day .stop.on .dot {
  align-items: center;
  background: var(--lh-stone-50);
  border: 2px solid var(--lh-charcoal-900);
  box-shadow: 0 6px 18px rgba(30, 30, 31,.13);
  color: var(--lh-charcoal-900);
  display: flex;
  height: 52px;
  justify-content: center;
  padding: 11px;
  width: 52px;
}

.lh-brand-graphic--day .stop.on .dot {
  background: var(--lh-red-500);
  border-color: var(--lh-red-500);
  color: var(--lh-white);
}

.lh-brand-graphic--day .stop .lab { font-size: 14px; }
.lh-brand-graphic--day .stop .t { color: var(--lh-charcoal-900); font-size: 13px; opacity: .7; }

/* Mission timeline: true spine, year ticks, equal photo slots, editorial eras. */
.lh-decade-section > .fusion-builder-row {
  position: relative;
}

.lh-decade-section > .fusion-builder-row::before {
  background: var(--lh-crimson-700);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 145px;
}

.lh-decade-column {
  border-left: 0;
  position: relative;
}

.lh-decade-column::before {
  background: var(--lh-red-500);
  border: 5px solid var(--lh-stone-50);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--lh-crimson-700);
  content: "";
  height: 18px;
  left: clamp(18px, 2.2vw, 34px);
  position: absolute;
  top: 137px;
  width: 18px;
  z-index: 2;
}

.lh-decade__photo {
  align-items: end;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(145deg, rgba(30, 30, 31,.04), rgba(30, 30, 31,.34)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.26) 0 2px, transparent 2px 7px),
    var(--lh-gray-300);
  border-radius: 16px;
  display: flex;
  margin: 34px 0 40px;
  overflow: hidden;
  padding: 16px;
}

.lh-decade__photo span {
  color: var(--lh-white);
  font-family: var(--lh-font-serif);
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-style: italic;
  font-weight: 700;
}

.lh-history-signal__years {
  font-family: var(--lh-font-serif);
  font-size: clamp(3.8rem, 10vw, 8rem) !important;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: .9 !important;
  margin-bottom: 24px;
}

.lh-love-in-action__seal,
.lh-scripture-feature__seal {
  display: block;
  height: auto;
  margin: 0 auto 18px;
  opacity: .2;
  width: 76px;
}

.lh-love-in-action__script {
  color: var(--lh-stone-50) !important;
  opacity: 1;
}

.lh-love-in-action .lh-button-row { justify-content: center; margin-top: 24px; }

.lh-love-in-action > .fusion-builder-row,
.lh-love-in-action > .fusion-row {
  max-width: 1080px !important;
}

.lh-love-in-action .lh-eyebrow {
  margin-bottom: 0;
}

.lh-giving-pathway--monthly {
  border-top: 4px solid var(--lh-red-700);
  grid-column: 1 / -1;
}

@media (min-width: 901px) {
  .lh-giving-pathway--monthly > .fusion-column-wrapper {
    align-items: center;
    display: grid !important;
    gap: 8px clamp(24px, 4vw, 52px);
    grid-template-columns: 72px minmax(0, 1fr) minmax(420px, .95fr);
    grid-template-rows: auto auto;
  }

  .lh-giving-pathway--monthly > .fusion-column-wrapper > .fusion-text:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .lh-giving-pathway--monthly > .fusion-column-wrapper > .fusion-title {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0 !important;
  }

  .lh-giving-pathway--monthly > .fusion-column-wrapper > .fusion-title + .fusion-text {
    grid-column: 2;
    grid-row: 2;
  }

  .lh-giving-pathway--monthly > .fusion-column-wrapper > .fusion-text:last-child {
    grid-column: 3;
    grid-row: 1 / 3;
    margin-top: 0 !important;
  }
}

.lh-campus-giving-chips {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lh-campus-giving-chips .lh-button {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 44px;
  min-width: 0;
  width: 100% !important;
}

.lh-campus-giving-chips .lh-button::after {
  content: "\2197";
  font-size: 0.9em;
}

.lh-capital-campaign-link {
  color: var(--lh-charcoal-900) !important;
  display: inline-block;
  font-size: var(--lh-text-meta);
  font-weight: 800;
  margin-bottom: var(--lh-space-2);
  text-decoration: underline;
  text-decoration-color: var(--lh-red-700);
  text-underline-offset: 4px;
}

.lh-program-day-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.lh-program-day-list li {
  align-items: baseline;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(30, 30, 31, 0.12);
  border-radius: 14px;
  color: var(--lh-charcoal-900) !important;
  display: grid;
  gap: 10px;
  grid-template-columns: 92px minmax(0, 1fr);
  padding: 11px 14px;
}

.lh-program-day-list time {
  color: var(--lh-crimson-900);
  font-weight: 900;
  white-space: nowrap;
}

.lh-program-day-list strong {
  color: var(--lh-charcoal-900);
  display: block;
}

.lh-program-day-list span {
  color: var(--lh-charcoal-500);
  display: block;
  font-size: 0.9rem;
  line-height: 1.35;
}

@media (max-width: 760px) {
  .lh-campus-giving-chips {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-program-day-list li {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Belief chapters become numbered tinted panels rather than a long rule list. */
.lh-faith-chapters {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lh-faith-chapters li {
  background: var(--lh-stone-50);
  border: 1px solid rgba(30, 30, 31,.14);
  border-radius: 20px;
  grid-template-columns: 54px minmax(0,1fr);
  padding: clamp(24px, 4vw, 42px);
}

.lh-faith-chapters li:nth-child(2),
.lh-faith-chapters li:nth-child(3) { background: var(--lh-stone-200); }
.lh-faith-chapters li > span { color: var(--lh-red-700); font-size: 1rem; }

/* Printed newsletter spread: two visible leaves on desktop, one on mobile. */
.lh-newsletter-viewer--enhanced .lh-newsletter-viewer__pages {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1180px;
  perspective: 1600px;
}

.lh-newsletter-viewer--enhanced .lh-newsletter-page {
  border-radius: 3px 18px 18px 3px;
  min-height: 640px;
}

.lh-newsletter-viewer--enhanced .lh-newsletter-page--image {
  min-height: 0;
}

.lh-newsletter-viewer--enhanced .lh-newsletter-page:nth-child(even) {
  border-radius: 18px 3px 3px 18px;
  box-shadow: -18px 28px 58px rgba(30, 30, 31,.16);
  transform: rotateY(-2deg);
}

.lh-newsletter-viewer--enhanced .lh-newsletter-page:nth-child(odd) {
  box-shadow: 18px 28px 58px rgba(30, 30, 31,.16);
  transform: rotateY(2deg);
}

.lh-newsletter-page:not(.lh-newsletter-page--cover) {
  background-image: radial-gradient(rgba(30, 30, 31,.055) .7px, transparent .7px);
  background-size: 5px 5px;
}

.lh-newsletter-page--image:not(.lh-newsletter-page--cover) {
  background-image: none;
}

.lh-newsletter-page--cover {
  background-color: var(--lh-charcoal-900);
}

.lh-newsletter-page h3 { font-family: var(--lh-font-serif); }

/* The reader shows a two-leaf spread above 800px and one full-width leaf at
   800px and below. Keep this breakpoint synchronized with frontend.js so a
   single tablet leaf never sits in half of a two-column grid. */
@media (max-width: 800px) {
  .lh-newsletter-viewer--enhanced .lh-newsletter-viewer__pages {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-newsletter-viewer--enhanced .lh-newsletter-page {
    min-height: 520px;
    transform: none !important;
  }
}

/* The two-card router is information, not decoration. */
.lh-contact-router__card .fusion-column-wrapper {
  height: 100%;
}

.lh-contact-router__card .lh-button-row { margin-top: auto; }

@media (max-width: 900px) {
  body.lh-mobile-utility-active {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }

  .lh-page-closer__inner {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .lh-page-closer__actions .lh-button-row { justify-content: flex-start; }

  .lh-decade-section > .fusion-builder-row::before { display: none; }
  .lh-decade-column::before { left: 0; top: 34px; }
  .lh-decade-column { border-top: 0; padding-left: 28px; }

  .lh-faith-chapters { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .fusion-fullwidth.lh-home-hero.lh-home-hero {
    min-height: 0;
  }

  .lh-home-hero__copy h1,
  .lh-home-hero__copy .fusion-title-heading,
  .fusion-fullwidth.lh-hero.lh-hero.lh-hero-light .fusion-title-heading,
  .fusion-fullwidth.lh-hero.lh-hero.lh-hero-light h1,
  .fusion-fullwidth.lh-hero.lh-hero.lh-hero-light .lh-h1 {
    font-size: 2.5rem !important;
    line-height: 1.08 !important;
  }

  .post-content h2,
  .post-content .lh-h2 {
    font-size: clamp(2rem, 9vw, 2.125rem) !important;
    line-height: 1.08 !important;
  }

  .fusion-fullwidth.lh-hero.lh-hero.lh-hero-light {
    background-position: 64% center !important;
    min-height: 390px;
    padding-block: 62px !important;
  }

  .lh-hero__accent {
    height: 150px;
    opacity: .18;
    right: -36px;
    top: 24%;
    width: 150px;
  }

  .lh-home-hero__figure {
    aspect-ratio: 4 / 5;
  }

  .lh-home-hero__figure::after {
    background: linear-gradient(180deg, #343435 0%, rgba(52,52,53,.52) 18%, transparent 42%);
  }

  .lh-home-stats-moment .lh-national-stat:nth-child(2) { transform: none; }

  .lh-brand-graphic--day .stops {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lh-brand-graphic--day .stop {
    align-items: center;
    background: rgba(255,253,248,.78);
    border-radius: 14px;
    display: grid;
    gap: 2px 12px;
    grid-template-columns: 42px minmax(0,1fr);
    min-height: 74px;
    padding: 10px;
    text-align: left;
    width: 100%;
  }

  .lh-brand-graphic--day .stop:last-child { grid-column: 1 / -1; width: 100%; }
  .lh-brand-graphic--day .stop .dot,
  .lh-brand-graphic--day .stop.on .dot { grid-row: 1 / 3; height: 42px; margin: 0; padding: 9px; width: 42px; }
  .lh-brand-graphic--day .track { display: none; }
  .lh-brand-graphic--day .stop .lab,
  .lh-brand-graphic--day .stop .t { text-align: left; }

  .lh-page-closer__copy h2 { font-size: 2.5rem !important; }
}

/* Avada nests importer page content one level deeper inside the global content
   layout. Mirror the page-band rules at that real boundary so colored fields
   reach the viewport, while their inner rows remain on the 1240px grid. */
.fusion-content-tb > .fusion-fullwidth {
  border-radius: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
}

.fusion-content-tb > .fusion-fullwidth:not(.lh-hero):not(.lh-home-hero):not(.lh-section-crimson):not(.lh-section-crimson-soft):not(.lh-section-navy):not(.lh-section-charcoal):not(.lh-section-inverse):not(.lh-section-blue):not(.lh-section-blue-soft):not(.lh-section-paper):not(.lh-section-cream):not(.lh-section-stone):not(.lh-section-muted):not(.lh-mobile-utility):not(.lh-get-help-faq) {
  background-color: var(--lh-stone-100) !important;
}

.fusion-content-tb > .fusion-fullwidth:nth-child(even):not(.lh-hero):not(.lh-home-hero):not(.lh-section-crimson):not(.lh-section-crimson-soft):not(.lh-section-navy):not(.lh-section-charcoal):not(.lh-section-inverse):not(.lh-section-blue):not(.lh-section-blue-soft):not(.lh-section-paper):not(.lh-section-cream):not(.lh-section-stone):not(.lh-section-muted):not(.lh-mobile-utility):not(.lh-get-help-faq):not(.lh-campuses-story) {
  background-color: var(--lh-gray-100) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson {
  background-color: var(--lh-crimson-700) !important;
  color: var(--lh-stone-50) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-campuses-story {
  background-color: var(--lh-stone-100) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson h1,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson h2,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson h3,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson h4,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson p,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson li,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .fusion-title-heading {
  color: var(--lh-stone-50) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-eyebrow {
  color: var(--lh-warm-white) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson a:not(.fusion-button):not(.lh-button) {
  color: var(--lh-white) !important;
  text-decoration-color: rgba(255, 255, 255, 0.52);
}

/* The crimson band establishes a dark foreground broadly, but the printed
   newsletter contains its own dark cover and navy leaf. Restore those nested
   inverse surfaces after the band rule so every spread remains readable. */
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-newsletter-page--cover h3,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-newsletter-page--cover p,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-newsletter-page--navy h3,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-newsletter-page--navy p,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-newsletter-page--cover h3,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-newsletter-page--cover p,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-newsletter-page--navy h3,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-newsletter-page--navy p {
  color: var(--lh-white) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-thrift-hero {
  background: linear-gradient(125deg, var(--lh-charcoal-900), var(--lh-crimson-900)) !important;
}

.fusion-fullwidth.lh-page-closer.lh-page-closer {
  border-bottom: 0 !important;
}

/* Nested dark graphics keep their own accessible foregrounds after the crimson
   band's broad text rule. These selectors intentionally sit last. */
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-brand-graphic--events h4,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-brand-graphic--events p,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-brand-graphic--events h4,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-brand-graphic--events p {
  color: var(--lh-stone-50) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-event-poster__art-status,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-event-poster__art-status {
  color: var(--lh-stone-50) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson p.lh-event-poster__date,
.post-content > .fusion-fullwidth.lh-section-crimson p.lh-event-poster__date {
  color: var(--lh-red-700) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-brand-graphic--stories h4,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-brand-graphic--stories p,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-brand-graphic--stories h4,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-brand-graphic--stories p {
  color: var(--lh-stone-50) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-brand-graphic--stories .eyebrow,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-brand-graphic--stories .eyebrow {
  color: var(--lh-warm-white) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-give-impact .lh-eyebrow,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-give-impact .lh-eyebrow {
  color: var(--lh-warm-white) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-give-impact .lh-give-impact__care,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-give-impact .lh-give-impact__care {
  color: rgba(255, 253, 248, 0.82) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-card,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-card h1,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-card h2,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-card h3,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-card h4,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-card p,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-card li,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-campaign-card,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-campaign-card h3,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-campaign-card p,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-card,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-card h1,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-card h2,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-card h3,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-card h4,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-card p,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-card li,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-campaign-card,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-campaign-card h3,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-campaign-card p {
  color: var(--lh-charcoal-900) !important;
}

/* ------------------------------------------------------------------
   Delight pass: scroll reveal, live-chip pulse, card-lift parity, and
   active anchor chips. All motion is neutralized by the global
   reduced-motion kill switches (base.css media query + the
   html.lh-reduced-motion rules above), and the reveal classes are only
   ever added by frontend.js — no-JS visitors always see everything.
   ------------------------------------------------------------------ */

.lh-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s var(--lh-ease-out, ease-out), transform 0.6s var(--lh-ease-out, ease-out);
  transition-delay: var(--lh-reveal-delay, 0ms);
}

.lh-reveal--visible {
  opacity: 1;
  transform: none;
}

/* Lift parity: give the campaign/campus/tier cards the same gentle hover
   response the base .lh-card already has. */
.lh-campus-card,
.lh-campaign-card,
.lh-tier-card {
  transition: transform var(--lh-dur-base, 0.25s) var(--lh-ease-out, ease-out), box-shadow var(--lh-dur-base, 0.25s) var(--lh-ease-out, ease-out);
}

.lh-campus-card:hover,
.lh-campus-card:focus-within,
.lh-campaign-card:hover,
.lh-campaign-card:focus-within,
.lh-tier-card:hover {
  box-shadow: var(--lh-shadow-md);
  transform: translateY(-2px);
}

/* A quiet breathing dot on the live-campaign chip. */
.lh-campaign-chip--live::before {
  animation: lh-chip-pulse 2.4s ease-in-out infinite;
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 7px;
  margin-right: 0.55em;
  width: 7px;
}

@keyframes lh-chip-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

/* Scrollspy state for anchor chips (set by frontend.js). */
.lh-anchor-chips a.lh-chip-active {
  background: var(--lh-red-700);
  border-color: var(--lh-red-700);
  color: var(--lh-fg-inverse);
}

.lh-anchor-chips a.lh-chip-active:hover,
.lh-anchor-chips a.lh-chip-active:focus {
  color: var(--lh-fg-inverse);
}

/* ------------------------------------------------------------------
   Provider-owned forms

   ClickUp remains the admissions system of record and is framed on the
   dedicated application page. Aplos uses its supported donation-widget
   modal so card data never passes through WordPress.
   ------------------------------------------------------------------ */

.lh-provider-form-section > .fusion-row {
  max-width: 1040px;
}

#application-form {
  scroll-margin-top: 96px;
}

.lh-provider-embed {
  background: var(--lh-white);
  border: var(--lh-border-hair);
  border-radius: var(--lh-radius-lg);
  box-shadow: var(--lh-shadow-sm);
  margin-top: var(--lh-space-6);
  overflow: hidden;
}

.lh-provider-embed__frame {
  background: var(--lh-white);
  border: 0;
  display: block;
  min-height: 960px;
  width: 100%;
}

.lh-provider-embed__fallback {
  background: var(--lh-bg-stone);
  border-top: var(--lh-border-hair);
  color: var(--lh-fg-muted);
  font-size: var(--lh-text-meta);
  margin: 0;
  padding: var(--lh-space-3) var(--lh-space-5);
  text-align: center;
}

.lh-provider-embed__fallback a {
  font-weight: 700;
}

.lh-aplos-widget {
  display: inline-flex;
}

button.aplos-donation-button.button2a.lh-button {
  appearance: none;
  cursor: pointer;
  font: inherit;
  margin: 0;
}

button.aplos-donation-button.button2a.lh-button:focus-visible {
  box-shadow: var(--lh-focus-ring);
  outline: 0;
}

@media (max-width: 767px) {
  .lh-provider-embed {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    display: flex;
    flex-direction: column;
    margin-left: calc(var(--lh-gutter-mobile) * -1);
    margin-right: calc(var(--lh-gutter-mobile) * -1);
  }

  .lh-provider-embed__frame {
    min-height: 780px;
    order: 2;
  }

  .lh-provider-embed__fallback {
    border-bottom: var(--lh-border-hair);
    border-top: 0;
    order: 1;
    text-align: left;
  }
}

/* ========================================================================
   R3 finish-quality pass — shared rows, closer seam, and section navigation.
   ======================================================================== */

/* Avada's generated flex-column spacing pads the inside of a column; it does
   not create a painted gap when the column itself is the card surface. A
   row-level grid gives every sibling card a real 24px gutter without changing
   the helper used by non-card columns. */
.fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion-layout-column.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))),
.fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion-layout-column.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))) {
  align-items: stretch !important;
  display: grid !important;
  gap: var(--lh-space-5) !important;
}

.fusion-fullwidth.lh-section.lh-section > .fusion-builder-row,
.fusion-fullwidth.lh-section.lh-section .fusion-row {
  box-sizing: border-box;
  margin-inline: auto !important;
  /* Avada writes a 104% inline-important row width to compensate for its
     default column margins. Inline-important width cannot be overridden from
     the child theme, so constrain the row's usable content box instead. */
  padding-inline: max(0px, calc((100% - var(--lh-width-page)) / 2)) !important;
}

.fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion_builder_column_1_2.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))),
.fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion_builder_column_1_2.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion_builder_column_1_3.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))),
.fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion_builder_column_1_3.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion_builder_column_1_4.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))),
.fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion_builder_column_1_4.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion-layout-column.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))) > .fusion-layout-column,
.fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion-layout-column.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))) > .fusion-layout-column {
  margin: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion-layout-column.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))) > .fusion_builder_column_1_1:not(.lh-card),
.fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion-layout-column.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))) > .fusion_builder_column_1_1:not(.lh-card) {
  grid-column: 1 / -1;
}

/* Preserve authored mixed ratios while giving the card a real gutter. Terms
   is the only public 2/3 reading + 1/3 card row, but this remains structural
   rather than route-specific if that editorial pattern is reused. */
.fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion_builder_column_2_3):has(> .fusion_builder_column_1_3.lh-card),
.fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion_builder_column_2_3):has(> .fusion_builder_column_1_3.lh-card) {
  align-items: stretch !important;
  display: grid !important;
  gap: var(--lh-space-5) !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion_builder_column_2_3):has(> .fusion_builder_column_1_3.lh-card) > .fusion-layout-column,
.fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion_builder_column_2_3):has(> .fusion_builder_column_1_3.lh-card) > .fusion-layout-column {
  margin: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.lh-card > .fusion-column-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
}

.lh-card > .fusion-column-wrapper > .fusion-text:last-child:has(.lh-button-row),
.lh-card > .fusion-column-wrapper > .fusion-button-wrapper:last-child,
.lh-card > .fusion-column-wrapper > .lh-button-row:last-child {
  margin-top: auto;
}

/* The global content-layout column contributes Avada's default 20px bottom
   margin after every page. Remove it only at this content/footer boundary. */
.lh-main-content > .fusion-builder-row > .fusion-layout-column,
.lh-main-content > .fusion-row > .fusion-layout-column {
  margin-bottom: 0 !important;
}

.lh-page-closer > .fusion-builder-row > .fusion-layout-column,
.lh-page-closer > .fusion-row > .fusion-layout-column {
  margin-bottom: 0 !important;
}

.lh-anchor-nav {
  background: var(--lh-stone-200) !important;
  border-bottom: 1px solid rgba(30, 30, 31, 0.12);
  box-shadow: 0 10px 24px rgba(30, 30, 31, 0.06);
  padding-block: var(--lh-space-4) !important;
  position: sticky;
  top: 112px;
  z-index: 40;
}

.lh-anchor-nav > .fusion-builder-row,
.lh-anchor-nav > .fusion-row {
  margin-inline: auto !important;
  max-width: var(--lh-width-page) !important;
  width: min(100% - (var(--lh-gutter) * 2), var(--lh-width-page)) !important;
}

.lh-anchor-nav > .fusion-builder-row > .fusion-layout-column,
.lh-anchor-nav > .fusion-row > .fusion-layout-column {
  margin-bottom: 0 !important;
}

.lh-anchor-nav__inner {
  align-items: center;
  display: flex;
  gap: var(--lh-space-5);
}

.lh-anchor-nav__label {
  color: var(--lh-charcoal-900);
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.lh-anchor-chips a[aria-current="location"] {
  box-shadow: 0 6px 14px rgba(168, 3, 3, 0.18);
}

.fusion-menu-anchor {
  scroll-margin-top: 190px;
}

@media (max-width: 1180px) {
  .lh-anchor-nav { top: 81px; }
  .fusion-menu-anchor { scroll-margin-top: 160px; }
}

@media (max-width: 900px) {
  .lh-page-closer__mark { display: none; }
  .lh-anchor-nav__inner { align-items: flex-start; flex-direction: column; gap: var(--lh-space-2); }

  .fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion_builder_column_2_3):has(> .fusion_builder_column_1_3.lh-card),
  .fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion_builder_column_2_3):has(> .fusion_builder_column_1_3.lh-card) {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 1024px) and (min-width: 641px) {
  .fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion-layout-column.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))),
  .fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion-layout-column.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .fusion-fullwidth.lh-section.lh-section > .fusion-builder-row,
  .fusion-fullwidth.lh-section.lh-section .fusion-row {
    padding-inline: var(--lh-gutter-mobile) !important;
  }

  .fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion-layout-column.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))),
  .fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion-layout-column.lh-card):not(:has(> .fusion-layout-column:not(.lh-card):not(.fusion_builder_column_1_1))) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-anchor-nav { top: 81px; }
}

/* ========================================================================
   R3 palette and contrast — purposeful serve grid + editorial history track.
   ======================================================================== */

.lh-serve-purpose > .fusion-builder-row,
.lh-serve-purpose > .fusion-row {
  align-items: center !important;
}

.lh-serve-purpose-grid {
  background: var(--lh-stone-100);
  border: 1px solid rgba(30, 30, 31, 0.14);
  border-radius: var(--lh-radius-lg);
  box-shadow: var(--lh-shadow-sm);
  display: grid;
  gap: var(--lh-space-3);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: clamp(16px, 2vw, 24px);
}

.lh-serve-purpose-grid a {
  align-items: center;
  background: var(--lh-stone-50);
  border: 1px solid rgba(30, 30, 31, 0.12);
  border-radius: var(--lh-radius-md);
  color: var(--lh-charcoal-900);
  display: grid;
  gap: var(--lh-space-4);
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 132px;
  padding: clamp(18px, 2.4vw, 28px);
  text-decoration: none;
  transition: border-color var(--lh-dur-base) var(--lh-ease-out), box-shadow var(--lh-dur-base) var(--lh-ease-out), transform var(--lh-dur-base) var(--lh-ease-out);
}

.lh-serve-purpose-grid a:hover,
.lh-serve-purpose-grid a:focus-visible {
  border-color: var(--lh-red-700);
  box-shadow: 0 14px 30px rgba(30, 30, 31, 0.12);
  color: var(--lh-charcoal-900);
  transform: translateY(-2px);
}

.lh-serve-purpose-grid a:focus-visible {
  outline: 2px solid var(--lh-red-700);
  outline-offset: 3px;
}

.lh-serve-purpose-grid__icon {
  align-items: center;
  background: var(--lh-stone-200);
  border-radius: 50%;
  color: var(--lh-charcoal-900);
  display: flex;
  height: 48px;
  justify-content: center;
  padding: 11px;
  width: 48px;
}

.lh-serve-purpose-grid__icon .lh-line-icon {
  height: 100%;
  width: 100%;
}

.lh-serve-purpose-grid small,
.lh-serve-purpose-grid strong {
  display: block;
}

.lh-serve-purpose-grid small {
  color: var(--lh-red-700);
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.lh-serve-purpose-grid strong {
  color: var(--lh-charcoal-900);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.25;
}

.lh-get-help-handoff,
.fusion-fullwidth.lh-get-help-handoff.lh-get-help-handoff {
  background: var(--lh-gray-100) !important;
}

.lh-timeline-column > .fusion-column-wrapper {
  overflow: visible;
}

.lh-decade-section > .fusion-builder-row::before,
.lh-decade-section > .fusion-row::before {
  display: none;
}

.lh-timeline-track {
  display: grid;
  gap: var(--lh-space-5);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: clamp(32px, 5vw, 64px) 0 0;
  padding: 0;
}

.lh-timeline-era {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}

.lh-timeline-era::after {
  background: var(--lh-crimson-700);
  content: "";
  height: 4px;
  left: calc(50% + 9px);
  position: absolute;
  right: calc(-50% - var(--lh-space-5) + 9px);
  top: 7px;
  z-index: 0;
}

.lh-timeline-era:last-child::after {
  display: none;
}

.lh-timeline-era__pin {
  align-self: center;
  background: var(--lh-red-500);
  border: 4px solid var(--lh-stone-50);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--lh-crimson-700);
  height: 18px;
  margin-bottom: var(--lh-space-5);
  position: relative;
  width: 18px;
  z-index: 2;
}

.lh-timeline-track .lh-decade__year {
  color: var(--lh-charcoal-900);
  min-height: 2.4em;
}

.lh-timeline-track .lh-decade__photo {
  align-items: stretch;
  aspect-ratio: 16 / 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: var(--lh-space-3) 0 var(--lh-space-5);
  padding: 14px;
}

.lh-timeline-track .lh-decade__date {
  align-self: flex-start;
  background: var(--lh-charcoal-900);
  border-radius: 999px;
  color: var(--lh-white);
  font-family: var(--lh-font-serif);
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  padding: 8px 12px;
}

.lh-timeline-track .lh-decade__caption {
  background: rgba(255, 253, 248, 0.94);
  border-radius: var(--lh-radius-sm);
  color: var(--lh-charcoal-900);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
  padding: 9px 10px;
}

.lh-timeline-track .lh-decade h3 {
  min-height: 2.2em;
}

.lh-section-navy p.lh-love-in-action__script {
  color: var(--lh-stone-50) !important;
  opacity: 1;
}

.lh-section-navy p.lh-love-in-action__body {
  color: var(--lh-stone-50) !important;
  opacity: 1;
}

/* Crimson establishes an inverse field. Light components nested within that
   field keep their own foregrounds, while the statement copy stays ivory. */
.lh-section-crimson .lh-national-stat,
.lh-section-crimson .lh-national-stat h1,
.lh-section-crimson .lh-national-stat h2,
.lh-section-crimson .lh-national-stat h3,
.lh-section-crimson .lh-national-stat p,
.lh-section-crimson .lh-national-stat li,
.lh-section-crimson .lh-national-stat a,
.lh-section-crimson .lh-intake-confirms,
.lh-section-crimson .lh-intake-confirms li,
.lh-section-crimson .lh-event-poster,
.lh-section-crimson .lh-event-poster__body h2,
.lh-section-crimson .lh-event-poster__intro,
.lh-section-crimson .lh-event-poster__campuses li {
  color: var(--lh-charcoal-900) !important;
}

.lh-section-crimson .lh-national-stat .lh-eyebrow,
.lh-section-crimson .lh-intake-confirms > p {
  color: var(--lh-red-700) !important;
}

.lh-section-crimson .lh-board-roster p:nth-child(even) {
  background: var(--lh-crimson-900);
}

.lh-section-crimson .lh-board-roster span {
  color: var(--lh-gray-100) !important;
}

.lh-section-crimson.lh-scripture-feature .lh-scripture-feature__script {
  color: var(--lh-gray-100) !important;
}

.lh-section-crimson.lh-scripture-feature blockquote p,
.lh-section-crimson.lh-scripture-feature cite {
  color: var(--lh-charcoal-900) !important;
}

/* Avada's full-width band selectors outrank component defaults. Match that
   ancestry so light cards retain dark copy inside an inverse crimson field. */
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-national-stat,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-national-stat h1,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-national-stat h2,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-national-stat h3,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-national-stat p,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-national-stat li,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-national-stat a,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-national-stat,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-national-stat h1,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-national-stat h2,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-national-stat h3,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-national-stat p,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-national-stat li,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-national-stat a,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-event-poster,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-event-poster__body h2,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-event-poster__campuses li,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-event-poster__campuses strong,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-event-poster,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-event-poster__body h2,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-event-poster__campuses li,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-event-poster__campuses strong {
  color: var(--lh-charcoal-900) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-national-stat .lh-eyebrow,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-event-poster__body .lh-eyebrow,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-national-stat .lh-eyebrow,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-event-poster__body .lh-eyebrow {
  color: var(--lh-red-700) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-event-poster__intro,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-event-poster__campuses span,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-event-poster__intro,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-event-poster__campuses span {
  color: var(--lh-charcoal-700) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson.lh-scripture-feature blockquote p,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson.lh-scripture-feature cite,
.post-content > .fusion-fullwidth.lh-section-crimson.lh-scripture-feature blockquote p,
.post-content > .fusion-fullwidth.lh-section-crimson.lh-scripture-feature cite {
  color: var(--lh-charcoal-900) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-event-dates__footer,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-event-dates__footer strong,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-event-dates__footer,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-event-dates__footer strong {
  color: var(--lh-charcoal-900) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-event-dates__footer a.lh-link,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-event-dates__footer a.lh-link {
  color: var(--lh-crimson-700) !important;
}

@media (max-width: 900px) {
  .lh-timeline-track {
    gap: var(--lh-space-7);
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-timeline-era {
    padding-left: 42px;
  }

  .lh-timeline-era::after {
    bottom: calc(var(--lh-space-7) * -1);
    height: auto;
    left: 7px;
    right: auto;
    top: 17px;
    width: 4px;
  }

  .lh-timeline-era__pin {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }

  .lh-timeline-track .lh-decade__year,
  .lh-timeline-track .lh-decade h3 {
    min-height: 0;
  }

  .lh-timeline-track .lh-decade__photo {
    max-width: 620px;
  }
}

@media (max-width: 560px) {
  .lh-serve-purpose-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-serve-purpose-grid a {
    min-height: 108px;
  }
}

/* ========================================================================
   R3 featured-card craft — map, intake band, campus cards, and home proof.
   ======================================================================== */

.lh-brand-graphic--campus-map::before {
  display: none;
}

.lh-brand-graphic--campus-map {
  gap: clamp(32px, 5vw, 76px);
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.14fr);
}

.lh-campus-map__mission,
.lh-brand-graphic--campus-map p.lh-campus-map__mission {
  color: var(--lh-white) !important;
  font-family: var(--lh-font-serif);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.4;
  margin: 0;
  max-width: 27ch;
}

.lh-campus-map__legend {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: clamp(24px, 3vw, 38px) 0 0;
  padding: 0;
}

.lh-campus-map__legend li {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--lh-radius-sm);
  display: grid;
  gap: 12px;
  grid-template-columns: 36px minmax(0, 1fr);
  padding: 11px 13px;
}

.lh-campus-map__legend-pin {
  color: var(--lh-red-500);
  display: block;
  height: 28px;
  width: 28px;
}

.lh-campus-map__legend-pin .lh-line-icon {
  height: 100%;
  width: 100%;
}

.lh-campus-map__legend strong,
.lh-campus-map__legend small {
  display: block;
}

.lh-campus-map__legend strong {
  color: var(--lh-white);
  font-size: 0.9375rem;
}

.lh-campus-map__legend small {
  color: var(--lh-gray-300);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 2px;
}

.lh-day-rhythm-moment > .fusion-builder-row,
.lh-day-rhythm-moment > .fusion-row {
  align-items: center !important;
}

.lh-day-rhythm-moment__guidance > .fusion-column-wrapper,
.lh-day-rhythm-moment__rhythm > .fusion-column-wrapper {
  height: auto !important;
}

.lh-intake-confirms {
  background: var(--lh-stone-50);
  border: 1px solid rgba(30, 30, 31, 0.16);
  border-radius: var(--lh-radius-md);
  margin-top: var(--lh-space-6);
  padding: var(--lh-space-5);
}

.lh-intake-confirms > p {
  color: var(--lh-red-700);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 var(--lh-space-3);
  text-transform: uppercase;
}

.lh-intake-confirms ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lh-intake-confirms li {
  color: var(--lh-charcoal-900);
  font-size: 0.9375rem;
  font-weight: 750;
  padding-left: 25px;
  position: relative;
}

.lh-intake-confirms li::before {
  align-items: center;
  background: var(--lh-red-700);
  border-radius: 50%;
  color: var(--lh-white);
  content: "✓";
  display: flex;
  font-size: 0.62rem;
  height: 17px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 2px;
  width: 17px;
}

/* The crimson band has a deliberately broad inverse-text rule. The intake
   checklist is an opaque stone card and must restore its dark foreground at
   equal-or-greater specificity so ivory never lands on the light surface. */
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-intake-confirms,
.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-intake-confirms li,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-intake-confirms,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-intake-confirms li {
  color: var(--lh-charcoal-900) !important;
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-intake-confirms > p,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-intake-confirms > p {
  color: var(--lh-red-700) !important;
}

.fusion-layout-column.lh-campus-card > .fusion-column-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Static campus cards are Avada columns whose painted surface sits on the
   column itself. Re-establish the real row gutter after the E8 anatomy rebuild
   just as the shared E1 rule does for `.lh-card` columns. */
.fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion-layout-column.lh-campus-card),
.fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion-layout-column.lh-campus-card) {
  align-items: stretch !important;
  display: grid !important;
  gap: var(--lh-space-5) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion-layout-column.lh-campus-card) > .fusion-layout-column,
.fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion-layout-column.lh-campus-card) > .fusion-layout-column {
  margin: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion-layout-column.lh-campus-card) > .fusion_builder_column_1_1:not(.lh-campus-card),
.fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion-layout-column.lh-campus-card) > .fusion_builder_column_1_1:not(.lh-campus-card) {
  grid-column: 1 / -1;
}

.lh-campus-card .lh-campus-card__body {
  gap: var(--lh-space-3);
  padding: clamp(22px, 2.5vw, 32px);
}

.lh-campus-card__serving {
  color: var(--lh-red-700) !important;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0;
  min-height: 2.8em;
  text-transform: uppercase;
}

.lh-campus-card__intro {
  color: var(--lh-charcoal-700);
  display: -webkit-box;
  line-height: 1.6;
  margin: 0;
  min-height: 3.4em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lh-campus-card dl {
  border-block: 1px solid var(--lh-border-stone);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
  margin-top: auto;
}

.lh-campus-card dl > div {
  align-items: baseline;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(72px, 0.45fr) minmax(0, 1fr);
  padding: 12px 0;
}

.lh-campus-card dl > div + div {
  border-top: 1px solid var(--lh-border-stone);
}

.lh-campus-card dl dt,
.lh-campus-card dl dd {
  text-align: left;
}

.lh-campus-card > .fusion-column-wrapper > .fusion-text:last-child {
  margin-top: auto;
}

.lh-campus-card .lh-button-row {
  align-items: center;
  gap: 10px;
  padding: 0 clamp(22px, 2.5vw, 32px) clamp(22px, 2.5vw, 32px);
}

.lh-campus-card .lh-cta-ghost {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--lh-charcoal-900) !important;
  padding-inline: 8px !important;
  text-decoration: underline;
  text-decoration-color: var(--lh-red-700);
  text-underline-offset: 4px;
}

.lh-home-mission > .fusion-builder-row,
.lh-home-mission > .fusion-row {
  align-items: center !important;
}

.lh-home-mission-proof {
  align-items: center;
  background:
    radial-gradient(circle at 88% 10%, rgba(168, 3, 3, 0.18), transparent 29%),
    var(--lh-stone-50);
  border: 1px solid rgba(30, 30, 31, 0.14);
  border-radius: var(--lh-radius-lg);
  box-shadow: var(--lh-shadow-sm);
  display: grid;
  gap: clamp(22px, 3vw, 36px);
  grid-template-columns: 92px minmax(0, 1fr);
  min-height: 330px;
  padding: clamp(26px, 4vw, 48px);
}

.lh-home-mission-proof__icon {
  color: var(--lh-red-700);
  opacity: 0.92;
}

.lh-home-mission-proof__icon .lh-line-icon {
  height: auto;
  width: 100%;
}

.lh-home-mission-proof__chips {
  display: grid;
  gap: 10px;
  margin-top: var(--lh-space-4);
}

.lh-home-mission-proof__chips span {
  align-items: baseline;
  border-top: 1px solid var(--lh-border-stone);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(105px, 0.55fr) minmax(0, 1fr);
  padding-top: 10px;
}

.lh-home-mission-proof__chips strong {
  color: var(--lh-charcoal-900);
  font-family: var(--lh-font-serif);
  font-size: 1.15rem;
  font-style: italic;
}

.lh-home-mission-proof__chips small {
  color: var(--lh-charcoal-700);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.4;
}

.lh-home-hero__media {
  isolation: isolate;
  position: relative;
}

.lh-home-hero__media::before {
  background: linear-gradient(90deg, transparent 0%, rgba(30, 30, 31, 0.62) 30%, var(--lh-charcoal-900) 58%, rgba(30, 30, 31, 0.62) 79%, transparent 100%);
  content: "";
  inset-block: 0;
  left: -200px;
  pointer-events: none;
  position: absolute;
  width: 360px;
  z-index: 3;
}

@media (max-width: 900px) {
  .fusion-fullwidth.lh-home-hero.lh-home-hero,
  .lh-home-hero > .fusion-builder-row,
  .lh-home-hero > .fusion-row,
  .lh-home-hero > .fusion-builder-row > .fusion-layout-column,
  .lh-home-hero > .fusion-row > .fusion-layout-column {
    min-height: 0 !important;
  }

  .lh-home-hero > .fusion-builder-row,
  .lh-home-hero > .fusion-row {
    flex-wrap: wrap !important;
  }

  .lh-home-hero__copy,
  .lh-home-hero__media {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .lh-home-hero__copy .fusion-column-wrapper {
    min-height: 0;
    padding: 56px clamp(30px, 7vw, 58px) 64px !important;
  }

  .lh-home-hero__media,
  .lh-home-hero__media .fusion-column-wrapper,
  .lh-home-hero__media .fusion-text {
    height: auto;
  }

  .lh-home-hero__media > .fusion-column-wrapper {
    margin-inline: 0 !important;
    width: 100% !important;
  }

  .lh-home-hero__figure {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  .lh-home-hero__figure::after {
    background: linear-gradient(180deg, #343435 0%, rgba(52, 52, 53, 0.52) 18%, transparent 42%);
  }

  .lh-home-hero__media::before {
    display: none;
  }
}

@media (max-width: 768px) and (min-width: 641px) {
  .fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion-layout-column.lh-campus-card),
  .fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion-layout-column.lh-campus-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .lh-home-hero__media::before {
    display: none;
  }

  .lh-home-hero__figure {
    aspect-ratio: 4 / 5;
  }

  .lh-home-mission-proof {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .lh-home-mission-proof__icon {
    width: 72px;
  }

  .lh-campus-card__serving,
  .lh-campus-card__intro {
    min-height: 0;
  }

  .lh-campus-card__intro {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
}

@media (max-width: 640px) {
  .fusion-fullwidth.lh-section.lh-section > .fusion-builder-row:has(> .fusion-layout-column.lh-campus-card),
  .fusion-fullwidth.lh-section.lh-section .fusion-row:has(> .fusion-layout-column.lh-campus-card) {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .lh-brand-graphic--campus-map {
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-home-mission-proof__chips span {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* R3 final cascade lock: these declarations intentionally follow every legacy layer. */
.lh-r3-hero--get-help { --lh-r3-hero-image: url("../images/heroes/get-help.webp"); }
.lh-r3-hero--campuses { --lh-r3-hero-image: url("../images/campuses/palmetto-staff-residents.webp"); }
.lh-r3-hero--about { --lh-r3-hero-image: url("../images/heroes/about.webp"); }
.lh-r3-hero--mission-history { --lh-r3-hero-image: url("../images/founders-pastor-wendell-miss-nancy.webp"); }
.lh-r3-hero--leadership-board { --lh-r3-hero-image: url("../images/heroes/leadership.jpg"); }
.lh-r3-hero--statement-of-faith { --lh-r3-hero-image: url("../images/heroes/faith.webp"); }
.lh-r3-hero--stories { --lh-r3-hero-image: url("../images/heroes/stories.webp"); }
.lh-r3-hero--testimonies { --lh-r3-hero-image: url("../images/heroes/testimonies.webp"); }
.lh-r3-hero--give { --lh-r3-hero-image: url("../images/heroes/give.webp"); }
.lh-r3-hero--volunteer { --lh-r3-hero-image: url("../images/heroes/volunteer.webp"); }
.lh-r3-hero--newsletter { --lh-r3-hero-image: url("../newsletters/q1-2026/page-01.webp"); }
.lh-r3-hero--prayer { --lh-r3-hero-image: url("../images/prayer-hands-candle.webp"); }
.lh-r3-hero--events { --lh-r3-hero-image: url("../images/heroes/events.webp"); }
.lh-r3-hero--thrift-store { --lh-r3-hero-image: url("../images/heroes/thrift.jpg"); }
.lh-r3-hero--contact { --lh-r3-hero-image: url("/wp-content/uploads/2026/06/full-team.jpg"); }

.post-content > .fusion-fullwidth.lh-hero.lh-hero[class*="lh-r3-hero--"],
.fusion-content-tb > .fusion-fullwidth.lh-hero.lh-hero[class*="lh-r3-hero--"] {
  background-color: var(--lh-charcoal-900) !important;
  background-image: linear-gradient(90deg, rgba(30,30,31,.96) 0 38%, rgba(30,30,31,.62) 64%, rgba(168,3,3,.2)), var(--lh-r3-hero-image) !important;
  background-position: center !important;
  background-size: cover !important;
}

.post-content > .fusion-fullwidth.lh-hero.lh-hero[class*="lh-r3-hero--"]::before,
.post-content > .fusion-fullwidth.lh-hero.lh-hero[class*="lh-r3-hero--"]::after,
.fusion-content-tb > .fusion-fullwidth.lh-hero.lh-hero[class*="lh-r3-hero--"]::before,
.fusion-content-tb > .fusion-fullwidth.lh-hero.lh-hero[class*="lh-r3-hero--"]::after {
  content: none !important;
  display: none !important;
}

.fusion-fullwidth.lh-page-closer.lh-page-closer {
  min-height: 0;
  padding-block: clamp(2rem, 5vw, 4rem) !important;
  background: var(--lh-stone-100) !important;
  border: 0 !important;
}

.fusion-fullwidth.lh-page-closer.lh-page-closer .lh-page-closer__inner {
  grid-template-columns: minmax(0, 1fr);
  max-width: 76rem;
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--lh-charcoal-900) !important;
  border-radius: var(--lh-radius-card);
}

.lh-home-stats-moment .lh-national-stat,
.lh-home-stats-moment .lh-national-stat:nth-child(2) {
  height: 100%;
  min-height: 17rem;
  transform: none !important;
}

.lh-campus-card__image,
.lh-campus-card__image img {
  aspect-ratio: 3 / 2 !important;
  object-fit: cover !important;
}

.lh-campus-map__state--georgia { fill: var(--lh-gray-300) !important; }
.lh-campus-map__state-name--georgia { fill: var(--lh-charcoal-900) !important; }
.lh-campus-map__state--florida { fill: var(--lh-stone-50) !important; }

.lh-testimony-video-card .lh-youtube-embed,
.lh-testimony-video-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
}

.fusion-fullwidth.lh-mobile-utility.lh-mobile-utility[hidden] {
  display: none !important;
}

.lh-campuses-story > .fusion-builder-row,
.lh-campuses-story > .fusion-row {
  display: grid !important;
  gap: clamp(2rem, 5vw, 4rem) !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

.lh-campuses-story .fusion-layout-column {
  width: 100% !important;
}

@media (min-width: 701px) {
  .lh-campuses-story .lh-brand-graphic--campus-map.lh-brand-graphic--r16x9 {
    aspect-ratio: auto;
    min-height: 32rem;
  }
}

.fusion-content-tb > .fusion-fullwidth.lh-section-crimson .lh-program-rhythm-card--icon strong,
.post-content > .fusion-fullwidth.lh-section-crimson .lh-program-rhythm-card--icon strong {
  color: var(--lh-charcoal-900) !important;
}

.post-content > .fusion-fullwidth.lh-hero[class*="lh-r3-hero--"] .lh-cta-secondary,
.fusion-content-tb > .fusion-fullwidth.lh-hero[class*="lh-r3-hero--"] .lh-cta-secondary {
  background: rgba(30, 30, 31, 0.72) !important;
  border-color: rgba(255, 253, 248, 0.8) !important;
  color: var(--lh-warm-white) !important;
}

@media (max-width: 768px) {
  .post-content > .fusion-fullwidth.lh-hero.lh-hero[class*="lh-r3-hero--"],
  .fusion-content-tb > .fusion-fullwidth.lh-hero.lh-hero[class*="lh-r3-hero--"] {
    background-image: linear-gradient(rgba(30, 30, 31, 0.88), rgba(30, 30, 31, 0.88)), var(--lh-r3-hero-image) !important;
  }
}

@media (max-width: 900px) {
  body.lh-application-engaged {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 640px) {
  .lh-home-stories-r3__actions {
    align-items: center;
  }
}
